George9000
George9000
### Describe the bug This seems to be a return of issue #4805 This is seen intermittently at the launch of nvim. It is unclear what triggers it. Click triangle...
Under `test/select.jl`, several of the empty ByRow tests fail between lines 1579 and 1610. Errors ``` empty ByRow: Test Failed at /Users/foo/Documents/julia/dev/DataFrames/test/select.jl:1579 Expression: select(df, [] => (ByRow((()->begin #= /Users/foo/Documents/julia/dev/DataFrames/test/select.jl:1579 =#...
See details below. test details ``` julia> versioninfo() Julia Version 1.11.0-DEV.134 Commit d080fe6c9b (2023-07-20 19:57 UTC) Platform Info: OS: macOS (arm64-apple-darwin21.6.0) CPU: 10 × Apple M1 Max WORD_SIZE: 64 LIBM:...
One of the `actionlinks` shown in the ellipsis button after VegaLite generates a figure in the browser is "Edit in Vega editor." Since this reaches out to https://vega.github.io/editor/#/ with the...
Just a heads-up. See [this issue](https://github.com/JuliaLang/julia/issues/52021) opened on the Julia repo about SymbolServer breakage, which will likely impact `lsp-julia`
On master, from commit 1cd47c3094 onward, the Revise workflow is broken. After launching julia, activating a package, `using packagename`, calling an existing function, and then adding a simple function `foo`...