Daniel Anechitoaie
Daniel Anechitoaie
I guess async is a reserved keyword (I mean it is, I'm just referring to the fact that now you can't use it as a `self.variable` anymore). If I open...
I'm interested in this too.
Having same issue, and what I've noticed is that it seems to be caused when you make changes to file object that is cloned `originalFile.clone({ contents: false });` In my...
Having the same issue and not sure how to solve it at the moment.
I guess I'll have to dig in the requests source and see what can be done. Thanks.
Yes, if I make any progress I'll let you know.
For now what I did was to copy over SizeLimit middleware into my src folder and then modify it to read the config from `req.data`; ```rust async fn call(&self, req:...
You can set the depth of the clone using [FetchOptions#depth](https://docs.rs/git2/latest/git2/struct.FetchOptions.html#method.depth)
Awesome. In my case I assume I'll be using NodeClient. Thank you.
I'm attempting to use this code but I don't get any events in Sentry. Any idea what I'm missing? ```typescript public captureException(err: any) { const client = new NodeClient({ dsn:...