Giulio Zani
Giulio Zani
**Describe the bug** I'm trying to transform a column of a DataFrame: ```javascript import dfd from "danfojs-node"; const df = new dfd.DataFrame({ a: [1, 2, 3], b: ["a", "b", "c"],...
### Check for existing issues - [X] Completed ### Describe the feature In (neo)vim I'm able to search for file names and contents using telescope. This has the following advantages:...
Hi, I'm having this issue in my JAX project. I'm using pyright as a static type checker and jaxtyping + typeguard for the runtime. The problem is that it seems...
Line 458 in the file: https://github.com/MrGiovanni/UNetPlusPlus/blob/master/pytorch/nnunet/network_architecture/generic_UNetPlusPlus.py references `self.upsample_mode`, but this is not defined. To fix it it was necessary to replace upsample_mode = ... to self.upsample_mode in __init__.py of class...
Hi, I downloaded the dataset and tried to run the script `generate_forecasting_scenario_visualizations.py` This is how I'm running the script from the terminal: ```bash python generate_forecasting_scenario_visualizations.py --argoverse-scenario-dir=./train --viz-output-dir=./video ``` This is...
**Describe the bug** I followed the documentation on how to embed a copilot on my website. The copilot doesn't show up and the browser console shows a JS error. ```...
After failing to install Dex on my computer I tried using nix using the official nix docker image. So I ran: ``` docker run -it nixos/nix ``` and then inside...
Adding `weave.op` causes my code to break. I prepared a notebook to reproduce the issue: https://colab.research.google.com/drive/1XRU11SIytHXqiO4mV3CYy5JePw1B2YJC?usp=sharing ``` TypeError Traceback (most recent call last) [](https://localhost:8080/#) in () 1 while True: 2...
I tried installing Semshi using Lazy and the default settings but i get the following error after running `UpdateRemotePlugin`: ``` unction remote#host#UpdateRemotePlugins[6]..29_RegistrationCommands[15]..remote#host#Require, line 10 Vim(let):E117: Unknown function: provider#python3#Require remote/host: generated...
**Describe the Bug** Running locally FireCrawl gives me 408 error. **To Reproduce** I followed these instructions: https://github.com/mendableai/firecrawl/blob/main/CONTRIBUTING.md and started firecrawl locally, with the following `.env.local`. ``` NUM_WORKERS_PER_QUEUE=8 PORT= HOST= SUPABASE_ANON_TOKEN=...