Parrysj
- Total activity 23
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 10
-
Parrysj created a post, Webpack alias resolution - not working
Hi there What are the constraints around webpack module alias resolution? Mine are not being recognised by Webstorm's problem checking (it runs fine) and I don't know why. My webpack config file (s... -
Parrysj created a post, ESLint path invalid when going from PC to Mac
I frequently code on my mac (laptop) and on my desktop. Everything works really well except for the lint path which i have to edit every time i startup again on my macbook pro having worked on my d... -
Parrysj created a post, Webstorm on Catalina - invalid paths etc.
Hi Now that i've upgraded to Catalina, webstorm is complaining about various invalid paths like /usr/bin/git e.g.: : error: invalid active developer path (/Library/Developer/CommandLineTools), mis... -
Parrysj created a post, Problems with statics
Hi Elena I had a topic the other day about my frustrations with debugging and i mentioned problems with private statics - you asked for an example. I have duly uploaded the file jetbrains_statics.z... -
-
-
Parrysj created a post, Step-through debugging in Webstorm
Hi Is there an up to date guide on getting step-through debugging in Webstorm (2019.2) working? I'll be honest, debugging with WS has always been very hit or miss for me: Previously i've only been ... -
Parrysj created a post, Refactor name using #?
Hi In my javascript project I have babel configured to allow private class properties (i.e. begins with #). Unfortunately Refactor->Rename complains about attempts to rename to an identifier beginn... -
Parrysj created a post, Duplicate Declaration error for flow type declaration
Hi If I have the following: // @flowexport class WhatsWrongWithThis { example1 : (string, string)=>void; // doesn't like this example2 : (param1: string, param2: string)=>void; // but t... -
Parrysj commented,