Chris Trevino

Results 53 issues of Chris Trevino

Hey there 👋, The documentation note regarding Apollo is helpful, but it could be slightly improved to use the built-in Apollo health-check URL. Thanks! Chris

It looks like the way to use custom fonts is to add a link in the index.html. It would be nice if there were a mechanism to link and load...

discussion

## Overview Use Yarn 2 (in node-modules, nohoisted mode), fix a couple of phantom dependency issues ## Test Notes

The DynamoDB tooling you guys have written is very useful, but it's spread out over half a dozen packages, and in my experience projects like that can be hard to...

enhancement

Add a `lint` npm script; there's a .jshint file here, but it's not being used. It may be worth looking into a strict eslint rule-set that makes sense for LTS...

https://github.com/py-why/dowhy/security/dependabot/1

Consider ref props on marks for getting access to low-level renderables: ``` const ref = useRef(null) ``` On bound marks, I'm not sure what this would look like - maybe...

enhancement

**Describe the bug** If a rule mark is made from y={0} to y={100} (and x is some value), it will not render, but if y={0.01}, it will render. And vice...

bug