Haf
Haf
Hi Ahmet, I would argue that `example` and `inline` have different purposes and that `example` is already good at its. I wrote `kubectl-inline` to aid in quick experimentation, while `example`...
I've got a working PoC here https://github.com/huuff/lapin/tree/tokio-runtime The entrypoint is: ```rust #[cfg(not(feature = "tokio-runtime"))] impl Default for ConnectionProperties { fn default() -> Self { Self { locale: "en_US".into(), client_properties: FieldTable::default(),...
You're right! It's definitely much more ergonomic if I don't have to switch the feature off. Regarding the executor, the first issue I found is the `RenderEffect` that's created in...
MIght be a good idea since I just realized my tests are randomly panicking with ``` `spawn_local` called from outside of a `task::LocalSet` or LocalRuntime ``` UPDATE: Found out it...
Do you think this might be feasible/desirable? If so, could volunteer to take a look into it (long-term-ish since I haven't got much spare time)
I'd say the first choice is pretty much the same as a match which is the solution I'm using right now. Also going fully dynamic definitely makes no sense since...
🤔 I don't fully understand what `copyModules` does there, I doubt it would resolve the issue. Since stylix doesn't attempt to set the icon theme, and the home manager module...