Matthew Schubert

Results 8 comments of Matthew Schubert

Here's an example of the random Poisson disc sampling (via Bridson algorithm): ![image](https://user-images.githubusercontent.com/14815122/118173834-5c010c80-b42e-11eb-85d8-0cc07e527555.png) And a standard grid fill: ![image](https://user-images.githubusercontent.com/14815122/118174620-58ba5080-b42f-11eb-9e93-4a81983834b8.png)

I think this is now ready to review. Behaviour has changed a little from the previous implementation: - "Via grid" sets the exact distance between centres for the star/grid stitches,...

@jsreynaud, any thoughts on this PR? If it is too much of a drastic change, I'm happy to fork it off into another repo as a standalone plugin.

Thanks for the feedback! > => Your plug-in put via only if there are a top+bottom configuration. Could you fix it ? Yep, it should be possible to adjust the...

@jsreynaud, I think I've updated it to behave like you've suggested. Are you able to test it and let me know? With the new code, vias will be placed in...

I figured I'd just chime in here. I'm using bitstring for parsing of some registers on a system-on-module. I (incorrectly) assumed that index 0 would correspond to the LSB, as...

> please see: https://developer.mozilla.org/en-US/docs/Web/API/URL/createObjectURL > > the object lifetime is bound to the document. So if you don't need it anymore you need to revoke it. Otherwise it can create...

@kigun-org, I'm glad the code snippet helped, and thanks for opening the PR. @Jermolene, I have similar concerns to @kigun-org. I was using the NodeJS backend, and having to host...