Felix

Results 74 comments of Felix

Github style line breaks would be a nice option, since that's the only reason why I need to switch to a different parser. Maybe I have time to program a...

You may check out this http://l33tsource.com/blog/2013/05/08/Idea-Pad-Yoga-with-WLAN/ My guess is that you miss any dependency `make gcc kernel-header kernel-devel patch` I'm running the master branch since Fedora 18 more or less...

> problems should be reported to the authors shown in the output of a 'modinfo r8723au' Well I wrote a mail today, lets see if they find a solution.

But this does not upload the artefacts to somewhere and does not build on a pr right?

Is there any progress?

:+1: I'm waiting for that too.

isn't that just because there is a different html page loaded?

I see this every time on the [v1.19.1 (2022-06-18) .bin relase](https://micropython.org/resources/firmware/esp32-20220618-v1.19.1.bin) with this code: ``` import esp esp.osdebug(0) from network import WLAN, STA_IF wlan = WLAN(STA_IF) wlan.active(True) wlan.ifconfig(("192.168.17.166", "255.255.255.0", "192.168.17.5",...

I seen the same issue on v1.18 (2022-01-17) so i guess there is no fix? But not on v1.17 (2021-09-02) :eyes:

``` MARKDOWN_FLAGS=0x00002000 markdown foo.md foo <asdf-qwerty>bar</asdf-qwerty> and <a_b>baz</a_b> ``` ``` MARKDOWN_FLAGS=0x22004 markdown foo.md foo <asdf-qwerty>bar</asdf-qwerty> and <a_b>baz</a_b> ``` ``` markdown -f1.0 foo.md foo <asdf-qwerty>bar</asdf-qwerty> and <a_b>baz</a_b> ``` I wasn't able...