Jeff Wallace
Jeff Wallace
Try https://github.com/zdennis/activerecord-import
@zharikovpro would mind taking a look at this PR? You originally introduced `sequential_updates` in #246 to avoid problems with unique constraints.
`ruby-prof` results from loading a 131.3 kB fit file: ``` $ ruby ./test.rb long.fit Thread ID: 69866322754900 Total: 4.566904 %self total self wait child calls name 4.80 0.96 0.22 0.00...
Or maybe nest them / collapse under the root table?
We use the GitHub API a lot in our application and have to deal with their rate limiting errors. We wrote a small wrapper around the [octokit.rb library](https://github.com/octokit/octokit.rb) that wraps...
We ran into this same problem and went with limiting the number of entries stored per cache key. Take a look at #121 and let me know what you think!
I created an agent hook for `environment` that sets `BUILDKITE_BRANCH_SLUG`: ```bash #!/bin/bash set -euo pipefail echo '--- :house_with_garden: Setting BUILDKITE_BRANCH_SLUG' export BUILDKITE_BRANCH_SLUG=$(echo $BUILDKITE_BRANCH | sed 's|/|--|g') ``` I then use...
@arturopie you can add `BUILDKIT_PROGRESS: plain` to `env`
I was also having the same issue and downgrading `grunt-contrib-watch` to `0.4.4` fixed it. I also removed `grunt-notify` completely, used the latest `grunt-contrib-watch` (master) and still had issues: ``` Running...