Arvind Kumar

Results 15 comments of Arvind Kumar

This plugin has likely not worked for quite some time now. See issue #4

Yup, you're right. I just noticed this today. Thanks for reporting. Give me a while. I'll spend some time debugging and update this issue when I have more insight.

I have some bad news. In the last update, Discord seems to have completely changed how the message textbox works and replaced it with an instance of some [slate editor](https://github.com/ianstormtaylor/slate)....

Adding the hacktoberfest label in case someone wants to have a look at this. Be warned, this is likely not a simple task to fix. I did some preliminary investigation...

Hey there. Sadly this is a known bug, and it's annoyed me a whole lot too. I have implemented a rudimentary auto scroll functionality, but as you've noticed, it doesn't...

Really good idea. I think we definitely need this, especially for scenarios like yours. Not sure when the next release will be out (expect in a week or two), but...

That's correct, there are no builds right now for ARM. [Someone on reddit had expressed interest in running Doppler on RPi](https://www.reddit.com/r/selfhosted/comments/do273m/doppler_a_zero_configuration_remote_monitoring/f5lanmc/?context=3), but I guess I lost track of time. My...

I have some disappointing news. I attempted to build for `armv7`, but the build tool did not like that at all. The compiler I am using is [`pkg`](https://github.com/zeit/pkg). It refuses...

Thanks a lot, @BearWithTie I think I will find a way to provide first party docker support since it is proving to be a popular setup for a good chunk...

Hey, thanks for the PR. I don't think we can switch directly to using the value in `max` because the strategy used to source the values for `cores` and `max`...