Chris Ward

Results 49 issues of Chris Ward

Hi, I cloned the repo and fired up a webserver in the example/public and discovered that the glb that lives inside this folder is not referenced anywhere in the code...

Hi - can we have a model.gltf in the repo please? Going through a LOT of pain getting this repo working, or verified to be working. A litmus test would...

Hi! Say I have the following Structs; ``` type Address struct { gorm.Model AddressLine1 string `json:"addressLine1"` AddressLine2 string `json:"addressLine2"` City string `json:"city"` PostZipCode string `json:"postZipCode"` Country string `json:"country"` } type...

type:question

Hi, I've set up python 3.9, ran get-pip, upgraded pip, set up my venv and I get this on install; ``` ERROR: Could not find a version that satisfies the...

Ran the command; ``` python tortoise/do_tts.py --text "The vote has involved a series of individual workplace-based ballots across the UK and if nurses do not back action at a local...

Just keen to see these, and I'm now looking how to make this happen - I'm fairly new to this part of Go. Would anyone like to collaborate? Ideally I'd...

bindings

I wasn't able to run cmake on my system (ubuntu 20.04), but just wondering how I get the built binaries out, installed on the system... ``` make install ``` didn't...