Andrew
Andrew
### Checklist - [x] I have read the [Contribution & Best practices Guide](https://github.com/openSUSE/osem/blob/master/CONTRIBUTING.md). - [x] My branch is up-to-date with the upstream `master` branch. - [x] The tests pass locally...
### Checklist - [x] I have read the [Contribution & Best practices Guide](https://github.com/openSUSE/osem/blob/master/CONTRIBUTING.md). - [x] My branch is up-to-date with the upstream `master` branch. - [x] The tests pass locally...
**I'm submitting a ..** - [x] Bug Report - [ ] Feature Request **Current behavior:** Some pages in the admin interface are broken with `ActionController::MissingExactTemplate`: - [ ] Administration →...
### Checklist - [x] I have read the [Contribution & Best practices Guide](https://github.com/openSUSE/osem/blob/master/CONTRIBUTING.md). - [x] My branch is up-to-date with the upstream `master` branch. - [ ] The tests pass...
I'm still seeing #2356 intermittently. It appears to be caused by [an animation][animation] higher on the page causing Capybara to mis-click: - In failed tests, this click has slightly missed...
In past versions, datatables serialized into JSON that could represent columns containing arbitrarily structured data. For example, a column of post tags could contain an array— ```ruby def data records.map...
### Steps to reproduce the problem Attach this WebM video to a post: [catalogchoice.webm](https://user-images.githubusercontent.com/1844746/189794871-4f583e02-c413-4a6a-b254-d39d99b9f373.webm) ### Expected behaviour Inclusion in the post as a playable video, or a message explaining that...
I ran across a case that the hours recognizer doesn’t handle correctly: - Input: `3-9 PM` - Expected output: `15:00-21:00` - Actual output: `03:00-21:00` Screenshot: >
**lnav version** v0.11.1 **Describe the bug** Some of the documentation is cropped with no scrollbar:  **To Reproduce** View [Log Formats → Defining a New Format → File Format Reference](https://docs.lnav.org/en/v0.11.1/formats.html#format-file-reference)...
### I'm submitting a… - [x] Bug Report - [ ] Feature Request ### Current behavior Both of the iCalendar routes are unusable: - `/conferences/…/schedule.ics` raises `NoMethodError: undefined method 'icalendar_proposals'`....