Daniel J. Perry

Results 33 issues of Daniel J. Perry

### Description This adds an option to the new command to specify a relative path to the mbed os so that the generated cmake will actually work if you want...

**Describe the bug** I have a copy of the mbed os, but using the `--mbed-os-path` doesn't change the directory that cmake attempts to use; it always assumes that the os...

bug

### Current problem The `match` keyword is prone to the following misunderstanding that pylint fails to catch: ```python a = 'a' b = 'b' s = 'a' match s: case...

Enhancement ✨
python 3.10
Needs decision :lock:
Match case