James Brown
James Brown
In the upgrade docs [here](https://docs.microsoft.com/en-us/azure/azure-functions/functions-versions?tabs=in-process%2Cv4&pivots=programming-language-csharp#runtime) it says you should "Use a separate storage account for each function app" and then links to this GitHub Issue. But in the docs [here](https://docs.microsoft.com/en-us/azure/azure-functions/storage-considerations#shared-storage-accounts)...
I agree. This workaround won't work for me since I have both TS and JS files. If you go from ES6 to ES5 via Babel, it doesn't show both .JS...
Yes, and having the git:// protocol used in a dependency blocks installation in our corporate network. The firewall only allows port 443 and 80 outbound to Github!
Yes sir: "retrace": "github:fgnass/retrace#master"
I'll try to find time to put one together. It may be because I'm using Bluebird, throwing the error inside a promise handler, and using: ``` Promise.config({ longStackTraces: true });...
Okay I did some digging and found a workaround: https://github.com/MattPress/AppleMusicAPI.NET/blob/master/src/AppleMusicAPI.NET.Models/Relationships/TrackRelationship.cs The Relationship class it is inheriting from doesn't have the Playlist generic type parameter. When I make that class inherit...
Thanks for the response. I have a fork of the code anyways with the workaround I mentioned above in place. I also added the ability to initialize DI with a...