polyvertex

Results 76 comments of polyvertex

@talynone Thanks, I'll have a look!

@talynone I took a brief look at your code and stopped as soon as I realize it's pretty much the same API I've started to use in Keypirinha (using this...

It certainly would be reasonable to have some kind of a `WinApps` plugin class in the `Apps` package that would act according to the current environment. But, bug fixing aside,...

The API needed here already existed (C++/WinRT is basically an interface/glue). Keypirinha plugins are written in Python and it requires a bit of time to develop an intermediate layer to...

No, sorry. A C++ - Python - C/C++ execution flow is not ideal, plus I would then need to create an extra repo to maintain the code and ensure it...

It is doable to use the API directly from Python although it is not the mainstream way and it requires some skills. A challenge somehow :) Another solution would be...

> Ok then [...] Sweet > Out of interest - since my python experience is limited - can you give me a pointer to how would you go towards using...

Thanks for sharing :) It does feel like an extra pinch of user-friendliness would help before it could be integrated in default config. Mainly because of the `language`, `location` and...

Actually, it cannot be set to empty due to the way it is designed by now. Is there any particular reason you would want the desc to be empty ?...

It is quite a significant change at core level for such a little benefit - plus the fact that it has never been requested before - that I am more...