-
Updated
May 16, 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 36,538 public repositories matching this topic...
-
Updated
Apr 6, 2022
-
Updated
May 16, 2022 - TypeScript
-
Updated
May 13, 2022 - Dart
-
Updated
May 3, 2022 - Swift
-
Updated
May 16, 2022 - Swift
-
Updated
May 16, 2022 - Python
-
Updated
May 16, 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={
🚀 Feature
(A clear and concise description of what the feature is.)
Have you spent some time to check if this issue has been raised before?
(Have you googled for a similar issue or checked our older issues for a similar bug)
Yes
Have you read the Code of Conduct?
Yes
Pitch
A common way to mana
Is your feature request related to a problem? Please describe.
Currently Quasar Modes support TS files (for Electron and PWA modes), but the CLI isn't generating them out of the box.
Additional context
We need to create the TS version of all current files in these folders:
-
Updated
May 16, 2022 - Objective-C
-
Updated
May 16, 2022 - C++
-
Updated
Mar 31, 2022 - TypeScript
-
Updated
May 16, 2022 - Objective-C
Support using="-android viewmatcher", value="<JSON>"
appium/appium-espresso-driver#516
like appium/appium#12372
Acceptance Criteria:
- Ruby
- Python
- Java
- C#
- WebdriverIO ?
- wd ?
-
Updated
May 15, 2022 - C++
Bug report
Describe the bug
Here is a clear and concise description of what the problem is:
Hello, There is a bug on Kodi (tested on Windows Store version)
Using Alt+Space I can move Kodi on full-screen mode
Expected Behavior
Here is a clear and concise description of what was expected to happen:
Actual Behavior
Possible Fix
To Reproduce
Steps to reproduce t
-
Updated
Apr 26, 2022 - Ruby
-
Updated
May 16, 2022 - Dart
-
Updated
May 16, 2022 - Go
-
Updated
Apr 25, 2022 - TypeScript
I would like to be able to write rich notes about my VMs using the Markdown syntax.
This could be implemented by using the AttributedString API introduced by Apple in 2021.
I was trying to add formula SUM(G2:H2) which will result to I2, but the result goes to I3 and the header column is automatically becoming "8".
Before

let worksheets = {};
for (const sheetName of workbook.SheetNames) {
worksheets[sheetName] =