Bruno Carvalho

Results 4 issues of Bruno Carvalho

After last updates the functions chop_down_table and chop_down_kv_table is not working property. Tested with versions 1.3.1 and 1.3.3. With: ``` column_limit: 250 indent_width: 2 tab_width: 2 continuation_indent_width: 2 chop_down_table: true...

enhancement

https://github.com/SmartDataAnalytics/jena-sparql-api/commit/064310652219112f8c6d4b7e41e654bbdb73630b#diff-b5e914297109c27ea74cc323383d632c this change affect function `plainLiteral` and if you not put lang the sparqlify-csv not work. https://github.com/SmartDataAnalytics/Sparqlify/blob/master/sparqlify-examples/src/main/resources/sparqlify-examples/csv/example1.sml ![image](https://user-images.githubusercontent.com/5075051/53387026-a25c1500-3963-11e9-8252-09c31b5ef768.png) To work need: ``` Prefix ex: Prefix xsd: Create View Template test...

In the vscode, these is the standard tokens defined: https://code.visualstudio.com/api/language-extensions/semantic-highlight-guide#standard-token-types-and-modifiers Doen't exist a "variable.global" token to TokenModifiers, and "variable.static" token was removed in https://github.com/LuaLS/lua-language-server/issues/1458 this modification makes the global variable...

Fixing the issue: https://github.com/LuaLS/lua-language-server/issues/2646 The TokenModifier global isn't is a default token to vscode documentation ([doc](https://code.visualstudio.com/api/language-extensions/semantic-highlight-guide#standard-token-types-and-modifiers)). This change will set the default global colors to a different color from local...