Cyrille
Cyrille
What version of taglib do you have? taglib-ruby >= 1.0 requires taglib >= 1.11.1, as mentioned in the readme: . If you don't have taglib 1.11.1, stick with taglib v0.7.1.
Looks like the `Filename` type is a simple `const char*` on every platform, except on Windows where it is a custom class: Unfortunately, this class lack some stuff in order...
No, I have not.
FYI, taglib 1.11.1 has a long running issue that cause corruption of Ogg (Vorbis?) files: https://github.com/taglib/taglib/issues/864 Fix is in 1.12-beta, don't know when the final version will be available, though....
I believe I've identified the culprit. I was investigating why, in our monorepo that contains 35 workspaces, I encounter those awful performances: ```sh $ time npm exec rimraf dist real...
I've just noticed that the `packages/**/*`, `examples/**/*` and `doc/**/*` patterns are actually what is defined as workspaces in the _package.json_ of my project. Switching to an explicit list of directories...
Oh, I think I found the trick: ```ts { stack: [ { image: "data:image/png;base64...",, width: mmToPt(100), }, { columns: [ { stack: [ { text: "My annotation", relativePosition: { x:...