Derek Kulinski
Derek Kulinski
I know this package is synchronous, but am wondering (based on how it was designed) is there possibility that it could have async client, or changes needing to be done...
The issue https://github.com/globocom/m3u8/issues/206 talked about parsing iptv properties, a solution was presented with a custom parser. Though, because how the properties are parsed, if the property contains a comma (most...
Not sure why, but it looks like it isn't possible to override cryptography package. It looks like an issue was raised here: https://github.com/nix-community/poetry2nix/issues/1337, but the original author closed it because...
### Describe the issue It looks like `preferWheel = true;` stopped working recently and poetry2nix is now always building from the source. I created a reproducible project and git bisect...
### Describe the issue After recent update, which targets change in python build. Building of package with minimized python became much more problematic. My best guess is that some build-level...
### What problem are you trying to solve? This is more of a question, but perhaps is a feature request. I want to be able to have some kind of...
Guidance: how to reproducibly build a global package with plugins (e.g. serverless + couple plugins)
I believe this is mostly due to my lack of understanding serverless (and in fact whole node ecosystem), but despite multiple experiments I can't package serverless together with plugins (in...
Not sure if this is a bug, or perhaps it's just advice needed. I have problem with building a project that contains a private dependency. It appears to be slightly...
I submitted a PR: https://github.com/NixOS/nixops-aws/pull/1 which allows to use profiles with assumeRole and MFA, features which are not supported by the old boto. This also helps with effort to move...
The way how my AWS accounts are setup (assumeRole + MFA) makes it impossible to use old version of nixops. I initially tried to add an option to specify a...