Yoo Chung
Yoo Chung
This pull request updates the Stack resolver to `lts-22.5` and widens version bounds appropriately. It also switches the use of `==` with `===` to show which values are different. This...
Add support for the [`aspect-ratio` CSS property](https://developer.mozilla.org/en-US/docs/Web/CSS/aspect-ratio). It specifies a desired aspect ratio for a display element. * `auto` * ratios in the form of `1/1`, `16/9`, `2`, or `0.5`...
It would be good if scanning with HLint was included as a possible [starter workflow](https://github.com/actions/starter-workflows) when adding a code scanning tool. This would increase the visibility of the option to...
* Adds the option to add middleware between the HTTP server and the static file serving to the configuration. * Update a number of functions to use the configuration as...
Instead of ignoring all existing feed items, toots a small number of feed items so that the activity stream does not start out completely empty. * If I understand the...