Alexandre Plennevaux

Results 29 comments of Alexandre Plennevaux

With what options are you instantiating medium.js ? For instance, if you set the tags options. ``` tags: { 'break': 'br', 'horizontalRule': 'hr', 'paragraph': 'li', 'outerLevel': ['ol'], 'innerLevel': ['li', 'b',...

Digging into the source code, I found a way to put the caret at the end of the content zone ``` medium.cursor.moveCursorToEnd(editable); ``` Is there a built-in way to store...

Ok, for future reference, this is how i managed to autolink urls (using autolink.js) ``` js // ON KEYUP EVENT, PARSE FOR URLS. caret_position = window.rangy.saveSelection(); // remove previous anchored...

Hello! same issue here, when launching `sudo howdy add` : ``` Enter a label for this new model [Initial model] (max 24 characters): test VIDEOIO ERROR: V4L2: Pixel format of...

> @pixeline Couple of questions as I'm not the maintainer so I'm just scrapping around for details What machine is the integrated camera on, and is this definitely an IR...

@boltgolt here is the output of `dmesg | grep "Unknown video format"`: `[ 36.738077] uvcvideo: Unknown video format 00000032-0002-0010-8000-00aa00389b71` so does it mean that i'm out of luck ?

@AnthonyWharton > Can you see if you get an output when you type `ffmpeg` into a terminal? > Additionally can you run `sudo pip freeze | grep ffmpeg` and paste...

@boltgolt thank you ! `uname –sr` indeed returns `Linux 4.15.0-45-generic` i'm going to try a kernel update..