{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":498095727,"defaultBranch":"main","name":"gopher.nvim","ownerLogin":"olexsmir","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2022-05-30T21:02:58.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/50584123?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1718445307.0","currentOid":""},"activityList":{"items":[{"before":"12fa2beecc25e92ea057a6c7fca5b8d69829ef48","after":null,"ref":"refs/heads/feat/docs","pushedAt":"2024-06-15T09:55:07.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"olexsmir","name":"Smirnov Oleksandr","path":"/olexsmir","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/50584123?s=80&v=4"}},{"before":"a2006499f8c912479fb558a326cd0ca750c319ee","after":null,"ref":"refs/heads/refactor/health","pushedAt":"2024-06-15T09:55:06.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"olexsmir","name":"Smirnov Oleksandr","path":"/olexsmir","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/50584123?s=80&v=4"}},{"before":"100950f227ebcc8c5dbbfef4f17ce73956937b8e","after":null,"ref":"refs/heads/feat/logger","pushedAt":"2024-06-15T09:55:05.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"olexsmir","name":"Smirnov Oleksandr","path":"/olexsmir","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/50584123?s=80&v=4"}},{"before":"089844b4f3a3143696374bda46d81e8551ecfa35","after":null,"ref":"refs/heads/ci/add-new-nvim-version","pushedAt":"2024-06-15T09:54:52.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"olexsmir","name":"Smirnov Oleksandr","path":"/olexsmir","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/50584123?s=80&v=4"}},{"before":"a995af3415d80e4d8ece4074b132a811a81aa54b","after":"f55c15ada8e02398000c04a96ef44d986cd01051","ref":"refs/heads/main","pushedAt":"2024-06-15T09:54:49.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"olexsmir","name":"Smirnov Oleksandr","path":"/olexsmir","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/50584123?s=80&v=4"},"commit":{"message":"chore: add nvim 0.10 to test suit (#69)","shortMessageHtmlLink":"chore: add nvim 0.10 to test suit (#69)"}},{"before":null,"after":"089844b4f3a3143696374bda46d81e8551ecfa35","ref":"refs/heads/ci/add-new-nvim-version","pushedAt":"2024-06-15T09:51:09.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"olexsmir","name":"Smirnov Oleksandr","path":"/olexsmir","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/50584123?s=80&v=4"},"commit":{"message":"chore: add nvim 0.10 to test suit","shortMessageHtmlLink":"chore: add nvim 0.10 to test suit"}},{"before":"ac27f4b6794c872140fb205313d79ab166892fe9","after":"a995af3415d80e4d8ece4074b132a811a81aa54b","ref":"refs/heads/main","pushedAt":"2024-06-15T09:43:06.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"olexsmir","name":"Smirnov Oleksandr","path":"/olexsmir","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/50584123?s=80&v=4"},"commit":{"message":"sync develop and main (#68)\n\n* healthcheck: refactoring, remove deprecation wanings (#35)\r\n\r\n* refactor(checkhealth): remove deprecation warnings, complete rewrite\r\n\r\n* refactor(checkhealth): rename util file\r\n\r\n* style(healthchecker): reformat lua in vim file\r\n\r\n* refactor(health): move all report function into table\r\n\r\n* add editorconfig (#36)\r\n\r\n* refactor of public plugin's api (#37)\r\n\r\n* refactor: move all plugin functionality to init.lua\r\n\r\n* fix(commands): now it uses correct module paths\r\n\r\n* refactor(config): change way how it handles options\r\n\r\n* refactor(gotests): use correct config, change way how deps required, fix some typos\r\n\r\n* fix(healthchecker): use correct config\r\n\r\n* refactor(iferr): change api\r\n\r\n* refactor(impl): change api\r\n\r\n* refactor(installer): change api\r\n\r\n* refactor(struct_tags): change way of importting deps\r\n\r\n* refactor(struct_tags): rename M to struct_tags\r\n\r\n* run stylua\r\n\r\n* refactor(dap): make it all in one file, and make some refactoring\r\n\r\n* refactor(_utils): change way how it organizes\r\n\r\n* fix: use new _utils api\r\n\r\n* refactor(_utils.health): reorganize module\r\n\r\n* refactor(_utils.ts): some renameing, moving requires lines\r\n\r\n* run stylua\r\n\r\n* update tooling (#38)\r\n\r\n* chore: delete pre-commit\r\n\r\n* chore: switch from makefile to taskfile\r\n\r\n* chore(ci): update and add one more linter\r\n\r\n* chore(editorconfig): add config for Go\r\n\r\n* chore(editorconfig): remove max_line_length\r\n\r\n* fix: editorconfig-check on README.md\r\n\r\n* feat: run tests independent from user's nvim config\r\n\r\n* remove editorconfig-checker\r\n\r\n* fix(config): now it not removes .setup() from itself after calling\r\n.setup()\r\n\r\n* fix(config): now it works correctly\r\n\r\n* chore: update taskfile, and linter config\r\n\r\n* feat(config): make it optional to call .setup()\r\n\r\n* run tests independent of user nvim setup (#39)\r\n\r\n* chore(lua_ls): now lua_ls knows about testing functions\r\n\r\n* spec: change way how tests srtuctured\r\n\r\n* test(config): refactor tests\r\n\r\n* test: utils\r\n\r\n* refactor(utils): remove not used function\r\n\r\n* chore(ci): add test runner\r\n\r\n* chore(ci): remove taskfile from deps\r\n\r\n* fix: now it works\r\n\r\n* fix(dap): now dlv uses cmd to run from config\r\n\r\n* chore(ci): run tests on many versions of nvim\r\n\r\n* refactor: commands runner (#42)\r\n\r\n* feat(utils): first impl of own commands runner\r\n\r\n* refactor(gotests): uses own runner instead of vendored\r\n\r\n* refactor(utils): back to plenary.job\r\n\r\n* refactor(gotests): use new runner, clean code\r\n\r\n* fix(runner): now it returns output correctly\r\n\r\n* refactor(iferr): use vim.system\r\n\r\ni have tried to use _utils.runner, but i can't figure out how to make `< file.go` for the command\r\n\r\n* refactor(impl): use new runner\r\n\r\n* refactor(installer): use new runner\r\n\r\n* refactor(struct_tags): use new runner\r\n\r\n* refactor: commands such as :GoGet runs with new runner\r\n\r\n* refactor: throw errors in more lua way, i think\r\n\r\n* refactor(utils): notify now has title\r\n\r\n* refactor: use more correct way of notifying\r\n\r\n* refactor(runner): write error message on error\r\n\r\n* add ability for setting custom tools options (#44)\r\n\r\n* feat(gotests): add custom templates support\r\n\r\n* feat(struct_tags): add support for custom `transform` option\r\n\r\n* fix(health): check if bin is installed, and added message about treesitter parser\r\n\r\n* fix: fix iferr config (#56)\r\n\r\n* Add support for named tests (#50)\r\n\r\n* fix(typo): README.md (#47)\r\n\r\n* feat: add support for named tests\r\n\r\n* test\r\n\r\n* tags in table\r\n\r\n* debug installer msg\r\n\r\n* test\r\n\r\n* hardcoded @develop\r\n\r\n* get gotests tag from setup()\r\n\r\n* update readme\r\n\r\n* store install tag in urls table\r\n\r\n* removed gotests tag\r\n\r\n* update README.md\r\n\r\n* remove urls installer index reference\r\n\r\n* remove named arg from add_test()\r\n\r\n* .\r\n\r\n* update README.md\r\n\r\n* update README.md\r\n\r\n---------\r\n\r\nCo-authored-by: Steve M \r\n\r\n* reformat .editorconfig config\r\n\r\n* refactor(api)!: mave tags and gotests api into their sub tables\r\n\r\n* add help file, and docs (#59)\r\n\r\n* idk how good this idea is\r\n\r\n* this could be working but i still cant figure out how to run it\r\n\r\n* ignore tags that mini.doc gens, but why?\r\n\r\n* chore(taskfile): force exiting after tests\r\n\r\nbecause i got infinit ci\r\n\r\n* chore(ci): add more nvim versions to run on\r\n\r\n* chore: update taskfile\r\n\r\n* feat: add docs generator\r\n\r\n* docs: its only begining\r\n\r\n* refactor: update docgen script\r\n\r\n* docs: write some more\r\n\r\n* docs(config): update\r\n\r\n* docs: update readme\r\n\r\n* language\r\n\r\n* hope it would work\r\n\r\n* what about that?\r\n\r\n* maybe this would work?\r\n\r\n* update md\r\n\r\n* upd\r\n\r\n* WHY DOESNT IT WORKING\r\n\r\n* idk by but 0.9.3 just fails the ci, so i deleted it from suite\r\n\r\n* again update, why does markdown not work in embeded html\r\n\r\n* maybe it can help?\r\n\r\n* upd\r\n\r\n* again update\r\n\r\n* kinda fix\r\n\r\n* fix: formatting\r\n\r\n* again some updating\r\n\r\n* some readme updating\r\n\r\n* fix, this shouldnt be in repo\r\n\r\n* i finnaly undertood how to fix this fking skill issue\r\n\r\n* fix(struct_tags): typo\r\n\r\n* refactor(docs): change the order in generated file\r\n\r\n* docs: install deps\r\n\r\n* refactor(scripts): rename doc-gen script\r\n\r\n* docs(impl): write docs\r\n\r\n* docs(dap): add doc\r\n\r\n* stylua .\r\n\r\n* docs(struct_tags): add doc\r\n\r\n* docs(gotests): add docs\r\n\r\n* docs(iferr): add docs\r\n\r\n* docs(comment): add doc\r\n\r\n* update CONTRIBUTING.md\r\n\r\n* docs(README): talk about `develop` branch\r\n\r\n* docs: update README.md\r\n\r\n* refactor(health): keep in mind new way of health check (#63)\r\n\r\n* feat: add logger (#64)\r\n\r\n* refactor(health): keep in mind new way of health check (#63)\r\n\r\n* feat(log): add logger module\r\n\r\n* refactor(utils): remove unused code\r\n\r\n* refactor(log, utils): get plugin name from config\r\n\r\n* refactor(logger): add some type annotations\r\n\r\n* refactor(utils): log notifications\r\n\r\n* feat: LOGGER™\r\n\r\n* feat(config): TYPES\r\n\r\n* refactor(log): dont give a thing about var that is not even declared\r\n\r\n* feat(log): add easy way to open log\r\n\r\n* refactor(log): some types\r\n\r\n* update types\r\n\r\n* docs: regen\r\n\r\n* fix(log): make setting log level by config work\r\n\r\n* feat(iferr): write error to log file if occur\r\n\r\n* feat(gotests): add logger\r\n\r\n* add deprecation message (#67)\r\n\r\n---------\r\n\r\nCo-authored-by: Arne Van Maele <93863978+arnevm123@users.noreply.github.com>\r\nCo-authored-by: Alex <49870662+ysomad@users.noreply.github.com>\r\nCo-authored-by: Steve M ","shortMessageHtmlLink":"sync develop and main (#68)"}},{"before":"af1d5d166f72f42ba5a7c8c37dc500aebc79520f","after":"a5becfc3299920129ab38eab74565b80b1a847d5","ref":"refs/heads/develop","pushedAt":"2024-06-15T09:40:53.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"olexsmir","name":"Smirnov Oleksandr","path":"/olexsmir","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/50584123?s=80&v=4"},"commit":{"message":"Merge branch 'main' into develop","shortMessageHtmlLink":"Merge branch 'main' into develop"}},{"before":"d9393a4f4db2bc05419cae03d00f7b9898293f6c","after":null,"ref":"refs/heads/deprecate-dap","pushedAt":"2024-06-15T09:37:18.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"olexsmir","name":"Smirnov Oleksandr","path":"/olexsmir","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/50584123?s=80&v=4"}},{"before":"fbf6441f3d713b03fa3877a917f4a4dcef6d9362","after":"af1d5d166f72f42ba5a7c8c37dc500aebc79520f","ref":"refs/heads/develop","pushedAt":"2024-06-15T09:37:15.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"olexsmir","name":"Smirnov Oleksandr","path":"/olexsmir","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/50584123?s=80&v=4"},"commit":{"message":"add deprecation message (#67)","shortMessageHtmlLink":"add deprecation message (#67)"}},{"before":null,"after":"d9393a4f4db2bc05419cae03d00f7b9898293f6c","ref":"refs/heads/deprecate-dap","pushedAt":"2024-06-15T09:35:31.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"olexsmir","name":"Smirnov Oleksandr","path":"/olexsmir","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/50584123?s=80&v=4"},"commit":{"message":"add deprecation message","shortMessageHtmlLink":"add deprecation message"}},{"before":"65fa1486612ac4392f48e484ba0d6dbdac184256","after":"fbf6441f3d713b03fa3877a917f4a4dcef6d9362","ref":"refs/heads/develop","pushedAt":"2024-06-15T09:18:26.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"olexsmir","name":"Smirnov Oleksandr","path":"/olexsmir","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/50584123?s=80&v=4"},"commit":{"message":"feat: add logger (#64)\n\n* refactor(health): keep in mind new way of health check (#63)\r\n\r\n* feat(log): add logger module\r\n\r\n* refactor(utils): remove unused code\r\n\r\n* refactor(log, utils): get plugin name from config\r\n\r\n* refactor(logger): add some type annotations\r\n\r\n* refactor(utils): log notifications\r\n\r\n* feat: LOGGER™\r\n\r\n* feat(config): TYPES\r\n\r\n* refactor(log): dont give a thing about var that is not even declared\r\n\r\n* feat(log): add easy way to open log\r\n\r\n* refactor(log): some types\r\n\r\n* update types\r\n\r\n* docs: regen\r\n\r\n* fix(log): make setting log level by config work\r\n\r\n* feat(iferr): write error to log file if occur\r\n\r\n* feat(gotests): add logger","shortMessageHtmlLink":"feat: add logger (#64)"}},{"before":"35e64ec740370394ebbd6987becf2dd7a7a842c3","after":"100950f227ebcc8c5dbbfef4f17ce73956937b8e","ref":"refs/heads/feat/logger","pushedAt":"2024-06-15T09:16:01.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"olexsmir","name":"Smirnov Oleksandr","path":"/olexsmir","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/50584123?s=80&v=4"},"commit":{"message":"feat(gotests): add logger","shortMessageHtmlLink":"feat(gotests): add logger"}},{"before":"4a7f915e7f3a46a00d3264b0a13fd8c4ac1d1199","after":"35e64ec740370394ebbd6987becf2dd7a7a842c3","ref":"refs/heads/feat/logger","pushedAt":"2024-06-14T09:56:25.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"olexsmir","name":"Smirnov Oleksandr","path":"/olexsmir","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/50584123?s=80&v=4"},"commit":{"message":"Merge remote-tracking branch 'origin/develop' into feat/logger","shortMessageHtmlLink":"Merge remote-tracking branch 'origin/develop' into feat/logger"}},{"before":"afb383c91316af25da226c25c4b58113da5ba356","after":"65fa1486612ac4392f48e484ba0d6dbdac184256","ref":"refs/heads/develop","pushedAt":"2024-06-07T18:17:15.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"olexsmir","name":"Smirnov Oleksandr","path":"/olexsmir","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/50584123?s=80&v=4"},"commit":{"message":"refactor(health): keep in mind new way of health check (#63)","shortMessageHtmlLink":"refactor(health): keep in mind new way of health check (#63)"}},{"before":"385b9519388d16e6e2db0007c9ac0ceacfff19af","after":"4a7f915e7f3a46a00d3264b0a13fd8c4ac1d1199","ref":"refs/heads/feat/logger","pushedAt":"2024-05-09T16:43:38.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"olexsmir","name":"Smirnov Oleksandr","path":"/olexsmir","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/50584123?s=80&v=4"},"commit":{"message":"docs: regen","shortMessageHtmlLink":"docs: regen"}},{"before":null,"after":"a2006499f8c912479fb558a326cd0ca750c319ee","ref":"refs/heads/refactor/health","pushedAt":"2024-05-09T16:43:38.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"olexsmir","name":"Smirnov Oleksandr","path":"/olexsmir","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/50584123?s=80&v=4"},"commit":{"message":"refactor(health): keep in mind new way of writting health check","shortMessageHtmlLink":"refactor(health): keep in mind new way of writting health check"}},{"before":"a2710261bf2a568857a8d8fb0f0ed611216ba00e","after":"385b9519388d16e6e2db0007c9ac0ceacfff19af","ref":"refs/heads/feat/logger","pushedAt":"2024-04-17T15:36:22.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"olexsmir","name":"Smirnov Oleksandr","path":"/olexsmir","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/50584123?s=80&v=4"},"commit":{"message":"refactor(log): dont give a thing about var that is not even declared","shortMessageHtmlLink":"refactor(log): dont give a thing about var that is not even declared"}},{"before":null,"after":"a2710261bf2a568857a8d8fb0f0ed611216ba00e","ref":"refs/heads/feat/logger","pushedAt":"2024-04-16T23:09:19.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"olexsmir","name":"Smirnov Oleksandr","path":"/olexsmir","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/50584123?s=80&v=4"},"commit":{"message":"refactor(utils): log notifications","shortMessageHtmlLink":"refactor(utils): log notifications"}},{"before":"a2006499f8c912479fb558a326cd0ca750c319ee","after":null,"ref":"refs/heads/refactor/health","pushedAt":"2024-04-04T14:31:46.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"olexsmir","name":"Smirnov Oleksandr","path":"/olexsmir","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/50584123?s=80&v=4"}},{"before":"10cec9c6b0156c76f8d30d8aaba5f3d3afe9129c","after":"afb383c91316af25da226c25c4b58113da5ba356","ref":"refs/heads/develop","pushedAt":"2024-04-04T14:31:43.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"olexsmir","name":"Smirnov Oleksandr","path":"/olexsmir","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/50584123?s=80&v=4"},"commit":{"message":"refactor(health): keep in mind new way of health check (#63)","shortMessageHtmlLink":"refactor(health): keep in mind new way of health check (#63)"}},{"before":null,"after":"a2006499f8c912479fb558a326cd0ca750c319ee","ref":"refs/heads/refactor/health","pushedAt":"2024-04-04T14:29:55.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"olexsmir","name":"Smirnov Oleksandr","path":"/olexsmir","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/50584123?s=80&v=4"},"commit":{"message":"refactor(health): keep in mind new way of writting health check","shortMessageHtmlLink":"refactor(health): keep in mind new way of writting health check"}},{"before":"28e1f5689f3be7e0947fd713696ba1360df4cb74","after":"10cec9c6b0156c76f8d30d8aaba5f3d3afe9129c","ref":"refs/heads/develop","pushedAt":"2024-04-04T14:15:55.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"olexsmir","name":"Smirnov Oleksandr","path":"/olexsmir","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/50584123?s=80&v=4"},"commit":{"message":"add help file, and docs (#59)\n\n* idk how good this idea is\r\n\r\n* this could be working but i still cant figure out how to run it\r\n\r\n* ignore tags that mini.doc gens, but why?\r\n\r\n* chore(taskfile): force exiting after tests\r\n\r\nbecause i got infinit ci\r\n\r\n* chore(ci): add more nvim versions to run on\r\n\r\n* chore: update taskfile\r\n\r\n* feat: add docs generator\r\n\r\n* docs: its only begining\r\n\r\n* refactor: update docgen script\r\n\r\n* docs: write some more\r\n\r\n* docs(config): update\r\n\r\n* docs: update readme\r\n\r\n* language\r\n\r\n* hope it would work\r\n\r\n* what about that?\r\n\r\n* maybe this would work?\r\n\r\n* update md\r\n\r\n* upd\r\n\r\n* WHY DOESNT IT WORKING\r\n\r\n* idk by but 0.9.3 just fails the ci, so i deleted it from suite\r\n\r\n* again update, why does markdown not work in embeded html\r\n\r\n* maybe it can help?\r\n\r\n* upd\r\n\r\n* again update\r\n\r\n* kinda fix\r\n\r\n* fix: formatting\r\n\r\n* again some updating\r\n\r\n* some readme updating\r\n\r\n* fix, this shouldnt be in repo\r\n\r\n* i finnaly undertood how to fix this fking skill issue\r\n\r\n* fix(struct_tags): typo\r\n\r\n* refactor(docs): change the order in generated file\r\n\r\n* docs: install deps\r\n\r\n* refactor(scripts): rename doc-gen script\r\n\r\n* docs(impl): write docs\r\n\r\n* docs(dap): add doc\r\n\r\n* stylua .\r\n\r\n* docs(struct_tags): add doc\r\n\r\n* docs(gotests): add docs\r\n\r\n* docs(iferr): add docs\r\n\r\n* docs(comment): add doc\r\n\r\n* update CONTRIBUTING.md\r\n\r\n* docs(README): talk about `develop` branch\r\n\r\n* docs: update README.md","shortMessageHtmlLink":"add help file, and docs (#59)"}},{"before":"c92c7c7bc1290bfbcbe026e60f19923e16fdbf9b","after":"12fa2beecc25e92ea057a6c7fca5b8d69829ef48","ref":"refs/heads/feat/docs","pushedAt":"2024-04-04T14:13:30.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"olexsmir","name":"Smirnov Oleksandr","path":"/olexsmir","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/50584123?s=80&v=4"},"commit":{"message":"docs: update README.md","shortMessageHtmlLink":"docs: update README.md"}},{"before":"c9b7d35cbdb73f6c91e0b057eebe6f468c1cb801","after":"c92c7c7bc1290bfbcbe026e60f19923e16fdbf9b","ref":"refs/heads/feat/docs","pushedAt":"2024-04-04T14:11:05.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"olexsmir","name":"Smirnov Oleksandr","path":"/olexsmir","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/50584123?s=80&v=4"},"commit":{"message":"docs(README): talk about `develop` branch","shortMessageHtmlLink":"docs(README): talk about develop branch"}},{"before":"beed143e64df8e9577b64b99beff836333df3be6","after":"c9b7d35cbdb73f6c91e0b057eebe6f468c1cb801","ref":"refs/heads/feat/docs","pushedAt":"2024-04-02T14:51:10.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"olexsmir","name":"Smirnov Oleksandr","path":"/olexsmir","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/50584123?s=80&v=4"},"commit":{"message":"docs(comment): add doc","shortMessageHtmlLink":"docs(comment): add doc"}},{"before":"3f07f031178e1c48f35cc85dd9c62d753c487484","after":"beed143e64df8e9577b64b99beff836333df3be6","ref":"refs/heads/feat/docs","pushedAt":"2024-04-02T14:46:53.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"olexsmir","name":"Smirnov Oleksandr","path":"/olexsmir","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/50584123?s=80&v=4"},"commit":{"message":"docs(iferr): add docs","shortMessageHtmlLink":"docs(iferr): add docs"}},{"before":"de17bcac0427318663d41d4822de506be73720f3","after":"3f07f031178e1c48f35cc85dd9c62d753c487484","ref":"refs/heads/feat/docs","pushedAt":"2024-04-02T14:43:37.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"olexsmir","name":"Smirnov Oleksandr","path":"/olexsmir","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/50584123?s=80&v=4"},"commit":{"message":"docs(gotests): add docs","shortMessageHtmlLink":"docs(gotests): add docs"}},{"before":"dba618d3874613e8336567347401f33b0fa3e784","after":"de17bcac0427318663d41d4822de506be73720f3","ref":"refs/heads/feat/docs","pushedAt":"2024-04-02T14:21:33.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"olexsmir","name":"Smirnov Oleksandr","path":"/olexsmir","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/50584123?s=80&v=4"},"commit":{"message":"docs(struct_tags): add doc","shortMessageHtmlLink":"docs(struct_tags): add doc"}},{"before":"9edc4604e54d9a26a029d8b0b6feee02219f89ba","after":"dba618d3874613e8336567347401f33b0fa3e784","ref":"refs/heads/feat/docs","pushedAt":"2024-04-02T14:07:56.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"olexsmir","name":"Smirnov Oleksandr","path":"/olexsmir","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/50584123?s=80&v=4"},"commit":{"message":"docs(impl): write docs","shortMessageHtmlLink":"docs(impl): write docs"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEZhuyQAA","startCursor":null,"endCursor":null}},"title":"Activity · olexsmir/gopher.nvim"}