Paulo Queiroz

Results 13 issues of Paulo Queiroz

## Description Creating a large canvas makes everything laggy. I can see from the activity monitor that drawing uses 12% of my 4/8 core processor (100% of one core) which...

bug

The button "View on GitHub" on top of the project's README links to the page itself and not the actual repo.

**Describe the bug** Duplicating a task doesn't duplicate it's checklist. **To Reproduce** Steps to reproduce the behavior: 1. Create a task with some checklist items 2. Duplicate the task you...

Type: Bug

Using Adwaita-Supplementary-Folders causes this warning to output in all programs I tested (nautilus, tilix, gedit, and a few of my own). ``` Gtk-WARNING **: 14:31:32.619: Theme file for Adwaita-Colors has...

There are a few parts of the new UI that don't look right with this theme. 1. There is no padding on the right side of the header bar: See...

### What version of Elysia.JS is running? 1.0.5 ### What platform is your computer? Darwin 23.2.0 x86_64 i386 ### What steps can reproduce the bug? ```ts export const example =...

bug

### How can we reproduce the crash? Bun crashes intermittently when files change in a Nuxt dev server. I'm running the dev server with `bun --bun nuxt dev`. This has...

crash

### Environment Package: `@hebilicious/vue-query-nuxt 0.3.0` Node: `v22.12.0` ### Reproduction ```vue const { suspense, data, error, isPending } = useQuery({ queryKey: ["something"], queryFn: () => useRequestFetch()("/respond-with-4xx") }); if (import.meta.env.SSR) { await...

NuxtImg did not add correct preload links for images that had multiple densities but only one size which caused the preload tag to load 1x images for devices with 2x...

The following scenario does not work properly: ```vue ``` This generates something like: ```html ``` But that does not take densities into account (1x and 2x by default). ```html ```