-
# Symptom
Repos that depend on mysqlclient>=2.2.0 will need to install the package `pkg-config` in their Dockerfile: https://github.com/PyMySQL/mysqlclient/issues/620
If this is missing, then pip in…
-
### Description
Looks like iOS 17 has changed something about how dynamically generated USDZ files are treated, and as a consequence the AR conversion of model-viewer breaks.
**Edit:** From my t…
-
Nine repos have a Makefile that tries to delete the contents of some system packages when you run `make requirements`, potentially causing system instability and developer confusion:
```
clean_pyc…
-
Hi,
I’ve heard it is possible to run Stable-Diffusion on Mac Silicon (albeit slowly), would be good to include basic setup and instructions to do this.
Thanks,
Chris
-
You can play with the space & retrieval models here: https://b3246e5ab28482f60e.gradio.live - Not all models & indices are cached yet so some first runs may be slow but once cached it should be blazin…
-
Panic
```
panic: runtime error: index out of range [2] with length 2
goroutine 342225 [running]:
github.com/dolthub/go-mysql-server/sql/fulltext.TableEditor.Delete({{{0x13173c3b0, 0x1402a51e140}…
-
Występuje problem:
- [x] z zasobem REST API / with a REST API resource
- [x] ze środowiskiem produkcyjnym / with the production environment
- [ ] ze środowiskiem testowym / with the test enviro…
-
I recorded the following: https://asciinema.org/a/W8ClKYmALCLVIiF7fPb47gc9h
It does not render the window or the logo right and there are lots of artifacts. It looks fine when I run `asciinema play…
-
Given this schema:
```ts
interface Schema {
a: string;
nested: {
b: string;
}
}
```
It is currently only possible to select the root fields:
```ts
new CosmosQueryBulder().sele…
-
Given the following schema the field with the name "at" is not recognized and causes a type error when used:
```ts
interface Schema {
nested: {
at: string;
ax: string;
};
}
```
…