sledgehammer999
sledgehammer999
Just so you know it is a little strange to want to copy the .torrent files and then delete it. qbt always copies the torrent files for internal use, so...
You can click on the filter title and it will collapse.
Just pointing out that Svelte 5 isn't released yet, so this PR shouldn't be merged before that. On another note, would it be reasonable to maintain 2 adapters instead? One...
>But now is a good time to get rid of this legacy method with explicit contexts, because in any case it requires a lot of work. Sure, but we still...
@glassez the way we currently use it, it is the simplest one and is like a glorified dictionary data structure. However, for me, it's advantage is their scanning tool that...
> > However, for me, it's advantage is their scanning tool that can extract the source strings from html/js without much fuss. I don't think it is an easy task...
> > becomes > > ``` > > this text will be ignored as source text and will be replaced by the appropriate data-i18n value > > ``` > >...
>It doesn't sound bad, but I can only make the decision after seeing the result. I have pushed a new commit implementing this. However now this: ```html Some text_context ```...
> > Also I could imagine it might cause string duplication, for example the same string appeared in different context. > > Such duplication in different contexts is a lesser...
>It is unfortunate that the more workaround we put in the more workaround is required. The result not only stray from our original visions it also (might) become brittle for...