Aleksandra Glesaaen Ødegård
Aleksandra Glesaaen Ødegård
Yes, they are grouped by location in all cases. In general though, it seems that the rubberduck UI slows down significantly with project size. For some things that is obviously...
In the new version I also have issues where Excel crashes while running unit test. The general symptom is that the test explorer is running, but the UI isn't updating,...
So I have run a couple of more tests. Two more in each version to be precise. Once I tried by category and then I tried by location but filtering...
> Just as a further tip, if you set a filter for the tests that filters away all tests, the tests run the fastest. Afterwards, you can remove the filter...
Not sure if this is useful for anyone, but I thought I'd post my workaround here in the meantime. Basically the same as the original post, except that I parse...
I got the same and it seems to be because `setup` requires an array, it cannot be empty. I.e. you have to do `require("neo-zoom").setup({})`, you cannot just do `require("neo-zoom").setup()` like...
Yeah, it still doesn't work for me. I assume my company has a maxed out api request limit at all times.
It would be most useful to show it when displaying or editing an issue. Because then, if I am working on a terminal only remote machine I could simply do...
For github's purposes isn't it the same thing? I wasn't aware that github issues has an ID other than the issue index.
I see. Anyway, I thought the idea could be generalised to other bridges as "how does the bridge reference this issue" is at could easily be a SHA etc with...