Vitaly Puzrin

Results 331 comments of Vitaly Puzrin

IMHO sync methods are useful in node only (but i agree those can be useful there). It worth to split entry points for node and for browserified builds (`browser` property...

@graphicore may be i'm not familiar with some use cases. The requirements of async/sync interfaces is determined by external components of data flow process. If browser has only async interfaces...

I see at least 2 alternatives of workers use with jszip, modular and without requirement to sync interface: 1. Outsize. Wrapper around public interface 2. Insize. Proxy for inflate/deflate/crc. Did...

> But, look at a common example for unzipping: Using 'changeHandler' for a `` > you can access the file data right on callback. There's no async step involved. AFAIK,...

I don't specilate, i explain what needs of 'sync' API means, as i understant it. It's technically impossible to move forward with big files support without async api. And thechnicaly...

> So what calls are responsible for this? And why not let the user decide - File chunked read (memory, but interface is async even for full read) + blob...

A3 has the best balance of size/quality. It can be removed for some kinds of hw drivers, but it's not good idea to remove it at all. Also, for best...

@stg, thanks for awesome lib. I'm looking for CMSIS DPS replacement with less flash use. Here are my thoughts how to make you work more easy to use: 1. Make...

> I don't quite understand "Add your repo to lib_deps in PIO project" One of boring thing in C/CPP is dependency management. PlatformIO solves that in nice way. User just...

> So one correct way of doing it would be like I use it - import it once and build interfaces more specific to your application that are then used...