Woz

Results 26 comments of Woz

tools like miniver currently require annotated tags https://github.com/jbweston/miniver > Annotated tags are meant for release while lightweight tags are meant for private or temporary object labels. For this reason, some...

Also trying to exclude files under `.eggs|.git|vendor` directories while also only including certain file extensions

using zsh/oh-my-zsh I have a file at `$ZSH_CUSTOM/kubectx.zsh` (auto sourced as part of oh-my-zsh I think) with: https://gist.github.com/stuart-warren/e5d22f51ee0affd17cbd459ddf2f67c9 which allows me to use different contexts/namespaces in different tmux splits

I see there is existing discussion in https://github.com/lspcontainers/dockerfiles/pull/46 regarding other python language servers and various tools for managing virtual environments

After talking to Canonical support about this, just to get everything straight in my head I believe the issue is: Ubuntu 22 now used cgroupv2 which is a change, so...

changing lazy to `false` in the telescope-file-browser package seems to work https://github.com/doom-neovim/doom-nvim/blob/d878cd9a69eb86ad10177d3f974410317ab9f2fe/lua/doom/modules/features/telescope/init.lua#L63

Tried creating a script to use as a custom git binary `git-obsidian` which worked once I fully specified the path, maybe environment variables are not set up? ``` #!/usr/bin/env bash...

initial thoughts for needed changes are: https://github.com/canonical/snapcraft.io/blob/4543a8ebb448a721e97ee1119ef360b9094d117e/webapp/store/logic.py#L170-L177 https://github.com/canonical/snapcraft.io/blob/4543a8ebb448a721e97ee1119ef360b9094d117e/templates/store/snap-details/_channel_map.html#L94-L107 https://github.com/canonical/snapcraft.io/blob/4543a8ebb448a721e97ee1119ef360b9094d117e/static/js/public/snap-details/channelMap.js#L446-L452 But not certain

I'm also trying to replicate zmk keybinds on my home row and struggling with repeatedly throwing control/alt/shift combos while typing at a normal speed zmk seems to have flavours of...