maaft

Results 104 comments of maaft

on a side note: @mysticaltech wtf is this spam ![image](https://github.com/user-attachments/assets/98ddc857-bf4f-46c6-b0d2-67dbaffc78ff)

@pankdev No, it can't be closed since we still need application-layer cascading delete to check for privacy, trigger schema hooks etc... Currently, with database-level cascading delete, privacy rules might be...

Have you found any solution to this? Experiencing this in one of my k3s clusters. In other similiar clusters it works fine though.

I got the same issue with onnxruntime 1.19.2. any ideas?

I want to get a list of "most recent" games, not a single game. In my case a `GameEvent` is defined by `gameId` and `state`. I want for example to...

maybe custom queries could be an option? https://www.graphile.org/postgraphile/custom-queries/ Update: yep, solved it with custom queries: 1. create custom postgres function according to above documentation and your needs 2. it will...

Would it be an option to support generic "network-setup" scripts? Then users could use anything they like for networking. `kube-hetzner` then just consumes some expected output from these scripts (e.g....

@mysticaltech fyi, I'll try to come up with a solution the next few days. Anything that I need to be aware of, from the top of your head?

Update: Initially, i've installed it via smithery. Now I cloned this repo directly and conifigured cursor to use my local version of `playwright-mcp`. ```json { "mcpServers": { "playwright": { "command":...