Cl00e9ment
Cl00e9ment
Added a way to detect the encoding among a restricted list of encodings using a filter: ```rust det.guess_among(None, &EncodingFilter::allow_only(&[SHIFT_JIS, WINDOWS_1251, WINDOWS_1252])) ``` Use case example: It can be useful to...
**Describe the bug** `EnableBlinking` and `DisableBlinking` don't work in the GNOME terminal. **Proposition** The control sequences for enabling/disabling blinking (`\x1b[?12h` and `\x1b[?12l`) don't seem to work in some terminals, however...
Currently, it's possible to modify the cursor shape and whether it's blinking or not, but the previous state can't be restored. A function that can retrieve the cursor style would...
It's not really convenient, when comparing dumps, to include the dump date. In my case, I was checking the hash of the dump and it was never the same even...
Instead of having the version in `manifest.json` and `package.json`, it should be possible to declare it at only one place to avoid mistakes. Now, when missing from manifest, version key...
Parcel flatten the `dist` directory and append a hash to each file. Why not keep this behaviour for web extensions? Maybe it was a problem for unit tests. I solved...