Jonathan Fischer

Results 12 comments of Jonathan Fischer

Yes, but you would have define a `trace!` overload that saves a reference to your `state.population` in order to expose it to a callback for manipulation. The callback takes a...

Interesting you ask, **because I did notice that the highlighting worked as long as I was working on an unsaved file**, but I was doing my testing via SSH from...

> Is the file you're working on saved on disk and if so, is it at a "normal" location or somewhere on e.g. a network drive? In response to @pfitzseb,...

## Clarifications > Also, I'm not sure what > > > But it stops working as soon as I save it to my local disk. > > means. I assume...

Figured out the issue, it was a weird nested symbolic link between `/home/jfisch27` and `/home/local/WIN/jfisch27` that was messing up that path tracing I suppose. ## Running file in real home...

@pfitzseb Reopening this because I've been running into an issue with the debugger because of this same symlink setup I have _(system admin says it's for authentication and can't be...

Have the same issue in regular scripts when using anything but the explicit path in my `include` statement. So something like `include("../src/Mod.jl")` will be handled fine by the language server....

No problem! I love this package and have been using it extensively in my research. Have a lot of ideas for improvements. I'll fork it and make PRs for modifications...

Just following up on this. Any new thoughts or development on more sophisticated path resolution?

Was just about to make an issue related to this, it's a particular problem when using `remake` to update the initial conditions of an `ODEProblem(rs, ...; remove_conserved = true)`. -...