-
When I try to import (matplotlib.pyplot) or any external modules, an error pops up (ImportError: no module named '---module name ---')
Code:
```python
from pybricks.hubs import EV3Brick
from pyb…
-
Was just looking at the stack trace, and noticed that there are not as many threads in the python3 branch. Also, the web page is unresponsive when the program is busy. I think that the web server s…
-
Cette méthode doit permettre de marquer le premier point le plus rapidement possible :
- Saisir le palet en face
- Se décaler tout en avançant pour éviter ne pas être sur la trajectoire des autres …
-
[debug.pdf](https://github.com/mrworf/photoframe/files/6721335/debug.pdf)
The topic is miss leading. Photoframe start but it fails to load any images.
Jun 27 11:22:49 Photoframe photoframe[559]: E…
-
**Describe the bug**
Using Pybricks Code on Chrome running on Windows. Trying to use paste mode but when I hit Ctrl-D to finish the Paste Chrome intercepts the keystroke and opens a Edit Bookmarks p…
-
The correct `__init__` should be:
```python
def __init__(self, address=None):
self.red_max = 300
self.green_max = 300
self.blue_max = 300
super().__init__(address)
```
-
**Describe the bug**
(As an example) The SPike Color sensor is not recognized/initiated on all Primehub ports similar on inventorhub
**To reproduce**
Steps to reproduce the behavior:
1. Go to c…
-
Currently the file name shown is the base64 coded file name.
Will create a pull request with these changes:
- Translate base64 coded file name if possible
- No longer import sys as it's not used
…
-
実機ではちゃんとcolorid_t通りの値を返すがシミュレータだと黒の線状でも常に```4: 黄色```が返ってくる
-
The old Extensions for Calliope Mini like RGB-Colorsensor or calliope BC95 are missing. The Grove Extension v0.1.5 is outdated (v0.1.7).
The Servo Extension would be nice, too.