Albin Larsson

Results 78 issues of Albin Larsson

Tests are always good. Optimally the lottie-node API should be fully covered, but since it's kind of a niche library and I don't even have After Effects myself (I'm running...

improvement

Attempted built-in clipboard manager. It stores entries you copy in an array, and lists them successfully, but when copying from within the extension (selecting an entry with enter or clicking)...

I do not get any money for creating and maintaining this extension, and I'm more motivated in spending the free time I have on maintenance off the Ulauncher app itself....

It's possible to use alt_enter as a secondary action, to show a list of all actions or trigger one directly. I'm personally not a fan of this combination (prefer Alfred's...

help wanted
feature
low-prio

Current behaviour(s): * HTML5 video can use custom posters via the `poster` property. * YouTube and Vimeo uses their own posters * Setting the poster with `player.poster = ...` works...

Improvement

YouTube uses 2-3 type of captions depending on how you define it 1. Automated captions: Feeding one word at a time, generated with google's speech-recognition API 2. Track-based captions: Feeding...

Since #128 was fixed, the built-in object serialization was removed in favor of either diy-serialization or hooks. I'm proposing to reintroduce object serialization, but as JSON, not query strings, because...

The `data` argument in $.fetch() corresponds to the `body` argument in `XMLHttpRequest.send()`, which as per the [MDN docs](https://developer.mozilla.org/en-US/docs/Web/API/XMLHttpRequest/send#Parameters) can be: * A `Document` * A `BodyInit`, which means either `Blob`...

This overrides optimization CFLAGS set in build system, and possibly user settings. Hopefully this can avoid #99 / #103 / #112 / #162 at least a bit. Perhaps @neuromancer could...

### Description The only version options it maintains now is "latest" and "stable" and both are the same. ![Screenshot from 2022-06-15 10-40-44](https://user-images.githubusercontent.com/515120/173783487-3b9e379a-b6f8-4555-8023-91e1d7175770.png) We should be able to release v6 without...

task