APIPLM

Results 52 comments of APIPLM

Yes. But seem like it has one file [md](https://github.com/schemedoc/surveys/blob/master/surveys/read-line.md) for this survey, and it does not have too much content in the file. I will raise the issue there.

Thanks. It is the commit https://github.com/ashinn/chibi-scheme/commit/6615a746096274e0f6cdf27912563599ed613c49. But somehow, I feel like that` read-line` is kind of contradiction in the context. I mean that running` (read-line (open-input-file "foo.txt"))` and` (read-line (open-input-string...

One more point, running the below lines in the REPL. `(read (open-input-string "foo\ee"))` The output is fooee `(read (open-input-string "foo\\ee"))` The output is fooee `(read (open-input-string "foo\\\ee"))` The output is...

Yes. It is a pretty old one as I came back to check the unzipped folder. Once I have an issue in Scheme, I open it here.

@573 There is no error in my side. As nix-shell -p screen, then run screen -S phone. switch back by running screen -d. No sure what you mentioned after that...

@573 The nix-on-droid in my Android phone is from F-Droid, and its version is 0.66_v0.2.4_nix. As running the command you posted in the above, there is no error in my...

@t184256 you are right. the above error sound like something inside Termux. There is nothing for you to rephrase out from my side now. What I mean that ask @573...

Seem like there is kind of similar error in my side not for tool screen, but for the tool sshd of openssh package. After nix-shell -p openssh, create file sshd_config...

@t184256 I tried it. In the step 5 with -d for debug output, there is error message "setgroups() failed : Operation not permitted" the service still running.

And also the user is not nix-on-droid.The following is the line in the output of running ps -aux. The dropbear service is running on the phone. I can see the...