Binoculars
Binoculars copied to clipboard
{literally watching your every move*} *not really, just when your graph runs. 🔍
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 10.0.2 to 13.0.2. Release notes Sourced from Newtonsoft.Json's releases. 13.0.2 New feature - Add support for DateOnly and TimeOnly New feature - Add UnixDateTimeConverter.AllowPreEpoch property New feature...
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...
I have deployed this extension via a centralized location on my network. The log is collecting information mostly well but some people are reporting the wrong script file name and...
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...
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...
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...
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.
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...
@2adicted has noticed that the player is not triggering our tool. he went on to investigate a bit and it seems that the Player can be incorporated into a Dynamo...
I revised Data to be a static class but following internal discussion with @2adicted it should probably be non-static and more object oriented. It's constructor can then perform the logic...