Miniontoby

Results 156 comments of Miniontoby

I see in that changelog that: > BdApi.Net.fetch now actually uses all the options passed to it, previously it failed to pass the options to the other process. But the...

I was talking about the example code I shown, for that (`node-fetch`) package you will need to use an agent. Or at least that is [how people tell you to...

At the moment the normal `fetch` and the `require("request")` (from BD, which is deprecated) are both having the setting in the main object. So just keep it in the main...

> perfect for... Oops... idk how that came there...

I have made the ssh key on my vps, but I don't understand why github would need/want to use that... I did set it up on my repo and then...

I don't have access to docker! But still: I have set up one on my vps (and on laptop) and followed the rest, but idk why this would work

There is no docker on my windows laptop and i don't have unlimited space (left)

I generated an SSH key and then I used a website to base64 it, cause the base64 command doesn't exist on my box. I have copied the pub key into...

Do I really need to encode the private key? Or does it not have to, cause the id_rsa file is just already encoded (cause thats default). Also at that website,...

> > Do I really need to encode the private key > > yes, it needs to be base64 encoded to avoid any formatting issue. > > Try another website,...