Paulus Lucas
Paulus Lucas
@apazureck Is this repo maintened ?
I forked and updated the project : [Forked Project](https://github.com/lupaulus/logger)
Check my fork I added support for Disklog with SDK 30 -> [Repo](https://github.com/lupaulus/logger)
***Use Jitpack implementation*** 1. Check Jitpack use : ``` allprojects { repositories { ... maven { url 'https://jitpack.io' } } } ``` 2. Add implementation in project build : ```...
***Use Jitpack implementation*** 1. Check Jitpack use : ``` allprojects { repositories { ... maven { url 'https://jitpack.io' } } } ``` 2. Add implementation in project build : ```...
Hi Did you find any solution to this problem? I noted that the click is register *inside* the library RecyclerView but the listener is not working. The logs when I...
I will add this to documentation ``` app:allow_click_inside_cell="true" app:allow_click_inside_row_header="true" app:allow_click_inside_column_header="true" ```
I Agree, the documentation need better reference related to the snap7 library The set "calls this should be equal to 0", have not the same signification then "otherwise is ignored"
WIP : Docstring formating Instead of the Property, I will add some samples in the Docstring, because there are many devs that doesn't know how a CStruct class is working...
@gijzelaerr Sorry for ruff, need to add a white line between doc and code 