Yannick Fonjallaz

Results 14 issues of Yannick Fonjallaz

Hello! [Stylelint 14.0 rolled out in october](https://github.com/stylelint/stylelint/commit/060310cfd6383175ee06fe4d15aee27a4e202671) and [14.1 mid november](https://github.com/stylelint/stylelint/commit/9d190899343dfd71967c1d55636d072ea1df94ae) [Here's the migration guide.](https://stylelint.io/migration-guide/to-14) It would be great to support it :pray: Sorry for not submitting a PR, I...

Hello everyone! First of all, please note that this is a copy of [the topic on google groups](https://groups.google.com/forum/?hl=en#!topic/javascript-information-visualization-toolkit/hEL_ArcQoa4). Sorry for the double post but the group is flooded with job...

Hello, There's a TODO on [line 36 of attributes.rb](https://github.com/Swirrl/tripod/blob/master/lib/tripod/attributes.rb#L36) which reads ``` ruby # try to get it in english if it's there. (TODO: make it configurable what the default...

Hello again, I'm using tripod with Sesame. They are a little late to support the "application/n-triples" mime-type. Although, Sesame will return n-triples if you ask for "text/plain" (no comment). So...

Hello! OK so this is a pretty big one... We're going to add [language tags to our litterals](http://www.w3.org/TR/2004/REC-rdf-concepts-20040210/#dfn-literal) in our RDF store to have a multilingual knoledgebase. As far as...

Hello! I found an error in lib/tripod/criteria/execution.rb:15. There's a closing parenthesis at the end of the line instead of an opening {. This ends the method call and so parameters...

Hello, As I'm writing a webservice, I want my data to be available through JSON. During the process of deciding how will I do that, I found a nice-to-have issue...

Hello, Person.find(uri) will build a "Construct" sparql statement. Person.all.resources will build a "Describe" statement, which gets way more data and so may be way slower (which is, in my case,...

Hello, I was trying to work with a predicate that has data in multiple graphs. I realized that not only "new" accepts the graph as a parameter, so does "find"....

Hello, me again! I'd like to have a criteria option for the links. To understand why: I have disorders in classifications. Disorders are in a multi-tree and in multiple classifications....