-
Updated
Jul 13, 2020 - Swift
watchos
Here are 571 public repositories matching this topic...
In several WWDC talks, Apple suggests to set the Input and Output files in all run script phases, so the build system can choose to skip a run script phase if nothing changed, improving incremental build time.
How could we improve R.swift‘s behavior here?
Note that I did not yet check if wildcards were allowed in the Input Files field. Or if we could somehow leverage the new File List field.
-
Updated
Aug 1, 2019 - Objective-C
-
Updated
Jul 6, 2020 - Swift
log.debug("A tagged log message", userInfo: Dev.dave | Tag.sensitive)
That's somehow will confuse the user who only advantages one kind of Tag.
Then I suggest appending one demo code as below for that scenario.
log.debug("A tagged log message", userInfo: Tag.sensitive.dictionary)
-
Updated
Jul 13, 2020 - Shell
Lots of new error codes were added during the localization work. The website docs need to be updated with these new error codes.
-
Updated
Feb 23, 2020 - Swift
-
Updated
Nov 6, 2018 - Swift
-
Updated
Feb 10, 2020 - Swift
-
Updated
May 15, 2020 - Swift
Ideas:
- Set a minimum dimension for images.
- Find a way to detect dimensions before downloading the image.
Hey there.
Thanks for the article https://nshipster.com/secrets/, I've had similar thoughts that client cannot safely store the secrets.
One possible issue I noticed (or maybe I'm just not knowledgable enough about the matter) is that Matt mentioned this in the article:
Your mission: Transfer a payload from the server and store it in the Secure Enclave without an attacker compromising it
-
Updated
Mar 30, 2019 - Swift
-
Updated
Jul 6, 2020 - Swift
Hi Dan
I’m curious about callbacks when the procedure is cancelled or finished with an error. So what is the best practice to handle all events once the job is done?
I always did something like this (os_log is a placeholder, treat it as UI updates):
let job = MyAsyncProcedure()
job.addDidC
Can anyone help me out with this error? I don't know what to change my bundle identifier to for this to work? @gabrieloc
-
Updated
Nov 3, 2018 - Swift
Pagination
Any plan to add pagination to the post list?
Improve this page
Add a description, image, and links to the watchos topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the watchos topic, visit your repo's landing page and select "manage topics."
New Issue Checklist
Issue Info
Info