René's URL Explorer Experiment


Title: GitHub · Where software is built

Open Graph Title: SeasideSt/Grease

X Title: SeasideSt/Grease

Description: The Grease Portability Library . Contribute to SeasideSt/Grease development by creating an account on GitHub.

Open Graph Description: The Grease Portability Library . Contribute to SeasideSt/Grease development by creating an account on GitHub.

X Description: The Grease Portability Library . Contribute to SeasideSt/Grease development by creating an account on GitHub.

Opengraph URL: https://github.com/SeasideSt/Grease

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"GRPlatformTest\u003e\u003esupportsUnicode should be moved to the GRPlatform","articleBody":"The current implementation in GRPlatformTest attempts to guess whether the Smalltalk dialect supports Unicode, but it raises an exception in platforms such as VAST where it does support it but not by using Characters with codepoints greater than 255 (e.g. VAST uses a Grapheme class for that).\r\n\r\nTe guesswork could remain, but it should be moved to the platform specific class, so we don't have to patch that code in the original codebase and we can determine whether we support it in our own packages.\r\n\r\n```smalltalk\r\nsupportsUnicode\r\n\t\"dynamically try to figure out whether the current dialect supports Unicode\"\r\n\t^ [ \r\n\t\tString\r\n\t\t\twith: (Character value: 16r1F1F3)\r\n\t\t\twith: (Character value: 16r1F1F1).\r\n\t\ttrue\r\n\t ] on: Error do: [ :error | false ]\r\n```\r\n","author":{"url":"https://github.com/eMaringolo","@type":"Person","name":"eMaringolo"},"datePublished":"2024-04-10T15:51:17.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":1},"url":"https://github.com/175/Grease/issues/175"}

route-pattern/:user_id/:repository/issues/:id(.:format)
route-controllerissues
route-actionshow
fetch-noncev2:6859735a-7d47-c657-3983-e49a3ee3d05d
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idE928:3651F6:4B2528:611A61:696AE2FC
html-safe-nonce886c5eccdce7296990d3512f47df5fd5444f4ac4220236cbeeea1d14339a947e
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJFOTI4OjM2NTFGNjo0QjI1Mjg6NjExQTYxOjY5NkFFMkZDIiwidmlzaXRvcl9pZCI6IjQzOTA3NzI0ODYyNzgyNzQ1MiIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmacecd6d122923a8c4751f19ee272af4a0e835010b3dc4cdbd31c0ce79cd60ddcf5
hovercard-subject-tagrepository:16862014
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///issues/show
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/SeasideSt/Grease/issues/175
twitter:imagehttps://opengraph.githubassets.com/77b28e33bcd7c1dcabd2c01a5f6a4e5aa910992da4f1466c213e39e0a5c8cfaf/SeasideSt/Grease
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/77b28e33bcd7c1dcabd2c01a5f6a4e5aa910992da4f1466c213e39e0a5c8cfaf/SeasideSt/Grease
og:image:altThe Grease Portability Library . Contribute to SeasideSt/Grease development by creating an account on GitHub.
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
None5f99f7c1d70f01da5b93e5ca90303359738944d8ab470e396496262c66e60b8d
turbo-cache-controlno-cache
go-importgithub.com/SeasideSt/Grease git https://github.com/SeasideSt/Grease.git
octolytics-dimension-user_id8545049
octolytics-dimension-user_loginSeasideSt
octolytics-dimension-repository_id16862014
octolytics-dimension-repository_nwoSeasideSt/Grease
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id16862014
octolytics-dimension-repository_network_root_nwoSeasideSt/Grease
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
release3d84d50b3c75fa36755c3cf392edbc09e626f979
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/SeasideSt/Grease/issues/175#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FSeasideSt%2FGrease%2Fissues%2F175
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%2FSeasideSt%2FGrease%2Fissues%2F175
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%2Fissues%2Fshow&source=header-repo&source_repo=SeasideSt%2FGrease
Reloadhttps://github.com/SeasideSt/Grease/issues/175
Reloadhttps://github.com/SeasideSt/Grease/issues/175
Reloadhttps://github.com/SeasideSt/Grease/issues/175
SeasideSt https://github.com/SeasideSt
Greasehttps://github.com/SeasideSt/Grease
Notifications https://github.com/login?return_to=%2FSeasideSt%2FGrease
Fork 22 https://github.com/login?return_to=%2FSeasideSt%2FGrease
Star 20 https://github.com/login?return_to=%2FSeasideSt%2FGrease
Code https://github.com/SeasideSt/Grease
Issues 5 https://github.com/SeasideSt/Grease/issues
Pull requests 0 https://github.com/SeasideSt/Grease/pulls
Actions https://github.com/SeasideSt/Grease/actions
Projects 0 https://github.com/SeasideSt/Grease/projects
Wiki https://github.com/SeasideSt/Grease/wiki
Security Uh oh! There was an error while loading. Please reload this page. https://github.com/SeasideSt/Grease/security
Please reload this pagehttps://github.com/SeasideSt/Grease/issues/175
Insights https://github.com/SeasideSt/Grease/pulse
Code https://github.com/SeasideSt/Grease
Issues https://github.com/SeasideSt/Grease/issues
Pull requests https://github.com/SeasideSt/Grease/pulls
Actions https://github.com/SeasideSt/Grease/actions
Projects https://github.com/SeasideSt/Grease/projects
Wiki https://github.com/SeasideSt/Grease/wiki
Security https://github.com/SeasideSt/Grease/security
Insights https://github.com/SeasideSt/Grease/pulse
New issuehttps://github.com/login?return_to=https://github.com/SeasideSt/Grease/issues/175
New issuehttps://github.com/login?return_to=https://github.com/SeasideSt/Grease/issues/175
GRPlatformTest>>supportsUnicode should be moved to the GRPlatformhttps://github.com/SeasideSt/Grease/issues/175#top
https://github.com/eMaringolo
https://github.com/eMaringolo
eMaringolohttps://github.com/eMaringolo
on Apr 10, 2024https://github.com/SeasideSt/Grease/issues/175#issue-2235927956
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.