Eduardo B. A.
Eduardo B. A.
Sure. So, I created a fork of the built-in mnesia queue to do 2 things, one is to add a priority parameter to the key so the queue would handle...
Sorry for taking a while to reply. > Are you running a multi-node mnesia cluster? No, I'm running just a single node for mnesia. > So I :async_dirty will still...
I don't think I got what you mean, the only way I can see this happening is if the developer explicitly listed the same header in more than one output...
You can only workaround this if you apply a post-processing, wrapping the make command or using the `compile_commands.json` to parse all cpp files searching for includes. I've made the second...
As far as I know, what `cmake-ide` does is simply try to compile the header file with one of the provided compiler flags from the cpp files from `compile_commands.json`. That...
Thanks for the reply @sososdk . You mean stack one behind the other right? If I click in the FlashBar Basics button in the example project multiple times, it will...
Oh, I just noticed that it seems that HoneyBadger is also accumulating a lot of different errors with that one for some reason:  Seems like that because of that...
Is this still a wanted feature? If I create a PR to support filtering out exceptions would it be considered to be merged?
I was thinking about a very simple behaviour with a single `filter/1` function that receives the `Notify` struct and the user can define its own logic to when and how...
I disabled `handle_sasl_reports` to see if it improve the situation, now I just need to wait for some errors to pop-up and I will update here my findings.