cleder / pygeoif

Basic implementation of the __geo_interface__ ๐ŸŒ๏ธ
https://pygeoif.readthedocs.io
65 stars 27 forks source link

[pre-commit.ci] pre-commit autoupdate #200

Closed pre-commit-ci[bot] closed 8 months ago

pre-commit-ci[bot] commented 8 months ago

User description

updates:


Type

Enhancement, Configuration changes


Description


Changes walkthrough

Relevant files                                                                                                                                 
Enhancement
feature.py                                                                                                   
    pygeoif/feature.py

    **Removed the 'noqa' comment from the 'id' method.**
+1/-1
Configuration changes
.pre-commit-config.yaml                                                                         
    .pre-commit-config.yaml

    **Updated the version of the 'ruff-pre-commit' from 'v0.1.11'
    to 'v0.1.13'.**
+1/-1

โœจ Usage guide:
**Overview:** The `describe` tool scans the PR code changes, and generates a description for the PR - title, type, summary, walkthrough and labels. The tool can be triggered [automatically](https://github.com/Codium-ai/pr-agent/blob/main/Usage.md#github-app-automatic-tools) every time a new PR is opened, or can be invoked manually by commenting on a PR. When commenting, to edit [configurations](https://github.com/Codium-ai/pr-agent/blob/main/pr_agent/settings/configuration.toml#L46) related to the describe tool (`pr_description` section), use the following template: ``` /describe --pr_description.some_config1=... --pr_description.some_config2=... ``` With a [configuration file](https://github.com/Codium-ai/pr-agent/blob/main/Usage.md#working-with-github-app), use the following template: ``` [pr_description] some_config1=... some_config2=... ```
Enabling\disabling automation
- When you first install the app, the [default mode](https://github.com/Codium-ai/pr-agent/blob/main/Usage.md#github-app-automatic-tools) for the describe tool is: ``` pr_commands = ["/describe --pr_description.add_original_user_description=true" "--pr_description.keep_original_user_title=true", ...] ``` meaning the `describe` tool will run automatically on every PR, will keep the original title, and will add the original user description above the generated description. - Markers are an alternative way to control the generated description, to give maximal control to the user. If you set: ``` pr_commands = ["/describe --pr_description.use_description_markers=true", ...] ``` the tool will replace every marker of the form `pr_agent:marker_name` in the PR description with the relevant content, where `marker_name` is one of the following: - `type`: the PR type. - `summary`: the PR summary. - `walkthrough`: the PR walkthrough. Note that when markers are enabled, if the original PR description does not contain any markers, the tool will not alter the description at all.
Custom labels
The default labels of the `describe` tool are quite generic: [`Bug fix`, `Tests`, `Enhancement`, `Documentation`, `Other`]. If you specify [custom labels](https://github.com/Codium-ai/pr-agent/blob/main/docs/DESCRIBE.md#handle-custom-labels-from-the-repos-labels-page-gem) in the repo's labels page or via configuration file, you can get tailored labels for your use cases. Examples for custom labels: - `Main topic:performance` - pr_agent:The main topic of this PR is performance - `New endpoint` - pr_agent:A new endpoint was added in this PR - `SQL query` - pr_agent:A new SQL query was added in this PR - `Dockerfile changes` - pr_agent:The PR contains changes in the Dockerfile - ... The list above is eclectic, and aims to give an idea of different possibilities. Define custom labels that are relevant for your repo and use cases. Note that Labels are not mutually exclusive, so you can add multiple label categories. Make sure to provide proper title, and a detailed and well-phrased description for each label, so the tool will know when to suggest it.
Utilizing extra instructions
The `describe` tool can be configured with extra instructions, to guide the model to a feedback tailored to the needs of your project. Be specific, clear, and concise in the instructions. With extra instructions, you are the prompter. Notice that the general structure of the description is fixed, and cannot be changed. Extra instructions can change the content or style of each sub-section of the PR description. Examples for extra instructions: ``` [pr_description] extra_instructions=""" - The PR title should be in the format: ': ' - The title should be short and concise (up to 10 words) - ... """ ``` Use triple quotes to write multi-line instructions. Use bullet points to make the instructions more readable. </details></td></tr> <tr><td><details> <summary><strong> More PR-Agent commands</strong></summary><hr> > To invoke the PR-Agent, add a comment using one of the following commands: > - **/review**: Request a review of your Pull Request. > - **/describe**: Update the PR title and description based on the contents of the PR. > - **/improve [--extended]**: Suggest code improvements. Extended mode provides a higher quality feedback. > - **/ask \<QUESTION\>**: Ask a question about the PR. > - **/update_changelog**: Update the changelog based on the PR's contents. > - **/add_docs** ๐Ÿ’Ž: Generate docstring for new components introduced in the PR. > - **/generate_labels** ๐Ÿ’Ž: Generate labels for the PR based on the PR's contents. > - **/analyze** ๐Ÿ’Ž: Automatically analyzes the PR, and presents changes walkthrough for each component. >See the [tools guide](https://github.com/Codium-ai/pr-agent/blob/main/docs/TOOLS_GUIDE.md) for more details. >To list the possible configuration parameters, add a **/config** comment. </details></td></tr> </table> See the [describe usage](https://github.com/Codium-ai/pr-agent/blob/main/docs/DESCRIBE.md) page for a comprehensive guide on using this tool. </details> </div> </div> <div class="comment"> <div class="user"> <a rel="noreferrer nofollow" target="_blank" href="https://github.com/semanticdiff-com[bot]"><img src="https://avatars.githubusercontent.com/in/343311?v=4" />semanticdiff-com[bot]</a> commented <strong> 8 months ago</strong> </div> <div class="markdown-body"> <p>Review changes with <a href="https://app.semanticdiff.com/cleder/pygeoif/pull/200/">SemanticDiff</a>.</p> <p>Analyzed 1 of 2 files.</p> <p>Overall, the semantic diff is <strong>15% smaller</strong> than the GitHub diff.</p> <table> <thead> <tr> <th></th> <th style="text-align: left;">Filename</th> <th style="text-align: left;">Status</th> </tr> </thead> <tbody> <tr> <td>:grey_question:</td> <td style="text-align: left;">.pre-commit-config.yaml</td> <td style="text-align: left;">Unsupported file format</td> </tr> <tr> <td>:heavy_check_mark:</td> <td style="text-align: left;"><a href="https://app.semanticdiff.com/cleder/pygeoif/pull/200/#pygeoif/feature.py">pygeoif/feature.py</a></td> <td style="text-align: left;">14.29% smaller</td> </tr> </tbody> </table> </div> </div> <div class="comment"> <div class="user"> <a rel="noreferrer nofollow" target="_blank" href="https://github.com/coderabbitai[bot]"><img src="https://avatars.githubusercontent.com/in/347564?v=4" />coderabbitai[bot]</a> commented <strong> 8 months ago</strong> </div> <div class="markdown-body"> <!-- This is an auto-generated comment: summarize by coderabbit.ai --> <!-- This is an auto-generated comment: skip review by coderabbit.ai --> <blockquote> <p>[!IMPORTANT]</p> <h2>Auto Review Skipped</h2> <p>Bot user detected.</p> <p>To trigger a single review, invoke the <code>@coderabbitai review</code> command.</p> </blockquote> <!-- end of auto-generated comment: skip review by coderabbit.ai --><!-- tweet_start --> <p>Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?</p> <details> <summary>Share</summary> - [X](https://twitter.com/intent/tweet?text=I%20just%20used%20%40coderabbitai%20for%20my%20code%20review%2C%20and%20it%27s%20fantastic%21%20It%27s%20free%20for%20OSS%20and%20offers%20a%20free%20trial%20for%20the%20proprietary%20code.%20Check%20it%20out%3A&url=https%3A//coderabbit.ai) - [Mastodon](https://mastodon.social/share?text=I%20just%20used%20%40coderabbitai%20for%20my%20code%20review%2C%20and%20it%27s%20fantastic%21%20It%27s%20free%20for%20OSS%20and%20offers%20a%20free%20trial%20for%20the%20proprietary%20code.%20Check%20it%20out%3A%20https%3A%2F%2Fcoderabbit.ai) - [Reddit](https://www.reddit.com/submit?title=Great%20tool%20for%20code%20review%20-%20CodeRabbit&text=I%20just%20used%20CodeRabbit%20for%20my%20code%20review%2C%20and%20it%27s%20fantastic%21%20It%27s%20free%20for%20OSS%20and%20offers%20a%20free%20trial%20for%20proprietary%20code.%20Check%20it%20out%3A%20https%3A//coderabbit.ai) - [LinkedIn](https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fcoderabbit.ai&mini=true&title=Great%20tool%20for%20code%20review%20-%20CodeRabbit&summary=I%20just%20used%20CodeRabbit%20for%20my%20code%20review%2C%20and%20it%27s%20fantastic%21%20It%27s%20free%20for%20OSS%20and%20offers%20a%20free%20trial%20for%20proprietary%20code) </details> <!-- tweet_end --><!-- tips_start --> <hr /> <details> <summary>Tips</summary> ### Chat There are 3 ways to chat with CodeRabbit: - Review comments: Directly reply to a review comment made by CodeRabbit. Example: - `I pushed a fix in commit <commit_id>.` - `Generate unit-tests for this file.` - Files and specific lines of code (under the "Files changed" tab): Tag `@coderabbitai` in a new review comment at the desired location with your query. Examples: - `@coderabbitai generate unit tests for this file.` - `@coderabbitai modularize this function.` - PR comments: Tag `@coderabbitai` in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples: - `@coderabbitai generate interesting stats about this repository from git and render them as a table.` - `@coderabbitai show all the console.log statements in this repository.` - `@coderabbitai read src/utils.ts and generate unit tests.` - `@coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.` Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. ### CodeRabbit Commands (invoked as PR comments) - `@coderabbitai pause` to pause the reviews on a PR. - `@coderabbitai resume` to resume the paused reviews. - `@coderabbitai review` to trigger a review. This is useful when automatic reviews are disabled for the repository. - `@coderabbitai resolve` resolve all the CodeRabbit review comments. - `@coderabbitai help` to get help. Additionally, you can add `@coderabbitai ignore` anywhere in the PR description to prevent this PR from being reviewed. ### CodeRabbit Configration File (`.coderabbit.yaml`) - You can programmatically configure CodeRabbit by adding a `.coderabbit.yaml` file to the root of your repository. - The JSON schema for the configuration file is available [here](https://coderabbit.ai/integrations/coderabbit-overrides.v2.json). - If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: `# yaml-language-server: $schema=https://coderabbit.ai/integrations/coderabbit-overrides.v2.json` ### CodeRabbit Discord Community Join our [Discord Community](https://discord.com/invite/GsXnASn26c) to get help, request features, and share feedback. </details> <!-- tips_end --> </div> </div> <div class="comment"> <div class="user"> <a rel="noreferrer nofollow" target="_blank" href="https://github.com/what-the-diff[bot]"><img src="https://avatars.githubusercontent.com/in/242248?v=4" />what-the-diff[bot]</a> commented <strong> 8 months ago</strong> </div> <div class="markdown-body"> <h2>PR Summary</h2> <ul> <li><strong>Update of pre-commit configurations</strong> The version of the pre-commit tool we use from the 'ruff-pre-commit' repository has been updated. The tool is essentially a set of checks that developers can set up to automatically run on their code before they commit it. By updating it from version 'v0.1.11' to 'v0.1.13', we can ensure that our pre-commit checks are as up-to-date as possible, catching any emerging issues before they become problems.</li> </ul> </div> </div> <div class="comment"> <div class="user"> <a rel="noreferrer nofollow" target="_blank" href="https://github.com/codiumai-pr-agent-free[bot]"><img src="https://avatars.githubusercontent.com/in/354216?v=4" />codiumai-pr-agent-free[bot]</a> commented <strong> 8 months ago</strong> </div> <div class="markdown-body"> <p><strong><a href="https://github.com/cleder/pygeoif/pull/200">PR Description</a></strong> updated to latest commit (<a href="https://github.com/cleder/pygeoif/commit/b6c6d7adb87e57b3854af80811f81d7003fc5f41">https://github.com/cleder/pygeoif/commit/b6c6d7adb87e57b3854af80811f81d7003fc5f41</a>)</p> </div> </div> <div class="comment"> <div class="user"> <a rel="noreferrer nofollow" target="_blank" href="https://github.com/codiumai-pr-agent-free[bot]"><img src="https://avatars.githubusercontent.com/in/354216?v=4" />codiumai-pr-agent-free[bot]</a> commented <strong> 8 months ago</strong> </div> <div class="markdown-body"> <h2>PR Analysis</h2> <h3>(review updated until commit <a href="https://github.com/cleder/pygeoif/commit/b6c6d7adb87e57b3854af80811f81d7003fc5f41">https://github.com/cleder/pygeoif/commit/b6c6d7adb87e57b3854af80811f81d7003fc5f41</a>)</h3> <ul> <li>๐ŸŽฏ <strong>Main theme:</strong> This PR primarily focuses on updating the pre-commit configuration and removing a 'noqa' comment from a method in the 'pygeoif/feature.py' file.</li> <li>๐Ÿ“ <strong>PR summary:</strong> The PR updates the version of the 'ruff-pre-commit' from 'v0.1.11' to 'v0.1.13' in '.pre-commit-config.yaml'. It also removes the 'noqa' comment from the 'id' method in 'pygeoif/feature.py'.</li> <li>๐Ÿ“Œ <strong>Type of PR:</strong> Enhancement</li> <li>๐Ÿงช <strong>Relevant tests added:</strong> No</li> <li>โฑ๏ธ <strong>Estimated effort to review [1-5]:</strong> 1, because the changes are straightforward and involve only configuration updates and comment removal.</li> <li>๐Ÿ”’ <strong>Security concerns:</strong> No security concerns found <h2>PR Feedback</h2></li> </ul> <p><strong>๐Ÿ’ก General suggestions:</strong> The PR is well-structured and the changes are clear. However, it would be beneficial to include a brief explanation of why the 'noqa' comment was removed. If it was unnecessary, stating this explicitly would be helpful for reviewers.</p> <details><summary> <strong>๐Ÿค– Code feedback:</strong></summary><hr><table><tr><td>relevant file</td><td>.pre-commit-config.yaml</td></tr><tr><td>suggestion      </td><td><br> **Consider adding a comment explaining what the 'ruff-pre-commit' is used for and why it's being updated. This can provide context for other developers who might be unfamiliar with this tool. [medium]** <br></td></tr><tr><td>relevant line</td><td><a href='https://github.com/cleder/pygeoif/pull/200/files#diff-63a9c44a44acf85fea213a857769990937107cf072831e1a26808cfde9d096b9R43'>rev: 'v0.1.13'</a></td></tr></table><hr><table><tr><td>relevant file</td><td>pygeoif/feature.py</td></tr><tr><td>suggestion      </td><td><br> **If the 'noqa' comment was removed because it's no longer needed, consider adding a comment to explain why it was unnecessary. This can help maintain code quality and readability. [medium]** <br></td></tr><tr><td>relevant line</td><td><a href='https://github.com/cleder/pygeoif/pull/200/files#diff-c549f84576841ac1b9c23c9171a147fcd2122e76241477aeb01b132c7faa8c58R113'>def id(self) -> Optional[Union[str, int]]:</a></td></tr></table><hr></details> <hr> <details> <summary><strong>โœจ Usage guide:</strong></summary><hr> **Overview:** The `review` tool scans the PR code changes, and generates a PR review. The tool can be triggered [automatically](https://github.com/Codium-ai/pr-agent/blob/main/Usage.md#github-app-automatic-tools) every time a new PR is opened, or can be invoked manually by commenting on any PR. When commenting, to edit [configurations](https://github.com/Codium-ai/pr-agent/blob/main/pr_agent/settings/configuration.toml#L19) related to the review tool (`pr_reviewer` section), use the following template: ``` /review --pr_reviewer.some_config1=... --pr_reviewer.some_config2=... ``` With a [configuration file](https://github.com/Codium-ai/pr-agent/blob/main/Usage.md#working-with-github-app), use the following template: ``` [pr_reviewer] some_config1=... some_config2=... ``` <table><tr><td><details> <summary><strong> Utilizing extra instructions</strong></summary><hr> The `review` tool can be configured with extra instructions, which can be used to guide the model to a feedback tailored to the needs of your project. Be specific, clear, and concise in the instructions. With extra instructions, you are the prompter. Specify the relevant sub-tool, and the relevant aspects of the PR that you want to emphasize. Examples for extra instructions: ``` [pr_reviewer] # /review # extra_instructions=""" In the code feedback section, emphasize the following: - Does the code logic cover relevant edge cases? - Is the code logic clear and easy to understand? - Is the code logic efficient? ... """ ``` Use triple quotes to write multi-line instructions. Use bullet points to make the instructions more readable. </details></td></tr> <tr><td><details> <summary><strong> How to enable\disable automation</strong></summary><hr> - When you first install PR-Agent app, the [default mode](https://github.com/Codium-ai/pr-agent/blob/main/Usage.md#github-app-automatic-tools) for the `review` tool is: ``` pr_commands = ["/review", ...] ``` meaning the `review` tool will run automatically on every PR, with the default configuration. Edit this field to enable/disable the tool, or to change the used configurations </details></td></tr> <tr><td><details> <summary><strong> About the 'Code feedback' section</strong></summary><hr> The `review` tool provides several type of feedbacks, one of them is code suggestions. If you are interested **only** in the code suggestions, it is recommended to use the [`improve`](https://github.com/Codium-ai/pr-agent/blob/main/docs/IMPROVE.md) feature instead, since it dedicated only to code suggestions, and usually gives better results. Use the `review` tool if you want to get a more comprehensive feedback, which includes code suggestions as well. </details></td></tr> <tr><td><details> <summary><strong> Auto-labels</strong></summary><hr> The `review` tool can auto-generate two specific types of labels for a PR: - a `possible security issue` label, that detects possible [security issues](https://github.com/Codium-ai/pr-agent/blob/tr/user_description/pr_agent/settings/pr_reviewer_prompts.toml#L136) (`enable_review_labels_security` flag) - a `Review effort [1-5]: x` label, where x is the estimated effort to review the PR (`enable_review_labels_effort` flag) </details></td></tr> <tr><td><details> <summary><strong> Extra sub-tools</strong></summary><hr> The `review` tool provides a collection of possible feedbacks about a PR. It is recommended to review the [possible options](https://github.com/Codium-ai/pr-agent/blob/main/docs/REVIEW.md#enabledisable-features), and choose the ones relevant for your use case. Some of the feature that are disabled by default are quite useful, and should be considered for enabling. For example: `require_score_review`, `require_soc2_review`, `enable_review_labels_effort`, and more. </details></td></tr> <tr><td><details> <summary><strong> More PR-Agent commands</strong></summary><hr> > To invoke the PR-Agent, add a comment using one of the following commands: > - **/review**: Request a review of your Pull Request. > - **/describe**: Update the PR title and description based on the contents of the PR. > - **/improve [--extended]**: Suggest code improvements. Extended mode provides a higher quality feedback. > - **/ask \<QUESTION\>**: Ask a question about the PR. > - **/update_changelog**: Update the changelog based on the PR's contents. > - **/add_docs** ๐Ÿ’Ž: Generate docstring for new components introduced in the PR. > - **/generate_labels** ๐Ÿ’Ž: Generate labels for the PR based on the PR's contents. > - **/analyze** ๐Ÿ’Ž: Automatically analyzes the PR, and presents changes walkthrough for each component. >See the [tools guide](https://github.com/Codium-ai/pr-agent/blob/main/docs/TOOLS_GUIDE.md) for more details. >To list the possible configuration parameters, add a **/config** comment. </details></td></tr> </table> See the [review usage](https://github.com/Codium-ai/pr-agent/blob/main/docs/REVIEW.md) page for a comprehensive guide on using this tool. </details> </div> </div> <div class="comment"> <div class="user"> <a rel="noreferrer nofollow" target="_blank" href="https://github.com/codiumai-pr-agent-free[bot]"><img src="https://avatars.githubusercontent.com/in/354216?v=4" />codiumai-pr-agent-free[bot]</a> commented <strong> 8 months ago</strong> </div> <div class="markdown-body"> <p><strong><a href="https://github.com/cleder/pygeoif/pull/200#issuecomment-1892486427">Persistent review</a></strong> updated to latest commit <a href="https://github.com/cleder/pygeoif/commit/b6c6d7adb87e57b3854af80811f81d7003fc5f41">https://github.com/cleder/pygeoif/commit/b6c6d7adb87e57b3854af80811f81d7003fc5f41</a></p> </div> </div> <div class="comment"> <div class="user"> <a rel="noreferrer nofollow" target="_blank" href="https://github.com/ghost"><img src="https://avatars.githubusercontent.com/u/10137?v=4" />ghost</a> commented <strong> 8 months ago</strong> </div> <div class="markdown-body"> <details open> <summary><b>๐Ÿ‘‡ <a href="https://app.codesee.io/r/reviews?pr=200&src=https%3A%2F%2Fgithub.com%2Fcleder%2Fpygeoif">Click on the image</a> for a new way to code review</b> </summary> #### [![Review these changes using an interactive CodeSee Map](https://s3.us-east-2.amazonaws.com/maps.codesee.io/images/github/cleder/pygeoif/200/94c407b7/b6c6d7adb87e57b3854af80811f81d7003fc5f41.svg)](https://app.codesee.io/r/reviews?pr=200&src=https%3A%2F%2Fgithub.com%2Fcleder%2Fpygeoif) #### Legend <img src="https://app.codesee.io/Legend_v3.png" alt="CodeSee Map legend" width="220" height="156"> </details> </div> </div> <div class="comment"> <div class="user"> <a rel="noreferrer nofollow" target="_blank" href="https://github.com/codecov[bot]"><img src="https://avatars.githubusercontent.com/in/254?v=4" />codecov[bot]</a> commented <strong> 8 months ago</strong> </div> <div class="markdown-body"> <h2><a href="https://app.codecov.io/gh/cleder/pygeoif/pull/200?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Christian+Ledermann">Codecov</a> Report</h2> <p>All modified and coverable lines are covered by tests :white_check_mark:</p> <blockquote> <p>Comparison is base <a href="https://app.codecov.io/gh/cleder/pygeoif/commit/bebd4b4608be67fb21a66b54d2f07cce08a1383f?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Christian+Ledermann">(<code>bebd4b4</code>)</a> 100.00% compared to head <a href="https://app.codecov.io/gh/cleder/pygeoif/pull/200?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Christian+Ledermann">(<code>b6c6d7a</code>)</a> 100.00%. Report is 2 commits behind head on develop.</p> </blockquote> <details><summary>Additional details and impacted files</summary> ```diff @@ Coverage Diff @@ ## develop #200 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 21 21 Lines 2371 2371 Branches 258 258 ========================================= Hits 2371 2371 ``` </details> <p><a href="https://app.codecov.io/gh/cleder/pygeoif/pull/200?src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Christian+Ledermann">:umbrella: View full report in Codecov by Sentry</a>.<br /> :loudspeaker: Have feedback on the report? <a href="https://about.codecov.io/codecov-pr-comment-feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Christian+Ledermann">Share it here</a>.</p> </div> </div> <div class="page-bar-simple"> </div> <div class="footer"> <ul class="body"> <li>ยฉ <script> document.write(new Date().getFullYear()) </script> Githubissues.</li> <li>Githubissues is a development platform for aggregating issues.</li> </ul> </div> <script src="https://cdn.jsdelivr.net/npm/jquery@3.5.1/dist/jquery.min.js"></script> <script src="/githubissues/assets/js.js"></script> <script src="/githubissues/assets/markdown.js"></script> <script src="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.4.0/build/highlight.min.js"></script> <script src="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.4.0/build/languages/go.min.js"></script> <script> hljs.highlightAll(); </script> </body> </html>