Randy W. Sims

Results 10 comments of Randy W. Sims

> **Describe the bug** traefik dashboard and whoami.docker.localhost not working > > **To Reproduce** Steps to reproduce the behavior: > > 1. 'run current 02-Configure-Traefik/docker-compose.file.yml' > 2. try opening dashboard...

I had the latest stable release. I've run Windows manually every other day for the last week or so because I was waiting on the 22H2 release to drop. Stable...

Well. It's fixed. More updates pushed through tonight (WSL, Defender, Cumulative for 22H2). After updating and restarting, winget is running normally. Although, WT now no longer recognizes my nerd fonts....

Or `vim.fn.expand('~/.vim/undodir')` Better: use `vim.fn.stdpath('config')` or `vim.fn.stdpath('state')`. These will also seem to respect $XDG paths, which I define on my Windows as well as Linux machines to keep them similarly...

Sorry, I may be missing it, but it looks like the suggestions there completely disable all snippet suggestions on other languages. I don't want to disable my other snippets because...

Is it stable enough for a beginner framework like kickstart? I'm new to vim/neovim. I've been trying every framework, modifying, breaking, writing my own versions, breaking them, studying dotfiles of...

Installed with scoop package manager (https://scoop.sh) ❯ scoop info moar Name : moar Description : A pager designed to work without any configuration Version : 1.11.4 Bucket : extras Website...

I can repro this on Linux. - Installed latest go - Built moar - Installed powershell (https://learn.microsoft.com/en-us/powershell/scripting/install/installing-powershell-on-linux?view=powershell-7.3) - Run powershell just like running any other shell ```powershell pwsh update-help help...

> Is the problem that `pwsh` line breaks the help text before sending it to `moar`, just like `man`? Yes. I don't believe this is an issue with moar. That's...

> Single file or local plugin (directory) can be installed via: > > ``` > # Single File > plug "$HOME/.config/zsh/aliases.zsh" > > # Local Plugin > plug "$HOME/code/supercharge" >...