Jeroen Clemens Vermunt

Results 9 issues of Jeroen Clemens Vermunt

**Describe the bug** I am using pycaret to get an overview of the accuracy scores that I can achieve with my current dataset. For this task to goal is to...

bug

Hi there, I want to created reply draft, this way I can manually check if my system created the correct replies before sending. I thought this would be possible as...

When running the code after forking, I immediately got the following error: ````AttributeError: 'FundaSpider' object has no attribute '_rules'```` I solved it by adding the following line to __init__(): ````super(FundaSoldSpider,...

Are we interested in a method which pulls responses in the format below. ```` { 'question name':'answer' } ```` This seems a lot easier for developing with the typeform responses...

The issue is strange, it should be simple but for some reason it is not working. I want to use the following method to open a file instance: ```` my_drive...

I want to modify a copied DriveItem like so: ```` copy = calculators.copy(folder) for status, perc_complete in copy.check_status(): print(status, perc_complete) item = copy.get_item() ```` However, the check_status() method seems to...

I am using this plugin and notices it remembers projects specific harpoon setups, which is amazing! I noticed this functionality stopped when switching to Harpoon2. For this reason I am...

enhancement

**Bug description** When I open a my project located in ~/.config/nvim, I get an error. After the error, the open buffer of the project loads correctly, but it is located...

bug

I basically get this error when I try to apply permissions: Error: error: Insufficient permissions for device: user in plugdev group: are your udev rules wrong? See [https://developer.android.com/tools/device.html] for more...