Milan Raj
Milan Raj
Hono has a third-party middleware for a [zod + openapi](https://hono.dev/examples/zod-openapi) based approach that handles validation and openapi schema generation. Would love a hono + openapi-ts + [standalone ajv](https://github.com/hey-api/openapi-ts/issues/1476#issuecomment-2813701987) based approach...
> `` > The addition of an async attribute for the link element would allow developers to load CSS in a non-render blocking manner without relying on JavaScript. CSP settings...
Guessing it's what you have in mind but probably following node's [`--experimental-strip-types` and `--experimental-transform-types`](https://nodejs.org/en/learn/typescript/run-natively) implementation and even using [swc like deno and node](https://github.com/nodejs/node/pull/53725).
Hit this pretty regularly unfortunately. Workaround is to manually go in and delete artifacts from the previous builds before re-running jobs. Which is a bummer when I might want to...
I'm in a similar-ish kind of boat. I'm trying to use stlite in a strict CORS environment (where access to pypi.org is blocked). I'm using the stlite docs that describe...
> I think you can host those packages somewhere else than PyPI, and install it through `pyodide.loadPackage("https://...")` or `micropip.install("...")` That ended up working well! After playing with it I found...
> Quick response. You can use the Service Worker adapter. > > https://hono.dev/docs/getting-started/service-worker For typing, the service workers docs suggest enabling `webworker` lib in TS. I find this [causes a...
Ban accessing `name` on classes and functions: ```js { selector: "MemberExpression[object.property.name='constructor'][property.name='name']" message: "'constructor.name' is not reliable (can become 'E', 'P' and etc.) after code minifier usage." } ``` From [stackoverflow](https://stackoverflow.com/a/72903871)...
Would be nice to be able to opt-in (or opt-out) to node.js apis / globals being present in the env. - Not sure what the binary size change looks like...
> I had a short synchronization with the team on this and it turned out it is generally on purpose that hidden fields still consume space to avoid layout shifts:...