Liam Quin

Results 32 comments of Liam Quin

I'm still suspecting a problem in your graphics driver configuration - can you confirm you used the Debian-packaged non-free video driver and paste the output from clinfo and from glxinfo...

Thanks. Yes; this filter calls lots of other GEGL opertations (filters), and the problem is likely in one of those since the filter itself doesn't use OpenCL and doesn't do...

Maybe fn:analyze-string() is enough. It’s true that the XML markup could be extended in the ways i mentioned, if needed, and also that being able to use *:match makes using...

@ChristianGruen very much so. Although maybe we ended up with a "with prefix" expression (i lost track, i know i raised it as an issue!) in which case, in environments...

@benibela great to see you here. I think your function would be fine, although maybe 0 or -1 would be better than "*", so that the argument could be specified...

> I propose a function match-details($string, $regex, $flags) that returns a sequence of match-record I’d be fine with that, thanks!

let $n as xs:integer := function($input as xs:integer) as xs:integer { $input + 3 }(12) return $n * 2;

+1 to all of that last comment from Mike Kay.

Sets should behave in ways that do not surprise people who use `union`, `intersect` and `is` operators. So they should work on node identity, atomic value comparison, and maybe an...

@Arithmeticus yes, you could for example have a generator next function that goes out and calls some Web API to fetch data, and it would only be fetched when (if)...