-
The following text snippets seem like a `code_challenge` is always required in the authorization request (for authZ code flows).
Description of the authZ code flow figure:
https://github.com/oauth…
-
## Description
The archived/active filter on the Studio Home is not working as expected when using them with searching. When users attempt to filter for active/archived courses by using the 'Archiv…
-
I think this needs updates to some of the compatibility docs (at least [prometheus](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/compatibility/prometheus_and_o…
-
The charter currently mentions exploring "permission models that recognize the special role of the frontmost, foreground tab when NFC devices are brought into close proximity by the user." Maybe we ca…
-
EPUB3 uses a (fairly stripped down) version of SMIL for various purposes, primarily in the area of accessibility. The [Synchronized Multimedia for Publications Community Group](https://www.w3.org/comm…
-
The Trusted Repository Security Initiative Task Force was created from roundtables at the Secure OSS Policy Summit in Washington D.C. in Sept. 2023 and would like to work as a SIG within the Supply Ch…
-
```
package main
import (
"fmt"
"runtime"
"sync"
)
const N = 28
func main() {
runtime.GOMAXPROCS(1)
wg := &sync.WaitGroup{}
wg.Add(N)
for i := 0; i < N; i++ {
go func(m int…
-
Part of https://github.com/rust-embedded/wg/issues/383
Might also involve https://github.com/rust-lang/rust/issues/27731 so we can get rid of (some) of the inline asm / pre-compiled objects.
* …
-
Hi, I ran the code main.py and got the following error:
Original stack trace for 'slow_target_schedule/dense/MatMul':
File "main.py", line 36, in
trainer = agents.load(FLAGS.agent+"/traine…
-
Network elements could be grouped into a single "virtual" element that manages all resources of the encompassing different hardware chassis.
In simple words, two chassis, like two or more switche…