Michael Mayer
Michael Mayer
A user reported that mounting drives other than C: works with WSL2. However, we do not have details, and when we tested it months ago, it did not work. Maybe...
- I've just changed **facial** to **face** recognition as that seems to be more common (not a native speaker...)? - Happy to change the comments for JPEG quality if it...
Will these changes work for you?
Not right now, but in general: anything to store a few tables will do... as simple and stable as possible... many developers are familiar with mysql, so that's my default...
It became clear that we have to build a single binary for distribution to reach broad adoption. Differences between SQL dialects are too large to have them abstracted away by...
@sokoow We do use GORM, but it doesn't help with search queries that use database specific SQL. If you like to dive into the subject, `DATEDIFF` is a great example:...
Getting it to work somehow at a single point in time is not hard, getting it to work with decent performance, finding developers who are comfortable with it and constantly...
@LeKovr Did you see how we renamed the label from "rejected" to "descoped"? 😉 Yes indeed, later it might be great to add support for additional databases, if users actually...
Yes, we use binary for plain ASCII, especially when strings need to be sorted, indexed or compared and should not be normalized in any way.
But it uses 4 BYTES per ASCII character, so the index becomes very big. Also when you compare strings, it's somewhat more complex with unicode than just to compare bytes....