-
Updated
Sep 27, 2021 - Dart
iOS
iOS is the operating system for all of Apple’s mobile products. The operating system was unveiled at Macworld Conference and Expo in 2007 to support the company’s new venture, the iPhone. Since then, the operating system has grown to incorporate other products, including the iPad and iPod Touch.
Here are 32,913 public repositories matching this topic...
-
Updated
Sep 8, 2021
-
Updated
Sep 24, 2021 - TypeScript
-
Updated
Sep 16, 2021 - Swift
-
Updated
Sep 23, 2021 - Dart
-
Updated
Sep 25, 2021 - Ruby
-
Updated
Sep 26, 2021
-
Updated
Sep 25, 2021 - Swift
-
Updated
Sep 15, 2021 - Swift
-
Updated
Sep 26, 2021 - TypeScript
-
Updated
Sep 17, 2021 - Swift
-
Updated
Sep 22, 2021 - Swift
Environment
Provide version numbers for the following components (information can be retrieved by running tns info in your project folder or by inspecting the package.json of the project):
- CLI: 6.2.2
- Cross-platform modules: 6.0.1
- Android Runtime: 6.2.0
- iOS Runtime: 6.2.0
- Plugin(s): unrelated
Describe the bug
openFile method of utils module does not preview the
What did you do?
Hi, many thanks to all the people maintaining the library and providing support
I use a CAEmitterLayer to make some confettis pop as soon a view is displayed. When Hero is used to transition (wit
Describe the bug
When createUploaderComponent has been created, emits specification only described the usage as an array (eg. ['update:label', 'change']), later on they added the ability to provide an object for stricter type checking and validation, very much like props.
Currently createUploaderComponent only supports emits as an array and props as an object
**Codepen/jsFid
-
Updated
Sep 26, 2021 - Swift
It may be a specific request but since there is a zip file handler for Android, doesn't hurt to ask for a desktop (maybe multiple backends?) implementation.
I would like to try that in the future but if anyone has time before feel free to do it.
Similar
-
Updated
Sep 22, 2021 - Java
-
Updated
Sep 27, 2021 - Python
-
Updated
Sep 26, 2021 - TypeScript
-
Updated
Sep 22, 2021 - C++
-
Updated
Aug 1, 2021 - Dart
I believe there is a bug here:
https://github.com/SheetJS/sheetjs/blob/333deae63fbe13d1ff2db42e599211a062001c32/bits/87_read.js#L69
If the input data was an
ArrayBufferbut opts would not have atypeset we would essentially convert theArrayBuffertoUint8Arrayand callreadSyncagain but without setting appropriateopts.type. This then leads to few lines below https://github.com/Sh