Jared White
Jared White
It was always a bit of a hack to wire up a GH action to build a site and they copy the output files into a branch to be picked...
This may be a limitation of YARD tags, but I have a module that's trying to set class instance variables, and I'm not sure how I can get those typings...
I've been playing around with Corset, and there's lots to like here! I'm very much on board with the project philosophy. 👍👍 One thing I'm wondering: it would be great...
This is a reworking of the esbuild plugin so it uses the Ruby version of Ruby2JS
This just updates the Solargraph dependency in the gemspec to 0.45 with the ability to update to 0.46, etc. I haven't done an extensive test but it seems to be...
I'm looking at providing an API that will have multiple token_audience/token_secret_signature_key values depending on the particular account that a user is associated with. Right now, it looks like the only...
As part of the release cycle of Bridgetown 2.0, we'll be moving our window of Ruby support to the past two versions besides current. That gets us starting with Ruby...
This makes working with content within SSR context much more straighforward. I also added more documentation around server rendering, with still more to come. bridgetown-routes now supports initializer-based config. *...
The SSR / Roda docs are currently lacking information about how to read collections in manually. For example, something like this in an initializer: ```rb init :ssr do setup ->...
With modern ESM becoming ubiquitous and services like esm.sh providing literally "esbuild in the cloud" (or you can self-host which is pretty freaking great), with vanilla CSS becoming a true...