André Lima
André Lima
### Description As the title says, simply importing `@opentui/core` disables all teardown hooks on Effect (or any other library, for that matter). #### Example ```ts import { Effect } from...
Fixes #248. ## Changes ### Core - Adds new `exitSignals` option to renderer, which specifies a list of signals that the renderer should destroy itself upon receiving. - The handlers...
It would be very helpful to have an action to format and fix linting issues when someone `@mentions` that app. Example usage: 1. Create PR 2. I comment `@uni-bot format`....
# What This PR allows users to specify a network to be used when creating a registry via a configuration file. Example: ```yaml registries: create: ... network: k3d ``` Furthermore,...
Permissions of /tmp are set to 755 after a bind mount is placed under /tmp under specific conditions
### Issue Description Under specific situations, podman build (does not happen when running `buildah` directly) resets the permissions of `/tmp` to `755`. Those conditions seem to be: 1. A folder...