Erik Rothoff Andersson

Results 86 comments of Erik Rothoff Andersson

Hi, sorry! We moved to [Knockoff](https://github.com/joinhandshake/knockoff) briefly after I made this issue, but I still think the steps should work by using `passenger start --port 3001`

@thiagopradi thanks for jumping in and responding here. I'm just curious how we can get Rails 5.2 support merged/worked on. The PR I made worked in production for us, but...

To get it to work you need a backing component class. ```js import Component from "@glimmer/component"; import podNames from "ember-component-css/pod-names"; export default class MyComponentName extends Component { get styleNamespace() {...

We settled for a similar thing! After switching to that it's a lot nicer than leaning on an implicitly created `div` ```hbs ``` or ```hbs Not this It adds flexibility...

FWIW, I solved it by piping `mysqldump` through `sed` in search of a comment, to manually drop the index before the data dump actually starts. Part of my setup-replica script...

Why? What to use instead?

@Turbo87 I'd like to add a +1 for this option. We want eslint errors to be treated as regular JS syntax errors, so they are fixed immediately instead of being...

We have since switched to https://github.com/digitalocean/go-workers2 which works great, but has some breaking changes.

We also ran into this problem in production. An internal API call was routed to the same domain, was getting weird like `CONNECT_CR_SRVR_HELLO:wrong version number` turns out iptables magic setup...

I found this repo and it works flawlessly https://github.com/iZettle/express-lowercase-paths