Kevin Moritz

Results 8 comments of Kevin Moritz

Yes, that is the best way to write it, but the fact it works in one direction and not the other is a bit confusing

Found another issue that might be related. Consider the following code: ```dart void main() { GlassPlate plate = new GlassPlate(200, 200); // ..addEventListener(MouseEvent.MOUSE_DOWN, _handleMouseDown); plate.removeEventListeners(MouseEvent.MOUSE_DOWN); plate.removeEventListener(MouseEvent.MOUSE_DOWN, _handleMouseDown); } void _handleMouseDown(InputEvent...

I am forcing garbage collection through Dartium's observatory by clicking the GC button in Allocation Profile. When the enter_frame listener is *not* on `this`, but rather on the _bg sprite,...

I'm also having this issue, where the colors are just bizarre on same specs as above

> I had same issue on Windows platform. > > * Font: **FiraCode Nerd Font** > * Glyph: `\ue6b4` (prettier icon) > * wezterm **20240203-110809-5046fc22** > * Windows Terminal shows...

Apologies if this is the same issue, but I'm running into _almost_ exactly the same issue except my terminal (wezterm) is not freezing. Lazygit is simply being killed after running...

ah, yes. Confirmed that running `fg` afterwards results in `[1] + 4381 continued lazygit` with a hanging blinking cursor. that said, if I run `exit` then, it does go back...

I suspect I am seeing the same issue. I have it set-up so that wezterm launches maximized with the following: ```lua wezterm.on('gui-startup', function(cmd) local tab, pane, window = mux.spawn_window(cmd or...