Arthur Sonzogni
Arthur Sonzogni
I am trying to solve: [https://github.com/ArthurSonzogni/FTXUI/issues/4](https://github.com/ArthurSonzogni/FTXUI/issues/4) 1) When I start kmscon, I end up in the login area. I observe the backspace is replaced by ^H. 2) Then (after login),...
Hi, Thanks for this tool. This is awesome! I noticed some generator produce all the possibles combinaisons for case incentive input. It means this generate a list of item growing...
### Discussed in https://github.com/ArthurSonzogni/FTXUI/discussions/455 Originally posted by **njk42** August 9, 2022 This would allow changing the range of the slider dynamically.
### Discussed in https://github.com/ArthurSonzogni/FTXUI/discussions/452 Originally posted by **Alexandring** August 8, 2022 Hello. I am faced with the following problem. Select an item in the menu with the mouse and the...
**Explainer and spec:** https://arthursonzogni.github.io/anonymous-iframe/ Iframe credentialless require updating several specifications: | Spec | PR | | ------------- | ----------------------------------------------------- | | HTML | https://github.com/whatwg/html/pull/7695 | | Fetch | https://github.com/whatwg/fetch/pull/1416 **(this)**...
_topic:coep-credentialless_ The request's includeCredentials isn't part of the HTTP cache key. It means if: - `a.com` requests `c.com` with credentials, - `b.com` requests `c.com` **without** credentials Then both `a.com` and...
To strip referrer in `goog.window.open()` with the ''no-referrer" option. The closure library is using document.write: https://github.com/google/closure-library/blob/6da97fe1a4267cce7c79b5876369dea7149ad689/closure/goog/window/window.js#L235 `document.write` taint the initial empty document. This prevents `COOP:same-origin-allow-popup` to allow the popup to...
[SharedArrayBuffer]:https://tc39.es/ecma262/#sec-sharedarraybuffer-objects [COEP]:https://html.spec.whatwg.org/multipage/#coep [COOP]:https://html.spec.whatwg.org/C/#cross-origin-opener-policies [getViewportMedia]:https://github.com/w3c/mediacapture-viewport/issues/1 [high resolution timers]:https://github.com/w3c/hr-time/issues/128 [crossOriginIsolated]:https://html.spec.whatwg.org/multipage/webappapis.html#concept-settings-object-cross-origin-isolated-capability [Spectre]: https://spectreattack.com/spectre.pdf ## Introduction Deploying [COEP] is difficult for some developers, because of third party iframes. Here is the typical scenario: 1....
## Request for position on an emerging web specification This was previously filled as: https://lists.webkit.org/pipermail/webkit-dev/2022-April/032205.html but didn't get any replies. Since WebKit is now using this new Github Medium, I...