Mazdak Farrokhzad
Mazdak Farrokhzad
> If we're frugal we only supply the two first just to avoid having a lot of iterators - then you have a key-value iterator, but it looks like that...
cc @RalfJung re. the implementation ^-- there.
Some more assorted notes of the top of my head: ## Temp dirs When we generating temporary directories, there are a few aspects one might want to control: + The...
Like so: ``` Key Name: HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\WinFsp\Services\sshfs.k Class Name: Last Write Time: 2020-07-26 - 15:35 Value 0 Name: Executable Type: REG_SZ Data: C:\Program Files\SSHFS-Win\bin\sshfs-win.exe Value 1 Name: CommandLine Type: REG_SZ Data:...
I get two events: ``` Log Name: Application Source: WinFsp Date: 2020-07-27 08:59:43 Event ID: 1 Task Category: None Level: Information Keywords: Classic User: N/A Computer: centrilg55 Description: launcher-x64: create...
Hmm; so I tried the following sequence: ``` λ & 'C:\Program Files (x86)\WinFsp\bin\launchctl-x64.exe' list OK sshfs.k centril@centrilnas2!9099 λ & 'C:\Program Files (x86)\WinFsp\bin\launchctl-x64.exe' stop sshfs.k centril@centrilnas2!9099 OK λ & 'C:\Program Files...
Ah, I see; that explains it then. :) I was hoping that `ssh-agent` would help alleviate this issue, as I don't have to input the passphrase normally when using just...
> During type checking of the `impl Foo` block, we assume that `T` does implement `Double` and `Triple` and we proceed as we normally would for nested generic functions. >...
From a strict interpretation of the language's rules I think the current behavior is correct as the syntactical unit is `receiver_expr "." method_name "(" args ")"`. However, I can see...