Travis D. Warlick, Jr.

Results 16 comments of Travis D. Warlick, Jr.

I suspect this may be related to #231. In particular, note the [changes to libs/bricks/brick_handler.js](https://gist.github.com/tekwiz/0fa385e335d00a7dbd630e9455d3d22d#file-enduro-master-enduro-1-4-45-diff-L3)

I'm working on building a "rerouter". The is my first run at a cold-coded attempt (read: "does not work yet"), but it should be complete in the next month ofr...

This is a diff of the current master head (a0e2241) versus the 1.4.45 release package: https://gist.github.com/tekwiz/0fa385e335d00a7dbd630e9455d3d22d. `lib/bricks/brick_handler.js` has functional differences.

I disagree that the `compress` option should be removed, but I do think it should be deprecated and renamed `decompress` since it controls decompressing the response rather than compressing the...

@LukasDoesDev I'm not able to replicate this with node-fetch 2.6.1 and node 15.2.1 on a mac. Could your issue with the command line or PowerShell? If you drop that line...

@LukasDoesDev Can you post your package.json and test.js files? Based on a separate conversation, I'm thinking this is related to something within the discord library.

@mathiasschuetz Can you please post 1) your full script, 2) the result of `console.dir(global.db)`, and 3) the version of node-fetch you are using?

> 2) no sorry it has only user information @mathiasschuetz That's reasonable, but I at least need to see the output of `console.dir(global.db.url)`

@zwhitchcox Thank you for writing this library. It looks like a very promising solution to a frustrating problem. However, I don't feel that it is wise to include this in...

@lugin-design What happens if you try the request with just the https module? Try this and let me know what happens: ```js const HttpsProxyAgent = require('https-proxy-agent') const https = require('https');...