Mark Gaiser

Results 93 issues of Mark Gaiser

Hi, My toml file: ```toml [package] name = "crazyfuse" version = "0.1.0" edition = "2021" [dependencies] clap = { version = "4.5.19", features = ["cargo"] } env_logger = "0.11.5" fuser...

Hi, Right now if you want to do no text wrapping in a table you'd have to wrap your content in a span to do this. In bootstrap that would...

Hi, I'm building a markdown-it renderer with your plugin. It all renders in a GUI that uses the bootstrap theme. Bootstrap defaults captions to `caption-side: bottom;` Given your current code...

Hi, Is there a (easy?) way to convert this project into and ESM module?

### Description Title says it all ### Steps to reproduce Title says it all ### Expected behaviour If you use hedgedoc you're quite likely to be a dev or closely...

type: bug

Hi, I'm trying to add additional shortcuts like so: ```js import markdownIt from 'markdown-it' import { full as emoji } from 'markdown-it-emoji' const md = markdownIt() .use(emoji, { shortcuts: {...

`top.gun.maverick.2022.imax.1080p.bluray.x264.truehd.7.1.atmos 112114119` is parsed as: ```js { original: 'top.gun.maverick.2022.imax.1080p.bluray.x264.truehd.7.1.atmos 112114119', language: null, languages: [], source: 'BLURAY', encoding: 'x264', resolution: '1080p', dub: null, year: '1121', flags: null, season: null, episode: null,...

`2002.Die.Another.Day.1920x804.BDRip.x264.DTS-HD.MA.mkv` is parsed as: ```plain ┌────────────┬───────┬───────────────────────────────────────────────────┐ │ (index) │ 0 │ Values │ ├────────────┼───────┼───────────────────────────────────────────────────┤ │ original │ │ '2002.die.another.day. .bdrip.x264.dts hd.ma.mkv' │ │ language │ │ 'VO' │ │ source...

Hi, When you have anything with `imax` in the name, it will remain in the resulting title. I looked though the code, imax isn't a flag. It probably should be...

Hi, I was doing a benchmark of saving thumbnail sized images (think 400x400 max) and was profiling that in ... Turns out of the encoding time quite a sizable portion...