gabbsmo

Results 10 comments of gabbsmo

If there already are frameworks that work well, maybe you pick one as a "official recommendation"? That way developers don't have to wonder if app-UI works with history library X.

This is a huge pain since ThreadJobs introduce some limitations such as, you cannot share variables, you cannot do any user user interactions so any command with MFA such as...

Sounds good to me. Did some quick testing in DevTools and just changing the selectors to be .class:empty instead seems to just work. With that said, you cannot get away...

Are you referring to radio buttons here? In my case this just works. ``` Field name Choice 1 Choice 2 ```

Got some requests for this internally. Is there remaining work for tooltips in htwoo-core? Are they JavaScript dependent? Any downsides relative to the `title` attribute? The feedback I got was...

Good old `` would be nice too.

Personally I would not need to define the utility-class names manually. If they were hardcoded to h2 or gp-h2 or something I do not think I would mind. And to...

User here that just ran into this. I use this workaround CSS for now: ``` .wp-block-code code { font-family: Monaco,Consolas,"Andale Mono","DejaVu Sans Mono",monospace; } ```

The need for this arises when you have changed the search schema for people. For example, you want to make PreferredName sortable or Office filterable. For this to work the...