toastal

Results 124 issues of toastal

Namely type-level operators `∀` and `→` for `forall` and `->` respectively--and maybe subjectively others outside of type-level like `∷` for `::` and `∘` for ` a -> std.types.Bool ``` becomes...

I have black-on-black text issues with Firefox on Linux with a dark GTK theme. If a default color is set, a default background should also be set. Before: ![Screen Shot...

I read the documentation about [custom inline styles](https://docs.asciidoctor.org/asciidoc/latest/text/custom-inline-styles/) and was surprised to see that general custom inline attributes didn't work. Example: ```asciidoc [.lang,lang=th-TH]#สวัสดี#, [lang=lo-LA]#ສະບາຍດີ#, hello ``` produces: ```html สวัสดี, ສະບາຍດີ,...

Right now `Browser.application` wipes clean the ``. The body can be used as a place for useful stuff to exst. For us, it was a) scripts to not be in...

**Is your feature request related to a problem? Please describe.** As a Dvorak user, `wasd` is actual at `,aoe`. Small, but active alternative keyboard layout enthusiasts exist in pockets of...

enhancement
P2
accessibility

**Description of the change** In an attempt to support users' preferences as well as making theming/overriding easier, I've started with this WIP draft PR using [approach #3 I left on...

I can understand as well as get behind the general community stance that the default Dhall syntax should be ASCII. However, with Dhall 1.38, we can have automatic syntax detection...

I'm sure we already know [EditorConfig](https://editorconfig.org/). Halogen has [one](https://github.com/purescript-halogen/purescript-halogen/blob/master/.editorconfig) as do many other projects and it would help with consistency. My editor was giving me 8-spaced tabs (default in Vims)...

Here's my personal proposal for [ESLint](https://eslint.org/) and [Editorconfig](https://editorconfig.org/) with the aesthetic goal of blending established JavaScript standards with ergonomics slightly closer to PureScript: With ESLint the base is [`eslint-config-standard`](https://github.com/standard/eslint-config-standard) which...

Doesn't matter if it's ESLint, JSLint, Prettier ... currently there's no consistency (double/single quotes, semicolons on/off, spacing around if/functions, etc.) which makes it jarring to read and harder to commit...