Jordan Wambaugh
Jordan Wambaugh
Currently, initialization of the database happens automagically, which can be nice, but I'm running into an issue when the user first runs my app and I try to access the...
I'm running osx 10.9.1 I've tried the osx binaries and building neko from source. Same result. When I run nekotools server (on any port) it hangs with just this output:...
If I query a table with a many-to-many relationship and use `.toList(preload: true)`, the query never returns if retrieving a record with related records. It looks like it gets stuck...
Builds now fail unless these functions are defined in the model, yet there's no mention of them in the documentation: ``` final defaultDateFormat = intl.DateFormat('dd-MMMM-yyyy'); /// Specify a defaultTimeFormat (Optional)...
Not sure if this is the same as #1196, but I am seeing extreme jank when running a query that returns a field of type `JSON`. If I don't include...
Sometimes when placing an order, I get a ton of these error messages: ``` ERROR:ib_async.Decoder:Error handling fields: ['101', '756733', 'SPY', 'STK', '', '0', '?', '', 'SMART', 'USD', 'SPY', 'SPY', 'SELL',...
### Describe the bug When reading a bigint value from my mysql database, bigint values are losing their precision inside of evidence. For example: Mysql database: 1498392753700442114 In Evidence: 1498392753700442000...