John Firebaugh

Results 217 comments of John Firebaugh

We don't currently have any GeoJSON validation. It's something we could add, albeit at a performance cost.

We experienced similar errors at Figma with rules_go until we set up a mirror to use as GOPROXY. https://github.com/golang/go/issues/63244

No errors with 5.9 or 6.0 when adding `"module": "nodenext"` to the above repro.

I have a workaround, so (1) is fine with me. Although I would also propose that if it's intended that this configuration does not work in the way that I...

A coworker was encountering this issue with full Xcode installed, not CLT. `xcode-select -p` prints `/Applications/Xcode.app/Contents/Developer`. I had them do a "partial expunge" -- `rm -rf $(bazel info output_base)/external/{bazel_tools,apple_support}* &&...

Another example: ``` import { WritableAtom } from 'jotai' export function focusAtom() { return null as unknown as WritableAtom } ``` tsc emit: ``` import { WritableAtom } from 'jotai';...

So far, yeah, that seems to be the trigger.