Fredrik Ekre

Results 125 issues of Fredrik Ekre

I had a student who installed Julia on Windows using the official installer yet julia-vscode couldn't find the binary, because Julia version 1.7.3 is not in this list: https://github.com/julia-vscode/julia-vscode/blob/d5e7621c7e1ad97d6309b48711d9a0f870a90018/src/juliaexepath.ts#L136-L140 Instead...

enhancement

From https://github.com/JuliaLang/julia/issues/19087 > > This confused me for a second: > > ``` julia > julia> plan_ifft!(rand(10)) > ERROR: MethodError: `plan_bfft!` has no method matching plan_bfft!(::Array{Float64,1}, ::UnitRange{Int64}) > Closest candidates...

Probably an issue in SymbolServer or StaticLint, but e.g. in ``` import Example hello("foo") # Missing reference hello ``` this can't be fixed because Example isn't in https://github.com/julia-vscode/LanguageServer.jl/blob/018d838372837bdc4519e37cc7c4bab10527fc82/src/requests/actions.jl#L292 In contrast,...

bug

LS.jl crashed with this stacktrace: ``` ERROR: Tried to set a text with an embedded NULL as the document content. Stacktrace: [1] applytextdocumentchanges(doc::LanguageServer.Document, tdcce::LanguageServer.TextDocumentContentChangeEvent) [2] textDocument_didChange_notification(params::LanguageServer.DidChangeTextDocumentParams, server::LanguageServerInstance, conn::JSONRPC.JSONRPCEndpoint{Base.PipeEndpoint, Base.PipeEndpoint}) [3]...

non-vscode

For example, in the root of the `Example.jl` repo when editiing a file `foo.jl` `using Example` gives "`Missing reference"` and same with functions defined within `Example`.

bug

Doesn't play nicely with #435 though...

This allows functions for Dirichlet boundary conditions to accept a third argument with parameters that are not available when defining the constraint (e.g. data that are computed/updated/changed during the simulation)....

We can probably use https://github.com/trixi-framework/ReadVTK.jl for testing VTK output instead of the SHA1 hashing strategy.

help wanted
good first issue