Eric Wieser

Results 440 comments of Eric Wieser

This was fixed in 73da7eeea145ae68573ad883e7646b51e566c445, but now causes the opposite issue in #8

Ah, looks like they are absolute symlinks, which is likely the problem. > Patches welcome though :) My question was more "can you think of a sane way to pass...

Not idea having it under `HKEY_LOCAL_MACHINE` - ideally, it would be configurable on at least a per-user basis, if not a per-connection one

I think I was unclear there - let me delete those two comments, and try again * Updating `nsswitch.conf` makes `ssh` read my config correctly (thanks!) * when the config...

> But I think the best thing to do for such advanced customizations i I'm not sure that in the simplest case, using my ssh key is an "advanced customization'....

Doing a clean cygwin installation, then merging across the exes and dlls from the installation of `sshfs-win` did the trick - I'm now able to mount my multi-hop connection, Unfortunately,...

Is there any easy way to evaluate `getpwnam` in the minimal cygwin environment that is included?

> If you do not have Cygwin it is harder as SSHFS-Win does not include Cygwin bash.exe in its distribution. Yep, that was my concern. Either way, after updating both...

Adding `sshfs-win --show-id localuser` would probably be enough to debug this issue

Here's a crappy implementation that catches the simple cases correctly (ignoring initial conditions): ``` python def laplace(e, t, s): res = laplace_transform(e, t, s, noconds=True) wf = Wild('f') lw =...