Victor

Results 73 comments of Victor

Hm 🤔 I've tried locally, and in my case all three variants are working the same: Plain array: ```js toPDF([ `file://${__dirname}/in1.docx`, `file://${__dirname}/in2.docx`, `file://${__dirname}/in3.docx`, ]) ``` Array of tuples: ```js toPDF([...

After some time of consideration and playing around few concepts, I started to think this is hardly possible technically... For example, there are three scopes, and `pickup` was called 3...

> P.S. I'm also getting some pretty surprising results for the size of the CJS version, but I'll make another issue for that if necessary. In my case all .cjs...

Since version 1.19.3 nginx supports [proxy_cookie_flags](https://nginx.org/en/docs/http/ngx_http_proxy_module.html#proxy_cookie_flags), so I've archived my repo.

I was considering your issue and playing around your code, and I have a solution :) First of all, I _disagree_ with you, that `localStorage` value in your example should...

Here is an example of using Web Locks API in your code. Not clean, but you can get an idea: ```js // ---8 { // setTimeout(resolve, 10)) //

[Released](https://github.com/yumauri/effector-storage/releases/tag/v6.0.0) 🎉

I have a project with router, backed by [`history`](https://github.com/remix-run/history) package. I tried and this looks like completely possible to update query string with current adapter. `method` parameter accepts function with...

Second concert (behaviour on clearing the storage) was covered in #39 and released in version 6.0.0