Manthan Mallikarjun

Results 60 comments of Manthan Mallikarjun

+1 for this, would love to see support for koa.

@jprichardson I am working on a PR, and it _seems_ to work, but I get these errors in the log. ``` reload.js:90 WebSocket connection to 'ws://localhost:3000/' failed: Error in connection...

@alallier So I got it working, but there is one problem. Koa makes use of `async/await` which pushes the node requirement to `7.6.0`. I dont think it would be a...

Sorry, I have turned around and started working in other languages. I do not think I will be able to complete this.

Of course not, please go ahead and do anything you would like. I could also answer any questions you have. Most of the code you will need is here: https://github.com/alallier/reload/pull/90/commits/6c15d717cf853547323dc08a0d0d8dc972ca6111...

Nodemon's quiet flag prints absolutely nothing. Something like that would be great but I think having two flags would be better. `quiet` which prints the bare minimum required, and `silent`...

In my particular case, I've already print out when the server is starting and all of the needed information, so I would like to just get rid of all of...

@kvnxiao's solution is great! I just want to add an improvement to it. If you add the following to your `tailwind.config.js`: `important: '#tailwind',` then it will not affect the docusaurus...

I have the same issue. I have a trello list with 7 cards, one day for each week, and I enabled `wholeList`, but it just shows the loading icon for...

Tangentially related, I noticed that if you have a one-item rounded menu, and hover on it, it is not rounded on the top: ![image](https://user-images.githubusercontent.com/20051852/166872609-09c8718e-3732-4c84-80ac-4bab014ef0ed.png) Let me know if I should...