• Joined on 2025-07-20
michael commented on issue dutchcoders/transfer.sh#294 2026-01-19 18:29:47 +00:00
Due to abuse we've limited max upload size. Thank the pirates!

@alexbalkan commented on GitHub:

Very convenient service. Why cut everyone? If the pirates are to blame, then you can somehow ban such people. You can make a purely symbolic payment.

michael opened issue usnistgov/macos_security#242 2026-01-19 18:29:47 +00:00
audit_retention_configure_sixty_days remediation not getting picked up by Jamf Protect insights
michael commented on issue dutchcoders/transfer.sh#294 2026-01-19 18:29:47 +00:00
Due to abuse we've limited max upload size. Thank the pirates!

@gitSambhal commented on GitHub:

What is the max limit?

michael opened issue usnistgov/macos_security#241 2026-01-19 18:29:47 +00:00
Stats Reporting Incorrect
michael commented on issue dutchcoders/transfer.sh#294 2026-01-19 18:29:47 +00:00
Due to abuse we've limited max upload size. Thank the pirates!

@LucasGorgal commented on GitHub:

Yes, but the homepage states the maximum of 10gb, then it should be updated to the real maximum filesize.

michael opened issue usnistgov/macos_security#245 2026-01-19 18:29:47 +00:00
Test screensaver timeout
michael commented on issue dutchcoders/transfer.sh#291 2026-01-19 18:29:46 +00:00
Uploading file in chunks

@paolafrancesca commented on GitHub:

@cyberboysumanjay I did some testing in a docker container with 10MB and 50MB of ram and tweaking the chunk size of the google sdk: I was able to reproduce an…

michael commented on issue dutchcoders/transfer.sh#289 2026-01-19 18:29:46 +00:00
Video controls overlap container on Chrome

@paolafrancesca commented on GitHub:

@OnkelTem the codebase changed video player with #133 and dutchcoders/transfer.sh-web#13

I'm sorry the hosting service doesn't run on the last version of…

michael commented on issue dutchcoders/transfer.sh#289 2026-01-19 18:29:46 +00:00
Video controls overlap container on Chrome

@paolafrancesca commented on GitHub:

@OnkelTem feel free to contribute with your efferot if you are not satisfied about what you're given for free

michael commented on issue dutchcoders/transfer.sh#291 2026-01-19 18:29:46 +00:00
Uploading file in chunks

@paolafrancesca commented on GitHub:

the google sdk already chunk the request: https://godoc.org/google.golang.org/api/googleapi#pkg-constants

we use https://godoc.org/google.golang.org/api/dri…

michael commented on issue dutchcoders/transfer.sh#289 2026-01-19 18:29:46 +00:00
Video controls overlap container on Chrome

@OnkelTem commented on GitHub:

Great. Everybody know "thansfer.sh" as a base service name. Which is running some outdated retarded crap with modem speed.

michael commented on issue dutchcoders/transfer.sh#289 2026-01-19 18:29:46 +00:00
Video controls overlap container on Chrome

@OnkelTem commented on GitHub:

@aspacca I ain't given anything for free in this particular case. Becasue it's unusable 100%. Alternative? There are many, fortunately.

michael opened issue usnistgov/macos_security#239 2026-01-19 18:29:46 +00:00
Remove requirement for admin prompt when install ruby gems
michael commented on issue usnistgov/macos_security#240 2026-01-19 18:29:46 +00:00
pwpolicy_account_lockout_enforce should check if value is less than or equal

@robertgendler commented on GitHub:

The branch dev_mont_pwpolicy should have these changes.

michael commented on issue dutchcoders/transfer.sh#290 2026-01-19 18:29:46 +00:00
ambigous project, clarifications and questions: transfer.sh service/backend ?

@paolafrancesca commented on GitHub:

@mckaygerhard transfer.sh and transfer.sh-web are actually in sync. the second is bundled with the first as dependency in vendor package. I'm discussing with…

michael commented on issue dutchcoders/transfer.sh#289 2026-01-19 18:29:46 +00:00
Video controls overlap container on Chrome

@OnkelTem commented on GitHub:

The same issue. There is the overlapping bar in Chrome 78 on Linux. But I see it's been a while since the issue was reported. Is it a regression?

![](https://i.gy…

michael commented on issue dutchcoders/transfer.sh#289 2026-01-19 18:29:46 +00:00
Video controls overlap container on Chrome

@paolafrancesca commented on GitHub:

@florinme the codebase changed video player with https://github.com/dutchcoders/transfer.sh/pull/133 and https://github.com/dutchcoders/transfer.sh-web/pull/13…

michael commented on issue dutchcoders/transfer.sh#290 2026-01-19 18:29:46 +00:00
ambigous project, clarifications and questions: transfer.sh service/backend ?

@mckaygerhard commented on GitHub:

hi @aspacca thanks but still only aswered one question: i'll try to be more specific: i mean, i want to offically be clear before send a PR to yours umm by…

michael commented on issue dutchcoders/transfer.sh#290 2026-01-19 18:29:46 +00:00
ambigous project, clarifications and questions: transfer.sh service/backend ?

@mckaygerhard commented on GitHub:

please dont close until are in sync with dutchcoders/transfer.sh-web#16, i mean i'm interesting in make contributions in documentations and packagin for!

michael commented on issue dutchcoders/transfer.sh#291 2026-01-19 18:29:46 +00:00
Uploading file in chunks

@paolafrancesca commented on GitHub:

@cyberboysumanjay the app use streaming io functions internally, so there should be no memory high memory allocation. I'm not sure about the part that uses…