Rick Staa

Results 138 issues of Rick Staa

**Feature Request: Enhancing Contribution Guidelines with Testing and Debugging Information** **Is your feature request related to a problem? Please describe.** The current documentation for contributing to the project is comprehensive...

status: triage

This pull request allows users to customize the footer of their Jekyll site. By adding a 'footer-custom.html' file in the `_includes` directory of their repository, users can overwrite the default...

I've noticed that two images in the Primer theme are currently not displaying correctly: 1. Primer thumbnail image at https://github.com/pages-themes/primer: ![Broken Thumbnail](https://github.com/pages-themes/primer/assets/17570430/e48beafc-bbb6-42c5-84e5-8aabab90f6c9) 2. Documentation large image at https://pages-themes.github.io/primer/: ![Broken Large...

This pull request fixes the broken large image found in the example GitHub pages site.

#### Problem description Currently, users have the option to customize the footer text for their Jekyll repository by directly modifying the `/_layouts/default.html` file, which involves copying the entire contents of...

For one of my projects, I try to add a footnote to a list item: ```md - [url](https://www.url.com) - Description[^1]. [^1]: Some footnote. ``` This, however, keeps throwing a `Found...

### Is your feature request related to a problem? Please describe. As explained by @SleepyCatten in https://github.com/rickstaa/github-emoji-picker/issues/202, users might want a way to see emojis which are not yet supported...

enhancement

### Describe the bug ### Problem The deprecation of the create-react-app framework (as discussed [here](https://blog.bitsrc.io/the-future-of-react-why-create-react-app-is-deprecated-and-hooks-are-the-future-83e8a087a325?gi=d24f587f20f9)) has created a roadblock in updating TypeScript to version 5 (refer to [this GitHub issue](https://github.com/facebook/create-react-app/issues/13080))....

bug
help wanted

This commit adds PRBot as a co-author, so we can still check where PRBot is used. @M3kH I have not yet tested this PR since I could not find a...

I use this amazing tool inside several Github actions. Since supplying all the corrections I want to ignore using the `-i` flag is impractical it would be nice if we...