Espen Antonsen

Results 89 comments of Espen Antonsen

@woodburn8 then use the GitHub reaction feature so your vote will be counted. See more info at http://fullcalendar.io/wiki/Requesting-Features/

@dannynoeloconnor @joshua5822 please see https://fullcalendar.io/wiki/Requesting-Features/ for how to vote on issues

sabre/dav is just a webdav server framework. CalDavZap at https://www.inf-it.com/open-source/clients/caldavzap/ is a javascript CalDav client that uses FullCalendar in the demo: https://www.inf-it.com/caldavzap/ There is also https://github.com/mozilla-b2g/caldav from Mozilla.

Can this be made into a pull request @Natico ?

FullCalendar is an open source project. Feel free to make a pull request. See http://fullcalendar.io/wiki/Contributing/

@Devmas88 if you want to vote for a issue use the GitHub emoji reaction. See https://fullcalendar.io/wiki/Requesting-Features/

@ivanrey "Comments like "+1" or "when will this be done?" will be ignored. Only reactions on the topmost description will be counted." See https://fullcalendar.io/wiki/Requesting-Features/

Using `tool-versions` has the same issue. asdf-ruby will parse the Gemfile when a Gemfile is present, and parsing the Gemfile does not support specifying ruby version using a file.

@jmschp asdf will read from the Gemfile when a Gemfile is present. asdf only support a specific version in the gemfile and not using `ruby file: ".ruby-version"`. The intention is...

I am already using `legacy_version_file = yes`. I am not that familiar with asdf but looking at [the code](https://github.com/asdf-vm/asdf-ruby/blob/d6eb4145ef780fda868fd4439c60dd84a941cb8e/bin/parse-legacy-file#L7) it seems like: 1) asdf will parse Gemfile when Gemfile is...