Brian J. Cardiff

Results 217 comments of Brian J. Cardiff

> But doing that would mean that at least by default any compiled program from crystal should have the same tzdata dependency, or the directory will not exist. I might...

I think option 2 sounds great. But I think it would be good to have for a while a flag to select between `auto | libevent | iouring` as a...

Yes @j8r. When I said "a flag" I was not thinking of a compile time flag. I should have said env var to be more clear.

The benefit of a runtime flag is having the same binary to switch the underlying event implementation. This can be helpful for doing benchmarks easier but also to allow a...

and same issue with `contains` `where dept contains 'engineering'` should be translated to `where dept like '%engineering%'`

I checked with other native driver implementation and it seems they don't do anything to the payload if the collation/charset is different. So extra 👍 on that regard.

Yup. I would drop the unneeded defs I pointed above and merge it. I can take care of it in the following days.

Thanks @Dakad for the contribution and my apologies for the long delay in this PR

I was in nix 2.10.x, I upgraded to 2.11.0. I already had nix flakes enabled as the nix wiki states (with a `experimental-features = nix-command flakes` in `~/.config/nix/nix.conf`). Yet the...