Andrew Aladjev

Results 49 comments of Andrew Aladjev

Unfortunately today we have received ac power loss and my ups with 100ah battery was not able to handle 5h offline. I am going to provide results later, sorry.

Thank you, everything will be all right. Cdnjs js ratio ![Cdnjs js ratio](https://raw.githubusercontent.com/andrew-aladev/brotli-vs-zstd/master/chart/cdnjs/js/any/ratio/all.webp) Cdnjs js compress performance ![Cdnjs js compress performance](https://raw.githubusercontent.com/andrew-aladev/brotli-vs-zstd/master/chart/cdnjs/js/any/compress_performance/all.webp) Cdnjs js decompress performance ![Cdnjs js decompress performance](https://raw.githubusercontent.com/andrew-aladev/brotli-vs-zstd/master/chart/cdnjs/js/any/decompress_performance/all.webp) Cdnjs...

This issue has been fixed in `2.x` only, `1.x` versions has to use `isInitialValid`.

Hello guys, I am using `[email protected]` and the following code works perfect: ```js schema.isValidSync(initialValues)} onSubmit={onSubmit} enableReinitialize > ... ``` Please try with your projects.

I am going to provide a pull request on the next weekend.

@flavorjones, Yes sure. But my english is not very good, sory for inconvenience. As I know nokogiri is designed to work with MRI ruby and JRuby in the same way....

Another workaround is to have 2 same functions: first with `ignore` and second one without it. ```js export function fn () { ... } // istanbul ignore next function fnCopy...

Guys, despite your experience I don't think that this http parser will be widely used. It depends on "llparse" bicycle (that has already been abandoned) and llvm. It is not...

I am reading project source code, does anybody want to know how it looks like? ![harold is reading source](https://i.imgur.com/gpPPXZV.jpg) Please more away from autoconf and anything that is related to...

What we can see here? ```sh configure:20661:$as_echo "#define malloc rpl_malloc" >>confdefs.h configure:20732:$as_echo "#define realloc rpl_realloc" >>confdefs.h ``` Someone just placed redefinition of `malloc` and `realloc` to configure script... This is...