Joonas

Results 95 issues of Joonas

Probably need to extract the whole function into multiple functions in gace.fs namespace

enhancement

Ctrl enter

enhancement

Call `filenode:Require("lua-autorun")`. Returns a promise that then gives an addon object. Addon node should be cached in Node.Addons. Addon is initialized on Require on serverside. On clientside (NetFile/NetFolder) the addons...

enhancement

On success: > Return a table containing needed data. If there's no data, table should be empty. On error: > Return table containing only the field 'err', which is the...

enhancement

Eg. `vfolder:registerAddon(gace.VFS.RunOnSave)` or something idk

enhancement

That handles parsing path arguments, checking permissions and graceful erroring better

enhancement

Global events/local events Global events = save events by all users (superadmin only)

enhancement

If there exists a CSS rollup config that separates the associated CSS into another file (as is done in default rollup template https://github.com/sveltejs/template/blob/master/rollup.config.js#L23-L25), the tests won't have access to the...

topic: rollup
difficulty: medium 🚵‍♂️
impact: 🥈
topic: styles

The warning : ``` Warning: ReactSelectize is changing an uncontrolled input of type hidden to be controlled. Input elements should not switch from uncontrolled to controlled (or vice versa). Decide...