Adam Grant

Results 43 comments of Adam Grant

Also happening for me. I just attach this fix to specific classes, rather than every element. No selectivizr

Thanks for filing this, @BarnabasSzabolcs when I circle back to this I'll take a look to see if I can fix it, otherwise, please feel free to send a PR...

Totally didn't see this!

As my 2.5 year old comment has proven, I don't really maintain this much, so feel free to fork it and make it your own :)

I was able to view the error by changing the promise rejection from `reject(error);` to `reject(JSON.parse(response.body).error);` ~~~ function makePost (endpoint, params) { console.log('Creating post for upload'); return new Promise((resolve, reject)...

I'm having the same issue with Rails 7. ``` $ bundle exec rake db:create PG::UndefinedObject: ERROR: unrecognized configuration parameter "crdb_version" Couldn't create 'defaultdb' database. Please check your configuration. ``` Using...

~~~ bundle show activerecord-cockroachdb-adapter /Users/adamgrant/.rbenv/versions/3.0.0/lib/ruby/gems/3.0.0/gems/activerecord-cockroachdb-adapter-7.0.0 bundle show rails /Users/adamgrant/.rbenv/versions/3.0.0/lib/ruby/gems/3.0.0/gems/rails-7.0.4.3 ruby -v ruby 3.0.0p0 (2020-12-25 revision 95aff21468) [arm64-darwin22] ~~~

Strangely I ran it again today and it worked just fine. 🤷🏻

+1 Or 1.1.0 :) Although I'm not a ruby dev, I do know Kickstrap inside and out. Let me know if I can help.

Now 1.3. Would love to see an up-to-date RoR implementation of this. Let me know if I can assist.