jkavalik

Results 8 issues of jkavalik

I wanted to see the changelog of updated modules. This change shows changelogs (well, a list of release notes) from github based repositories. It checks the module repository and if...

GUI
Pull request

I just hit a problem with transaction handling: I have an operation that can result in a deadlock and I just want to retry it. But then commit or rollback...

feature

ResponseFactory::getNextPageUrl() changes the current page, so we are getting wrong results by using the paginator. Either it should change the page back, or use a clone of the paginator. Moreover...

The multiplier does not work when we create our form like this: ``` public function createComponentAbcForm(string $name) : AbcForm { $form = new AbcForm($this, $name); $form->createElements($this->getAction()); $form->onSuccess[] = [$this, "baseFormSuccess"];...

As the new PrusaSlicer versions is now adding "Cancel object" support for the Buddy-based printers, the gcode should be compatible with such a function, but the 8bit firmware [is not](https://github.com/prusa3d/Prusa-Firmware/issues/2284)....

I was trying to check testcase from MariaDB on MySQL 5.6 using SQL Fiddle and got error. MySQL 5.5 works as expected: 5.6.6 - http://sqlfiddle.com/#!9/b30d5/1 - gives `Incorrect key file...

Advisory link - https://github.com/advisories/GHSA-f626-677r-j5vq What I suppose was the "source" - https://www.csirt.sk/nette-framework-vulnerability-permits-sql-injection.html Result - all versions other than 4.0 RC are disallowed. Imho the app allowing unfiltered user input into...

Our tables have PK sequences with different names than the ones postgres generates automatically. Because of that the lastInsertId() call inside haveInDatabase() generates a silent error. When you use the...