Robert Clausecker

Results 82 comments of Robert Clausecker

> Who's goal is this? Is this easier than checking out a single github project, or having the SDK as a submodule My goal. I do not want to rebuild...

Thank you for the answer. > On elf2uf2 etc, these can be built separately from within their own build directory Yes; though slightly inconvenient, this is workaround. Have these built...

> LOL, that sounds a bit more complicated than just following the instructions in https://datasheets.raspberrypi.org/pico/getting-started-with-pico.pdf and running cmake? wink Our build system is literally two shell scripts per board (one...

Thank you for your response. > This would have been good context up front :-) > > Yes, having the tools build as part of the build, rather than installation,...

@arg08 Thanks, I'll go ahead and file a bug report with the port.

Sounds good! I'm just a porter/packager. Please do what is most appropriate for your projects needs.

This issue still occurs to me with issue 1.2.3 and is especially annoying with libera.chat frequently changing its IP addresses. Please reopen!

@HookedBehemoth Sure, I can give it a try. What SIMD extension are you most interested in? I assume you are also looking to have newlines and NUL characters escaped?

@HookedBehemoth Well these are the characters that *can* be escaped with a named escape sequence. You can actually escape almost every characters you like using the `\uXXXX` escape sequence. My...

Your specification says: > The application explicitly frees an arena and all the objects allocated from the arena using a.Free. After this call, the application should not access the arena...