-
Kubernetes graduated [server-side apply](https://kubernetes.io/docs/reference/using-api/server-side-apply/#migration-between-client-side-and-server-side-apply) to stable in v1.22. The state of server-…
-
Some kind of `RuntimepyStruct` per server, where `Connection` metrics can "pool" together? That might make the most sense.
Need some kind of `MetricsPool` interface (we should upgrade existing conn…
-
Mastodon 3.6 adds [a v2 filter API](https://docs.joinmastodon.org/methods/filters/#v2) to support server-side filtering, where the filters are matched on the server. They still need to be acted on vis…
-
### What happened?
When converting a client-side-applied manifest to a server side applied manifest `--dry-run=server` doesn't show the correct output.
It still shows client-side-applied fields, whi…
-
Shells ought to be able to customise the default SSD Mir provides (currently only for X11 clients)
-
### Verify canary release
- [X] I verified that the issue exists in the latest Next.js canary release
### Provide environment information
```bash
Operating System:
Platform: darwin
Ar…
-
Would you be able to make it so that if the host has the mod anyone that joins will hear the host's set music?
-
### Summary of problem or feature request
Latest datatables doesn't use [legacy dom option](https://datatables.net/extensions/buttons/examples/initialisation/dom.html) and doesn't require jquery …
-
Hello,
html
``
js
```
this.axios.get('api/services?limit=25&page=' + page + '&search=' + this.search + '&sortDesc=' + sortDesc + '&sortBy=' + sortBy').then((res) => {
this.res = res…
-
We’re trying to replace our current tile generation method (client-side composition using a `/cog` endpoint) with a server-side approach using the `/searches` endpoint. However, this new method is up …