Oula Kuuva

Results 21 issues of Oula Kuuva

Skriptin käyttöä helpottaisi valtavasti, mikäli se olisi saatavilla valmiina Tampermonkey-skriptinä OpenUserJS:ssä tai GreasyForkissa. Bookmarkletkin toimii mallikkaasti, mutta kirjanmerkkipalkkia inhoavaa ja automatisointia rakastavaa ihmistä ahdistaa avata kirjanmerkit ja klikata linkkiä joka...

mypy tends to get slow with big projects. This can be mitigated by running dmypy which is really useful while developing but doesn't really help in CI where the speed...

enhancement

Quick and crude version bump for the included zlib source. I think it would be cleaner to have it as a submodule and just as `zlib` so updating it wouldn't...

This example application is great at demoing PubNub framework. But in order to really expand it and / or use it as a part of some other application I'd like...

It would be nice to be able to set a delay before autosave is run after receiving trigger event. Use case: I use [tidy](https://github.com/mcauley-penney/tidy.nvim) because cleaning up trailing whitespaces is...

Replaces ignore.actions_without_kind boolean with a table of ignored actions. To replicate actions_without_kind functionality add and empty string to the table. Implements #51.

Allows colorschemes to set different background color for non current window without having to duplicate all the highlight groups for current and non current windows. Also set winhl to the...

A reporter that outputs findings in [Gitlab Code Quality](https://docs.gitlab.com/ee/ci/testing/code_quality.html#implement-a-custom-tool) format.

AFAICS there's no way to write reference loudness tag as dB. IMO `--help` output implies that `--tagmode=e` should write it as dB (and it would be consistent with other written...

Included `flynt` in DarkerConfig options. Also sorted config options alphabetically. Fixes #745.