-
I am encountering an issue with the Vertical Pod Autoscaler (VPA) where it does not honor the maxAllowed resource limits for memory. Below is the VPA definition I am using:
```
apiVersion: "autosc…
-
### Steps to reproduce
1. Configure retention policies in homeserver.yaml
2. In Element Web old messages are no longer visible
3. but in Element Android even very old messages can be seen
### Ou…
-
Right now, `excludePattern` allows you to define file/directory exclusions based on patterns, just like `srcExclude` does.
It does work fine but, apparently, it requires you to declare both `srcExc…
Peque updated
2 months ago
-
As of typer 0.13.1 ansi color code sequences appear in shell completions sometimes. Zshell, fish and powershell have good support for this in shell completions but bash support is shaky and the codes …
-
**Описание:** При обновлении ресурса визуально кажется, что курица не спускается вниз, хотя обновление было успешно выполнено.
**Шаги для воспроизведения:**
1. Запустите уровень и дождитесь обновлен…
-
**Описание:** При первом заходе на уровень в первом окне обучения одна из фраз не переведена на русский язык.
**Шаги для воспроизведения:**
1. Запустите игру и перейдите на уровень.
2. Обратите вни…
-
Problem:
I have a python project, trying to skip directories, somehow it gos to .cache and ignores all my efforts to skip it.
I guess my .venv may have a link to .cache, but why don't isort check …
-
According to PEP263, a character encoding can be declared in a Python program file. This is done with a specially formatted comment placed in the first or second line of the program:
```
#!/usr/bin/…
-
### Description
If a dynamic member subscript is limited to sendable key paths, this check is only performed when invoking the dynamic member directly.
### Reproduction
```swift
@dynamicMemberLook…
-
It would avoid setting a property if it is currently assigned the default value.