Alexander Trauzzi

Results 210 comments of Alexander Trauzzi

Doesn't GAE set a specific header when jobs are run as tasks?

The only other thing I would suggest is to ensure that the migrations can be triggered arbitrarily from a build server. Not necessarily directly, but via the gcloud tools running...

I spent some time thinking about this on the weekend and I think I agree with your approach. I'm guessing this will be much better than trying to slip into...

I'm going to be creating the following for my project. The `api` prefix is just a convention I'm using, but the `task/*` part might be nice to encourage. ``` -...

I'll check things out next time I have my hands in this stuff, which should be in the next couple of days.

@shpasser - Got a chance to try the web-based artisan console for the first time. Very handy! One change I'm wondering if it might be worthwhile to make is if...

If you add another controller, then the CSRF token thing won't be an issue. These endpoints already will (ideally) require GAE admin access.

Haha, not a problem. I know how things get ;) I'll give it all a go next chance I get.

_Copied from [my original issue](https://github.com/dotnet/efcore/issues/30043)_ --- Support in EF7 and upcoming work in EF8 for JSON is coming along nicely, and I was wondering if there might be room to...