Sean Mackesey

Results 172 comments of Sean Mackesey

@sainnhe Does your setup still work for you with the October release of PyLance? I used your approach and pylance was working, but my configuration was not being read. I...

Here is a nested `Hash` indentation that's clearly broken: ``` ruby { 'a' => { 'b' => { 'c' => 'd', 'e' => { 'f' => 'g' } } }...

@AndrewRadev Hmm yes this seems to have been fixed sometime in the last 2 months or so. Thought I had updated to the most recent, but needed to restart macvim...

Similar issue: That final `end` should be red, the color of the rest of the `case` keywords. The syntax stack on the `end` is: `['rubyCaseExpression', 'rubyArrayLiteral']`. So vim somehow thinks...

I'm considering submitting a PR with updated TypeScript definitions (in particular the Query API), and since this issue is already open I figure why not use it. I have a...

I have `docker compose -f my-compose.yml config` working well, but `docker compose -f my-compose.yml up` gives mysterious error: ``` $ docker context create ecs --local-simulation abcdefgh $ docker --context abcdefgh...

@erinkcochran87 with yuhan out, could you have a look? I addressed her request.

* **#19702** : 2 dependent PRs ([#18217](https://github.com/dagster-io/dagster/pull/18217) , [#19741](https://github.com/dagster-io/dagster/pull/19741) ) 👈 * **#19685** * **#19684** * **#19774** * `master` This stack of pull requests is managed by Graphite. Learn more...

Is there any plan to implement this? This issue is old but looks like there has been some recent activity on the repo. I agree with everything @hagabaka said above.