Lars
Lars
Purify is heavily used on the mobile app for https://dill.network/ (React Native).
esbuild sounds like a good default approach. Phoenix framework uses esbuild and I like the rationale used here. One advantage is that npm/node.js is opt-in https://fly.io/blog/phoenix-moves-to-esbuild-for-assets/ https://hexdocs.pm/phoenix/asset_management.html#removing-esbuild I quit using...
Open to suggestions about the naming. Not quite sure `DBEvent` is the coolest, but `SSE` or `EventSource` would be too generic, like naming `AutoRefresh` to `Websockets` _Edit: Changed to `PGEventSource...
> At this point, should we consider integrating HTMX as part of IHP? Although (just to be clear) this implementation is purely frontend agnostic, I would most certainly use an...
Converting it back to draft for now and letting it sit until I try it in real-life production first. I think the API could be improived
@mpscholten do you know if there already exists a good way to use row-level security (or something else) to prevent that the postgres notification triggers each time any column in...
A workaround I use is to create an `.npmrc` that forces the lockfile version to be kept at version 2: ``` lockfile-version=2 ```
I noticed an issue with this on a production server, but not in development mode. I tried to manually run a partial endpoint with a missing required parameter. This resulted...
Here are some error logs from the server: ```sh Oct 10 13:50:42 kompak-prototype RunProdServer[215109]: ParamNotFoundException {name = "framework"} Oct 10 13:50:42 kompak-prototype nginx[215099]: 2023/10/10 13:50:42 [error] 215099#215099: *22448 upstream prematurely...