Code Monkey home page Code Monkey logo

direct's Introduction

layout permalink
default
/

Material Motion

Welcome to the Material Motion documentation site. Please check out the Starmap for our engineering specification and our Team documentation to learn more about our culture.

Current status: early development.

Chat Chat with us on Discord.

Android platform support

Library Build status Coverage Version Docs Issues
conventions-android Build Status codecov Release Docs Open issues
gestures-android Build Status codecov Release Docs Open issues
indefinite-observable-android Build Status codecov Release Docs Open issues
material-motion-android Build Status codecov Release Docs Open issues
material-motion-rebound-android Build Status codecov Release Docs Open issues
physics-android Build Status codecov Release Docs Open issues

Apple platform support

Library Build status Coverage Version Platforms Docs Issues
conventions-objc Build Status codecov CocoaPods Compatible Platform Docs Open issues
indefinite-observable-swift Build Status codecov CocoaPods Compatible Platform Docs Open issues
material-motion-pop-swift Build Status codecov CocoaPods Compatible Platform Docs Open issues
material-motion-swift Build Status codecov CocoaPods Compatible Platform Docs Open issues

Web platform support

Library Build status Coverage Version Issues
indefinite-observable-js Build Status codecov Release Open issues
material-motion-js Build Status codecov Release Open issues

Misc libraries

Library Build status Coverage Version Issues
apidiff Build Status codecov Release Open issues
loopy Build Status codecov Release Open issues
material-motion Build Status codecov Release Open issues
milemarker Build Status codecov Release Open issues
starmap Build Status codecov Release Open issues
sublime Build Status codecov Release Open issues
tools Build Status codecov Release Open issues
tsc-reduction Build Status codecov Release Open issues

direct's People

Contributors

appsforartists avatar jonathanzong avatar jverkoey avatar rodydavis avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

direct's Issues

Remove client-side logging

There are various console.log statements scattered throughout the code. We would like to remove this.

Can't Start

[email protected] prestart
gcloud components update --version 359.0.0 && npm run build

Beginning update. This process may take several minutes.

All components are up to date.

[email protected] build
npm run ts

[email protected] ts
tsc

[email protected] start
npm run server

[email protected] server
dev_appserver.py .

[4620:1009/001626.303:ERROR:cache_util_win.cc(20)] Unable to move the cache: Access is denied. (0x5)
[4620:1009/001626.304:ERROR:disk_cache.cc(205)] Unable to create cache
PS C:\Users\Administrator\Downloads\direct-master\direct-master>

403 Error with Drive Links

When linking to a video on Drive, I am seeing a 403 error appear in the log, and the video does not appear.

Uploaded Videos are not visible

I uploaded a video to Direct from Google Drive. But the video is not visible, it's completely blank. The duration of the video and the Duration that's set in Direct is the same. And, the same problem exists under the Material Design Guidelines. I am not able to inspect any videos embedded through Direct, they're also blank. Is there any recommended solution to this @rodydavis?
Screenshot 2022-02-21 at 12 24 56 PM
.

Video display not working.

Hi there,

When I go to import a video into direct I cannot see it. I can tell that it has been imported because the media player is visibe but the video is not.

Any idea how this can be fixed? I've tried importing .mov .mp4 and .gif files but nothing seems to fix the display issue.

Thanks,
Joe

There are some errors raised when I run it following the readme.

Traceback (most recent call last):
File "/Users/admin/Documents/google-cloud-sdk/platform/google_appengine/lib/cherrypy/cherrypy/wsgiserver/wsgiserver2.py", line 1302, in communicate
req.respond()
File "/Users/admin/Documents/google-cloud-sdk/platform/google_appengine/lib/cherrypy/cherrypy/wsgiserver/wsgiserver2.py", line 831, in respond
self.server.gateway(self).respond()
File "/Users/admin/Documents/google-cloud-sdk/platform/google_appengine/lib/cherrypy/cherrypy/wsgiserver/wsgiserver2.py", line 2115, in respond
response = self.req.server.wsgi_app(self.env, self.start_response)
File "/Users/admin/Documents/google-cloud-sdk/platform/google_appengine/google/appengine/tools/devappserver2/wsgi_server.py", line 292, in call
return app(environ, start_response)
File "/Users/admin/Documents/google-cloud-sdk/platform/google_appengine/google/appengine/tools/devappserver2/request_rewriter.py", line 314, in _rewriter_middleware
response_body = iter(application(environ, wrapped_start_response))
File "/Users/admin/Documents/google-cloud-sdk/platform/google_appengine/google/appengine/tools/devappserver2/python/runtime/request_handler.py", line 165, in call
self._flush_logs(response.get('logs', []))
File "/Users/admin/Documents/google-cloud-sdk/platform/google_appengine/google/appengine/tools/devappserver2/python/runtime/request_handler.py", line 308, in _flush_logs
apiproxy_stub_map.MakeSyncCall('logservice', 'Flush', request, response)
File "/Users/admin/Documents/google-cloud-sdk/platform/google_appengine/google/appengine/api/apiproxy_stub_map.py", line 97, in MakeSyncCall
return stubmap.MakeSyncCall(service, call, request, response)
File "/Users/admin/Documents/google-cloud-sdk/platform/google_appengine/google/appengine/api/apiproxy_stub_map.py", line 331, in MakeSyncCall
rpc.CheckSuccess()
File "/Users/admin/Documents/google-cloud-sdk/platform/google_appengine/google/appengine/api/apiproxy_rpc.py", line 136, in CheckSuccess
self._traceback)
File "/Users/admin/Documents/google-cloud-sdk/platform/google_appengine/google/appengine/api/apiproxy_rpc.py", line 161, in _WaitImpl
self.request, self.response)
File "/Users/admin/Documents/google-cloud-sdk/platform/google_appengine/google/appengine/ext/remote_api/remote_api_stub.py", line 223, in MakeSyncCall
self._MakeRealSyncCall(service, call, request, response)
File "/Users/admin/Documents/google-cloud-sdk/platform/google_appengine/google/appengine/ext/remote_api/remote_api_stub.py", line 248, in _MakeRealSyncCall
encoded_response = self._server.Send(self._path, encoded_request)
File "/Users/admin/Documents/google-cloud-sdk/platform/google_appengine/google/appengine/tools/appengine_rpc.py", line 469, in Send
f = self.opener.open(req)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 437, in open
response = meth(req, response)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 550, in http_response
'http', request, response, code, msg, hdrs)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 475, in error
return self._call_chain(*args)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 409, in _call_chain
result = func(*args)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 558, in http_error_default
raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
HTTPError: HTTP Error 503: Service Unavailable

API keys for Google Drive

I was wondering about this hard coded API key:

var developerKey = 'AIzaSyAwMg3spfEqfQyCUR1OXfyCAse3GzxpxJM';

What is it for? How do I create one of my own and which permissions / scope should it have?

how can i use it?

Is there any tool introduction? How does it work. Is the data in the AE software exported to a web page? Can principle or protopie be supported?

Store direct specs in the URL

This could potentially remove the need to rely on a database to store direct specs and would remove the need to implement an ACL model (the ACL is simply the ownership of the URL). Direct specs could be aggregated and shared in other mediums instead (spreadsheets, issue trackers, etc...).

Feature Request: more Easing options

Hey @jonathanzong πŸ‘‹
Is it possible to add more Easing options like: Cubic Bezier, Elastic, Bounce & ...?

Also In Custom Curve option I'm only able to change Incoming/Outgoing Velocity which doesn't affect some values in cubic-bezier formula. I want to be able to enter all 4 Bezier Curve values like: 0.46, 0.25, 0.75, 0.3

Thanks

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.