sebi

Results 8 issues of sebi

As **markserv** is based on **markdown-it** and there is this **markdown-it-asciimath** extension, I was wondering if **AsciiMath** could be parsed easily by your server?

Why not using `homeassistant` rather than `hassio`? For me it worked straight out of the box by installing the container `homeassistant/raspberrypi3-homeassistant:stable` using portainer. I believe it wouldn't require a separate...

```` ```AsciiMath [[a,b],[c,d]] ``` ```` is not rendered properly. Instead getting: ![image](https://user-images.githubusercontent.com/18078043/95696804-e84f1500-0c3c-11eb-9dad-c038663626e2.png)

# AsciiMath Do you plan to support AsciiMath formula input? ``` Inline AsciiMath Example: `@(1/2[1-(1/2)^n])/(1-(1/2))=s_n@` ``` [AsciiMath Documentation](http://asciimath.org/)

feature

Would it be possible to turn the Kindle on and off by pressing shortly on the on/off button and toggling between the screen saver and Alpine directly? BTW very nice...

I have noticed that I need to disable clink if I want to run **Microsoft Keyboard Layout Creator (MSKLC) Version 1.4** properly. If not I get an **-1073741819** error thrown...

On the A9G board, with `s` being a Berkeley socket (`import socket; s = socket.socket()`) entering the following commands yields errors: - `s.recv(50)` when rx buffer is empty freezes the...

bug

Currently `gps.get_location()` will return the latest location if it cannot get the current location. There should be a way to tell if `gps.get_location()` is the actual position. > Both time...

enhancement