Arik Cohen
Arik Cohen
A good middle ground might be an archiving/soft-delete feature, where the job is marked as `archived` and does not appear in search results by default unless "include archived jobs" or...
This is due to your environment variable named SECRET. A quick fix would be to rename it to something else. That being said, I do plan on adding a top...
Parsing the value has too many edge cases. Example: `{{inputs.not_a_secret}}/actual_secret` So if I don't redact this it will have the secret in the clear. That's why I'm thinking of adding...
I definitely would agree that adding the library and its attendant dependencies is probably not a great idea. As for using the REST API through a unix socket, that doesn't...
This is great to know!
Done! https://github.com/runabol/tork/pull/474
Apologies for the delay. Just tried to `2dgs` branch and still getting the same error. Still works with `reactStrictMode: false` fwiw.
My guess is that it has to do with a race condition related to unmounting "too quickly", which is what happens with the double-render behavior that occurs with `reactStrictMode`. When...
Sorry for the delay. Upgraded to 0.4.3 and it still seems to happen: ```js gaussian-splats-3d.module.js:169 Uncaught (in promise) DOMException: signal is aborted without reason at AbortablePromise.abortHandler (webpack-internal:///(app-pages-browser)/./node_modules/@mkkellogg/gaussian-splats-3d/build/gaussian-splats-3d.module.js:169:25) at AbortablePromise.abort (webpack-internal:///(app-pages-browser)/./node_modules/@mkkellogg/gaussian-splats-3d/build/gaussian-splats-3d.module.js:95:37)...