Frankie Robertson

Results 180 comments of Frankie Robertson

A slightly nicer way to get Julia to use the version of libcurl you want than using `LD_LIBRARY_PATH` would be to use `Preferences`. However, only jlls in Yggdrasil offer that,...

Okay I managed to trigger this like so: ``` using HTTP using Bonito: App using Bonito.DOM using Makie #using WGLMakie function main() # start a blocking server HTTP.listen() do http::HTTP.Stream...

@davidanthoff Sorry to pester, but might you find time to approve the workflow/merge/make a release?

LGTM -- probably a breaking change though so should go in 0.15?

In terms only of trying different approaches, you could give specifying the path to the R environment through the preferences system a try.

I think at least part of the problem is that each `JSUpdateObservable` is attached to the root session: https://github.com/SimonDanisch/Bonito.jl/blob/cd9583508a6a875ca08d48dc50095a138c503eb7/src/serialization/caching.jl#L21-L34 I guess there's a reason for this. It seems like if...

Yes that is great and already strictly it is sufficient. However, what I mean additionally is that lot of the websocket management code can be reused by other implementations so...

Okay well maybe I'll give it a go in case it helps make it clearer whether this is something which is wanted.

One thing that will break using this approach is when moving the project directory the `$R_HOME` from installation time will no longer be correct. In this case `condapkg_rcall()` will have...