Tom D.

Results 34 comments of Tom D.

**NO LEGAL ADVICE HERE** @jQrgen Copyright only covers human made works This is AI generated, so, IMHO no copyright exists here. (for reference you can see the case of the...

I know it's in french but https://fr.wikiversity.org/wiki/Fonction_d%C3%A9riv%C3%A9e/Extremum_local

after the change ![image](https://user-images.githubusercontent.com/15268361/142593833-0e8e278c-8ced-4f4a-b86c-baeb12328497.png) before the change ![image](https://user-images.githubusercontent.com/15268361/142594006-27aa2df9-b6f2-4d64-8c5c-14ab05d33c38.png) @the-j0k3r

@tertsdiepraam can we use crossterm for this (or are we using it ?) Maybe we will have to use shell scripts for that TTY issue. https://docs.rs/crossterm/latest/crossterm/index.html Wahou indeed (pardon my...

@tertsdiepraam I thought so as well, but maybe it could be an inspiration for which calls we should use.

@tertsdiepraam I belive mac os has no support for the cline field in termios. Hence, should we ignore it ? I believe the same problem is the cause for the...

https://github.com/uutils/coreutils/blob/fa51f8b986ece9182a7e834c34bc3b9a3dcbf68e/src/uu/mkdir/src/mkdir.rs#L56-L62 It seems the plus case doesn't result in the same mode being parsed hmmm EDIT GOTCHA : https://github.com/uutils/coreutils/blob/fa51f8b986ece9182a7e834c34bc3b9a3dcbf68e/src/uucore/src/lib/features/mode.rs#L58

https://github.com/coreutils/coreutils/blob/6c03e8fbb25d52b5fda62a95090568f0ba5fca70/src/mkdir.c#L283-L298 where S_IRWXUGO = (S_IRWXU|S_IRWXG|S_IRWXO) (from linux stat.h)

@resistor Nice work here hmm, apart from the linter thing, clippy seems unhappy. ``` ERROR: `cargo clippy`: this argument is passed by value, but not consumed in the function body...