André Rieussec
André Rieussec
When I add new JSDoc comments, I have to use the "restart server" command before it's accounted for.
I don't know if that's possible from what ternjs returns, but the JSDoc format supports documenting objects passed as function parameters: http://usejsdoc.org/tags-param.html#parameters-with-properties It would be great to support that!
Hi, I'm trying to create some custom attributes to use on some classes. I figured out that they have to be declared in a plain c# class library (not a...
This is to update the Sharp dependency and avoid the following issue: https://github.com/lovell/sharp/issues/2570
What I'm looking for is simply to exclude the org name that's used in the package.json name from the displayed label. For example in our repo all of our package...
This would be useful for people who, like me, use `bower link` to work on some bower packages and use them in an app. Before this change, all files would...
Hi, I'm curious as to whether you're committing to this project and have plans for it or if it was just a bit of an experiment. Seems like it's a...
Something I've been thinking about for a long time but never really got to. A quick search indicates it may be easier than I thought: https://htmlrenderer.codeplex.com/wikipage?title=Image%20generation&referringTitle=Home This would open many...
It's very easy to push new builds to Chocolatey once we're using AppVeyor, probably the quickest way to have an installer.
- text fields can have multiple kids, automatically filled with the same value. This fixes a crash when a text box has multiple children. - radio buttons can have multiple...