-
using this fragment shader
```c
static const int scaleFactor = 10;
struct Light
{
float3 position;
float4 color;
float radius;
}
///
struct Transform
{
float3 positio…
-
Does this issue occur when all extensions are disabled?: Yes
- VS Code Version: 1.95.3
- OS Version: Linux x64 6.11.2-amd64
Steps to Reproduce:
When you open ```code``` with multiple work…
-
```
[11:16:55]Looting from Creature-0-5773-1220-2466-115738-00007131C8 locale: deDE name: Teufelsklingenbeschützer
[11:16:55]Looting from Creature-0-5773-1220-2466-115738-00007131C8 locale: deDE nam…
-
The trimming of stacktraces is currently relatively dumb, it cuts down the total amount of stack frames to 250 then afterwards tries to trim non app frames from the remaining frames until there are 50…
-
Sometimes, a single machine can cause an error to bubble up to the top of our error reporting dashboard.
e.g. https://pantheon.corp.google.com/errors/detail/CNTsq_Sb7qfXSw;locations=global?e=-138029…
-
Hi everyone!
# Issue description
Currently we are in the process of converting a number of SDK functionalities that are already in https://github.com/Project-OMOTES/omotes-sdk-python to https://gi…
-
```
env:
ZIG_VERSION: 0.14.0-dev.1550+4fba7336a
```
is present twice in our CI, one for each file.
Because we are using the master branch of the Zig language, this hash gets obsolete quite …
-
**Describe the bug:**
Sometimes a long list of fields errors can be just provide the same content via a more compact (deduped) version:
This is one instance of a `Kubernetes` integrations dash…
-
### Expected Behavior
Transform caches do not take up so much memory.
### Current Behavior (optional)
_No response_
### Context
We create a `DefaultTransformedVariantFactory` for each project. I…
-
Here is my code:
```
from difflib import ndiff
from time import perf_counter
from datasets import load_dataset
from datasketch import MinHash, MinHashLSH
import numpy as np
from model2vec imp…