Jackie Muzakki

Results 31 comments of Jackie Muzakki

I see the issue is not related with the gripmock, instead the way you define your `.proto` file. It explicitly said `Missing 'go_package' option in "file_1.proto"`. You probably found inspiration...

Hey I don't think your issue is regarding stub subfolder, so the PR I mentioned before is not relevant. On Wed, Jul 28, 2021 at 11:15 PM sonalibishwas ***@***.***> wrote:...

could you be more specific?

because this issue I decided to make https://github.com/ahmadmuzakki29/justify-layout. automatically wrap to new line, and re-arrange child to justified.

I solved mine, give it a try : TextView textView = new TextView(context); FlowLayout.LayoutParams layoutParams = new FlowLayout.LayoutParams(FlowLayout.LayoutParams.WRAP_CONTENT, FlowLayout.LayoutParams.WRAP_CONTENT); textView.setBackgroundColor(Color.GRAY); textView.setText("New Item"); textView.setLayoutParams(layoutParams); flowLayout.addView(textView);

in my case I just set each textView onclick listener, simple.

I stuck around on this problem also, I need to know where the stacktrace of the panic in my resolver. is this patch possible to solve that? I used to...

Hi guys sorry for a late reply, what is the motivation of this feature? I know it's just one line, but still it's not so obvious what the impact will...

@NikolayOskin since the tests also not updated to prove this works, I need to do test it in local first. Updating the example tests would be helpful.