Jordan Longstaff
Jordan Longstaff
I am writing a mobile app with very specific ideas of how I want to implement and style it. When the popup appears underneath an auto-complete text field, the first...
I was hoping for something more like the current spinning dots in Windows 10 (there actually is a ProgressRing C# class that achieves this, but somehow it's not usable in...
My project wants to use the SupportAutoComplete widget from this project, but I get build errors because this project references Xamarin.Forms.Maps and mine doesn't. I don't want to use Xamarin.Forms.Maps...
### Description As far as I know, I'm writing my Espresso tests correctly. However, they fail when I run them, and there's nothing that's telling me _why_ they fail so...
`java.lang.NoClassDefFoundError`: Individual tests/categories in spec do not load required classes
Kotest 5.6.2 Here's a simple example of a test spec: ``` >> class SimpleTest : DescribeSpec({ > describe("Category") { > it("Test") { 0 shouldBeEqual 0 } > it("Test 2") {...
GitHub generally supports Markdown previews when writing comments, descriptions, files etc. It'd be awesome if I could similarly preview comments in progress in VS Code, e.g.: - comments on a...
My company has a use case where we want to show multiple levels of sticky headers, e.g.: ``` Header A --------------- Header B
I tried running the following command as per the installation instructions: `cargo install --git https://github.com/RustDT/Rainicorn --tag version_1.x` It gave me the following output: Updating git repository 'https://github.com/RustDT/Rainicorn' Installing rainicorn v1.3.0...
I've set up hotkeys for each of my sound effects. If I press a hotkey once, it'll play the corresponding sound effect. If I press the same hotkey again, it...
Version: 4.2.0 (latest) Steps to reproduce: 1. Change two different files in your workspace. 2. Stage only one of the changes. 3. Click the "Stash staged changes" button under Stashes...