Franklin Yu

Results 335 comments of Franklin Yu

@mithuns Travis CI is the most popular one, but there are many out there (like [Semaphore](https://semaphoreci.com/), [CircleCI](https://circleci.com/), [Codeship](https://codeship.com/)). Any of them would help. Note that Travis CI (and many others)...

`.csproj` is for C#. The current C++ implementation seems to use [QMake](https://doc.qt.io/qt-5/qmake-manual.html) to build. I prefer calling it "Qt implementation" than a "C++ implementation" because Qt is a hard compile...

@mithuns I think it has to do with test discovery. I suggest not investing too much time in this unless @NeilFraser show interest, because IIUC he is the maintainer of...

> I've reached out to Chrome Dev team and I haven't received any response back. Is there any public information about this? Did you create a bug report or something?...

Maybe this can be a [plugin](https://jsdoc.app/about-plugins)? (I got the idea from TypeStrong/typedoc#895.)

@ferventcoder Excuse me but were you referring to `LICENSE.txt` or `VERIFICATION.txt`?

Although the license URL can be in either file, now that most maintainers prefer to put it in `VERIFICATION.txt`, I think it makes more sense to update those two templates...

> As the license location is already in the `` field in the .nuspec file, do we need to specify it again? I agree with you that this isn't necessary....

Corresponding source: https://github.com/chocolatey/choco/blob/0c720d6f7637acabe5341bff9fc94ced0bc6328e/src/chocolatey/infrastructure.app/services/NugetService.cs#L167-L169