Casper Meijn

Results 12 issues of Casper Meijn

Hey, I am looking for a bit of feedback, before sending in a pull request. The "inspired by" line is a bit weird. - When only a `sourceName` is defined,...

Adding an example to a stuct field of type Vec results in a incorrect swagger example for the struct. The generated swagger example has a double pair of square brackets....

bug

Thank you for this great project. I have been using it as part of the [Zephyr project](https://www.zephyrproject.org/) and it works great. I am using ARM semihosting for my `printf` statements...

bug
gdbserver

I found a minor bug in the CMake generation. When configuring the CMake project, it requires a C++ compiler to be present even if the project doesn't use it. I...

When package name is empty, but type_path is filled, the fq_message_name should begin with a single dot. Two duplicate implementations are moved to a separate function.

Rust primitive types can be copied by simply copying the bits. Rust structs can also have this property by deriving the Copy trait. Automatically derive Copy for: - messages that...

Add configuration to dev container [1] to ease development for new contributors. Github Codespaces will automatically load the correct environment to start development. VSCode will suggest to re-open the project...

I commit `.vscode/settings.json` to git repo. Sometimes, I get a diff, where the order of `settings.json` is edited for `mesonbuild` properties. First, I thought writing to the workspace configuration when...

Thank you for your work on this crate. I came to the issue tracker to report the timestamp is of by a factor 1000, but I see this is fixed...