google Github contribution chart
google Github Stats
google Most Used Languages

Activity

10 Dec 2023

Issue Comment

Emanuele6

Wrong paths in advanced-topics/debugging documentation

The documentation says to use https://github.com/google/oss-fuzz/blob/master/docs/advanced-topics/debugging.md?plain=1#L38

$ gdb --args /out/$PROJECT_NAME/$FUZZ_TARGET_NAME /out/$PROJECT_NAME/testcase 

But, in the container, the correct paths are

$ gdb --args /out/$FUZZ_TARGET_NAME /out/testcase 

Forked On 10 Dec 2023 at 01:03:55

Emanuele6

Oops, I nevermind. I didn't understand that I needed to run python infra/helper.py shell base-runner-debug (I thought it was just an example project name); so I used python infra/helper.py shell $PROJECT_NAME, and installed gdb manually from it, and thought the documentation was wrong. =)

Commented On 10 Dec 2023 at 01:03:55

KnaveM

started

Started On 10 Dec 2023 at 01:01:42
Started

Chrieke

started

Started On 10 Dec 2023 at 01:01:07

Harryhaos

started

Started On 10 Dec 2023 at 01:00:54

AafaqFazal

Google IT Automation with Python Professional Certificate - Practice files

Forked On 10 Dec 2023 at 12:55:23

Tokoyi

started

Started On 10 Dec 2023 at 12:49:43

Flxzt

fix: replace nonstd usage of `uint`

Created On 10 Dec 2023 at 12:46:09

Google-pr-creation-bot

[ci] Roll pinned nightly toolchain

Created On 10 Dec 2023 at 12:38:04

CarterTsai

started

Started On 10 Dec 2023 at 12:35:10

Jacky-Android

started

Started On 10 Dec 2023 at 12:32:15

WangH180618

started

Started On 10 Dec 2023 at 12:29:31

Aleksei-Badyaev

started

Started On 10 Dec 2023 at 12:27:08

Gmlewis

Support temporary private fork creation via API

resolved: #3007

Merged On 10 Dec 2023 at 12:20:10

Gmlewis

Thanks, @Kiyo510 ! LGTM.

Awaiting a second LGTM+Approval from any other contributor to this repo before merging.

Commented On 10 Dec 2023 at 12:20:10

Patrickchan27

started

Started On 10 Dec 2023 at 12:19:01

Patrickchan27

started

Started On 10 Dec 2023 at 12:18:47

Liliang-cn

started

Started On 10 Dec 2023 at 12:16:09

Osv-robot

Import from OSS-Fuzz

Pushed On 10 Dec 2023 at 12:15:50

Sirdarckcat

make vdso poc easier to read

Pushed On 10 Dec 2023 at 12:13:28

Github-actions

Updated validations.py python script.

Updated validations.py python script. Fixed the behavior of validate_user function in validations.py.

Fixes #<issue_number_goes_here>

It's a good idea to open an issue first for discussion.

  • [ ] Tests pass
  • [ ] Appropriate changes to README are included in PR

Forked On 10 Dec 2023 at 12:07:01

Github-actions

Stale PRs will be automatically closed to keep this repo clean. If there is no activity on this PR in the next 7 days, this PR will be closed.

Commented On 10 Dec 2023 at 12:07:01
Started

Lay-na

started

Started On 10 Dec 2023 at 12:05:39

Chopper-233

started

Started On 10 Dec 2023 at 12:05:27
Issue Comment

Waheed006

[WebView] Other Compose content not rendered while WebView is loading

Description While the Accompanist WebView is loading a url (we show a CircularProgressIndicator) it stops other Composable content from showing up. The other content is just white/blank. Please checkout this screencast of the issue: webview

Steps to reproduce

  1. Initialize webview, starts loading
  2. content above is not shown before the url is loaded

Expected behavior

  1. Initialize webview, start loading
  2. content above is shown all the time

Additional context The content above is not hidden or covered. It shows up as supposed in the Layout Inspector, it is just not shown on the real screen: Layout inspector

It seems like the WebView is internally blocking the other Compose rendering.

Compose Version: 1.3.1 Accompanist Version: 0.27.1

The WebView creation:

Box(modifier = modifier) {
        WebView(
            state = webviewState,
            client = webviewClient,
            chromeClient = webviewChromeClient,
            onCreated = {
                onCreated(it)
            }
        )
        val loadingState = webviewState.loadingState
        if (loadingState is LoadingState.Loading) {
            Box(
                modifier = Modifier
                    .padding(24.dp)
                    .fillMaxWidth(),
                contentAlignment = Alignment.Center
            ) {
                TestbirdsIndeterminateCircularProgressIndicator()
            }
        }
    } 

The other content is in a Column, together with the WebView. I'm happy about any help or workarounds for this issue. I can provide more information if needed.

Forked On 10 Dec 2023 at 12:04:57

Waheed006

This solves the issue: AndroidView( modifier = Modifier .fillMaxWidth() .weight(1f), factory = { WebView(context).apply { setLayerType(View.LAYER_TYPE_SOFTWARE, null) webViewClient = WebViewClient() loadUrl(item.link) } })

Commented On 10 Dec 2023 at 12:04:57

Google-cla

Closes: #1

Updated validations.py python scripts Fixed the behavior of the validate_user function in validations.py

Fixes #<issue_number_goes_here>

It's a good idea to open an issue first for discussion.

  • [ ] Tests pass
  • [ ] Appropriate changes to README are included in PR

Forked On 10 Dec 2023 at 12:02:13

Google-cla

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

Commented On 10 Dec 2023 at 12:02:13

Alexisearl14

Closes: #1

Created On 10 Dec 2023 at 12:02:10

Alexisearl14

Closes: #1

Updated validations.py python script. Fixed the behavior of validate_user function in validations.py.

Fixes #<issue_number_goes_here>

It's a good idea to open an issue first for discussion.

  • [ ] Tests pass
  • [ ] Appropriate changes to README are included in PR

Forked On 10 Dec 2023 at 11:59:30

Alexisearl14

Closes: #1

Commented On 10 Dec 2023 at 11:59:30

Bobbymay

started

Started On 10 Dec 2023 at 11:58:27

Alikonhz

started

Started On 10 Dec 2023 at 11:58:16

Tmokmss

started

Started On 10 Dec 2023 at 11:58:05