Rory O’Kane

Results 58 issues of Rory O’Kane

I would like to be able to do `pbpaste | html2slim | pbcopy` to process the contents of the clipboard. Current usage: ``` Usage: html2slim INPUT_FILENAME_OR_DIRECTORY [OUTPUT_FILENAME_OR_DIRECTORY] [options] ``` Desired...

Issue Type: Bug This is a performance problem that causes VS Code to ignore any text I try to type, in any file. It happens even with very short documents....

You requested help finding a good Markdown library in [the Closedverse FAQ](https://closedverse.ariankordi.net/help/faq): > #### Haha, now where's my Markdown? > > […] > > There is really Markdown, but it's...

@jackmaney [was unable to post an Issue](https://news.ycombinator.com/item?id=8625236), so I’m posting it for him: > Looking through the README, the first thing that made me balk was the fact that the...

[In the README](https://github.com/gogotanaka/Hilbert/blob/develop/README.md#integrate) and on [the website](http://hilbert-lang.org/) is this example: > ``` > S(log(x)dx)[0..1] > => - oo > ``` However, assuming that that code means “the integral of `log(x)...

within the list of supported CSS properties

Now, clicking the area around the links will trigger the nearest link. This makes the buttons easier to click, and less annoying. These styles are still not perfect. In Firefox,...

Define these instance methods of `Business::Calendar`: - `earliest_business_date_on_or_after` – alias for [`roll_forward`](https://github.com/gocardless/business/blob/936546b2ef5ee132e1e4dd7ad9a42c521afd2e43/lib/business/calendar.rb#L93) - `latest_business_date_on_or_before` – alias for [`roll_backward`](https://github.com/gocardless/business/blob/936546b2ef5ee132e1e4dd7ad9a42c521afd2e43/lib/business/calendar.rb#L101) While these names are more verbose, my team agrees that they are...

`#next_business_day` and `#previous_business_day` are useful public methods of `Business::Calendar`: https://github.com/gocardless/business/blob/936546b2ef5ee132e1e4dd7ad9a42c521afd2e43/lib/business/calendar.rb#L106-L122 The [README’s “Business day arithmetic” section](https://github.com/gocardless/business/blob/master/README.md#business-day-arithmetic) does not document those methods. It should. Where I think this documentation belongs in...