Mykola Petrivskiy

Results 11 comments of Mykola Petrivskiy

@fuorigioco1981 You probably cast whole tab or screen?

I have fixed it like this, seems to work correctly: ``` couples = [] labels = [] if seed is None: seed = random.randint(0, 10e6) random.seed(seed) for i, wi in...

Here is my attempt to fix this: ``` unit System.Zip.LZMA; interface uses System.SysUtils, System.Classes, System.SyncObjs, System.Zip, LzmaDec, LzmaEnc, LzmaTypes; type ELZMAException = class(Exception); PZipHeader = ^TZipHeader; PLzmaEncoderRead = ^TLzmaEncoderRead; TLzmaEncoderRead...

By the way, your definition of TCLzmaEncProps is out of sync with C-code.

Bing, or other big search engine, instead fo Google will be good to.

Current issue might be one of the causes for https://github.com/skia4delphi/skia4delphi/issues/264 since speed of buffer copy done by CPU will depend on bitmap sizes.

I have tested usteer-ng and it is working great. It would be nice, if these changes where merged before next major release of OpenWRT.

What about openvpn executable itself, does standard one work, or you need to build it manually?

This is extremely useful, I hope it will be merged soon.

As a user, I would expect the same behavior that you get when you setup new synchronization, but choose already existing folder on server side.