Gareth Coles
Gareth Coles
I did a bunch of research and have to conclude that Forge does not have a way to download runtime dependencies. Sadface. I note that @autaut03 (or any other contributor)...
Looking at #26, the way shading has been set up there is all wrong. The `shade` configuration isn't one Gradle understands by default, so what needs to be done here...
If you use the `api` scope in the current version of Gradle, you get an exception thrown when it comes to shading it - you're not allowed to directly resolve...
OK, having done some more tinkering with this, here's what I've noted so far: Part of the problem is likely to be the fact that Curse isn't a real Maven...
Would be nice to get some updates on this, almost exactly a year later
Alright, so it turns out that `stdint.h` is a C99 thing, and wasn't added before Visual C++ 2010. That's likely the issue with this, since MS's official tools for Python...
It might be better to include or download [something like this](http://www.azillionmonkeys.com/qed/pstdint.h) for portability.
According to Danny on the Discord API server, there's a bunch more C99 stuff used in erlpack. Maybe you guys could ship wheels? I know you're already building for Windows,...
I talked to Jake on the API server about this, and he stated that you guys aren't in a position to build wheels regularly - so, he half-jokingly asked me...
I have discovered that placing a line of text before the list works. Sort of. ```markdown Info admonition title! Some text. * This is a Markdown list placed within a...