Justin McCandless
Justin McCandless
This project should have a reasonable distinction between itself and [MDT](https://github.com/Autodesk/molecular-design-toolkit). Right now it seems to be arbitrary. Maybe the right way to divide them is that this would handle...
The 2d visualization can become twisted into configurations that look correct at first glance, but are actually reversed. In these screenshots, the right right half of bipyridine is actually upside...
I imagine this might not work in IE/Edge without some polyfilling? This should be confirmed though. It shouldn't be hard to support Edge or maybe even late IE if it...
D3 is really working against the idea of data binding that is core to this project. The only useful thing that D3 brings us is its force layout, which can...
Instead of hardcoding the UI parts of the workflow, the frontend should receive some data that describes the UI to be displayed. Individual steps will be hardcoded in and referenced...
From Frontend UX Punchlist: https://github.com/Autodesk/molecular-design-applications/issues/76 This would required a websocket or polling to check the status of the run.
Right now we're sketchily calculating views ourselves, but @dionjwa pointed out we can fetch that info from Google Analytics if we set it up: https://developers.google.com/analytics/devguides/reporting/core/v2/ Referring to this "Views" counter:
### Describe the problem Go to any docs page on [https://api.flutter.dev/](https://api.flutter.dev/). Press slash on the keyboard. The search field will be focused. This no longer works on https://main-api.flutter.dev/. ### Expected...
Flutter now partially supports predictive back on Android, meaning that a back gesture is able to "peek" behind the current route or the app itself to see where the back...
A new package that provides the ability to automatically add working links into text. This was originally part of the framework (https://github.com/flutter/flutter/pull/125927), but is being moved to a package. The...