-
-
At the moment, the most common use of this tool is as a server for one person's tasks, usually running on a VPS or other publicly-exposed server. I get the sense that a lot of folks are not using HTTP…
-
Does this issue occur when all extensions are disabled?: Yes
Steps to Reproduce:
1. Boot windows machine.
2. Run "code serve-web" on Powershell soon.
3. Get below error.
```
PS C:\Users\Server> cod…
-
### Version information
1.9.11
### Expected Behavior
To join the server correctly
### Actual Behavior
The client had a null pointer exception in Forge Networking
### Reproduction Steps
1: Load …
-
**Describe the bug**
I added a field to the user scheme: cid.
I use the generic OAuth plugin with a custom getUserInfo function, but when I return the user with all the fields and my additional one,…
-
### Astro Info
```block
ViewTransitions animations do break when server:defer is used.
```
### If this issue only occurs in one browser, which browser is a problem?
Edge
### Describe t…
-
We’re planning to run 4 API instances in `test`
Document behavior.
On local:
* Comment out {{ # container_name: fecfile-api}}
* Run multiple API instances with `docker compose up -d --scale ap…
-
- [x] Make sure you've installed the latest version using [instructions in the wiki](../wiki/install)
**Output from `azd version`**
azd version 1.11.0 (commit 5b92e0687e1fa96dfc8292f4b900c0c58610b6a5…
-
### Which project does this relate to?
Start
### Describe the bug
On the Start v1.81.7, the server function validator middleware does not actually support the options described by its typings.
It …
-
```
The common way to force HTTP traffic over to HTTPS is to use mod_rewrite like
so:
RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}
as described in e.g.:
http://www.c…