Matt Mastracci

Results 125 issues of Matt Mastracci

`gel restore -I instance branch` currently fails if there's data or the branch doesn't exist. It would save an extra step if we allowed the restore to overwrite, create or...

We have 6 different ways to print in the CLI. println/log/color_print support {} style parameters. print_markdown has its own placeholders and print is just strings. - [ ] {e,}println -...

I went through the effort of modernizing the Isoflow react codebase and porting it to React 19. It works perfectly in all my tests, and I was curious if you...

Priority 3

#4459 implements handling for global ctor functions, but it's missing some details on Windows (I believe it only handles the default link section as-is). All sections from `.CRT$XIA` … `.CRT$XIZ`...

C-enhancement
A-windows