Mithun Kamath

Results 10 issues of Mithun Kamath

I may be wrong here, but from what I have managed to google so far, it sounds like we now have apis to create and delete topics. Any plans to...

This repository also uses the action so you can get a taste of how it works to help with your decision on installing the Action or not. Feel free to...

## What you are doing? I have defined my association on the `User` model as follows ```js User.belongsToMany(User, { through: models.Following, as: 'Follower', foreignKey: 'following_id', }); User.belongsToMany(User, { through: models.Following,...

type: bug
status: understood
Great SSCCE

When we create a user, we pass certain attributes about the user (say username). Now, when we update the user, the intention is to add more attributes (or update existing...

need api support

Right now, I have to enter the tag name exactly as defined - I understand fuzzy search might make it complicated but at the least it could be case insensitive...

I have setup the fake oauth 2 server and updated by SUT to use the same values as configured in the oauth 2 server. I reach the screen where I...

[This](https://github.com/junhoyeo/threads-api/blob/211294c1271a6c4244076479bab78422621cfbf9/threads-api/src/threads-types.ts#L205) field has an incorrect type of `boolean`. It can be null or have a value of `{ username: string, id: string }`. Check the data for this post for...

enhancement

I get the following error when I try to repost: ``` - error Error [AxiosError]: Request failed with status code 500 at settle (/redacted/node_modules/axios/dist/node/axios.cjs:1909:12) at IncomingMessage.handleStreamEnd (/redacted/node_modules/axios/dist/node/axios.cjs:2989:11) at IncomingMessage.emit (node:events:525:35)...

bug

I invoke the api like this: ``` const data = await threadsApi.searchUsers(q, 7) ``` This is still returning 55 users for my query, even though I have specified the count...

bug

Is that expected - each time I invoke `getUserProfileThreadsLoggedIn()` for a specific user, the very first page gives a different `next_max_id` each time. I am using [swr](https://github.com/vercel/swr) so this causes...

bug