Kevin Duconge

Results 7 comments of Kevin Duconge
trafficstars

I don't see any solution for this issue yet, so I'm adding my use case: I'm doing some web scrapping and I was testing a few things on a page...

Same here

> Yeah happened to me 2021.1.13f1 > Shame this project is dead, does anyone know of a working alternative? I ended up not logging in and setting up the remote...

Looks like `Kernel` got recently renamed to `KernelExplainer`, https://github.com/shap/shap/commit/ca08229b8bb93ae05311532b7cc84f21ea8a8043#diff-7ac25c0cf4216cbad9d7079e83c9c36fea1de8413f8fc7460d1b32af21d1fbc2R38 I've renamed it in `timeshap` in these 2 places and it seems to work: - https://github.com/feedzai/timeshap/blob/main/src/timeshap/explainer/kernel/timeshap_kernel.py#L53 - https://github.com/feedzai/timeshap/blob/main/src/timeshap/explainer/kernel/timeshap_kernel.py#L60

Example of what the type error could look like in VSCode: ![Example](https://github.com/natemoo-re/clack/assets/64347790/1f4cf156-44f4-4664-8209-c7e162ac576e)

@cpreston321 Thanks for the suggestions! The fix for `MultiSelectOptions` is pretty much the same as for select (https://github.com/natemoo-re/clack/pull/145/commits/20cde30e5e48fbe2b15a8d5dba2ae8f9845a4489). I also had a look at `GroupMultiSelectPrompt`: - it looks like it...

Adding yet another variation of the provided answers because this one was the cleanest option for me (especially not forcing any type of overflow/scroll on the body, just removing it):...