Michael Miller
- Total activity 11
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 5
-
Created IntelliJ 2018.1.2 gives errors in Javascript code which 2018.1.1 says is fine
this code creates lots of errors after itself: subMenus.push( <AppMenuItem attribute={{ 'data-qa': 'AppMenuItem_' + routeInfo.path.replace(/\//g, '')}} key={routeInfo.path} > item text ... -
Created interesting tip for language learners
AnsweredI am a Russian learner and so have the Russian phonetic keyboard as one of the possible layouts on my mac. I just now switched to that layout accidentally while doing "open a file by filename" in ... -
Created javascript inspection shows "pattern expected" for valid regular expression
I am working in javascript, using IntelliJ IDEA 2016.3.2. The code is like this: '{{count}} widgets are available'.replace(/{{count}}/g, widgetsAvailable); The "c" and "}}" characters both have ... -
Created Is there an easy way to load and view the values in an activerecord object?
When I am debugging, an ActiveRecord find request returns an object which is not yet loaded from the DB. Currently what I do is step further in the code until something causes the object to actual...