Brett Chalupa

Results 30 issues of Brett Chalupa

**Stencil version:** (run `npm list @stencil/core` from a terminal/cmd prompt and paste output below): ``` @stencil/[email protected] @stencil/[email protected] ``` **I'm submitting a ...** (check one with "x") [x] bug report [...

Closes https://github.com/rust-cli/book/issues/55; based on convo there. Let me know if I should redo the sample code to use clap and include tests for it. I wasn't sure if that's necessary...

Little things to do to prepare for cutting the new release once the work is done: - [ ] run off of the latest commits in `main` for a bit...

I'd like to be able to run something like `rake graphql:docs:generate` or something similar to run the generator for the docs site. This would allow people to hook into other...

enhancement
help wanted

It'd be nice to be able to search through all of the concepts in the sidebar. I think this would be a really simplistic client-side JS search through the current...

enhancement
help wanted
good first issue
web

It'd be helpful to not lose the current scroll region for navigation and exploring docs of a similar nature that are grouped together.

enhancement
help wanted
web

So that full names can be visible: Would be nice to store the size in localstorage and load it from there if present to keep it consistent for a given...

good first issue
web

Would it be helpful to generate a sitemap of the generated site? I'd think so... Please chime in if you're interested in this and would find it useful!

enhancement
help wanted
web

https://guides.rubygems.org/specification-reference/#metadata= ``` ruby s.metadata = { "bug_tracker_uri" => "https://example.com/user/bestgemever/issues", "changelog_uri" => "https://example.com/user/bestgemever/CHANGELOG.md", "documentation_uri" => "https://www.example.info/gems/bestgemever/0.0.1", "homepage_uri" => "https://bestgemever.example.io", "mailing_list_uri" => "https://groups.example.com/bestgemever", "source_code_uri" => "https://example.com/user/bestgemever", "wiki_uri" => "https://example.com/user/bestgemever/wiki" "funding_uri" => "https://example.com/donate"...

documentation
chore