joseferben
joseferben
@aronerben What do you think? If I create a project with spin, it doesn't have any of the existing markers. Should we add more?
We could also improve the migration progress reporting, this could be interesting for projects with slow or a lot of migrations.
@aronerben Yes something like that
The only dependency on `inotifywait` should be in the `Makefile` for the `make dev` command. `inotifywait -e modify -e move -e create -e delete -e attrib -r `pwd` --exclude "(_build|logs|Makefile|.git|node_modules)"...
@mabiede Could we somehow have a fallback mechanism, maybe a fallback language?
@mabiede @aronerben I like the `LIMIT 1` idea if it is documented in the function docs because it does the "right thing" for probably most use cases. What do you...
Thanks for the issue! I assume you mean SQLite backends for the services, since you can use `Sihl.Database.{query, transaction}` to query SQLite. (I haven't tested it but https://github.com/paurkedal/ocaml-caqti supports it)....
https://www.haskelltutorials.com/odd-jobs/
https://oban.dev/oban
@molszanski It's not (yet) open source, but I can give the container setup code: So this is the "core" service container: ```typescript export default function createContainer() { return createContainerIti() .add({...