Jakub Sarzyński

Results 8 issues of Jakub Sarzyński

1. Fix `FixSuggestions` and `Replacements` types. Now `ReviewInput` fails with `400 Bad Request`. 2. Add endpoints to read robot comments. 3. Additionally, I found that `getCommentInfoMapSliceResponse` and `getCommentInfoMapResponse` are the...

## Description Use a START pulse to generate an internal SYNC_IN pulse after each configuration. Additionaly, I removed the START pulse and long sleeps after device reboot. I have tested...

Do not merge. ## Types of changes - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [...

Remove clang-format from the "push" event. Annotations do not support suggestions, so there is no sense to apply clang-format directly to commits. Use action-suggester instead of a patched reviewdog. poc...

A failing test can produce an unpredictable output like bytes that can't be decode in `utf-8`. Now the runner will throw an exception without any information what have been read...

In [pheonix-rtos-tests](https://github.com/phoenix-rtos/phoenix-rtos-tests) there are old tests that could be rewritten using Unity framework or python harnesses: - [disk/test_disk.c](https://github.com/phoenix-rtos/phoenix-rtos-tests/blob/master/disk/test_disk.c) (benchmark) - [fs/test_fcntl.c](https://github.com/phoenix-rtos/phoenix-rtos-tests/blob/master/fs/test_fcntl.c) (unit tests) - [fs/test_fs.c](https://github.com/phoenix-rtos/phoenix-rtos-tests/blob/master/fs/test_fs.c) (benchmark/unit) - [mem/test_malloc.c](https://github.com/phoenix-rtos/phoenix-rtos-tests/blob/master/mem/test_malloc.c) (benchmark/unit) -...

good first issue
tests

In the runner check for the plo port is performed by waiting in a loop. Instead, use `udev` to wait until the device is properly initialized.

## Description Add build-toolchain workflow to build toolchain for macos host using github actions. Now it only includes i386 compiler and takes around 30 minutes to finish. Workflow can be...