Charlie Burrows
Charlie Burrows
```clojure (reduce #(g/add-point % %2 %2) (st/octree 0 0 0 100 100 100) [[0 0 0] [-1.9446942785288333 -4.311887733904416 -0.5723572012550799] [-0.2643569452823872 0.8996130544133574 4.885296326158475] ; [-0.4272646031 3795933 -0.8410052835626067 -4.894709960433672]] ])) ``` ```...
That was my hunch as well but I wasn't able to get behaviour that was consistent with that hypothesis. It wasn't clear from the comments whether the second argument was...
No need to apologise, thank you for all your work on this!
The python3 documentation here agrees with the error message https://docs.python.org/3/library/urllib.request.html#urllib.request.Request For an HTTP POST request method, data should be a buffer in the standard application/x-www-form-urlencoded format. The urllib.parse.urlencode() function takes...
I would be very happy to try and actually make this change if someone can point me in the right direction.
@barryshaffer Can you link me the write up you're talking about. I'm probably being dense but I can't find it. My naive guess is that we'd want to inherit from...
I compiled and ran it with android studio out of the box. Nothing external needed for adding scala.
@ge0rg are we to take it that you're going to take this ticket on yourself before us amateurs start deluging you with poorly thought out, half working, unformatted pull requests?
@ge0rg Was never going to ask for a timeline, that's just rude. OK, so I'll take a stab at it. With you backing me up I feel a lot more...
Thanks, those links may turn out to be useful. I'm still at the "this looks like something I might need, I'll copy it, change the name and see if it...