Ali Khalili

Results 39 comments of Ali Khalili

I checked the code. If you remove the `graphName` and the trailing slashes, it should work fine: ``` 'generic': { host: 'localhost', port: 7200, path: '/repositories/ldr' , endpointType: 'graphdb', username:...

no clue what to do! I checked your files with my local GraphDB and everything worked well with the above changes!

localhost is ignored for all dynamic configs as it might cause a security breach!

if you really want to have it enabled, you can just remove that restriction in your fork.

thanks for reporting this issue. By default there is no support for fuseki endpoints. Can you check https://github.com/ali1k/ld-r/blob/master/services/utils/helpers.js#L156 and see if fuseki API is similar to any of the existing...

Hi @deepatwal, My guess is Nginx has some rules that decodes/unescapes the URL parameters. Would be worth to check your Nginx rules/configuration.

yes, it is possible to do that in reactor.js ! The only caveat is that static reactor.js doesn't support cURIs which means instead of vocab1:p->vocab2:t you should use the complete...

thanks for your feedback. It would be great if you can share your configs at reactor.js so that I can regenerate the issue.

This seems to be your facets.js file. And as I see there you haven't added that new property to the list yet. If you change your list to ``` list:...

I still need to regenerate it using some sample data.