Bernd Amend

Results 6 issues of Bernd Amend

Hi, many functions (e.g. Pin::set_direction, Pin::set_value, Pin::get_value, Pin::set_edge, Pin::get_poller) take longer than somebody would expect. Making them unsuitable for many tasks. The reason for the bad performance is that the...

Changes proposed in this pull request - add support for demangling c++ type names (libstdc++) - dump_system(): output demangled names for registered types - change get_type_name to return the demangled_name...

ChaiScript 6 always used a shared_ptr to wrap C++ objects created in ChaiScript. Newer versions avoid this by only wrapping objects that cannot be copied. This has the side effect...

Hi, thanks for the great project I'm been using it for the last 5 years and I think the issue tracker and website don't reflect the current state of the...

Considering the following code ```js let count = 0; let average = 0; let lastTime = performance.now(); setInterval(() => { const time = performance.now(); const d = time - lastTime;...

bug
web

Version: Deno 2.5.6 Node Version: v25.2.1 The node:http and deno serve APIs silently drop the fragment part of http get/request/... For the fetch API this is expected, but not for...