ふぁ

Results 92 comments of ふぁ

I have created a Wrapper function that avoids this issues. ```dart Widget Function(dynamic options, dynamic extraOptions)? quillToggleWrapper( Widget Function( QuillToolbarToggleStyleButtonOptions options, QuillToolbarToggleStyleButtonExtraOptions extraOptions, ) builder, ) { return (options, extraOptions)...

twitter-openapi-typescript does not depend on Node js, so it can be used in the browser However, there is a CORS constraint in Twitter, so you need to work around it...

In `twitter-openapi-typescript`, two additional requests are made: 1. **Fetching default argument values**: The library retrieves default argument values from an external JSON file to address limited support for default arguments...

The new library uses a new API. The new API has a strict anti-spam policy. I will address this issue at some point. If you use CreateTweet or UserByScreenName, try...

This works fine as it now passes the spam check

This has been implemented ```ts await client.getPostApi().postCreateTweet({ tweetText: `Test[${time}]`, attachmentUrl: 'https://x.com/elonmusk/status/1349129669258448897', conversationControl: 'Community', // Community, Verified, ByInvitation }); ```

再現できませんでした 自分の環境では正しく起動できます 他に表示されているエラーログは出ますか?

yes. https://github.com/iSarabjitDhiman/XClientTransaction/commit/859824463bc18c84ddb442b50217981c0c9e9d72

Perhaps you do, you may not last a day. It's 16:40 JST on October 14. (7:40 UTC)

I do not know how the official client behaves and renews the token when the token expires I need to investigate.