Greedquest

Results 65 comments of Greedquest

Something to do with the parameterless SeqC constructor being invoked, resulting in an empty container being passed which may be handled differently in the SeqA constructor Complete guess Is SeqC...

Hey @steff456 no works in cmd just not powershell

I wrote an algorithm a few years ago for masonry layouts (grids where each element has fixed width but variable height, like a photo gallery with different aspect ratios )...

Glancing at the Linter validation rules I think moving the symbols to the end of the line will fix the linting issues, it looks like it wants the structure `{link}...

This is possibly because you have not declared the class "Early Bound" ```vba Option Explicit 'Early Binding Private Assert As Rubberduck.PermissiveAssertClass 'Late Binding, no intellisense Private Assert As Object ```...

![image](https://github.com/user-attachments/assets/1ef6bb0f-e80b-4ff6-92e0-985907074b08) N.b. Early binding requires this reference, RD will add automatically but it's another dependency for your proj. Late binding is a bit more flexible in that way

100% Agree for Ctrl F. Couple more styles (I think having 2 yellow stars is a bit confusing, maybe there is a white version?) * [![p_win]](#-) [![a_all]](#-) [stdVBA](http://github.com/sancarn/stdVBA) ![GitHub Repo...