Alex Chaplinsky

Results 49 comments of Alex Chaplinsky

@ojss Try using latest version of `polymer-rails`. It should now support sprockets v3.x

Yeah, `@apply` which is known as **experimental extension** isn't likely to be supported by sass.

@Vortex because rails minifies your css for production and for this purpose uses sass - `config.assets.css_compressor = :sass`

@npezza93 If sass maintainers would decide to support experimental syntax from polymer team..

`polymer-paper-rails` is not a valid gem anymore. Use `polymer-elements-rails`

If you want to user Polymer 1.0, you should use `polymer-rails v1.0.3`. And in order to user paper-elements which are ment to be used with 1.0 specify `v1.0.0.pre.rc.3` version for...

Hey @jakubno, I've been playing with making calls to agent-protocol in TypeScript and hacked together [a simple client](https://github.com/alchaplinsky/agent-protocol-client-js) for it. It is pretty basic and it has no error handling,...

@jzanecook Yeah, it's not generated, it's something that I put together while playing with SDK. I'll look closer into openapi.yml spec, definitely better to have based on certain standards. I'd...