hfmanson

Results 9 issues of hfmanson

Return the value of `o.next(x)` ``` function coroutine(f) { var o = f(); o.next(); return function(x) { return o.next(x); } } ```

according to http://www.datypic.com/sc/xsd/t-xsd_anyURI.html and several other sources empty anyURI's should validate.

Currently Fleur implements a complete DOM parser. I think it's a good idea to split it into a standard DOM implementation and upgrade that standard DOM implementation with Fleur enhancements....

When creating a new Fleur.XPathNSResolver the pf an uri members, which among others contain the declared namespaces in the prolog, of the current resolver should be copied

For example running this query inside runany.htm: ``` let $x := 4 return if ($x eq 4) then let $y := 5 return $y else 7 ``` returns ``` 18:37:54...

### What is the issue with the DOM Standard? Currently a `SVGSVGElement` can only be rendered in a HTML canvas by - serializing the containing document to a string -...

addition/proposal
needs implementer interest
topic: canvas

By replacing the signature of `public PKCS15Exception(String msg, CardException cause)` to `protected PKCS15Exception(String msg, Throwable cause)` and creating a new `PKCS15CardException` class the pkcs15-0.0.1-SNAPSHOT.jar file can also be used in...