Steven

Results 129 issues of Steven

I got fonts working with https://github.com/lovell/sharp/issues/1220#issuecomment-583449584

It might be faster to load fonts with the new [font api](https://github.com/alixaxel/chrome-aws-lambda#fonts) instead of reading the file and then injecting css for reach request. ```js const chromium = require('chrome-aws-lambda'); await...

enhancement

This will ensure the latest features are available to deployments, such as Node.js 16

Thanks for putting together this example! I have a [server-side-rendering example](https://github.com/styfle/react-server-example-tsx) that I thought would be fun to try with parcel. Currently, it uses webpack with two bundle configs: one...

question

Is it possible to upvote a post? If not, consider this a feature request 😃

enhancement

It shows up in my calendar as Jan 2016 but the link says August. ![image](https://user-images.githubusercontent.com/229881/62650306-6d3cf100-b90b-11e9-875d-75baef187b40.png) https://github.com/wafflejs/wafflejs.github.io/blob/853771dd533f5f8529aa0e41643aa9996c4e0104/models/WaffleJS.ics#L26

Would you consider adding a Relative Time feature such as moment's [fromNow()](http://momentjs.com/#relative-time)?

This error message was incorrectly telling user to use the `2.7.x` value even though it will fail `bundle install` with the following error: ``` Your Ruby patchlevel is 0, but...

area: ruby

This PR replaces the `update-notifier` dependency with a custom implementation. The reason is that dependency is quite large and it requires ESM in order to update. - Related to #8038

area: cli
semver: minor