Matt Trussler
Matt Trussler
Apologies, I thought I had chosen "General question", it is certainly not a bug with Flurl, more so with HttpClient. HttpClient does seem to keep its cards close to its...
I had a quick poke around today, but it looks like there isn't enough information to determine whether the proxy or the endpoint is failing. There is a property called...
Hey @vany0114, do you think you'll have a chance to look at this any time soon?
I encountered this issue and fixed it in a similar way to @miketmoore. I had `` and inside react root was essentially `` ``` html, body, #react-root { height: 100%;...
Hey both, thanks for your help just wracking my brain to remember what I was doing for this. I believe the plan was to have a grid that was a...
I'm trying to do this as well, I am using [NHibernate.AspNetCore.Identity](https://github.com/nhibernate/NHibernate.AspNetCore.Identity) so I can get NHiberate to replace EntityFramework in my ASP project but I cannot use `SubclassMap` as the...
I have also had fun with this issue. However I am using react hooks i.e. ``` const MyComponent() { const ref = React.useRef(null) const appState = React.useContext(AppState) appState.updateRef('my-thing-to-see', ref) return...
I was under the impression from the [related blog post](https://devblogs.microsoft.com/odata/supercharging-asp-net-core-api-with-odata/) that this was not necessary, is this not the case?
So would the [`.Count()`](https://github.com/hassanhabib/ODataDemo/pull/1/files#diff-b5098585bfd96b341dd7eb4eb1a88b28L53) not work as the code currently stands? My google-fu is very weak for this subject, do you have any links to share about what the EDM...