tritueviet
tritueviet
goldie.New(ts.T()).AssertJson(ts.T(), tt.golden, response) when rerun and diff in wsl2 show error test.go:6747: Result did not match the golden fixture. Diff is below: but the output is same as. When I...
I am using libxlsxwriter to do export excel has a lot of merge cell range with constant memory support, but it not working because it not supported. Here is some...
When request camera capture, i need add intent.putExtra(MediaStore.EXTRA_SCREEN_ORIENTATION,ActivityInfo.SCREEN_ORIENTATION_PORTRAIT); in the code cameraPictureUrl = createImageUri(); pictureChooseIntent = new Intent(MediaStore.ACTION_IMAGE_CAPTURE); pictureChooseIntent.putExtra(MediaStore.EXTRA_OUTPUT, cameraPictureUrl); chooseCode = TAKE_PHOTO; break; Plase add the option orientation for...