Joshua Shinavier

Results 131 issues of Joshua Shinavier

A patch is needed in order to use [Pandoc](http://hackage.haskell.org/package/pandoc) with Eta. The latest release (2.5), as well as other releases since 1.8, has a dependency on unix (>=2.4 &&

There are now quite a few primitives without unit tests. Write some.

Having typed a namespace prefix, followed by a colon, pressing 'Tab' should reveal all known terms in the namespace. That no longer happens. 1 >> rdf:type. rdf:_1 (rdf:type) rdf:type rdf:Property;...

Turtle view shouldn't use the URI-to-keyword map, as multiple URIs may map to the same keyword. 236 >> in. rdf:_1 (in) rdf:type rpl:Function; rpl:arity 2; rpl:parameters _:node12op154qfx75; rpl:returnType rdf:List; rdfs:label...

LinkedDataSail should request, parse, and comply with the robots.txt of domains which supply one. Original link: http://code.google.com/p/ripple/issues/detail?id=52

Add them. Original link: http://code.google.com/p/ripple/issues/detail?id=51

The toString primitive is useful, but ill-defined. Give it clear and consistent behavior. E.g. {{{ 44) dup toString >> . [1] "<http://fortytwo.net/2008/08/ripple/stack#dup>"^^xsd:string 45) :foo toString >> . [1] "http://ripple.fortytwo.net/code/examples#foo"^^xsd:string 46)...

Currently, the Named Graph in which LinkedDataSail stores the data retrieved by dereferencing a URI is a secondary URI which is inferred according to a couple of simple rules. However,...

At present, all of the code for instantiating various Sail implementations (MemoryStore, LinkedDataSail, NativeStore, etc.) is in a single SailConfiguration class. It's not very extensible that way: it would be...

Do a simple FOAF crawl through LinkedDataSail and observe the thread ids in Ripple's log. Thirty threads are available by default, but for long periods, only one to three threads...