Gerry Hernandez

Results 13 comments of Gerry Hernandez
trafficstars

Just wanted to chime in and say this looks amazing. I’m in the planning stages for a green-field project and I’m considering being an early adopter for this. One constraint...

Looking forward to the branch. I don't mind adopting early; my application isn't anything critical and I'll be able to tolerate bugs, frequent refactors, etc.

I was getting segmentation faults within seconds. I just went to grab a core dump and start debugging this, but now Limelight seems to be stable and it's not crashing...

Does anyone know how to get a core dump for Limelight? I tried running Limelight via sudo, but it immediately exits and says `running as root is not allowed! abort..`....

I can dedicate a few hours here and there for Azure support, but I don't have time to take the reins on this one. If someone goes through the trouble...

This is because `Cmd-q` is part of the native macOS menu that Alacritty registers, so the hotkey is handled at the operating system level. Thankfully, you can work around this...

Are you proposing that `GuiFunc()` is responsible for essentially "scaffolding" out a GUI, then `TestFunc(...)` performs operations and assertions on the scaffolded GUI? In concept, I'm thinking about three areas...

I completely agree with writing 20+ tests first, then figuring out the abstractions as pain points are discovered. My thoughts on separating 2 and 3 is that, for the most...

Sorry to bring back an old topic, but I think I may have identified my mental disconnect between what we're talking about here and what was going on in my...

I'm experiencing the same thing. As a workaround, my config looks something like this (summarized for brevity): `init.lua`: ``` lua require('plugins') -- Let Packer do its thing require('config_hacks') -- deal...