Erik Rothoff Andersson

Results 15 issues of Erik Rothoff Andersson

Open new issues here: https://github.com/googollee/go-socket.io

A builder is a class that takes care of parsing response objects into meaningful models. They should be able to be defined on an entire model, but also per request

feature

Implement a testing framework and write tests to test base functionality.

feature

If the API has a standard of using `snake_case` but in Swift we use `camelCase`, create case converters that can be configured globally and locally.

feature

Currently `fromJSONMapping` is converted to camelcase to match property names on the model, but in `JSONDictionary` it is not converted to anything. So: Implement a case conversion setting on a...

Inspired by Anders Bjarby

Thinking about it

While trying to deploy [our fork](https://github.com/thiagopradi/octopus/pull/488) we got another error message when deploying to Phusion Passenger. ``` NoMethodError (undefined method `any?' for nil:NilClass): activerecord (5.2.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:421:in `block in connected?' /Users/erik/.rvm/rubies/ruby-2.5.1/lib/ruby/2.5.0/monitor.rb:226:in...

In Node 7: ```js var Ftp = require("jsftp"); var ftp = new Ftp({...}); ftp.get("myfile", function(err, socket) { socket.on("data", function() { console.log("read chunk"); }); }); ``` This code does not work....

Large tables with indexes take a lot longer to import than without index. The net time to import without index, then recreate after data load, is about 1/3 of the....

Getting this warning in latest ember: ``` Prior to v7.26.6, ember-cli-babel sometimes transpiled imports into the equivalent Ember Global API, potentially triggering this deprecation message indirectly, even when you did...