Davide Corso

Results 13 comments of Davide Corso

Hi @Jazzykhan , I was able to avoid multiple fetching of the same data with `useSWRImmutable`: https://swr.vercel.app/docs/revalidation#disable-automatic-revalidations Best regards Davide

Hi, I have encountered this bug, too. Are there any updates on the fix? What is the expected execution time for this procedure? Best regards

Hi @Teddy-van-Jerry , I like your integration, however, I didn't understand what I need to add/modify in the docs to integrate the toggle to change the theme. Could you further...

Hi, I have the same problem but for much more libraries. The errors triggered on this command `python3 setup.py bdist_wheel` Ubuntu version: bionic Python version: 3.6.9 This is a small...

Thanks everyone for your answers. As @LTLA suggested, I tried the example code with `reticulate 1.25` but it shows the same error ``` Error in py_module_import(module, convert = convert) :...

Thanks @LTLA, I will try to update the package with these changes.

Hi @LTLA, I'm trying to update the package with the suggested fixes, but I get an error. Where am I doing wrong? This minimal example can reproduce it ```r library(spatialDE)...

Hi @LukaP-BB , Thanks for your answer. `config["mags_retrieval"]` is a string. Regarding this question > Also, do you need mags_list_file later in the pipeline ? In this context I don't...

Thanks for this draft ! I'll try that also to understand how do they work.

I only had to change some parts of the code, but it works now. I also understood how it works. Thank you very much. This is the final result (tested)...