Results 42 comments of Diego Nieto Cid

That's a pity, it seems I cannot implement my use case easily then. The problem is that the type name is the same for all indices. Thus, assuming it's possible...

Ok, thanks! Sounds great. I'm currently running multiple instances of transporter to implement the use case. So it's not a big issue; at leas it has been working quite good...

> Evaluate the need for _loading in Auth~Service~Client I just did a quick search on the [auth_client.dart](https://github.com/nhost/nhost-dart/blob/main/packages/nhost_sdk/lib/src/auth_client.dart) file and the `_loading` flag is never set to true. Thus, the authentication...

Or maybe accept an `Stream` where we can publish updates as new `IcyMetadata` values are obtained.?

BTW I first found this issue in a custom product based DataDocument where pseudoId is a Sortable field. I checked that the keyword subfield is actually generated and the ordering...

> I found another solution. > > 1. Change minSdkVersion to 21 is same. > 2. Change `org.jetbrains.kotlin.android` plugin's version to 1.8.22 in android/setting.gradle. These two are the minimum changes...

Same here. Focusing the trigger icon with TAB, pressing ENTER, then browsing the options with UP/DOWN and finally picking one with ENTER doesn't change the selected value. Here's a screen...

AbdelMounhim, the type attribute makes no sense in the context of [i](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/i) HTML elements. What I temporarily did is: ``` javascript $(".note-editor") .find("button") .attr("type", "button"); ```

I come here to report this issue for icon `ExportOutlined` :confused: and ping for the status obviously ![image](https://github.com/user-attachments/assets/6f5ca683-c967-47eb-8d5c-f4a9d6f6a641)

There's one more bit of code that's missing from the custom upload button example and it is activating the jQuery file upload plugin. In addition to what @isbjorn suggest, I...