Sakya
Sakya
yeah to be able to be call using without webpack, like react.js itself we can call in html directly.
In react if you use browser only ( non nodejs ) you just import in the header directly ```html ``` index.js ```js ReactDOM.createRoot(document.getElementById("root")).render(Hello World); ``` Perhaps you can include the...
A lot of typehint issue in the phpdoc
Here is my configuration I use the default installation and write the configuration in config/config.php Here is the config [samltotp.txt](https://github.com/aidan-/SimpleTOTP/files/96836/samltotp.txt) Currently no error from httpd or php, I haven't setup...
electron-vite build also not working for windows when using bytecodeplugin It always got this error if ```bash out/main/index.js 59.17 kB node:events:495 throw er; // Unhandled 'error' event ^ Error: write...
Any update for this problem ?
Update for pgadmin4 you need to disable this settings, and the window can be close now File > Preferences > Browser > Display > Confirm on close or Refresh to...
Apprently it is an issue with the device, some of cn device has bad firmware
Maybe just use simple approach instead of pushing it automatically, maybe let user define max row for each table in a page. something like limit offset in database. We might...
I mean let the user handle all the row count, cell width , row height design adjustment. If it break the page they will need to readjust the design. For...