Jan Werkhoven 岩

Results 11 comments of Jan Werkhoven 岩

Because the errors occur in the `vendor.css`, we have no way of resolving these errors and thus we keep seeing these error appear every single time we run `ember s`....

What about adding it as an opt-in flag? That would avoid breaking existing projects. ``` // ember-cli-build.js const app = new EmberApp(defaults, { autoprefixer: { vendor: false } }); ```

@jeffjewiss Do you have a working example how of serving Fastboot via a socket? I'm currently using Nginx on port 8001: ``` node fastboot-server.js ``` ```js // fastboot-server.js /*eslint-env node*/...

Thanks! I've much grown to appreciate how Rails' Puma app server organises sockets: ``` shared/tmp/sockets/puma.sock shared/tmp/sockets/puma.state shared/tmp/sockets/pumactl.sock ``` With `pumactl.sock` you can control the daemonised app server `puma.sock`: ``` pumactl...

@mhluska Thanks, I'd love to contribute. I think I first will have to learn more about Node, Express and Fastboot internals though... 😅 Was hoping someone with experience would point...

Because work tree directories do not have a `.git` directory I don't believe we can make `git-rev-sync` discover the git directory. Possible solutions: 1. Allow the git directory to be...

In your README.md you use the following example: ``` Javascript import Ember from 'ember'; import config from './config/environment'; import googlePageview from './mixins/google-pageview'; var Router = Ember.Router.extend(googlePageview, { location: config.locationType });...

Where ever you think is best. As long as we can configure it somewhere would be great. Make sure it can use the Rails or Ember environment variables. We deploy...

That would indeed help: - [ ] Per build in the FEB UI, show a label stating the Git branch name - [ ] Allow user to filter / show...