ParadoxV5

Results 35 issues of ParadoxV5

I would like to contribute. I hope I didn’t necro-“thread”! I might have more commits/PRs coming up.

When the `` menu has many items (is long) or on short-height windows or screens, the `` simply overflows the window with the overflown items cut-off and inaccessible. This quick-fix...

Sources say it’s possible through CSS (no JS required), but I’m not sure if the inner-workings of Leap Day are compatible. ## To reproduce Uh… Here! ➡ https://pages-themes.github.io/leap-day/#header-1 ## Note...

wontfix

(`rdoc --version`: `6.4.0`) RDoc (and by extension, [YARD](https://yardoc.org/) out-of-the-box) has Markdown support, but it doesn’t work correctly when it comes to nested emphasis/strong text, in-line code and links. Refer to...

[README.md](../blob/master/README.md)和[HEADER](../blob/master/HEADER)表示這個倉庫以**CC-BY-SA**授權,但附件[LICENSE.md](../blob/master/LICENSE.md)是**CC-BY-_NC_-SA**,多了非謀利的要求。

[Commit `c00feff` removed the `How to compile and install` section from the main `README.md`](https://github.com/ruby/ruby/commit/c00feffb46ac646605adc277b5454e6b067e2d8a#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5L89-L160), possibly in favour of the separate [`building_ruby.md`](https://github.com/ruby/ruby/blob/HEAD/doc/contributing/building_ruby.md) page. The More Info link `Building from Source` section...

I am currently tinkering with Rack and RBS. Introduced with Ruby 3, [ruby/rbs](https://github.com/ruby/rbs/) is a type-checking language for Ruby. Currently, [RBS for Rack is (somewhat) available in the Gem RBS...

This PR partially addresses #210 (the updating action, not the Rack 3 concern) by reviewing and updating some of Rack’s commonly-used classes: ``` Builder Config Lobster MediaType MockRequest MockResponse Request...

I am currently tinkering with Rack and RBS, using this collection for Rack’s RBS. Unfortunately, it is quite lacklustre. It looks like it was partially prepared by @mame and TypeProf...

Firstly, #2543 is promising. #### Expected (by users) Kinds and fields are toggles for what is present in the output. The expansion of macros (presumably during parsing) is independent of...