Pavel Vojtěchovský

Results 6 issues of Pavel Vojtěchovský

This should fix https://github.com/stipsan/compute-scroll-into-view/issues/822

The framing algorithm sometime keeps two occurrences of the resource with all attributes even if embed=LAST. Json-LD input ``` { "@context" : { "@vocab" : "http://www.example.net/" }, "@id": "#doc", "@type":...

Here is the test case which reproduces the problem reported in #332

Since https://github.com/ezolenko/rollup-plugin-typescript2/pull/373 was implemented the error objects contains message next to stacktrace. The displaying only stacktrace causes that relevant error message of Typescript compiler is lost.

This is fix for #3856 #### Check List: * Unit tests: NO * Documentation: NO

**Describe the bug** The REST API method `flowable-rest/service/query/historic-variable-instances` returns null as value of variable of type `uuid` ``` { "id": "85077ed6-d62c-11ee-ae20-86c5a61b31b3", "processInstanceId": "827254fd-d62c-11ee-ae20-86c5a61b31b3", "processInstanceUrl": "http://test-server/flowable-rest/service/history/historic-process-instances/827254fd-d62c-11ee-ae20-86c5a61b31b3", "taskId": null, "executionId": "827254fd-d62c-11ee-ae20-86c5a61b31b3", "variable":...