andrews05
andrews05
Hi, has there been any further consideration to this? I.e. is it on your roadmap? Btw, thanks heaps for making this fantastic library. Great to see the recent improvements for...
Good answer! Perhaps you should close this issue? The thing I find interesting about ECT is it manages to achieve zopfli level compression but is actually incredibly fast. Like, it...
What I'm wanting is to be able to delete multiple payments in one call. Xero's POST endpoint is used for this purpose, but the open API currently defines `createPayment` as...
Have you heard of [libdeflate](https://github.com/ebiggers/libdeflate)? Don’t know how feasible it would be to support here, but should give higher performance (even compared to zlib-ng). Possibly also of interest, discussion of...
Note that the existing Select All ability currently ignores the maxOptions. In practice, it doesn't really make sense to have a "select all" while at the same time having a...
As was posted on the vscode issue thread, there seems to be a possible workaround that you could implement in the FileSystemProvider: https://github.com/facebookarchive/nuclide/commit/8cf697a04c76132f922bf19e27252990dbc83b41
@jinfeihan57 Appreciated, and I may end up using fxz (if I can get it to build on Mac), but I would much prefer to have the feature available in 7za...
Thanks. Any chance this could be added?
Thanks for investigating this, and thanks for pointing out the alternative! Happy to use that instead.
Yup, I know I can pass in the options to the function but setting the defaults can be helpful so I don't have to keep passing in the same options...