Timo Rossa

Results 42 comments of Timo Rossa
trafficstars

Does it work if you create a key only once in the deployed app?

@transtone if [this](https://github.com/timonson/djwt/blob/master/examples/pkcs8_storing.ts) is not enough you can find other examples [here](https://gist.github.com/pedrouid/b4056fd1f754918ddae86b32cf7d803e#hmac---importkey) or on [mdn](https://developer.mozilla.org/en-US/docs/Web/API/SubtleCrypto/importKey).

This approach wouldn't work with the TypeScript dependency `base64url` from `std`.

@GregDMeyer look here: https://github.com/Ventto/batify/issues/7 I hope @Ventto will merge the fix into master soon.

For more information, look here please: https://github.com/ritwickdey/vscode-live-server/issues/174

This is awesome @Maxime-J , I can't wait to try it out! Would you mind adding a couple of lines of documentation to the README as well? Thanks!

Hi @invisal , `window` is not available in a Web Worker. I would suggest changing `window` to `globalThis`. Thank you! https://github.com/timonson/djwt/issues/48

Hi @jonsmithers, thank you for your quick reply! You are right, I had not seen the new `g:htl_all_templates` option yet and I find it amazing. I think this is pretty...

@jonsmithers until now your new `g:htl_all_templates` has worked without any problems. The only thing I have noticed is that the automatic **indentation** is not activated for this feature yet. If...