Najuna Brian
Najuna Brian
# Description This PR continues the work from #9897, which was closed after a force push. Closes #9869 _cc_ @dianabarsan @mrjones-plip ## Summary This pull request enhances the `/api/v2/export/user-devices` endpoint...
## Description Fixes #4505 Fixed fatal error propagation in async operations so fatal errors crash the JVM instead of being caught and wrapped. ### Changes `kernel/jvm/src/main/scala/cats/effect/kernel/AsyncPlatform.scala`: Added fatal error detection...
## Description Adds binary-compatible methods for setting absolute time in TestControl: - `setTime(targetTime)`: Sets clock to specified absolute time - `advanceTo(targetTime)`: Alias for setTime with descriptive name Both methods fail...
## Description Fixes #523 This PR addresses the issue by implementing automatic version detection and substitution in the documentation build process. ### Testing Verified locally that @VERSION_3X@ is correctly substituted...
# Description Adds optional `clockStart` parameter to `TestControl.execute` and `executeEmbed` to set initial time offset, making it easier to test time-sensitive code at specific timestamps. ## Use Case This directly...
Adds comprehensive IO documentation and includes sidebar navigation update. Refs #1715
## Description Integrates smithy4s for type-safe AWS regions and ARNs. - Added `smithy4s-core` dependency - Created `AwsRegion` - Created `AwsArn` with parsing uti Refs #118
## Description This PR adds documentation pages for the new CHAMP-based HashMap and HashSet implementations in Cats-Collections. Closes #537