Marc Höffl
Marc Höffl
When trying to delete nested values in a map, I ran into issues, that it would crash when providing `null` as value. So I added it to have the same...
Hi Luca, I mentioned this single use case in another ticket, where we discussed several things: https://github.com/lucaong/minisearch/issues/106 I wanted to create a dedicated issue for this specific case. I am...
Hi, I am using pino in the browser, since I have some parts of my application that are used in the browser as well as on node. When using pino...
It seems that [Privacy Badger](https://privacybadger.org/) blocks the call to get the settings. The problem is, that means that the `load` call throws. And i have in my code the `analytics`...
I encountered a very problematic behaviour while using ParamConverter in an action that modifies the entity, but I had to merge the Entity and all of the related entities, since...
I have the case, where I upgraded the "structure" of a prefix. For this example lets say the structure of my elements under `events/:eventId` has changed. The issue is, I...
Hi, I am just getting started with this module and wonder how it integrates with normal kue. I saw the "scheduled" jobs once they were queued, but I don't see...
Hi, I understand that the configuration is mainly setup to support es6 module syntax. I think it would be great to additionally not break working commonjs. Webpack itself supports it...
Hi, we are using serverless bundle and because jest is a dependency the version from `serverless-bundle` ist hoisted in our project. I am generally curious what the motivation is to...
Server version: 2.0.0 Client version: 2.0.0 I am experiencing a very weird behaviour with findAll. I am currently trying to deploy my horizon app. So to make this easier, I...