Tomasz Pluskiewicz

Results 305 issues of Tomasz Pluskiewicz

**In which part of the interface would this feature applies?** [x] 1. Load your data [ ] 2. Choose a chart [ ] 3. Mapping [ ] 4. Customize [...

enhancement

**RAWGraphs Version** 2.0 beta **Steps to reproduce this** If I make a mistake in my query and find not the data I wanted retrieved from the SPARQL endpoint, I would...

bug

### Sanity checks - [X] My issue relates to a specific CLI completion spec (e.g. `git checkout` is missing options in `git` completion spec). If your issue is more general,...

enhancement

### Sanity checks - [X] My issue relates to a specific CLI completion spec (e.g. `git checkout` is missing options in `git` completion spec). If your issue is more general,...

bug

I see you support Neptune. What would it take to add support for SPARQL and thus any compatible triple store such as [Jena Fuseki](https://jena.apache.org/documentation/fuseki2/), [Stardog](https://www.stardog.com) or [AnzoGraph](https://docs.cambridgesemantics.com/anzograph/userdoc/sparql-ref.htm) and numerous others?

Would it be possible to change how copier handles conflicts? Presently, conflicting changes are saved as `*.rej` files. Their contents may not be immediately obvious to interpret to decide what...

enhancement
help wanted

**Is your feature request related to a problem? Please describe.** Multiline questions say `(Finish with 'Alt+Enter' or 'Esc then Enter')` Apparently only the latter works on Macs because they do...

enhancement
good first issue
help wanted

Any file that I open with Visual Studio 2017 changes encoding from UTF-8 to us-ascii. I can confirm this in versions 15.3.3+. Looks like this Before opening: ``` > file...

When I set alternative version clicking the setting is not persisted. When I click save the window disappears but opening the setting window again shows the alternative language set to...

This is my [cookicutter.json](https://github.com/hypermedia-app/hypermedia.app/blob/91760943f7e067f7b4e6610c50ce8feacec006b0/cookiecutter.json) ```json { "author": "Tomasz Pluskiewicz", "email": "[email protected]", "project_name": "Hypermedia App", "app_name": "rhodos", "organization": "{{ cookiecutter.app_name }}", "api_names": "core,users", "repository": "https://github.com/your/repo", "node_version": "14" } ``` I used...