Cody Duncan
Cody Duncan
As another "Visual cue to distinguish modes" (#13), I'd like to request the option to change the color of the status bar mode indicator based on the current mode. E.G....
Python file used to generate a large fake log file ```python f = open("logfile.txt", "w") for x in range(1073800): f.write("Message A: some log\n") f.write("Warning B: an issue\n") f.write("Verbose B:E mo...
### Describe the bug Record ids that surround the id with parenthesis fail to parse via `sql::parse()`. ### Steps to reproduce sql::parse() fails to parse record ids that are surrounded...
I ran into a bunch of problems to get clang_sys statically linking with binaries built via msvc on Windows Documenting the found issues here for a future fix. ------- #...
I'd like to request code samples that demonstrate this component utilizing the `` tag. Translating the existing code samples to the new syntax is ok. If possible to add more...
I was looking for ways to contribute to the rust gamedev community. I wasn't sure where to find them, so I came here. Most of the updates here seem to...