Phong Thieu

Results 32 comments of Phong Thieu

@Quenntinne: Due to the architecture of my code, I don't need a long-running instance of a Twitter API client so I ended up using the `twitter` package just to do...

Add flag for filename would be best.

@jmmanso did you find a workaround for this?

fingers crossed for RDS 🤞

@DamascenoRafael thanks for the quick reply! Any roadmap on the other items? If not, no rush!

@xenova `"@xenova/transformers": "^2.14.2"`

my core code is something like this: ``` const Snoowrap = require('snoowrap'); const config = require('./config') const redditOpts = { userAgent: config.REDDIT_USER_AGENT, clientId: config.REDDIT_CLIENT_ID, clientSecret: config.REDDIT_CLIENT_SECRET, refreshToken: config.REDDIT_REFRESH_TOKEN, }; const...

I'm having what could be the same issue I've set up a custom express server to serve a remix UI and have a vite dev server for HMR following remix's...