acthp

Results 15 issues of acthp

chrome exits immediately with SIGTERM, and karma-chrome-launcher provides no useful information about the failure. Here's the complete log of the incident: ``` 01 09 2020 00:24:20.165:DEBUG [launcher]: Process ChromeHeadless exited...

innerRef callbacks on components stop working when wrapped with Tooltip. Docs and examples provide no information about how to handle refs in Tooltip wrapped components.

Circular progress bar, tested on various platforms, consumes between 16% and 100% cpu, due to heavy css animations. This isn't really usable in production to indicate progress to the user,...

**Describe the bug** Image tile loading fails after some use of the UI. Some tiles fail to load, and zoom/pan does not resolve the issue. I can avoid the bug...

bug

This example from the json schema spec section 7.2.3, doesn't seem to work with docson: ``` { "id": "http://my.site/myschema#", "definitions": { "schema1": { "id": "schema1", "type": "integer" }, "schema2": {...

Output: ``` Mocha-Chrome Failed: mocha was not found in the page within 10000ms of the page loading. Mocha-Chrome Failed: mocha.run() was not called within 10000ms of the page loading. ChromeLauncher...

Is there a way to specify an array with items having different types? E.g. for data ``` ['square' 1 1 4 4] ['circle' 1 1 3] ``` the schema should...

Just tried running the unit tests on master branch, but it failed in validate-object.

Is there a way to reference another schema? Doing var foo = schema(...); var bar = schema({"foo": foo}); bar.toJSON() gives a flattened schema: foo is incorporated into bar, rather than...

Users that wish to modify and refine the generated pdf with a pdf editing tool report that every character in the pdf is rendered as a separate element. So it's...

bug