Dean Serenevy

Results 7 issues of Dean Serenevy

Hello, would you be willing to include transaction and savepoints? The structures here will automatically rollback when dropped. Thanks for the package and for considering this addition!

feedback wanted

Thanks for the great app - I'm seeing crashes if I try to change the color or symbol of a track. Process: Open app, click a header, click edit icon,...

capturex will, if execution fails, call END{} blocks one too many times. Suggest adding this fix from http://stackoverflow.com/questions/4307482/how-do-i-disable-end-blocks-in-child-processes

GCC 14 enables -Werror=incompatible-pointer-types which results in expected 'SDL_EventFilter' {aka 'int (*)(void *, SDL_Event *)'} but argument is of type 'int (**)(void *, SDL_Event *)' errors in the call to...

**Is your feature request related to a problem? Please describe.** It seems like `SignalSetter` wrapper type should be in the prelude just like the `Signal` wrapper type is. The `query_signal()`...

Hello, I've just updated my firmware and the command order in "Updating on Other Operating Systems" in `content/system-firmware.md` leads to an unnecessary error. # What I did As suggested in...

This fixes the test case in . I realize that this may not be the best fix for the issue, so consider this a conversation starter PR. The comments in...