Max Schettler
Max Schettler
Using the plugin on `SOME_VARIABLE` will move the cursor one character at the time, instead of moving it e.g. from `S` to `V` in the example above.
Both the regex for `XsdTimezoneComponent` as well as for the optional variant are erroneous: ``` ((\+\|-)(0[1-9]\|1[0-9]\|2[0-4]):(0[0-9]\|[1-5][0-9])\|Z) ``` This does not allow for timezones with two leading zeros, e.g. `+00:30`. On...
The [specs](https://github.com/digital-preservation/csv-schema/blob/master/csv-schema-1.1.html#L1304) describe the `xsdDateTimeExpr` as having an optional timezone: > [...] as shown, the xDateTime values may, or may not, have a component indicating a specific timezone, here Z...
When running catkin_make using the --install switch after changing a packages CMakeLists.txt on a already built workspace, dependencies's _DIR variables will still be pointing to the devel-space Config.cmake. In case,...