samzmann
samzmann
## Before I have submitted the issue [x] I have read an [installation guide](https://tipsi.github.io/tipsi-stripe/docs/installation.html) [x] I know that for an iOS I need to install pods because I've read the...
## Before I have submitted the issue [x] I have read an [installation guide](https://tipsi.github.io/tipsi-stripe/docs/installation.html) [x] I know that for an iOS I need to install pods because I've read the...
The recommended way to import `animationData` does not work and has caused a few issues. See: - https://github.com/chenqingspring/react-lottie/issues/115 - https://github.com/chenqingspring/vue-lottie/issues/20 (in a different repo, but same issue) This error in...
I'm making a basic time picker with two wheels: hour, minutes. If the selected time is not valid, the wheel should turn back to the previously valid time. For example,...
I have a custom hook `useKeyEventListener` that looks more of less like this: ```JavaScript const useKeyEventListener = () => { useEffect(() => { KeyEvent.onKeyDownListener(() => { /* do stuff */...
Some of my API routes look like this: `/api/3/ContainerHistory/GetUserContainers` This leads to the following error when generating types: ``` SyntaxError: An identifier or keyword cannot immediately follow a numeric literal....
Hi there, wow, first issue in the repo! I'm trying to install the node.js package with the command `yarn add @here/flexpolyline` and I get this error: ``` error An unexpected...
TLDR: I would like to have access to the react-native-fast-image types in a separate package, distributed on npm, called for example `@types/react-native-fast-image`. This @types package would follow the same version...
In some cases the app crashes unexpectedly while the user is midway through the PayPal setup flow in the browser app. This is not a bug in this library. It...
I'm going throught the tutorial and enjoying it. Great work! Now I just got the the [`Part 3 / Loading data / Page data`](https://learn.svelte.dev/tutorial/page-data) section. I got curious about how...