Danilo Bargen

Results 535 comments of Danilo Bargen

Yes please, this is a badly needed feature :) Even better would be to support a `.coveragerc` file: http://nedbatchelder.com/code/coverage/config.html

Exactly the same symptoms here :slightly_smiling_face: Aplay works: ``` $ aplay -v /tmp/rodio/examples/beep.wav Playing WAVE '/tmp/rodio/examples/beep.wav' : Signed 16 bit Little Endian, Rate 44100 Hz, Mono Plug PCM: ALSA PulseAudio...

This seems fixed now, right? http://package.elm-lang.org/packages/terezka/line-charts

Same issue here, it prevents alacritty from working under Wayland. System: GTX 760, nvidia 465.27, wlroots-eglstreams + sway. I ran `apitrace trace --api=egl -o window.egl.trace target/debug/examples/window`, here's the gzipped output:...

Comment in https://github.com/danvd/wlroots-eglstreams/issues/15: > Yes, It's a bug of nvidia blob. There are probably some constraints on egl context.

Ah, awesome! :tada: What about the hardware? The SWD pinout doesn't have serial RX/TX. But on this rendering... ![image](https://user-images.githubusercontent.com/105168/100156116-ac98a380-2ea8-11eb-9cff-1a41269b6a62.png) ...there are two RX/TX pins on the right side. Could those...

> RX/TX signals are also available on the STDC14 connector. Ah, interesting! So far I've mostly used the 10-pin SWD connector in my projects, but that might be a reason...

I think this affects both 0.12 and 0.13. Workaround in downstream projects: cargo update -p embedded-hal:1.0.0-alpha.8 --precise 1.0.0-alpha.7

The hs-probe I got (v1.4) has the 5V output on the pin 7 of the STDC14, which is pin 5 of the 10-pin connector. However, for compatibility with JLink, Olimex...

> "Luckily" the trace is reachable, so if one wants to use it properly a tiny cut and some soldering will solve it. True, it should be pretty easy to...