Skip to content
Avatar

Achievements

Achievements

Block or Report

Block or report eymar

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Kotlin

  2. This IDEA plugin helps to deal with vector drawable files. It fixes such float declaration: .128 to 0.128, 1.225.443 to 1.225 0.443, 1.30-.25 to 1.30 -0.25

    Kotlin 8 2

  3. The sketch for Arduino for plants watering

    C++

  4. The app allows to connect to the Watering device via Bluetooth and setup the watering preferences

    Kotlin

  5. Forked from ribot/android-guidelines

    Architecture and code guidelines we use at ribot when developing for Android

298 contributions in the last year

Dec Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Mon Wed Fri

Contribution activity

November 2021

Created 2 repositories

Created a pull request in JetBrains/compose-jb that received 3 comments

web (breaking change): move CSSUnit convertors functions and CSS operations (on units) to their new scopes

The intention is to avoid having these functions on top level. They are usually used within specific scopes, so it makes sense to limit the number …

+106 −105 3 comments
Opened 29 other pull requests in 4 repositories
JetBrains/compose-jb 3 open 9 merged
JetBrains/skiko 9 merged 1 closed
JetBrains/androidx 2 open 4 merged
sandwwraith/serialization-and-compose 1 merged

Created an issue in JetBrains/compose-jb that received 3 comments

Compiler: value in destructuring declaration of MutableState doesn't get updated

var (foo, setFoo) = mutableStateOf(0) setFoo(123) // set foo == 123 // expected, but false foo == 0 // actual, but should be 123 it works like this…

3 comments
Opened 1 other issue in 1 repository
Loading

Seeing something unexpected? Take a look at the GitHub profile guide.