Drazen Urch

Results 78 comments of Drazen Urch

> I've managed to work around this bo conditionally compiling for windows with nativetld ,and for linux with rustls (I must support a very old linux machine, this was the...

There are issues with `tokio-rustls-tls`, Digital Ocean for example has problems as well, it seems that they're related to how certificates are handled, all in all I hope this is...

I'm not sure, I think multipart upload is only an implementation detail, uploaded file is transparently assembled on S3 side. For example if you upload a file that would benefit...

@alxdavids I've missed your ping completely sorry about that, we'll chat internally about raising the passes provided, we realize it might be a hassle in some situations. @ValZapod, @idgas01 sorry...

> All I want is to be able to load up a lot of passes and not bother with it again for 6-12 months. I still haven't figured out how...

Hi folks! Apologies I’ve missed the original notification. We’ll go over our implementation internally and see if we can make improvements to get it to full protocol compliance. Will keep...

If anyone stumbles upon this, try removing the `bootstrap_expect` line from your config.

It would mean that docker can cache stages and not rebuild the entire image every time, [docs](https://docs.docker.com/build/cache/backends/gha/)

Tacking on to this, we're seeing succesful taks even when `rsync` fails, logs below: ``` ❌ [Rsync] error: Error: rsync exited with code 23 at ChildProcess. (/home/runner/work/_actions/easingthemes/ssh-deploy/main/dist/index.js:2:2603) at ChildProcess.emit (node:events:527:28)...

@TroyKomodo very nice, thank you! I hear you on the design choices, this is a pretty old codebase and it shows, if you'd like to come up with a set...