-
The meta-idea is to add a debug-option called "sanity". When enabled, sanity checking of options, index and general setup is performed and potential problems are reported. This Issue collects ideas fo…
-
CPU Usage 100% when window is minimized (HL)
-
for this error:
```
Fatal error: spawn EMFILE
Running "watch" task
Waiting...OK
>> File "app/templates/views/deals/deals.html" changed.
---------------------------------------------------------------…
-
On STM32, heap base is defined as:
`#define HEAP_BASE ((uintptr_t)&_ebss + IDLE_STACKSIZE)`
This makes the assumption that the heap will always be after BSS & Idle Stack, which is not alw…
-
Right now we are using one central mutation observer to watch the document.body. This works fairly well, however, what if we could create a faster model where mutation observers are created for each c…
-
Currently it's possible to break the consolidation cycle by adding a typo or problem to the Dockerfile of a new version of an accepted extension. That's problematic and relies excessive helicopter par…
-
Issue tracking the SG22 discussion of WG21 paper [P2723R0](https://wg21.link/p2723r0) Zero-initialize objects of automatic storage duration (JF Bastien)
[WG21 Issue](https://github.com/cplusplus/pa…
-
I've had the same code be working for years but randomly I can't now login to the server.
My credentials are in a separate .env file, I then use python-decouple to import them and login.
I've checke…
-
### pnpm version:
7.1.7
### Code to reproduce the issue:
```json
// package.json
...
"optionalDependencies": {
"@vue/devtools": "^6.4.0"
}
```
Then run:
```shell
pnpm ins…
-
[VK_EXT_descriptor_buffer](https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/VK_EXT_descriptor_buffer.html) is expected to be used by and provide some performance boost for vkd3d-proto…