Xandor Schiefer

Results 96 comments of Xandor Schiefer
trafficstars

Also consider https://gitlab.com/interception/linux/plugins/caps2esc

For anybody else that's looking for a solution right now, this works well: ``` var ContactInputView = InputView.extend({ bindings: assign({}, { required: { type: 'booleanClass', name: 'is-required', }, }, InputView.prototype.bindings),...

@wellsjo is this still an issue for you on the current version of nvm?

Here's a Fish shell version that listens to [SIGWINCH](https://en.wikipedia.org/wiki/Signal_(IPC)#SIGWINCH): ```fish # Determine whether to use side-by-side mode for delta function delta_sidebyside --on-signal WINCH if test "$COLUMNS" -ge 120; and !...

There is some relevant discussion with Kovid Goyal regarding the default presentations (and thus width in cells) of certain code points: https://github.com/kovidgoyal/kitty/issues/6572#issuecomment-1690889330 **TL;DR:** if you are explicitly adding the text...

@lorenzleutgeb you can have a look at my code in https://github.com/maralorn/nix-output-monitor/issues/108 to create your own aliases. It's not 100% battle-tested but it's a starting point.

Hmm, I use org-roam and I have set my org-agenda-files to my org-roam directories, so I can TODO in any note, but clearly this isn't sustainable, when I clock in...

I tried out @jasper-at-windswept's fork because I was curious, and the animations are cool, but the following would need some work, imo: - interaction with shaders, currently the shader is...

The sqlite db being a source of truth for state, and not merely a performance optimization—and thus not re-creatable from other (meta)data—_and_ that [db not being reliably updated by default](https://github.com/NixOS/nix/issues/1218)...

@JohannesKlauss I would be most grateful if you could review this PR. 🙏 In the meantime, I've worked around this by applying my changes to my project using yarn's [package...