LE

Results 21 issues of LE

The new syncing methods mean you're storing potentially sensitive user data on your own servers, as such it would be advisable to draft a Privacy Policy detailing how this data...

The present implementation tracks a historical price from an hour ago to determine whether your total worth or the value of each coin has increased or decreased. I would imagine...

It appears the Visual Studio 2019 has a bug where you can't search for custom project templates in the new project dialogue. That means that if you have a ton...

Public copies of the Google Sheets and Google Data Studio storage and visualisation flow are available below but these need to be packaged as templates for others to use. Google...

enhancement
help wanted
good first issue
data visualisation

When building in Visual Studio the solution is set to start `DynamoSandbox.exe`. Which will load whichever version is installed. https://github.com/teamtreedyn/Binoculars/blob/master/Binoculars.csproj#L17 However the debug method is hard coded to copy the...

bug
help wanted

In the first instance we need to test whether the extension can be installed and configured directly from the Dynamo Package manager. If that doesn't seem realistic then we need...

enhancement
help wanted
data collection

Once the Configuration/Settings Method https://github.com/teamtreedyn/Binoculars/issues/12 is implemented we need to ensure data is only collected as permitted. @radumg has suggested an elegant catch-all solution, to bail early and prevent data...

enhancement
data collection

We need to add Settings or Configuration methods in to the application. I'm leaning towards a `Settings` class that reads a `settings.json` file within the extension folder.

enhancement
data collection

At present we're calling standard windows dialog boxes but these are stylistically dissimilar to the UI used throughout Dynamo, Project Refinery, Revit, and Dynamo Player. Rather than using MessageBox we...

enhancement
data collection