Vitaly Potyarkin
Vitaly Potyarkin
I think there needs to be a short README on how to run the existing tests and how to add new ones. As of now it is not obvious for...
Work on #8 is being done here. ## Progress report Adding support for bash 3.2 turns out to be pretty tricky. The following problems need to be solved: - [...
I've recently learned that pexpect works correctly under Cygwin (if Python is also installed via Cygwin). At first glance that seems to be a reasonable way to execute CI tests...
If you have used or have tried to use this project and have something to share, this is the place to do so! Even a short message will warm the...
The screencast in the README was done in a hurry after next to no planning and probably fails to convey some of the important features of bash-complete-partial-path. This issue is...
_Originally posted by @B-D-T in https://github.com/sio/LibPQ/issues/12#issuecomment-577722197_ I apologize if I'm missing something, but it appears that adding LibPQ breaks the Power Query intellisense. In Excel workbooks where I don't have...
Hello! If you are using LibPQ (or have used, or have tried to use it but something didn't work out for you) - please leave some feedback in comments below....
Looks like LibPQ can not be used in PowerBI service because of providing [dynamic arguments](https://blog.crossjoin.co.uk/2016/08/23/web-contents-m-functions-and-dataset-refresh-errors-in-power-bi/) to `Web.Content()`. This page is the place to discuss, develop and test possible workarounds. ##...
Maybe: Allow optional second argument to LibPQ() that passes the path record to override LibPQPath > I was considering allowing to override the values provided by `LibPQPath` for some calls,...
`LibPQPath` is more of an API than a constant. This needs to be documented. - [ ] Create new docs page - [ ] Formal API declaration - [ ]...