-
Updated
Sep 3, 2021 - Kotlin
kotlinx-serialization
Here are 55 public repositories matching this topic...
-
Updated
Sep 3, 2021 - Kotlin
-
Updated
May 9, 2021 - Kotlin
-
Updated
May 30, 2021 - Java
-
Updated
Sep 13, 2021 - Kotlin
-
Updated
Jun 7, 2021 - Kotlin
-
Updated
Jul 29, 2019 - Kotlin
I don't know what is the return when there is no parent file, so I decided to put here a reduntant nullability modifier:
https://github.com/kotlingang/kds/blob/f34ab7f5684dc0ef0436191c1f988e608896e65a/files/src/jsMain/kotlin/fun/kotlingang/kds/file/CommonFile.kt#L15
-
Updated
Apr 3, 2021 - Kotlin
-
Updated
Sep 13, 2021 - Kotlin
-
Updated
Jul 15, 2021 - Kotlin
-
Updated
Sep 13, 2021 - Kotlin
-
Updated
Nov 1, 2019 - Kotlin
A pathfinder that would take a list of GearyCondition
s and map of ints to other pathfinders.
If the conditions are met, try to run the pathfinders based on priority as defined by the map.
Syntax goal:
goals:
1: !<if>
conditions:
- !<health>
within: 0..10
run:
1: !<mobzy:behaviour.throw_items> {}
2: !<anothergoal> {}
Check out gea
-
Updated
Sep 13, 2021 - Kotlin
-
Updated
Aug 28, 2021 - Kotlin
We should serialize and save the latest quiz results and show them in HomeScreen as stats (5 questions, 3 correct answers, 2 wrong answers etc...)
-
Updated
Aug 21, 2021 - Kotlin
-
Updated
Jun 24, 2021 - Kotlin
-
Updated
Oct 20, 2020 - Dart
-
Updated
Sep 10, 2021 - Swift
-
Updated
Sep 4, 2020 - Kotlin
-
Updated
Sep 30, 2019 - Kotlin
-
Updated
Nov 23, 2020 - Kotlin
-
Updated
Jul 6, 2021 - Kotlin
-
Updated
Aug 18, 2021 - Kotlin
-
Updated
Sep 11, 2021 - Kotlin
If a cooldown is expired but only within the iteration length for the cooldown display system (iirc it's 5 ticks), then the system should replace the [Xms]
in the end with [✔]
-
Updated
Dec 30, 2020 - Kotlin
Improve this page
Add a description, image, and links to the kotlinx-serialization topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the kotlinx-serialization topic, visit your repo's landing page and select "manage topics."
Hello, this isn't regarding one specific issue per se, but rather some general feedback regarding the design of the current API. If any of this comes off as aggressive/mean sounding, I apologize, my intention is solely for constructive criticism.
Most of my opinions will be based on the API design of officially supported format libraries developed by JetBrains themselves, which can be found [he