Denys Kozhevnikov

Results 11 comments of Denys Kozhevnikov

Don't you mind posting logs with exceptions here, as well?

@sfiodorov so basically it stuck here, and just keep hanging? (no kafka logs): ``` 2022-06-24 07:03:54.958 +03:00 [DBG] Partition: test-topic [[4]] updating checkpoint with offset: 654 ```

same here for Android TV (Sony) 0.15.12 version of jellyfin

people are using tags to apply share limits as well. This can break already defined rules.

> likely just regurgitating chatgpt code vomit I'm not sure what you mean, by unrelated changes. All changes are completely related. If you are inclining of missing "comment", it just...

there is still and odd case: there is can be hardlink for the torrent falling into the date range, but torrent which is using it might not - so we...

> Do you think we can add an argument `--mover-old` instead of relying in people to comment or uncomment that line of code? I was gonna make a PR myself...

@Audionut just to confirm you want something like: ```javascript ["/datadir1" => "/linkdir1"] ["/datadir2" => "/linkdir2"] ``` this is kind of solved by mergefs, but might make sense for some cases

> mergefs would appear to be unix only. > > `"/datadir1" => "/linkdir1"` would undoubtedly work, however in cases with many data directories residing on the one partition, it would...

> I passes null as I was basing the implementation on how UsingInMemory is setup, which also passes null in the same way > > > > https://github.com/MassTransit/MassTransit/blob/6aae744af860b1a8367ca9452488f928dd366cc1/src/MassTransit/InMemoryTransport/InMemoryConfigurationExtensions.cs#L32-L41 > >...