René's URL Explorer Experiment


Title: Can't figure out how to stop timer · Issue #36 · radex/SwiftyTimer · GitHub

Open Graph Title: Can't figure out how to stop timer · Issue #36 · radex/SwiftyTimer

X Title: Can't figure out how to stop timer · Issue #36 · radex/SwiftyTimer

Description: Hello! I want to make a function that starts the timer unless there is a bool true in params (e.g. animateStatusIcon(stop: true)) - in that case I want to stop the timer. Does anyone have an idea what's going on here? The timer starts bu...

Open Graph Description: Hello! I want to make a function that starts the timer unless there is a bool true in params (e.g. animateStatusIcon(stop: true)) - in that case I want to stop the timer. Does anyone have an idea w...

X Description: Hello! I want to make a function that starts the timer unless there is a bool true in params (e.g. animateStatusIcon(stop: true)) - in that case I want to stop the timer. Does anyone have an idea w...

Opengraph URL: https://github.com/radex/SwiftyTimer/issues/36

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Can't figure out how to stop timer","articleBody":"Hello! \r\n\r\nI want to make a function that starts the timer unless there is a bool true in params (e.g. animateStatusIcon(stop: true)) - in that case I want to stop the timer. Does anyone have an idea what's going on here? \r\n\r\nThe timer starts but no matter what I do it wont stop.\r\n\r\n```swift\r\nfunc animateStatusIcon(stop: Bool? = nil){\r\n        \r\n        let icon = NSImage(named: \"statusIcon\")\r\n        let iconActive = NSImage(named: \"statusIconActive\")\r\n        \r\n        let timer = Timer.every(0.4.seconds) {\r\n            self.statusItem.image = icon\r\n            Timer.after(0.2.seconds) {\r\n                self.statusItem.image = iconActive\r\n            }\r\n        }\r\n            \r\n        if(stop == true){\r\n            print(stop!)\r\n            print(\"should stop now\")\r\n            timer.invalidate()\r\n        } else  {\r\n            print(stop)\r\n            print(\"start\")\r\n            timer.start()\r\n        }\r\n        \r\n    }\r\n```\r\n","author":{"url":"https://github.com/benpixel","@type":"Person","name":"benpixel"},"datePublished":"2017-05-10T15:53:59.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":0},"url":"https://github.com/36/SwiftyTimer/issues/36"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:777b3f23-dcf9-e607-15b2-9ee4fb4f10df
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idE8AE:304CD9:4D5433:6C7DA8:696A0D48
html-safe-noncee206a7db1847b6703d8676c3b012a92cca2dfc383c4e7965d33cf3b79f492862
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJFOEFFOjMwNENEOTo0RDU0MzM6NkM3REE4OjY5NkEwRDQ4IiwidmlzaXRvcl9pZCI6IjU0MzkyNjY0NDkzNzAyNTQ2NjQiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmac220b860366b58ee8e5e39db59a6b41ae87c5eacb9565c40bea262d7923bfeb77
hovercard-subject-tagissue:227728009
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/radex/SwiftyTimer/36/issue_layout
twitter:imagehttps://opengraph.githubassets.com/c2cd44346fdc7e74115bed6d3980f63a650f3b7f0e82140ec9e23b5a8a0f61e8/radex/SwiftyTimer/issues/36
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/c2cd44346fdc7e74115bed6d3980f63a650f3b7f0e82140ec9e23b5a8a0f61e8/radex/SwiftyTimer/issues/36
og:image:altHello! I want to make a function that starts the timer unless there is a bool true in params (e.g. animateStatusIcon(stop: true)) - in that case I want to stop the timer. Does anyone have an idea w...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamebenpixel
hostnamegithub.com
expected-hostnamegithub.com
None699227a00bbb7fe1eec276d2ae1c3a93068bc5ba483bd9dc4b2a27a8f4f2f595
turbo-cache-controlno-preview
go-importgithub.com/radex/SwiftyTimer git https://github.com/radex/SwiftyTimer.git
octolytics-dimension-user_id183747
octolytics-dimension-user_loginradex
octolytics-dimension-repository_id35327084
octolytics-dimension-repository_nworadex/SwiftyTimer
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id35327084
octolytics-dimension-repository_network_root_nworadex/SwiftyTimer
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release7266b2d935baa1c6474b16dd9feaa5ca30607261
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/radex/SwiftyTimer/issues/36#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fradex%2FSwiftyTimer%2Fissues%2F36
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fradex%2FSwiftyTimer%2Fissues%2F36
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=radex%2FSwiftyTimer
Reloadhttps://github.com/radex/SwiftyTimer/issues/36
Reloadhttps://github.com/radex/SwiftyTimer/issues/36
Reloadhttps://github.com/radex/SwiftyTimer/issues/36
radex https://github.com/radex
SwiftyTimerhttps://github.com/radex/SwiftyTimer
Notifications https://github.com/login?return_to=%2Fradex%2FSwiftyTimer
Fork 136 https://github.com/login?return_to=%2Fradex%2FSwiftyTimer
Star 1.2k https://github.com/login?return_to=%2Fradex%2FSwiftyTimer
Code https://github.com/radex/SwiftyTimer
Issues 6 https://github.com/radex/SwiftyTimer/issues
Pull requests 4 https://github.com/radex/SwiftyTimer/pulls
Actions https://github.com/radex/SwiftyTimer/actions
Projects 0 https://github.com/radex/SwiftyTimer/projects
Security Uh oh! There was an error while loading. Please reload this page. https://github.com/radex/SwiftyTimer/security
Please reload this pagehttps://github.com/radex/SwiftyTimer/issues/36
Insights https://github.com/radex/SwiftyTimer/pulse
Code https://github.com/radex/SwiftyTimer
Issues https://github.com/radex/SwiftyTimer/issues
Pull requests https://github.com/radex/SwiftyTimer/pulls
Actions https://github.com/radex/SwiftyTimer/actions
Projects https://github.com/radex/SwiftyTimer/projects
Security https://github.com/radex/SwiftyTimer/security
Insights https://github.com/radex/SwiftyTimer/pulse
New issuehttps://github.com/login?return_to=https://github.com/radex/SwiftyTimer/issues/36
New issuehttps://github.com/login?return_to=https://github.com/radex/SwiftyTimer/issues/36
Can't figure out how to stop timerhttps://github.com/radex/SwiftyTimer/issues/36#top
https://github.com/benpixel
https://github.com/benpixel
benpixelhttps://github.com/benpixel
on May 10, 2017https://github.com/radex/SwiftyTimer/issues/36#issue-227728009
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.