Alexander Bessman

Results 10 issues of Alexander Bessman

This is a proposal to add an optional callback function to ModifiableCyclicTaskABC which manipulates each message automatically before sending it. This feature can be used to, for example, increment a...

work-in-progress

This test is a bit naive, and will yield a false positive for emails like: `"very.(),:;[]\".VERY.\"very@\\ \"very\".unusual"@strange.example.com` which is a valid email address (though I'm not sure if pyproject.toml supports...

bug

Per PEP621, author name and email should be specified in pyproject.toml as: ``` [project] # ... authors = [{name = "John Doe", email = "[email protected]"}] ``` When this format is...

bug

I'm trying to cross compile Numpy with OpenBLAS. I've already cross compiles OpenBLAS and installed it into `python_armhf/`, i.e. headers are in `python_armhf/include` and binaries are in `python_armhf/lib`. I create...

### Issue Report Checklist * [x] Searched the [issues page](https://github.com/spyder-ide/spyder/issues?q=is%3Aissue) for similar reports * [x] Read the relevant sections of the [Spyder Troubleshooting Guide](https://github.com/spyder-ide/spyder/wiki/Troubleshooting-Guide-and-FAQ) and followed its advice * [x]...

type:Bug
component:IPython Console

The USB VID & PID values must be updated for the new hardware version: https://github.com/fossasia/pslab-android/blob/7f0c6406ebfc8f929cbb6be03030bfc430dcf904/app/src/main/java/io/pslab/communication/CommunicationHandler.java#L18 The new values are: VID: 0x10C4 PID: 0xEA60

### Issue Report Checklist * [x] Searched the [issues page](https://github.com/spyder-ide/spyder/issues?q=is%3Aissue) for similar reports * [x] Read the relevant sections of the [Spyder Troubleshooting Guide](https://github.com/spyder-ide/spyder/wiki/Troubleshooting-Guide-and-FAQ) and followed its advice * [x]...

type:Bug
component:Editor
component:Code Completion and linting
status:Reproduced

### Description of the bug PEP681 introduced [`dataclass_transform`](https://docs.python.org/3/library/typing.html#typing.dataclass_transform), a decorator for marking objects with `dataclass`-like behavior, available in python3.11+. Griffe incorrectly warns about missing parameters of such objects' docstrings. ###...

feature

When turning the multimeter to any of the LA pins for frequency measurement or pulse count, communication desyncs and the app crashes. Note that the GET_FREQUENCY command is not implemented...