Rogier Slag
Rogier Slag
Will a release be created for this bugfix so we can validate its behaviour in production?
Note the PR is much simpler than https://github.com/garethr/garethr-docker/pull/460 on purpose. This way the external API is consistent and we abstract over the internal API of Docker. Adding `--cpuset-mems` might become...
Can I submit a PR for this new behaviour?
I encountered the same problem, and solved it using https://github.com/proyecto26/react-native-inappbrowser/issues/213#issuecomment-878915862 It boils down that pressing the app icon in the launcher relaunches the activity which closes the browser when relaunched....
It happens both in 4.2.1 as well as 4.2 itself The error is in fact ``` Failure/Error: get :show, id: id, format: :json ActiveRecord::RecordNotFound: Couldn't find CustomFieldAnswer with 'id'=1 [WHERE...
Still, I'll try to see if I can create a minimum tests which succeeds in 4.1.x and fails in 4.2.x ;)
Ill try to create a testcase tomorrow (Europe/Amsterdam region). Cant assign it to myself so please ping me if I havent reported back by the end of the week!
I'm currently compiling a test case. It is taking quite some time though since I need to take a copy of the api, and strip it down extensively before we...
Some explanaiton: by company policy the project has a `Vagrantfile` so you can easily use Vagrant with Virtualbox to get a fresh VM, just run `vagrant up` in the repo...
And finally, Rails versions 4.1.10 does not have the problem. That might further reduce the number of things you will have to check