Jack

Results 50 comments of Jack

should this issue be upstreamed to the crystal project?

Is this for the main Crystal Lang or for Lilith specifically?

That is awesome I cannot wait to see what you end up doing :)

I am having this same problem and have been unable to build @sebastiencs project https://github.com/sebastiencs/icons-in-terminal on ubunutu. Has anyone made progress on this?

I have never been able to build that project. there might be a way to get apt-get to install fontforge with python bindings but I have not found it yet

This seems like an advanced use case but I like this as a feature.

I like the idea of using method missing to create query methods. ```crystal UserQuery.new.tags.active_key("active").select_count ``` This would be a little bit of magic but I think it would fit into...

`rake release` mostly just tags and pushes to rubygems.com right? would we want shards release to do anything more?

when there is a query cache will this make sense?

I am curious because memorization like this will cause more memory usage for minimal performance with query caching. This might be worth revising when query cache is added.