Boaz Yaniv
Boaz Yaniv
I think all proposed error handling mechanisms will be great improvement. ## Watcher Proposal ## The watch proposal is original. I don't think I've ever seen this type of error-handling,...
*Update:* Kotlintest just added officially a plugin to support pitest directly, so you should use that if that's your test framework. Other dynamic test frameworks might still need this Pull...
@ianopolous is there any update on the license? Java is sorely missing a pure JVM implementation of NaCl/TweetNaCl.
This issue was fixed in v1.4.8. The Homebrew Formula has been updated and now it also includes a proper build for Apple Silicon (arm64).
> I'll give a detailed review later today/tomorrow, but assuming that this was benchmarked it seems like a reasonable approach. I ran `cargo bench` but I'm a bit unsure on...
> You can open a PR against alacritty with your changes, so we can use our bot for it. But generally you just build alacritty with your changes and run...
@kchibisov I've added a pull request. I'm not sure how to trigger the benchmarks bot.
> I would expect three sets of functions. How that is done is an implementation detail irrelevant to the consumer (as long as it's fast). > @boazy This has stalled...
> But couldn't you just store that on `Parser` (the size of which is irrelevant), then branch inside `Action::OpaquePut =>` and `Action::OpaqueEnd =>` since doing so should leave performance of...
> I think we should either do this, or go for something that properly integrates everything into our standard processing pipeline, which of course is difficult without affecting performance. I'm...