August

Results 418 comments of August

@AlmightyAug Does this error still occur, it may be fixed in the latest builds (?) https://github.com/haiwen/seafile-server/blob/master/ci/run.py#L57

Haven't tried yet, if this supports custom items instead of `MenuItem`. Anyway I noticed that I need a custom Header, too, which is not the case in `MenuGroup`. So it...

I think a good approach would be to make a collapsible `Card` component (with animation), so that the header is always shown and the content is hided completely in collapsed...

@freeplant Are there any docs how the folder sync process is implemented in desktop client? So it would be easier for volunteers to port it to android.

Can you test with current main branch: ``` dependency_overrides: audioplayers: git: url: https://github.com/bluefireteam/audioplayers.git path: 'packages/audioplayers' audioplayers_platform_interface: git: url: https://github.com/bluefireteam/audioplayers.git path: 'packages/audioplayers_platform_interface' audioplayers_web: git: url: https://github.com/bluefireteam/audioplayers.git path: 'packages/audioplayers_web' audioplayers_linux: git: url:...

You can also test now with the newest release `audioplayers: ^1.1.0`

Nice 👍 I'd prefer to add the integration tests first in #1238 and then can add this feature to the example / tests, too.

@novikov-studio Would you mind adding buttons to the example and adding tests, now that #1238 is merged. Need to rebase or merge `main` branch first. I thought of adding 5...

Hi @novikov-studio, this wasn't my intention, that you need to implement the balance for `web` platform, you could have just thrown an UnimplementedError. But nice that you tried it. It...

@novikov-studio somehow, the linux implementation works on my Ubuntu machine. But on my WSL2 via windows it give the error, which is also in the CI workflow: ``` Error: 1;...