Add pixi section and reformat markdown tables#8
Open
marvinvanaalst wants to merge 1 commit into
Open
Conversation
Document pixi's native cooldown support introduced in v0.67.0, including project-level config and a pointer to the security docs for advanced channel/fix-override patterns.
mprpic
requested changes
May 28, 2026
Owner
mprpic
left a comment
There was a problem hiding this comment.
Can you also update the quick reference table at the bottom of the page?
Would you be open to adding support for checking cooldown configuration into the cooldown.sh script? Alternatively, feel free to file that as a secondary issue.
|
|
||
| ### pixi | ||
|
|
||
| [pixi](https://pixi.prefix.dev/latest/) introduced the built-in cooldown feature in version [0.67.0](https://github.com/prefix-dev/pixi/releases/tag/v0.67.0). It uses relative durations natively and supports several timestamp and duration formats. |
Owner
There was a problem hiding this comment.
Suggested change
| [pixi](https://pixi.prefix.dev/latest/) introduced the built-in cooldown feature in version [0.67.0](https://github.com/prefix-dev/pixi/releases/tag/v0.67.0). It uses relative durations natively and supports several timestamp and duration formats. | |
| [pixi](https://pixi.prefix.dev/latest/) introduced a built-in cooldown feature in version [0.67.0](https://github.com/prefix-dev/pixi/releases/tag/v0.67.0). It uses relative durations natively and supports several timestamp and duration formats. |
|
|
||
| [pixi](https://pixi.prefix.dev/latest/) introduced the built-in cooldown feature in version [0.67.0](https://github.com/prefix-dev/pixi/releases/tag/v0.67.0). It uses relative durations natively and supports several timestamp and duration formats. | ||
|
|
||
| For project-level config, set in `pixi.toml` |
Owner
There was a problem hiding this comment.
Suggested change
| For project-level config, set in `pixi.toml` | |
| For project-level config, set the following in your `pixi.toml` file: |
|
|
||
| ### pixi | ||
|
|
||
| [pixi](https://pixi.prefix.dev/latest/) introduced the built-in cooldown feature in version [0.67.0](https://github.com/prefix-dev/pixi/releases/tag/v0.67.0). It uses relative durations natively and supports several timestamp and duration formats. |
Owner
There was a problem hiding this comment.
Can we list what those formats are?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Document pixi's native cooldown support introduced in v0.67.0, including project-level config and a pointer to the security docs for advanced channel/fix-override patterns.