Kostya M

Results 147 comments of Kostya M

i think you should use something like `crystalgiri` with libxml on heroku, which use libxml as shared lib.

actually i think you can compile binary of your program and upload it to heroku purely, it should work if it have the similar arch, like linux64.

when you install dependencies with crystal deps, it would make it automatically.

this is crashed on ci: https://github.com/kostya/lexbor/actions/runs/6497657533/job/17648994221

but why actions still crash? https://github.com/kostya/lexbor/actions/runs/6512196611/job/17704923602 also maybe rename action from 'Specs (windows)', because there is 2 similar.

why not add it by default, to less typing.

btw, after recent crystal update, i also start get many 'Too many open files', when running specs. I just increase local ulimit for that, but may be there is some...

i think `include` is not that bad, and this in ruby style also, when you extend class with some new behavior by `include` module to it. Adding it to Object...

sounds cool, but how it would look like? any example?

i think initialize is not big problem because it also can be generated: https://github.com/kostya/auto_initialize?