Zaidhaan
Zaidhaan
The seeker input ends up being a decimal, rather than an integer (despite the step being "1"). So the regex checks set in place for integers fail. And seeking isn't...
These changes should make it easier for contributors to quickly spin up a development environment. Most changes involved simply adding minio and maildev to the `docker-compose.yml` file. * minio: This...
# Thank you for contributing an eval! ♥️ 🚨 Please make sure your PR follows these guidelines, __failure to follow the guidelines below will result in the PR being closed...
TL;DR: Neither stdout nor stderr (nevermind the colors) show up when writing to a subshell process as demonstrated below. Read further for GDB debugging findings. ``` $ cat test.sh #!/usr/bin/env...
See #930 (or at least just https://github.com/zsh-users/zsh-syntax-highlighting/issues/930#issuecomment-1590633859). What this PR does: * If a hashed directory `foo` exists and the path it resolves to also exists, it will highlight it...
Screenshot:  I was able to fix it with this ```diff diff --git a/highlighters/main/main-highlighter.zsh b/highlighters/main/main-highlighter.zsh index f691051..505fe3c 100644 --- a/highlighters/main/main-highlighter.zsh +++ b/highlighters/main/main-highlighter.zsh @@ -196,6 +196,8 @@ _zsh_highlight_main__type() { REPLY=builtin elif...
Screenshot: (note that expansion _does work_ as expected after hitting return. `&` however, is not highlighted)  Reproducible setup: ```zsh $ echo foo_replaceme_bar $ echo baz_replaceme_qux $ !-2:s/replaceme/subst/ && !-1:&...
## Issue Some posts, such as one from #401 which points to [this post](https://tiny.tilde.website/@severak/109502842152754421) happens to contain text consisting of asterisks that can be interpreted as markdown (but is not...
### Description Have a look at this demo from [CopilotKit](https://www.copilotkit.ai/) (not affiliated, they have an interesting product and I believe Pydantic AI should allow users to build experiences like they...