Artem

Results 16 issues of Artem

Right now react-mount tries to parse html and mount React component as soon as React.mount function is called. It would be convenient to register component mounting function using document.registerElement if...

Currently https://github.com/blazegraph/database/tree/master/bigdata-client has the same GPLv2 license as the database, which is GPLv2. It is even incompatible with GPLv3 family of licenses and obviously can't be used in MIT or...

While updating to 5.0 I've just stumbled on the fact that there is no WAR builds anymore (https://github.com/cantaloupe-project/cantaloupe/issues/339), I wonder if you are open to reconsider this change but maybe...

Could you please publish project to npm.

Is there any way to customize indentation for typescript code. For example lets say I have such snippet of typescript with default indentation: ``` D.div({}, D.span({}), D.span({}) ) ``` Is...

``` CONSTRUCT { ?value } WHERE { BIND(CONCAT("A", "," , "B") AS ?value). } ``` Getting turtle with curl: ``` curl 'https://qlever.cs.uni-freiburg.de/api/wikidata' -X POST -H 'Accept: text/turtle' -H 'Content-Type: application/x-www-form-urlencoded'...

``` Did not find any supported media type in this 'Accept:' header field: "application/n-triples;q=0.7, text/plain;q=0.7". Currently the following media types are supported: application/sparql-results+json, application/sparql-results+xml, application/qlever-results+json, text/tab-separated-values, text/csv, text/turtle, application/octet-stream ```...

Looks like, when doing text search with `ql:contains-entity` and `ql:contains-word`, `ql_textscore_*` variable has simply number of matching documents per entity, but it doesn't take `score` column from words file into...

Hot reloading can be very useful, especially when working on styling. Is it possible to have hot-reloading with express-systemjs-translate?

I'm trying to use jspm with typescript transplier and decided to try this library to speed-up my builds. But it seems that there is some issue with file resolution, I'm...