Angus Ross
Angus Ross
### What package has an issue @mantine/core ### Describe the bug Works fine without Nextjs: https://codesandbox.io/s/wonderful-sun-xpk6wl?file=/src/App.tsx:809-817 ``` Content Additional Content Additional Content ; ``` Nextjs renders Collapse with fixed height:...
**Describe the bug** Formatting a decimal value doesnt seperate out the hours and minutes ``` myDuration = dayjs.duration({ hours: 4.8 }) myDuration.format("HH:mm") => 4.8:undefined ``` **Expected behavior** ``` myDuration.format("HH:mm") =>...
This function allows me to send off an external request on clicking the confirm button and waits until it completes before closing, while also setting the loading state on the...
Hi, Currently the getServices method returns an array of all the Services available, whereas the getTopics method returns an object containing an array of all topics and an array of...
I have a fresh install of Bruno and I cant seem to be able to create any Collections. My system is ``` Static hostname: pop-os Icon name: computer-laptop Chassis: laptop...
**Question** How do I use Data placeholders in the numberFormat option and tooltop labelText on a ValueAxis? My data looks like this: ``` { year: "1988", value: 0.18, label: "my...
https://codesandbox.io/s/proud-haze-huwdl1?file=/src/App.tsx I want to store an array of strings in the url query params, but I would like the query param to be removed from the url when the value...
Hi, Currently the getServices method returns an array of all the Services available, whereas the getTopics method returns an object containing an array of all topics and an array of...