Chris Watson

Results 182 comments of Chris Watson

I'd be happy to help maintain if you're still looking

Thanks! I've been doing lots of work on it over the past few days. It'll be good to get this library going again rather than having to build my own...

Personally I am of the opinion that the external shard should keep as much of what makes it special as possible. Maybe extract `Lucky::AllowedInTags` as well. When it comes to...

Got it working on VSCode with the Crystal Language plugin. I had to create a SymLink from `C:\Windows\System32\bash.exe` to `C:\Windows\SysWOW64\bash.exe` to allow the 32 bit version of VSCode to launch...

Here you go @faustinoaq ![scry-vscode-windows](https://user-images.githubusercontent.com/4535422/29145181-de232cb0-7d10-11e7-96c8-9b97be219a0f.png)

I assume the issue that happens when attempting to `require "openssl"` or anything that relies on openssl is included in one of these subtasks? The issue seems to be different...

Right, I'm using micrate right now, I'm just not a fan of having to write the SQL queries by hand. The main issue is that the queries aren't always compatible...

This is awesome. I know Rails has something similar. I was going to suggest this if it wasn't already planned.

Wait, am I stupid? The `create` and `update` methods just pass the `**args` into `create(args.to_h)` and `update(args.to_h)`, so they must already be available in a form that takes a hash,...

I'm glad that this has at least been getting some attention. @z64 is right, but I understand that this isn't exactly top priority. It would definitely be a "nice to...