Conor Dockry

Results 8 issues of Conor Dockry

Seeing this error when I hide a div that contains many ChipSet components. ``` index.js:1452 Warning: Can't perform a React state update on an unmounted component. This is a no-op,...

help wanted

**Describe the bug** It's unclear how to use list items as links. As described [here](https://github.com/material-components/material-components-web-components/issues/441) none of the strategies work. Just pointing out in case this specific instance wasn't known....

Type: Bug
Component: List
Why: Enable new use cases
Focus Area: Components
Severity: Low
Why: improve ergonomics

As per the readme for fetching data on variables change.. ```html import { getClient, query } from 'svelte-apollo'; import { SEARCH_BY_AUTHOR } from './queries'; export let author; let search =...

using function clause pattern matching and tail recursion https://inquisitivedeveloper.com/lwm-elixir-23/#patternmatchingandfunctionclauses https://exercism.org/tracks/elixir/concepts/tail-call-recursion

**Describe the bug** On fresh install of openSUSE Aeon running Gnome 46, distrobox exported apps show correct app icon in the dash and the app grid, but show generic placeholder...

bug
wait-on-user

I have an issue using `qt6ct` with qt creator. It correctly set's icon theme and color theme to make creator operate effectively on GNOME, including allowing me to style the...

### Microsoft PowerToys version 0.1.1.0 ### Installation method PowerToys auto-update, WinGet ### Area(s) with issue? Command Palette ### Steps to reproduce On Windows startup, Command Palette opens / activates and...

Issue-Bug
Needs-Triage
Needs-Team-Response
Product-Command Palette

In v3 config you could use selector strategy for important: https://v3.tailwindcss.com/docs/configuration#selector-strategy ```js module.exports = { important: '#app', } ``` How do you do this in v4? Also, v4 docs show...