Erik Huizinga

Results 39 comments of Erik Huizinga
trafficstars

Me too after all hassle. Brew update and brew install git and brew upgrade truly work magically! On Fri, 7 Apr 2017, 18:20 Thomas, wrote: > When installed with brew...

Any existing keyboard shortcut being pressed should indeed be ignored: 1. Ignore the window change behaviour (if any, not all always have a visible effect). 2. Notify the user that...

Since you revived this issue, I'll leave another comment that extends it. Possibly for another issue, though. It'd be awesome if content from the Mistwood expansion is also supported. The...

Maybe the new [Android Jetpack Navigation Architecture Component](https://developer.android.com/topic/libraries/architecture/navigation/) can help identify or enforce the activity stack?

The following line maybe should not use `getEnvironment.getProject.getBasePath`, but some methods to get the module's base path (or more specifically, the module's content root, which can be more than one!)....

To make a Haskell Stack module in another IntelliJ IDEA project, do the following: 1. `stack new [project name]` 1. Copy all the created files in the `project` dir to...

I face this same (or a very similar) issue. ### TL;DR Add the following dependencies to fix the problem, at least in my case (described below). ```kotlin testImplementation("org.opentest4j:opentest4j:$opentest4jVersion") testImplementation("org.jetbrains.kotlin:kotlin-reflect:$kotlinVersion") ```...

Something like this might work for you: ```yaml name: Create a GitHub release on: push: jobs: release: name: Create a GitHub release if: startsWith(github.ref, 'refs/tags/') runs-on: ubuntu-latest permissions: contents: write...