Comment by Misha Krul on Heroku deploy failing for rails5 app due to...
Okay.. made both of those suggested changes, and unfortunately it didn't work, but I'm getting a totally different error now. Going to update the original post shortly. Thank you for helping to...
View ArticleComment by Misha Krul on Heroku deploy failing for rails5 app due to...
Aaah, that was it! The requires needed to be commented out. Ran the precompile step manually and then deployed with no problems! Thank you!! I guess I hadn't thought to comment out the require lines...
View ArticleComment by Misha Krul on Group by unique values while summing / adding other...
Thanks for that! Sorry, i was in a rush :)
View ArticleComment by Misha Krul on Scraping each image from a craigslist search
ohmygosh... duh! That makes sense Thanks for your help!
View ArticleComment by Misha Krul on Checking for presence of a key within an S3 object
I apologize - yes, that was a typo
View ArticleComment by Misha Krul on getting all repos in a Github api query
Hi @AzmatRana, here's the gist. gist.github.com/mkrul/9e58c049ca7611bdf77b8a664f301af8
View ArticleComment by Misha Krul on Rails ActionView::MissingTemplate, Template Is...
I've done so and unfortunately I'm still receiving a missing template error. Missing template contact_us_mailer/contact_us
View ArticleComment by Misha Krul on owlCarousel is not a function in rails
@dbugger I added it to my application.js file below the requirements for jquery, restarted my server, and I'm still seeing the "owlCarousel is not a function" error
View ArticleComment by Misha Krul on undefined method sign_in for rspec
I believe sign_in is a Devise helper. rubydoc.info/github/plataformatec/devise/…
View ArticleComment by Misha Krul on google oauth with nextjs
@grekier yes, localhost:3000 is in Authorized JavaScript origins.
View ArticleMissingSchemaError: Schema hasn't been registered for model "Store"
I'm using the Wes Boss Node.js tutorial and have been encountering a number of issues with schema errors.My database is currently running on mLab and MongoDB Compass. It was fine yesterday when I left...
View ArticleCan't import from python module md5hash
I'm getting an error that python "cannot import name 'scan' from 'md5hash' and then references the path (C:\Users\Misha\AppData\Roaming\Python\Python37\site-packages\md5hash__init__.py)This seems to...
View ArticleAnswer by Misha Krul for tns doctor saying that "abd from the Android SDK is...
And of course, the issue was my path all along... It should have been:export ANDROID_HOME="/home/mkrul/.android/sdk"export...
View Articletns doctor saying that "abd from the Android SDK is not installed"
I'm having a bit of an issue setting up my local environment to work with Android SDK and Nativescript.My path in .bashrc looks like:export ANDROID_HOME="/home/mkrul/.android"export...
View Articlecan't extract data using scrapy
I'm trying to pull an address name from the following page: https://property.spatialest.com/nc/durham/#/property/100016property_spider.py:from scrapy import Spiderfrom scrapy.selector import...
View ArticleCan't precompile during heroku deploy due to unexpected token
I'm trying to deploy my app to heroku and keep encountering the following error message:rake aborted!remote: Uglifier::Error: Unexpected token: name (rails)remote:...
View ArticleHeroku deploy failing for rails5 app due to "precompiling assets failed"
Running git push heroku master kicks off the deploy process, but it seems to hang during the following phase:remote: Fetching sass-rails 5.0.7remote: Installing sass-rails 5.0.7Finally it tells me that...
View ArticleUglifier error when trying to deploy Rails5 app to heroku
Running RAILS_ENV=production bin/rails assets:precompileRAILS_ENV=production bin/rails assets:precompile begins the precompile process, but it immediately errors out with the following message (For...
View ArticleUnable to see partial when using cocoon gem
I have installed cocoon and added all of the necessary changes according to the examples outlined here: https://github.com/nathanvda/cocoon/wiki/ERB-examplesYet for some reason I am not able to see...
View ArticleCannot find name 'Symbol' when compiling typescript
I'm receiving the following error when trying to compile a ts file:node_modules/@types/node/util.d.ts(121,88): error TS2304: Cannot find name 'Symbol'.I did some reading and saw that this can be linked...
View Article