Cameron Yick

Results 211 comments of Cameron Yick

Update: a caveat is that this appears works fine with `jsx` fixtures, but I'm getting about 20 different `Import Declaration Conflicts` warnings that are all shaped slightly like this for...

Was following along with a tutorial that involved migrating from Gulp 3 to Gulp 4, and Nodemon was the only dependency that appears to have broken. Using version 2.10.1. It...

One option for the virtualization piece of the puzzle (`#2`) might be to use a variable-sized virtualized list, like the one in `react-window`. https://react-window.now.sh/#/examples/list/variable-size

Another option might be to upgrade node-sass in this repo, since `4.12.0` installed cleanly without error on my device over in `blockbuilder-search`. I tried it in this repo too and...

Ah, I see, that would definitely be more interesting. Do you have an idea of how the final outputted file should look? I didn't know there were more APIs that...

I'd recommend https://public.enigma.com as an option too - we're working on a dedicate python SDK, but in the meantime, there's a working connector for loading data via dataframe in the...

Great to see this, thanks @mourner !

Update: I've found that `jsx` files work sometimes, but not always. TSX files are not working at all. I see that the underlying `esprima` parser already has the `jsx` flag...

Workaround obtained via my coworker: `swagger-cli` stitched together my files, e.g. ```bash swagger-cli bundle my_open_api_spec.yaml -t yaml > resolved_api_spec.yaml ``` https://www.npmjs.com/package/swagger-cli

Noticed today that the latest https://www.npmjs.com/package/swagger-parser might work better than `swagger-cli`, since it's compatible with external files, but unlike swagger-cli, supports working with circular references (which was necessary for working...