Philipp Kretzschmar

Results 21 comments of Philipp Kretzschmar

@JimmyBoh @dthree It'd be awesome for the typings to live in the [`@types`](https://www.npmjs.com/~types) package on npm, so that one could simply run `npm install @types/vorpal`. As of typescript2, one doesn't...

I have to second that. I have a 32MB csv file that has a delimiter `|`, and I can't even go past the selection of my custom delimiter. Once select...

@ssbarnea You can use `sponge` from `moreutils` together with `jq`: jq . your.json | sponge your.json

> ``` > jq . your.json | sponge your.json > ``` Today, I had the use-case of having to format multiple json files in a folder while also taking into...

Please default to meaningful behavior. I put `$this->markTestSkipped('TODO: add sanity check');` at the beginning of a test case with the full knowledge that the code below it will never be...

@philippnurullin Do JetBrains IDE support "support stylistic sets (opentype feature)", and if so, how do I enable this?

@cata0309 Can you please provide your patched font file?

It's a bid of an oddity that an `OverlappingMarkerSpiderfier` points to a, now discontinued, fork: ``` bower search OverlappingMarkerSpiderfier Search results: OverlappingMarkerSpiderfier https://github.com/pesla/OverlappingMarkerSpiderfier.git overlapping-marker-spiderfier https://github.com/M1ke/OverlappingMarkerSpiderfier.git overlapping-marker-spiderfier-jawj https://github.com/jawj/OverlappingMarkerSpiderfier.git overlapping_marker_spiderfier-leaflet https://github.com/heiglandreas/OverlappingMarkerSpiderfier-Leaflet.git ```...

@sQVe There you go: https://github.com/k0pernikus/repro-destiny-76 ``` git clone [email protected]:k0pernikus/repro-destiny-76.git && cd repro-destiny-76 npm ci && npx tsc ``` The error happens when you run: ``` npx destiny "src/**/*.*" INFO: Resolving...

> > As it was, it appeared like dark magic. > > I was assuming some other configuration file was being used, that some parent file was used, I never...