Daniel Langerenken

Results 10 comments of Daniel Langerenken

This is the complete file, however, this needs dependencies (ng-file-upload) ``` /** * Generic data service to interact with Sails.js backend. This will just * wrap $sailsSocket methods to a...

Same issue current workaround is adding a blank page onto the first page and call selectRight()

Thanks ptrent! I slightely changed it in my code as I'm too lazy to check whether I can call setColumns or not. So I "save" this value until the width...

queries that contains arithmetic operations will most likely fail using quotes. At least `generate_series('1','20','1')` is throwing an exception ( hint: 'Could not choose a best candidate function. You might need...

@john3300 have you seen the workaround described in https://github.com/srs/gradle-node-plugin/issues/226 ? ``` afterEvaluate() { npmSetup.args += ['--registry=https://some.url/here/'] } ```

Great to have you back @srs !

utils.js and other files are indeed not included in the npm install.

Same problem here. When you set a padding for the recyclerview, you can even see the progress-icon moving down behind the empty-view

This is still happening in 2.9.2 - any chance someone can look into it?