Angius

Results 40 comments of 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...

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 ![image](https://user-images.githubusercontent.com/11233299/44690488-4fa8ab80-aa5b-11e8-9d3f-ad2a363f63b2.png) ![image](https://user-images.githubusercontent.com/11233299/44690521-70710100-aa5b-11e8-8e17-db97bb329a35.png)

That's going to be rather hard, considering ![image](https://user-images.githubusercontent.com/11233299/45249079-2c62e380-b31a-11e8-9bc7-08ff35e4bb67.png)

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...