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 2,982 public repositories matching this topic...
👟 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 - JavaScript
As a base issue.
Related to: appium/appium-base-driver#364 , appium/appium-base-driver#365
session/:session_id/appium/log_eventsession/:session_id/appium/events- filtering appium/appium-base-driver#368
https://github.com/appium/appium-base-driver/blob/master/lib/protocol/routes.js#L589-L594
-
Updated
Jul 2, 2022 - JavaScript
-
Updated
Jul 8, 2022 - JavaScript
-
Updated
Jul 8, 2022 - JavaScript
I got warnings like below, it looks like all components from react-native had been imported by default, so can I set that as empty or just view and text, and I will import the others when I need them.
Thanks.
-
Updated
Jul 8, 2022 - JavaScript
-
Updated
Jun 20, 2022 - JavaScript
-
Updated
May 16, 2022 - JavaScript
-
Updated
Jul 8, 2022 - JavaScript
-
Updated
Mar 3, 2021 - JavaScript
-
Updated
Jul 4, 2022 - JavaScript
-
Updated
Jun 23, 2022 - JavaScript
-
Updated
Jul 7, 2022 - JavaScript
Dark Mode support
Hi,
I never used your lib yet, but very interested to (as I was starting to do a similar thing).
One thing I noticed is that I don't see dark colors (eg: iOS Colors have light & dark values, which are different, same for grey, see https://developer.apple.com/design/human-interface-guidelines/ios/visual-design/color/)
Is there any plan to handle that? Might be a bit breaking change for color
-
Updated
Nov 2, 2021 - JavaScript
-
Updated
Jul 7, 2022 - JavaScript
-
Updated
Mar 30, 2022 - JavaScript
-
Updated
Apr 27, 2022 - JavaScript
-
Updated
Jun 7, 2022 - JavaScript
-
Updated
Feb 23, 2022 - JavaScript
-
Updated
Mar 27, 2021 - JavaScript
-
Updated
Jun 22, 2022 - JavaScript

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.