Sveinbjorn Thordarson

Results 24 issues of Sveinbjorn Thordarson

if the file contains a table like tbl.7 from mandoc package, Mandrake don't show table because nroff -mandoc tbl.7 not suitable for this case. For correct display you need a...

Any chance of building without linking to libpng?

RÚV television schedules are already supported. Why not support radio schedules for Rás 1, Rás 2, Bylgjan etc. as well?

Fetching Stöð 2 television is broken. Try loading https://apis.is/tv/stod2/. Returns {"error":"Bad Gateway"}.

* Got rid of /correct.api endpoint and all code it required * Deleted lots of unused .conf files and utilities in tools/ * Refactoring and cleanup

I'm getting lots of the following errors at runtime while using the extended color well. Running OS X 10.11.3: : Error: this application, or a library it uses, has passed...

The tokenizer should support superscripted citation characters. This will also help with GreynirCorrect, which I assume will be heavily used to read student essays and academic papers.

I've been struggling to get audio input via Bluetooth headset working on Android: ```` final session = await AudioSession.instance; // await session.configure(AudioSessionConfiguration.speech()); await session.configure(AudioSessionConfiguration( avAudioSessionCategory: AVAudioSessionCategory.playAndRecord, avAudioSessionCategoryOptions: AVAudioSessionCategoryOptions.defaultToSpeaker | AVAudioSessionCategoryOptions.allowBluetooth,...