Michal Nazarewicz
Michal Nazarewicz
By ‘active’ I don’t mean ‘enabled’. The scenario I'm thinking of is when `httpd` output is the only one enabled and the last HTTP client disconnects. Bonus points for additional...
#### What version of regex are you using? 1.4.3 #### Describe the bug at a high level. The name `shortest_match` is misleading. It suggests the method will return *shortest* possible...
Would be nice to have an in-place decode function, i.e.: ```rust fn decode_inplace(data: &mut [u8]) -> Result { … } ``` Since output is never longer than input, the decoded...
``` $ lessc --version lessc 4.1.1 (Less Compiler) [JavaScript] $ lessc
This RFC extends the `#[ignore]` annotation to accept named arguments and most importantly `if` parameter which specifies a predicate to ignore `#[test]` function based on a run time check.
Add Colour::approx_rgb and Colour::into_256 which convert RGB variant into Fixed variant. This is useful when an application is running on a terminal which does not support True Colour control codes....
Currently it’s not possible to remove a variant from an enum because that affects numeration of variants that follow and that in turn affects backward compatibility. We need a way...