René's URL Explorer Experiment


Title: Getting strange errors when saving/exiting INSERT mode · Issue #1171 · python-mode/python-mode · GitHub

Open Graph Title: Getting strange errors when saving/exiting INSERT mode · Issue #1171 · python-mode/python-mode

X Title: Getting strange errors when saving/exiting INSERT mode · Issue #1171 · python-mode/python-mode

Description: Hi, I'm using MacVim with pymode, and I'm loving the features it provides. However, recently I've been running into some strange problems when exiting insert mode or saving the file. I've attached screenshots of the errors along with the...

Open Graph Description: Hi, I'm using MacVim with pymode, and I'm loving the features it provides. However, recently I've been running into some strange problems when exiting insert mode or saving the file. I've attached ...

X Description: Hi, I'm using MacVim with pymode, and I'm loving the features it provides. However, recently I've been running into some strange problems when exiting insert mode or saving the file. I&...

Opengraph URL: https://github.com/python-mode/python-mode/issues/1171

X: @github

direct link

Domain: patch-diff.githubusercontent.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Getting strange errors when saving/exiting INSERT mode","articleBody":"Hi, I'm using MacVim with pymode, and I'm loving the features it provides. However, recently I've been running into some strange problems when exiting insert mode or saving the file. I've attached screenshots of the errors along with the contents of my vimrc file. The first two screenshots show an error that often occurs when I try to save, and it only pops up for a second or two before disappearing. The other two screenshots show two errors that often appear when exiting INSERT mode, or even when copy-pasting text. They do not disappear like the first two. \r\nI have attached some information that may be of use to you below, and if you need any more I'd be happy to give it.\r\n\r\nPlease help!\r\n\r\nHere's a screenshot of my system information:\r\n\u003cimg width=\"392\" alt=\"Screenshot 2023-06-27 at 10 00 57 PM\" src=\"https://github.com/python-mode/python-mode/assets/99382674/0a09aba9-1cee-4b0c-b514-cf7043d2a8bf\"\u003e\r\n\r\nAnd this is the output of mvim --version:\r\n```\r\nVIM - Vi IMproved 9.0 (2022 Jun 28, compiled Feb 07 2023 11:35:56)\r\nmacOS version - arm64\r\nIncluded patches: 1-1276\r\nCompiled by Homebrew\r\nHuge version with MacVim GUI.  Features included (+) or not (-):\r\n+acl               +find_in_path      +mouse_xterm       +tcl\r\n+arabic            +float             +multi_byte        +termguicolors\r\n+autocmd           +folding           +multi_lang        +terminal\r\n+autochdir         -footer            -mzscheme          +terminfo\r\n-autoservername    +fork()            +netbeans_intg     +termresponse\r\n+balloon_eval      +fullscreen        +num64             +textobjects\r\n+balloon_eval_term +gettext           +odbeditor         +textprop\r\n+browse            -hangul_input      +packages          +timers\r\n++builtin_terms    +iconv             +path_extra        +title\r\n+byte_offset       +insert_expand     +perl              +toolbar\r\n+channel           +ipv6              +persistent_undo   +transparency\r\n+cindent           +job               +popupwin          +user_commands\r\n+clientserver      +jumplist          +postscript        +vartabs\r\n+clipboard         +keymap            +printer           +vertsplit\r\n+cmdline_compl     +lambda            +profile           +vim9script\r\n+cmdline_hist      +langmap           -python            +viminfo\r\n+cmdline_info      +libcall           +python3           +virtualedit\r\n+comments          +linebreak         +quickfix          +visual\r\n+conceal           +lispindent        +reltime           +visualextra\r\n+cryptv            +listcmds          +rightleft         +vreplace\r\n+cscope            +localmap          +ruby              +wildignore\r\n+cursorbind        +lua               +scrollbind        +wildmenu\r\n+cursorshape       +menu              +signs             +windows\r\n+dialog_con_gui    +mksession         +smartindent       +writebackup\r\n+diff              +modify_fname      +sodium            -X11\r\n+digraphs          +mouse             +sound             -xfontset\r\n+dnd               +mouseshape        +spell             +xim\r\n-ebcdic            +mouse_dec         +startuptime       -xpm\r\n+emacs_tags        -mouse_gpm         +statusline        -xsmp\r\n+eval              -mouse_jsbterm     -sun_workshop      -xterm_clipboard\r\n+ex_extra          +mouse_netterm     +syntax            -xterm_save\r\n+extra_search      +mouse_sgr         +tag_binary        \r\n-farsi             -mouse_sysmouse    -tag_old_static    \r\n+file_in_path      +mouse_urxvt       -tag_any_white     \r\n   system vimrc file: \"$VIM/vimrc\"\r\n     user vimrc file: \"$HOME/.vimrc\"\r\n 2nd user vimrc file: \"~/.vim/vimrc\"\r\n      user exrc file: \"$HOME/.exrc\"\r\n  system gvimrc file: \"$VIM/gvimrc\"\r\n    user gvimrc file: \"$HOME/.gvimrc\"\r\n2nd user gvimrc file: \"~/.vim/gvimrc\"\r\n       defaults file: \"$VIMRUNTIME/defaults.vim\"\r\n    system menu file: \"$VIMRUNTIME/menu.vim\"\r\n  fall-back for $VIM: \"/Applications/MacVim.app/Contents/Resources/vim\"\r\nCompilation: clang -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_MACVIM -Wall -Wno-unknown-pragmas -pipe -DMACOS_X -DMACOS_X_DARWIN -g -O2 -arch arm64 -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 \r\nLinking: clang -arch arm64 -L/opt/homebrew/lib -o Vim -lm -lncurses /opt/homebrew/lib/libsodium.a -liconv /opt/homebrew/lib/libintl.a -framework AppKit -L/opt/homebrew/opt/lua/lib -llua5.4 -L/System/Library/Perl/5.30/darwin-thread-multi-2level/CORE -lperl -L/opt/homebrew/opt/python@3.11/Frameworks/Python.framework/Versions/3.11/lib/python3.11/config-3.11-darwin -lpython3.11 -framework CoreFoundation -F/System/Library/Frameworks -framework Tcl -framework CoreFoundation -lruby.3.2 -L/opt/homebrew/Cellar/ruby/3.2.1/lib \r\n```\r\nMy vimrc:\r\n[vimrc.txt](https://github.com/python-mode/python-mode/files/11889810/vimrc.txt)\r\n\r\nAn error that often occurs when I try to save which only pops up for a second or two before disappearing:\r\n![Screenshot 2023-06-27 at 5 16 53 PM](https://github.com/python-mode/python-mode/assets/99382674/d1320090-b0e7-4f27-a910-99ee50a8b72c)\r\n![Screenshot 2023-06-27 at 5 05 13 PM](https://github.com/python-mode/python-mode/assets/99382674/8c278f58-1c68-4efd-8c28-c3a506cbdc11)\r\n\r\nTwo errors that often appear when exiting INSERT mode, or even when copy-pasting text. These do not disappear like the first two.\r\n![Screenshot 2023-06-27 at 11 35 21 AM](https://github.com/python-mode/python-mode/assets/99382674/ff448018-f08e-452b-a7ca-d43aeaadc770)\r\n![Screenshot 2023-06-27 at 9 40 45 PM](https://github.com/python-mode/python-mode/assets/99382674/2a7d5c96-257e-4078-9a5d-a460f7ffda06)\r\n\r\n","author":{"url":"https://github.com/Kirito139","@type":"Person","name":"Kirito139"},"datePublished":"2023-06-28T05:02:12.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":3},"url":"https://github.com/1171/python-mode/issues/1171"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:431c9b5f-ae17-f8e7-ad2d-d7fa1e8ef556
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idC2AC:14F335:278F23D:33798F3:69747C70
html-safe-nonce206113fe568a3fff21d98826db2be28dd6ff81bd27b37095541e4b73f3863fe9
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJDMkFDOjE0RjMzNToyNzhGMjNEOjMzNzk4RjM6Njk3NDdDNzAiLCJ2aXNpdG9yX2lkIjoiMTM1NzQ1OTcyNDU5NjE4MjEyOSIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmac6c9ebfc722b79c67b7daff59d66e61a05e040fa3e4ff2157fddadbb13823c6f8
hovercard-subject-tagissue:1778195367
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/python-mode/python-mode/1171/issue_layout
twitter:imagehttps://opengraph.githubassets.com/7b6d5a471a29a30a99faf5721cc976dbd34e8c51dfbf00b2275eca30968a31fe/python-mode/python-mode/issues/1171
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/7b6d5a471a29a30a99faf5721cc976dbd34e8c51dfbf00b2275eca30968a31fe/python-mode/python-mode/issues/1171
og:image:altHi, I'm using MacVim with pymode, and I'm loving the features it provides. However, recently I've been running into some strange problems when exiting insert mode or saving the file. I've attached ...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernameKirito139
hostnamegithub.com
expected-hostnamegithub.com
Nonee0b95d743b7672c9ac0e1032d5f117950182dc164a83434a7db86510e8f0b37c
turbo-cache-controlno-preview
go-importgithub.com/python-mode/python-mode git https://github.com/python-mode/python-mode.git
octolytics-dimension-user_id13965098
octolytics-dimension-user_loginpython-mode
octolytics-dimension-repository_id2408911
octolytics-dimension-repository_nwopython-mode/python-mode
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id2408911
octolytics-dimension-repository_network_root_nwopython-mode/python-mode
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
release56fe7e2e8de6e57740bca50402351ea656f7a4bf
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://patch-diff.githubusercontent.com/python-mode/python-mode/issues/1171#start-of-content
https://patch-diff.githubusercontent.com/
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Fpython-mode%2Fpython-mode%2Fissues%2F1171
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://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Fpython-mode%2Fpython-mode%2Fissues%2F1171
Sign up https://patch-diff.githubusercontent.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=python-mode%2Fpython-mode
Reloadhttps://patch-diff.githubusercontent.com/python-mode/python-mode/issues/1171
Reloadhttps://patch-diff.githubusercontent.com/python-mode/python-mode/issues/1171
Reloadhttps://patch-diff.githubusercontent.com/python-mode/python-mode/issues/1171
python-mode https://patch-diff.githubusercontent.com/python-mode
python-modehttps://patch-diff.githubusercontent.com/python-mode/python-mode
Please reload this pagehttps://patch-diff.githubusercontent.com/python-mode/python-mode/issues/1171
Notifications https://patch-diff.githubusercontent.com/login?return_to=%2Fpython-mode%2Fpython-mode
Fork 768 https://patch-diff.githubusercontent.com/login?return_to=%2Fpython-mode%2Fpython-mode
Star 5.5k https://patch-diff.githubusercontent.com/login?return_to=%2Fpython-mode%2Fpython-mode
Code https://patch-diff.githubusercontent.com/python-mode/python-mode
Issues 37 https://patch-diff.githubusercontent.com/python-mode/python-mode/issues
Pull requests 1 https://patch-diff.githubusercontent.com/python-mode/python-mode/pulls
Actions https://patch-diff.githubusercontent.com/python-mode/python-mode/actions
Projects 0 https://patch-diff.githubusercontent.com/python-mode/python-mode/projects
Wiki https://patch-diff.githubusercontent.com/python-mode/python-mode/wiki
Security 0 https://patch-diff.githubusercontent.com/python-mode/python-mode/security
Insights https://patch-diff.githubusercontent.com/python-mode/python-mode/pulse
Code https://patch-diff.githubusercontent.com/python-mode/python-mode
Issues https://patch-diff.githubusercontent.com/python-mode/python-mode/issues
Pull requests https://patch-diff.githubusercontent.com/python-mode/python-mode/pulls
Actions https://patch-diff.githubusercontent.com/python-mode/python-mode/actions
Projects https://patch-diff.githubusercontent.com/python-mode/python-mode/projects
Wiki https://patch-diff.githubusercontent.com/python-mode/python-mode/wiki
Security https://patch-diff.githubusercontent.com/python-mode/python-mode/security
Insights https://patch-diff.githubusercontent.com/python-mode/python-mode/pulse
New issuehttps://patch-diff.githubusercontent.com/login?return_to=https://github.com/python-mode/python-mode/issues/1171
New issuehttps://patch-diff.githubusercontent.com/login?return_to=https://github.com/python-mode/python-mode/issues/1171
Getting strange errors when saving/exiting INSERT modehttps://patch-diff.githubusercontent.com/python-mode/python-mode/issues/1171#top
https://github.com/Kirito139
https://github.com/Kirito139
Kirito139https://github.com/Kirito139
on Jun 28, 2023https://github.com/python-mode/python-mode/issues/1171#issue-1778195367
https://private-user-images.githubusercontent.com/99382674/249356690-0a09aba9-1cee-4b0c-b514-cf7043d2a8bf.png?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3NjkyNDIwMTMsIm5iZiI6MTc2OTI0MTcxMywicGF0aCI6Ii85OTM4MjY3NC8yNDkzNTY2OTAtMGEwOWFiYTktMWNlZS00YjBjLWI1MTQtY2Y3MDQzZDJhOGJmLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNjAxMjQlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjYwMTI0VDA4MDE1M1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTMzYThiN2Y2NWZmNGNkNzQyNTY1NGYxOTUzMTI0YWE2NDg2NmJlYzgxZTg0Mjk0ZDMzMmZmZDQ5NDY3NmI1NDkmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.T_vP5jQRRu52mvqTgohNMDOpis9tOJG1V8xJbc0MK4k
vimrc.txthttps://github.com/python-mode/python-mode/files/11889810/vimrc.txt
https://private-user-images.githubusercontent.com/99382674/249351201-d1320090-b0e7-4f27-a910-99ee50a8b72c.png?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3NjkyNDIwMTMsIm5iZiI6MTc2OTI0MTcxMywicGF0aCI6Ii85OTM4MjY3NC8yNDkzNTEyMDEtZDEzMjAwOTAtYjBlNy00ZjI3LWE5MTAtOTllZTUwYThiNzJjLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNjAxMjQlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjYwMTI0VDA4MDE1M1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTYwODJkYTUzOGZmM2E1Mzc0OTJhNWUzNDM5MzUyYTAwYzQ2OGRiNzNhNzdiNTIxNGE5Nzg3MzkzZDhkNmVkZGImWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.sBFXUQ-aAUsxGqTK-YFw52aHm2pBekheOauwfVKkb7M
https://private-user-images.githubusercontent.com/99382674/249351211-8c278f58-1c68-4efd-8c28-c3a506cbdc11.png?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3NjkyNDIwMTMsIm5iZiI6MTc2OTI0MTcxMywicGF0aCI6Ii85OTM4MjY3NC8yNDkzNTEyMTEtOGMyNzhmNTgtMWM2OC00ZWZkLThjMjgtYzNhNTA2Y2JkYzExLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNjAxMjQlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjYwMTI0VDA4MDE1M1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTRjYzkzMTE2M2Q4OTZkN2QxZGJjMjIwODVhM2UwNTMxZjhmODgzMTI1NjMwNjVjNzYzZDhkNjc2MmFiOTUyNDcmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.XWVDWva0N9fKt1sCe_xSYltXvOWrB6K1-xf9bfn0SIo
https://private-user-images.githubusercontent.com/99382674/249351303-ff448018-f08e-452b-a7ca-d43aeaadc770.png?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3NjkyNDIwMTMsIm5iZiI6MTc2OTI0MTcxMywicGF0aCI6Ii85OTM4MjY3NC8yNDkzNTEzMDMtZmY0NDgwMTgtZjA4ZS00NTJiLWE3Y2EtZDQzYWVhYWRjNzcwLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNjAxMjQlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjYwMTI0VDA4MDE1M1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWJiZTYxMTI5Y2UwZjk4NWFkYzg2OTA3ODY2NWY2OGM0YTkxYWFhMTA1YWM1YTc0YTU5NWY1NWZmN2JlMjc4OWEmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.pF-KehmXziiiwwAtDF6Dn9HSLNkc03ziaYXyrvDuSqo
https://private-user-images.githubusercontent.com/99382674/249351707-2a7d5c96-257e-4078-9a5d-a460f7ffda06.png?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3NjkyNDIwMTMsIm5iZiI6MTc2OTI0MTcxMywicGF0aCI6Ii85OTM4MjY3NC8yNDkzNTE3MDctMmE3ZDVjOTYtMjU3ZS00MDc4LTlhNWQtYTQ2MGY3ZmZkYTA2LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNjAxMjQlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjYwMTI0VDA4MDE1M1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTkwYTNjMWU0MmM4Y2M0NzNhZWUyMjVhNWQ0NTdmMGIwMzczODhjNTMxN2YyZGYxNWQ0ZTA1Zjc0MjhmN2M4OTkmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.Z4_oiS2ey_ljSB7OZ4WynWpvzwHbbUSNmaEM2x9WqnQ
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.