Joshie

Results 14 issues of Joshie

Rare bug, hard to reproduce. Error's log: ```log [ERROR][2024-02-09 14:12:56] ...lsp/handlers.lua:535"Ruff: Lint failed ( error: Ruff crashed. If you could open an issue at: https://github.com/astral-sh/ruff/issues/new?title=%5BPanic%5D ...quoting the executed command, along...

bug

**What** When creating a bm25 index, you provide an index name for a given schema. There seems to be an intentional decision to avoid name conflicts, and delete the current...

bug
quickfix
priority-2-medium
pg_search
user-request

The [controlled datetime picker](https://shadcnui-expansions.typeart.cc/docs/datetime-picker#Controlled%20component) will start you on a blank calendar view, despite a jsDate being passed in. For example: ```ts const [startDate, setStartDate] = useState(new Date("2024/01/01")) return () ```...

### Feature request There are a few minor things I have noticed about the python provider. Some of these things should be fixed / updated. Some are pure opinionated ideas....

The `docker_run_tests`, tests, do not properly cleanup after itself. The changes made are as follows: * Remove generated [anonymous volumes](https://docs.docker.com/reference/cli/docker/container/rm/#volumes): - add `-v` to `docker rm` * Remove generated image:...

Right now, the docs don't have great exposure to build logs and how to read / debug them. All the docs for logs, point to deployment logs. The most typical...

community

Since version `0.5`, ruff has dropped the `v` in its version. This mirrors that. As mentioned and done in https://github.com/astral-sh/uv-pre-commit/issues/5, `ruff` no longer has `v` in its version. This PR...

### Description pyright doesn't support inferring the type of lambda from a NamedTuple: ```py from typing import NamedTuple, Callable class Foo(NamedTuple): a: int b: Callable[[str], str] bar: Foo = Foo(10,...

rejected upstream
type checking / linting

> [!IMPORTANT] > Officially drops support for python

`ruff` is no longer in beta. Astral has a first party action: https://github.com/astral-sh/ruff-action The settings for what to select and ignore should be defined in the `pyrpoject.toml` file or `ruff.toml`...