Dendi Handian
Dendi Handian
I'm implementing sbadmin on laravel using laravel-mix. I'm using NPM installation and importing resources directly from the node_modules folder. In my `bootstrap.js` file, I already imported all required js (or...
Is this theme support for select2 multiple tagging? The default style is like this:  But when I applied the theme: ```js $('.tagging').select2({theme: 'bootstrap4', tags: true}); ``` The style is...
## 🚀 Feature Proposal A workaround to use the main Chrome browser state or maybe browser data (cookie, localstorage, etc) to whitelist the 2FA trusted browser from the web. ##...
I know that for testing purpose, sessionless is preferred. But I use Selenium IDE for data engineering and ingestion purpose, Selenium IDE is a great tools. My problem using this...
Is it possible we can generate a non-expiring long live page token? or there is a workaround to do that? so we are no longer to requests token generation to...