muji

Results 109 comments of muji

My bad, I just saw `HasEvenY` on `Secp256k1Point`: https://github.com/taurusgroup/multi-party-sig/blob/v0.6.0-alpha-2021-09-21/pkg/math/curve/secp256k1.go#L260

Hey @kdy1, I keep looking at the Typescript CLI entry points and wonder why they exist and it's not just straight Rust binaries using `clap` (or `structopt`). Is there functionality...

Thanks, that helps! I will try to find some time to tackle this one as I think it would simplify things quite a bit - we should be able to...

To give some context to this PR, I am trying to get [multi-party-ecdsa](https://github.com/ZenGo-X/multi-party-ecdsa/) compiling for `wasm32-unknown-unknown` and there are 3 versions of `rand` in the dependency tree for `multi-party-ecdsa` which...

@smuemd, I am experiencing the same problem with vanishing page identifiers and minification too. @jescalan do you have any recommendations for how we should consume the HTML minifier logic once...

I prefer this approach as it is more idiomatic and using a trait rather than a type definition is more extensible. Good idea 👍

Great! Glad this interests you; I don't have much experience in this domain so I will do some research and see what I turn up. I am not in a...

I just noticed that the querying is case-sensitive so I will bump this up my TODO list as it feels very counter-intuitive for my use case. BTW, the library integrated...

Thanks @marcus-pousette, that makes sense, i will give it a try. I think for this fuzzy matching feature the implementation should follow the same pattern and supply a `impl Matcher`...

Thanks for the pointer @marcus-pousette, i will take a closer look at the code flow for scoring but would be wary of conflating scoring with matching, intuitively feels like they...