toastal

Results 124 issues of toastal

Like radios and select for OR, there should be the AND option for an unspecified list of a thing that is translated to a `select[multiple]` -- and probably a list...

enhancement
good first issue

Most of the README uses typographic apostrophes (aka “curly”). This commit fixes that one non-matching one. It also turns the `--` into a proper em dash `—` as Markdown unlike...

I have a question: can Halogen Store be used as a global store for multiple application/components? The examples all have a single root component with sub components rendered inside of...

http://sassnotsass.com/ https://en.wikipedia.org/wiki/Sass_(stylesheet_language) Sass is neither an acronym or initialism nor is stylized as SASS anywhere.

https://developer.mozilla.org/en-US/docs/Web/CSS/:is In lieu of #15, `:is()` would cover it as well as many other use cases while keeping the selector syntax minimal.

Removing flags in favor of language codes. [Flags represent nations, not languages](http://www.flagsarenotlanguages.com/). Some obviously controversial flags: [United Kingdom](https://en.wikipedia.org/wiki/Geographical_distribution_of_English_speakers), [Spain](https://en.wikipedia.org/wiki/Hispanophone), [France](https://en.wikipedia.org/wiki/Geographical_distribution_of_French_speakers), [Portugal](https://en.wikipedia.org/wiki/Geographical_distribution_of_Portuguese_speakers). These examples have more speakers outside the origin country...

Your tool helped me solve an annoying problem trying to use a PR I pushed to a monorepo :+1: (as well as many others). Thanks. My issue is the name...

## Feature request ### Current Behavior The only options listed are FPChat (Slack) and a Discord guild on Discord's servers. These are not open source, are hostile to alternative clients,...

Given `Reader.read()` is an asynchronous effect, it should be able to be canceled. The native FileReader has an [abort()](https://w3c.github.io/FileAPI/#dfn-abort) method, however this is not directly exposed. Luckily JavaScript doesn't have...

I'm interested in building my own non-jQuery-Bootstrap-tangled front-end for a side project. I think the two, client & server, are valuable, but it would be nice to see a server-only...