David Bottiau

Results 135 comments of David Bottiau

@ivawzh I wrote an article (https://medium.com/@dbottiau/a-state-management-comparison-with-react-hooks-mobx-and-recoiljs-3b7e2f4cc6c3) about how to view the rendering reconciliations/performance on a React project. There is also a small repository to give a try on a very...

I am glad it works great on Unity. Since we now have `System.Text.Json`, I believe we can remove the dependency from Newtonsoft. I will take a look when I have...

I think like @DavidArno We should stay with the immutable state of the `with` keyword. About the `with?` suggestion, it looks interesting but I think it is not that useful...

I have the same problem with a different auth provider. I don't know why this is happening and how to specify the redirect url after successful authentication...

Ok, after reading the source code for 1 hour, I found the solution. You have to set the `redirect` property in the query params. So, for example: ```svelte ```

Why can't we convert a `string` or `ExpandoObject` to `JSONGraphType`?

@EricMKaufman I just reused your solution. It worked really well and it is pretty beautiful (the integration of date and time picker in the popover). I simply added the handling...

Hi, @SeanFarrow Clearly, I don't see what you're expected and maybe the word _subfeature_ is not obvious. But, you may think _triggered feature_ (or dependant features) where activating/deactivating a toggle...

Maybe you should consider another options, with great responsive design. I've found Pelican (https://github.com/getpelican/pelican) but I rather prefer Slate (https://github.com/tripit/slate).

+1 on this. Let us know if you need help @bradwilson