Thai Pangsakulyanont

Results 165 comments of Thai Pangsakulyanont

I added image support in my fork: https://github.com/dtinth/claude2openai/commit/f5d3d0c445245b9a890d0ae4da46d5d68cd060fb It’s generated by Claude Code and it works pretty well for me. Feel free to yoink it.

@missuo My branch contains other changes than image support, but anyways I created a PR here in case it is useful. https://github.com/missuo/claude2openai/pull/10

The [`@google/generative-ai`](https://www.npmjs.com/package/@google/generative-ai) npm package also uses `TextDecoderStream` for its [streaming generation](https://ai.google.dev/gemini-api/docs/text-generation?lang=node#generate-a-text-stream). Right now it doesn’t work in Bun, producing the following output: ``` 637 | * GenerateContentResponse. 638 | *...

I want to chime in that a workaround for this is to use `getByRole` instead of `getByText`, as we can exploit the fact that **invisible elements do not have a...

Playwright since v1.51.0 now allows filtering an existing locator for visible ones. - Docs: https://playwright.dev/docs/locators#matching-only-visible-elements - Seems to be implemented in #34947. - I think this issue can be closed...

> this issue is about having global option applicable to all tests automatically @miso-belica The [issue description](https://github.com/microsoft/playwright/issues/31840#issue-2427537428) asks for the `visible` option for individual locators, and did _not_ mention a...

> There may be a better solution, but implementing something custom like adding random IDs to each service is not something I like to do. Docker Compose allows services to...

Yeah, the server runs other stuff too (such as a system that broadcasts MP3 streams, some web servers), so that’s a possible cause. I did `cat /proc//smaps` before the change...

@AlekSi Thanks for the prompt reply and sorry for my delay in responding. I did the following: ```sql ALTER SYSTEM SET cron.log_run = off; ALTER SYSTEM SET cron.log_statement = off;...

> it's not stable and we have changed it previously I hope this can be reconsidered… IMO it should be fine to expose if it’s documented that consumers should treat...