Anthony

Results 163 comments of Anthony

Just wondering what the vision/intent here is for DefinitelyTyped/tsd vs Typings? I get that Typings is decentralised and that it can talk to DefinitelyTyped, but I also know that Typings...

If it helps `TriggerWarmup` looks something like this: ``` public class TriggerWarmup : ITriggerWarmup { public const string QueueName = "background-warmup-job-queue"; public TriggerWarmup(IBackgroundJobClient backgroundJobs) { BackgroundJobs = backgroundJobs; EnqueuedState =...

I agree with the above, but I'm wondering how this differs from the link support MarkDown already offers? The following is from the MarkDown syntax page: > Reference-style links use...

Ok, so in the end I think all your saying is supporting MD style links. Or any I still missing something.

Agreed +1 On Saturday, April 6, 2013, Brendan Forster wrote: > [image: MakeItSo]https://f.cloud.github.com/assets/359239/346343/7ec4f4aa-9e40-11e2-90d2-93ec386d8002.gif > > — > Reply to this email directly or view it on GitHubhttps://github.com/Glimpse/Semantic-Release-Notes/issues/7#issuecomment-15984309 > .

Huge thanks for kicking off the feedback! The currently parser certainly isn't complete or a work of beauty. The current code that we have was the bare minimum that I...

I think you right on the money here. One thing we liked about what we originally conceived with SRN is the simplicity of what we had. Releases and project never...

I agree about using the file names as the version numbers. I think convention is key to most of this being easy and logical. I still think it would be...

> where we stick to major.minor How do you see this fitting into SemVer? > I still think it would be interesting to see if we can find a way...

Yep, I think this could be a good addition. I just wonder how much of this extra supporting metadata should be a part of the spec, without risking downing out...