Matt Jolly

Results 168 comments of Matt Jolly

Appreciate the feedback. I'll get that amended and tested over the next week while I'm off (this time for real, I promise!)

+1 for this feature. I'd definitely like to see a 'standard' way to put them into markdown - the mkdocs syntax looks pretty good. To be properly useful though there...

I'm also abusing blockquotes. :'( [Here](https://squidfunk.github.io/mkdocs-material/reference/admonitions/) is a pretty good reference as to the syntax that mkdocs uses - it's the same syntax that @tobiasdiez has indicated above. The TL;DR...

I've been experiencing this on KDE Wayland for months. Why doesn't the steam client just use system notifications at this point anyway? **System Info** **Kernel**: `Linux monolith 6.1.2-gentoo--bouncy-mouse #1 SMP...

@ragusaa Any update on the scheduling for this one? Gentoo has recently moved to the point that the only available versions of LLVM from the default repositories [are >=14](https://packages.gentoo.org/packages/sys-devel/llvm)

I just wanted to ping on this one again; it's been a few months and we're now looking at LLVM 14-16 marked stable for most arches in Gentoo, with 17...

I've been discussing bringing this package into `::gentoo` under the Containers project on IRC; it's proven to be incredibly useful to me over the last little bit! Excited to see...

> Another one is missing dependencies as most Ebuilds assume a real Gentoo system with certain packages being around just like that. So maintainers just leaving them out because of...

No worries! The short version is that Gentoo's package manager, Portage, uses [ebuilds](https://wiki.gentoo.org/wiki/Ebuild) which are very bash-like. Google's ChromeOS (and its open-source flavour ChromiumOS) use Portage to maintain... some parts...

Hi @koalaman, While ebuild/eclass variables do change over time, it is possible to extract them automatically (which is how `src/ShellCheck/PortageAutoInternalVariables.hs` is constructed). As best I can what you've described is...