Bloxs

Results 12 comments of Bloxs

Although this would be nice, I don’t really think its needed at the moment. You can just use a .map statement for what you provided as an example

Deno 1.25.0 & emit 0.8.0 ``` error: Uncaught (in worker "") (in promise) Error: Unable to output during bundling. const ret = new Error(getStringFromWasm0(arg0, arg1)); ^ at __wbg_new_651776e932b7e9c7 (https://deno.land/x/[email protected]/lib/emit.generated.js:329:19) at...

> this occurs because `bundle` needs a loader for local and remote files. if you don't provide one, it will use the default one provided by `deno_cache` -- which [requires...

> @Blocksnmore What do you mean by "for workers"? Can you provide a reproducible example? I'm unable to reproduce this error on the latest version of emit so I'm assuming...

I'm having the same issue with npm specifiers in islands specifically on deploy. [Logs](https://paste.gg/p/anonymous/e5b4fec1ca7549e5a0bf5b5b560dcaf6) [Island causing the errors](https://github.com/Wave-Studio/Events/blob/master/islands/events/scanning.tsx) [Deno config](https://github.com/Wave-Studio/Events/blob/master/deno.jsonc) in which `nodeModulesDir` is set to true Has been tested...

> I hadn't considered roles, how important do you think that is? My thought was to have a permission matrix, then you add a user and then select which permissions...

At a quick glance of djs's guide this seems pretty similar to the JSX components already in harmony. Check out [This thread](https://discord.com/channels/783319033205751809/873554890494992386) on the [harmony discord](https://discord.gg/harmony)

> Are those public now? Because one of the old staff members pointed that feature out months ago but it was only available to certain people then. I don't remember...

Bump, as far as i'm aware they have been released to the public

> I don't use proxies, but there is a chance that maybe there is a prefix for the command. (e.g. for /setblock in vanilla minecraft, its /minecraft:setblock, so other plugins...