njlr
njlr
I was considering opening a new ticket, but I think it falls under here. Consider this applicative Computation Expression. The idea is to collect errors, rather than stop on the...
Or is this part of the `Apache.Avro` package?
This sort of thing also comes up in GraphQL, where a variable can have 3 states: something, nothing or absent. My gut feeling is that this shouldn't be added because...
Another option for people stumbling on this is https://github.com/cmeeren/BatchIt Basically the pattern is to create a `BatchIt` instance and pass it into the GraphQL resolvers via the root object.
Sorry, I'm not quite able to figure out what the intent is behind that code! However, here is a self-contained example showing how _BatchIt_ can optimize data-fetching. Paste it into...
> The approach this package takes to getting poetry dependencies predates a lot of major improvements which have been made to `rules_python`. I've made a sort of reference implementation here...
Thanks, I followed those steps and was able to make progress. However, it still seems to not actually sign-out. Here is the sign-out logic: ```javascript if (window.document.location.pathname === "/logout") {...
> > Is it expected that `getUser` will return a user after the `signoutCallback` has completed? > > No after the signout process its expected, that you have no user....
The blessing and curse of F# - you get to choose between an FP library with a small community or an OOP library with a large community!
Any chance this can be merged?