Matheus C. França

Results 213 comments of Matheus C. França

> Unfortunately, it looks like there's no C++ library that can demangle Rust symbols. Maybe we need to rewrite https://github.com/rust-lang/rustc-demangle in C++. > alternative: https://github.com/getsentry/symbolic/blob/master/symbolic-demangle

> That is a rust crate which uses the rustc_demangle crate for demangling rust symbols: https://github.com/getsentry/symbolic/blob/56349e9686a4dc655d0b9e9c0ccfff82ca4e95d7/symbolic-demangle/src/lib.rs#L278 Damn it! At times forget about these interdependencies. :sweat_smile:

There was a feed missing for news posts on the site.

> @kassane Can you provide source and license information for the SVD? I did not see any license info in the SVD text and we don't have anything in tree...

ping @posborne

Suggestion for C++20 ranges: ### Ranges: The ranges library provides a new way of working with ranges of elements. To use them, you should include the header file. Let's look...

https://qpcr4vir.github.io/nana-doxy/html/d0/deb/animate-bmp_8cpp-example.html ~~~ cpp #include #include int main() { using namespace nana; //Build frames frameset fset; auto grs = {"000", "015", "030", "045", "060", "075", "090", "105", "120", "135", "150", "170",...

Right, the example of this is zcc and zcxx worked even though they generated a flags error. Only zig build did not return any information in the output. I will...

Wow! Thx @lupyuen Ref.: https://github.com/lupyuen/zig-bl602-nuttx

This fork is `pysnmplib` in PyPI?