Sesh Sadasivam
Sesh Sadasivam
> Why was #8581 opened as a separate PR? I don't see how it has significance outside the context of the pull request here. @ashmaroli I could be mistaken —...
Okay sounds good! The changes from #8581 are already in this PR, so it’s ready for review. Do you have a suggestion for how to get the CI tests to...
😲 I made a similar change to the Gemfile to test locally, but I didn't realize I could also specify a GitHub ref! I've temporarily updated the Gemfiles for both...
Hi! I just thought I’d check in on this PR. @ashmaroli do you think there are any other blockers yo address before we can merge this? I don’t think there...
I keep running into this constraint while using Excalidraw SVGs, so I would love to see #3655 make it to production. --- Replying to @dwelle in https://github.com/excalidraw/excalidraw/issues/2496#issuecomment-742497020: > Lastly, it's...
Bump on this. I’ll go ahead and open a PR too :)
I believe this was discussed in #21. According to [this comment](https://github.com/pages-themes/primer/issues/21#issuecomment-440742963), the initial title heading is removed if you specify the following in `_config.yml`: ```yaml name: Site name that appears...
> However - will `title: null` shut the display of title in `` tag? I cannot find where it is generated. You're right, adding `title: null` *alone* makes the ``...
@epogrebnyak like you mentioned, the `` tag is generated by the [`jekyll-seo-tag`](https://github.com/jekyll/jekyll-seo-tag/) plugin. Here's the code that uses the `name` if no `title` is provided in `_config.yml`: https://github.com/jekyll/jekyll-seo-tag/blob/933b914ab27601ca29615489f0343c4417bb146a/lib/jekyll-seo-tag/drop.rb#L33-L35
Thanks for the feedback! Yes, I definitely see the issue with explaining large codeblocks. I’m hesitant about whether multi-color highlighting is the best solution though, especially from the point-of-view of...