Results 203 issues of Dima Tisnek

``` > python3.13-nogil -c 'import pydantic_core' fish: Job 1, 'python3.13-nogil -c 'import pyd…' terminated by signal SIGSEGV (Address boundary error) ``` Installed with `pip install --upgrade git+https://github.com/pydantic/pydantic-core.git@main`

enhancement

### Describe the need I'm unable to use search at https://octokit.github.io/rest.js/v20 There are also following errors in the console: ![Screenshot 2024-05-23 at 13 50 13](https://github.com/octokit/rest.js/assets/662249/52d32eeb-e4e3-44cb-be56-f0af6629981b) ``` production-app.js:283 TypeError: x is...

Type: Documentation

**Describe the bug** Chrome complains about the deprecated feature: `The keyword 'searchfield-cancel-button' used on the 'appearance' property was deprecated and has now been removed. It will no longer have any...

Bug 🐛

Quite a few folks (myself, my coworkers, and even pydantic maintainers) tend to use `:rocket:` and similar text emoticons from GitHub-flavoured markdown in the readme files. When these files are...

Tested with py3.13b2-nogil ```py > jhack replay install hexanator/0 /home/dima.linux/code/jhack/jhack/utils/integrate.py:351: SyntaxWarning: invalid escape sequence '\[' print(f"{ep1} {sym}-\[{interface}]-{sym} {ep2}") /home/dima.linux/code/jhack/jhack/utils/tail_charms.py:221: SyntaxWarning: invalid escape sequence '\S' "^(?P\S+): (?P\S+(\s*\S+)?) (?P\S+) " /home/dima.linux/code/jhack/jhack/utils/tail_charms.py:222: SyntaxWarning:...

Hi packaging team, Our use case, which I think is relatively common: * we write Python backend code (app) * we write some libraries as needed, each in own git...

**Describe the bug** I'm trying to use `reveal_type` to check random callables. `reveal_type(some_object_with__call__)` returns the class name, and I need the `Callable[...]` signature. I can use `reveal_type(some_object.__call__)` on callable objects....

bug

I'm getting this warning every time in these 2 circumstances: - host, macos, separate code-sensitive fs volume for code - vm, linux, "folder" shared from host Frankly, if I use...

error messages
cli

How to specify package extras with `uvx`? Or, in other words, how to run `httpx` with `uvx`? ```command > uvx --version uv-tool-uvx 0.3.0 (Homebrew 2024-08-20) > uvx httpx The httpx...

good first issue
cli

### Description ### Fails when using docker/moby runtime: ```command 🦐/c/hexanator (main)> colima start --profile amd64 --vm-type=vz --vz-rosetta --arch amd64 --cpu 8 --memory 8 --disk 50 --network-address --mount /code:w -e INFO[0000]...