John Parton

Results 163 comments of 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 ![grid_master_mk2_copy_2023-mar-03_01-43-13pm-000_customizedview32679957820](https://github.com/kennetek/gridfinity-rebuilt-openscad/assets/2071543/9d692b18-c6f6-4ae9-9e1a-8cb4a8e79f42)

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.