Omar Trigui
Omar Trigui
In the parent class use: ``` @Override protected void onActivityResult(int requestCode, int resultCode, Intent data) { Fragment fragment = getSupportFragmentManager().findFragmentById(R.id.fragment); fragment.onActivityResult(requestCode, resultCode, data); } ``` In the child class use...
I wonder when the new docker image build will be scheduled.
@creactiviti : The image is well updated but i am encountering an exception every time i use "subflow" it in my pipeline code. Am i missing something ? ``` 2019-01-27...
@dmcgowan just a friendly reminder to re-review this PR
You need to add `--network=host` to your `docker buildx build` command.
> As far I know, this should work ... try > > ``` > subgraph identifier[" "] > a --> b > end > ``` > > ```mermaid > flowchart...
Check https://stackoverflow.com/a/24449632
Yes, done.
At this moment, I'm afraid that our sole option is to utilize an external DNS resolver that we manage and point the buildx builders towards it. Following a sample [...
@ppenguin Out of curiosity, which storage backend are you using, and what size did you hit? Also, how many repos are involved and how long did it take to reach...