Ilja Kotirinta

Results 11 comments of Ilja Kotirinta

``` use {'ms-jpq/chadtree', branch = 'chad', run = 'python3 -m chadtree deps' } ``` See packer [docs](https://github.com/wbthomason/packer.nvim#quickstart) You can find there how to use `branch` and `run` commands.

Have you tried to remove the plugin(deleted .vim/plugged/chadtree) and reinstall? I just installed it and everything works fine.

I think what you are trying to achieve is against time based one time password's rules. Secret should be UNIQUE for every USER. So same secret will generate same password...

Isn't that correct? From [documentation](https://github.com/yeojz/otplib#totp-options) window is "Tokens in the previous and future x-windows that should be considered valid. " So if you have window with value 300 it should...

Okay thanks for the info! [Here](https://gitlab.com/lut1/blogger) is the whole project I built an image for. The image was for [front-end](https://gitlab.com/lut1/blogger/-/tree/master/front-end) directory in that project. There is [update.sh](https://gitlab.com/lut1/blogger/-/blob/master/update.sh) script which uses...

@juanGoesElectric If by token you mean secret, then it's up to you. One way is for example to use some kind of _unique_ option depending on your database ([MongoDB example](https://www.mongodb.com/docs/manual/tutorial/unique-constraints-on-arbitrary-fields/))....

You can see the source code here: https://github.com/johnkernke/passport-twitchtv https://github.com/Schmoopiie/passport-twitch `passport-twitchtv` had the last update 8 years ago and is now deprecated. `passport-twitch` had the last update 6 years ago. This...

There's also Framework-agnostic PWA plugin by [vite-pwa](https://vite-pwa-org.netlify.app/) which can be integrated with Nuxt, Vanilla JavaScript, TypeScript or any framework in general. Installation: https://vite-pwa-org.netlify.app/frameworks/nuxt.html Examples: https://vite-pwa-org.netlify.app/examples/nuxt.html

Yes, the vite-pwa itself has been around for a few years. The Nuxt3 integration is relatively fresh (like Nuxt3 itself) and is done by Nuxt core team member Daniel. But...