Fabio Siliberto

Results 8 comments of Fabio Siliberto
trafficstars

Hi @apg-dev, could you please share the code of your custom blot? I was looking at how to add the details/summary tag in quill and your blot can help me....

Hi @xbaun, can you help me with the specs? Moreover, I fail to get quality check, having a look at the errors it seems they're not about my changes. What...

Hi @xbaun, while I was adding the test for the custom action with a payload I wondered if I should add the overloads to `logAction` too. If yes, should I...

Before starting to implement this feature I'd like to share the different solutions on how to code it. My idea is to change the method `logAction` adding a third optional...

Of corse! I've implemented the solutions in my fork. Here the links to the three options: 1. [https://github.com/ArturoRis/akita/commits/first-option](https://github.com/ArturoRis/akita/commits/first-option) 2. [https://github.com/ArturoRis/akita/commits/second-option](https://github.com/ArturoRis/akita/commits/second-option) 3. [https://github.com/ArturoRis/akita/commits/first-option](https://github.com/ArturoRis/akita/commits/third-option) ### The starting point The base of my...

You could pass a custom payload to the decorator in the first and second option (with some changes), you cannot do it in the third option. In any case, you...

Hi @NetanelBasal, I opened a pull request to show my work on this topic (it's still a WIP). I have some doubt on how to properly test this feature, I...