Results 8 issues of Mantas

Tried installing with copy/paste method and Git Submodule method. Both gives same results. Kirby version: 3.5

Hi. I'm looking for two DataTable features: - selectable row, onselect event handler - svelte component nesting inside DataTable cell These aren't implemented, right ? ``` {#each sorted as item,...

```Scroll to link``` ... `````` Expected: after link is clicked, page should scroll to section. This works in Chrome using asscroll.js, but doesn't work in Safari (Version 14.1.2 (16611.3.10.1.6)) Is...

bug

### Check for existing issues - [X] Completed ### Describe the bug / provide steps to reproduce it Getting error ```Error: could not prompt: unexpected escape sequence from terminal: ['\x1b'...

defect
terminal

### Check for existing issues - [X] Completed ### Describe the feature Described in discussion - https://github.com/zed-industries/zed/discussions/10823 Would be nice to have user input as variable So instead of exact...

enhancement
tasks

## Current Behavior Running npx typed-scss-modules src throws error: Cannot find module 'node-sass' node-sass is deprecated. Using deprecated package just for typed-scss-modules to work is wrong Related to: [#140](https://github.com/skovy/typed-scss-modules/issues/140)

In zed `settings.json` I have: ``` { "lsp": { "biome": { "settings": { "config_path": "./biome.json" } } } } ``` In `biome.json`: ``` { "$schema": "https://biomejs.dev/schemas/1.9.4/schema.json", "linter": { "enabled": true,...