mhama

Results 10 issues of mhama

Hi, I tried to run elixir scripts with AtomVM, but failed. After cmake and make, I tried to run Linux version of AtomVM. Running erlang/hello_world.avm was successful, but running elixir/HelloWorld.avm...

It would be better to have some samples to use the speaker, as Maix Go have a good-looking speaker hardware.

fixed some warnings - MKNetworkOperation.m Unknown pragma ignored - NSData+MKBase64.m Array subscript is of type 'char'

**Is your feature request related to a problem? Please describe.** I couldn't find out how to deploy to S3. Below image is the current instruction of deployment to S3 on...

enhancement

Hi, I'm a bit confused when I import Wave XR SDK 4.x/5.x, because it looks like `VIU_WAVEVR` is not defined automatically. My understanding is that to use WaveVR module, `VIU_WAVEVR`...

**Describe the bug** glTFast raises IndexOutOfRangeException when loading GLB file with WebP textures using LoadGltfBinary method. I know that WebP format is not supported but raising IndexOutOfRangeException is not nice...

bug

個人的興味でこちらのPLATEAU Streamingの3D TilesをUnityネイティブ (Cesium非利用)で読み込むコードを作ってみたりしているのですが、従来のデータではテクスチャが読み込めていましたが、現在のデータでは読み込めませんでした。(テクスチャなしデータは読み込めます) 解析した感じですと、GLTFのテクスチャが従来JPEGであったものがWebPになっているようです。 残念なことですが、UnityのGLTFライブラリでWebP形式テクスチャに対応したものはほぼ存在しないようです。ただ、Cesium for Unityではそれができていると思われます。 これを考えたとき、PLATEAU Streamingのデータを読み込める環境がいくぶん制約されていることにもなるのではないかと思います。 3D Tiles内のGLTFのテクスチャ形式として、JPEGで提供いただくことは難しいでしょうか? WebP版に加えて、JPEG版もあわせて提供などして頂けると助かるように思っています。

It seems that the GraphView's layout setting is ignored if the nodes are created with Graph::add_node(), because Graph::add_node() always set non-null location_user for the node. https://github.com/blitzarx1/egui_graphs/blob/main/src/graph.rs#L119 As there seems to...

With current csbindgen, type `MaybeUninit` will be converted to `MaybeUninit` on the binding code. This behaviour makes the output code unusable because the information about the internal type is missing....

I'm using a custom rotation function at loguru initialization. (I just wanted to impose both time and size restriction) In the custom rotation function, the implementation uses the creation time...