Chris Holland

Results 86 issues of Chris Holland

This seems to spend less time in the transistion. `breeze-light` doesn't even flicker. It still takes a second for it to load the modified alphablack svgs but the transition now...

As a simple workaround, I recommend changing the `panel.padding` to `0`. ```bash python3 ~/.local/share/plasma/desktoptheme/breeze-alphablack/desktoptheme.py set panel.padding 0 ``` I tested a margin of `0.001` in `hint-right-margin` and it worked. I...

> When updating to v18 I noticed that icons in application launcher are too small on default panel height 36, 1920x1080 monitor. > You can see how it looks in...

This is a "mirror" of the official source code hosted on Google Drive. * [Official Imagus versions (Google Drive)](https://drive.google.com/drive/folders/0Bx8fnUCX4W2IaFVqdzRsNm9feG8) * Official subbreddit: [/r/imagus/](https://www.reddit.com/r/imagus/) To unzip a crx, first run the...

This topic was raised in #469. Since Moderators are currently depending on the data the rating bar provides, alternatives would need to be added before we can remove it. Idealy...

enhancement
team biz
UI
security
DB
CODE
feature

https://openuserjs.org/discuss/The_new_layout https://toopay.github.io/bootstrap-markdown/ https://github.com/toopay/bootstrap-markdown/blob/master/js/bootstrap-markdown.js#L750

enhancement
question
mightfix

Most of modelParser could be moved into the schemas as [virtual properties](http://mongoosejs.com/docs/guide.html#virtuals). ``` javascript var mongoose = require('mongoose'); var Schema = mongoose.Schema; var ObjectId = Schema.Types.ObjectId; var renderMd = require('../libs/markdown').renderMd;...

enhancement
tracking upstream
mightfix

Pushing a new version without updating the version number in the metadata will reset the counter. This might confuse the user as we label it as "since vXXX started" rather...

enhancement
UI
DB
migration

I've managed to create a new playlist list with the following dimensions. Each entry has 2 lines for the filename. ```lua local plEntryWidth = 360 local plEntryFontSize = 24 local...

Initially written up in https://github.com/Zren/mpvz/issues/13 Here's the base `osc.lua` we can copy to `~/.config/mpv/scripts/osc.lua`. * https://github.com/mpv-player/mpv/blob/master/player/lua/osc.lua Then I added this to `~/.config/mpv/mpv.conf` ```ini keep-open=yes sub-scale-with-window=no osd-scale-by-window=no keepaspect-window=no osc=no border=no ```...

documentation