-
One of the 3.11 speedups is for [faster startup](https://docs.python.org/3/whatsnew/3.11.html#faster-startup). This involves [freezing many stdlib modules](https://github.com/python/cpython/blame/556d…
-
![Screenshot 2023-05-19 at 6 19 13 PM](https://github.com/wallabyway/snowdontower-rvt-3dtiles-rcs-oss/assets/440241/49b4ae24-6612-489d-b1ab-c1f4296eeb07)
-
The `dynamic-len` setting of the `mpris` block doesn't seem to be respected, the text length often going way beyond the set limit.
### Version info
```
$ waybar --version
Waybar v0.10.4
```
…
-
No diagnostic is issues for a templated model with a template parameter that is not used.
For example:
```
model Response {
@doc("The status code.")
@statusCode
_: S;
}
model Cat {
…
-
Hello,
`xkb_layout` is `'fr'` (see /var/log/Xorg.0.log extract below) but is ignored by the auto-type.
For example: the word `azerty` will be typed `qwerty`.
2.6.6 version works as expected.
…
padrm updated
2 weeks ago
-
I see the refresh settings are documented here -
It mentions it is not guaranteed but does it not work at all in terms of not applying refreshes?
I want to control the refresh behavior myself s…
-
_**Edit: Major rewrite of issue.** Originally I thought this was a problem with newest LibGit2Sharp but in digging deep into this issue I discovered some flaws in my original scripts that made it appe…
-
### Steps to reproduce
1. open tdesktop for Windows
2. see stories from the Telegram account (or other account)
3. click on profile icon to enlarge it
4. right click the now larger profile photo…
-
I'd like to be able to ignore certain or all headers from being integrated into the generated code.
I handle these headers in Angular via interceptors so having them in the generated code is useles…
-
Currently `micropip.install()` ignores the `yanked` flag and even installs the yanked version.
For example, as of 2024-10-22, `micropip.install("python-multipart")` installs `0.0.13` even though [the…