Philipp Kretzschmar

Results 18 issues of Philipp Kretzschmar

I'm getting an error on merge: ``` Auto-merging composer.lock CONFLICT (content): Merge conflict in composer.lock Auto-merging composer.json Automatic merge failed; fix conflicts and then commit the result. ``` I am...

ts-mockito requires the use of `instance` (see: #87) to get the actual mocked object instance instead of a helper object. This is fine. I find its behavior strange though when...

I have: ``` return new Promise(resolve => { request(options) .pipe(fs.createWriteStream(fileName)) .on("finish", function () { console.log("The file should be completely written here"); resolve(fileName); }); }); ``` and I expected the `finish`...

enhancement

- backslash is windows only - other use forward slash, e.g. Linux based system and those would fail with default config

In the [contributing document](https://github.com/DefinitelyTyped/definitelytyped.github.io/blob/source/src/documents/guides/contributing.html.md.eco#L99) it tells one to: > 1. Enable Travis on your DT fork and test online. > * See note below on how to enable this. >...

This scripts follows a very naive approach, and while this may work for certain projects, it most certainly fails on bigger projects where deleting and reinstalling would lead to a...

Using node8.9 I get an error when trying to run this via: npm install && npm start It outputs this: ``` > [email protected] start /home/philipp/teams-for-linux > electron ./app Gtk-Message: Failed...

Sometimes, the serialization process is [throwing an exception](https://github.com/schmittjoh/serializer/blob/master/src/JMS/Serializer/Metadata/ClassMetadata.php#L163-170) This is due to the fact, that sometimes a [doctrine proxy class](https://github.com/schmittjoh/metadata/blob/master/src/Metadata/ClassMetadata.php#L42) of an entity is injected instead of the actual entity...

to review
serializer issue

Using highland@2, given this example: ``` "use strict"; const Highland = require("highland"); let stream = Highland([1, 2, 3, 5, 6, 7, 8, 9, 10]); let take3 = stream.take(3); take3.toArray((threeItems) =>...

3.x