David Bottiau

Results 135 comments of David Bottiau

Ok. Seems like 3 unit tests are broken due to JSON conversion. I will change that.

@DavidArno Well, I made the change on JSON serialization library but I needed to use reflexion methods only available on .NET Standard 2.0. So, it's a breaking change. And I...

@DavidArno Good to know! Thank you for your dedicated work.

@DavidArno I think you know it better than me. I updated the table so it looks like a corresponding table. Tell me what is missing so we can complete the...

@rspeele I was thinking about Sql Server but of course, if it can be generic, it could be even more useful. In the case of Sql Server, what if we...

Sorry for the delay. I can confirm that Azure SignalR works as we already use it in several projects (.NET Core 2.2 and .NET Core 3.1). It works the same...

Well, it was a real nightmare for us because we use Azure AD authentication. We had to create an access token by reusing the Azure AD authority (the app is...

I am also having some issue regarding components updates and getting started with recoil is pretty simple. Start making a React app (with hooks) from scratch and then implement atoms...

So, that would mean something like a global comparer (on the RecoilRoot) and a local comparer (on each atom/selector)? That could be interesting. Instead of `subAtom`, I would have renamed...