Jakub Pavlík

Results 39 issues of Jakub Pavlík

The *Gem layout* section of the [Gems with extensions](https://guides.rubygems.org/gems-with-extensions/) page is quite confusing. So far I don't know enough about C extensions to improve the text myself, so I'm just...

> ... Such dispensations have already been granted for other just causes such as the celebration of the Immaculate Conception in Spain and Italy and that of Our Lady of...

`P::curryN($n, $callable)` with `$n` other than 2 or 3 throws `RuntimeException` without a message. A meaningful error message would be helpful, supporting other arities even more so.

`spec/liturgical_law_spec.rb` builds specs from code examples contained in the markdown files in `liturgical_law/`. Example names contain markdown file paths and line numbers. ![2023-06-06-233153_1366x768_scrot](https://github.com/igneus/calendarium-romanum/assets/53101/f16ac1b8-2010-4b4d-949f-34e63c0d2f2b) It would be desirable to - [...

enhancement
help wanted
good first issue

Strings translated using the `i18n` gem are used for all Temporale celebration titles. There is currently no convenient way of building and simultaneously using two calendars which - within the...

enhancement

In 1998 the CDW notification [De occurrentia memoriae obligatoriae Immaculati Cordis Beatae Mariae Virginis una cum altera memoria eiusdem gradus](https://github.com/igneus/calendarium-romanum/blob/master/liturgical_law/1998_notificatio_de_occurrentia.md) specified that in case of occurrence of the memorial of...

question

I don't like the fact that credentials may only be provided using a configuration file in the home directory. As a solution I suggest inversion of control when dealing with...

There seems to be a bug in the Ruby implementation of start_with. The two examples below, one written using RxRb, the other using RxPy, construct the same observable, emitting a...

Hi, I read https://github.com/ReactiveX/RxRuby/issues/79 and quickly tried rxrubykoans. 1. readme doesn't mention necessity to install dependencies (e.g. by `bundle install`) 2. the mention of `npm install` is probably forgotten from...