-
I am trying to mock composables and print the invocation args, but I am getting this.
## Code
``` kotlin
class MyClass {
@Composable
fun compose(text: String){
Text(text)
…
-
I am currently working on a connector to "sap/opu/odata/sap/API_PRODUCT_SRV".
A product has several relations to Description, BasicText ....
I can insert a new Product together with the filled relat…
-
**Bug Description:**
The `shortName` field is not being serialized in the `EML211` model function `serialize`. This field should be included in the `basicText` array to ensure it is properly serializ…
-
Example from the demo:
```javascript
const basicText = `Let's make some
multiline
and multistyle text for
Pixi.js!`;
…
-
First of all thanks for such a cool library and extensive documentation.
One thing I noticed is that the library uses BoxWithConstraints(Subcomposition) to obtain constraints during composition and…
-
Hallo,
we were trying to use `inlineContent` by passing in the String which should be replaced with the Composable, however it didn't work.
```kt
inlineContent = mapOf("abc" to Inlin…
-
If you modify `BackstackTransitionsTest.assertTransition` to build its backstacks out of `Map`, like so, you crash with `NoSuchElementException` when popping. We're popping to a list that no longer in…
rjrjr updated
2 years ago
-
I am using `maybe` in React Native, in the props of a custom text component. The custom component should set the underlying `Text` component prop `numberOfLines` to `1` by default, or `null` if the us…
-
A Java method to automatically position the cursor would be great (issue n°6 reported in #32)
-
当我再次创建text组件时,发现修改第一个text后会出错。
阅读源码时,发现
```C++
basicText* createText(int row, int column, string text)
{
basicText returnThing(text);
thingMapper thisThing = thingMapper(make_pair(allText.s…