Midas Lambrichts
Midas Lambrichts
I didn't know that, I'll change it to be as you said, probably make it use an enum so it can be easily changed how it checks when that rewrite...
@gwenn , of course you can suggest that, that is also the first point I touch in my initial message. However the "problem" with that is that it might be...
> By default, SQLite does not encompass all hooks so it seems "normal" that rusqlite does the same, no ? The difference (unless I'm mistaken about SQLite itself), is that...
@thomcc , I think it might be useful to maybe have a feature to be able to signal that you have built (or want to build if bundled), the SQLite...
> Serialized mode just moves the locking into the sqlite library no? So unless I'm mistaken, this wouldn't increase concurrency at all, it would just move the locking into sqlite's...
@thomcc , in that case it indeed doesn't give much(/any?) benefit. But this should probably be well documented as to why this is. But if I understand correctly, this means...
Ah ok, I missed that! To give some more insight into why it would be useful (for me): I often create some quick tools to automate certain parts of my...
After a bit of investigating it seems to be that when the authorizer is constructed from the token, it doesn't populate the world with the information from the token, which...
I've also discovered in the meantime that querying is only possible for tuples out of the box, and if you'd expect a singular string, you have to use `(String, )`,...
> I haven't used telepresence with minikube, ill have to play with it. To try to narrow down the problem, can you `curl .:` and let me know what curl...