azerum
azerum
Am I missing something, or `insertBefore()` can be implemented as it is - by calling `parent.insertBefore()`? ```typescript function createRootFragment( parent: Element, replaceNode: Node | Node[], ) { replaceNode = ([]...
From the [source code](https://github.com/denoland/fresh/blob/main/src/dev/mod.ts#L106), it seems like `deno.json` is also hardcoded to be next to `fresh.gen.ts`? I am trying to set up monorepo with multiple fresh apps and shared backend...
How exactly would such feature work? Will it still be a set of permissions for a single process, but now needed permissions would be automatically enabled/disabled according to used packages?...
The error on macOS is a bit cleaner: ``` npm WARN deprecated @npmcli/[email protected]: This functionality has been moved to @npmcli/fs npm ERR! code 1 npm ERR! path /path/to/project/node_modules/sqlite3 npm ERR!...
I've replaced the actual path with a placeholder to avoid revealing any extra information
You might be interested in [htmx](https://htmx.org/)
I observe this issue on x86_64 macOS 12+ with xpra 6.2.5. As long as I don't click the dock icon, everything works quite fine: forwarding, clicks, keyboard. Here's a part...
Is there any reason @asyncapi/cli comes with @asyncapi/studio? I understand some subcommands of the CLI may use studio, but wouldn't it be better to put such deps in `optionalDependencies`? I...
Deleting `/Applications/Xpra.app/Contents/Resources/lib/gdk-pixbuf-2.0/2.10.0/loaders.cache` resolves the problem
Ah, I see. Well, version 6.2.5 works on my macOS. The bug I've described affects the 5.0.2 version. Not sure if this issue is actionable or I should close it