Boris Lehečka
Boris Lehečka
SlowCheetah VSX (3.0.61.18192) and NuGet installed in Visual Studio 2017 and used in old Web Form project (first created in 2012). Add Transform in the context menu is not available...
### Microsoft PowerToys version 0.64.0 ### Utility with translation issue Quick Accent ### 🌐 Language affected Czech ### ❌ Actual phrase(s) Rychlý zvýraznění  ### ✔️ Expected phrase(s) Rychlá...
**Describe the bug** If an element contains multiple found items, after calling `util:expand()` function, only the last matched item in the the parent element is expanded/highlighted. **Expected behavior** I would...
**Collection with spaces in name cannot be renamed** If the collection name contains spaces, calling function `xmldb:rename($source-collection-uri as xs:string, $new-collection-name as xs:string)` fails with the following error: ```log exerr:ERROR Could...
If data contain empty elements, for example ```xml ``` they are treated like nested elements and only the first one elment is processed in the `` element. This is how...
If the error description is missing, the roaster raises an exception. Maybe it's a problem of the TEI Publisher application (`api-dba.xql` library). ```xml /db/apps/tei-publisher/modules/lib/api-dba.xql err:XPTY0004 checking function parameter 3 in...
The [raipi:prepare-record](https://github.com/eeditiones/tei-publisher-app/blob/121e51204d81fc1143a99361cb4a9eb59e1b9f11/modules/registers.xql#L113) function contains typeswitch with identical code in two `case` clauses, maybe we can simplify it: ```xquery let $elements-to-change := ("person", "place") (: note: read names from the configuration,...
In the function [rapi:prepare-entry](https://github.com/eeditiones/tei-publisher-app/blob/121e51204d81fc1143a99361cb4a9eb59e1b9f11/modules/registers.xql#L113), the new element is modified by adding two attributes (`@resp` and [`@when`](https://github.com/eeditiones/tei-publisher-app/blob/121e51204d81fc1143a99361cb4a9eb59e1b9f11/modules/registers.xql#L130C16-L130C80)), for example: ```xquery attribute when {format-date(current-date(), '[Y]-[M,2]-[D,2]')} ``` The `@when` attribute is not valid...
The variable [`$config:register-map`](https://github.com/eeditiones/tei-publisher-app/blob/121e51204d81fc1143a99361cb4a9eb59e1b9f11/templates/basic/modules/config.xqm#L348) in the template for generating applications contains an array of entities with predictable values. The value `id` for organization is not consistent with the other values because...
Annotation feature in TEI Publisher creates in the registry (`registry.xml` file) an element with `@xml:id` attribute: ```xml Basilika San Francisco ``` Value of this attribute is referenced from the text...