Alex Svetkin

Results 6 issues of Alex Svetkin

### Problem There are cases when `else` clause in conditional rendering is not needed, but there is no way to omit the `else` argument. This results in somewhat awkward code:...

# Motivation I was wondering if `elem-go` supports all elements defined by [the HTML5 standard](https://html.spec.whatwg.org/multipage/), and it appears that a few are missing. I wrote a simple tool to extract...

# Description The library currently lacks support for the `track` element. HTML5 reference: https://html.spec.whatwg.org/multipage/media.html#the-track-element. Note that this element has no end tag, that means it may not have children. #...

good first issue

# Description The library currently lacks support for the `wbr` element. HTML5 reference: https://html.spec.whatwg.org/multipage/text-level-semantics.html#the-wbr-element. Note that this element has no end tag, that means it may not have children. #...

good first issue

# Description Updated `ParseSyncToken` to return errors for invalid SyncTokens like `=;sn=1` or `id=val1;version=1`. - [x] The purpose of this PR is explained in this or a referenced issue. -...

customer-reported
App Configuration
Community Contribution

# Description `IsIPEndpointStyle` was panicking for invalid host values like `:0` or `:`. # Fix Moved the guard clause after the `SplitHostPort`. Added tests. - [x] The purpose of this...

Storage
customer-reported
Community Contribution