Kaerol
Kaerol
After import a image I can engrave with fill but then near border are inequalities, when line is start to engrave, end when is finish engrave (I usually fill with...
Do you follow the guidelines? - [v ] I have tested my changes - [v ] There is no breaking change - [v ] There is no regression - [x...
Hi! I'm using kanboard to manage an event. So in this case we have static costs which comes from our contractors / invoices. I wanna monitor expenses to be sure...
With dependencies: ``` io.quarkus quarkus-resteasy-jsonb io.rest-assured rest-assured test ``` API works find via swagger-ui / Postman When testing ``` given() .contentType(ContentType.JSON) .body(object, ObjectMapperType.JSONB) .when() .post("/api/document") .then() .statusCode(201) ``` Causes an...