-
I am using OpenAL-soft for a cross platform library:
- https://github.com/ArthurSonzogni/smk
Unfortunately, it doesn't link properly on Windows:
- https://travis-ci.com/github/ArthurSonzogni/smk
…
-
While reviewing https://github.com/whatwg/html/pull/5760 yesterday, I noticed that [The rules for choosing a browsing context](https://html.spec.whatwg.org/multipage/browsers.html#the-rules-for-choosi…
-
I'd love to use Diagon in a project I want to make, similar to org-mode but with more modern syntax, output, and tooling. I love how Diagon parses expressions, and so I was wondering how easy it is to…
s5bug updated
4 years ago
-
Hi, thanks a lot for the library.
I was looking at the examples and wonder if it's possible to create multiple windows which are used solely show log information.
In short, I want to log multiple …
-
See https://github.com/whatwg/fetch/issues/302 where I initially filed this request. @annevk's suggestion that we handle the header inside the navigation algorithm (probably as step 21, after the resp…
-
@ParisMeuleman @ArthurSonzogni `html/cross-origin-embedder-policy/require-corp-about-blank.html` and equivalent tests rely on the `iframe` element firing a load event when there's a network error. The…
-
What should we do if `cache.match()` is called in a context with `Cross-Origin-Embedder-Policy: require-corp` and the Response to be returned does not have a `Cross-Origin-Resource-Policy` header?
…
-
Using Firefox with the sample 'draw a circle' code freezes the tab for seconds, only loads the webpage after it prompts you to stop the unresponsible script.
Console output:
```
Error: Script ter…
-
I have one remaining error when I try to use libnyquist with WebAssembly.
Repro steps:
Install emscripten SDK. Then:
~~~bash
mkdir build_emscripen
cd build_emscripten
emcmake cmake ..
make -j…
-
One possible improvement to this library.
Maybe CMake FetchContent could be used:
https://cmake.org/cmake/help/v3.11/module/FetchContent.html
libnyquist include many other libraries by copy-pasti…