-
When trying to authenticate a user on a page like
https://example.org/Front%20Page
mod_auth_openid sends a return URL that OpenID providers including myopenid choke on.
I'm not sure what should be …
-
Opening this issue to discuss whether it would be possible for us to collect compatibility information for WebDriver-(BiDi).
cc @whimboo
BCD issue: https://github.com/mdn/browser-compat-data/is…
-
Version 6.3.0 shows the following error message when using nested classes as the response type in combination with `SchemaGeneratorOptions.SchemaIdSelector`.
Version 6.2.3 works fine.
```
Resolve…
-
### Issue:
Setting up the Azure Container App (ACA) with authentication against a specific provider is simple enough and I can see the `http-auth` container gets created automatically, handling all i…
-
- When using ":rest-client-builder:2.X.X",
If you consume a json like the one in Docker API for https://docs.docker.com/engine/reference/api/docker_remote_api_v1.19/#inspect-a-container
then the J…
-
### Which component is affected?
Qwik Rollup / Vite plugin
### Describe the bug
I am attempting to build and deploy a QwikCity Web App to Azure using the `Node.js Server (Vanilla Node server)` adap…
-
initial route: http://localhost:63391/home
I change to http://localhost:63391/home/a
I click the browser back button.
Expected result:
onWillPop is called.
Actual result:
onWillPop is not called…
-
I'm using the new ASP.NET 6 template for an API. `ConfigureForNodaTime` is throwing here:
```cs
builder.Services.AddSwaggerGen(
options =>
{
options.SwaggerDoc(
"v1…
-
I have a job that is defined like this:
```
RecurringJob.AddOrUpdate("Elastic_cleanup",
e => e.DeleteInvalidDocuments(null!, CancellationToken.None), "* 3 * * *");
```
My hangfire s…
-
### Bounty Objective
Build an open source “Nada Playground” web app that provides an interactive environment for developers to write, run, and share Nada code. The playground should be user-friendly …