Sinan Bolel

Results 13 comments of Sinan Bolel

@gama410 I answered [via StackOverflow](http://stackoverflow.com/a/42422527/1526037) and here's a [Gist](https://gist.github.com/sbolel/05c36b5a88c9b6322f01e6f9bd111cf2) of the changes. TL;DR -- Edit tsconfig: a) Add `./` in front of `src` in `compilerOptions.paths` (solves on my machine) paths:...

I didn't read your question well, did I? haha 😅 How about updating these packages: npm i -D gulp-typescript@^3.1.5 typings@^2.1.0 aurelia-tools@^1.0.0 I noticed my ts files weren't making it into...

It solves it for me, waiting on confirm from @gama410. @EisenbergEffect -- I can make a PR for these updates if you'd like? And fix this as well -- ```...

The above two commits fixes the relative paths issue, but show types errors: ``` custom_typings/aurelia-protractor.d.ts(8,41): error TS2694: Namespace 'protractor' has no exported member 'Protractor'. [01:58:23] gulp-notify: [Error running Gulp] Error:...

That's great news. Thank you for the update @gama410

Hey @EisenbergEffect, PR #499 is ready for review :) @gama410 I never got the `@types` issues you saw, so I'm not sure what the fix for that would be. Can...

Awesome, thanks for the update @gama410

I have a PR for this, looking for direction

@zladuric that wont work, should count from 0 to 10.

With yarn ~v3~ v2 (3.2.1), I'm running into an issue when amending commits -- it seems the last commit message is being checked, rather than the new amending message. Here's...