Christoffer Olofsson
Christoffer Olofsson
Like the website [obfuscator.io](https://obfuscator.io).
Something like `expand(path, expandRecursively)`. Pseudo example: `editor.expand(['dataObjects', 0], true)` ```JSON { "dataObjects": [ { "example": "hello world", "child": { "more": "data" } }, {}, {}, {} ] } ``` Would...
On menu open, pseudo add each suggestion (including templates) and validate against provided JSON schema (and `onValidate`). If validation failed, disable (grey out, or hide) suggestion. If all options fails,...
Is `schemaRefs` link to a defs-file, so all `$defs` could be written in one file instead of in one or multiple schemas? Or is it used for something competently different?...
Is there a straight forward way to get values to a function input without checking `inputs[0].string` and such? ```JavaScript let realm = new ManagedRealm({}); realm.scope(() => { CreateDataProperty(realm.GlobalObject, new Value('example'),...
Instead of replacing the result image with the new, shift the old image to the left and put the new image to the right and add a display settings button...
A time counter that counts upwards while waiting for the generated image. Optionally, also use last (or mean) time to count downwards while waiting. Maybe not 100 % reliable, but...
**Describe the bug** Based on the console output, if I have open two tabs and queues two generations at the same time, both of them will be executed at the...
**Is your feature request related to a problem? Please describe.** I have multiple browser-accounts logged in, and I don't want the windows to be opened with the incorrect account. **Describe...
**Is your feature request related to a problem? Please describe.** A more iterated image does not always result in a better image. **Describe the solution you'd like** I would like...