Boris Lehečka

Results 23 comments of Boris Lehečka

After some time of coding, the problem with the application generation error reappeared and changing EOL in the `config.xqm` file didn't help. Workaround of this problem was generating the TEI...

The solution used by Luka (from Slack): After replacing the whole `modules` folder with the one on GitHub I can generate new applications, so that fixed it.

I used aslo another anchor where one parameter was translated: ```html Browse ``` generates this piece of HTML: ```html Procházení ``` Parameter `{$ident}` is translated, but `${app}` not.

After some experminets I realized that I can ommit `{$app}` variable, because root path for page with generated list of documents is equal with `{$app}` value. So this piece of...

I found the solution for this issue: const name = (input.name === undefined) ? `${input.attributes.getNamedItem("name").nodeValue}[${idx}]` : `${input.name}[${idx}]`; Name of the element can be reached as the attribute value if the...

> Which shell are you using? I'm using `cmd.exe` shell. In PowerShell 5.1, the error (for `xst execute 'xmldb:reindex("/db/apps/mordigital-data/data/dictionaries")' --config admin.xstrc`) looks more sophisticated: ```log XPathException: err:XPTY0004 checking function parameter...

Hi @line-o , here are some results (I changed the project name): ### CMD ```shell xst execute "xmldb:reindex('/db/apps/' || $project || '-data')" --bind "{ \"project\": \"lediir\" }" --config admin.xstrc true...

Some searches works fine, for example .

If `util:expand()` is applied to the resulting hits, i.e. using `util:expand($hits)`, it takes many times longer to expand the found strings than to return XML without highlighted hits. I've done...

``` BenchmarkDotNet v0.15.2, Windows 10 (10.0.19045.6216/22H2/2022Update) Intel Core i7-9750H CPU 2.60GHz (Max: 2.59GHz), 1 CPU, 12 logical and 6 physical cores .NET SDK 9.0.304 [Host] : .NET 8.0.19 (8.0.1925.36514), X64...