Paul Reimer

Results 30 issues of Paul Reimer

Hi there, Awesome library, it worked great and easy to integrate onto my embedded target. However, I don't see how to read the entries in the relocation sections?

enhancement

I think that the `inbodydescription` style of function-descriptions-via-extracted-body-comments is not supported by `breathe`, although it does appear in the `doxygen` XML (and HTML). In my case, I would like `inbodydescription`...

enhancement
code

I am very excited to try SRP-style scheduling for more of my projects. The majority of applications I work on involve some form of mainstream wireless communication (bluetooth, wifi, etc)....

With a recent version of netrw installed, this plugin causes multiple buffers to be opened when using a command e.g. `vim scp://some.validhost.com//path/to/file.txt` which opens a blank buffer with name "`scp`"...

Not sure what is involved, but I know that ASAN support on x86 is amazing for finding tricky bugs, and I'd love to run it on my ESP32 debug builds....

This library works great, and really helps for symmetric encryption where both sides already have the key, but it doesn't provide for any secure key exchange (yet). I believe Diffie-Hellman...

Since there is `ALEGoToDefinition`, maybe there should be an `ALEGoToDeclaration` for languages (like C/C++) which have those separately (e.g. the `ALEGoToDefinition` should go to the right place in the `*.h`...

enhancement

I use `kustomize` [https://github.com/kubernetes-sigs/kustomize], which takes many YAML manifest files (optionally overriding certain fields via other files), and then generates a single YAML file output (with multiple documents separated by...

I can find lots of code examples on how to use it (in `example/`) but there are no build system files (`CMakeLists.txt`) in those directories. Reading the top-level `CMakeLists.txt`, it...

If we are using the "Hi-Perf" Google.Mock feature https://github.com/google/googletest/blob/master/googlemock/docs/CookBook.md#mocking-nonvirtual-methods Then how does this affect the ideal use of GUnit? - [ ] Can we still use the automatic mock generation?...