Oliver Salzburg

Results 89 issues of Oliver Salzburg

I have an array of 300 non-trivial objects, which I want to filter with `groupBy`. When I attempt to do that, my whole applications slows to a crawl. This is...

PRs plz!

I hope you don't take this the wrong way, but the existing code is horrible. It is extremely hard to read and understand, mostly thanks to the choice of cryptic...

So I have this function: ```js const operation = () => ( { foo : "1", somethingLong : 2 } ); ``` This is exactly how I want it formatted....

This allows users of the middleware to define the name of the request ID in the logger. The label should be provided through the `reqId` setting in the options hash.

Today I was trying to internationalize my Angular frontend using the translation files I already created with i18n-node. I also wanted phrases which I add in my services/controllers/... to be...

support

imgcache.js disables Gallery integration on Android and backups on iOS. I actually want those features, but imgcache.js provides no means to control the behavior. I made a [crude change in...

![](http://i.imgur.com/itistMO.png) You can see that the running task is apparently running for 16m already, even though previous build took considerably less time. I _assume_ this is because the `started` time...

bug

I get a lot of `Cannot read property 'commands' of undefined` errors during a run. ![](http://i.imgur.com/Pxy1uwS.png)

bug

How to repro: 1. Remove Striders deploy key from your VCS host (in our case, GitLab) 2. Run a test job in Strider For us, the job would fail extremely...

bug

I noticed some problems with the licenses set for some Strider modules: ``` shell OliverSalzburg@oliver-pc MINGW64 /d/strider-workspace $ grep license */package.json dirkeeper/package.json: "license": "BSD-2-Clause", go-strider/package.json: "license": "BSD", mocha-selenium/package.json: "license": "MIT",...