Karan Toor

Results 8 comments of Karan Toor

This package does it correctly emit events when I plug in my device but for some reason, I had to add a timeout otherwise serialport wouldn't be able to connect....

I tried setting `watchFiles` to this but webpack was still recompiling when I saved code in `src/server`. ```js const devServer = { hot: true, port: PORT, server: "https", watchFiles: ["src/client/**/*"],...

I was able to figure out how to pull the server compilation into a separate webpack config file and compile via `npm run build:server`. And in the terminal I have...

Update, after looking at the bidi source code I don't think bidi supports custom types in the routes. Is that correct? If so, what would it take to make bidi...

I was able to make it work like this. But I would love for the function types to be more extensible rather than monkey-patching bidi. The problem IMO is that...

Local host but I didn’t explore it too much. On Thu, Dec 8, 2022 at 2:14 AM Apoorve ***@***.***> wrote: > Hey @currentoor , are you able to get the...

I just ended up using [this library](https://github.com/prepor/twarc). It's a wrapper around [Quartz](http://www.quartz-scheduler.org/). Quartz IMO has too many features but it certainly gets the job done. We also built our own...