Albert Engelbrecht

Results 12 comments of Albert Engelbrecht

Maybe if you're worried about the README being too long, maybe set up the Wiki to cover some of the use-cases? I guess then you have the issue of the...

![image](https://user-images.githubusercontent.com/1487206/136656368-98f0b2de-216c-400c-b1ae-1951a319c311.png) vs. ![image](https://user-images.githubusercontent.com/1487206/136656392-fcbed90d-bc08-49de-bf96-f5ece6c1d2fe.png) Makes me think that I need to update this footprint to remove the center hole. Generating gerbers and viewing seem to support that it adds a big...

Added the `centerHole` parameter (defaulting to false) to the puck footprint. Fixes the above issue.

Yeah, I was thinking of using `defineProperty` to ensure it was non-enumerable and throwing or returning an Error if `dottie.extend()` is called in an unsupported environment. We could also get...

Sure, we can have the defaults be $ by default. I'm not against adding the `dottie.wrap()` syntax either. We could use that as a single-object extension, or alternatively a helper...

I'm using it to dynamically populate template PDF's, right now that functionality works. I set the field in the PDF to being rep.name and pass in {'rep.name': 'value'} to .generate()...

Side note: I finally got around to messing with this feature. I think I have a working method going, I just want to do some more extensive testing to ensure...

Hmm, ok. I think I'm going to move this object flattening method into its own repo with a few tests. I think we have a couple options in front of...

Great that works for me. I do have one question for you, I ask this because I'm not sure if this is a bug or not. Say we have an...

I've updated my fork to flatten objects using the flattening technique I wrote. I also removed the MD5 dependency and array code. Thanks for all your help!