Anthony Rabine

Results 9 issues of Anthony Rabine

- [x] Programmer/board type: e.g , Stlink/v2-onboard - [x] Programmer firmware version: e.g STSW-LINK007 2.27.15 - [x] Operating system: e.g Linux - [x] Stlink tools version and/or git commit hash:...

code/feature-request
component/st-flash
question

No any commits since 2019, no merges nor issue replies. Can we start a fork?

It could be more maintainable to separate coap_io.c into dedicated files, since it seems that it is your platform abstraction layer (sort of, because the core stack is still not...

enhancement

Adding const before char* removes warning during compilation time: ``` qoaplay_desc *qoaplay_open(char *path) ```

Here is a fix that allow me to connect to a webdav server with a www-authenticate header containing two entries. Not tested with a single entry (as the old code).

How to reproduce the bug: - starting with the Gantt Project example, add a "zoom fit" entry in the menu, add the zoomFit() algorithm from the Gant Legend example -...

Okay since we now have an example, as Fattorino suggested we can maybe add (again?) a root CMakeLists file to build only ImNodeFlow as a library (and use it in...

enhancement

I have seen that there are multiple forks with **lots** of patches that seems pretty good. It's a pity to not seen them merged here :( Can you open the...

discussion

Okay this PR is a WIP from a fork. I will update it after reviewed and remarks.