Torbjörn Lönnemark

Results 10 issues of Torbjörn Lönnemark

The old component (foo_audioscrobbler) has a feature where it imports played tracks from an iPod device managed by the foo_dop component. It would be great if the same feature could...

When showErrors is enabled. Otherwise, showErrors will be a no-op unless you also bind an error handler. Someone please take a look at the `err_nooperhost` case - I removed the...

The previous implementation was both needlessly complicated, and also had a misbehaviour. When writing new credentials to an already existing file, the file would not get correctly truncated. This caused...

If memory serves, the offset detection in EAC (utilizing AccurateRip key discs) is much faster than whipper's current approach of ripping the first track with each offset (in order of...

Feature
On Hold
Needed: discussion

* In both: Use `subprocess.check_call` instead of `os.system`. This means even file names with special characters (e.g. `"`) will work correctly. * In create_dataset: Increase the number of digits used...

The metainfo file was being installed into /usr/share/appdata, but that path has been deprecated. Metainfo files should instead be installed into /usr/share/metainfo. Closes: https://dev.deluge-torrent.org/ticket/3394 Ref: https://www.freedesktop.org/software/appstream/docs/chap-Metadata.html#sect-Metadata-GenericComponent

```console $ cat test.js var s = "åäö"; $ js-beautify test.js var s = "åäö"; $ js-beautify test.js | cat - 'ascii' codec can't encode characters in position 9-11: ordinal...

implementation: python
type: bug

Without this change, building for devices with compute capability < 6.0 fails with: quant_cuda_kernel.cu(149): error: no instance of overloaded function "atomicAdd" matches the argument list argument types are: (double *,...

> ### Hex Color > > ``` > ASCII 0x04 > ``` > > Some clients support an alternate form of conveying colours using hex codes. > > Following this...

enhancement

Make it possible for players to save their solutions to their own GitHub account by logging in (using the OAuth API). Optional though, so you're not required to have a...

enhancement