-
Updated
Jul 9, 2022 - 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 37,404 public repositories matching this topic...
-
Updated
Jul 2, 2022
-
Updated
Jul 9, 2022 - TypeScript
-
Updated
Jul 7, 2022 - Dart
-
Updated
Jun 20, 2022 - Swift
-
Updated
Jul 9, 2022 - Ruby
-
Updated
Jun 30, 2022
-
Updated
Jul 9, 2022
-
Updated
Jul 8, 2022 - Python
👟 Reproduction steps
Go on the documentation at this page : https://appwrite.io/docs/server/databases?sdk=nodejs-default#databasesGet
Or use one of the SDKs.
Example with dart sdk :
Databases(client, databaseId: 'test').get() return Collection object instead of Database object.
👍 Expected behavior
GET and UPDATE method return Database object.
👎 Actual Behavi
-
Updated
Jul 8, 2022 - Swift
Is your feature request related to a problem? Please Describe.
Add accessibilityHint and accessibilityLabel support to ButtonGroup buttons. Currently when I try to pass in a custom button component like this to the ButtonGroup buttons prop:
const buttons = [
(
<Text
accessibilityHint={translate('ARIA HINT - Tap to search by podcast title')}
accessibilityLabel={
-
Updated
Jun 23, 2022 - Swift
-
Updated
Jun 15, 2022 - Ruby
-
Updated
Jul 9, 2022 - JavaScript
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
-
Updated
Jul 5, 2022 - 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
Jun 28, 2022 - Java
-
Updated
Jul 7, 2022 - TypeScript
-
Updated
Mar 25, 2022 - Dart
-
Updated
Jul 9, 2022 - Objective-C
While writing string data (example = "121212121212121" -> string of all integer characters) into excel.
while user download and see, the downloaded xl/CSV, the data is shown in exponential format. Is there a way to show the same data. without converting into exponential in this case.