Kyle Gentle
Kyle Gentle
I'm trying to figure out how to build and/or run a Typescript project using dream2nix. I've created a minimal example at [kylegentle/ts-dream-example](https://github.com/kylegentle/ts-dream-example), with some more context in the README; let...
I see an [old issue](https://github.com/rustls/hyper-rustls/issues/3) about proxy configuration, but it seems like hyper removed the ProxyConfig struct some years ago. Is there a way to configure an HttpsConnector with an...
**Is there any way to generate a development shell for a package that requires build-time dependency wrapping/patching?** Context: I'm trying to create a development environment for a basic NextJS project....
Fixes #31. This is mostly a cherry-pick of @kstech-roadie's https://github.com/willemt/pytest-asyncio-cooperative/commit/5d0c7ab8838ccd558eaf0660574b02774a7f3ed3, with one additional callsite fixed and a comment added about kwargs support for caching.