Lex Vorona

Results 13 comments of Lex Vorona

I am also seeing this problem and would be willing to help pinpointing this. I am running Neo4j embedded, a DB has 120 nodes (all type User) with some of...

Thank you, this one completes in almost no time.

Thank you for the answers. At the moment I am writing a SuperCollider file, since with a minimal wrapper I can produce an audio file out of it with a...

We have changed our implementation to use `fold`, thank you for the suggestion. For the benefit of anybody landing on this issue via a google search, it is going from...

Does anybody have a working example of using a different criteria builder? We are not using Hibernate and trying to work with JSONB in postgresql. So I either need to...

My objection to this would be the fact that the kernel's flavour is part of "what" to do with an op and it gets into the left-side "when" do it....

A good example is `Ones` kernel. ``` modelled_kernel! { PlacementOnes::ones, OnesOp, [ (HostPlacement, (HostShape) -> Tensor => [hybrid] Self::logical_host_kernel), ``` and later ``` impl OnesOp { #[allow(clippy::type_complexity)] pub(crate) fn logical_host_kernel(...

I am just starting with the app and this is the issue for me. I think this can be improved in the Search UI by a few tweaks: - Prioritize...

> the first (up to) 15 search results are always from USDA Thank you, I did not know that! This will help

Updated the PR to only respect this option when USDA is enabled. Ideally the toggle in the settings should be disabled, but I do not know how to do that....