-
Hi,
Reading the code, I fail to find where it actually "fallbacks to XHR".
```
// Prefetch the given url using native 'prefetch'. Fallback to 'xhr' if not supported
const prefetch = (url) …
-
**Is your feature request related to a problem? Please describe.**
I have a cluster of MQTT brokers, each node in the cluster has a different IP address. I need protection against one of the nodes in…
-
The `FallbackManager` contract forwards all calls to the handler contract via the `CALL` opcode. Therefore in the next call frame the `msg.sender` variable equals the Safe address. There's potential r…
mmv08 updated
3 weeks ago
-
-
Vulkan has a lot of bugs on Windows / Linux. but when it works, it works much faster than CPU. (10-20x faster)
I'm forced to use Vulkan in the project [vibe](https://github.com/thewh1teagle/vibe) but…
-
The following test file produces an error when using subset-fonts.
[test.pdf](https://github.com/user-attachments/files/17131239/test.pdf)
```bash
mutool clean -S test.pdf
warning: dropping uncl…
-
Hi folks,
We have Gitlab-CI runners running pipeline in eks cluster. Whenever k8s provider can't establish connection to desired cluster through k8s provider config block - it falls back to localho…
-
### Guidelines
- [X] I have searched the issue tracker for [open](https://github.com/FreeTubeApp/FreeTube/issues?q=is%3Aopen+is%3Aissue) and [closed](https://github.com/FreeTubeApp/FreeTube/issues?…
-
Currently, naga exclusively generates `while` loops when translating code for downstream compilers. This:
- Breaks compilation of some shaders on FXC because loops can't be unrolled so arrays canno…
-
### 🔍 Search Terms
Example:
```ts
const languages = ['de', 'en', 'fr'] as const;
type Language = (typeof languages)[number];
const fallback = 'lorem';
const customByLanguage = {
de: 'ipsum',
} …