Function

Results 69 issues of Function

This is about **Bulma**. ### Overview of the problem This is about the Bulma **CSS framework** I'm using Bulma **version** [0.9.3] This is a **Sass** issue: I'm using version [x.x.x]...

This is about **Bulma**. ### Overview of the problem This is about the Bulma **CSS framework** I'm using Bulma **version** 0.9.3 This is a **Sass** issue: I'm using version [not...

This issue exists in the latest stable version, details at the bottom. **When typing at medium or higher speed, the search results and resulting URLs can miss the last character...

bug
extension[WebSearch]

The spec contains `@inheritDoc`, which has the purpose for object-oriented inheritance of methods where only `@params`, `@returns` etc. are copied, but no other tags. It would be great if it...

**Describe the bug** There's no autocomplete / intellisense / typechecking with any JSON-LD component who's `.d.ts` file tries to import another type from the `types.d.ts` file. Some JSON-LD `.d.ts` files...

Right now there is no way to set the type of `file.data` except with `as`. In general, `as` in TypeScript conveys incomplete typings for external libraries or insufficient time to...

I'd like to know the best way to make Overlay components accessible for keyboard use. I can't pass `tabindex` to the Overlay component.

**Is your feature request related to a problem? Please describe.** I'm using [Archivebox](https://archivebox.io/) which doesn't have an API yet that can be easily used by an Android app like [HTTP...

type: feature-request

Which options do i have to get optimization working for `styled-components`? ```ts import styles from "../css/my-styles.css"; ```