Ulisse Mini

Results 15 issues of Ulisse Mini

Proof of concept implementation in #651 # Problem The `New` function does not express its intent in its type. it is also very unintuitive to use. ```go func New(args ...interface{})...

**Describe the bug** Articles with `` in the body trigger XSS **To Reproduce** Steps to reproduce the behavior: 1. Go to https://jetli.github.io/rust-yew-realworld-example-app/#/article/img-src-onerror-alert-xss-in-title-with-img-onerror-img-dvpw7w 2. See alert **Expected behavior** The body is...

Fix a broken markdown link

When I read the docs [here](https://package.elm-lang.org/packages/terezka/line-charts/latest/LineChart) there is a series of ``'s which the elm website does not interpret. ![picture of the problem](https://user-images.githubusercontent.com/26258618/88583054-b35bfa80-d01d-11ea-9b7a-0405465799b2.png)

[Obsidian](https://obsidian.md/) has a `![[resource]]` syntax for embedding things (usually images). I need this for [my project](https://github.com/UlisseMini/oth) since I want to support compiling any obsidian vault to html. I'd be happy...

On archlinux with lsblk from util-linux 2.37.1 I get this json output from `lsblk -f --json` ```json { "name": "sda", "fstype": "vfat", "fsver": "FAT32", "label": "KOBOeReader", "uuid": "5C94-1315", "fsavail": "4.5G",...

I got the following stacktrace ``` Julia Chess, v0.70 FEN r1bk1b1r/1pp2ppp/8/52/6/2P5/P2BPPP/R1B2RK1 w - ERROR: LoadError: BoundsError: attempt to access 12×64 Array{UInt64,2} at index [0, 33] Stacktrace: [1] getindex at ./array.jl:729...

Adding an example for how to do websockets would be grand, I'll PR one once I figure it out myself :sweat_smile: