Hallvord R. M. Steen
Hallvord R. M. Steen
As of right now, the state of the canvas is lost. Should we try to do something to handle it? See also https://code.google.com/p/chromium/issues/detail?id=459822
Some implementations support adding custom types on the clipboard, some do not. This is presumably a temporary state while implementations (and the spec) improve(s) - however, should there be a...
**Is your feature request related to a problem? Please describe.** Using the JavaScript client, I create a transaction and push a lot of documents with `createOrReplace()`. Sometimes I get a...
Vi prøver å validere fødsels- og personnummer for en person født i 1891, og den hard-koda grensa på 125 år i denne koden gjør at validering feiler: ``` function possibleAgesOfPersonWithIdNumber(elevenDigits)...