Ryan Samarakoon
Ryan Samarakoon
> There is a very good idea, a lot of people want this feature, and a good place to start with is using [configManager](http://cloudcmd.io/#using-as-middleware). Could you please try to use...
> @SimplyBallistic do you have any progress on this :)? I got a chance to explore the codebase and set up my environment but other than that, haven't dove too...
Using `Log.TRACE()` from [`minlog`](https://github.com/EsotericSoftware/kryonet#logging) can help you debug and see what kind of object is causing this problem. My guess is that you have a circular dependency (A has B...
If this issue is resolved, don't forget to close it :)
@enzoferey hey! Thanks for the reminder. I did a quick commit which I think fixes it, definitely take a look and confirm if you think its an ok solution. If...
@enzoferey just bumping this, let me know if you need anything else from my end (I should be a little more active to any requests this and next month) :)
Sure, I'll try make a PR when I get the chance
> This is a really good idea, although I don't really know how this would work when a message has multiple snippets. Maybe we could make the bot split them...
> I certainly don't want to disable that feature, but splitting it up into multiple messages is a viable option By disabling, I was referring to the up down arrows...
Might need some more code to do some checks such as: 1. Whether they only edit one file. (the package-lock JSON trick was clever!) 2. Whether the encrypted string is...