-
Tracking issue, split from discussion at the end of #81
WIP branch is here: https://github.com/leezer3/OpenBVE/tree/BVE5
What I've got at the minute is very much based upon Michelle's original pars…
-
Bare with me, this is not easy or simple to explain.
The array you create called "views" on line 228 which is then used to store "copies" of the rendered views on line 253 is causing problems for Int…
-
**Summary**
**========**
**I can't do**
- [ ] [[2270](https://github.com/brython-dev/brython/issues/2270)] Easy optimizations on DEBUG information for quicker transpilation and runtime speed.
…
-
## Description of your problem
I have a model that compiles correctly when the priors are represented as numpy arrays, but that gets a shape error when those numpy arrays are wrapped in `pm.Data`, …
-
-
I'm looking into making an adapter from watermelon DB observables to Legend. In watermelon, when the record changes, the reference never changes. In legend, if the reference doesn't change, the subscr…
-
On some models (including some Nengo tests), our current code to remove passthrough nodes is failing. This is often because removing the passthrough node entirely turns a factored `(m, 1) x (1, n)` co…
hunse updated
5 years ago
-
### Describe the project you are working on
Hiya !
I'm working on a 2048 clone.
I first mentioned this here https://github.com/godotengine/godot/issues/85559.
### Describe the problem or l…
-
**Describe the bug**
I obtained this error :
```bash
TypeError: Converting circular structure to JSON
--> starting at object with constructor 'User'
| property '_domainEven…
-
I'd like to pass an object of type numpy.float128 from Python to a C++ function wrapped by pybind11. My first attempt was to simply use "long double" as argument type on the C++ side, but the values I…