@XFreeze And their incompetent bots suspended my pro account for high volume which is not possible with current usage limitations. And most annoying part is they suspended just after i paid for second month's subscription. And i actually use codex for most tasks with pro subscription
@claudeai@OpenAI they banned me just after paying $20 + tax. I didn't even use it for the last 2 days because of work i use it only for my personal projects since you reach pro daily limit with few questions. @claudeai before banning anyone check if it's possible to have any high volume with plan
I use @claudeai only for personal projects only when something occurs i can't solve with @OpenAI's codex which i use pro, if i were willing to use @claudeai extensively as their bots claim i would have paid much for them not for codex. Not only pissed because i'm banned but...
@berkaymeneksse Teşekkür ederim. Repoyu sürekli güncelliyorum, özellikle SO'da değişik sorulara denk gelip cevap bulabilirsem kesin repoya da geçiyorum. Altta cevaplar bölümü var, orada da eski cevapları eklemiştim, bir ara orayı da güncelleyeceğim ama şu an repo önceliği ui testleri, semantics
By default Tabs in Jetpack Compose are measured with 90.dp which can cause them to look like with undesired padding betwene.
With some knowledge about Constraints and Layouts it can easily be tweaked or you can write your custom Slider or Image. Learnin…https://t.co/UVXh07Q8CN
Do you know how Constraints and Layout works if the values you set are not inside in min-max bounds of a Composable while creating a custom Layout or using Modifier.layout?
Explained on stackoverflow how Constraints boundaries wor…https://t.co/2bI2LFqbnN https://t.co/RxtpY6vfsp
Released 1.0.0 version of Jetpack Compose speech, chat bubble which can be customized or used as a tooltip at ease or simply get shape using functions. In next version i intend to add a tooltip with animations.
If you have any suggestions feel free to op…https://t.co/acQsKo24aF
If have stateful Composable that are updated via list addition or deletion one thing you can face is incorrect states in desired index. This can be solved by using key(even without LazyList) or and another cool function called movableContentOf which lets…https://t.co/xkm7qCCOYp
So easy to animate a function inside a Box based on Alignment change using Modifier.onPlaced, can't believe i missed this so cool modifier so far. It invokes lambda after the parent LayoutModifier and parent layout has been placed and before child LayoutM…https://t.co/y4G5d2lfo5
When you draw a arc/line or rectancle with StrokeCap.Round
you need to take stroke with into consideration. I explained how to create a pie chart with rounded caps and also how to set labels center of the arcs on Stackoverflow
https://t.co/oUllYaMyMQ
#j…https://t.co/anDHMWn8bq
Using blend modes it's easy to create border with rainbow animation and with any shape you can provide
Explained on StackOverflow
https://t.co/5ZuK0DHxSB
#jetpackcompose https://t.co/se5Bb4CqvF
By default gestures use PointerEventPass.Main which triggers event propagation from child to parent but in some scenarios parent needs to get event first and consume it conditionally you need to change to Initial or Final.
I explained how parent gets eve…https://t.co/3ojfsSfmD8
Modifier.shadow in Jetpack Compose is nothing other than blurred border drawn behind or in front of your Composable depending on which order you set it. I explained how shadow works, and how it interacts with clip while shadow itself can clip a Composable…https://t.co/QfvHqClvOh
BlendModes strike back😁. Easiest way to create a progress bar with text changes color based on progress explained on Stackoverflow.
https://t.co/ajmcPwoE5R
#jetpackcompose https://t.co/EIEZ8xuWUW
BlendModes strike back 😁 . Easiest way to create a ProgressBar with Text that changes color based on progress. BlendModes are so powerful as i explained in other blend mode answers. And even easier with Jetpack Compose
Stackoverflow:…https://t.co/eWzdJOymQg
Explained how to detect which segment of arc or circle is touched using Pie charts and how to create initial draw, scale/size and color change animations for touched segments of arc or any rectangle.
https://t.co/66C7WVJNQ6
#jetpackcompose https://t.co/xYrbFh0MYq
I explained how draw pie chart with dividers and text in center of sections of chart data in Jetpack Compose.
Stackoverflow: https://t.co/W8E4o2qE8Z
#jetpackcompose https://t.co/jJPlVY6Eqc
All of the default gestures of PointerInputScope doesn't have start end callbacks but it's so easy to create gestures with callbacks. I explained how to add long press end callback can be implemented here
https://t.co/uiTJWjWrPj
If you are interested i…https://t.co/cxWuta6O3V