Flavio Diez
Flavio Diez
It seems it doesn't hit Docker at all... that is why I assumed it wasn't the case. Looking in console/network of chrome I see a bunch of connection errors: ```...
Indeed that seems to do the trick!!! I see what you did there, but I think this should be included on the docs. Should I make a MR for it?
I will give it a go on fixing this one. Just to add to the information: - This bug only appears when displaying the issues on the "column" layout (see...
@Palanikannan1437 I will put this in the PR. I found the issue which is that we have `overflow: hidden` and `overflow-y: scroll` set to the column and that is an...
This is the same issue as #1301 In essence is that the popover is being rendered inside a div that has a overflow set to scroll...
Ok that sounds like a plan! I'll start by tackling the ENUM topic (I really enjoy refactoring :) ) and we can move on from there. I was thinking and...
Yes! This was what I proposed in the original idea! It is a must otherwise gaps would appear everywhere!
I've finally finished the ENUM refactor (sorry for the delay but life got in the way). I have also raised a couple of ideas that I would be glad to...
I seem to notice that these changes are not backward compatible with the old preferences file... It would throw an error if you try to update it... I am looking...
@benrussell11 yes I thought so and I have a couple of ideas how to deal with this that I am studying... Would you be able to provide some files so...