Kassinity

Results 5 comments of Kassinity

Just checked and it uses 96GB of virtual memory on my PC. Like whaat? It allocates this amount at startup. I wonder what might cause that amount to be allocated....

> This is so much needed. > > Every kind of popup window has to overtake focus and keep it until it is closed. > > Examples: App Launchers, "Refactor"...

Can I change the root folder? I want to host my models from another drive on Windows. UPD: Found in source code. `npx dalai llama install 65B --home "D:\DALAI"` I...

`yandex/clickhouse-server:20.3.21.2` none of these work: ```js stream = clickHouseCliento.query('SELECT 1', { format: 'CSV' }) // makes RecordStream with format CSV stream.on('data',console.log).on('end',()=>console.log('end')) // console output: end ``` ```js stream = clickHouseCliento.query('SELECT...

As a workaround I can create a global definition for _Service. ``` export {}; declare global { type _Service = any; } ```