John Parton
John Parton
@kleisauke Would you mind taking another look? I think this is pretty close.
Thanks for being so helpful and patient. This is my first time using meson/ninja and the first time I've touched C/C++ seriously in a while. I merged in the fixes...
I believe there is an implementation for press-fit magnets in the base here: https://www.printables.com/model/413761-gridfinity-refined 
It turned out to be pretty straightforward to get a basic implementation. I did essentially copy/paste the existing `JSONObject` function to create the new `JSONArray` function. It might be possible...
Added very basic docs, again basically copy/pasted from JSONObject with necessary tweaks to make it make sense. Force pushed update Few tiny notes: * I'm not super sure this will...
Force-pushed to fix postgres tests failing. Think I got it.
Postgres tests still failing. Will try to do more local tests before pushing again.
So I figured out the failing test, and it has to do with how the different database engines handle `NULL` (the SQL type) in the function call. The default behavior...
I don't understand why the tests failed. I checked out the `main` branch and tried running the test suite with these settings ```python from test_sqlite import * # NOQA DATABASES...
Looks like there's an issue I reported here: https://code.djangoproject.com/ticket/35734#comment:4 I am going to hold off on working on this feature until that's resolved.