Justin Dalrymple

Results 260 comments of Justin Dalrymple

> FYI - ` import FormData = require('form-data');` works for me (I do not have `esModuleInterop` enabled, I do not know if it works with it `enabled). It works when...

What is the reason for the separate export anyways?

I spent some time to try and implement it, but it was turning out to be more difficult then i thought lol

Update with where I'm at! Testing out the file streaming functions, but am running into issues with the native fetch function. For what ever reason when i try to stream...

@salim-runsafe Hey! Yea actually. Though it may seem kinda trivial haha, i havent been able to get it to work and its blocking me atm. Basically, im trying to figure...

Yup, NodeJS 18+ since its the latest LTS and it supports the fetch API. The major benefit for the fetch API is that the library no longer needs to depend...

I've tinkered with the Accept header, but didnt have much time to keep testing through it. I didnt think of the "Accept-Encoding" header though, ill give it a look! Update:...

> @jdalrymple Hey, do you have an approximate schedule for this release? We also need some features from this release for our project. As soon as i get these passing:...

Update: Down to one test failure in the pipeline. Basically when the cli code is compiled, the json import assertion line is stripped causing it to crash. ```js // From...

Debug Update: Looks related to the imports @ symbol. If i remove it, it works fine. Got to put together a sample project