deyandyankov

Results 4 issues of deyandyankov

This is related to https://github.com/invenia/LibPQ.jl/issues/242 The fix allows one to use [LISTEN](https://www.postgresql.org/docs/9.1/sql-listen.html) and [NOTIFY](https://www.postgresql.org/docs/9.1/sql-notify.html). See the following minimum working example: ```julia using LibPQ lpqc = LibPQ.libpq_c function onenotify() conn =...

## Bug description I am trying to plot a series with `Date` objects in the x-axis according to the [example](https://docs.juliahub.com/AlgebraOfGraphics/CHIaw/0.4.0/generated/gallery/#Time-series) in the documentation and `draw` errors out. ## Steps to...

I am behind a corporate firewall with no direct access to internet. However, we do have a local URL with miniconda sources and binaries. The current PR allows one to...

hi, I took an example from the README and wrapped it into a function, then tried to call the function multiple times. The first few executions seem ok, but it...