clotodex
clotodex
## Is your feature request related to a problem? Certain obvious markdown features, like aligned lists, bullet points, etc are not working with the limited implementation from #157 #206 ##...
``` [INFO] Generating build script... [INFO] Generating build script completed, took 319ms [INFO] Precompiling build script...... [WARNING] ../../../../../../.pub-cache/hosted/pub.dev/go_router_builder-1.1.7/lib/src/route_config.dart:94:57: Error: The getter 'element' isn't defined for the class 'InterfaceType'. - 'InterfaceType'...
Love the dialog, but would love a way to not force the user to give a rating but also just accept a comment. So an option for #16 would be...
I cannot get async_trait and builder-pattern to play nice together. My test (assume MyAsyncTrait exists): ``` #[derive(Builder)] pub struct MyStruct { a: SomeStructA, b_provider: Box, } ``` It complains that...
I have inset shadows that render fine in web, as long as the layout is "desktop" like. When I either open it on my phone or when I use the...
The commit 0d57111 (upgrade deps) change the cli completely. Starting a daemon now requires a value for each argument. So `earbuds -d` needs to be changed to `earbuds -d `....
I for the life of me cannot figure out how to set up cross compilation with rust. I have checked out https://github.com/cachix/devenv/blob/main/examples/rust-wasm-cross/devenv.nix but that just sets up wasm. What I...
**Describe the bug** The nix install of the android sdk fails on the darwin architecture. **To reproduce** android.enable=true on a macbook with an M processor **Logs** … from call site...
**Problem**: When importing another direnv.nix (e.g. because of the packages and scripts etc) you also import the processes. This means that `devenv up` gets very polluted and breaks (if a...
Concrete use case: I have a devenv.nix in the root of our repo to run everything together. Now depending on different development focus, we would love to either pass variables...