svizzle icon indicating copy to clipboard operation
svizzle copied to clipboard

Svelte components for data visualisation and utilities for data transformation.

Results 86 svizzle issues
Sort by recently updated
recently updated
newest added

We need to find or write eslint plugins for various problems we got so far: - we should never be able to commit if in the `@svizzle/foo` package we import...

meta:dependencies
triage:annoyance
meta:linting

The font selection panel sometimes breaks up by rendering full labels instead of resorting to arrow buttons, which appears like below:

triage:bug
package:a11y

Dapsboard is already so generic that you can use it with a generic ES instance just by providing endpoints and schemas in .yaml files. In this sense, should we call...

triage:newpackage

From https://github.com/nestauk/dap_uk_ai_map/blob/f3ce7b1df94afee26d42bc67a84f0662b8685a87/fe/src/lib/utils/svizzle/ui.js#L27 ``` export const resizeHandler = ( node, { onResize, onResizeEnd, onResizeStart, timeout = 500 } = {} ) => { let resizing = false; const started = size...

package:ui

We tried the below config, which would remove almost all semicolons, making it for a much cleaner code. ``` semi: - error - never - beforeStatementContinuationChars: never ```

meta:code
package:*
meta:linting

We need to update `doc/dev.md` with the newer procedure, as we do things a bit diffently now.

meta:docs

> You can use the --if-present flag to avoid exiting with a non-zero exit code when the script is undefined. This lets you run potentially undefined scripts without breaking the...

meta:code