Dominik Barwacz
Dominik Barwacz
Setting labelFor forces the view to has id generated in runtime (android.view.View#setLabelFor) CaligraphyFactory:89 checks if there is resource for view id. If the view has generated id, this check would...
It seems that adding ``` env.AddPreAction("clean", on_clean_pre) env.AddPostAction("clean", on_clean_post) ``` has no effect despite looking ok. The workaround I found is to create custom target that does the clean and...
I'm researching a complete CI setup that would allow us to gather data about builds on multiple pipelines. I think this example would be very useful @arcadefire. What did you...
Thank you very much for taking the time to compile the results. I understand now, because (in your custom reporter) you use `run(List timings)`, you don't need to upload aggregated...
I opened issues looking for some context on this specific question as I assumed it's something that can be done but I don't know how. My thinking as a DI...
I unfortunately haven’t, I ended up replacing board with nucleo (just for renode tests) and it worked for my needs. I yesterday had an idea of checking out registers in...
Sorry for the delay, I couldn't verify that as I have a problem running simulation with my [simulated chip ](https://github.com/renode/renode/issues/652#issue-2454315404)