Nikolaus Kühn
Nikolaus Kühn
Since the index format will be incompatible with v2.1 anyways (discussed e.g. in #263 ) it could be an opportunity to optimize it a bit concerning size (if possible!). One...
We're stuck with a workflow problem that our previous link checker (ruby based HTMLProofer) solves with the ability to annotate specific DOM elements [to be ignored by the link checker](https://github.com/gjtorikian/html-proofer#ignoring-content)...
Hi @slashdotdash starting from my issue #117 I found that a migration to lunr 2.0.x can reduce the index size much more massively, so I started developing and testing a...
Hi, the index.json file size is a critical limitation of this great plugin. In my text index (which is too big with nearly 2MB) I saw that every document has...
## What happened? I needed to use multiple graalvm native-image options at once, but was stuck because the README only documents the singular "option", which (by looking into the implementation)...
To quickly and easily try out (probably not ideal for production use) a preconfigured "deploy to Heroku" button would be super. BTW, great that you already provide Vagrant, Docker etc....
Version conflics on apache async HTTP and / or the netty based client are an ongoing chore in projects using the JVM SDK - that's not a commercetools specific problem...
The custom Field type "Set" is defined as `The set field type defines a set (array without duplicates) with values of the given elementType.` ( http://dev.commercetools.com/http-api-projects-types.html#settype ) I.e. going along...
The example code in the Javadoc is not runnable / "copyable" to own code as-is since it's using SDK-internal test-utils like `en(String)` to get a localizable String or `asList(...)` This...
Getting this error when importing into a clean empty project using the current master: ``` (node:83096) UnhandledPromiseRejectionWarning: TypeError: Cannot read property 'errors' of undefined at _services.client.execute.catch.err (/Users/nkuehn/GitHub/commercetools-sunrise-data/dist/lib/orders.js:93:75) at process._tickCallback (internal/process/next_tick.js:68:7)...