Ahmed na
Ahmed na
When using the `CameraFragment `inside a nested set of fragments it clears all other fragments and views which is inconvenient on some complicated designs . a workaround is to override...
I'm using Android Studio 3.3.1 Build #AI-182.5107.16.33.5264788, built on January 29, 2019 JRE: 1.8.0_152-release-1248-b01 x86_64 JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o macOS 10.14.3 and failed to create a...
📦 Published PR as canary version: 3.1.1-canary.92.968.0 :sparkles: Test out this PR locally via: ```bash npm install @storybook/[email protected] npm install @storybook/[email protected] npm install @storybook/[email protected] npm install @storybook/[email protected] npm install @storybook/[email protected]...
# New plugin Custom Entities ## Frontend plugin * [docs](https://github.com/telereso/backstage-plugins/tree/main/plugins/custom-entities) * [npm package](https://www.npmjs.com/package/@telereso/backstage-plugin-custom-entities?activeTab=readme) ## Backend plugin * [docs](https://github.com/telereso/backstage-plugins/tree/main/plugins/custom-entities-backend) * [npm package](https://www.npmjs.com/package/@telereso/backstage-plugin-custom-entities-backend?activeTab=readme) ## [Live Demo](https://backstage-plugins-demo-q3zy3mrtmq-uc.a.run.app/custom-entities)
As wasm went stable, need support for `multiplatform-settings-coroutines` , Also [kotlinx.coroutines](https://github.com/Kotlin/kotlinx.coroutines/releases/tag/1.8.0) supported wasm which was the blocker i think Tired to support in https://github.com/russhwolf/multiplatform-settings/pull/187 , but i feel some configurations...
Can kilua output a node js library for example, that can be integrated seamlessly with react website ? so the library will be like basic components Understand the complexity ,...
**Describe the bug** When enabling Gradle config cache in `gradle.properties` ``` org.gradle.configuration-cache=true ``` I'm getting the following error ``` e: file:////BuildKonfig.kt:5:24 'actual object BuildKonfig : Any' has no corresponding expected...
### 📜 Description I'm setting up my cloud deployment over GCP cloud run + Cloud Postgresql First deployment passed and i was able to get the front end Then I...
**Changes** * Add wasmJs target * Update kotlinx-atomicfu plugin * Update kotlinx-serialization-json * Update kotlinx-coroutines
### Closes https://github.com/cashapp/multiplatform-paging/issues/232 ### Changes * add wasmJs support * I had to change jvm toolchain to 17 for local development and publish, if pipeline can pass with 11 only...