Ruben Deyhle
Ruben Deyhle
I found a bug when using the option to set an Array of allowed characters by giving an Array to the `custom` option: it replaces numbers in the string with...
The API documentation at https://otplib.yeojz.dev/api is not available (404). Anywhere else to look for it?
I got the following code: ```js const amqp = require('amqp-connection-manager'); const connectionURLs = [ `amqp://${connection1User}:${connection1Password}@${host1}`, `amqp://${connection2User}:${connection2Password}@${host2}`, ]; const connectionManager = amqp.connect(connectionURLs, { json: true }); connectionManager.on('disconnect', (error) => { console.warn(`amqp...
I have a regex route containing the capture group `(.+)` (matching everything). This works as expected most of the time and I can access the matched group in the third...
PrettyJSON is the only process still requiring Intel on my M1 Mac. It would be great if you could make a new build which runs it natively and push it...