Dag Odenhall
Dag Odenhall
Boolean attributes in HTML 5: ``` allowfullscreen async autofocus autoplay checked controls default defer disabled formnovalidate hidden inert ismap itemscope loop multiple muted novalidate open readonly required reversed scoped seamless...
(Source: http://www.whatwg.org/specs/web-apps/current-work/multipage/section-index.html#attributes-1)
I'm not sure HTML4 even has any of these attributes, regardless of form?
Scratch that, it has some of them and it supports the same forms: http://www.w3.org/TR/html401/intro/sgmltut.html#h-3.3.4.2
> I imagine that most people just manage the way I do, by You got cut off here? > replace them all with a single error for the line that...
It's called a "Bunch". If you only need the attributes it exists in the stdlib since 2.7 as `argparse.Namespace`. I also have an implementation [here](https://github.com/dag/relvlast/blob/master/ramverk/utils.py#L51). There's some considerations for implementing...
Personally I think cabal-install should follow XDG here which implies `${XDG_CONFIG_HOME:-$HOME/.config}/cabal` for `{config,world}` and `${XDG_DATA_HOME:-$HOME/.local/share}/cabal` for `{bin,lib,logs,share}` and `${XDG_CACHE_HOME:-$HOME/.cache}/cabal` for `{packages,setup-exe-cache}`. It can then, _separately_, symlink binaries to a configurable...
@nikita-volkov Your ideas inspired me to rethink some things, so I think I have an API I'm satisfied with now.
I think this is a subtly important issue. Since transactions need to be pure, the only way to do things like, say, UUID-4, is to put a seed in the...