-
Consider a JSON array that looks like the following:
`"ArrayName" : [ 1, 2, 3 ]`
Now you want to reference each of these objects. You have at your disposal, as recommended, the cJSON_ArrayFor…
elear updated
3 years ago
-
I have now made the mod as a macro (in a plugin for convenience)
If you like, I thought that you could include the macro call in your trashbin plugin in the next release. This way, my trash bin mo…
-
As users start to extend routines on the Python side - and we add more wrappers on bindings - we should start profiling these sections to catch unexpected bottlenecks.
For that, we should wrap and ex…
-
`Number.[]` is a convenience macro that allows to define an `Array` of a specific numeric item type.
Similar macros exist in the form of `Number.slice` and `Number.static_array` for `Slice` and `St…
-
## Introduction
Currently, only one API can be mapped to each instance of a struct device. This proposal provides two solutions which together allow for multiple APIs pr device instance, and the cr…
-
I know i'm able to define macros in `~/.gdbinit` (just not interactively using `define` from the `crash` prompt)
hoping to have a string comparison in such a macro using `$_streq` as per https://s…
-
Hey there!
I saw your post on [Reddit](https://www.reddit.com/r/ErgoMechKeyboards/comments/1f18d8h/i_have_fixed_home_row_mods_in_qmk_for_everyone/) last week and was very intrigued. I use a 3x5 la…
-
First of all thank you for this crate!
I tried to use it in a project, but it didn't work, because the macro generates code depending on the sync versions of diesel traits. I am using `diesel_async…
-
Maintainer's notes
Path forward
1. Create a crate with these, and other related cargo env variables
2. Port clap over to this crate
3. Deprecate the `crate_*` macros, pointing people to that cra…
-
I just saw this on my feed and thought I would leave a comment. Please disregard if this is not in line with your goals.
1. base64 is usually to transform arbitrary binary data into a string. Howev…