LE

Results 20 comments of LE
trafficstars

I'm getting the same issue for runs that I've manually entered on Endomondo

> Any idea of what we can do to work around this? Or even better how to solve it? The quick workaround is to create a separate "release" branch, even...

Instead of writing the passwords directly in the `docker-compose.yml` you can use a `.env` file: https://docs.docker.com/compose/environment-variables/#the-env-file It will still be loaded as an environment variable in the container but this...

I'm also seeing this issue after installing via homebrew on Project Bluefin OS

Continuing an earlier conversation: https://github.com/teamtreedyn/Binoculars/blob/e0cf00e74b95c37f2ac07381bae780b42e9a1c58/BinocularsViewExtension.cs#L48 > @radumg: or don't :) the current box does the trick nicely and has no overhead - unless the interaction needs to be more complex,...

Thanks for this Brendan, it looks much simpler than I anticipated. Comparison (for future reference): https://github.com/teamtreedyn/Binoculars/compare/master...brencass:About-WIndow

Now that the settings methods are merged into master https://github.com/teamtreedyn/Binoculars/pull/32 and we have an alpha release that doesn't require building in Visual Studio we can be confident that Binoculars can...

This enhancement also ensures that any Dynamo use while offline is recorded locally and pushed to the server when you next use Dynamo while online. Although, Geolocation won't be performed...

Update: since https://github.com/teamtreedyn/Binoculars/commit/ac088bd3fe5c027b6c0cc8e35185bcba1296953e#diff-fec7353f03ce00d43d7df2154ba6bfc4R183 it's now hard coded to Dynamo `v2.1`.

I theorised this as `json` file but that could just be due to my background in javascript. Dynamo is also moving towards `json` so it is fitting but what would...