Tobias Schmitz
Tobias Schmitz
So the `Cargo.toml` of diesel looks like this: ```toml [dependencies.uuid] features = ["use_std"] optional = true version = ">=0.2.0, =0.7.0, =0.2.0, =0.7.0,
For `uuid` there was a bug in parsing dependencies. That should be fixed by the linked PR.
I think it's worth looking into this, since that would also allow a way to retrieve metadata for path- and git-dependencies.
So I added a flag to disable invalid feature diagnostics until this is properly fixed.
Wouldn't it be easier to send the specific search queries inside the body, or as proper url parameters?
Oh got it, so your query syntax is meant to be used by the user directly. While that simplifies things inside the client at first, I personally feel like this...
> It's lower priority than a few other comparably large tasks (semantic browsing, transcoding and finishing the flutter client) Agreed, this was more to get the idea out of my...
I think that has to do with the top-level destinations inside the `BottomNavigationView` and how the navigation handles them. The navigation stack will not store transitions between top-level destinations when...
Just tried it out and it works!
Well you can just `pcall(require, 'which-key')` and then set keybindings using which-key if it is present.