jk89
jk89
Hi there, Great library, I'm a big fan. I've got to the stage where I'de like to implement a few UDF which equate to restful API requests. Now ideally I'de...
v1.2.3 the button callbacks dont work (wrong button mappings, and not reliably firing) properly the joy sticks do (i see the value changing in a sane way). v1.2.4 the joy...
``` async def test_update(): prepared = await self.scylla.prepare(updateCql) return await self.scylla.execute(prepared, templates) ``` My updateCql looks like this: ``` UPDATE TestEntity SET name = ?, name_metadata = ? WHERE partition_key...
Doing an npm install dualshock does not work on ubuntu arm7 because of a conflict for the int64_t defined within it... ../sbc/sbc.h:37:17: error: conflicting declaration ‘typedef int64_t ssize_t’ /usr/include/arm-linux-gnueabihf/sys/types.h:108:19: note:...
Steps tried: 1. `cd to/webowl/dir` 2. `docker build . -t webvowl:v1` 3. `docker-compose up -d` 4. Visit `http://localhost:8080/` What I expected to happend: Some usable web interface. What actually occured:...
### Prerequisites - [X] I have read the [Contributing Guidelines](https://github.com/ionic-team/ionic-framework/blob/main/docs/CONTRIBUTING.md#creating-an-issue). - [X] I agree to follow the [Code of Conduct](https://ionicframework.com/code-of-conduct). - [X] I have searched for [existing issues](https://github.com/ionic-team/ionic-framework/issues) that already...