Alberto Esposito
Alberto Esposito
Why express and not Koa, or Micro? I vote koa because it uses promises, enabling deferred startup, e.g.: the server starts immediately, and eventually it will connect to the db.
After using critical, there's a mismatch in the computed styles:  [Without critical](https://pwapp-24858.web.app/dash), and [with critical](https://pwapp-24858.web.app/critical) If you patiently inspect the styles, you see there's a mismatch...
### Self-service - [x] I'd be willing to implement a fix ### Describe the bug The pnp module loader seems incapable of loading jsons: ``` file:///home/mamluk/3pass/esm-pwa/.pnp.loader.mjs:125 throw new Error(`Unknown file...
I'm trying to build a [reference project](https://github.com/espoal/pwapp) with modern react + SSR + lazy loading. I'm following your tutorial for [SSR](https://github.com/espoal/pwapp/blob/9899784b7c882d75461811c26c569cc11e721ad6/libs/ssr/src/pageRenderer.mjs#L13) and it works for bundled pages, but when I...
I wanted to test NVME passtru with `liburing`, but I cannot find any example for . In particular I'm interested how to: - Correctly format NVME commands for `io_uring` -...
Google published a pattern, called the[ App Shell](https://developers.google.com/web/updates/2015/11/app-shell ). Offline support is the first step, then there is caching and pre-caching support. The app shell covers this very well. What...
Very nice package. I'm trying to use it but I've met some problems, because I'm just so noob. If I'm an anonymous user, how can I get my _id? I...
Great player guys! Since I work with browser video, having tried most of the players around, one thing that is consistently missing is support for native playlist. Let's make an...
I'm building a [database](https://github.com/yottaStore/yottaStore) which heavily utilizes `io_uring` and the `NVMe` API. I like a lot this project, especially the idea using syscalls instead of cgo is very smart IMHO....
Amazing project, you really had some nice ideas. I would like to contribute by adding more examples, and if possible document them. This is just a draft, if you are...