-
ATM the E++ draw instances pattern you use is 1 instance per route.
This is not really ideal, and I end up with stuff like this in my logs (these are dev only logs I think, so you might not see the…
-
![https://i.imgur.com/ZZP2LNv.png](https://i.imgur.com/ZZP2LNv.png)
If I add this two cases to test_game_result(), the first will be OK but the second fails.
K vs K should be adjudicated as draw.
`…
-
### Describe the bug
Dragging the edges of the window to resize the example app (at least on macOS) generates repeated instances of this error:
```
Exception ignored on calling ctypes callback…
-
Plugins: `custom_caret`, `settings` and `lineguide` used to reproduce the issue.
Clicking lineguide ruler "Add" dialog textbox will crash `lite-xl` if `custom_caret` is active (see screenshot), dis…
-
### Describe the Bug
When using the PDF viewer functionality, the menus are being drawn underneath the surface for the PDF viewer on Android 14 on a Lenovo Tab P12 2023. Seems to be a draw order issu…
-
Télécharger: [MRTK, VRTK, XRTK](https://github.com/EloiStree/2024_07_16_MonsXrDesign/releases/tag/V0)
https://github.com/EloiStree/2024_07_16_MonsXrDesign/releases/tag/V0
- https://github.com/…
-
All the examples for drawing circuit_graphs are throwing an error.
Using `lcapy 1.24`
```
cct = Circuit("""
...V1 1 0; down
...R1 1 2; right
...L1 2 3; right
...R2 3 4; right
...L2 2 0_2; do…
-
I would like to use ipycanvas in a Jupyter Notebook to let the user draw something. Whenever the user releases the mouse, a callback is called. The user can use a freehand tool to draw lines on the ca…
-
Hi,
On first load I get such error in Chrome:
```
a.draw is not a function
```
There is warning in console:
```
Attempting to load version '49' of Google Charts, but the previously loaded '…
-
Currently, the plotting function `plot_vars` does not show edges that determine the value of a node if that node has a distribution.
This potential fix draws edges in red if they influence value a…