-
-
[Full Details](https://github.com/drmason789/trixter-xdream-bike/discussions/32)
The data comes in from the serial port at baud rate 115200 as 32-character text strings of characters 0-9 and a-f (l…
-
Subscribe to this issue and stay notified about new [daily trending repos in JavaScript](https://github.com/trending/javascript?since=daily)!
-
-
**Problem description**
When the working directory and/or untracked files list are long, which tends to be the case with asset-heavy projects like games and websites, it is frustrating and time con…
-
[This commit in develop branch](https://github.com/VOLTTRON/volttron/blob/develop/scripts/bacnet/grab_bacnet_config.py) from Maurice on the VOLTTRON office hours needs to be looked at closely. I think…
-
This program:
```
import numba
@numba.jit(nopython=False)
def test( a: int ):
b = a + 1
print( f'b:{b}' )
return b
b = test( 1 )
print( f'b:{b}' )
```
Throws this exceptio…
-
Prior discussion:
https://github.com/keean/zenscript/issues/14#issuecomment-308722477
https://github.com/keean/zenscript/issues/33#issuecomment-362720879
https://github.com/keean/zenscript/is…
-
Hi, I'm seeing really slow performance using CellProfiler 4.2.6 on Linux Ubuntu 20.04. Specifically, using a pipeline with just 6 image sets, with each image set containing 13 channels being about 150…
-
It would be useful to have a generic block that allowed for code to be directly added. ArduBlock had this feature, and I found it useful in adding additional functionality when I needed to add librar…