Nathan Moinvaziri

Results 433 comments of Nathan Moinvaziri

I discovered that this is happens when trying to navigate to the saved UI sticky state without the exact same params that are specified in .state(). In other words, if...

I think it would be great if all the features were included in core.

Yeah it would be nice to have that feature, and also no line breaks before comments.

It is still necessary for our use case. @jay can you take a look at the conflicts?

@bagder is it possible for this to be merged for the next release? Thanks.

Ok I wasn't sure. I just wanted to make sure it wasn't abandoned because you told us on another PR that you closed it because we didn't push hard enough...

I'll try and take a look this weekend and see if there is anything obvious.

That Squash benchmark is from [this commit](https://github.com/zlib-ng/zlib-ng/commit/c81cad987823f5f0bbb9aabda387ca94066e4ab9) authored in mid-2015 so it is quite outdated. The first thing I would do in making the comparison is checking to make sure...

No problem. This [resource](https://www.euccas.me/zlib/) might also be a good one. It has helped me every so often.

You may see some performance improvement if you increase the size of the [output buffer](https://github.com/SixLabors/ZlibStream/blob/196c4730ba637a445e840ed7cfe67297e77b47af/src/ZlibStream/ZlibOutputStream.cs#L53) to 64kb which I have demonstrated [here](https://github.com/zlib-ng/zlib-ng/pull/868).