Nok Lam Chan

Results 587 comments of Nok Lam Chan

I find a couple of things to improve when I try to help an user to debug on 0.18.x - When running %load_node on IPython, if the code block is...

Better handle of `*args` and `**kwargs`, currently the `%load_node` have a simple logic to map node's input to function parameters. The idea is to use `inspect.Signature.bind` and `inspect.Parameters` to identify...

Consider adding `before_node_run` and `after_node_run`. If user mutates the inputs with hooks, the current logic fails to do so. For example, some users have a custom ConfigLoader that only instantiate...

Apple rolls their own DSL for configuration https://github.com/apple/pkl

https://stackoverflow.com/questions/62606023/filenotfounderror-on-long-pathname-in-python-in-windows Closing this as this is a Window issue and Kedro cannot detect anything from the FileNotFound error.

Maybe worth explore the kedro-lsp in 0.19 On Sat, 9 Sept 2023, 13:59 Juan Luis Cano Rodríguez, < ***@***.***> wrote: > I had another user complain about hard navigation/autocomplete/typo >...

There are many technical complexity for this, i.e. dynamic generated config/catalog - dataset patterns - variable interpolation - resolver Nonetheless, I believe it's a huge improvement and we don't necessary...

IDE Plugins are very broad, I have seen a few things mentions here and recalled some discussion in the past: - parameters editor(?) - example: [DVC plugin](https://github.com/kedro-org/kedro/issues/2821#issuecomment-1845179591) - Autocompletion, type...

#3691 - let's move the LSP specific discussion here

https://blog.jetbrains.com/platform/2023/07/lsp-for-plugin-developers/ I did some research today and found that in theory Pycharm support LSPs, but it's only limited to paid users which is disappointing.