Ethin Probst
Ethin Probst
As it currently stands, the specification uses MathML for things like abstract syntax notation and such. Though this works for screen readers, most screen readers treat MathML as a single...
I've read the docs and am trying to build a REPL, of sorts, in a QT application. The application is a TCP-based game (kinda like a MUD of old) and...
I'd like to override the base types of Lua (e.g. maybe replacing the integer type with an arbitrary-precision integer, or a string with a custom string class). Is this even...
@CraigHutchinson I have a library that I've added in that doesn't export a location for it's include directories. Is there a way I can "discover" these, i.e. figure out where...
So this might be more of a long-term goal thananything else, and probably won't be doable on either MacOS or Linux (I'll explain that momentarily). The idea is, instead of...
So this library looks really cool and I'd love to use it. However, I'm unsure about the syntax (i.e., I know the general PEG syntax, but what extensions, if any,...
The current distribution of steam audio with FMOD provides no headers, yet the documentation tells us to call `iplFMODInitialize` (among other functions). Is the documentation outdated, or if not, why...
Not really sure what's wrong with my regexes. I tested them in Python and they worked fine, so I'm pretty sure they're valid under the rules of the regex crate...
I've got a question: do character classes allow for Unicode general categories? I just tried via the `\p{...}` syntax and it rewrote it as `\\A[\\p{...}]`. What's the proper way of...
# Your question I'm trying to incorporate xtd into a project via the cpm.cmake package manager. However, this doesn't work because I have to first execute `find_package` and then when...