Nino van Hooff

Results 19 issues of Nino van Hooff

If I do this on a regular textview, the expected all caps is properly applied

When I select multiple apk's in finder and drag them to AT, it asks for every file on which device it should be installed, even though there is only 1...

toastr-rails works fine with Sass, but to include you must use @import 'toastr.css' note: the .css is important in application.css.sass

After adding the gem and restarting the server, I was surprised to not find undigested assets in public/assets. Please add the instruction to run rake assets:precompile for coders who don't...

Using this file as input, I expect to see an Android build output with colors for Android, like there is for ios and ios-swift. Ideally I would like Android Jetpack...

I currently have 2 JitCi which are needed to make my build work. I'd like to download those settings for backup / documentation purposes. Alternatively, offer an option to read...

I selected Java 11 ![image](https://user-images.githubusercontent.com/10351007/151583990-389fa40d-fd8d-4872-9c74-4ff34fe6f17f.png) The log seems to indicate Java 12 was used. https://jitci.com/gh/Q42/Q42Stats.Android/79 The build passed, tough. Rather that having to manually select Java 11, I would hope...

I have added the JitCI badge and enabled unit tests, which are passing. The jitci badge color is grey and the label is `None` What does this badge indicate? Coverage,...

This action fails while the env var seems to be set allright. Is that because the env var is only set in git bash and I'm not using that? https://github.com/ninovanhooff/LibHEBitmap/actions/runs/8930413593/job/24530460948...

windows

It seems the nim-bindings take care of closing files when they go out of scope. This is kind of nice, but it was unexpected for me. This creates opportunity for...