Tihomir Kit

Results 58 comments of Tihomir Kit

Can confirm this one, none of them render anything.

I think it's incorrect to assume that something that doesn't contain dashes is a Guid just because of the amount of other characters and potentially the character set. It's simply...

Just to make @amazingant's point a little clearer, this is the type of thing that you're supposed to do: ```fs type AppConfig = YamlConfig let appConfig = AppConfig() // The...

Please do something about this.. at least provide the option to disable the notification message, and signal can update the next time it's restarted..

Thanks. However, I think people do want updates, just don't want to be notified about them so frequently. Silent updates would be perfectly fine.

I tried this also just as a POC, and it works fine (for both `gemini-2.0-flash` and `gemini-2.5-pro-exp-03-25`): ```py from openai import OpenAI # https://ai.google.dev/gemini-api/docs/openai#python client = OpenAI( api_key="", base_url="https://generativelanguage.googleapis.com/v1beta/openai/" )...

Any updates on this perhaps? When we use `-content-type "text/html; charset=utf-8"` the files actually default to text/plain which then in turn simply downloads the index.html file instead of serving it....