David Kobia
David Kobia
What an annoying bug :bomb:
Works okay on iOS with `shared_preferences` and `sqlflite`. However I run into this error on Android. Looks like changes are required for the new v2 plugin implementation.
Thanks @richpeck. Additionally it didn't seem that 404s were being saved to the DB?
They do. Everything else works.
The 500 errors do get saved, except I mostly run into the **Undefined method `save'** issue. If a page is not found I'm throwing a 404 with: ```ruby raise ActionController::RoutingError.new('Not...
Seems the initializer with `Dir['./app/superworkers/*'].each { |f| require f }` is unnecessary because the superworkers are autoloaded?
The solution for the moment is to break events that span more than a day into multiple events.
I too I'm experiencing an issue with a barchart inside a SingleChildScrollview: ``` The following NoSuchMethodError was thrown while handling a gesture: The getter 'length' was called on null. Receiver:...
@Geparder It looks like this has been resolved by e3c127b9a5f92208c0ef3cbe9ba2664d64261c0d