link2xt

Results 185 issues of link2xt

Currently the extension only works on www.youtube.com. I have tried to change it to work on mobile version m.youtube.com, but it seems that layout is different there so even keyword...

enhancement

From https://gist.githubusercontent.com/astanin/2417176/raw/3534a29d8261942ac4a5c77bc5a539a044d8b818/FictionBook_2.1.xsd Indentation fixed automatically with xmllint.

By default `http-types` includes `cookie-secure` feature and pulls in `cookie`, `aes-gcm`, `aead` and probably other crates. This looks unnecessary when you just want to do some HTTPS GET/POST requests and...

There are other window managers that implement "scrollable tiling": - https://gitlab.com/cardboardwm/cardboard (Wayland) - https://github.com/paperwm/PaperWM (X11) How does newm compare to them? If it's a similar concept, add some comparison to...

documentation

### Zig Version 0.11.0-dev.1928+3169f0529 ### Steps to Reproduce and Observed Behavior Create file `atom.c`: ```c #include int main() { _Atomic int val; atomic_fetch_add_explicit(&val, 1, memory_order_relaxed); return 0; } ``` Run...

bug

### Zig Version 0.11.0-dev.1929+4ea2f441d ### Steps to Reproduce and Observed Behavior Create file `atom.c`: ``` int main() { return 0; } ``` Run `stage4/bin/zig cc /path/to/atom.c -target thumb-linux-musleabi`. Obtained stacktrace:...

bug
contributor friendly
upstream
arch-arm
backend-llvm

Looking at `dkimverify` usage, I don't understand how it decides if the domain which provided a valide DKIM signature is supposed to sign this email. Not checking that domain corresponds...

In the current implementation at https://github.com/GREsau/schemars/blob/386e3d7f5ac601795fb4e247291bbef31512ded3/schemars/src/json_schema_impls/maps.rs only the `V` type is used, but `K` type is ignored. For example, `HashMap` gets a schema `{'type': 'object', 'additionalProperties': {'type': 'string'}}`, and `u32`...

It seems to be copy-pasted from `is_emoji_presentation` without changes: https://github.com/open-i18n/rust-unic/blob/41cd2b01e2e51a2b8d7d32fd13b14c0c092ac014/unic/emoji/char/src/emoji_modifier.rs#L26

## Is your feature request related to a problem? Please describe I have a pyinfra deploy which sets up a TLS certificate using acmetool: https://github.com/deltachat/pyinfra-acmetool It generally works, but if...