Piotr Marcińczyk

Results 5 issues of Piotr Marcińczyk

In node.js after using ``` javascript var jsondiffpatch = require('jsondiffpatch').create(options); ``` to create specialized instance, property `formatters` (as well as `console`) is `undefined` on `jsondiffpatch` object whereas without using `create`...

Making it clear that formatters & console can be accessed only from static module. Relases issue #106

Hi! Is there any possibility to specify `.env` files relative to the working directory set in IntelliJ run configuration? Currently paths are either absolute or relative to the project root...

According to https://docs.openrewrite.org/reference/building-openrewrite-from-source Gradle should first auto-detect and if not found then download the missing JDKs: > If you are able to access [Adoptium](https://adoptium.net/), then Gradle will automatically download and...

bug
documentation