-
When using Revise.jl, a common workflow is to divide a project into a package, say, `MyPackage` and an evironment, say, `scripts` that depends on `MyPackage` by `develop absolute/path/to/MyPacakge`. T…
-
Try this
```
using PackageCompilers
create_sysimage(:DataFrames, replace_default=true)
```
restart Julia in vscode
```
using DataFrames
df = DataFrame(a=1:3)
vscodedisplay(df)
```
Thi…
-
Frequently—but not always—when I try to build a LaTeX document via TexLab (https://github.com/latex-lsp/texlab-vscode/), pressing `F5` to do so, instead of the texlab launching, I get “_Starting Julia…
ghost updated
1 month ago
-
I just tried to execute `Julia: Stop Test Process` but it failed with:
I checked the output of the Julia test server (and language server) but neither showed any error message/information.
@…
-
Taught this yesterday, jotting down my feedback here:
1. I moved the project management (ep 8) stuff more up front (right after ep 4), going with the strategy of teaching the things that Julia does…
-
Running latest version of CairoMakie - [v0.5.10](https://github.com/JuliaPlots/CairoMakie.jl/releases/tag/v0.5.10)
As in title. MWE to reproduce the error:
```
using CairoMakie, LaTeXStrings
…
jewh updated
2 months ago
-
My VS Code session freezes periodically when I'm using the built-in Julia REPL. I know this is a rather vague issue, and it might be due to some idiosyncrasy of my system rather than **julia-vscode**,…
-
Refer to [this discussion](https://discourse.julialang.org/t/curious-csv-round-trip-problem/118334) on the Julialang Discourse:
>Can you file an issue against `CSV.jl` on GitHub? There’s probably a…
-
I'm running into strange segmentation errors while testing an optimization package under development, with different error messages depending on whether I am at my laptop (M1 Macbook Pro) or my deskto…
-
My editor (neovim v0.6.0-dev) showed the following message:
```
LSP[julials] Julia Extension: Please contact us! Your extension just crashed with a bug that we have been trying to replicate for a lo…