Alyssa Coghlan

Results 106 issues of Alyssa Coghlan

In addition to the chat history message format used to communicate with the LM Studio server, lmstudio-js also defines chat message formats that are more convenient for appending messages when...

Static type checkers currently complain if querying the encoded field names instead of the attribute names.

Also clarify differences between `to_builtins` and `asdict`. Closes #778

### Description (I'm not sure if this is a bug report or a feature request, so I opted for a feature request in case the current behaviour is intentional) I...

### Description I am attempting to work around #778 by writing a recursive Struct traversal in Python as an alternative to `asdict` (this is going to be slow, but slow-and-working...

**Is your feature request related to a problem? Please describe.** I had messed up my custom template formatting, so a required line break was missing, so the class header line...

enhancement
help wanted

**Describe the bug** When a JSON schema field is declared as `"type": "array"` with no further details, the generated data model code fails typechecking: ``` src/_models/__init__.py:1990: error: Missing type parameters...

### Describe the bug There no longer appears to be a way to get `pdm add` to just edit `pyproject.toml` without performing a full resolution first. ### To reproduce Run...

🐛 bug

### What is the problem or limitation you are having? I have zero idea how hard this would be to implement, but I ran into a situation where the venue's...

enhancement

### Describe the bug This is primarily about the last issue noted below, but also recording some other UX comments for things that didn't result in any obvious console logs....

bug