Dzmitry Neviadomski

Results 129 comments of Dzmitry Neviadomski
trafficstars

Also Web is by design cross-platform, we should just stick to one "good enough for all OSes" UI/UX

Isn't it just expected? Like what is AppKit supposed to do?

> the animation should be smooth, theres a slight jump when showing the toolbar. its not as obvious in the video for some reason. I guess the frame rate is...

> It's really complicated. You can install the GTK dependencies with Homebrew and build the binary, but will need a linux or VM environment to run it. Take a look...

> > You can build GTK version for macOS and run it without any VM > > @nevack Sweet! How so? ```bash cmake -B build -G Ninja -DENABLE_GTK=ON -DENABLE_MAC=OFF ninja...

Or with Xcode Build: ```bash /usr/bin/xcodebuild -scheme Transmission -configuration Debug build ``` Run: ```bash open ~/Library/Developer/Xcode/DerivedData/Transmission-*/Build/Products/Debug/Transmission.app ```

@ckerr macOS agents on TeamCity have old SDK installed. `alpine-musl` GitHub Action job fails in several PRs.

> You need to configure the CMakeList.txt to build that target too. Yep, that's why this is draft. But CI failures are unrelated to CMake, they must be fixed separately.

> For the fun, you could do it in Swift. :D Yeah, I thought about it as this target is isolated. But there're some issues to be solved: 1. Compile...

@Coeur What do you think about this implementation in general? I think I can improve it by using tables, add some fancy icons for file types. Also it's possible to...