Mykola Zomchak
Mykola Zomchak
@hkt74 To reproduce this consistently you can call listFiles with `pageSize` larger that total number of files
@aslushnikov What kind of feedback do you need for this? I also need this feature to reduce network traffic and not warm up the planet)
@jbeckerdm Could you share a link to this announcement? > Given how the chainlit team announced that they'll stop maintaining chainlit however
@jgoux have you managed to get `source.fixAll` working? It doesn't work when I test it. Here's minimal repro: `.vscode/settings.json` ```json { "deno.enable": true, "deno.lint": true, "editor.codeActionsOnSave": { "source.fixAll": "always" }...