Paul ter Laak

Results 16 comments of Paul ter Laak

> Thanks! I'm wondering if I should make it optional and selectable. Because this is currently working. I've found the cause of [the error](https://github.com/orval-labs/orval/actions/runs/10418182029/job/28855515968?pr=1580#step:9:271), it's because the strong typed pet...

Nice! I'm trying to use it, but it's giving the me this error. ``` Error: Attempting to parse an unsupported color function "oklab" ``` This gets used when dealing with...

I don't think this is right for all components, for example the [avatar component from radix](https://github.com/radix-ui/primitives/blob/main/packages/react/avatar/src/avatar.tsx#L10-L48) uses `createContextScope()` (this is radix's wrapper for `React.createContext`) and `React.useState`, which can only be...

I have the same issue, also on Grok Code Fast 1, on WebStorm as JetBrains plugin v4.112.1, even with context sizes at around ~50-60k this occurs. Usually this doesn't happen...

This also happens for `grok-4.1-fast-reasoning`, on WebStorm with Kilo Code plugin v4.124.0 This somehow makes the model think it's successfully editing the file and will continue editing other files and/or...

> Looks like the problem was my Python version. It was 3.12 when "cp310" requires to be 3.10. I didn't know that. Thank you anyway. Ran into the same issue,...