apfz
apfz
The value in the scrollable info text decorator is returning integers instead. However my dataset only contains floats. Is this a bug? ``` scrollableInfoTextDecorator: (value) => this.state.chartCurrency === "xrp" ?...
Currently the value of the scrollable dot seems to be interpolated. How do I make the scrollable dot snap to the actual data in my dataset?
How do I show the scrollable dot only when the chart is touched? Currently it is showing by default.
After updating the state with new data I would like to animate a line chart. I tried to do something like this: ``` data={ [ {x: new Animated.Value(0), y: 10},...
I have installed platypus according to the instructions. However I am not able to run example files: ``` Traceback (most recent call last): File "/Users/f/app/Resources/solver/platypus.py", line 1, in from platypus...
I am writing custom software for which I want to use pyembroidery. Could you briefly explain the difference between the two libraries EmbroidePy / pyembroidery and inkstitch / pyembroidery? I...
### Describe the bug I have my front-end separated from my loopback application and I am trying to implement authentication through passport. However I receive the following error (after it...
### Describe the bug I am trying to access my User model's "roles" properties. I am using the @loopback/authentication-jwt package for JWT authentication. I have tried to bind a custom...
**Describe the bug** When adding passport-apple I am receiving an empty profile response. **To Reproduce** I've implemented a custom apple oauth provider in `apple-oauth2-verify.provider.ts`: (**NOTE**: the docs show a wrong...
I am working on a javascript based app that wiil use pyembroidery in my nodejs backend to generate .pes files. Now I know how to execute python in nodejs, but...