Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Search - "ember.js"
-
This really pisses me off. As a front end developer (ember.js, HTML and Css) colleagues and boss and pm are always making jokes how I just need to change a button or a color and whenever there is a bug in the UI there's always big fun and jokes around it. But when there's a bug in the API, they never joke around, it's just : oh yeah we're getting the wrong data or an exception. But they always like to undervalue UI work even when it involves complex layouts, multi browser compatibility, responsive design, mobile browsers etc.. While they just code their API to connect to a database and everything works they don't really need to worry about what the user is using as a browser. They just get requests and send replies. I don't really think people value the work in front end as much as backend and that pisses me off as I believe there's a lot more going on in the front end.. I know they mean well and they are all cool people but sometimes it pisses me off as they don't value my work..13
-
What should I go for? AngularJS, ReactJS, EmberJS or VueJS? I'm confused. Help!?question angular 2 angular ember.js angular4 js angular2 javascript emberjs javascript fatigue ember angularjs38
-
Wait... what happened? Did Vue make itself all shitty when I wasn't paying attention?
Anyone loving version 3?
I like the Angular 1.5ness of Vue 2. If it's going to try and be more* - then we already have Ember.js15 -
A wild Aurelia.js appeared.
A wild Ember.js appeared.
A wild mithril.js appeared.
etc, you get the point6 -
!rant
Using Ember.js for the first time--i'm liking the RoR like flow so far, but i honestly feel like im going backwards here. But it'll work (i believe) for what I'm doing without me having to worry about typescript or React's restrictive nature. Ehh, it's a learning experience, nonetheless -
Hi fellas, I am having problems to play widevine content in electron. I am trying to convert ember-app to electron app. Except widevine content everything works great, Version info are:
Shaka 2.02
Electron 1.4.13(Chromium 53)
Electron Packager 8.4.0
Widevine v1.4.8.903
I used http://electron.atom.io/docs/... docs. In order to check my player i load shaka-demo app.
I included widevine like this
``` app.commandLine.appendSwitch('widevine-cdm-path', path.join(__dirname, ./widevine/1.4.8.903/_platform_specific/linux_x64/libwidevinecdmadapter.so)); app.commandLine.appendSwitch('widevine-cdm-version', '1.4.8.903');
```
Also added plugins: true. When i load mainWindow.loadURL('https://shaka-player-demo.appspot.com/...'); to play widevine content it's disabled. I have tried navigator.plugins still can not play widevine content2