Pablo Menéndez ◔_◔

Results 20 issues of Pablo Menéndez ◔_◔

When the error is on a hidden line the user doesn't notice that there is an error on the editor.

enhancement
priority-low
difficulty-medium

On the dark mode is already implemented

enhancement
User Interface
priority-low
difficulty-low

If a ShapeRef uses a non defined prefix, show prefix error and non defined shape error together.

enhancement
priority-low
difficulty-medium

E.g: 'Base has already been declared'

enhancement
priority-low
difficulty-medium

![Screenshot from 2020-06-24 10-32-29](https://user-images.githubusercontent.com/14861129/85530763-18c76080-b606-11ea-9145-7aeb7a0aa535.png) Red IRI should be blue

bug
priority-medium
difficulty-medium

For some reason, the wikibase autocompleter doesn't work inside ValueSets

bug
priority-medium
difficulty-medium

In the features section: - Add share btn - Change "Prefix" to "Alias" In the used by section: - Add WikiAuthor

documentation
priority-low
difficulty-low

This should throw an error: ``` :Product ( schema:name ```

bug
priority-medium
difficulty-high

The shapes autocompleter doesn't work with nonprefixed shapes until a prefixed shape is defined

bug
priority-medium
difficulty-medium

This is the example 68 of the [Validating RDF Data book](https://book.validatingrdf.com/bookHtml010.html): ``` :Product { schema:productId xsd:string ; schema:category EXTERNAL // :service } ``` I wonder if the keyword "EXTERNAL" is...