Claire Foster

Results 714 comments of Claire Foster

Sorry for the delay! I'm finally getting around to trying to hand maintainence of this package over, as I clearly don't have the time for it myself at the moment...

You need passwordless access of some kind. Basically, running the `ssh` process to set up the tunnel shouldn't require any user input. I don't know whether there's options other than...

I think your confusion here is due to the environment in which DaemonMode vs RemoteREPL evaluate their commands. RemoteREPL is *server-centred* by default. This means that code * Executes in...

For your use case, the following should work ok. The trick is to compute the `abspath` on the client side before sending to the server: ``` julia --startup-file=no -e 'using...

> it also seems to be slightly faster (haven't benchmarked, just a hunch) Probably DaemonMode has lower startup time due to precompiling some things? Or perhaps because they don't need...

I opened an issue about this https://github.com/c42f/RemoteREPL.jl/issues/31

By the way, startup time for the client can be *greatly* reduced using the `julia-r` script here: https://github.com/c42f/RemoteREPL.jl/blob/main/bin/julia-r This sets some Julia options to make startup almost instant.

> I think it is useful for the optimizer that certain "ill-formed" state machine cannot be materialized That's quite an interesting point — state machines which the user writes can...

Thanks! Sorry for leaving this hanging. Some of these changes were also accidentally merged as part of PR #63 . So I've taken the reviewed version from here and incorporated...

> Bad owner or permissions on /home/dennishb/.ssh/config What are the owner and permissions on this file? > It may be noteworthy that I am using 1.6 on the server (Pi),...