Noah
Noah
Proposed better is too wordy I think. How about something alone the lines > Query.index 1 expects a list of two elements, but I got one
Likely that attribute is generated in a different way to what you'd expect. Because those attributes are namespaced, they might not be gathered in the same way. See this ->...
I'd prefer 1. Why would it make it less valuable? If you're looking for a particular element, being able to create `Something` and search for that is very handy. I'd...
So I think we should probably add `is` and `isNot`, which match the _root_ node. Then `has` and `hasNot` are for children only. What do we think? @rtfeldman
Check out elm-help, which allows you to do this sort of thing: https://www.npmjs.com/package/elm-help
We discussed on Slack: this PR should be merged with the one in https://github.com/elm-community/elm-webpack-starter/pull/53/files#r106857506, and the comments addressed
A reasonable alternative to a counter that I've used for problems like this in the past is to add the length of the original string. Not perfect but considerably less...
It's a essentially a very weak salt. It's probably worth doing some maths to see how helpful it is for sure.
@JEG2 can you handle this PR?
It might be good to keep this one open for now until a 32 bit version is added, to make it clear that the issue is that a 32 bit...