Jason Elie Bou Kheir
Jason Elie Bou Kheir
Running into the same issue here
I would also be interested in this! FYI @MostHated the steps to install this package as a dll from nuget: 1. Go to https://www.nuget.org/packages/LinqFaster/ and install the 1.0.0 base version...
I know this is an older issue, but I'm definitely interested in adding a custom color theme here. If I wanted to hack a color theme, where would I do...
I'm not so familiar with vimscript, so if there's an easy way for me to workaround this, I'm all ears :smile:
@LukeStampfli Packages via git url cannot be resolved as dependencies by default. https://github.com/mob-sakai/GitDependencyResolverForUnity is a tool that can be used to overcome it. I've forked this repo and set it...
just wanna make a suggestion to 1. pin this issue so it shows up at the very top when somebody selects Issues 2. create an issue template that tells the...
Reopening to simplify testing the `CustomUriViewModel`
According to the Android developer docs, here are some of there recommended dependencies: ```gradle dependencies { // Required -- JUnit 4 framework testImplementation "junit:junit:$jUnitVersion" // Optional -- Robolectric environment testImplementation...
Doing some more research and testing ... There is a way we can do something called "Instrumentation Tests" using an Android emulator in Github Actions: https://github.com/marketplace/actions/android-emulator-runner. These are tests that...