Marcus Cobden

Show:

What's happening?

  • Comment: Javascript applet resizing bug

    I have also filed a bug with Mozilla. https://bugzilla.mozilla.org/show_bug.cgi?id=451882.

    2008-09-29 14:39:04 UTC in Java Embedding Plugin

  • Comment: Javascript applet resizing bug

    The same behaviour occurs in the latest version of Opera for OS X.

    2008-07-28 16:15:46 UTC in Java Embedding Plugin

  • Javascript applet resizing bug

    I've been trying to resize an applet on page resize using Javascript and have come across some weirdness in the behaviour of the plugin. Basically it looks like after a resize something is reverting the clipping boundaries on the applet causing the applet not to render properly. Interestingly if you change one axis, then change the other it seems to sort it out. Also: I'm not certain of...

    2008-07-28 13:16:54 UTC in Java Embedding Plugin

  • Mac OS X compilation error with python bindings

    I'm building opencv on my mac, running leopard on core due (32bit). I've disabled quicktime, as it no longer compiles (I'm assuming this it due to leopard related updates) however the build process fails on the python module, disabling python makes all compile correctly. my configure flags are: ../configure CPPFLAGS="-I/sw/include" LDFLAGS="-L/sw/lib" --without-quicktime which gives...

    2008-05-08 22:04:43 UTC in Open Computer Vision Library

  • ascii output does not tab results correctly

    I've been using existing code which reads the ascii output of ts-query and splits it on tabs. In the process of chasing up strange values I boiled it down to incorrect tabbing on the part of ts-query. When an output variable is unbound but is followed by a bound variable, the output only has one tab, rather than two, so there is no way to determine which variable did in fact match the result.

    2008-03-23 23:13:54 UTC in 3store

  • Comment: FILTER weirdness

    Server version: 4.1.20 [mc@cohen dev]$ /usr/local/bin/ts-explain -d wiki -f ascii 'PREFIX rdf: SELECT ?p ?o ?t WHERE{ > ?p ?o . FILTER (! (?p = rdf:type)) > ?o rdf:type ?t . > }' Complexity: 788 SELECT v0.lexical AS `p`, v1.lexical AS `o`, v2.lexical AS `t`, v2.datatype AS t_dt, v2.language AS...

    2008-03-21 16:19:58 UTC in 3store

  • FILTER weirdness

    I've been using the FILTER constraint and have noticed some weirdness. The following Queries generate different results. The fist matches nothing for some reason, while the second matches what you might expect SELECT ?p ?o ?t WHERE{ $uri ?p ?o . FILTER (?p != rdf:type) ?o rdf:type ?t } SELECT ?p ?o ?t WHERE{ $uri ?p ?o . FILTER (! (?p = rdf:type) ) ?o rdf:type ?t }.

    2008-03-20 14:01:45 UTC in 3store

  • Comment: DirectoryIndex cgi script support

    Forgot to say, boa codebase version was boa-0.94.14rc20.

    2007-08-30 12:35:39 UTC in Boa

  • DirectoryIndex cgi script support

    Configuring the mime-type to allow execution of all .cgi files does cause the execution of a script when the directory is retrieved, from setting the directory file index to be `index.cgi'. eg: http://example.com/ However it does correctly execute when the actual filename is retrieved: eg: http://example.com/index.cgi This patch fixes this, and as far as I can tell doesn't cause any...

    2007-08-30 12:34:42 UTC in Boa

About Me

  • 2007-08-30 (2 years ago)
  • 1879346
  • mcobden (My Site)
  • Marcus Cobden

Send me a message