Jake Chapa
Jake Chapa
Something caused the JSON response to come back bad: https://wow-ss-from-2020.s3.amazonaws.com/Screen-Shot-2020-04-23-00-57-24.86.png Here's the portion of the JSON that's broken: ``` ,{ "key": "spx-full-20200420_001139-Plesk.local-7103-603035188", "exec_ts": 1587312699, "host_name": "Plesk.local", "process_pid": 7103, "process_tid": 7103,...
https://dash.soketi.app/register shows a 522 timeout. 
Add the below to `/plugins/debounce-directive.js` Then include in nuxt.config.js: `plugins: ['~/plugins/debounce-directive.js']` Finally use as suggested (v-model.lazy): `` ``` // plugins/debounce-directive.js function debounce(fn, delay) { let timeoutID = null; return function...
What a perfect package that fills a great niche! Is there a way to deploy this WASM to be imported in a Cloudflare Worker? Here's a [base example](https://developers.cloudflare.com/workers/runtime-apis/webassembly/javascript/): ``` import...
Is it possible to use one of the 8-digit backup codes as 2fa instead of email/sms?
### Feature Request Hello, when writing a custom component (or modifying an existing one for that matter) -- I can't figure out how to add to the "Logs" tab of...