Nok Lam Chan

Results 575 comments of Nok Lam Chan
trafficstars

https://github.com/microsoft/vscode-extension-samples/tree/main/completions-sample came across this and I find this is quite helpful.

leave a comment here, this is a specific case for `multiprocessing`, thus ParallelRunner is affected. The problem is fundamentally the hook is not a Process/ThreadSafe implementation so it is broken...

I don't think it's a `pluggy` specific problem, it's more you simply cannot implementing a random class and expect it works in `multiprocessing` directly. See `ParallelRunner` and [`SharedMemoryDataset` ](https://github.com/kedro-org/kedro/blob/0fc8089b637a0679f71e2bddc91f0676fc2914a2/kedro/io/shared_memory_dataset.py#L10). So...

There is no specific starter, it should work with any of it. I believe the CI also run this as an end to end test. This maybe a scikit learn...

Add some evidence that there are needs for improving tests: - https://github.com/kedro-org/kedro/issues/4161 - https://github.com/kedro-org/kedro/issues/3954