Nok Lam Chan

Results 536 comments of Nok Lam Chan
trafficstars

Nice! Would `rich` override this? It would be a great solution if works.

I cannot join today Tech Design and I will watch the recording. I leave some comment on the issue to clarify: > The only way we can currently run Kedro...

IMO the rich issue is not a big problem, isn't the original focus making install `cookiecutter` optional (or how to install part of Kedro in general?). I don't see how...

> I'd accept a PR for an `uninstall` function. > _Originally posted by @willmcgugan in https://github.com/Textualize/rich/issues/2461#issuecomment-1211740277_ Pinging for review/comments, do you think this is still valuable?

Related https://github.com/Textualize/rich/issues/2461 Hey @davep , any chance that I can get some feedback on the PR?

> Run source $VENV > black --check . > would reformat rich/tree.py > > Oh no! 💥 💔 💥 > 1 file would be reformatted, 189 files would be left...

![2024-05-07_12-53-11 (1)](https://github.com/openlawlibrary/pygls/assets/18221871/1621b260-e9a3-4c8d-8656-cbdc13d9f498) `return Location(uri=uri, range=Range(start=curr_pos, end=curr_pos))`, I think my previous implementation has a bug as you have noticed. Once I return the current cursor it seems to behave as I...

I forgot to respond to this. For VSCode speficially, you need two things: 1. Return location to the same position as the current cursor, this is how I done it....

> There must be a way to be yaml compliant when writing catalog yaml no? I am happy if this exists, as of the moment the issue hasn't been addressed,...

> ============================================================Done============================================================ {'SequentialRunner': 7.8415021896362305, 'ThreadRunner': 7.56311297416687, 'ParallelRunner': 3.4262261390686035} At the moment I only running test for a compute-bound workload, the result is expected only `ParallelRunner` should speed things up. I...