Kevin Ji

Results 21 comments of Kevin Ji

The simplest version of this that would be useful for me would contain: * A way to select a subset of columns as a key. If there are multiple rows...

The line below `export PATH=$(yarn bin):$PATH` also needs to be updated; `yarn bin` on Yarn 2+ no longer returns a `node_modules/.bin` directory (which doesn't exist with PnP) but instead just...

Since `typescript-tsx-mode` is a derived mode of `web-mode`, is there something missing from `web-mode` that's preventing it from passing the correct indentation variables to `lsp-mode`? Does something need to be...

I'm okay with any appropriate license as long as everyone agrees. @atlight Correct me if I'm wrong, but I don't believe that we're using an MIT license at the moment.

I ran into the same problem on mainnet: the amount is correct but the units are wrong, so a 10 USDC transfer shows up as 10 ETH. The same transaction...

@pedrouid do you mind taking a look at this?

Just updated this PR to fix the merge conflict. @bkrem maybe you could review this?

There's some existing discussion about promises here: #609. TL;DR: JavaScript Promises are not type-safe and therefore binding directly to the Promise API would be unsound.

Just for comparison: BuckleScript also [compiles to ES5](https://bucklescript.github.io/docs/en/browser-support-polyfills), but supports [ES6 modules](https://bucklescript.github.io/docs/en/import-export).

@astoycos I saw a comment in #561 suggesting veth pairs instead of dummies so that's why I went with this approach. I'll look into why the macOS VM tests are...