Daniel Sokil
Daniel Sokil
I've made a gist recently comparing the LOC of an Ruby on Rails project to an IHP project (with the exact same functionality.) https://gist.github.com/s0kil/dc253bca578ea53493fff4ea42009331
Instead of investing a lot of time into making it easier to write SQL queries, we should focus on improving the `QueryBuilder` and developer experience around it.
I was thinking simply `route`, `route @SessionsController`
Have you seen that this was merged? https://github.com/digitallyinduced/ihp/pull/1410/files Functions like `paramOrError` make sense inside a controller, but not inside the router parser, routing errors should be handled as 404 Not...
@jeyj0 Could you elaborate how flakes replace Lorri? It seems on NixOS you can do `nixos-rebuild` which allows you to replace Lorri, but not on other systems.
We should have a some sort of HTML table abstraction, similar to what was done with breadcrumb links or job page generator. The table abstraction would have support for sorting...
Right now I see two solutions, we can introduce `createTemporaryDownloadUrlFromUrl` and `createTemporaryDownloadUrlFromUrlWithExpiredAt`. Or `uploadToStorage` function will save the path the object is located at, and not the full URL.
Saving the path is not a good idea because the bucket name could change, but the files are not available in the new bucket.
With `class Component state action configData | state -> action, state -> configData where` it will require ConfigData to be provided on every instance of the component, correct? `component @Counter...
@njaremko Yes, GHC 9 support is coming, maybe even in next release of IHP, As Marc pointed out, we need to make some changes to the HSX generator, so we...