Matthias
Matthias
#### Abstract NVM is the biggest performance bottleneck in loading a new shell for me, taking significantly more time than anything else. I attempted to determine what bits of the...
With dark mode on, a `text/md` page will render plaintext (as expected), but will be black, and so be nearly illegible. These should be handled like `text/plain` and correctly switch...
It would be great if there were an option to disable images without disabling links. Currently, I'm disabling the image renderer, like so ```js md.renderer.rules.image = function () { return...
### Modpack Version 1.83 ### Describe your issue. Alabaster bricks can be chiseled into Alabaster and only 2 other things, both from Environmental Materials (I think is the name of...
Adds information on integrating the JavaScript User Feedback SDK into a Rails app. It's modeled off the existing Python documentation. It also serves as a way to document the env...
Viewing a merge conflict from VS Code's git integration. The editor puts a check box in the gutter next to each change so that you can choose the left or...
## Lapce Version Compiled from 2ee625d4b16111fddda874e8f70889012045cf38. ## System information macOS 12.6 (21G115) ## Describe the bug Subpixel antialiasing is a technique for smoothing or rounding text by lighting up the...
I run `brew install emacs-plus` in a zsh shell with a `PATH` value set to `/usr/local/lib/ruby/gems/3.0.0/bin:/usr/local/lib/ruby/gems/3.1.0/bin:/usr/local/opt/ruby/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Library/Apple/usr/bin:/Users/matthias/.volta/bin:/Users/matthias/.cargo/bin:/Users/matthias/bin:/usr/local/opt/fzf/bin`. The value that ends up in Info.plist is `/usr/bin:/bin:/usr/sbin:/sbin`.
--cleanup: "Refusing to untap [tap] because it contains the following installed formulae or casks"
My Brewfile contains ```rb tap "sass/sass" brew "sass/sass/sass" ``` Sass has a build dependency on dart-lang/dart/dart ([src](https://github.com/sass/homebrew-sass/blob/2fe8dc4f5a2cacf05b18aeaa59920d72f9b47173/Formula/sass.rb#L16)). So in order to install/upgrade/build sass, Homebrew taps dart-lang/dart and installs dart. When...
In #1, this change was made for line 104, but not line 81. I was getting output with errors before making this change. (I still got an error, but it...