Jonathan Coates

Results 153 issues of Jonathan Coates

## Version Info - Python 3.10.12 - pytype 2024.04.11 ## Details Consider the following code: ```python from typing import Generic, TypeVar T = TypeVar("T", int, str) class Example(Generic[T]): value: T...

**Bug Report** **TLDR:** If you have a zero-arg constructor of a native type, stubtest complains that `stub does not have *args argument "args"`. From what I understand, constructors of native...

bug
topic-stubtest

### Minecraft Version 1.20.1/1.21.1 ### Version 1.112+ ### Details One of the nastier things about pocket computers is keeping the `ItemStack` in-sync with the public `IPocketAccess`. For instance, if someone...

bug
area-Minecraft

The `JarJarFeature` provides a method to disable inheriting classes from the main jar. However, as `enable()` uses `findByPath` (rather than `named`), this means that it's very easily to accidentally cause...

I'm fairly sure this is a "working as intended", so feel free to close. However, while I understand the intent behind the current behaviour, it was a little surprising, and...

There's been several attempts at getting Agda compiling against wasm32 over the last couple of years. This particular PR is based on some work done at AIM XXXVI, though shares...

This is an attempt at solving parts of #95. It is not a complete solution. Namely, it solves the case where a server is running but has no one online....

`ModConfig.getFullPath` currently has a comment on it wondering whether it's worth removing. https://github.com/neoforged/FancyModLoader/blob/05a7b8219228f247036e47be124d0eec933b43de/loader/src/main/java/net/neoforged/fml/config/ModConfig.java#L64-L65 I personally use it to read another file, adjacent to the main config file, that contains secrets....

In the current implementation of `speaker.playAudio`, the server keeps track of where it things client playback is up to. Once the client's buffer is running low (

bug
area-Minecraft

### Environment - **Qiskit version**: 4c865740725ae4ef5f972af8ea0777661d6e8630 - **Python version**: Python 3.12 - **Operating system**: Ubuntu 24.04 ### What is happening? With Qiskit 1.3, using `UnitarySynthesis` with the Rxx basis would...

bug