Patrick Organ
Patrick Organ
This PR changes the search behavior to search snippets only within the selected folder, instead of searching all snippets. The functionality for searching all snippets now requires the 'allSnippets' folder...
This PR adds support for using a configuration file with `Eget`. ## Summary This adds supports for a TOML configuration file located at `~/.eget.toml`, or one located in the same...
This PR removes the color `red` from logging messages as red is typically associated with error messages, and can result in confusion with lots of output from many containers. Avoiding...
This PR improves the auto-merge workflow to be more succinct and readable, as well as making the steps more clear in terms of what their function is at a glance....
This PR borrows and extends code from `spatie/ray` to implement a `rector/rector` rule for removing calls to `ray()`, `rd()`, `Ray::*` and `->ray()`. It adds a `clean` subcommand to the `x-ray`...
Add support for calling closures before a ray request, see [spatie/ray PR 859](https://github.com/spatie/ray/pull/859).
The `LogPayload` class was updated to send additional data to the Ray client in [PR 829](https://github.com/spatie/ray/pull/829). ```[tasklist] ### Tasks ```
The `expand` payload and method were added to `spatie/ray` in [this PR](https://github.com/spatie/ray/pull/843).
This PR refactors the integrations functionality: - reorganize dotenv vault integration - add infisical integration - add generic integration interface and run all integrations on workflow init
This PR adds the `resourceLimit()` method and associated Enum class. This method enables setting the various resource limits for Imagemagick, such as memory limits, time limits, and others. Additionally, it...