Yaroslav
Yaroslav
Add CHAP frames parser according to [id3v2 documentation](http://id3.org/id3v2-chapters-1.0). It recognizes only one `TIT2` embedded subframe and treats it like a title, which is enough to parse titles added by ffmpeg...
this PR fixes #279 by modifying `headerAddressList`. Just decode the value before feeding it to `ParseAddressList`. Maybe we should decode all other fields like `Subject` too?
`FetchEnvelope` uses `headerAddressList` to parse address lists. `headerAddressList` tries to use `ParseAddressList` from `net/mail`, but this function knows almost nothing about charsets. So in cases like this one ```From: =?ISO-8859-15?B?TWl0c3VoYSBNaXlhbWl6dQ==?=...
saw in https://github.com/nvim-telescope/telescope-fzf-native.nvim/pull/93 that people are interested in this topic so I decided to add it. It can be used like this: ```bash $ cmake --workflow --preset x86_64-windows-gnu ``` `zig`...
Hello, the following program ```python program.use_edabit(True) from Compiler import ml ml.set_n_threads(5) X_test = sfix.Matrix(200, 8) X_test.assign_all(0) optimizer = ml.SGDLogistic(1) optimizer.init(X_test) start = 0 for var in optimizer.opt.trainable_variables: start = var.read_from_file(start)...
### I've searched open issues for similar requests - [X] Yes ### I've recently downloaded the latest plugin version of mason.nvim - [X] Yes ### Problem description Hello. I'm trying...
### What happened? OK, I build the apk package with the following config ```yaml # ... contents: - src: ./install dst: /usr type: tree apk: signature: key_file: xxxx.rsa key_name: xxxx.rsa.pub...
add missing shell events from https://wiki.hyprland.org/IPC/#tmphyprhissocket2sock Also, replace `readlink -mn` with `realpath` cause realpath is doing the same and `readlink -m` option is not compatible with busybox
- https://github.com/natecraddock/telescope-zf-native.nvim - https://github.com/rlane/pounce.nvim - https://github.com/akinsho/git-conflict.nvim
**Describe the bug** Hello. I tried to share an AmneziaWG connection to my VPS and got an [error code 300](https://docs.amnezia.org/troubleshooting/error-codes/#error-300-sshrequestdeniederror). The reason is that I rotated the password on that...