David Mackey
- Total activity 44
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 7
- Subscriptions 14
-
Created WebStorm showing warning "Invalid number of arguments, expected 2" when calling Vuex mutation?
I have a call to a Vuex mutation like so: slideToFrame(framePosition) { this.setCurrentFrameId(this.currentViewData.scanFramesList[framePosition - 1]);}, The mutator looks like this: setCurrentFra... -
Created How to block VM:number files from being stepped through when debugging JS in PyCharm?
I'm stepping through a Django application with a Vue front-end using the JS debugger in PyCharm. I can exclude scripts (e.g. Vue itself) from being stepped through by adding them to Settings -> Bui...