native-api

Results 407 comments of native-api

@morozov A workaround is to manually run the same commands that the addon does but select all 4 MariaDB packages as I did in https://travis-ci.org/native-api/test_travis/builds/593807343#L221.

@morozov That's because the addon runs a number of other commands, too, that I didn't. I was only testing package conflict resolution.

Paths as they are entered: ![2017-07-08 23_38_05-vba sync tool](https://user-images.githubusercontent.com/2670332/27988932-d2260826-6436-11e7-84a3-5c9abba154bf.png) Paths as they're incorrectly restored: ![2017-07-08 23_42_20-vba sync tool](https://user-images.githubusercontent.com/2670332/27988953-208d91dc-6437-11e7-9bb1-50fb679ed441.png)

Not fixed in https://github.com/chelh/VBASync/issues/35#issuecomment-313894860. Looks like you're encoding the string twice. Or encoding it on output but not decoding on input or something. [LastSession.zip](https://github.com/chelh/VBASync/files/1147472/LastSession.zip) Logically speaking, `LastSession.ini` should be handled...

I downloaded the binaries today, from the ticket UI, right before testing them and reporting the results. I can confirm that "restore last session" now works correctly, but that's not...

Comments on decisions: * Placed reentrant lock logic directly into Tkinter 'cuz reentrant locks aren't used anywhere else, and this is easier than overhauling all 4 PyThread lock implementations. (They're...

Test failures on MacOS in `acyncio` are caused by https://bugs.python.org/issue33531 .

This has been requested for a long time this way or another. We have plans to implement this (and use the donated money for its development, for the first time)....

I was going to scout what other language managers do before making a final decision -- didn't allocate time for that yet.

I'm not sure what you can help with... so I'll let you decide. The plan is to make it the same way as `x.y:latest` is implemented, but in version selection...