Jan Akerman
Jan Akerman
I'm attempting to build definition files for the following external modules: ``` // ClassA.ts export class ClassA { public method() { return true; } } // ModuleB.ts import {ClassA} from...
I'm getting the following error: ``` Running "dtsGenerator:build" (dtsGenerator) task Warning: Arguments to path.resolve must be strings Use --force to continue. Aborted due to warnings. ``` I've followed the grunt...
Perhaps it would make sense to add support for metrics on self-hosted runners using the Github Actions API? It would be possible to export gauge metrics showing the numbers of...
## Context The git clone [docs](http://git-scm.com/docs/git-clone#_git_urls_a_id_urls_a) state that ~ expansion is valid in a clone URL: > The ssh and git protocols additionally support ~username expansion: > * ssh://[user@]host.xz[:port]/~[user]/path/to/repo.git/ >...