Djoop
Djoop
Hi, in the current version of the package in `train.jl` there are these few lines ```julia if Logging.global_logger().min_level ≤ Logging.Debug loglevel = :iter elseif Logging.global_logger().min_level ≤ Logging.Info loglevel = :final...
Hi, I posted on [Discourse](https://discourse.julialang.org/t/distributed-pycall-cannot-see-exceptions-cannot-pickle-traceback-object/59802) but no answer so far, so maybe it's better here? I have trouble getting the error type/message when running PyCall with `@distributed` (when exceptions are...
Hi, I'm just starting to use Zoo for Zotero, thanks for the app! However, I have some trouble with synchronization (I use webdav sync on a self-hosted server): I modified...
I have some code using the `unpack` function which fails with DataDeps 7.7 (apparently there were some changes to use 7zip on all platforms, not sure when exactly the breaking...
Hi, I'm using a lot citation.vim to open the articles (the actual pdf files). Following the readme I'm using ``` nnoremap [unite]co :Unite -input= -default-action=start -force-immediately citation/file ``` It works...
Hi, thanks for the plugin which is very handy. When I open a pdf file using the plugin (latest release), it looks like the external reader (in my case, I ...
It is common in some bibtex entry types to use a "type" field (well actually I don't know… but it's listed as a possible biblatex type in the documentation so...
When I draw boxplots with the x axis in logscale (for instance, overprinted over some other plot with xscale=:log10), the box widths are constant over the x axis, so that...