Emil Tin
Emil Tin
(This is an update of an earlier PR #622. I still think it's relevant until 2.0 is done.) If you define a block for determing an ability on a clas,...
**Is your feature request related to a problem? Please describe.** I was struggling to change font sizes. You naturally try to set $root-font-size, but it has no effect because it's...
**Is your feature request related to a problem? Please describe.** I would like an aux link that is located at /dev. This only works on Github if the baseurl is...
this is because profile.avoid does not include 'construction', and no tests cover this.
Hi, It seems links are not validated, in the way they are when you use `{% link my_page.md %}` Would it be possible to add an option for this?
Hi, We have an issue with Async::IO::Endpoint#connect on Windows. On Mac, the methods returns with Errno 61 Connection refused if the server does not respond. But on Windows, it blocks...
Hi, I'm trying to write an extension that will document my rspec tests. Eg, ```ruby RSpec.describe "Aggregated status" do # Test aggregated status request, by sending a request # and...
Hi, I have a repo with the folder `docs/` publish to Github pages, and a `docs/dev/` folder with YARD docs. I'm trying to setup a github action for updating the...
The 'Exceptions' section of the documentation: https://socketry.github.io/async/guides/getting-started/index.html#exception-handling Includes the code: ```ruby require 'async' task = Async do # Exception will be logged and task will be failed. raise "Boom" end...