Jason Stallings

Results 82 comments of Jason Stallings

failed for me too. :( ``` 12/7/14 7:41:48.039 AM com.apple.xpc.launchd[1]: (com.apple.xpc.launchd.domain.system) Caller specified a plist with bad ownership/permissions: launchctl.27635 plist: REDACTED/com.github.dotjs.plist 12/7/14 7:42:06.386 AM com.apple.xpc.launchd[1]: (com.github.dotjs) This service is defined...

Idk what I did, but it's working now. ![](https://cloudup.com/ia0CJ0awONw+) I'm happy.

I'm honestly not sure. I haven't touched dotjs since I posted here 4 months ago. I was demonstrating how it wasn't working today, and it worked. I'll see what I...

Facing this issue with Electron and the asar package format, used the [patch-package](https://www.npmjs.com/package/patch-package) package to disable lazy-loading, and everything is now working.

@robsonvn you're a collaborator now so feel free to approve and merge this!

I'm struggling with this now, just trying to run rspec. I tracked it down to this: ``` ActiveRecord::Migration.maintain_test_schema! ``` When this runs we get the `PG::ObjectInUse: ERROR: cannot drop the...

Figured it out right after I posted! We were missing the default migration group in the shards.yml : ``` octopus: replicated: true fully_replicated: false default_migration_group: master environments: ``` Found here:...

Not fixed, the environments options was messed up with made it seem like it was working. Still trying to figure it out.