Hayato Tsukagoshi

Results 9 issues of Hayato Tsukagoshi

Circle CIのバッジつけたい。 cypressなりJestなりでテスト環境を整えるべき。

(アニメーションが続く || 画面遷移が勝手に起こる)ように見えるからUIがよくない、ナビゲーションをつけなきゃいけない。

three.module.jsが悪い(意訳) いやマジでnode_modulesがデカすぎるので、やっぱりローディング画面の実装は急務ですね。

enhancement

kuon::TwitterAPI::get is below ```rust pub(crate) async fn get(&self, endpoint: &str, params: &HashMap) -> Result where T: DeserializeOwned, { let header_bearer = format!("Bearer {}", self.bearer.access_token); let mut headers = HeaderMap::new(); headers.insert(AUTHORIZATION,...

documentation
WIP

Need to think about how to write tests that use API

question

https://github.com/hppRC/kuon/blob/c0412d90caedbe33532dc502a2a38c25af84b2fb/src/models/twitter_client.rs#L45-L45

enhancement

anaconda using ```go res, _ := GetSearch("", nil) ```

enhancement

```rust pub struct TwitterClient {} ``` ↓ ```rust pub struct TwitterAPIClient {} ```

help wanted