muji

Results 109 comments of muji

Benchmarks were stable for me after adding this but I'm not sure which sample to use for lots of inline HTML elements.

You need to calculate the length of the prompt and pass it when calling `setPrompt()`, see #21 and https://github.com/joyent/node/issues/3860. A modified version of `read` that allows for this is here:...

Oh, so you think there is no clear upgrade path for `curv`? Do you recall what the problem(s) were? Happy to talk about this further as I think it would...

Hi @sunng87 thanks for taking the time to look into this. Here is a trivial program that will create a stack overflow, it is annotated with some notes of other...

Furthermore while I was researching this I read that issue and noticed how you went about detecting stack overflows can easily be defeated with a single indirection. So I think...

@diervo FYI you can run the [nu validator](https://github.com/validator/validator) locally using `java -jar` it just requires that you have `java 1.8` installed. I would like it if `parse5` does generate a...

Not sure if it is relevant but switching from `slim` to `rust:1.57-buster` got me past an issue compiling `openssl-sys` in docker.

@EthanZeigler, not sure if it helps but here is a Dockerfile that works for me, after the `openssl` issue I also needed to install `clang` for some dependencies, you may...

Thanks for the swift reply and the links. I took a quick look at `rust_icu` and it appears it would be non-trivial to integrate going via fluent (I suppose I...

Thanks, @GTC6244, that looks like just what I need! It appears to be using an older version of `multi-party-ecdsa` and `curv-kzen`; before I look into using the code i think...