Elliot Braem

Results 11 comments of Elliot Braem

I've had near-cli JS for some time now and it's really for no reason other than: I saw it first in the docs: I did not feel there was urgency...

I've noticed bos-loader does not work in Brave -- switching to Chrome resolves this issue for me

@carina-akaia I support this idea of exploring near-social-bridge as we've talked about this in length, but I see it more as an application wrapper and should be coupled with near-social-vm...

Also facing this -- I was able to use `TanStackRouterGeneratorRspack` as a workaround during development: ``` TanStackRouterGeneratorRspack({ routesDirectory: "./src/routes", enableRouteGeneration: true, }), ``` but running an `rsbuild build` with this...

Yes @schiller-manuel Check out: https://github.com/open-crosspost/open-crosspost-ui ``` bun run dev // should work bun run build // hangs ``` Comment and uncomment https://github.com/open-crosspost/open-crosspost-ui/blob/main/rsbuild.config.ts ``` plugins: [ // this is workaround to...

@schiller-manuel ```typescript // import { tanstackRouter } from "@tanstack/router-plugin/rspack"; // broken import { TanStackRouterGeneratorRspack } from "@tanstack/router-plugin/rspack"; // works in dev ```

@schiller-manuel what machine? I'm macOS I've just now upgraded to "@rsbuild/core": "^1.3.22", "@tanstack/router-plugin": "^1.121.25", For me with `tanstackRouter`, dev build will complete but opening the site shows: but `TanStackRouterGeneratorRspack` dev...

It's okay, at least I'm unblocked with both a production and dev build, thanks for investigating. Can anyone else confirm the issue? @tcdw @qiuzhangxi77 If anybody runs into this issue,...

My Cloudflare deploy is actually failing, app builds but then dies after with: ``` 17:03:08.197 | ✘ [ERROR] Error: Pages only supports files up to 25 MiB in size --...

I think this means the build is completing but the build time artificat rspack binding is leaking into the page's bundle, so Cloudflare breaks -- this didn't happen in earlier...