Borislav Iordanov
Borislav Iordanov
@axkr that's pretty cool. This goes way beyond parsing since it maintains a complete semantic representation of a source file and exposes a set of predefined operations/queries on it. But...
Hi, No, Seco is not able to link a cell with an external file. However, the framework goes as follows: a cell holds a value, any value that one can...
This is actually happening with output cell, normal or error where there is no place to wrap (that's because we only do soft wrapping). Not only upon evaluation of that...
Finally, the visual cell handles are pushed completely to the right because of the stretching of that non-wrapping cell and the only way to get back within visible range is...
FYI, the logic to break a long line to fit a desired view width can be found in the JRE GlyphView.breakView method. Both InputCell and OutputCell in Seco end up...
Thanks, @rubensworks! With this one I am getting: ``` error TS2339: Property 'parse' does not exist on type 'typeof import("PROJECT_HOME/node_modules/rdf-parse/lib/index")'. 23 await rdfParser.parse(S, { contentType: 'text/turtle'}) ```
Also just trying `import { parse } from "rdf-parse"` yields the error `error TS2614: Module '"rdf-parse"' has no exported member 'parse'. Did you mean to use 'import parse from "rdf-parse"'...
@rubensworks Thanks for this example. It really helps to start from a working setup! Comparing tsconfig.json with mine, seems like the main difference is I am using ES6 and not...
@bergos Thanks for the info. Can't promise anything, but I'll monitor and if I find time I could try to contribute with the effort.
@tpluscode I am not sure that GraphDB sends the correct response, no. Also, I don't know what "correct" is here because I've never seen a spec for "SPARQL Star HTTP...