Juri Linkov

Results 5 comments of Juri Linkov

Yes, this is important because currently a WebSockex process exits silently in case of errors. Also please mention the `terminate/2` callback in documentation and examples to highlight the importance of...

> Why not just submit a PR for this? Now created a PR #528 . Please merge it.

I expected that `skipmissing` would filter out missing values like it does on DataFrame columns. For example: ```julia df = DataFrame(a=[1,1,1], b=[1,2,missing]) mean(skipmissing(df.b)) ``` returns `1.5`. Whereas ```julia df |>...

Sorry, I'm not an expert in hydra :) maybe hydra author can help to provide the results of processing by hydra internals as plain `define-key` calls, then I could help...

Transient map is a real problem. What you could try to do is either to add `around` advice on `hydra-set-transient-map` and add your mappings to its arg `keymap`, or add...