Block or Report
Block or report Schahen
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePopular repositories Loading
444 contributions in the last year
Less
More
Contribution activity
November 2021
Created 17 commits in 2 repositories
Created a pull request in JetBrains/skiko that received 2 comments
Configure and inroduce ios and macos targets only if we are building on MacOS
This fixes my troubles on linux machine but I do realize that if (hostOs == OS.MacOS) { check was removed for some reason so if it's not the soluti…
+49
−45
•
2
comments
Opened 16 other pull requests in 2 repositories
JetBrains/skiko
1
open
13
merged
1
closed
- Commonize BreakIterator::setText and BreakIterator::clone
- Commonize ParagraphStyle::ellipsis
- Commonization - leftovers
- Commonize StrutStyle::fontFamilies and StrutStyle::setFontFamilies
- Commonize FontCollection::familyNames
- Array serialization revisited
- Commonize Font
- Assert close enough refactoring
- Commonize Typeface::familyNames
- Commonize TextStyle
- Commonize setting fontStyle in StrutStyle
- Typeface commonization
- [js] Correct external definitions for HEAP*-family - otherwise they are unreachable
- withResult functions accept InteropScopeContext functions
- Commonize FontMgr and FontStyleSet
JetBrains/compose-jb
1
merged
Reviewed 22 pull requests in 2 repositories
JetBrains/skiko
14 pull requests
- Commonization - leftovers
- Commonize StrutStyle::fontFamilies and StrutStyle::setFontFamilies
- Commonize FontCollection::familyNames
- Commonize Font
- Array serialization revisited
- Commonize Typeface::familyNames
- Commonize TextStyle
- clean up debug prints in tests
- Typeface commonization
- withResult functions accept InteropScopeContext functions
- TextLine common implementations
- Commonize FontMgr and FontStyleSet
- Remove no longer needed workaround
- Implement Path methods
JetBrains/compose-jb
8 pull requests
- web (breaking change): move top level functions for css selectors to new SelectorsScope
- web (breaking change): make constructors of CSSSelectors classes internal
-
web (breaking change): move
combineandfeaturefunctions to GenericStyleSheetBuilder scope (in CSSMediaRule.kt) - web (breaking change): make some functions internal
- web: remove Options for event listeners
-
Throw exception for
String + CSSSelectorwithselfcases. -
web: add
inputmodeglobal attribute - deprecate compose.web.web-widgets in source code and gradle plugin
Created an issue in JetBrains/compose-jb that received 1 comment
Throw a runtime error while trying to concatenate CSSSelector with String
We've tried to have an syntax sugar for combining selector via plus operator:
operator fun String.plus(selector: CSSSelector)
However the problem …
1
comment