Nils Haberkamp

Results 17 issues of Nils Haberkamp

**Describe the bug** Pressing the Backspace when the number input has a negative value the content of the number field will be `NaN`. **To Reproduce** Steps to reproduce the behavior:...

type: bug 🐛
type: contributions welcome 💚
hacktoberfest

## Feature request ### Overview I'm creating this issue because it currently is not possible to change the state of the checkbox component when javascript is disabled. For example this...

Package: react/checkbox
Topic: Progressive Enhancement

In our test suite nest describe blocks a lot. And sometimes we try to test the same behaviour with different behaviours of the user. And we use reuse the title...

bug
rule: no-identical-title

The official router for Vue.js has a feature called ["Named routes"](https://router.vuejs.org/guide/essentials/named-routes.html#named-routes). It makes it possible to give the routes a separate name to refer to them instead of using the...

enhancement

# Bug report ## Describe the bug It seems that it's not possible to start supabase in a gitpod workspace ## To Reproduce Steps to reproduce the behaviour, please provide...

bug
help wanted
p4

When creating executing snapshot tests locally everything works fine. But once I execute the test inside the Github CI the test fails. Link to the CI: https://github.com/Haberkamp/ink-spreadsheet/actions/runs/5511094317/jobs/10046192322?pr=6 Screenshot of the...

Hi, it's not possible to use stylex in astro files. I can only use it in react components. ```astro --- import * as stylex from '@stylexjs/stylex'; const styles = stylex.create({...

known issue: upstream

- Operating System (or Browser): - Node Version: 22.11.0 - postcss-values-parser Version: 6.0.2 ### How Do We Reproduce? Here's a little [Stackblitz](https://stackblitz.com/edit/stackblitz-starters-snmmdg?file=index.js) instance that reproduces the issue. ### Expected Behavior...

- Operating System (or Browser): Docker container - Node Version: 22.11.0 - postcss-values-parser Version: 6.0.2 ### How Do We Reproduce? Try to parse a complete css file that contains classes....