John Schulz
John Schulz
@AlemTuzlak Still no luck. Here's some info about the before/initial routes [remix-routes-main.txt](https://github.com/Code-Forge-Net/Remix-Forge/files/13715457/remix-routes-main.txt) [tree-routes-main.txt](https://github.com/Code-Forge-Net/Remix-Forge/files/13715458/tree-routes-main.txt) And here's what I saw running in VS Code Here's the routes after conversion [remix-routes-forge.txt](https://github.com/Code-Forge-Net/Remix-Forge/files/13715538/remix-routes-forge.txt) [tree-routes-forge.txt](https://github.com/Code-Forge-Net/Remix-Forge/files/13715539/tree-routes-forge.txt) The...
One more data point. I found this when looking into why `typescript-node` & `-fetch` switched `package` to `_package` for ~~`interface`~~ `class` properties
I have the same issue/question as @supfilistine . We use RPC methods extensively (via `WorkerEntrypoint` and `RpcTarget`) and I'd love some direction. Any suggestions, @jahands @DaniFoldi @evanderkoogh ?
> It would be nice if Cloudflare suddenly appeared in the thread and exposed a hidden context being shared under the hood somehow cc: @threepointone since we were talking about...
According to https://github.com/cloudflare/workers-sdk/issues/6581#issuecomment-2653472683 This should work as of [v0.6.14](https://github.com/cloudflare/workers-sdk/releases/tag/%40cloudflare%2Fvitest-pool-workers%400.6.14) ```ts export default defineWorkersConfig({ test: { deps: { optimizer: { ssr: { enabled: true, include: ["@microlabs/otel-cf-workers"], }, }, }, poolOptions: {...
@evanderkoogh Can you give an update on progress/eta or a branch/PR where we can follow along?