Zachary Moon
Zachary Moon
The automatic display (as an image, not the SVG source) with the Julia VS Code plot pane I like, and that is something that `VSCodeServer` (part of Julia's VS Code...
> I've asked Seb on Zulip (https://julialang.zulipchat.com/#narrow/stream/234266-vscode/topic/Avoiding.20double.20display/near/263703734) if my proposed solution will work properly Cool. I think it might be better to check `VSCodeServer.PLOT_PANE_ENABLED[]` though, since the user can disable...
@cormullion I thought maybe it could be done this way that I suggested above, which doesn't require `using VSCodeServer`: ``` isdefined(Main, :VSCodeServer) && VSCodeServer.PLOT_PANE_ENABLED[] ``` and possibly similarly for Juno,...
@cormullion weird, I tried copying yours in and it worked for me (using "Julia: execute active File in REPL"). And I have the same Julia version and Julia VS Code...
Yes, though I also tried using a sysimage for DifferentialEquations that I created with PackageCompiler and got the same error. This is on Windows btw. I did get it to...
Related to this issue, the feature download script help is wrong about the default location: https://github.com/SciTools/cartopy/blob/c184eadc1dfc458fd102e668084667dd9c0efa59/tools/cartopy_feature_download.py#L115-L117 It's the user data dir, not the user cache dir. And even then, it's...
When I was trying to figure out how to make it pass (https://github.com/wavebitscientific/functional-fortran/pull/23/commits/7bcf168456a80402f7f53973eae4df9d3962a300 / https://github.com/wavebitscientific/functional-fortran/pull/23), I discovered that it's not just with `all()` that weird things happen. Assigning `map(xpowx_c4, c4)...
Interestingly, in https://github.com/conda-forge/monet-feedstock/pull/16 with the first failure, it was a different strange "nothing provides" `- nothing provides numpy 1.10* needed by cartopy-0.13.1-np110py27_0` (cartopy v0.13.1 is from Dec 2015) but then...
> scikit-image does this very well with underlined links [Sphinx-Gallery](https://sphinx-gallery.github.io/stable/configuration.html#add-intersphinx-links-to-your-examples)
@milankl It seems like netcdf4-python only officially supports (de)compressing with zlib. But xarray's h5netcdf engine could maybe do it with [these h5py extensions](https://github.com/silx-kit/hdf5plugin).