Devon H. O'Dell

Results 25 comments of Devon H. O'Dell

I unfortunately do not have a MacOS device to test on (easily) right now, but I'll try to give this a look sometime soon. ISTR that I was running into...

Yes, this is basically what's there. I'm not familiar with best practices for vendoring things for UI stuff. It'd be nice to have a release process to make packages for...

Apologies for the radio silence. I started a new job in August and missed the notifications here. The kind of hyperbole in the PR description and the subsequent comments is...

sid is part of tendra, but you shouldn't need this to build from a clean checkout. You might try touching the .c and .h output files (they're intended to be...

I wonder if we can indirect in kmkf through a dependency file that contains the sha of input(s) and output(s) such that we only regenerate if the tied shas differ,...

I think you need to call Match again after you replace to find the next index. Also a good idea to use a slice instead of string here so you...

Yeah, I've found that annoying before, myself. There's a similar issue for `x-`. I think it's a viable change; I'm not sure how big of a deal it is to...

Hi harobed, I'm not at all familiar with homebrew, is this something you'd be able to contribute? Otherwise, happy to leave this here in hopes that someone else can do...

Thanks for this report. I'll try to find some time soon to fix this a bit. The walking algorithm in this version was generalized. One of the differences is that...

There should be. Are you sure the ç character is being input as UTF-8 rather than some other character set like ISO-8859-1? I'll also try to take a look in...