Aaron Roberts

Results 11 issues of Aaron Roberts

While I was looking at the [thread safety test](https://github.com/GuillaumeSalles/redux.NET/blob/master/src/Redux.Tests/StoreTests.cs#L105) I came across a bug. If you add the below it will fail. ```csharp public void Should_Dispatch_Once_On_Store_Creation() { var sut =...

Hi I'm pretty new to ruby, and RubyMotion, but we have an iPad app that was built using it. I really like what I've seen so far. I began using...

- components: `Badge` - reactstrap version `#9.0.1` - react version `#17.0.0` - bootstrap version `#5.1.3` ### What is happening? for `Some Text` the text-color is `white` when it probably should...

I am having an issue where calling refresh on the progress bar is writing each increment to a new line. My code looks like below ```csharp foreach (var partition in...

I am not seeing how to define a namespace for a resource. on the server I have something like ```ruby namespace :namespace do json_api_resources :resource end ``` the route this...

WIP Wanted to get initial feedback on my attempt to start incorporating the LEGENDS expansion cards. you should be able to preview the cards on the `/test/ui` page. I tweaked...

**What's your idea / feature request?** It would be great if this included the LEGENDS expansion. I am willing to work on it! **Is your feature request related to a...

feature request

I am very interested in using this image with a windows server 2016 docker instance. Is that possible? I currently have my jenkins instance running as a container on the...

in Jest, snapshots are not automatically written in CI, thus the test will fail if there is no snapshot. It feels like this should work the same otherwise tests are...

Would it be possible to add the dependencies listed on [this page](https://docs.ansible.com/ansible/latest/modules/docker_container_module.html) so that this image could control docker containers? Or would it make more sense to create an image...