Daniel Jarski
Daniel Jarski
## What game server would you like adding? SRB2Kart, a FOSS kart racer based on Sonic Robo Blast 2. ## Can you link to any tutorials or guides? [GitHub repository](https://git.magicalgirl.moe/KartKrew/Kart-Public)....
As SourceMod has supported a PostgreSQL database driver [since version 1.11.0.6666](https://forums.alliedmods.net/showthread.php?t=236415), it would be great if Sourcebans++ could also do the same, finally eliminating the need for certain server owners...
### Is there an existing issue for this? - [X] I have searched the existing issues and checked the recent builds/commits ### What happened? Launching `webui-user.bat` with `COMMANDLINE_ARGS=--nowebui --listen` does...
Hi there. I'm attempting to migrate some code that formerly used the old `INpgsqlArrayConverter` interface to instead use the new `NpgsqlArrayConverter` class, and I seem to be hitting a snag....
### What happened? Due to an oversight in my original JSON serialization techniques, I was sending events over the websocket with their `type` values incorrectly serialized as integer values instead...
feature request: Replace the `permissions` bitfield object with a more robust and extensible object
### What do you want to see? One of my greatest complaints about Discord's permission system is how limited it is as it uses a (64-bit?) bitfield object to represent...
### What do you want to see? Discord's "heartbeat" pattern seems more practical and makes more sense in the long term. Instead of putting the responsibility for keeping the websocket...
### What do you want to see? Is it an internal implementation limitation that causes this discrepancy? It does seem like a deliberate design decision in certain case - root...
### What happened? As it says on the tin: `GET /servers/{target}?include_channels=true` will produce JSON similar to the following. ```json { "_id": "01H2SK15KZ914SN7MXDA5SFE4A", "channels": [ "01H2SK15KZ05FZXV9XQ3QN1QBA", "01HEW15S36TG3XFK576GJKBF30", "01HF28N58Z8JZ896T1BHBJQ2A3", "01HF2BMN2Q64DP3TP43X3FA2G1" ], ...,...
### What do you want to see? There are multiple places in the API spec where an object representing a role's permissions (allowed and denied) is expressed, but I've noticed...