Mikey Lombardi (He/Him)

Results 146 comments of Mikey Lombardi (He/Him)

Building on GitLab and using GitLab CI also lets you use docker images, fwiw.

See #32 for some current limitations on windows. I have a chocolatey package worked out and ready to publish, but held off for the moment since it can't be used...

@meowgorithm, [this note](https://github.com/charmbracelet/bubbletea/pull/222#issuecomment-1033072151) in #222 implies that the (now-merged) PR invalidates this one - I'm not sure if that means this PR needs to be reworked or is no longer...

@meowgorithm a _little_ hard to tell as: - my implementation so far is neither clever nor extensive - I think I saw elsewhere a comment that mentioned there wouldn't be...

More broadly, it looks like no spans within a table are picking up their format, e.g: ```go in := ` | First | Second | Third | | ----- |...

[This comment](https://github.com/charmbracelet/glamour/issues/44#issuecomment-569364470) elucidates _why_ this might not be working, I think: > The spurious output is fixed by [5a1a0f6](https://github.com/charmbracelet/glamour/commit/5a1a0f6457a0dcf13e408e1a8b32151d70cfddff). > > To render AST children (like links) within table cells...

Came across this today while incorporating glamour into a cobra app to surface docs. 😣

If we do some work around the Changelog, I suggest we pick/stick to [a standard](http://keepachangelog.com). I have some mixed feels about auto-generating changelog lines - I'm not sure how effectively...

So, a couple months on and I'm _less_ sure you can write good, effective changelog entries automatically. I think an `Add-ChangelogEntry` function might be pretty useful, but the actual writing...

@gaelcolas, I'm not philosophically opposed to using an `Add-ChangelogEntry` function, but _what_ would the content be? How does it no what subsection it should be under? Or are you alluding...