Douglas Hoskins

Results 5 issues of Douglas Hoskins

It looks like the system Python has been removed from MacOS since 12.3.1, meaning e.g. powerline-shell won't install with the out of the box instructions. pyenv or similar should be...

Our project has a JVM target which we include in order to get code coverage for common Kotlin tests. When running the tests we get the error: ``` * What...

In this example when playing the video, the video view is square (375 * 375) and has the video inside it with grey borders top and bottom. ![Simulator Screen Shot...

question

The Setup instructions in [README.md](https://github.com/tuist/microfeatures-example/blob/master/README.md) are: > 1. Git clone the repository: `git clone [email protected]:tuist/microfeatures-example.git`. > 2. Install Tuist with `bash 3. Run `tuist focus`. `tuist focus` on my machine...

I have a project with two subprojects: GWT and Core. Core is a pure Java project which GWT relies upon. The GWT build.gradle looks like this: ``` apply plugin: 'gwt-compiler'...