issues
search
BrianPugh
/
belay
Belay is a python library that enables the rapid development of projects that interact with hardware via a micropython-compatible board.
Apache License 2.0
240
stars
13
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Telnet tweaks; python3.13 compat
#173
BrianPugh
closed
1 month ago
1
skip telnet authentication if username is empty
#172
BrianPugh
closed
1 month ago
1
Parallelize host-side hashing and client-side hashing.
#169
BrianPugh
opened
1 month ago
1
Fix minifying strings-in-containers as if they were docstrings.
#168
BrianPugh
closed
3 months ago
1
Strings in lists defined in a @Device.setup function can be replaced with the number 0.
#167
adeuring
closed
3 months ago
5
fix "belay new" CLI command
#164
BrianPugh
closed
4 months ago
1
Bump certifi from 2024.2.2 to 2024.7.4
#163
dependabot[bot]
closed
4 months ago
0
sync only if files has changed
#161
raveslave
opened
5 months ago
14
Update .readthedocs.yaml
#160
BrianPugh
closed
6 months ago
1
update github actions
#159
BrianPugh
closed
6 months ago
1
Fix bug where single ".mpy" dependencies were not renamed to `__init__.mpy`.
#158
BrianPugh
closed
6 months ago
0
Migrate from Typer to Cyclopts
#157
BrianPugh
opened
11 months ago
1
use pypi importlib_resources for <3.9
#156
BrianPugh
closed
1 year ago
0
LED Example does not run
#155
W-Michael
closed
11 months ago
3
temporarily fix all pydantic warnings by using v1
#154
BrianPugh
closed
1 year ago
3
update poetry publish plugin
#153
BrianPugh
closed
1 year ago
1
Introduce 'trusted' keyword to task decorator for allowing arbitrary response execution.
#152
BrianPugh
closed
1 year ago
4
Add a bytes test to explicitly test for NULL char
#151
BrianPugh
closed
1 year ago
1
How to control memory allocation
#150
pdietl
closed
1 year ago
5
Further constrain Pydantic to version <2.0.0
#149
pdietl
closed
1 year ago
2
Can one return bytes or bytearray from task decorated function?
#148
pdietl
closed
1 year ago
5
Fix warning due to using PydanticV2
#147
pdietl
closed
1 year ago
5
catch DeviceNotFoundError error on reconnect
#144
BrianPugh
closed
1 year ago
1
Documentation note that sync deletes all other files on device.
#142
TimAidley
closed
1 year ago
3
Fix bug in device.sync that prevented it from working on some drives
#141
TimAidley
closed
1 year ago
9
Fix device.sync when tem dir drive and source dir drive are different.
#140
TimAidleyAtUnity
closed
1 year ago
1
Add project tool.belay.ignore functionality. Fix sync ignores for dir…
#139
BrianPugh
closed
1 year ago
0
Reformat to line-length=120
#138
BrianPugh
closed
1 year ago
0
Fix select micropython neopixel
#137
BrianPugh
closed
1 year ago
1
Correctly propagate belay run exitcode
#136
BrianPugh
closed
1 year ago
0
fix belay select if no devices are found
#135
BrianPugh
closed
1 year ago
0
remove version caps
#134
BrianPugh
closed
1 year ago
1
v0.20.0 deps and belay select issue
#133
raveslave
closed
1 year ago
6
API for interrupts / callbacks
#132
raveslave
opened
1 year ago
23
Add the current directory to the micropypath
#131
BrianPugh
closed
1 year ago
0
Fully remove belay-internal stacktrace for install/run/exec cli commands
#130
BrianPugh
closed
1 year ago
1
Don't include belay's stacktrace in a 'belay run executable' command.
#129
BrianPugh
closed
1 year ago
9
loosen dependency versions
#128
BrianPugh
closed
1 year ago
1
belay select
#127
BrianPugh
closed
1 year ago
9
Modify MRO order, add ignore_errors=False to global executers.
#126
BrianPugh
closed
1 year ago
1
Implementation specific executers
#125
BrianPugh
closed
1 year ago
1
Device module breakup
#124
BrianPugh
closed
1 year ago
1
use new readthedocs recommended config
#123
BrianPugh
closed
1 year ago
1
UsbSpecifier for fine-grained device target selection.
#122
BrianPugh
closed
1 year ago
14
create the temporary package directory when performing copy_to. Fixes…
#121
BrianPugh
closed
1 year ago
1
read_until now always assumes the minimum number of return bytes is 1
#120
BrianPugh
closed
1 year ago
1
Fix reconnection issues;
#119
BrianPugh
closed
1 year ago
1
reduce sleep in process reader
#118
BrianPugh
closed
1 year ago
1
Improved serial throughput
#117
BrianPugh
closed
1 year ago
1
Ruff pre-commit
#116
BrianPugh
closed
1 year ago
1
Next