Mikey Lombardi (He/Him)

Results 146 comments of Mikey Lombardi (He/Him)

I suspect that the reason for this has to do with the [limited implementation](https://pkg.go.dev/embed#pkg-functions) of `embed.FS` - it only has `Open()`, `ReadDir()`, and `ReadFile()`. I believe it should be possible...

There's pretty good documentation on [web extensions][web-ext] but it doesn't seem trivial to do. In particular, I think there would need to be some attention around anything that relies on...

I think not having access to the SSG would be similarly problematic. Unless there's a way to combine it with a container I think the limitations are likely too many...

Love this idea. Another use case for conditional metadata is when it applies only to section pages (for example, `_index.md` files for a hugo site).

I think there's two different conversations happening with some crosstalk: 1. How should PowerShell module **projects** be organized - the source which one can fork from a repository. 2. How...

There is also a performance hit associated with using aliases and a general lossiness of use. It costs the writer of scripts/functions very little to expand an alias to the...

> Fallacy. Get-help % is no different than get-help foreach-object. If someone doesn't know what something means the help system is built for this. The help system exists only in...

Personally, I've started using option `2` and I prefer it - backwards compatibility, sane places for configs to go, standardized way of writing configurations that the community is already familiar...

Posh-Git definitely needs one. This would make for a lot of utility, especially if people are writing generally-useful things to put in their profile and are releasing them as scripts...

If we care about readability, we sure might want to chime in on a very relevant PowerShell issue: + https://github.com/PowerShell/PowerShell/issues/3020 When it comes to style, clarity, and readability, the options...