Alex Bruns
Alex Bruns
I'm quite new to ReasonReact. So, there's a good chance I've just missed something, but I've been trying to figure out how to pass an array of children to a...
Currently, the way Either is implement, there is no way to unwrap it while handling the left value other than a raw case statement. There's no way to fold both...
I may be wrong, but I believe this accounts implementation allows for multiple accounts to claim the same email/username by first creating accounts separately, then changing the emails/usernames of the...
So, I have a chunk worker that calls a batch endpoint on a third party service. The idea being, I want to be able to enqueue a bunch of jobs...
So, I've been using Commanded for a couple weeks, and theres a few things I really wish the docs had in them. I figured I'd leave them here. If I...
``` 17:45:12.329 [error] Task #PID started from NextLS.Buffer terminating ** (MatchError) no match of right hand side value: [",\\n \\\"address\\\",\\n \\\"street_address_line_2\\\",\\n \\\"city\\\",\\n \\\"state\\\",\\n \\\"zip\\\"\\n ]\\n\\n @impl Oban.Worker\\n def perform(%Oban.Job{args", "...
I've very much enjoyed using destiny, and I have found it to be very useful even with it's limited API (in many ways, I actually enjoy the lack of customizability)....
Per the docs, the `:selected_option_class` attr is only available when in `:tags` mode. However, I believe being able to style the current selection uniquely is valuable even in `:single` mode....