-
At the moment `eglot-jl` can't be installed as a system package as it needs to write to the package directory. It appears that the new Julia 1.11 feature [Precompile file relocatability](https://julia…
-
We talked a bit yesterday, with @hdrake, about whether everything needed to redo the big data lecture in native Julia was already there. Here are packages / notebooks that I am aware of and might be u…
-
### Issue description
Currently, evaluating code on the Mojo REPL requires pressing Enter twice:
```mojo
Welcome to Mojo! 🔥
Expressions are delimited by a blank line.
Type `:quit` to exit the…
-
Hi,
I have a strange behaviour on the newest vscode extension. When I run the debugger once, like:
```
function test()
a = 1 + 1
return a
end
@run println(test())
```
Everything works…
-
Hi, thank you for develop this amazing Julia extension for Zed!
When I'm using the package "CairoMakie" the language server seems not to be able to detect this package and several other packages. How…
-
As discussed on Slack @davidanthoff, here is a video demonstrating the issue with code just occassionally taking an extremely long time to execute, showing you exactly from me starting VSCode. I show …
-
Repost of the [Debugger.jl issue](https://github.com/JuliaDebug/Debugger.jl/issues/295).
---
```jl
@generated function fgen(x::Int)
:(x+1)
end
fgen(1)
```
```
Exception has occurred…
-
This was reported in https://github.com/quarto-dev/quarto-actions/issues/98
Simple document:
````markdown
---
title: test
jupyter: julia-1.10
---
```{julia}
1 + 1
```
````
Only Jul…
-
```llvm
!13 = distinct !DICompileUnit(language: DW_LANG_Julia, file: !8, producer: "julia", isOptimized: true, runtimeVersion: 0, emissionKind: LineTablesOnly, enums: !4, nameTableKind: None)
!14 = …
-
Consider the following 2-cell Jupyter notebook:
Cell 1:
```
using WGLMakie
```
Cell 2:
```
scatter(1:3, 1:3)
```
If I enter and run these two cells in an _unsaved_ Jupyter notebook, in the …