Markus Wüstenberg
Markus Wüstenberg
@maltegrosse happy to hear you find it useful. :) I've considered the same, but I haven't tried it yet. My main focus is SQLite, definitely, but if adding Postgres is...
@saurori thanks. That solution does quite a lot more than this queue, though. I think I could get away with just rewriting the queries a bit and importing a different...
I don’t know. But I don’t want an ORM dependency, unfortunately. :) I like that this project has no external dependencies apart from the SQLite driver clients being.
Hi @AsyncAlchemist, thank you for your issue. I'm currently on summer holiday and won't be doing any work until August. There's already a delay on the `Message`. Is that what...
It's documented under `Send`: > Send a Message to the queue with an optional delay. https://pkg.go.dev/github.com/maragudk/goqite#Queue.Send But definitely feel free to add a testable example, preferably named `ExampleSend_delay`. 😊
I'm in the same boat. I think we/you could just create a new table with the other distance metric, do a `insert into new_table select * from old_table`, and it's...
I think that may work, as long as the old table isn't dropped and the new one renamed. I'm getting an `SQL logic error` in that case. Maybe renaming on...
Maybe it could be closer to the technology? `fuse-dir` and `database-dir`? Naming is hard…
That means we're getting closer, at least. 😄 Maybe `fuse-mount-dir` and `data-dir` are sufficient?
For me the biggest issue is that I keep forgetting which is which, even when making it more specific. E.g., is the `fuse-dir` (or `fuse` with subsection `dir`) for where...