David Haley

Results 20 comments of David Haley

[transformIndexHtml](https://github.com/WJSoftware/vite-plugin-single-spa/blob/d1bd3d93faa3489f3efb6bdea353d8234443467f/src/plugin-factory.ts#L274) is [not compatible with SvelteKit](https://github.com/sveltejs/kit/issues/8619#issuecomment-1397833056).

I seem to be able to inject the import map this way: _src/app.html_ ``` %import-map% %sveltekit.head% %sveltekit.body% ``` _hooks.server.ts_ ``` import importMap from "./importMap.json"; import devImportMap from "./importMap.dev.json"; const buildImportMapScript...

This is mounting a test component (so far, without styles). _routes/(app)/queries/+page.ts_ ``` export const ssr = false; export const prerender = false; ``` _routes/(app)/queries/init.js_ ``` import { registerApplication, start }...

Hey WebJose, sorry for the delay, I'm just getting back to this now. Cool, thank you for the additional context! I'll see what I can figure out!

@hjoaquim, should this be closed? Maybe there's a way that this can be solved so that the folders created are not owned by `root`? `docker-compose run openbb` ``` Creating openbb_openbb_run...

`[main] [19210:1010/110227.790942:ERROR:node_controller.cc(585)] Trying to re-add dropped peer D69AAAD367E1980D.29A44C0B3C4FD113` Electron: 17.0.1 Kernel: 5.19.14-hardened1-1-hardened

I noticed a substantial slowdown as well. Example (single sample): ``` strace -Ttc /usr/bin/eza -lah % time seconds usecs/call calls errors syscall ------ ----------- ----------- --------- --------- ------------------ 53.09 0.010221...