kolodi
kolodi
First of all, let me thank you for this beautiful unity http handler. I've been creating simple http wrappers in my almost every unity project and recently I did the...
Can I deploy it to WebGL and upload large files (1GB+) reliably
### Before opening, please confirm: - [X] I have [searched for duplicate or closed issues](https://github.com/aws-amplify/amplify-js/issues?q=is%3Aissue+) and [discussions](https://github.com/aws-amplify/amplify-js/discussions). - [X] I have read the guide for [submitting bug reports](https://github.com/aws-amplify/amplify-js/blob/main/CONTRIBUTING.md#bug-reports). - [X]...
### Before opening, please confirm: - [X] I have [searched for duplicate or closed issues](https://github.com/aws-amplify/amplify-js/issues?q=is%3Aissue+) and [discussions](https://github.com/aws-amplify/amplify-js/discussions). - [X] I have read the guide for [submitting bug reports](https://github.com/aws-amplify/amplify-js/blob/main/CONTRIBUTING.md#bug-reports). - [x]...
I've been developing this [Unity friendly Restful API client generator](https://github.com/kolodi/UnityOpenApi) for some time now, basing on OpenAPI standards and trying to leverage the full potential of unity, things like Scriptable...
### Is this related to a new or existing framework? _No response_ ### Is this related to a new or existing API? DataStore ### Is this related to another service?...
There is UnityWebRequest working on every platform. I wonder if we can create some high-level wrapper for it like I started to do in my [Unity-friendly restful API client generator](https://github.com/kolodi/UnityOpenApi)
### Before opening, please confirm: - [X] I have [searched for duplicate or closed issues](https://github.com/aws-amplify/amplify-adminui/issues?q=is%3Aissue+). - [X] I have read the guide for [submitting bug reports](https://github.com/aws-amplify/amplify-adminui/blob/main/CONTRIBUTING.md#bug-reports). - [X] I have...
Create authorizations assets, at least for some basic authorization types. Make authorization handlers. Automatic authorizations using handlers. For example, instead of providing header parameter "Authorization" for each operation, inject it...
### Describe the bug https://github.com/yomotsu/camera-controls/blob/582c9be6b76e0f1850cc55eefa9e925ea5dae0ff/src/CameraControls.ts#L3301 There can be meshes that have no geometry (yet). fitToSphere method assumes they always have one leading to an error. ### To Reproduce Steps to...