Results 109 issues of Max Makarov

Hello. Is it possible to get the match_id of an official premier CS2 Matchmaking match?

Demo example: https://replays-europe.gameflare.io/8247693/11806468_11825641_202312101205-fy_pool_day.dem

And, please also remove this hack https://github.com/andywer/pg-listen/blob/master/index.js Because I can't use this package with `module` (and `moduleResolution`): `nodenext`

In the example below, if the argument `gameID` includes the sql injection, it will be included inside final SQL query. ```javascript serverMaps: { sqlPaginate: true, type: ServerMapConnection, args: { ...connectionArgs,...

enhancement
help wanted
security

Please add support pass multiple keys to sqlBatch. Example: ```javascript const MatchRound = new GraphQLObjectType({ description: 'A match round type', name: 'MatchRound', sqlTable: 'match_rounds', uniqueKey: ['match_id', 'id'], fields: () =>...

enhancement

Hello. Current NVIDIA drivers in Talos are quite outdated. 535.129.03 version has been released six months ago. This version has CUDA 12.2, which is a problem for some new software,...

Why Hasura doesn't utilize Postgres ENUM types and doesn't translate them to GraphQL Enums?

k/enhancement
p/medium
a/api/graphql
c/v3-engine
v3

Hello. https://github.com/selkies-project/selkies-gstreamer/blob/main/addons/example/Dockerfile At the moment, we have a very complex Dockerfile with every service in one container and have to use supervisor: - nginx - selkies-gstreamer - pipewire - wireplumber...

documentation
enhancement
good first issue
help wanted
CI/CD

Hello. Where can I find the old good version with this UI? ![image](https://github.com/user-attachments/assets/8c39788d-75af-48c1-a955-4b4213bf70b8) The new UI/UX is terrible. It's too flat, there are no icons, no contrast, and everything is...

bug