kernoeb
kernoeb
Same issue ! I tried by adding ```jsx ``` but without success
Hello! It looks like you're using Heroku, any chance you can try with Docker instead ? I don't use Heroku anymore since their business model changed I think you have...
J'ai déjà eu cette idée il y a quelques temps, mais la question que je me suis posée, pourquoi ne pas utiliser Google Calendar ou autre dans ce genre de...
I'm able to reproduce this issue when I use `Node 16/18` + `arch x64` on macOS Monterey : Macbook Pro M1 (ARM). ```bash arch -x86_64 zsh nvm use 18 node...
Update : Thanks to https://groups.google.com/g/node-java/c/Yj4F7Zrbb0k, I succeed to use Java when `DYLD_INSERT_LIBRARIES` environment variable is set : ```js process.env.DYLD_INSERT_LIBRARIES = path.join(jrePath, 'lib', 'server', 'libjvm.dylib') ```
Hi, I updated the documentation and now the nonce is also given in non-shadow-dom contexts. Not related, but I also noticed the lint is a bit broken, my IDE want...