Simon Bobrov
Simon Bobrov
@JedWatson could you check this please? The warning is really annoying
@tobiasmuehl thanks for sharing, that's nice thing to try out. However I wouldn't call it a solution
@JamieDanielson if I get it right, based on https://github.com/nodejs/node/issues/51196#issuecomment-1998216742 the correct way would now be ```js // register.mjs import { register } from 'node:module'; register('@opentelemetry/instrumentation/hook.mjs', new URL('./', import.meta.url)); ``` and...
@DarkXaHTeP I guess this should be mentioned on the top of the README. And thanks for module btw, saved lots of time
Another use-case is as simple as ability to cache the rendered HTML. If you have static content that comes either from some CMS or is changed once a day or...
@natemoo-re Would it make sense to create another issue where we can track the solution with e.g. runtime API ? I'm subscribed to this thread exclusively for this feature that...
First of all thanks to all authors and contributors of this project. I think the question is rather - is it possible at all to support two different libraries with...
@legendecas what is the status of the issue? can we help to get it resolved?
We faced the same issue today, the `ApplicationSet`-kind applications are impossible to override. The very exact same application created as an `Application` is working fine.
hi @matthewp are there news regarding this? Could we elaborate?