timkoers
timkoers
When using makeSharedElementEnterTransition provided in this piece of code, the default SharedElementTransitions not be used at all. Is there a fix to make it use the default transitions with this...
When the --single flag was used, an division by zero was generated in the munit_rand_state_at_most function. Fixed and tested
**Is your feature request related to a problem? Please describe.** No it is not related to a problem, I was just wondering about how I could integrate contextual locations/rooms into...
I am trying to compile for the Orange Pi Zero and on both my VM and my secondary laptop (which hasn't got the best specs) the operating system freezes without...
I'd like to import and export PBF files. I've seen some traces of a PBF importer/exporter in the source code, so I was wondering if there is any way to...
When clearing the current image using setImageBitmap(null) a nullpointer exception occurs: java.lang.NullPointerException: Attempt to invoke virtual method 'int android.graphics.Bitmap.getWidth()' on a null object reference at android.graphics.Bitmap.createScaledBitmap(Bitmap.java:591) at com.pkmmte.view.CircularImageView.refreshBitmapShader(CircularImageView.java:341) at com.pkmmte.view.CircularImageView.invalidate(CircularImageView.java:262)...
In our code, we use ``` ( test.one, test.two, test.three ) := vec; ``` quite often, but this isn't supported by rule variable_assignment_001. That the rule looks at the context,...
When compiling for the ESP32, analogWrite is not defined. This is because the ESP32 uses led controllers (with 15 output channels) This pull request adds those led controller thingies, only...
Could you please write a more specific Readme.MD on how to compile and use the simulator. I've got a few years of Java experience but I am not able to...
I'm writing some files to the FS (about 200) and whenever I do so the console output gets flooded with `V (548824) mmap: actual_mapped_len is 0x10000` logs. I've traced this...