Felix Barz

Results 53 comments of Felix Barz

Thats unfortunate. I will mark this issue as out of scope for now, but if someone wants to give it a try, feel free to do so. However, I would...

I would be fine with transferring ownership of this project, if that is something you would agree to as well, @Shatur. Just mention me when you are ready and I...

I just hit the same issue. I would like my containers to be able to configure themselves, but I do not want to expose the SMTP-Credentials via the container metadata....

This would also close #15 I think

Any updates on this? I would like to build a deb package for a dart application, and those break if stripped! Also, the documentation lists the `options` still as supported:...

Potential workaround, if anyone needs this (yes, it's ugly, but it does the trick for now): ```bash #!/bin/bash strip_path=$(which strip) sudo mv "$strip_path" "$strip_path.bkp" cat

@h-unterp Currently, I am working on different projects that do not require SSE. However, should I come back to this any time soon, I might actually create a fork. Should...

I am not developing this tool anymore. If you want to, you can create a PR and I will merge it. Otherwise you could just manually edit the generated file...

@moffatman I will try if adding the pragma will help as a workaround - but if it does, it means there is a bug in the release compiler optimizations, as...

Okay, so I implemented it on this branch: https://github.com/Skycoder42/libsodium_dart_bindings/tree/bug/22_workround and it does indeed seem fix the problem, as far as I can verify. @pt-rick you can verify it against your...