Craig Goldstone

Results 11 comments of Craig Goldstone

I've also encountered this problem where buffers are created too small by about 15%. I guess we will just use JSTS directly until there's a solution with Turf. I think...

Does this help: https://jsfiddle.net/craigsnyders/uvgzr8ze/1/

I also couldn't bundle `pg` in my Typescript + Webpack2 + Lambda project until I installed `pg-native` and set the webpack config `output: 'node'`. Small example project: https://github.com/craigsnyders/serverless-typescript-starter I'm also...

This is apparently going to be available in 17.1 now that https://github.com/angular/angular/pull/53872 is merged. I have tried using the release candidate version 17.1.0-rc.0 with code `disabled = input(false, { transform:...

My favourite kind of bug: user error! Thank you, all working excellently using `disabled = input(false, { transform: booleanAttribute })`

Agree, this is totally awesome! Geotheory, check out ConceptBoard: https://www.youtube.com/watch?v=TR-ebUwiVwE ...

Our team would love to know this too. Sadly we are avoiding adoption of this awesome library because it appears to have lost momentum, with very few changes in 3...

This would be super useful for me, so I can stay using the CLI. I was trying to generate a UUID for each `feature` in an array called `features` on...

+1 for continued development because we unfortunately still need to support IE8