Bellarmine Head

Results 10 comments of Bellarmine Head

@Tragetaschen - I know, right? Spot the difference. I actually don't have the little grey dashes displayed in my editor, so there is literally no difference between C# and not...

> Could you explain the point of doing it right now? Do any Deno-based build tools exist? I'm not advocating doing it right now. But I think it's something that...

@zaydek - interesting find. > one of the points of Deno / ES modules that dependencies are URL-based That is my understanding.

Hi @andrueastman - thanks for looking into this. I executed ```csharp var requestInfo = _graphClient.Groups[targetGroup.Id].Members[user.Id].GraphUser.ToGetRequestInformation(); var requestUrl = requestInfo.URI.OriginalString; ``` and got... `https://graph.microsoft.com/v1.0/groups//members//graph.user`

This looks suspiciously similar:- https://learn.microsoft.com/en-us/answers/questions/664588/administrative-unit-user-id-specific-filter-return?orderby=oldest

@andrueastman > If you wish to simple verify if the result is a user, you can simply do verify the type as below. > var member = await graphClient.Groups["id"].Members["member-id"].GetAsync(); Unfortunately...

Or we need this to be valid, and not need a cast... > var member = await graphClient.Groups["id"].Members["member-id"].GetAsync();

Hi Don, I'll be happy to help. After spotting this problem in FSharpx, I took a good look at the source of FSharp.Data and was pleased to see that it...

> Can you please create an issue there with the problems you found? We take care to always either explicitly pass InvariantCulture or use a parameter, if there's still any...

@dsyme > We'd be grateful if you could submit a PR to https://github.com/fsharp/fsharp.github.io/blob/master/_posts/2014-09-19-fsharp-libraries.md to add this as a specific recommendation Done. Andrew