Dylan McCall

Results 11 issues of Dylan McCall

I recently created a recipe to build python-zstandard, a Python module with a native component. I encountered an issue where the build script was attempting to run `ccache` on its...

feature-request

## Observed behavior In the "folder resources" panel for some resources, both the close button and the arrow icon overlap with text: ![Screenshot 2022-04-22 at 15-53-19 Watch Me - TED-Ed...

P1 - important
TAG: beginner friendly

I am using Floppyforms in an elaborate form page consisting of several nested ModelForm objects, and some form sets. Some of these form sets have min_num=0, which causes the initial...

In the HSDA specification, for "GET /services/", the response ID includes a single "location_id" field, which strongly implies that a service record should have a single location: http://openreferral.readthedocs.io/en/latest/hsda/hsda/#get--services-. In the...

api

When using the Background portal, I learned that an application needs to have a window in focus in order for the access dialog to appear. Otherwise, for example with GNOME...

bug
permissions
needs discussion
portal: background

I noticed an issue where `get_article_by_url` would return `None` in the rare situation that an article's index is `0`, such as in a tiny zim file with only one article.

bug

With new-style zim files, both articles and their assets appear in the same "C" namespace: https://www.openzim.org/wiki/ZIM_file_format#Namespaces [`ZIMClient.random_article`](https://github.com/kimbauters/ZIMply/blob/version2/zimply/zim_core.py#L1211-L1215) chooses a random index from the "C" namespace, assuming that entries in that...

## Observed behavior Using the new `get_os_user` feature in `kolibri.plugins.app.utils.interface`, it is possible to create a desktop Kolibri app which automatically signs in as a Kolibri user that is associated...

P0 - critical

## Observed behavior When the viewport is between and 840 and 1264 pixels, Kolibri's left sidebar is made narrower, which includes the Keywords search input (`.search-box-row .search-input`). This input field...

## Observed behavior As with other content, Kolibri Studio shows a preview of HTML5 apps that have been added to a channel. However, this preview is missing some functionality that...

P1 - important
DEV: frontend