Skip to content

issues Search Results · repo:michaelbull/kotlin-result language:Kotlin

Filter by

69 results
 (70 ms)

69 results

inmichaelbull/kotlin-result (press backspace or delete to remove)

Since kotlin-result v2.1.0, compilation of my project fails. I followed the instructions in the release notes on opting-in at the project-level. I added optIn.add( com.github.michaelbull.result.annotation.UnsafeResultValueAccess ...
  • agrahn
  • 4
  • Opened 
    11 days ago
  • #130

👋 I just came across a crash when dealing with nested coroutineBinding and would like to know what s your view on how to solve it. The simplest way to reproduce is to take the example from the doc and ...
  • dbottillo
  • 2
  • Opened 
    on Jul 7
  • #128

- https://central.sonatype.org/faq/what-is-different-between-central-portal-and-legacy-ossrh/#self-service-migration - https://www.jetbrains.com/help/kotlin-multiplatform-dev/multiplatform-publish-libraries.html#set-up-the-publishing-plugin ...
  • michaelbull
  • Opened 
    on May 11
  • #127

Emit the compilation warning on expect/actual classes. The warning must mention that expect/actual classes are in Beta Image
  • hoangchungk53qx1
  • 3
  • Opened 
    on Apr 28
  • #124

Issue I ve encountered many errors when I used the Result.fold() and Kotlin s fold() in the same file. The solution was to introduce an import alias for the Result.fold() as resultFold. Sulution Consider ...
  • juraj-hrivnak
  • 4
  • Opened 
    on Mar 31
  • #120

Abstract I propose adding a tap function to the Result type, equivalent to Kotlin’s standard also function. The tap function would perform a side-effect operation on the Result’s value and return the ...
  • yamad07
  • 5
  • Opened 
    on Jan 8
  • #118

Hello ! It would be a good idea to provide a mapSuspendCatching : public inline infix fun V, U Result V, Throwable .mapSuspendCatching(transform: (V) - U): Result U, Throwable { contract { ...
  • kdarrimajoupro
  • 4
  • Opened 
    on Dec 5, 2024
  • #117

@michaelbull Because of #110 we are locked to v1.x of this library. Would you consider publishing a new 1.x build which removes the @Deprecated warnings on OK and Err? If we re happy using 1.1.21, which ...
  • GrahamBorland
  • 2
  • Opened 
    on Nov 14, 2024
  • #115

Hello. I m using zipOrAccumulate with two procedures. Then I faced the problem that each procedure is executed twice. I would like to avoid this behavior because my procedure calls an external API. I ...
  • rhirai-line
  • Opened 
    on Oct 28, 2024
  • #111

The Kotlin compiler doesn t support exporting inline classes to Objective-C/Swift (docs, Interopedia), which Result 2.x is built upon. Instead of representing the result type in the headers, the compiler ...
discussion
question
  • tiwoc
  • 6
  • Opened 
    on Sep 5, 2024
  • #110
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub