FilippoR
FilippoR
to work with main you need to replace the "zmk,input-listener-ps2" from this module with the "zmk,input-listener" from main
For the input listener you Need to follow the instruction on main documentation remove the layer-toggle properties and of Need use the input processor I have a working configuration here...
thanks. For better discoverability of the function i propose to also use the standard scrollwheel. and maybe add sccrollbar
My solution ``` String[] properties = { "crossingDate", "time", "direction", "vehicle", "groupName" }; assertThat(list,contains( hasProperties(properties, "24/04/2018", "14:24", "Southbound", "EY164FX", "130016451 "), hasProperties(properties, "24/04/2018", "10:55", "Northbound", "EY164FX", "130016451 ") )); ```...
Hello I create the pull request #1217 when I found the way to implement it using external browser. I'm not a c developer. Thanks for the code review. If it...
there are same failure in ctest but all the python test pass https://artifacts.dev.testing-farm.io/2f689048-32d8-482c-8b3b-bc3fa93b2256/ select in the top Show passed tests to see all tests executed with log
Yes this PR add the option to build a PR as CI. In this branch Is configured to rin on demand with a comment /packit build and /packit test. The...
for my pr on this subject #20953 is the minimal change to get copr working #20996 use different tool to build the package. rpkg to build the main branch each...
> @filippor It appears that the current state of the PR is for a daily build and push to Copr. The title of the PR is for this to be...
with this configuration the build is triggered on pr targeting main branch and it require the packit github application to be installed on the target repository so it works for...