Yacine Petitprez
Yacine Petitprez
This is a problem with the macro system. I should cast `string literal` it to `id` type when building the code. I'll fix it asap.
That's a problem I know exists and should be fixed. Basically, you should use `channels.count` or `channels.to_a.size` For explanation, I've made the collection object inheriting from enumerator class, which is...
Hello, Theorically this could work. What is the current behavior?
Hello Slava! Currently there's no support for polymorphic association. There's only support for inherited polymorphic table. I think this feature will be added in the next set of improvements; the...
Great news ! I follow up on this issue: In the 0.6 polymorphic association will be a reality ❤️ !!! The only catch is it will return a "Clear::Model" at...
I'll figure out; actually now I'm thinking to allow both: `Union` type and `Clear::Model`. Union type care of safety, while returning `Clear::Model` allows generalization and some extensions like [acts-as-taggable-on](https://github.com/mbleigh/acts-as-taggable-on) >...
Oh ! It seems like I've overlooked the two side integration between gitbook and github. It seems to be the answer to keep documentation sync and to allow members contribution...
I don't understand clearly the problem here, can you give an example of the issue encountered? If the problem is the usage of the column `type`, you may change the...
I won't fix; I have plans to integrate the covering system directly into Crystal compiler, which would makes pipelining way more easy since we won't produces half-baked code in between....
Hello ! Indeed it may have a bug on the `**` wildcard. I'll check the require order when I have time. regards,