twiddler
twiddler
**Is your feature request related to a problem? Please describe.** I'd like to let `ResponsiveBar` know that the x-axis is a time scale, so that it automatically calculates a sensible...
### What package has an issue @mantine/core ### Describe the bug `Transition` sometimes shows its content instantly. I encountered this error in my app and was able to reproduce it...
Hey there! :wave: I am using a UML derivative that has an additional visibility marker apart from the usual `+`. `-`. `#`, `~`. Is there a possibility to use a...
There are some [examples showcasing drag-and-drop](https://ui.mantine.dev/category/dnd) that use [react-beautiful-dnd](https://github.com/atlassian/react-beautiful-dnd). This library seems to have been superseeded by [@hello-pangea/dnd](https://github.com/hello-pangea/dnd) which supports TypeScript out of the box and fixes an error with...
Hey there and thanks for the great extension! :wave: I am using this extension with a few simple custom regular expressions in `settings.json`, e.g. for checking variable names when declaring...
Hey there! :wave: You're providing deb and rpm packages already. Are you planning to publish them in the respective software repositories such that we can install pscale with the usual...
In this code … ```ts import { z } from 'zod' const b = z.coerce.boolean() type B = z.input ``` … `B` evaluates to … ```ts type B = boolean;...
Hey there! :wave: I am replacing [rpc-websockets](https://github.com/elpheria/rpc-websockets) with [trpc](https://github.com/trpc/trpc) in an old mongoose project. This time I want everything typed, and mongoose was giving me an exceptionally hard time, but...
React 17
Hey guys! :wave: I'd like to give this package a try in my current project. However, I am using React 17 right now, and `audio-react-recorder` requires 16.x.x. Can we add...
### Prerequisites - [X] I have written a descriptive issue title - [X] I have searched existing issues to ensure the bug has not already been reported ### Mongoose version...