AvremelM

Results 12 comments of AvremelM

It seems this is now working correctly, based on running the repl.it.

There's some good definitions being used in the [`ember-osf-web` repo here](https://github.com/CenterForOpenScience/ember-osf-web/tree/develop/types/ember-cli-mirage). If anyone needs these types, copying them into your own app is a good starting place.

Tests added, WIP tag removed. @Turbo87 Can you review this please, when you get a chance?

Speaking for myself: One possible reason would be https://github.com/dotnet/announcements/issues/292#affected-packages >If you are using Microsoft.Data.SqlClient, anywhere (any version of .NET Framework or .NET) and you are using a version that is...

> Not dead. Resting. Like the parrot. All right, then; if it's resting I’ll wake it up. ### Hello FastMember! I've got a nice PR for you when you wake...

+1 It would be really useful to know that `Invalid authentication (as an anonymous user)` actually means (in this case) `401 "Access Denied: The Personal Access Token used has expired....

Sergio: Hmm, I see that that actually does work. Thanks! Still, would be good to have a list, even if only a partial list that can be updated over time....

@GetCurious That should still work, I think, if you're have the latest `Microsoft.CodeDom.Providers.DotNetCompilerPlatform` package installed and configured in your web.config's ``. (You might possibly need to explicitly set `/langversion:7` in...

Yeah, just had this issue. Project names with spaces need to be configured unencoded it seems. Would be nice for that to be documented in an FAQ or Known Issue...