sandstrom
sandstrom
Good idea! (I've suggested this earlier, back in 2020, https://github.com/libvips/libvips/issues/1827) Thanks for an awesome library! 🏅
Perhaps this is not considered related, if so feel free to disregard. For some fonts, there is no 'whole font' file available, only the subset versions (latin-ext, cyrillic, etc). One...
I think unknown platforms are just ignored. #### Any platform allowed(?) So for example this platform list in `Gemfile.lock`: ``` PLATFORMS aarch64-linux arm64-darwin-21 arm64-darwin-22 arm64-darwin-23 anything-goes-whatever-works arm64-linux x86_64-darwin-21 x86_64-darwin-22 x86_64-linux...
> Seems like it could be helpful; though it's worth considering that `rbenv install` may not be available. rbenv-install is provided by ruby-build when installed as an rbenv plugin. But...
@t1m0n > I didn't want to enable discussion tab, because don't have much time to answer all questions Totally get this! If you enable it, *don't spend time reading or...
Sorry for the skepticism, but is it worth maintaining this extra code, over using `ActiveSupport::SafeBuffer` directly? Rails render HTML for each HTTP request, but BridgeTown is a static site builder,...
I'm doing some issue gardening 🌱🌿 🌷 and came upon this issue. Seems like something you'd just write in your own app, with ruby code (we've done something similar). In...
My personal opinion is that inverting the structure isn't worth the time, nor the churn (and juggling two setups will just add extra work code paths and complexity to the...
@jaredcwhite I don't agree, but that's fine 😄 I think when it comes to making a framework approachable, effort is better spent on documentation. Don't write code to solve problems...
Small thought on this piece: > Ability to timestamp the asset URLs so new site builds will load update JS/CSS entry points. **I'm not sure if that carries over to...