Justin Dalrymple

Results 260 comments of Justin Dalrymple

Hmm, the use case sounds more like some good middleware. Perhaps its time to actually implement that haha

Though, it wouldnt be a bad feature to just add either...

Ill reorganize things to move more of the logic to the utils package which should make it more reusable. If you could whip up a small sample of how that...

hmm, how do you know when to refresh? I could expose a handler of some sort, that would be executed when an expiry happens, but hmm you said there is...

Unfortunately I don't, though it may be worth adding them to the project for completeness.

:rocket: Issue was released in [`39.31.1`](https://github.com/jdalrymple/gitbeaker/releases/tag/39.31.1) :rocket:

Hmm, browser extensions should be included as a browser environment. That line should never be encountered when running the library. Is it being hit in your use case? and if...

Hmm you may be right, let me dive into the latest support for rejectUnauthorized and follow up

Looks like this support was implemented incorrectly by me! Ill make a pr that should sort this -> https://github.com/nodejs/undici/issues/1489#issuecomment-1543856261

The latest PR does fix the actual functionality, but doesnt fix your issue I dont think. Since the problem lies with the dynamic import and not the actual library. Feel...