Aarni Koskela

Results 629 comments of Aarni Koskela

I'm sorry, the examples don't help me understand what this feature would do.

What should happen instead in your opinion? Should the entire wildcard invocation be erased from the prompt? Then there's the issue that it would be hard to report a misspelled...

(cc @rickardp, I think we just might be poking at the same downstream project 😂)

> [...] and the file must be readable will maybe confuse people as they think It may be sored elsewhere ? You mean possible confusion since `django-vite` couldn't read the...

The `buildkite/fastcheck/pr/amd-openai-compatible-tool-use` check error seems unrelated to this (a JSON decode error)...

@comaniac Test failures seem like unrelated flakes, and I don't have the required bits on Buildkite to retry a run :)

I'm wondering... why go `asyncio` in the first place? Wouldn't plain threading do?

> which may block the whole process even if running in separate threads. Surely not... how would that happen? 🤔

> We have a mix of `Optional[Foo]` and `Foo | None`, I wonder if we should favor one way over the other, at least for newly added code. Unless you...

> I assume that the implication is that if we add `from __future__ import annotations` everywhere, we can use the `|` pattern instead of `Optional`? Yes. Enabling the future makes...