Angius
Angius
Glad to hear it's on the roadmap 👌
I'm having the same issue. Anyone? ``` λ np Publish a new version of postcss-cull-units (current: 1.0.0) Commits: - Version bump d14fc77 - Removed .idea folder 6e7e9c6 - Appeased the...
That did the trick, thanks!
Just had the same – or similar – error thrown in my ASP.NET Core application. What's weird, is that it was perfectly fine just a minute ago, but restarting the...
``` extensionService.ts:900 Activating extension 'kosz78.nim' failed: Path must be a string. Received undefined. w._logMessageInConsole @ extensionService.ts:900 ``` seems to be it
Good, because I'm using 64-bit  
They are set in the PATH environmentl variable.
That's going to be rather hard, considering 
This regex should do the trick: ```dart void main() { var reg = r'mysql:\/\/(\w+)\:(\w+)\@(.+)\:(\d+)\/(\w+)'; var str = 'mysql://username:password@host:145/database'; var regExp = new RegExp(reg); var m = regExp.firstMatch(str); print("${m.group(1)}"); // username...
> @phated Do you know when gulp 4 will use the latest version of chokidar? Sometime around ¯\\\_(ツ)\_/¯ I believe. Take a look at how many of the closed issues...