Ophir LOJKINE

Results 1257 comments of Ophir LOJKINE

Hi ! That would indeed be a nice feature, but probably not easy to implement. What you can do in the meantime is have your long running task run in...

There is already a refresh attribute in the shell component

No, it's not buffered on the server, and each row is rendered and sent to the browser individually. However, browsers have their own buffering and rendering logic.

Hi, It's great that you got it working ! Would you be interested in "productionizing" to include it by default in sqlpage ? I know @Pieter3033 needed something similar and...

I opened an issue in actix to discuss the problem that compression hinders streaming: https://github.com/actix/actix-web/issues/3410

After my latest two changes, running sqlpage with `SQLPAGE_COMPRESS_RESPONSES=0` and the following sql file: ```sql select 'shell' as component, 'hello' as title; set slow = sqlpage.exec('sleep', 5); select 'alert' as...

I think we can do that with tabler without any custom css: https://tabler.io/docs/components/spinners

Hi ! Here is a link to a previous discussion on this topic: https://github.com/sqlpage/SQLPage/discussions/248 I am not excluding implementing the solution described in this feature request in the future, but...

The untagged enum in question seems to be https://github.com/zed-industries/zed/blob/3f90bc81bd9ab31a6bba32ac92fd744d626513f8/crates/google_ai/src/google_ai.rs#L198-L205 and the actual expected format documented by google https://ai.google.dev/api/caching#Part

https://ai.google.dev/gemini-api/docs/thinking > The model returns thought signatures in the response object when using thinking and [function calling](https://ai.google.dev/gemini-api/docs/function-calling) is enabled. To ensure the model maintains context across multiple turns of a...