Leslie Viljoen

Results 5 comments of Leslie Viljoen

OK, I will report back when I've done that.

Update: I've just tried the above commands again and this time the server ran without error. This is with elm-spa 6.0.4, I don't know what previous version I was using.

@jonfive I did the same as you and it works using a webcam and "neuralnet tracker" as input and "freetrack 2.0 enhanced" as output. Steps I followed: 1. Install WineTricks...

I've read some more and Sphinx docs refer to `user_weight` as the "user field weight". Perhaps it's referring to the field weights that are configured using `set_property` here: https://freelancing-gods.com/thinking-sphinx/v5/searching.html#fieldweights But...

There's a simpler work-around: ``` xero_tracking_category = xero_client.TrackingCategory.first option = xero_tracking_category.add_option(name: tracking_category_option) Xeroizer::Record::OptionModel.set_api_controller_name "TrackingCategories/#{xero_tracking_category.id}/Options" option.save ```