Vehbi Sinan Tunalioglu
Vehbi Sinan Tunalioglu
@cturbelin: Confirmed that your `dbColumnInfo` hack worked in my case, too. I have been seeing this error on Mac OSX once in a while when I was running repetitive big...
OK, I have experienced another problem which looks like related to this. As mentioned in the my previous comment, we have been calling the `DBI::dbColumnInfo` before attempting to read from...
Issued a PR (#143) that *works for me*. In summary, it resets merge information in `formatWorkbook` when starting to process new worksheet data.
Is there any update/workaround for this?
As far as I understand, `libssh2-hs` uses `network >= 2.3 && < 3.0` dependency as of now. But your lts has `network >= 3`. I am personally relying on `lts-14.27`...
Somewhere, sometime ago, I tried to add this very git repository as an `extra-deps` in my `stack.yaml` with `lts-16.x`. And I recall that it did the job. Something like this:...
Probably. There is only https://github.com/sbdchd/djangorestframework-types/commit/dc69c7d5fafaac1d5f2c2acc95fa569e6ba6f9e7. You may wish to rebase master if you think that it is not a bad idea (and you can find the commits).
@adamgoose [Thanks so much!](https://github.com/vst/hasura-cli-nix)
I am getting a slightly different error message. In my case, the stack shows one more function call (`lsp--line-character-to-point(nil nil)`) that results in: ``` wrong-type-argument number-or-marker-p nil ``` ... instead...
> Quick and dirty poc https://gist.github.com/KaneTW/0f321b6ccf0143611c43e2d087e939d3 Thanks a ton! This was super helpful. If only #291 would become a reality. I had to fork Rel8 like you apparently did.