Jack
Jack
I am having trouble connecting to the free instance of coackroachdb. I have read through the issues, and it seems to be connected to certs. I have tried disabling SSL...
I was working on an XML API a while ago and this is some of the work from that. It is unfinished and needs things like discriminators. But this could...
This might be a duplicate of https://github.com/crystal-community/crystal-libraries-needed/issues/43 but I wanted to make an issue for it. I think it would be a good idea to have a ground up implementation...
I am looking to use this with Lucky. Has anyone used this with Lucky? Is there a checklist to work through to get this to work with Lucky?
There are some gems for letting you know when you are running a migration that could cause problems. There are some private ones that have been built that I have...
I cannot parse `long long (Vector)` with this lib. I think this might be a problem with the Crystal compiler but I dont know ```crystal @[Include( "immintrin.h", )] lib Immintrin...
This moves to use puts so you can suppress output if you want.
This is only for testing but is an initial pass at suppressing CLI output for tests.
I think we should include a standard IO management for all the CLI commands. This might be able to be pulled into the core Lucky lib. I have built a...