-
I believe the issue is with mod wsgi.
It happens ONLY when using mod wsgi. When using django runserver it works fine.
See the issue:
https://github.com/pydantic/pydantic/issues/11053
Running o…
-
```python
dev = qml.device("lightning.qubit", wires=2)
def my_quantum_transform(tape: qml.tape.QuantumTape) -> (Sequence[qml.tape.QuantumTape], Callable):
tape1 = tape
tape2 = qml.tape.Q…
-
Sometimes coroutine.create fails with java.lang.NullPointerException. Happens only in LuaJ fallback. There's a small chance that my apparmor profile causes the issue, but non-luaJ interpreters work fi…
-
### Describe the Bug
This has been on the wiki for some time, i didnt see a github issue for it however.
A (usually) dark line that looks like the border of a group of triangles shows through th…
-
**Is your feature request related to a problem? Please describe.**
Not
**Describe the solution you'd like**
Add Profile-Guided Optimization (PGO) support to Elena's compiler and/or virtual machi…
-
Using httplib in JMeter will cause Metaspace to continue to rise until java.lang.OutOfMemoryError, how to solve it, the current version is 2.7.3
-
While the logic for showing the Play Online button is working fine, it is sometimes the case an author would like to disable the button or prevent it from showing. There are games which are written on…
-
_UPD (Nov 30, 2023):_ I changed my mind, having understood the consequences and having gained a better understanding of the challenges this would present:
* https://github.com/jazzband/pip-tools/issu…
-
Hello, I have been using Jax to build a differentiable fluid simulator, which involves solving a sparse linear system using the Conjugate Gradient algorithm (`jax.scipy.sparse.linalg.cg`). When I trie…
-
This was discussed on slack, but I've opened an issue here at @oscardssmith 's suggestion.
The issue is that type inference for the below example when using the `NativeInterpreter` (correctly) in…