Naseebullah Ahmadi
Naseebullah Ahmadi
I'm quite surprised that react-native doesn't have a stable library for charts. It's the fundamental tool for data visualization. I'm currently getting data from a server, which needs to be...
Hi there, We are using pnpm for our monorepo. Some of our dependencies are listed like so (in package.json): ```json { "devDependencies": { "@foo/config": "workspace:*", }, } ``` You can...
**Describe the bug** I'm trying to modify the regex so that the sorting works outside of `className=...`. For example, I want to modify the following regex: ```js "headwind.classRegex": { "css":...
I've got this code snippet which animates perfectly in [`jsfiddle`](http://jsfiddle.net/ewolden/w4zn7d1r/6/) But when I try to use the same code inside my `conf`, it doesn't animate, and just shows the first...
Hi there, I'm looking for a Js library that allows me to analyse ECG data. as in to be able to get few useful information out of ECG data. for...
Will we ever have an ORM like Prisma for Notion Database?
I'd like to import [`openbci-cyton`](https://github.com/openbci/openbci_nodejs_cyton) module into my react native project. When I do so, it leads to ``` Maximum call stack size exceeded ``` I'm using ignite template. I...
Unfortunately, I can't seem to make it work in react native as some modules are native, and react native doesn't support those modules? Is there any other solution?
### Describe the bug I noticed that no one has raised this before, but if you try to use withForm HOC form composition, you lose the fast-refresh: ```tsx Could not...