Austin Hicks

Results 12 issues of Austin Hicks

Hi, I just looked at this as someone asked me for help setting up a Python coding environment, and it doesn't appear that there's any wheels on Pypi. What are...

based off the helpers and the Emscripten docs, there needs to be a `Box2D.allocate`, `Box2D.getValue`, and `Box2D.setValue`, possibly others. Using the asm.js build these don't seem to exist anymore. This...

I just tried to move a simple project to Tup because, hey, why not and it looks great. unfortunately, cl.exe, Microsoft's command line C++ compiler, insists on writing a completely...

I don't know if it's possible to make this optional or if it needs to be removed, but roman numeral processing is extremely annoying, especially when reading C code. I'd...

feature

I'm integrating Symphonia, and the only thing I can find on detecting EOF is the symphonia-play example, which is going as far as a string comparison on an error message....

My repro is unfortunately private code, so sorry...if it's not obvious what's going on I'll work up something else for you. But if you do something like this: ``` #[auto_enum(Iterator)]...

C-bug
A-auto_enum

**Describe the bug** A clear and concise description of what the bug is. I have a CLI program to upload keys to Minio that's testing a bunch of logic that's...

bug

I've confirmed amongst a bunch of people that this is 1.1.43, and it matches some of the changelog as well. These two lines of code should type check: ``` local...

Stylua 0.20.0. I wish I had a minimum repro but the very obvious repros aren't triggering it I'm afraid so the block of code is longer. Why it matters: we...

### Steps to reproduce: Go to a busy web page. What I mean by this is something like setInterval and frequent DOM updates. Hang out for a while. Press the...

blocked/needs-info
needs-triage