[polymer-dev] Re: Custom Polymer designer: Please help!

2015-02-27 Thread Martin Amm
It would be nice if the designer gets a plugin architecture where you add 
your own storage providers. I had suggested that already in the past at 
https://github.com/Polymer/designer/issues/78 

Even the current, Gist based storage already allows to load previously 
saved code. There is no UI to select a gist, but when you append a Gist Id 
to the designer url then the saved code will already be loaded.


On Thursday, February 26, 2015 at 8:37:04 AM UTC-5, bouale...@gmail.com 
wrote:

 Thanks Martin for your feedback.

 So far, the approach we have taken is to minimize the changes to the 
 designer so that we are able to apply them when new versions are released.

 While we did create new custom components for our users to consume, for 
 Polymer designer we've only modified 3 existing files. All modification are 
 tagged for easy extraction and application to new Polymer designer release.

 Martin, 

 In your implementation, are you able to load an existing design that was 
 previously saved and continue editing it in the designer?





 On Thursday, 26 February 2015 08:24:38 UTC-5, Martin Amm wrote:

 It it possible - we've build our own designer version communicating with 
 our backend by replacing the design-preview and designer-element components 
 with our own implementations.



Follow Polymer on Google+: plus.google.com/107187849809354688692
--- 
You received this message because you are subscribed to the Google Groups 
Polymer group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to polymer-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/polymer-dev/9b0a96f6-85a2-49db-b34f-54016a57c278%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [polymer-dev] Re: Custom Polymer designer: Please help!

2015-02-27 Thread 'Justin Fagnani' via Polymer
Hi,

I'm working on designing a new version of Designer, rebuilt from the ground
up to be more modular (yes - storage plugins :) ), support arbitrary
components, template editing, Polymer 0.8-1.0, and more. We're very open to
code and design contributions, I just have to get things in a state where I
can publish some design docs.

As for changes to the existing version, I support that, but honestly would
rather see effort go towards the new Designer. I'm working fast to get it
out there.

Cheers,
  Justin


On Fri, Feb 27, 2015 at 6:38 AM, Boualem boualemsek...@gmail.com wrote:

 I like your suggestions in your post. (issue 78)

 In fact, we were thinking along the same lines. In our current
 implementation, Polymer designer may save/load design files from a
 web-server or from the local file system. The latter is when designer is
 bundled in a nw.js.

 We were thinking about submitting some of our enhancements to the Polymer
 Designer project.

 I'm not sure how open are the guys in charge, to these type of
 enhancements.





 On Friday, 27 February 2015 08:47:10 UTC-5, Martin Amm wrote:

 It would be nice if the designer gets a plugin architecture where you add
 your own storage providers. I had suggested that already in the past at
 https://github.com/Polymer/designer/issues/78

 Even the current, Gist based storage already allows to load previously
 saved code. There is no UI to select a gist, but when you append a Gist Id
 to the designer url then the saved code will already be loaded.


 On Thursday, February 26, 2015 at 8:37:04 AM UTC-5, bouale...@gmail.com
 wrote:

 Thanks Martin for your feedback.

 So far, the approach we have taken is to minimize the changes to the
 designer so that we are able to apply them when new versions are released.

 While we did create new custom components for our users to consume, for
 Polymer designer we've only modified 3 existing files. All modification are
 tagged for easy extraction and application to new Polymer designer release.

 Martin,

 In your implementation, are you able to load an existing design that was
 previously saved and continue editing it in the designer?





 On Thursday, 26 February 2015 08:24:38 UTC-5, Martin Amm wrote:

 It it possible - we've build our own designer version communicating
 with our backend by replacing the design-preview and designer-element
 components with our own implementations.

  Follow Polymer on Google+: plus.google.com/107187849809354688692
 ---
 You received this message because you are subscribed to the Google Groups
 Polymer group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to polymer-dev+unsubscr...@googlegroups.com.
 To view this discussion on the web visit
 https://groups.google.com/d/msgid/polymer-dev/4fcb820f-8446-408e-88f3-8daa6e49aa8f%40googlegroups.com
 https://groups.google.com/d/msgid/polymer-dev/4fcb820f-8446-408e-88f3-8daa6e49aa8f%40googlegroups.com?utm_medium=emailutm_source=footer
 .

 For more options, visit https://groups.google.com/d/optout.


Follow Polymer on Google+: plus.google.com/107187849809354688692
--- 
You received this message because you are subscribed to the Google Groups 
Polymer group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to polymer-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/polymer-dev/CAEKsHmB6MZBG3e-1EiEWApUBDj95hrUz0rW7au2KSmHem9R0aA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [polymer-dev] Using polymer for WebRTC

2015-02-27 Thread antonvoltchok1
Have you had any luck with video calls by any chance?

On Sunday, January 26, 2014 at 4:17:17 PM UTC-5, Hugo Machefer wrote:

 Hi there. I have started to package one example here to place phone calls 
 (based on SIP) : https://github.com/hmachefe/phono-webcomponent 
 https://www.google.com/url?q=https%3A%2F%2Fgithub.com%2Fhmachefe%2Fphono-webcomponentsa=Dsntz=1usg=AFQjCNGjnsfiOqr4DBfPR_wqvAvX9YTm7g

 Le mardi 21 janvier 2014 18:26:29 UTC+1, Zeno Rocha a écrit :

 Good ideia Benjamin. 

 Remember to add the web-components keyword in your bower.json file.
 That way people can find this element on Bower or CustomElements.io.


 On Tue, Jan 21, 2014 at 12:21 AM, balu...@gmail.com wrote:

 Hey everyone, just thought I'd give a heads up that I'm working on 
 moving WebRTC over to Polymer.

 Currently this is what' I've accomplished so far using rtc.io:
 http://bevry.github.io/interconnect/

 And here is some prototypes of what a polymer implementation could be 
 like:

 https://github.com/bevry/interconnect/wiki/Polymer

 Let me know your thoughts and suggestions :-)
  
 Follow Polymer on Google+: plus.google.com/107187849809354688692
 --- 
 You received this message because you are subscribed to the Google 
 Groups Polymer group.
 To unsubscribe from this group and stop receiving emails from it, send 
 an email to polymer-dev...@googlegroups.com.
 To view this discussion on the web visit 
 https://groups.google.com/d/msgid/polymer-dev/68e3f471-28d4-4c41-80e9-abccb70525b6%40googlegroups.com
 .
 For more options, visit https://groups.google.com/groups/opt_out.




Follow Polymer on Google+: plus.google.com/107187849809354688692
--- 
You received this message because you are subscribed to the Google Groups 
Polymer group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to polymer-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/polymer-dev/596aaa9e-22b5-40a2-9a0f-5edd537b9f61%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.