Hisham A
Hisham A
Bundling types as discussed in https://github.com/TalAter/annyang/pull/197. ## Description - Added typescript definitions in types/index.d.ts - Also added typescript definition test files along with necessary files to run the tests -...
On Safari, autocomplete for expiry date does not work: `` It appears Safari wants month and year to be in two separate input boxes - see https://stackoverflow.com/a/53501982/123254
**Describe the bug** Cursor appears in wrong location. **Reproducbile example** Access the demo pages from mobile Safari on iOS: https://ng-select.github.io/ng-select#/data-sources **Expected behavior** Cursor should appear at beginning of text or...
Seems like jasmine packages need to be updated/set to the right version. This is what I get after running `npm i` followed by `npm run test` ``` ERROR in /private/tmp/ng2-nouislider/node_modules/@types/nouislider/index.d.ts...
Trying to build this package. This is on Mac OS X. Running npm install node-sass@latest resolves it. Perhaps node-sass version needs to be updated in the package.json? Error is below....
### Description Container.of used to accept instanceId of any. Now it only accepts string (see this commit: https://github.com/typestack/typedi/commit/511e37f29e7fce4759058cfc5d7acb297bf4a653). Shouldn't it also support Symbol or Token to prevent name clashes? ###...
We're using the stripe node client 8.71.0 on an AWS Lambda running node 12.x. A stripe customers.list call is called first thing when the lambda executes. 33% of the time...
### Before opening, please confirm: - [X] I have checked to see if my question is addressed in the [FAQ](https://github.com/aws-amplify/amplify-hosting/blob/master/FAQ.md). - [X] I have [searched for duplicate or closed issues](https://github.com/aws-amplify/amplify-hosting/issues?q=is%3Aissue+)....
### Is this a regression? - [ ] Yes, this behavior used to work in the previous version ### The previous version in which this bug was not present was...
### Which SDK version are you using? 17.0.3 ### What's the issue? EventRequest.execute will not honor debug mode set via FacebookAdsApi. ### Steps/Sample code to reproduce the issue ``` const...