Ishotihadus

Results 5 comments of Ishotihadus

I found that this phenomenon occurs when `f.tag.item_map` is accessed after some tags are added. (Of course, `tag[key] = item` is counted as a tag addition.) As a workaround, write...

Could you try this code? This always fails in my environment even without irb. ```rb # frozen_string_literal: true require 'net/http' require 'json' 100.times do f = TagLib::MP4::File.new('test.m4a') f.tag['©nam'] = TagLib::MP4::Item.from_string_list(['name'])...

1. I use Ruby 3.2.2 from rbenv without customization. 2. Yes. I can even reproduce the problem with the test file. I have MacBook Pro and Mac Studio, but the...

I found this problem appears on Ruby >= 3.2.0 and does not appear on Ruby