Manuel

Results 242 comments of Manuel

Not sure how difficult this fix is to implement for testcafe/hammerhead... For me, a workaround via a testcafe setting that would switch between injecting `importScripts` and `import` in JavaScript files...

Thank you for your suggestion. We originally designed the current solution with "1 Kreya project" = "1 Postman collection" in mind, but we realize that this isn't the case for...

@etshy Good points! Could you open a new issue for this? It does not quite fit the "bulk import Postman projects" subjet. This would make it easier for us to...

Should be fixed in the newest beta release

Should be fixed with Kreya 1.18, which has just been released

We are in the process of updating the dependencies, which will fix this. But for now, you still need to install the old library. As a workaround: 1. Edit `/etc/apt/sources.list`...

With our latest beta release, Kreya has been updated to use GTK4 and libwebkit6. Now `libgtk-4-1` and `libwebkitgtk-6.0-4` are required.

This is now released with Kreya 1.18

We did some changes in Kreya 1.15 regarding importing proto files (we rely on the official `protoc` to do the parsing now). However, this should not have change anything for...

Correction, the types from `google/api/annotations.proto` and `google/api/http.proto` were implicitely loaded in Kreya 1.14 (due to the library used). Switching to the official protoc implementation lost us this feature. This will...