Micah Rairdon

Results 77 comments of Micah Rairdon

Yes, definitely makes it tougher to estimate. If other teams need or want this could you add it to the settings to allow different work items to be included in...

@toenuff looks like you have this fixed in the devel branch? I'm getting this for the current error: ``` Failed to listen on prefix 'http://localhost:8001/' because it conflicts with an...

I just published a relatively new nuget package that should provide support. I haven't tested it out with RESTier specifically but I can't see why it wouldn't work. I'd appreciate...

Finally got a chance to try it out. My method didn't work with RESTier out of the box because they use a different method for creating the EdmModels. I've updated...

If anyone lands here and needs a band-aid solution you can use this to wrap any TokenCredential. ```cs using System.Text.Json; using Azure.Core; using Microsoft.Extensions.Caching.Memory; public class CachedTokenCredential : TokenCredential {...

Still pretty darn slow these days... npm 6, node v8

@SBoudrias - I'm in the same boat as @Olian04 too. Might be a Windows 10 thing? I've got minutes before yo comes back with a list of generators. Same time...

Massive improvement upgrading to 2.0.3 but still I think slower than would be expected. Almost 2 minutes. here is my time-require: ``` Start time: (2018-07-07 03:37:03 UTC) [treshold=1%] # module...

5-6 seconds would be awesome. Both of us however are experiencing minutes.

Seems like most of the time for me is spent here: https://github.com/yeoman/environment/blob/8bfa1ed05eb74dc03c89fd373cfa2b941259f121/lib/resolver.js#L75-L78