Michael Härtl

Results 134 comments of Michael Härtl

I still don't quite get it. Here's an example with some numbers: * MS_PER_UPDATE = 10 * update() takes 5 * render() takes 20 In the first cycle there's no...

My problem was that all the statements and the diagram relate to *game time*, not *real time*. Not sure if this could be made more clear. I still find the...

@curby Please forgive my ignorance, I'm often confused about Vim's nomenclature (Like: what is "sel"?): But are you sure that this here is the same as what I described in...

> Right now, separate theming options are available for the first two types in both modified and unmodified states. However, the third type (invisible/hidden) only has its unmodified state described...

Please bear with me, this comment may be completely OT because I **do not use picom** but I have the same issue on Linux Mint: https://github.com/linuxmint/cinnamon/issues/10255 I'm posting here because...

The examples in the BS3 docs have no class set for checkbox labels. But if you don't null it, you inherit the default class `control-label` from `yii\widgets\ActiveField`, which could possibly...

I've tried `set -g @thumbs-upcase-command 'tmux set-buffer -- {} && tmux paste-buffer'` and it really seems to solve the issue, thanks. So not sure if there's anything left to solve....

@creocoder Why not add a convenience method for this which wraps up the necessary steps? Also, if you just call `insertBefore()` with an existing node, will it get removed from...

I see now. Awesome! :+1: