Dmitriy Plekhanov
Dmitriy Plekhanov
@fridgerator I'm still experience IndexError on master. And "Unexpected byte 0xff in UTF-8 byte sequence" as well. I don't know how to debug this, I'm new in Crystal.
@fridgerator I'm experience this with postgresql. I'm parsing json and then insert changeset. Only 3 records will be saved out of 6, it will stuck after Unexpected byte error. And...
@fridgerator This is the code. I don't understand why records persists but throw errors.. strange.. ```crystal class Ticker < Crecto::Model schema "tickers", primary_key: false do field :market, String field :currency,...
@fridgerator I tried set types to PG::Numeric in Crecto::Model, but it's doesn't work. It seems either I don't understand how casting works in pg shard or crystal lacks decimal field...
Does this implemented? I tried and it didn't work. However I can use external tool like entr - `ls *.janet | entr -r janet main.janet`, but I wouldn't want to...
@souporserious what with that pr?
I solved this for me. The problem was that I started tested before creating any database table, so you just need one migration with one table and spring miraculously start...
Here is the repo https://github.com/onemanstartup/motion_model_possible_bug ``` First count is 0 Count after serialize is 1 Item id is 2 Item id is 2 Item id is 2 Item id is...
Ok, I figure out how to do it pretty easily. I added rescue to this error https://github.com/onemanstartup/trailblazer-endpoint/commit/8818a685a1a2c2a98087d01e525a9f10d83674a1 But to avoid double render you must return render in your custom handlers....
any progress? I'm getting `sbire/notifier.rb:4:in`call': undefined method `%' for nil:NilClass` error when running under mac os x