Bryan

Results 69 comments of Bryan

This works fine ```bash rvm install xxx --with-openssl-dir=`brew --prefix openssl` ```

I don't know if it's a recent bug or just a bug for ChatGPT Plus. I met this problem only after I upgraded to ChatGPT Plus.

Before the bug is fixed, you can execute this script in the console to delete the auto-generated conversations (which name is 'New chat') ```js async function getToken() { const session...

In fact, there’s an API that doesn’t require wrangler https://developers.cloudflare.com/api/operations/cloudflare-d1-query-database

无法显示是因为你配置的「URL Prefix」,如果需要使用 CDN 这里应该填写完整的 https://xxx.x.com

But the filename template cannot solve the situation that I upload two images with same filename in one same day. This happens more frequently when use the "paste to upload"...

我创建了一个示例页面 https://imsingee.github.io/sandbox-iframe-demo/ 专门复现上述原因 2 的问题 1. 打开 https://imsingee.github.io/sandbox-iframe-demo/ 2. 划词「I'm in sandboxed iframe」后无法正常出现 OpenAI Translator 的按钮

I want to integrate logto with Jira. But unfortunately, Jira only supports SAML. Since logto can act as OIDC IdP, I think support as SAML IdP may become possible too....

@ysmood Thanks for your reply! I'm sorry for missing this example, and it really helps me. But, after trying it, I think there are still some enhancements that can make...

@ysmood Sorry for the misunderstanding. I mean for implementing the correct way to stop. If we can set pid of the Launcher, we can simply use the `Kill` method of...