Malte0621

Results 8 comments of Malte0621

> Temporary fix is to change docker-compose.yml to use an older version of minio/mc from 5 months ago when it had curl still > > ```diff > + createbuckets: >...

I made a fork that lets you build it on windows using msvc. I made it quickly, so it might be a little messy. I'm just now testing to see...

How about https://chat.openai.com/ 🤔 (I managed to make a python cli for it lol.. But I don't use it anymore .-.) (Edit: Someone told me that cloudflare might have blocked...

I am getting the same issue, although I did some research and from what it seems, their conan server has been shut-down as annouced on jfrog here: https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/ . This...

A workaround I found for this is to install from source and change `"@webassemblyjs/wasm-parser": "^1.8.5",` to `"@webassemblyjs/wasm-parser": "1.11.1",` or another version.

I ran it with full verbose and this is all that shows up. ![image](https://github.com/steveukx/git-js/assets/50240920/54a8f1cc-d9ca-4bd6-a14f-24cb3268eb72)

Seems like its trying to read from some kind of file? Also, /dev/tty isn't valid .-. (Probably because I'm testing it on windows atm..)