Richard Xia

Results 16 comments of Richard Xia

> `let g:vim_json_syntax_conceal = 0` does not work for the `vim-json` bundled with Ubuntu's vim package. It's an older version and does not have this option yet. Thank you for...

I just ran into this issue when trying to validate one of my own templates which contained an IAM policy. I haven't looked at your codebase very deeply, but my...

We also experienced a similar issue yesterday in one of our private repositories: ``` /usr/bin/git -c protocol.version=2 fetch --prune --progress --no-recurse-submodules origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* +COMMIT_HASH:refs/remotes/pull/PULL_REQUEST_NUMBER/merge remote: Repository not found. Error:...

@guacs, thanks for taking the time to review my PR and leaving comments. What you said sounds good to me, in terms of deprecating the `method` argument to `generator_constrained_number()`. I...

I pushed a completely rewritten solution to this branch, but it looks like I'm currently failing the Python 3.8 tests because I accidentally used a function that was only implemented...

I just wanted to add that we are hitting this issue as well, but we _are_ using editable installs, so it looks like this issue affects both the case with...

Just to provide another data point, I was intrigued by this comment: > The `importlib` mode was intended to solve avoid changing `sys.path`/"ImportMismatch" errors, but particularly if I knew all...

I'd be interested in helping out with this. A question I have is whether you intend to continue supporting Python 2, as currently described in the package metadata. Being able...

> I don't intend to support Python 2 any more; I need to update the package metadata. That's good to hear. > If someone wanted to work on this and...

> Is there some way you can tell mypy to ignore or override particular stubs for a package in the typeshed? Sorry for missing this question in the past, but...