Bart Ribbers

Results 123 issues of Bart Ribbers

I'm trying to optimize my server setup and part of this is moving the game executable (`cod4x18_dedrun`) to a common bin directory with other executables. I have this directory added...

This has been a bane in my existance since I started hosting servers. Currently, if you want to run _any_ custom map, Cod4 requires you to specify a mod, even...

nicetohave

I've just got a minimal Alpine system booting with dinit (using [these service files](https://gitlab.alpinelinux.org/PureTryOut/dinit-alpine/)) and it seems to work great. However the system fails to properly shutdown/reboot when using the...

`onItemSelected` from `ContextMenuRegion` works just fine, but each `MenuItem` can also be passed an `onSelected` callback but that's never called. This happens on Linux, I have not tested other platforms...

A lot of projects use versions like `-rc1` or `-beta2` or `-20220301` to indicate pre-releases and what not but also to indicate nightly builds. These currently can't be filtered out...

As part of packaging this for Alpine Linux to run mimic3, I'm trying to run the test suite of gruut. While some tests succeed, about half of them fail, all...

I'd love to have native (as far as native can go on web...) context menus on Linux and web, but there isn't any Flutter package out there which provides that...

On Alpine Linux we're currently porting the system to riscv64. While building vid.stab, it appeared the build system was trying to use the `-msse2` compiler option, while this option is...

Please add the tests to the PyPi package. I'm packaging this for Alpine Linux and use the tagged release from PyPi, but those don't include the tests so we can't...

Spotify handles queues a bit differently in a way I quite like. Basically when you're adding a playlist there is an option for any song to "add to queue" in...