-
Currently, clients are asked for password at first connection, subsequent requests are completed without authentication based on client ip, making it more prone to MITM (Man In The Middle) attack. We …
-
The following error is being produced when clicking "Prototype token" on v10:
```
foundry.js:711 TypeError: Cannot read properties of undefined (reading 'find')
[No packages detected]
at Token…
-
-
Part of #67
It's vanilla javascript at the moment, so it can be hard to spot potential runtime errors while making changes.
Convert it to typescript. Don't convert dispatchLambda, let's just leave …
-
The verse box selection mechanism is currently powered by [jQuery UI Selectable](https://jqueryui.com/selectable/).
The initialization of this has major performance issues on Android. That's the prim…
-
### Operating System
Windows 11, Chrome, Edge, Android, iOS
### Environment (if applicable)
Chrome all major versions, Edge, Safari iOS tested on 16
### Firebase SDK Version
10.14
### Firebase …
-
Hi, I recently discovered your awesome ReMastered site and I really like the 'minimal' theme of vanilla JS,HTML and CSS. Found this project you made and after playing around with it, I am wondering:
…
-
We have examples of plugins with multiple panels, but these are written with React in mind. While one can extrapolate the way to do this in JavaScript w/o a framework, we should just have a guide & as…
-
# Vanilla Javascript로 React UseState Hook 만들기 | 개발자 황준일
React의 UseState Hook의 작동방식에 대해 고민해보고, 구현해보고, 최적화하는 내용을 다룹니다.
[https://junilhwang.github.io/TIL/Javascript/Design/Vanilla-JS-Make-useSate-hook/…
-
https://vanillajstoolkit.com/boilerplates/revealing-module-pattern/
https://vanillajstoolkit.com/boilerplates/revealing-constructor/
https://vanillajstoolkit.com/boilerplates/settings-and-option…