Besi

Results 33 issues of Besi

Let's assume I want to execute a script on the first boot or add my public ssh key. I would simply want to copy and paste this into a script...

Hy there. I have a link that is not properly displayed in Macdown: **Expected**: [ble_simple_peripheral.py](https://github.com/micropython/micropython/blob/master/examples/bluetooth/ble_simple_peripheral.py) **Actual**: [blesimpleperipheral.py](https://github.com/micropython/micropython/blob/master/examples/bluetooth/ble_simple_peripheral.py) This is my code but the underscores aren't shown in the Preview pane....

I am using the curl module and I ran into problems when it comes to DNS resolution ### Example 1 using curl ```python import curl curl.get('google.com') (-5, '', '') ```...

I set up the FTP server as described in the Wiki. Now when using IntelliJ I can configure the FTP server and I do see the folders. However, when it...

I have the following code in micropython that is running on my Espressif ESP32-PICO-KIT. To this I have attached a WaveShare 1.54" ePaper display (supporting red color). When I reach...

A minor issue but worth noting. This happened on my iPad in Safari running iOS 11. ![075c8d1d-d778-4f6e-92c6-d8091077721b](https://user-images.githubusercontent.com/160412/31165435-5e42b7b6-a8eb-11e7-97c8-0ccbca3a711f.jpeg)

Fixed the path for installing the requirements

I did run the installer script for the I2S Class D amp and everything did work fine right from the start. However, if I do enable the option **activate '/dev/zero'...

I have a view, which should send push messages. As soon as I enter umlauts in my text, it is not submitted. This can be reproduced like this: ``` javascript...

The German format may look like this: ``` 11. Juli 2015 ``` So to parse I replaced the month names and as I now tried to parse as follows I...

bug