uwu-420

Results 12 comments of uwu-420

I have the same issue with ^6.0.0 and Android 9. Although I get this error when calling `audioPlayer.pause()`.

Hi @xuhancn, thanks for the great work so far! I was thinking about how geat it would be if we could use `zig c++` from https://ziglang.org/ as C++ compiler for...

@SeremTitus Do you mean `descendants` instead of `ancestors`? I'm a bit confused 😅 Thanks for the great work though! > ```gdscript > trait Movable extends Node2D: # this trait can...

Really excited to see progress on uv's own build backend

I'm highly in favor of disabling autorun on startup by default. Just re-opened a notebook to check what it does and it instantly overwrote some result files I generated a...

Hi @slaren I see this hasn't changed as of now. I can understand if you want to keep it like that, but I'd love to understand the rationale behind why...

@ngoldbaum Is it intended to make HTTPParser instances thread-safe eventually? Just from my own impression, but I think plenty of people are eager to use free-threaded Python by default for...

Oh, pyright actually offers an `extends` configuration in https://microsoft.github.io/pyright/#/configuration?id=environment-options so you could factor out the `[tool.pyright]` section from the `pyproject.toml`s.

Seems like pytest does not prioritize such functionality as of now, see https://github.com/pytest-dev/pytest/issues/13173

I have another example that probably fits this issue ```toml [project] name = "pixi-test" requires-python = ">=3.13,=2.2.3,