Val V
Val V
With the latest stack and version of micro I get the `P` character inserted on every Delete key press. The workaround is to add `"\u001b[P": "Delete"` to bindings config.
This is done and https://github.com/Homebrew/homebrew-core/pull/210727 was submitted for review. In the meantime, if you want to help with testing, feel free to: ```shell brew tap vaygr/tap brew install fabric-ai ```...
This has been merged. Should be available in Homebrew soon.
@colesmcintosh do you know by any chance what the blockers are exactly? I'm using a couple of tools that rely on `/v1/chat/completions` endpoint and employ OpenAI provider code with just...
TLS part should be removed, it's unsupported configuration. Has nothing to do with cloudflare. I have Let's Encrypt configured, and on initial send I get the error: ```shell could not...
@OisinHick yes I would remove any mentions regarding TLS. The other ports part really depends on the outcome of the discussion in the referenced issue. I'm not convinced that traffic...
Same with both login and logout on 15.3. @FelixKratz any way to troubleshoot this?
As of today Fabric should be [available in Homebrew](https://formulae.brew.sh/formula/fabric-ai) and can be installed by: ```shell brew update brew install fabric-ai ```
@chirul0 yes, [the note on name difference is in the README](https://github.com/danielmiessler/fabric?tab=readme-ov-file#using-package-managers) and is due to the conflict with https://www.fabfile.org/
FYI the first run worked successfully in https://github.com/Homebrew/homebrew-core/pull/215742.