Jacob Ferrero

Results 20 issues of Jacob Ferrero

```kotlin val aaChartModel = AAChartModel() .chartType(AAChartType.Column) .polar(true) .legendEnabled(false) .xAxisLabelsEnabled(false) .yAxisLabelsEnabled(false) .xAxisVisible(false) .yAxisVisible(false) .tooltipEnabled(false) .series(arrayOf( AASeriesElement().data(arrayOf(4)), AASeriesElement().data(arrayOf(4)), AASeriesElement().data(arrayOf(4)), AASeriesElement().data(arrayOf(4)) )) ``` is giving me this: ![Hình chụp từ 2021-06-11 17-49-24](https://user-images.githubusercontent.com/540620/121755861-e5fbce00-cadd-11eb-9c94-4721bbd04665.png) It...

Was it renamed to objectTypeComposer? https://github.com/graphql-compose/graphql-compose/commit/ea23d8719edb278c00ea88b57364b6d7e6d90d78#diff-76e3058e046eb9a31144aac58f761654

**Describe the bug** When exporting a mesh with an armature, two things happen: 1) A new mesh is created, breaking the instance-ness of the meshes 1) The new mesh and...

This `gsync drive://NetDisk /media/usb0` Results in this ``` DEBUG: 'Exception': File "/usr/local/lib/python2.7/dist-packages/libgsync/drive/__init__.py", line 382, in walk names = self.listdir(top) File "/usr/local/lib/python2.7/dist-packages/libgsync/drive/__init__.py", line 599, in listdir ents = self._query(parentId = str(ent.id))...

question

I am trying to use BabylonJS in a Kotlin/JS project. ### 🕗 Version dukat version 0.5.8-rc.4-dev.20221020 ### 💻 Code or Package Name ```kotlin implementation(npm("@babylonjs/core", "6.15.0")) ``` ### 🙁 Actual behavior...

I get this error when returning to my app after the phone has been off or the app has been in the background. It's definitely something to do with reinitialization....

Manually adding this in Application.onCreate() fixes the problem: ```kotlin import com.huawei.hms.maps.MapsInitializer if (HuaweiApiAvailability.getInstance().isHuaweiMobileServicesAvailable(this) == ConnectionResult.SUCCESS) { MapsInitializer.initialize(this) } ``` Side note: Is Huawei still maintaining this library?

See video: https://user-images.githubusercontent.com/540620/177826977-7a21285b-f9ec-4405-b22d-334da94e90f4.mp4 When tapping on a GMS map the pin is moving perfectly to the position I'm tapping. Maybe MapKit dependency needs to be updated?

I was setting my `mapType` to `Map.MAP_TYPE_HYBRID` which was causing my map not to render on HMS devices. It'd be cool if it would gracefully fallback to supported types in...

https://developer.huawei.com/consumer/en/doc/development/HMSCore-Guides/android-sdk-version-change-history-0000001050156688 According to the release notes this is now supported.