sagudev
sagudev
Maybe create something like `ID3v2Tag::upgrade` for 3 -> 4 and `ID3v2Tag::downgrade` for 4 -> 3 and on reading instead of force upgrading all to version 4 something like: 2 ->...
If I understand correctly this would meant that Lofty would store ID3v2.4 internally and than decide what version to use on saving? ID3v2.3 file would then on reading be upgraded...
I just want to mention [Aleph-Alpha/ts-rs](https://github.com/Aleph-Alpha/ts-rs) that does a great job on creating TS from Structs. Maybe something similar could be used in tauri.
I am waiting for hybridauth 3 stable and then i will write hybridauth 3 plugin for UserFrosting. If i will have time.
Still waiting for hybridauth 3.0.0 stable.
New Thunderbird landed with some interesting styles that this project could use. Most notably menu icons and rounded tabs (well sort of).  
> Hey @sagudev, do you mind if I take this over? 🙂 You may take this over; unfortunately it's been low on my priority list.
null, undefined and empty argument are very complex in js. I collected some relevant links here: https://github.com/servo/servo/issues/30287#issue-1879004375, the most interesting one is https://sites.google.com/a/chromium.org/dev/blink/webidl#TOC-undefined-and-null
I just tested myself and can confirm that `plane()` is now working as intended.
Well it is possible to rerun only failed jobs using GitHub UI, but it will run all tests in failed chunk.