SebastiaanYN

Results 13 comments of SebastiaanYN

I'm currently dealing with the same problem. My backend adds a Set-Cookie header to the response with a new access_token whenever it has expired. This causes issues with SSR because...

> It's not cookies .... You're right, ignore that. I think I managed to get a working plugin that updates cookies for Axios, and merges them on the response object....

It copies the cookies over, by name, without modifying the values. So I would expect it to work, but you'd have to test it to be 100% certain.

@pi0 I'll give it a go. The reason I don't directly concat the old cookies with the new is to prevent unnecessary headers. If you make multiple requests that all...

That's strange. I don't know what could cause that. As far as I know `res.getHeader` it just the [`Response#getHeader`](https://nodejs.org/api/http.html#http_response_getheader_name) function from Node itself. It should only return `undefined` if there's...

> Well speaking of commands i can say > > * [x] Moderation > * [x] Music [this is what most of them ask for] > * [x] General commands...

I think it might be a good idea to use Docker. That would solve most issues related to bindings, since everything would just be ran in a linux environment.

> > I think it might be a good idea to use Docker. That would solve most issues related to bindings, since everything would just be ran in a linux...

> > Canvas might be a issue if JavaScript comes .... you may try jimp in that case... > > I agree that Jimp should be used instead of Canvas,...

> I think the bot should be using the master branch going forward. I disagree, I think we should be using stable throughout the lifecycle. When d.js receives an update...