Torfinn Berset

Results 12 issues of Torfinn Berset

The `MZ_VERSION` version is defined as https://github.com/richgel999/miniz/blob/2e15a3ff77203c8f548de6020c476a0751918e32/miniz.h#L238 This differs greatly from the version (v2.1.0) in the comment of the header https://github.com/richgel999/miniz/blob/2e15a3ff77203c8f548de6020c476a0751918e32/miniz.h#L1 and in the Releases section (v2.0.8) [latter could just...

Currently, I don't see any way to style the progress dialog that pops up when the user is logging in. I started work at https://github.com/torfinnberset/ParseUI-Android/commit/dea2ec494d966ec4c904ae6405a4e9f00f45dbdb for this issue, but my...

enhancement

Previously, for a locked device, `bossac` would fail if you passed both an `--unlock` and an `--erase` flag at the same time, as the erase was scheduled before the unlocking....

Hey, and thanks for a very useful library. I tried to follow the style used in the project, but I only have a Mac to test on, and not the...

Used clang-tidy autofixes from CLion. Mostly pedantic/redundant fixes, but less warnings popping up means the real problems are easier to spot later :)

This PR makes the `micromamba env export` command print the `dependencies` section in alphabetical order. This arguably both easier for humans to read, and helps avoid git merge conflicts when...

Host: Intel macOS 12.6 VirtualBox: 7.0.2 ``` ~/github/windows-docker-machine main $ vagrant up --provider virtualbox 2022-box Bringing machine '2022-box' up with 'virtualbox' provider... ==> 2022-box: Box 'StefanScherer/windows_2022_docker' could not be found....

Using CLion 2019.1 and the latest plugin from the Marketplace (v0.8): ``` java.lang.IllegalArgumentException: Argument for @NotNull parameter 'visibilityContext' of com/dropbox/djinni/ideaplugin/DjinniUtil.findAllExternalFiles must not be null at com.dropbox.djinni.ideaplugin.DjinniUtil.findAllExternalFiles(DjinniUtil.java) at com.dropbox.djinni.ideaplugin.DjinniUtil.findAllExternalTypes(DjinniUtil.java:129) at com.dropbox.djinni.ideaplugin.DjinniChooseByNameContributor.getNames(DjinniChooseByNameContributor.java:43)...

bug

When trying to match CMake and Conan profiles, it seems currently the plugin is only looking in `~/.conan/profiles`, but I am also keeping some profiles local to my project that...

enhancement