Function

Results 77 issues of Function

### URL(s) where the issue occurs https://fontawesome.com/icons/twitter?s=brands ### Describe the issue This filter list seems to modify fontawesome in a way that makes certain icons transparent or invisible. I noticed...

bug
filter updates

I often want to dump all my currently opened links into linkding. I know linkding has a bookmarks import, but only for formatted HTML files, i.e. bookmark exports. It's not...

This is an excerpt of the XML file i get: ```xml https://example.com/blog/foo 2021-01-18 https://example.com/blog/bar 2021-01-18 https://example.com/blog/[slug] 2021-01-18 https://example.com/blog 2021-01-18 ``` You can see the `/blog/[slug]` entry. I don't think this...

There's a standardized [Event interface](https://developer.mozilla.org/en-US/docs/Web/API/EventTarget) that's both used in browsers and in Node.js. I suggest to switch from the current function registering approach ([example](https://theqwertiest.github.io/foo_spider_monkey_panel/assets/generated_files/docs/html/module-callbacks.html#~on_key_down)) to this API. Advantages for the...

enhancement

**Describe the bug** Title pretty much says it all. The `Navbar.Dropdown` component doesn't contain a `` so it's not focuseable. See official component viewer: https://couds.github.io/react-bulma-components/?path=/story/components-navbar--default I've explored a few approaches...

bug

**Describe the bug** The `` by default shows a ".delete" button for closing the modal. This button is missing a discernable text: https://dequeuniversity.com/rules/axe/4.4/button-name?application=axeAPI Users relying on screenreaders will receive no...

bug

**Describe the bug** There's no default implementation for the Navbar.Link + Dropdown combination. By default it can't be toggled, but there's a working `hoverable` prop. Without that prop, the `active`...

bug

Title pretty much says it all. I was curious so i wrote this custom hook who's return value i pass to the `poster` prop: ```ts const useKindaLazyYouTubeThumbnail = () =>...

enhancement
help wanted

I have a *Nest.js* + *Next.js* setup where Nest calls the `next()` function to start the framework where i pass `withPreact()`. However, i get the error `Cannot find module 'preact/compat'`....