ussserrr
ussserrr
Support project structure generated by the GUI version of CubeMX. Add a flag in settings or detect automatically which one is existing at the moment.
For commands such `platformio_cmd` values like `python -m platformio` should be a valid ones. Possible solutions: - Use `subprocess.run(shell=True)` option - Store as a list of strings, then concatenate and...
Its solidity is questionable. For example, some property can contain both stm32pio and user-defined values and still technically be considered as "patched". Maybe one should use `in` for verification instead...
Current implementation of diffs prints is ugly, need to find some nicer solution (probably with a help of some 3rd-party lib).
Introduce some 3rd-party library for colorful logging output. Keep in mind, though, that we don't want to interfere with other output types (GUI).
Research possibilities and patterns. Some thoughts: - Test with different timings - Prolonged tests: measure performance/memory consumption (profiling)
`Must construct a QGuiApplication first` Qt error is still sometimes present on exit...
- Jump to project on system notification click - Blink the toolbar icon after an action - Show progress (just for distinct steps, at least) (but multiple projects must be...
First, check the availability or alternatives for all currently utilized modules.