Jake Wharton
Jake Wharton
A byte or bit size over a duration. I downloaded a 100MB file in 3.2 seconds. What was the Bitrate? `100.mebibytes / 3.2.seconds`!
``` okio.PipeTest[jvm] > sourceBlocksOnSlowWriter[jvm] FAILED java.lang.AssertionError: expected: but was: at org.junit.Assert.fail(Assert.java:89) at org.junit.Assert.failNotEquals(Assert.java:835) at org.junit.Assert.assertEquals(Assert.java:555) at org.junit.Assert.assertEquals(Assert.java:685) at okio.PipeTest.assertElapsed(PipeTest.kt:356) at okio.PipeTest.sourceBlocksOnSlowWriter(PipeTest.kt:343) ```
``` okio.WasiFileSystemTest.listOnRelativePathWhichIsNotDotReturnsRelativePaths[wasmWasi, node] FAILED ErrnoException: loop okio.WasiFileSystemTest.listOrNullOnRelativePathWhichIsNotDotReturnsRelativePaths[wasmWasi, node] FAILED ErrnoException: loop ``` https://github.com/square/okio/actions/runs/11182275912/job/31089954720?pr=1529
### SQLDelight Version 2.0.0 ### IDE Version Android Studio Hedgehog | 2023.1.1 Canary 15 ### Dialect SQLite ### Describe the Bug ### Stacktrace _No response_
I'm migrating a couple thousand test cases from Truth, and another thing that is coming up similar to https://github.com/willowtreeapps/assertk/issues/393#issuecomment-2428206350 is that calls to `isTrue()` need to become `isNotNull().isTrue()` on nullable...
I have my expected values in a constant that's shared, but I have to do `isIn(*values)` with an `arrayOf` constant instead of `isIn(values)` with a `listOf` constant today.
Hi! My corporate ~spyware~ MDM software has forced this tool onto my system. This would be fine, except that you install shell support into Fish using ZSH syntax. This is...
Don't want to go through `TextCanvas`. Instead, we need to do similar behavior to `TextCanvas.appendRowTo` where we traverse the `AnnotatedString` content and append ANSI sequences as needed.
--- - [ ] `CHANGELOG.md`'s "Unreleased" section has been updated, if applicable.