liquidaty

Results 79 comments of liquidaty

> When downloading with a modern browser, clicking Download will bring it under the control of the browser It doesn't have to be that way. IMHO a much better way...

@bo3b the "Deb" in RelWithDebInfo means "debug", not Debian. I'm seeing a similar issue as the OP, built with mingw-w64. simplegrep.exe with no args prints usage just fine, but the...

@bo3b thx, will check it out! BTW resolved my issue by swapping `__mingw_aligned_malloc` for `posix_memalign` and using `__mingw_aligned_free` in `aligned_free_internal` in src/util/alloc.cpp. Probably different from whatever is causing OP's issue...

Working on OSX (non-M1) now, at least with `-DFAT_RUNTIME=off`

FYI I am working on this, but #2589 is making it much more difficult than it should be. If helpful, in that issue I've posted a modified YML which at...

Got tired of waiting. Here's a pull request that simply strips comments of the form #, // and /*. I'm 99% sure I missed something because otherwise that was too...

@MikeTaylor there it is

@pkoppstein I totally agree that it would be better to make this an option, and I think it would be easy to do so and would be happy to make...

@pkoppstein thanks for your comments. This response is to the first of your last two posts. > One point of discussion is consistency between jq's two JSON parsers (i.e. the...