-
I created a minimal WebAPI application, attempting to do Negotiate authentication using the NSSPI library. The first negotiate token I get back from the client (browser or PowerShell) generates a Con…
-
`vhost` + `express.static` -> server-side fix to serve both `admin` and `app` correctly
See client-side issue https://github.com/Ks89/My-MEAN-website-client/issues/17
-
We ran into a segfault when testing the UEK next 6.10 kernel and wanted to share this with you.
You can reproduce this by running this:
```bash
docker run clickhouse/clickhouse-server:latest
[..…
-
### Summary
I'm trying to configure the userprofile in keycloak. The validation of the module only allows predefined values, but there are other validators available in our instance. Additionally key…
-
I need to regenerate random data in each GET request. Since the data generation script can only be executed once during the json-server startup, I added a middleware function which opens the static da…
-
```
RewriteEngine On
RewriteCond %{HTTP_HOST} ^([a-z0-9-]+)\.([a-z0-9]+)\.(.*)$ [NC]
RewriteRule ^(.*)$ /var/www/%2/%1/$1 [L]
```
This should allow for things like `art010.cours…
-
Then `python -m http.server` is suitable for experimenting with WASM/Emscripten projects. Currently people need to roll their own scripts like https://github.com/python/cpython/blob/main/Tools/wasm/wa…
-
### Describe the bug
This line causes the error
```cs
jobsApi.MapGet("/Status/{id:guid}",JobStatusById);
```
however this works as expected
```
jobsApi.MapGet("/Status/{id}",JobStat…
-
It would seem that Red may infinitely hang during the handling of such exceptions.
An example:
```
[2022-06-21 06:44:47] [CRITICAL] red.main: The main bot task didn't handle an exception and has …
-
**Describe the bug**
I started out with Spring Cloud Gateway today and I had trouble to even try the simplest example. It seems that the default http client type (which is `jdk`) is not working. I ha…