-
Updated
Jun 19, 2022 - Swift
Xcode

Xcode is an integrated development environment (IDE) for macOS containing a suite of software development tools developed by Apple for developing software for macOS, iOS, watchOS, and tvOS. Xcode pulls all the tools needed to produce an application (particularly a text editor, a compiler, and a build system) into one software package rather than leaving them as a set of individual tools connected by scripts.
Here are 4,845 public repositories matching this topic...
-
Updated
Jul 6, 2022 - JavaScript
-
Updated
Jul 5, 2022 - Swift
-
Updated
Jun 24, 2022 - Swift
-
Updated
Jun 29, 2022 - Swift
-
Updated
May 19, 2022 - Objective-C
Is your feature request related to a problem? Please describe.
Doc string states:
Date().weekday -> 5 // fifth day in the current week.
Guess what, 5 is not friday. It's thursday. It makes some sense after i dug deeper, but as a programmer, i assumed monday could be 0 or 1, therefore thursday should be 3 or 4. Monday is 2! Because sunday is 1!
**Describe the solution you'd li
-
Updated
May 17, 2022
Operating System
Windows 10, 64 bit
OpenRCT2 build
OpenRCT2, v0.4.0-174-gc8df66f (c8df66f on develop) provided by GitHub
Describe the issue
The implementation of String::Format_VA
(mostly called from the String::Format
overload without the buffer argument) allocates space for the string, and it's up to the user to free this (Memory::Free
). This is however rarely do
-
Updated
Mar 20, 2022
I'd like there to be an option to have code blocks be line wrapped. Maybe a check box for it in Rendering -> "Syntax highlighted code block" next to "Show line numbers" etc.?
If I try hard enough I can dig through the css files in Contents/Resources/Prism/themes and change "white-space: pre;" to "white-space: pre-wrap;", but doing so breaks the code signature of the app. And that's not a very n
-
Updated
May 3, 2022 - Swift
-
Updated
Jun 25, 2022 - Ruby
-
Updated
Dec 30, 2021 - Objective-C
-
Updated
Mar 8, 2022 - Objective-C
-
Updated
Jun 16, 2022 - Swift
-
Updated
Jun 20, 2022 - Swift
-
Updated
Jul 5, 2022 - JavaScript
-
Updated
May 17, 2022 - Swift
-
Updated
Jul 26, 2021 - Objective-C
-
Updated
Jan 29, 2022 - Objective-C
-
Updated
Oct 9, 2020 - Objective-C
Expected behavior
When I tap a "Spotlight suggestion" to go to a specific site I expect to go to this site.
Actual behavior
The currently selected site doesn't change:
https://user-images.githubusercontent.com/7040243/155019852-cc84cf93-31f1-4254-aaca-f8c4c2dec52c.MP4
Steps to reproduce the behavior
- Install the app
- Log in into an account with multiple sites
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