-
The current product class *Server* doesn't really specify what role the server plays. Solid relies on more than one type of server:
* Solid-OIDC Provider (Solid-OIDC)
* Authorization Server (Solid…
-
## Paste the link of the GitHub organisation below and submit
https://github.com/w3c
---
###### Please subscribe to this thread to get notified when a new repository is created
-
It seems that the current behavior for the PEX implementation is to wrap jwt-vcs and execute the filter on the wrapped version.
It is not clear to me from the spec if this should be the case.
…
-
Hello @cookiecrook and @howard-e
I'm preparing a [commit](https://chromium-review.googlesource.com/c/chromium/src/+/4790548) to fix the [test](https://wpt.fyi/results/wai-aria/role/listbox-roles.ht…
-
This is not a show stopper at this point. Current work around is to not include the header file on the compilation command. Of course then I get a linking error, but that is for another github issue…
-
Note: This issue is not about enforcing using JAR (#79) or remove client id scheme = redirect_uri (#269).
Reading the spec, it is not clear to me how to use client id scheme = redirect_uri with Au…
-
In NSS5, we implemented more detailed status messages to give clients more feedback. We should bring this along into the spec.
We have
- 401 Unauthenticated
- 403 User Unauthorized
- 403 Origi…
-
Compile this with -O for a crash in Swift 5.7.1
```swift
@inline(never)
func test1(_ x: AnySequence) {
_ = x.lazy.map({ $0 ?? "_" }).joined2()
}
extension Sequence where Element: StringPro…
-
Language Maps allow strings to be indexed by their language-tag, which provides no means of changing the default or term-specific `@direction`.
A hypothetical change would be to allow _value object…
-
The amazing Scott Kellum dropped by our discord to inquire about the following:
> I’m running into an issue with writing-mode and UI elements. It works as expected in Firefox but the UI elements in…