a3957273
a3957273
Is it possible to use an `httpsAgent` as a custom transport to `Minio`? It seems as if Minio takes a transport as a string, but it isn't documented anywhere. What...
One of our UI tests is flaky, which is making merging new features harder. Example: https://github.com/gchq/CyberChef/actions/runs/7770605606/job/21190991013?pr=1555 ``` >> ✖ NightwatchAssertError >> Timed out while waiting for element to not be...
### Before submitting your bug report - [X] I believe this is a bug. I'll try to join the [Continue Discord](https://discord.gg/NWtdYexhMs) for questions - [X] I'm not able to find...
**Describe the bug** Attempting to use the `npm` version of monaco, as we're unable to have any external dependencies (e.g. jsdelivr). Using the loader errors out with an 'importing global...
Consider the following basic example of logging: ```javascript const bunyan = require("bunyan"); const log = bunyan.createLogger({ name: "test", src: true, }); log.info("test"); ``` When run in Node 18, this produces...
Seems to cause some latency issues with deployments
```javascript hooks.pre('cook', function () { new Promise(resolve => { this = undefined // obviously doesn't work resolve() })}) function() { return new Promise(resolve => { resolve() }); }); var obj...