Eric Allam

Results 149 comments of Eric Allam

I wonder if miniflare isn't correctly passing the env vars through to the subcommand `npm run dev:worker`. Digging into miniflare now...

That would be great! I've started a discussion here: #120

Thanks for the report @varunchandak, this happens whenever JSON Hero tries to render a large JSON file, and is a known issue (and something we definitely want to fix!).

It would be great to get this merged, as trigger.dev is currently blocked from bundling user code with esbuild into ESM, as we rely on `@opentelemetry/*` to power all our...

Since javasand has two different licenses (https://github.com/Confusion/javasand/blob/master/LICENSE and https://github.com/Confusion/javasand/blob/master/src/java/org/jruby/ext/sandbox/SandboxFull.java) I emailed ola to find out which one is correct.

Is this how other middleware's handle this issue? It looks like it will produce a thread-safe result but is it also creating too many objects by duping every request?

> The solution here is to possibly pivot around whether this middleware is interested or not - if it isn't a request that is applicable then just @app.call otherwise dup...

I just released a new version [0.1.14](https://rubygems.org/gems/font_assets/versions/0.1.14) of the gem with #48 fixed. I don't use this gem anymore and would love for someone else to actively maintain it if...

Our assets are served by the Rails app because we are on Heroku's cedar stack. Our CDN makes the requests for the asset, and we want that asset to be...