Nok Lam Chan
Nok Lam Chan
## Description A long [Slack thread](https://linen-slack.kedro.org/t/13222958/hi-everyone-is-there-a-way-to-have-truly-global-params-i-e-p#ddd3f531-abde-4131-881c-d28f616a1758) and I found there are couples of things not explained clearly for modular pipeline. ## Context 1.  - it appears that parameters is...
### Description: https://github.com/cookiecutter/cookiecutter/pull/1901, as far as I can see, `rich` is being added as a core dependencies but I cannot find any discussion before that. This make `cookiecutter` even bigger...
# Context Related: - [x] https://github.com/kedro-org/kedro-viz/issues/1891 - [ ] https://github.com/kedro-org/kedro-viz/pull/1915 As Kedro-viz is introducing a default "SESSION_STORE_ARGS", we should moving away from setting `SESSION_STORE_ARGS` in kedro-starters and leave that for...
## Description Is your feature request related to a problem? A clear and concise description of what the problem is: "I'm always frustrated when ..." I have a request from...
I found this section in the docs: https://pygls.readthedocs.io/en/v0.10.2/pages/advanced_usage.html#commands The entrypoint is registered in the playground: https://github.com/openlawlibrary/pygls/blob/a40a3c3ad18943503e29cbd61586545974d4dbc8/.vscode/extensions/pygls-playground/package.json#L29-L32 While this works fine, it involves two steps to execute a command: 1. Execute...
https://pygls.readthedocs.io/en/latest/howto/use-the-pygls-playground.html There are new instructions for differetion VSCode versions now: 1. VSCode v1.89+ 2. VSCode v1.88 and older For 1, It doesn't seem to work for me when I add...
How to make `cmd` + `click` switch between `Go to definition` and `Go to reference`? (VSCode only)
Context: https://github.com/microsoft/vscode/issues/73081#issuecomment-557491699 In the Python extension, Cmd + Click trigger `Go to Definition` or `Go to reference` depending if the click is on a declaration or reference. I have this...
# Context  I found out telemetry is loading all CLI commands which undermine the effort done in https://github.com/kedro-org/kedro/pull/3883. # Impact CLI is slow because telemetry always load all the...
## Description > kedro_datasets/pandas/json_dataset.py:210: error: "AbstractDataset[Any, Any]" has no attribute "_load"; maybe "load"? [attr-defined] https://github.com/kedro-org/kedro-plugins/actions/runs/10181415594/job/28161510649?pr=786 The root cause is now dataset cannot find the `_load` method as it's looking for...
## Description Fix # https://github.com/kedro-org/kedro-plugins/issues/740 gcsfs causing a narrow range of fsspec, as a result huggingface-hub is limited to a very old version. > pip install .[huggingface] -> huggingface-hub 0.24.3...