chrisstaudt

Results 10 comments of chrisstaudt

I think beeing able to disable private key sync is a must from my perspective if you go with 1. How about only syncing path? If it supports relative paths...

Hey, thanks a lot for your quick answer. Adding it to the docs will be helpful :). Seems to me like it would be (a lot?) more straight forward if...

As the data a user can access in our app is highly individualized, we need to apply a long set of filters in order to get only results that are...

I just realized that this causes more issues. Wondering if this should be generic and fixed everywhere down the line or if I should remove the generic type annotation from...

I just ran into this issue, there definitely needs to be some discriminator, I just added a prop with a string literal to both.

The basic version I added in this PR (temperature exponential, costumed uniform), which comes from your original hyperoptimizer if I remember correctly, was very effective in my tests. It nearly...

I reduced the code size quite a bit by removing all the contract tree related stuff and merging the paths directly while removing the duplicated tree traversal. Apart from the...

Awesome, thanks. I will try to add some tests towards the end of the week.

Just a short heads up that I haven't forgotten this, but due to some personal circumstances my time right now is quite limited, so I might not be able to...

I finally have some time again and added the method to the test matrix. I think it would probably make sense to add something in the docs as well, may...