David Brochero

Results 13 issues of David Brochero

Add a GitHub Actions Workflow responsible for cleaning up the repo created for a template from all of the packages. This workflow would be triggered automatically only when a new...

I know this is a duplicate of 11337. I've already tried to make a PR with these updates on their fork, but it's been more than a month without new...

### Steps to reproduce 1. Open any title 2. Click on the drop-down menu icon (opens right-aligned) However, there is a second unintended behaviours: 1. Open any title. 2. Click...

bug

### Steps to reproduce 1. Receive the update notification, but don't update. 2. Open Info -> Check Updates ### Expected behavior The markdown is properly formatted in both cases ###...

bug

## Purpose `pacscripts` can be arbitrary code, and therefore can be unsafe. This PR reduces the area of attack by sourcing the pacscripts and running it's functions in an isolated...

enhancement
release notes
bash
pacscript
improvement
BREAKING CHANGE

**Describe the bug** When a Nickel file attempts to do recursive imports, the evaluation process may hang indefinitely, and sometimes consumes all available RAM. This could happen due to user...

good first issue
type: feature request

When using the `wgpu` feature in `libcosmic` on my old laptop with integrated/hybrid GPUs, the tested applets don't render correctly on `cosmic-panel`, but render correctly as a window on `cosmic-comp`....

bug

Exposes the list of merged sources Adds merged source match to `EnhancedTracker::accept` Adds match between source and tracker when registering enhanced trackers on merged sources. Closes #931. Limitations: It's only...

### Steps to reproduce 1. Merge 2 or more sources, one of them being Suwayomi 2. Read any chapter, from any source ### Expected behavior The tracking in Suwayomi would...

bug

I had to do a little bit of refactoring to make the login logic work with Komga and Suwayomi at the same time, so I ended up adding a common...