Marcel Hellwig

Results 96 comments of Marcel Hellwig

Funny enough this still isn't fixed as of today: ``` installing nightly-2020-12-08 std for x86_64-unknown-linux-gnu: 24.58 MB / 24.58 MB [================================================================================] 100.00 % 5.77 MB/s testing... RESULT: nightly-2020-12-08, ===> Yes...

The even happens, when your start and end date are next to each other: ``` cargo-bisect-rustc --start 2020-10-26 --end 2020-10-27 installing nightly-2020-10-26 RESULT: nightly-2020-10-26, ===> No uninstalling nightly-2020-10-26 installing nightly-2020-10-27...

I'd like to have this feature too. I saw it on libhoare and there it worked (a long time ago) maybe you could just adopt the old code to work...

I'm somewhat sorry, it doesn't have to do anything with the SDL input backend, but with the video plugin: SDL: ``` X Error of failed request: BadWindow (invalid Window parameter)...

Funny enough, when I type `fish ~/.local.share/omf.pkg/bass/functions/bass.fish source a.sh` the output is empty as well like bash would do. That's something beyond my paygrade ;)

wontfix is a disappointing label :( The difference is that your command is `bass ./a.sh` and mine is `bass source a.sh`. So you could distinguish it.

> The difference is that your command is bass ./a.sh and mine is bass source a.sh. So you could distinguish it. ping @edc

This is related to #174 . Maybe you can answer the questions in the issue (in particular: is there a standard peripheral library?)

Maybe my answer was a little bit unclear, sorry. Is there a standard peripheral library for the L4? If yes, I see nothing that would be against implementing the L4,...

Possible dup of https://github.com/rust-lang/rust/issues/91015