Jared White
Jared White
@KonnorRogers Hmm at this point I'm actually not aware of any issue preventing you from running pnpm directly from your Rakefile, so I'm not sure why you would need to...
@KonnorRogers ah, I think that's a function of if a gem and whatever's in package.json aren't in agreement version-wise. Maybe we should look into making that particular feature optional in...
@wilsonsilva I think the plan is to migrate away from Yarn in favor of the simplest/most universal install possible, which is simply Node/npm. @KonnorRogers has done some work to support...
This seems too low of a priority at this point. I'd rather prioritize making PostCSS optional anyway as time goes by…
Architectural note: this could be a perfect candidate for using [Signalize](https://github.com/whitefusionhq/signalize). Essentially we could spin paginators up freely wherever/whenever we want, and the actual list of resources would be lazily...
Ooo, another thought: a "paginator" is just the thing that carves [1,2,3] into [1,2] + [3], and what you're actually paginating is in fact either a standard collection or a...
I think at this point we should close this—and maybe choosing between different syntax highlighting options should be in a plugin anyway, rather than in core.
It kinda works pretty well out of the box right now, but if there's a mismatch between the default Ruby version on GitPod any `.ruby-version` file, then it's not quite...
This would likely be a place to start in terms of adding additional conditional logic here: https://github.com/bridgetownrb/bridgetown/blob/a1de6d1b7d31fdc7dcc15b0b200de6541982e6a7/bridgetown-core/lib/bridgetown-core/collection.rb#L73 I don't think we can blanket have a site-wide configuration option to change...
@sandstrom To be fair though, "slim core + plugins" isn't quite a goal of the Bridgetown project. See: https://www.bridgetownrb.com/docs/philosophy#core-principles If emoji text conversion seemed like it would receive enough potential...