Adwait Godbole
Adwait Godbole
> Are you saying you get the error you mentioned with _any_ Zipfile on windows? I am not sure about any Zipfile on Windows but definitely when we do this...
Okay @Julian I explicitly downloaded the zip in the root directory that Bowtie tries to download before running the command (so the zip was already present) and still got this...
Okay @Julian got it. Will revert back in a few minutes.
Well I simply tried doing ```python import zipfile zipfile_path = './JSON-Schema-Test-Suite-main.zip' with zipfile.ZipFile(zipfile_path, 'r') as zip_ref: (contents,) = zipfile.Path(zip_ref).iterdir() print(contents) ``` in a plain Python program it didn't seem to...
@Julian, closing this issue as I am not facing this error anymore on my Windows machine though I would like to know what really fixed it but thanks anyways!.
Alright! Will have a look!
> might be useful for things like your discovery about older ruby versions being needed for older json-schemer versions. @Julian sorry to ask this but how exactly does it prove...
hey @Julian to solve this issue we will have to use GitHub API to fetch the latest stats of that implementation repo. To get access to GitHub API requires a...
hey @Julian here a possible scenario could be that we can extend `bowtie info` command to fetch the latest repo stats maybe?
Hi @jjbustamante , @natalieparellano, before you go ahead with reviewing this PR, I had a query to clear off my head. Since we are doing a multi-platform image build using...