Joachim Schirrmacher
Joachim Schirrmacher
Thanks for the answer, @marie-x, and your question, @schnuerle. In fact, a clarification in the spec could help to understand how to handle those cases. An actual example could be...
This issue gets new relevance due to the transitive dependency to `[email protected]`, which has a [critical severity vulnerability](https://snyk.io/test/npm/json-schema/0.2.3).
Yes, I understand that. Unfortunately, typical vulnerability scanners cannot find out that, so that I need to ignore them (which I do). However, it leaves an uncomfortable feeling that in...
Works here (Kong 2.0.1 and Konga 0.14.7) as well, but doesn't offer all Plugins available in Kong, e.g. the [ACME plugin](https://docs.konghq.com/hub/kong-inc/acme/), which would be extremely helpful.
When using vite, you can change the rollup options (in `vite.config.ts`) to leave `vuedraggable` external: build: { rollupOptions: { external: [ "vuedraggable" ] } }
Thanks, @stevensbkang ! This seems like a good solution to mitigate the problem. I still wonder, why it is possible to call the webhook from the outside of my cluster...
Is there a chance, that this will be merged?
How about using the [builtin `console` package of node.js](https://nodejs.org/docs/latest-v18.x/api/console.html)? As of a current (1.36.0) api version of rc-apps, I get this messages: ``` packaging your app... ! [info] using TypeScript...
The funny thing is, there is no actual usage in my repository. An `npm ls console` doesn't show anything, and even a full text search only reveals `@jest/console` in `package-lock.json`.
Do you have such a patch, @mateuszdyminski which I could use? I'm not yet experienced enough to create such on my own, but I would be willing and able to...