Jesus Alvarez
Jesus Alvarez
A "jank" way I found to do this is to prepend two space characters to the test you want to skip. ``` ================== Plain struct ================== struct Point { x:...
Having the same issue here, had an unclean poweroff and can't get the array mounted to pull some data off (mostly to save myself some time). The bcachefs tool goes...
> and what does -o norecovery do? The principles of operation guide says that is not recommended so I did not attempt. I see there where a bunch of changes...
Alright, `o norecovery` is still trying to `fsck` and is also throwing `unable to allocate memory` error. Updated bcachfs tools ref https://github.com/koverstreet/bcachefs-tools/commit/84cb7bffe5e80ef9036213bbfbaf358d478536be Updated kernel to 6.3.8 with bcachefs ref https://github.com/koverstreet/bcachefs/commit/f4de9bee61af1f53e68815998e0cd2482286d381...
@koverstreet thanks for the clarification! Mount command: ``` sudo mount -t bcachefs -o verbose,nochanges ... ``` Output: ``` Jun 20 11:01:04 lithium sudo[385432]: demizer : TTY=pts/4 ; PWD=/home/demizer ; USER=root...
@koverstreet I was able to get it to mount with `-o nochanges,errors=continue`, note: no `-o verbose`. This however sent a million lines a second to syslog and took a 7...
POC commits of above have output like: ``` 2020-05-11T21:27:06-07:00 [INFO]: FOO 2020-05-11T21:27:06-07:00 [INFO]: BAR 2020-05-11T21:27:06-07:00 [WARN]: BAZ 2020-05-11T21:27:06-07:00 [ERROR]: An error occurred! ``` This allows users to set a date...
+1 for https://github.com/tiangolo/typer/pull/671 to get merged. This is a real bummer when using rich and markdown in help docs.
You want your language to grow, it needs to be able to be installed anywhere. Let the packagers do their work. The only place this can currently be used is...
I ran into this problem with trying to run the examples using "go run". My environment: - Go 1.5 Beta 1 - TERM=xterm-256color - Arch Linux Upstream issue: https://github.com/golang/go/issues/11449 `os.Getenv("TERM")`...