James Brown
James Brown
@jamincollins Solution: https://github.com/jacksonliam/mjpg-streamer/issues/182#issuecomment-2336583229
> Nope - Works GREAT! Version 3.0.12 did solve my problem. I will check for differences. Maybe there could be clues. People shall write automated tests before pushing a new...
> I have the issue that the first request is crazy slow, the prompt details says 'loading...' after which the directory tree is listed, suggesting that the first step is...
You can skip that by doing so: ```typescript // file: src/integrations/checkpoints/CheckpointTracker.ts public static async create(taskId: string, provider?: ClineProvider): Promise { throw new Error("CheckpointTracker has been disabled.") } ``` --- Invocations...
> > > Nope - Works GREAT! > > > > Version 3.0.12 did solve my problem. > > > > I will check for differences. Maybe there could be...
https://github.com/ollama/ollama/issues/6564
A little help here: https://github.com/fullstack-build/tslog/issues/205#issuecomment-2591789830 `source-map-support` is useful. It makes `tslog` able to track down to the source. By the way how to add that argument `--enable-source-maps` to the extension...
> I think there are broadly speaking two ways to improve the situation: 1) run the extension host with the `--enable-source-maps` flag (but note that any custom `Error.prepareStackTrace` handler is...