Shubham Parihar

Results 8 comments of Shubham Parihar

Publishing works fine for me after bumping the version to `0.0.4` since `

That's weird, because everything works fine for me: ![test](https://user-images.githubusercontent.com/51517103/183282891-4b0463e7-0088-4445-b488-2a37350aacac.png)

@micheleriva Any updates on this? I tested verdaccio a little more and found out that without the `files` field it does not publish gitignored folders/files, which in this case are...

npm doesn't install `devDependencies` of a package. This is the desired behaviour but it creates issues if the package is importing types from one of the `devDependencies` and your project...

Hey, thanks for checking out the library. Supporting threads sounds cool but unfortunately there is no endpoint for this in Twitter API v2. The library you have linked is a...

There doesn't seem to be anything related to threads in v1. The Twitter API v2 is still in dev and the endpoints for creating tweets haven't been released yet. So...

Currently `twitter.js` can't even post normal tweets as the endpoints for it aren't published yet. Once they are here then yes you can easily create threads using tweet create and...

If this feature does get taken under consideration then I suggest specifying relevancy during the search in the `properties` field is a better option. For eg: ```js const searchResult =...