Leonard Hecker
Leonard Hecker
For now, that's good enough for me. I'll close this issue. We can consider having official source tarballs in the future.
My previous suggestion was to pass the scope directly as an argument directly to `consume_action`, e.g.: ```rs fn render_menu(ctx: &mut Context, state: &mut State) { // Normal rendering logic here......
It's fine for the render process to be dirty and impure. The goal is not to write an actual UI framework after all, but rather to make our specific use-case...
Oh, it seems this PR fell off our radar...
VS Code has tooltips, and we don't. I think this makes it harder for us to use these short names. Lots people are highly averse to using the mouse in...
This could be due to the new passthrough mode ConPTY (since version 1.22). If git prints output in chunks (or character by character) then the new system will pass it...
Hi! I've received several PRs for translations since yesterday. As you may have read, a small binary size is an important goal. Long-term this forces me to decide which languages...
I think you could actually argue that the new implementation is more correct than the old one, because as it turns out you're accidentally asking for a window that's 1...
There seems to have been a misunderstanding... I haven't even thought about closing this bug yet. 😅 I was just working on other issues first after my initial investigation above....
Hmm this is unfortunately actually not all that easy in our current architecture. I may have to do that later.