ParadoxV5
ParadoxV5
> The font size of `tag-h2` is already smaller than `tag-h1`; my mistake. What I actually want for the left menu is to make the font size of `tag-h3` to...
I have this issue as well. I’m currently alleviating this with a custom CSS: ```CSS nav { max-height: 50vh; overflow: auto; } ``` Compatibility-wise, I don’t know the inner workings...
I think the non-scrolling header is intended; but then the preview doesn’t *not* scroll the header.
您安装了`jekyll`没? / Have thee installed `jekyll`? `gem install jekyll`
P.S. Looks like our ~~favourite~~ child Rails also has RBS at [pocke/rbs_rails](https://github.com/pocke/rbs_rails). I can tell from pocke/rbs_rails#174 that they would welcome our engagement.
> RBS is designed to make you think in forms of concrete types, but Rack is designed for duck typing, so there is always going to be an impedance mismatch,...
I do see typing is secondary for Rack and am not against the decision to not ship RBS. Although, I’m also curious why the YARDocs have (duck) types. FYI, there...
Hints on typing are beneficial for knowing what can be used and what not. (E.g., [Rack 3 introduced additional constraints.](../blob/HEAD/UPGRADE-GUIDE.md)) However, indeed advantages currently are not significant enough between RBS,...
* Check ([link](https://github.com/ruby/gem_rbs_collection/actions/runs/3212309065/jobs/5251063596)): ``` Skipping: cannot find test script at `gems/rack/2.2/_scripts/test`... ``` * *runs `bundle exec steep check` on local machine*: `No type error detected. 🫖`
> It is better if you can make a task list for classes/modules that needs updates. It will be helpful for other contributors. Insightful suggestion! I compiled a list at...