Alex Svetkin

Results 5 comments of Alex Svetkin

Hi @chasefleming, @gedw99, thanks for sharing your ideas! `elem.None()` seems to be a handy method, and can be used on other occasions when we need to create an empty element,...

Hi @chasefleming and @rxdps93, please check out PR #148 for pseudo elements support.

But Bitset does not use hashing, does it? Likely this suggestion was for https://github.com/bits-and-blooms/bloom.

@microsoft-github-policy-service agree

hi @chasefleming, I think that your point about missing spaces is valid. Concatenation of strings with `+` is error prone, and that's why I usually use something like ```go strings.Join([]string{"btn",...