-
With https://github.com/nextcloud/server/pull/2415 I disabled encryption for the appdata. Because if you are using user keys then you don't want to encrypt this data that is probably shared. However n…
-
## Requirement
We want our main page i.e www.realdevsquad.com to be server side rendered to improve performance of our main page.
## Acceptance Criteria
- [ ] The page should be server side rende…
-
## Simple test case
```
import "dart:io";
import "dart:async";
void main() {
HttpServer
.bind(InternetAddress.ANY_IP_V4, 8081)
.then((server) {
server.autoCompress = true;
server.liste…
-
-
After git cloning this repository and following the instructions at https://github.com/bigskysoftware/htmx/blob/master/test/ws-sse/README.md to run `node server.mjs`, the server does not actually work…
-
Despite our best efforts, there will be servers that will not install all tools for all communities. We cannot fix that on our side.
So once the tool table is available in the labs, there should be …
-
### Description
The Sentry Nuxt SDK should work on different deployment platforms. This issue tracks the progress of what we already tested and implemented.
The state shows what is **supported from…
-
**Is your feature request related to a problem? Please describe.**
I'm running into an issue regarding load balancing fairness. The situation is:
- On the server side of the equation, I have multi…
-
Would it be possible to have server side health with lagcomp off and if not, why is that? I have tested a godmode cheat and weapon-config with lagcomp on and since health is server-side, the cheat jus…
-
With client support for ECH landing in 1.23, we should now move on to server side support, hopefully for 1.24.
After implementing client-side ECH, server-side seems a little more complicated, mainl…