id stringlengths 4 10 | text stringlengths 4 2.14M | source stringclasses 2
values | created timestamp[s]date 2001-05-16 21:05:09 2025-01-01 03:38:30 | added stringdate 2025-04-01 04:05:38 2025-04-01 07:14:06 | metadata dict |
|---|---|---|---|---|---|
2071773928 | cmd/compile: the execution order of init functions from different packages is incorrect
Go version
go version devel go1.22-b7c630dc3a
Output of go env in your module/workspace:
set GO111MODULE=
set GOARCH=amd64
set GOBIN=
set GOCACHE=C:\Users\Wingrez\AppData\Local\go-build
set GOENV=C:\Users\Wingrez\AppData\Roaming\g... | gharchive/issue | 2024-01-09T07:20:59 | 2025-04-01T04:56:54.496559 | {
"authors": [
"ALTree",
"wingrez"
],
"repo": "golang/go",
"url": "https://github.com/golang/go/issues/65033",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
2152735240 | cmd/vet: warn when shadowing variable with slices.Delete and friends
Proposal Details
When calling slices.Delete, shadowing the slice variable is almost certainly a bug:
s := slices.Delete(s, 2, 3) // !! accidentally using := instead of = !!
Playground
Why
Shadowing comes with surprises when used accidentally. In g... | gharchive/issue | 2024-02-25T12:10:48 | 2025-04-01T04:56:54.505774 | {
"authors": [
"Deleplace",
"Jorropo",
"ianlancetaylor",
"timothy-king"
],
"repo": "golang/go",
"url": "https://github.com/golang/go/issues/65931",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
2392866781 | net.ParseMAC: invalid MAC address with missing leading zeroes
Go version
1.21.9
Output of go env in your module/workspace:
GO111MODULE=''
GOARCH='arm64'
GOBIN=''
GOCACHE='/home/janderson/.cache/go-build'
GOENV='/home/janderson/.config/go/env'
GOEXE=''
GOEXPERIMENT=''
GOFLAGS=''
GOHOSTARCH='arm64'
GOHOSTOS='linux'
GOI... | gharchive/issue | 2024-07-05T16:15:32 | 2025-04-01T04:56:54.513230 | {
"authors": [
"anderbubble",
"gabyhelp",
"seankhliao"
],
"repo": "golang/go",
"url": "https://github.com/golang/go/issues/68321",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
2759390328 | cmd/compile: bug in cmd/compile/internal/types.(*Type).IsMemory
Issue created by stacks.
This stack ESvSrA was reported by telemetry:
compile/bug
cmd/compile/internal/base.FatalfAt:+3
cmd/compile/internal/base.Fatalf:=195
cmd/compile/internal/ssagen.(*ssafn).Fatalf:+3
cmd/compile/internal/ssa.(*Func).Fatalf:+10
cmd/... | gharchive/issue | 2024-12-26T07:17:36 | 2025-04-01T04:56:54.526498 | {
"authors": [
"gabyhelp",
"prattmic"
],
"repo": "golang/go",
"url": "https://github.com/golang/go/issues/71009",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
2632386621 | Permission denied on "/dev/gpiomem"
This is a new error I am just starting to get:
thread 'tokio-runtime-worker' panicked at src/hardware_subscription.rs:150:22:
called `Result::unwrap()` on an `Err` value: Permission denied: /dev/gpiomem
The only thing I can think of that has changed is that I updated a lot of pack... | gharchive/issue | 2024-11-04T10:13:07 | 2025-04-01T04:56:54.560365 | {
"authors": [
"andrewdavidmackenzie",
"golemparts"
],
"repo": "golemparts/rppal",
"url": "https://github.com/golemparts/rppal/issues/164",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
777882286 | pandoc-citeproc no longer supported
Earlier this year, I introduced pandoc-citeproc into this repo at https://github.com/gollum/gollum-lib/blob/master/lib/gollum-lib/markups.rb#L61. However, pandoc-citeproc is now deprecated, so I'm getting the following error when I try to use my gollum wiki:
Failed to render page: ... | gharchive/issue | 2021-01-04T07:22:49 | 2025-04-01T04:56:54.563302 | {
"authors": [
"ashwinreddy"
],
"repo": "gollum/gollum-lib",
"url": "https://github.com/gollum/gollum-lib/issues/392",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
406147940 | graph/path: fix negative cycle handling by AllShortest and FloydWarshall
Over the past ... time ... I've been having doubts about my claim for the approach obtaining a complete set of negative cycles in a graph using iterated Bellman-Ford probing. Today I checked it and my concerns were well founded, so I have remove... | gharchive/pull-request | 2019-02-04T00:10:33 | 2025-04-01T04:56:54.620960 | {
"authors": [
"kortschak",
"vladimir-ch"
],
"repo": "gonum/gonum",
"url": "https://github.com/gonum/gonum/pull/835",
"license": "bsd-3-clause",
"license_type": "permissive",
"license_source": "bigquery"
} |
1409222236 | added footer
hey !
I had added the footer below their is pic attached for your convince
please check it out and merge it...
resolve the conflict and please star the repo
Hi!
the conflict has been resolved kindly check it and merge it
sorry for the inconvince..
Check again.
hello @goodchai0 !
I had resolve th... | gharchive/pull-request | 2022-10-14T11:41:44 | 2025-04-01T04:56:54.629130 | {
"authors": [
"VarunVerma307",
"goodchai0"
],
"repo": "goodchai0/day-planner",
"url": "https://github.com/goodchai0/day-planner/pull/48",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1500029176 | Add attack animation
Give more life to characters
The priority on this depends on the whole artistic direction
| gharchive/issue | 2022-12-16T11:14:31 | 2025-04-01T04:56:54.663278 | {
"authors": [
"goodfoodtruck"
],
"repo": "goodfoodtruck/mana",
"url": "https://github.com/goodfoodtruck/mana/issues/13",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
66198260 | 'com/goodow/realtime/json/JsonObject.h' file not found
I included the whole GDJson lib in my Xcode project without cocoapods, because pod does not work well with Swift.
I get the following errors:
/Users/mg/Documents/Grails/GGTS3.6.2/Test111/GDJson/common/NSMutableDictionary+GDJsonObject.m:23:9: 'com/goodow/realtime/... | gharchive/issue | 2015-04-03T17:52:56 | 2025-04-01T04:56:54.669391 | {
"authors": [
"confile",
"larrytin"
],
"repo": "goodow/GDJson",
"url": "https://github.com/goodow/GDJson/issues/3",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
2342826748 | LLM Models other than Gemma , falcon, phi, stablelm
Can we use other llm other than Gemma, falcon, phi, stablelm cause when i add other model in llm_conversion notebook its showing error to choosw only 4 of them what ro do can anyone explain ??
The four are set up for that conversion script, but if you want to do a... | gharchive/issue | 2024-06-10T04:38:32 | 2025-04-01T04:56:54.673869 | {
"authors": [
"Nikhil34712",
"PaulTR"
],
"repo": "google-ai-edge/mediapipe-samples",
"url": "https://github.com/google-ai-edge/mediapipe-samples/issues/410",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
937531832 | The video stream stops running if the page is not in focus.
I use bodyPix. drawBokehEffect(canvas, video,...), then I transfer the media stream via WebRTC. If the browser page is not in focus, the video freezes.
@ErmineApps Can you share the steps to reproduce this issue ?
| gharchive/issue | 2021-07-06T05:28:03 | 2025-04-01T04:56:54.693404 | {
"authors": [
"ErmineApps",
"manoj7410"
],
"repo": "google-coral/project-bodypix",
"url": "https://github.com/google-coral/project-bodypix/issues/24",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
1192088277 | getNextScrambledWord function in GameFragment.kt in starter branch isn't used
URL of codelab
https://developer.android.com/codelabs/basic-android-kotlin-training-viewmodel?continue=https%3A%2F%2Fdeveloper.android.com%2Fcourses%2Fpathways%2Fandroid-basics-kotlin-unit-3-pathway-3%23codelab-https%3A%2F%2Fdeveloper.andro... | gharchive/issue | 2022-04-04T17:22:18 | 2025-04-01T04:56:54.697972 | {
"authors": [
"Soran-Alatas"
],
"repo": "google-developer-training/android-basics-kotlin-unscramble-app",
"url": "https://github.com/google-developer-training/android-basics-kotlin-unscramble-app/issues/166",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
906716895 | Android Basics: Fragments Navigation component
URL of codelab
https://developer.android.com/codelabs/basic-android-kotlin-training-fragments-navigation-component#7
In which task and step of the codelab can this issue be found?
Set Up the Navigation Graph
Describe the problem
Typo in this paragraph:
Upon creating the... | gharchive/issue | 2021-05-30T10:57:40 | 2025-04-01T04:56:54.702176 | {
"authors": [
"bernardsmith0892",
"jtavva"
],
"repo": "google-developer-training/android-basics-kotlin-words-app",
"url": "https://github.com/google-developer-training/android-basics-kotlin-words-app/issues/134",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
... |
2247305537 | Gemini API: Prompting with Video - genai.upload_file [Errno 60] Operation timed out
How should I handle it so that I can execute the function to upload files locally? Additionally, what does this function correspond to 【POST https://generativelanguage.googleapis.com/upload/v1beta/files】?
Hi, are you running thi... | gharchive/issue | 2024-04-17T03:44:58 | 2025-04-01T04:56:54.712845 | {
"authors": [
"TYMichaelChen",
"garmanwu",
"maxuechaogao",
"wangy325"
],
"repo": "google-gemini/cookbook",
"url": "https://github.com/google-gemini/cookbook/issues/73",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
978651252 | [felix] Can we get tensorflow1.x code?
the requirement of felix code confuse me and is not compatible with my environment.
Can we get origin tensorflow1.x code? Thanks a lot.
Hi, we don't plan to release the TF one version, as it tied to internal Google infrastructure. Could you maybe try using the most recent TF2 ... | gharchive/issue | 2021-08-25T02:50:16 | 2025-04-01T04:56:54.717198 | {
"authors": [
"Jmallins",
"zhyunlong"
],
"repo": "google-research/google-research",
"url": "https://github.com/google-research/google-research/issues/794",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
1233406508 | Provide an interactive class for mixing training and inference.
There's a lot of instructions here about how I could train/fine-tune t5 itself directly on natural language tasks and datasets, but I'm interested in training another model which would take t5 embeds of language as an input.
In order to do this, I would ... | gharchive/issue | 2022-05-12T03:46:26 | 2025-04-01T04:56:54.720352 | {
"authors": [
"GallagherCommaJack",
"adarob",
"jon-chuang",
"kkenealy"
],
"repo": "google-research/t5x",
"url": "https://github.com/google-research/t5x/issues/537",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
183535082 | add devtools section to storage doc
@marcacohen I added a DevTools section to your web storage doc. LGTY?
LGTM. I left one comment that is not blocking.
Thanks for this Kayce. Just left you one minor, non-blocking comment.
Otherwise LGTM!
On 19 October 2016 at 10:58, Paul Kinlan notifications@github.com wrote:
L... | gharchive/pull-request | 2016-10-17T21:39:27 | 2025-04-01T04:56:54.740086 | {
"authors": [
"PaulKinlan",
"kaycebasques",
"marcacohen"
],
"repo": "google/WebFundamentals",
"url": "https://github.com/google/WebFundamentals/pull/3701",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
222861870 | [devtools] update "optimize js execution"
Updates the section that explains how to use DevTools to analyze JS execution by fixing the screenshots and descriptions.
Done... I wonder if I could write a pre-submit hook that checks / fixes that
| gharchive/pull-request | 2017-04-19T20:29:03 | 2025-04-01T04:56:54.741075 | {
"authors": [
"kaycebasques"
],
"repo": "google/WebFundamentals",
"url": "https://github.com/google/WebFundamentals/pull/4445",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
496496166 | update tools and dataset recommendations
What's changed, or what was fixed?
update tools and dataset recommendations
Target Live Date: 2019-09-2-
[x] This has been reviewed and approved by (addyosmani)
[x] I have run npm test locally and all tests pass.
[x] I have added the appropriate type-something label.
[x] I'... | gharchive/pull-request | 2019-09-20T18:46:45 | 2025-04-01T04:56:54.746413 | {
"authors": [
"WebFundBot",
"igrigorik"
],
"repo": "google/WebFundamentals",
"url": "https://github.com/google/WebFundamentals/pull/8143",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
173621232 | Mouse events triggered twice
When using the Access Bridge Explorer, and monitoring for mouse events, those are posted twice in the grid at the bottom of the page. Is there a way to capture mouse events only once? Please advice. Thanks.
Hi @ceconic ,
witch events a captured twice. There are four different mouseevent... | gharchive/issue | 2016-08-27T23:48:44 | 2025-04-01T04:56:54.747829 | {
"authors": [
"MirkoFl",
"ceconic"
],
"repo": "google/access-bridge-explorer",
"url": "https://github.com/google/access-bridge-explorer/issues/3",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
233811395 | Timers and alarms don't work with GPIO/clap triggers
Hi, So now we have successfully managed to update our cardboard friend - thanks to the wonderful guidance yourselves provided - we have what seems to be another problem/issue.
In eduncan911's blog it was mentioned that the timer functionality was included in the ne... | gharchive/issue | 2017-06-06T08:09:21 | 2025-04-01T04:56:54.756058 | {
"authors": [
"JonesChi",
"Shulyaka",
"arman-k",
"aycgit",
"borpin",
"czarnikjak",
"drigz",
"janpIFMS",
"nskrotzki",
"sheridat"
],
"repo": "google/aiyprojects-raspbian",
"url": "https://github.com/google/aiyprojects-raspbian/issues/79",
"license": "apache-2.0",
"lice... |
237974554 | Add Preview Callback
allows setting a callback that gets invoked on each preview frame.
The callback receives an android.media.Image object, consistent with the Camera 2 API.
I have the same needs
check this https://github.com/google/cameraview/pull/218
| gharchive/issue | 2017-06-22T21:08:35 | 2025-04-01T04:56:54.803789 | {
"authors": [
"doug-precocity",
"sibelius",
"vondear"
],
"repo": "google/cameraview",
"url": "https://github.com/google/cameraview/issues/171",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
1992290692 | Segmentation fault
Clspv fails to compile the following:
typedef unsigned u32;
kernel void foo(global u32 *out, global float *ptr, u32 f) {
out[0] = atomic_max(reinterpret_cast<u32 *>(ptr), f);
}
godbolt link
Compiling with clspv in DEBUG and -cl-std=CLC++ outputs the following message:
# .---command stderr--... | gharchive/issue | 2023-11-14T09:03:04 | 2025-04-01T04:56:54.805456 | {
"authors": [
"bmanga",
"rjodinchr"
],
"repo": "google/clspv",
"url": "https://github.com/google/clspv/issues/1259",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1644001932 | fix Rewrite Packed Structs pass for opaque pointers
For opaque pointers, do not look for packed structure in kernel arguments.
Instead look for gep on packed structure or on structure with an implicit cast.
Lowering structure (even unpacked) in implicit cast gep is needed to avoid complicated issue (that I don't have... | gharchive/pull-request | 2023-03-28T13:50:43 | 2025-04-01T04:56:54.808821 | {
"authors": [
"rjodinchr"
],
"repo": "google/clspv",
"url": "https://github.com/google/clspv/pull/1054",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
222239238 | Use Ctrl-Up and Ctrl-Down to change the font size in the editor panel.
This solves the problem with projectors and smart boards, as described in Issue 414
Thanks!
This is now live.
| gharchive/pull-request | 2017-04-17T21:39:05 | 2025-04-01T04:56:54.814015 | {
"authors": [
"alphalambda",
"cdsmith"
],
"repo": "google/codeworld",
"url": "https://github.com/google/codeworld/pull/465",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
2326976046 | Add ir_data_utils.copy and update
This adds ir_data_utils helpers to handle copying and updating ir_data instances. Some instances of CopyFrom that aren't associated with a builder are updated to use copy or update.
Part of #118.
FYI @robrussell
Not sure if you saw the question about header_generator_test.py - i... | gharchive/pull-request | 2024-05-31T05:11:07 | 2025-04-01T04:56:54.840542 | {
"authors": [
"EricRahm"
],
"repo": "google/emboss",
"url": "https://github.com/google/emboss/pull/145",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
996127118 | Setting DepthOfFieldOptions on Android causes performance drop even when disabled
I pulled in the latest changes since the beginning of the year and noticed as significant performance drop. I traced it to the setting the DepthOfFieldOptions property on my View object to a new object instance. Even though the enabled ... | gharchive/issue | 2021-09-14T15:03:45 | 2025-04-01T04:56:54.848311 | {
"authors": [
"pixelflinger",
"rawnsley",
"romainguy"
],
"repo": "google/filament",
"url": "https://github.com/google/filament/issues/4617",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1572412387 | Module.tabulate doesn't show activation layers.
Provide as much information as possible. At least, this should include a description of your issue and steps to reproduce the problem. If possible also provide a summary of what steps or workarounds you have already tried.
System information
OS Platform and Distributi... | gharchive/issue | 2023-02-06T11:38:07 | 2025-04-01T04:56:54.866677 | {
"authors": [
"cgarciae",
"zguo235"
],
"repo": "google/flax",
"url": "https://github.com/google/flax/issues/2850",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
2294160272 | Support direct quantization for FP8 matmul
Historically, FP8 matmul quantization followed the pattern of fake quantization, which involved a sequence of operations: quantization -> dequantization -> dot. Here, (de)quantization refers to type casting and the application of scaling factors. The XLA GemmWriter pass was ... | gharchive/pull-request | 2024-05-14T01:31:11 | 2025-04-01T04:56:54.873648 | {
"authors": [
"kaixih",
"levskaya",
"lukaszlew",
"wenscarl",
"zhangqiaorjc"
],
"repo": "google/flax",
"url": "https://github.com/google/flax/pull/3922",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
645541143 | glog error log was incorrrectly written to unexpected memory
Hi,
I know glog ERROR log message will be written to stderr by default. Most of the time, it work as expected, but occasionally I found it will not be written into stderr and was written into some unexpected memory.
I have checked my source code and then I ... | gharchive/issue | 2020-06-25T12:56:48 | 2025-04-01T04:56:54.898195 | {
"authors": [
"fanyhawu"
],
"repo": "google/glog",
"url": "https://github.com/google/glog/issues/561",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
138202411 | Pass urls map (Endpoint) to acme Client
That way we could skip url string param in each call to the client. Maybe provide Endpoint as additional parameter to acme client, maybe additional wrapper.
I see what you mean. Some of the url args of the client refer to an account URI, not Endpoint.
Do you think it would ma... | gharchive/issue | 2016-03-03T14:59:38 | 2025-04-01T04:56:54.924771 | {
"authors": [
"crhym3",
"mbwalas"
],
"repo": "google/goacme",
"url": "https://github.com/google/goacme/issues/16",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
424634657 | Wrongly Deleting Sites
On the Goolge Authenticator iPhone app, I tried to delete my login for one site (let's say Facebook) and it initially didn't disappear. So I tried to delete it again, after which not only had that login disappeared but also another login for another site (let's say Amazon) was gone too. This go... | gharchive/issue | 2019-03-24T16:53:31 | 2025-04-01T04:56:54.928494 | {
"authors": [
"MrPickles",
"marbiru"
],
"repo": "google/google-authenticator",
"url": "https://github.com/google/google-authenticator/issues/668",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
737371779 | Face ID
This repository is for the iPhone and Blackberry app.
Please note that the code in this repository is an open source fork of the app in the App Store, so there is no guarantee that both apps will be in sync. Please check which version of the app your bug applies to below.
[ ] This issue is present in the app... | gharchive/issue | 2020-11-06T00:52:34 | 2025-04-01T04:56:54.934239 | {
"authors": [
"ThomasHabets",
"mygizli04",
"spindriftur"
],
"repo": "google/google-authenticator",
"url": "https://github.com/google/google-authenticator/issues/716",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
504267271 | Extract extended DNS Rcode from OPT record
Add decoding of the extended DNS ResponseCode from OPT records as specified in RFC 6891 section 6.1.3.
Additionally also adds the BADCOOKIE DNS ResponseCode (from RFC 7873) to the list of known values.
Thanks
| gharchive/pull-request | 2019-10-08T20:39:07 | 2025-04-01T04:56:54.974732 | {
"authors": [
"notti",
"x-way"
],
"repo": "google/gopacket",
"url": "https://github.com/google/gopacket/pull/716",
"license": "bsd-3-clause",
"license_type": "permissive",
"license_source": "bigquery"
} |
1849797370 | Create a new data class for representing locally stored TileSource
Currently we use the same class in different contexts. We should create a new one for better readability.
We now have OfflineAreaEntity to represent this.
| gharchive/issue | 2023-08-14T13:39:02 | 2025-04-01T04:56:54.975668 | {
"authors": [
"gino-m",
"shobhitagarwal1612"
],
"repo": "google/ground-android",
"url": "https://github.com/google/ground-android/issues/1790",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
99260597 | Wiki is out of date about disabling the bridge ClassLoader
https://github.com/google/guice/wiki/ClassLoading#disabling-guices-bridge-classloader says to pass -Dguice.custom.loader=false to disable the bridge ClassLoader. But since 0c3a880d89bda0fe769f9fb422eb212b72934e66, the correct option is -Dguice_custom_class_l... | gharchive/issue | 2015-08-05T17:46:32 | 2025-04-01T04:56:54.987134 | {
"authors": [
"sameb",
"tavianator"
],
"repo": "google/guice",
"url": "https://github.com/google/guice/issues/944",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
1993400077 | CGGI / TFHE scheme: Common LUT optimizations?
Some LUTs generated by Yosys for a circuit seem more common that others - namely, 128, 120, 1, and others.
It may be an interesting optimization to target these LUTs to some optimized modules, or to use some linear rewrites for these LUTs and avoid the bootstrap operation... | gharchive/issue | 2023-11-14T19:14:01 | 2025-04-01T04:56:54.995346 | {
"authors": [
"asraa",
"j2kun"
],
"repo": "google/heir",
"url": "https://github.com/google/heir/issues/254",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1206693979 | Modernize and relocate iree/runtime Python package to runtime/bindings/python.
Non-functional changes:
Moves bindings/python/iree/runtime -> iree/runtime/python/iree/runtime.
Fixes dash vs undescore inconsistency in compile install path. Now both use underscores (python_packages/iree_compiler and python_packages/ire... | gharchive/pull-request | 2022-04-18T05:52:41 | 2025-04-01T04:56:55.002329 | {
"authors": [
"powderluv",
"stellaraccident"
],
"repo": "google/iree",
"url": "https://github.com/google/iree/pull/8912",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
659708179 | Closes: #1 Updated validations.py 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
Updated validat... | gharchive/pull-request | 2020-07-17T22:50:42 | 2025-04-01T04:56:55.005564 | {
"authors": [
"gnjyothi"
],
"repo": "google/it-cert-automation-practice",
"url": "https://github.com/google/it-cert-automation-practice/pull/4895",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
660381280 | Closes: #1Updated validations.py python script.
Fixed the behavior of validate_user function in validations.py.
Closes: #1
Fixes #<issue_number_goes_here>
It's a good idea to open an issue first for discussion.
[x] Tests pass
[x] Appropriate changes to README are included in PR
made the valid changes so the pyt... | gharchive/pull-request | 2020-07-18T21:07:15 | 2025-04-01T04:56:55.007903 | {
"authors": [
"oliverjohn-github"
],
"repo": "google/it-cert-automation-practice",
"url": "https://github.com/google/it-cert-automation-practice/pull/4940",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
382678964 | NPE when compiling simple enum class with lambda expressions
Describe the bug
I have a simple enum java class that define an inner Functional interface, the interface is used a constructor argument for the enum class, enum entires are defined passing a lambada expression of that functional interface.
compiling with j... | gharchive/issue | 2018-11-20T14:07:27 | 2025-04-01T04:56:55.012256 | {
"authors": [
"rluble",
"vegegoku"
],
"repo": "google/j2cl",
"url": "https://github.com/google/j2cl/issues/16",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
596803442 | Why and how to use check_grads?
I'm curious what is the purpose of check_grads and how should it be used - it seems to return no values and there are no comments associated with the code.
check_grads is an internal test utility for verifying that gradients are calculated correctly by JAX's automatic differentiatio... | gharchive/issue | 2020-04-08T19:22:27 | 2025-04-01T04:56:55.018981 | {
"authors": [
"durian888",
"shoyer"
],
"repo": "google/jax",
"url": "https://github.com/google/jax/issues/2648",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
747614184 | Error caused by shutil.rmtree
Traceback (most recent call last):
File "\\?\C:\Users\cloud\AppData\Local\Temp\Bazel.runfiles_vfpgffuf\runfiles\__main__\build\install_xla_in_source_tree.py", line 83, in <module>
shutil.rmtree(jaxlib_dir)
File "C:\Users\cloud\miniconda3\lib\shutil.py", line 516, in rmtree
re... | gharchive/issue | 2020-11-20T16:16:40 | 2025-04-01T04:56:55.021895 | {
"authors": [
"cloudhan",
"hawkinsp"
],
"repo": "google/jax",
"url": "https://github.com/google/jax/issues/4983",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1093120592 | Converting Concrete Tracer values to regular float values doesnt work
Hello,
I am trying to convert concrete tracer values to regular float values using astype(float) but it still seems to return a concrete tracer value. However when I do astype(int) it seems to correctly convert the concrete tracer into an int.
Here... | gharchive/issue | 2022-01-04T08:29:17 | 2025-04-01T04:56:55.030543 | {
"authors": [
"JaySandesara",
"jakevdp"
],
"repo": "google/jax",
"url": "https://github.com/google/jax/issues/9085",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
421126108 | Allow negative padding in pad gradient, fixes #511
Paired with @j-towns, fixes #511
Thanks for the PR!
It looks like the Travis build failed — looks like a problem with mismatched types?
Otherwise this looks good.
| gharchive/pull-request | 2019-03-14T16:36:27 | 2025-04-01T04:56:55.032313 | {
"authors": [
"JuliusKunze",
"hawkinsp"
],
"repo": "google/jax",
"url": "https://github.com/google/jax/pull/512",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
261044805 | Add context.Context parameter to the model interfaces
Having the context.Context parameter in the JSONAPILinks,
JSONAPIMeta, JSONAPIRelationshipLinks and JSONAPIRelationshipMeta
allows for accessing contextual information such as the request URI,
which can be used to generate absolute URLs for example.
Signed-off-by:... | gharchive/pull-request | 2017-09-27T16:47:36 | 2025-04-01T04:56:55.040175 | {
"authors": [
"shwoodard",
"xcoulon"
],
"repo": "google/jsonapi",
"url": "https://github.com/google/jsonapi/pull/116",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1293448395 | add --spot flag to kctf-cluster to use spot VMs
big savings during dev time with spot VMs, so it would be nice to have this flag
Thanks Arxenix! The change looks good to me. Please check out the message from the google-cla bot and then I can merge it.
I'm not really sure why it's failing, I signed the CLA
Thank... | gharchive/pull-request | 2022-07-04T17:54:48 | 2025-04-01T04:56:55.041781 | {
"authors": [
"arxenix",
"sroettger"
],
"repo": "google/kctf",
"url": "https://github.com/google/kctf/pull/380",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
42332479 | Adapting sequence numbers to timestamps
Original issue 248 created by mvonmaszewski on 2014-08-13T21:38:21.000Z:
I am considering a custom modification where sequence numbers are actually timestamps. I would use this to automatically prune older records during compactions. New sequence numbers would be generated li... | gharchive/issue | 2014-09-09T17:42:51 | 2025-04-01T04:56:55.045019 | {
"authors": [
"cmumford"
],
"repo": "google/leveldb",
"url": "https://github.com/google/leveldb/issues/254",
"license": "bsd-3-clause",
"license_type": "permissive",
"license_source": "bigquery"
} |
2427538145 | Model v1
Hi,
Is there any possibility to add support for running v1 version of the model?
Maybe in a Cargo.toml feature.
Thanks!
Hello,
what would the use case for this? Ensure backward compatibility? Or you noticed specific issues with v2? Additional context would help!
As far as I seen, v2 is slower than v1 as ... | gharchive/issue | 2024-07-24T13:04:38 | 2025-04-01T04:56:55.048229 | {
"authors": [
"reyammer",
"yaniv5678"
],
"repo": "google/magika",
"url": "https://github.com/google/magika/issues/593",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
871810903 | Get landmarks and iris points in the Iris tracking project in javascript
Hello ,
I want to attach a new Listener to get landmarks and iris points (in https://viz.mediapipe.dev/demo/iris_tracking). I've added this line in the "default_demo_bin.js" in "module$contents$google3$third_party$mediapipe$web$default_demo_Vide... | gharchive/issue | 2021-04-30T02:04:39 | 2025-04-01T04:56:55.051492 | {
"authors": [
"Sun1718",
"mhays-google"
],
"repo": "google/mediapipe",
"url": "https://github.com/google/mediapipe/issues/1960",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
948412947 | Feasibility of Objectron support on iOS
Hello, at present, my Objectron Android project has basically completed the required functions, but we need to use this function on the iOS side, so is there any way to provide the use scheme of Objectron on the iOS side, or to port the completed Android Studio project to the i... | gharchive/issue | 2021-07-20T08:15:08 | 2025-04-01T04:56:55.054003 | {
"authors": [
"atursug",
"janeSmith99221",
"sureshdagooglecom",
"z7212819"
],
"repo": "google/mediapipe",
"url": "https://github.com/google/mediapipe/issues/2316",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
385001631 | Layer 2: MetalLB shouldn't listen on interfaces which have master
Is this a bug report or a feature request?:
BUG
What happened:
My nodes have a lot of interfaces, eg. 4 hardware interfaces, 2 bonding, bridge, vlans, and veth interfaces.
When I use arping, I have 8 replies from the metallb speaker. From each interfac... | gharchive/issue | 2018-11-27T21:50:32 | 2025-04-01T04:56:55.060854 | {
"authors": [
"danderson",
"kvaps"
],
"repo": "google/metallb",
"url": "https://github.com/google/metallb/issues/349",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
280799940 | Move nodeHasHealthyEndpoints to internal/k8s
Make it public and call it from {bgp,arp}-speaker.
Fixes #29
Needs rebase. Github got confused by the concurrent PRs, and my attempt to fix it in the online editor have just made things worse. Can you rebase+push to your branch from your client?
| gharchive/pull-request | 2017-12-10T10:50:38 | 2025-04-01T04:56:55.062053 | {
"authors": [
"danderson",
"miekg"
],
"repo": "google/metallb",
"url": "https://github.com/google/metallb/pull/36",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
572358530 | Placement of objects in AR mode
Hi,
This is more of a query than a bug and I understand it relates to both quick look and scene-viewer rather than model-viewer itself but am posting here in the hope that someone can enlighten me.
I'm trying to understand how models are placed in space when in AR mode. It seems to me ... | gharchive/issue | 2020-02-27T21:04:34 | 2025-04-01T04:56:55.073267 | {
"authors": [
"akemora",
"cdata",
"elalish",
"elbobo",
"tpsiaki"
],
"repo": "google/model-viewer",
"url": "https://github.com/google/model-viewer/issues/1056",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
752609435 | How to disable blending with scene viewer?
By default, object blending is enabled in scene-viewer. Is there a way we can have it disabled as default?
@tpsiaki Is there an intent parameter for this?
Thanks @elalish for investigating, I am also interested in a possible solution.
Blending is a cool feature but so ... | gharchive/issue | 2020-11-28T06:23:38 | 2025-04-01T04:56:55.076532 | {
"authors": [
"Saicopate",
"antekj",
"creativehims",
"ctrlventure",
"elalish",
"ronpadz",
"tpsiaki"
],
"repo": "google/model-viewer",
"url": "https://github.com/google/model-viewer/issues/1733",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery... |
556479754 | Make it possible to set custom Scene Viewer link and title
Description
I found https://github.com/GoogleWebComponents/model-viewer/pull/855#pullrequestreview-307394678 which is great - it basically allows to pass parameters such as sound= and link= directly into SceneViewer since they get preserved when just appendin... | gharchive/issue | 2020-01-28T21:29:22 | 2025-04-01T04:56:55.082749 | {
"authors": [
"elalish",
"hybridherbst",
"sprengerst"
],
"repo": "google/model-viewer",
"url": "https://github.com/google/model-viewer/issues/971",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
70051898 | fcitx-mozc: please review and merge fcitx module to trunk
There were users requesting mozc support of Fcitx some time ago, and Fcitx's
maintainer has created a patch for mozc to add the support (since mozc support
can only be built together with mozc itself). Please review and merge it to
trunk.
http://code.googl... | gharchive/issue | 2015-04-22T07:53:40 | 2025-04-01T04:56:55.084815 | {
"authors": [
"1dot75cm",
"GoogleCodeExporter"
],
"repo": "google/mozc",
"url": "https://github.com/google/mozc/issues/157",
"license": "bsd-3-clause",
"license_type": "permissive",
"license_source": "bigquery"
} |
2408865319 | add timestamps to out and web
This is useful for tracking performance.
/gcbrun exp -n dk-test-infra-99x2 -m vertex_ai_gemini-1-5 -b minor-for-ci -i
These are the visuals added:
https://llm-exp.oss-fuzz.com/Result-reports/ofg-pr/2024-07-16-485-dk-test-infra-99x2-minor-for-ci/index.html
/gcbrun exp -n dk-test-in... | gharchive/pull-request | 2024-07-15T14:19:01 | 2025-04-01T04:56:55.087579 | {
"authors": [
"DavidKorczynski"
],
"repo": "google/oss-fuzz-gen",
"url": "https://github.com/google/oss-fuzz-gen/pull/485",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1872693575 | chore: capture coverage and upload it to codecov
This is a real basic starter for 10 - I considered doing something more fancy with run_tests.sh but realised it would just be better to discuss the general approach to scripts for the scanner as its own thing (i.e. we could use make, we could move things into scripts, ... | gharchive/pull-request | 2023-08-30T00:40:37 | 2025-04-01T04:56:55.108204 | {
"authors": [
"G-Rath",
"codecov-commenter"
],
"repo": "google/osv-scanner",
"url": "https://github.com/google/osv-scanner/pull/512",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
300285064 | Swift 4.1 error: Ambiguous use of operator '=='
Hi,
I got an error when working with Swift 4.1 and Xcode 9.3 beta 3 (9Q117m), when installing the framework using CocoaPods v1.4.0:
Not critical now, stable Xcode 9.2 and Swift 4 work correctly.
Removing this piece of code makes it compile:
static func == (lhs: Whe... | gharchive/issue | 2018-02-26T15:37:12 | 2025-04-01T04:56:55.124428 | {
"authors": [
"richardtop",
"shoumikhin"
],
"repo": "google/promises",
"url": "https://github.com/google/promises/issues/27",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
287173011 | Add entry_points
Adding entry_points to setup.py to get console scripts
diff --git a/setup.py b/setup.py
index 7fb1172..ec02932 100644
--- a/setup.py
+++ b/setup.py
@@ -57,5 +57,12 @@ Android project's ADB.
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 3',
'Topic... | gharchive/issue | 2018-01-09T17:42:38 | 2025-04-01T04:56:55.148642 | {
"authors": [
"delijati",
"fahhem"
],
"repo": "google/python-adb",
"url": "https://github.com/google/python-adb/issues/74",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
77495071 | How to Use it Stand Alone?
I want to use it with PHP not composer how to install it in my PHP script?
With the addition of #34 you should now be able to follow the instructions here: https://github.com/google/recaptcha#manual-installation
okay, thanks
| gharchive/issue | 2015-05-18T04:35:19 | 2025-04-01T04:56:55.151810 | {
"authors": [
"rajlaksh",
"rowan-m"
],
"repo": "google/recaptcha",
"url": "https://github.com/google/recaptcha/issues/49",
"license": "bsd-3-clause",
"license_type": "permissive",
"license_source": "bigquery"
} |
1076184968 | Hoq to Decodr text
您的邮件已收到,,,我会尽快回复的,,,
| gharchive/issue | 2021-12-09T23:37:20 | 2025-04-01T04:56:55.156341 | {
"authors": [
"Leroy1986",
"SCUTQiaoRui"
],
"repo": "google/seq2seq",
"url": "https://github.com/google/seq2seq/issues/380",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
576854222 | Video doesn't render if ShakaPlayerView is initialised with .zero frame
I've been struggling with this for ages until I found the culprit. I wasn't getting any video rendered and I was literally pulling my hair out. I'm creating this issue in case anybody else comes upon it.
After doing lots of tests I finally found ... | gharchive/issue | 2020-03-06T10:55:41 | 2025-04-01T04:56:55.159703 | {
"authors": [
"jgongo"
],
"repo": "google/shaka-player-embedded",
"url": "https://github.com/google/shaka-player-embedded/issues/124",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
327508957 | DRM Dash Live Stream doesn't work
Have you read the FAQ and checked for duplicate issues: yes
What version of Shaka Player are you using: 2.4.0
Can you reproduce the issue with our latest release version: yes
Can you reproduce the issue with the latest code from master: yes
Are you using the demo app or your own cust... | gharchive/issue | 2018-05-29T22:25:05 | 2025-04-01T04:56:55.171110 | {
"authors": [
"desenhista",
"ismena",
"joeyparrish"
],
"repo": "google/shaka-player",
"url": "https://github.com/google/shaka-player/issues/1453",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
348352610 | Event for RECOVERABLE networking errors and subsequent retries
We would like to know when a networking error occurs which results in a retry. Our application tracks this information for performance metrics purposes.
To implement such a change, it seems NetworkingEngine would need to accept a PlayerInterface, but I do... | gharchive/issue | 2018-08-07T14:41:43 | 2025-04-01T04:56:55.175677 | {
"authors": [
"chrisfillmore",
"theodab"
],
"repo": "google/shaka-player",
"url": "https://github.com/google/shaka-player/issues/1529",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
672869840 | Refactor isSupportedSyzkall
Related to https://github.com/google/syzkaller/pull/2001#issuecomment-668390600, @dvyukov What do you think about this?
CC: @balsini
Related to #2001 (comment), @dvyukov What do you think about this?
Looks good. Thanks for the refactoring this.
| gharchive/pull-request | 2020-08-04T15:12:41 | 2025-04-01T04:56:55.210153 | {
"authors": [
"StefanoDuo",
"dvyukov"
],
"repo": "google/syzkaller",
"url": "https://github.com/google/syzkaller/pull/2005",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
1430531299 | pkg/build: update fuchsia tools target name
Fuchsia's //bundles:tools target was renamed to
//bundles/tools.
Before sending a pull request, please review Contribution Guidelines:
https://github.com/google/syzkaller/blob/master/docs/contributing.md
This together with https://fuchsia-review.googlesource.com/c/fuchs... | gharchive/pull-request | 2022-10-31T21:38:22 | 2025-04-01T04:56:55.212263 | {
"authors": [
"glpesk"
],
"repo": "google/syzkaller",
"url": "https://github.com/google/syzkaller/pull/3492",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
2425343272 | all: move spanner writes to dashboard/app
dashboard/app knows about subsystems much more
I don't know how to test it locally.
The proposal is to deploy this dashapi extension, test it manually and if Ok - switch to its usage.
@dvyukov
Sounds good.
| gharchive/pull-request | 2024-07-23T14:19:17 | 2025-04-01T04:56:55.213599 | {
"authors": [
"dvyukov",
"tarasmadan"
],
"repo": "google/syzkaller",
"url": "https://github.com/google/syzkaller/pull/5102",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
1196684611 | weather_dl: 'Fetch data' counters reset after error
I'm running a mars download job with 3 licenses, 3 workers, 6 CPUs, running 2 downloads per license. The 'Fetch data' counters kept increasing as expected as downloads progressed. However, at some point all 6 downloads timed out at almost the same time with
File "/... | gharchive/issue | 2022-04-08T00:14:14 | 2025-04-01T04:56:55.233993 | {
"authors": [
"alxmrs",
"uhager"
],
"repo": "google/weather-tools",
"url": "https://github.com/google/weather-tools/issues/140",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
554064744 | Font Picker: Search and Popular fonts
Feature description
This is a follow up to ampproject/amp-wp#3759
Do not alter or remove anything below. The following sections will be managed by moderators only.
Acceptance criteria
User is able to search for fonts
When the user clicks anywhere inside the text picker, display... | gharchive/issue | 2019-12-11T19:29:32 | 2025-04-01T04:56:55.248723 | {
"authors": [
"jauyong",
"miina",
"ndev1991",
"o-fernandez",
"pbakaus",
"swissspidy"
],
"repo": "google/web-stories-wp",
"url": "https://github.com/google/web-stories-wp/issues/30",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
793236641 | Update Moveable to latest 0.25 release
Feature Description
There have been a few new releases of react-moveable. As per #5952, it would be wise to address the failing tests the latest update causes, and otherwise adjust the code where needed.
It looks like the update breaks the rotation indeed, will need some adjus... | gharchive/issue | 2021-01-25T10:06:37 | 2025-04-01T04:56:55.253041 | {
"authors": [
"csossi",
"miina",
"swissspidy"
],
"repo": "google/web-stories-wp",
"url": "https://github.com/google/web-stories-wp/issues/6028",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
139446804 | Returning to the initial scene with the root GAv4 object creates duplicate instances
The usage of DontDestroyOnLoad() in the script GoogleAnalyticsV4.cs seems incorrect and leads to duplicate GAv4 objects when the scene is loaded again.
To Reproduce:
Add the GAv4 object to the root of hierarchy of the initial scene.... | gharchive/issue | 2016-03-09T01:35:54 | 2025-04-01T04:56:55.280696 | {
"authors": [
"11Sheep",
"christianstrang",
"jamesvecore",
"tmarciszewski"
],
"repo": "googleanalytics/google-analytics-plugin-for-unity",
"url": "https://github.com/googleanalytics/google-analytics-plugin-for-unity/issues/104",
"license": "apache-2.0",
"license_type": "permissive",
"lice... |
1685515748 | chore: Add HttpJson Showcase test for Location Mixins
Thank you for opening a Pull Request! For general contributing guidelines, please refer to contributing guide
Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
[x] Make sure to open an issue as a bug/issue before writing ... | gharchive/pull-request | 2023-04-26T18:31:20 | 2025-04-01T04:56:55.284173 | {
"authors": [
"burkedavison",
"lqiu96"
],
"repo": "googleapis/gapic-generator-java",
"url": "https://github.com/googleapis/gapic-generator-java/pull/1656",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1128214170 | Release Google.Api.Gax version 3.7.0
No changes since 3.7.0-beta01
Changes since 3.6.0:
Addition of RoutingHeaderExtractor and corresponding ApiCall methods to use it
Closing for now as we need to investigate streaming first.
Thanks - will release on Monday.
Created release for Google.Api.Gax-3.7.0
| gharchive/pull-request | 2022-02-09T08:36:49 | 2025-04-01T04:56:55.290930 | {
"authors": [
"jskeet",
"yoshi-automation"
],
"repo": "googleapis/gax-dotnet",
"url": "https://github.com/googleapis/gax-dotnet/pull/525",
"license": "bsd-3-clause",
"license_type": "permissive",
"license_source": "bigquery"
} |
1222214164 | How to validate idToken?
So I know this library could be sued but adding 18MB just to validate idToken is is bad idea for me, so how can i pull the selected files from this library to achieve the same
you can install just the google/auth to validate ID tokens:
composer install google/auth
$auth = new Google\Auth\A... | gharchive/issue | 2022-05-01T16:52:14 | 2025-04-01T04:56:55.307102 | {
"authors": [
"ashiqdey",
"bshaffer"
],
"repo": "googleapis/google-api-php-client",
"url": "https://github.com/googleapis/google-api-php-client/issues/2257",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
834469948 | The sharedWithMe request parameter is being processed incorrectly
I tried to get files from Google Drive that owned by user, not shared with him.
Environment details
OS type and version: Ubuntu 20.04.1 LTS
Python version: Python 3.8.5
pip version: 19.0.3
google-api-python-client version: 2.0.2
Code example
import... | gharchive/issue | 2021-03-18T07:12:42 | 2025-04-01T04:56:55.311717 | {
"authors": [
"mef1stofel",
"parthea"
],
"repo": "googleapis/google-api-python-client",
"url": "https://github.com/googleapis/google-api-python-client/issues/1257",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
589269700 | Cleanup Examples for Bigtable
[x] Refactor command-line parsing and auto-running to a common library.
[x] Refactor bigtable_grpc_credentials.cc
[x] Refactor data_snippets.cc
[x] Refactor data_async_snippets.cc
[x] Refactor bigtable_hello_app_profile.cc
[x] Refactor bigtable_hello_instance_admin.cc
[x] Refactor bigta... | gharchive/issue | 2020-03-27T16:56:39 | 2025-04-01T04:56:55.327927 | {
"authors": [
"coryan",
"devjgm"
],
"repo": "googleapis/google-cloud-cpp",
"url": "https://github.com/googleapis/google-cloud-cpp/issues/3523",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
649064436 | Update Google.Apis.Storage.v1 dependency
In particular, this supports the "CustomTime" property on Storage
objects, as well as the corresponding object-lifecycle management
conditions.
Fixes #5115.
Self-merging to unblock creating a release.
| gharchive/pull-request | 2020-07-01T15:16:16 | 2025-04-01T04:56:55.329124 | {
"authors": [
"jskeet"
],
"repo": "googleapis/google-cloud-dotnet",
"url": "https://github.com/googleapis/google-cloud-dotnet/pull/5126",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1128672011 | Release Google.Cloud.CertificateManager.V1 version 1.0.0-beta01
Changes in this release:
Initial release.
Created release for Google.Cloud.CertificateManager.V1-1.0.0-beta01
| gharchive/pull-request | 2022-02-09T15:16:32 | 2025-04-01T04:56:55.330422 | {
"authors": [
"jskeet",
"yoshi-automation"
],
"repo": "googleapis/google-cloud-dotnet",
"url": "https://github.com/googleapis/google-cloud-dotnet/pull/7950",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
639844019 | docs: add "support_documentation" to libraries.json
RE: https://github.com/googleapis/synthtool/pull/582
This will add a best-effort link to each product's "Getting Support" page. If it can't be found, it will re-use the "product_documentation" link.
I like this idea, let's try it.
| gharchive/pull-request | 2020-06-16T17:24:19 | 2025-04-01T04:56:55.331798 | {
"authors": [
"bcoe",
"stephenplusplus"
],
"repo": "googleapis/google-cloud-node",
"url": "https://github.com/googleapis/google-cloud-node/pull/3008",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
608706233 | Synthesis failed for datacatalog
Hello! Autosynth couldn't regenerate datacatalog. :broken_heart:
Here's the output from running synth.py:
Cloning into 'working_repo'...
Switched to a new branch 'autosynth-datacatalog'
Cloning into '/tmp/tmpp6dqig9h/googleapis'...
Note: switching to '35c6057ac2f4db2a69c932e3b7301a060... | gharchive/issue | 2020-04-29T00:55:39 | 2025-04-01T04:56:55.334624 | {
"authors": [
"SurferJeffAtGoogle"
],
"repo": "googleapis/google-cloud-php",
"url": "https://github.com/googleapis/google-cloud-php/issues/2938",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
634508629 | [Text-to-Speech] Synthesis fails with grpc extension if result is larger than 4 MB: "Received message larger than max (... vs. 4194304)
Environment details
OS: Ubuntu 18.04
PHP version: 7.3.17
Package name and version:
google/auth v1.9.0 Google Auth Library for PHP
google/cloud-core ... | gharchive/issue | 2020-06-08T10:58:09 | 2025-04-01T04:56:55.341256 | {
"authors": [
"caugner",
"dwsupplee"
],
"repo": "googleapis/google-cloud-php",
"url": "https://github.com/googleapis/google-cloud-php/issues/3120",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2474135045 | chore: secure hermetic_library_generation workflow
Thanks to @diogoteles08 for the inspection on our repos. This PR inlines environment variables to avoid overriding script injections.
Could you create a forked repo and test whether the workflow will be skipped?
Could you create a forked repo and test whether th... | gharchive/pull-request | 2024-08-19T20:19:43 | 2025-04-01T04:56:55.351297 | {
"authors": [
"JoeWang1127",
"diegomarquezp"
],
"repo": "googleapis/java-bigtable",
"url": "https://github.com/googleapis/java-bigtable/pull/2317",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
690456314 | Synthesis failed for java-compute
Hello! Autosynth couldn't regenerate java-compute. :broken_heart:
Here's the output from running synth.py:
synth.py', '--']
2020-09-01 14:20:37,029 autosynth [DEBUG] > log_file_path: /tmpfs/src/logs/java-compute/30/sponge_log.log
2020-09-01 14:20:37,031 autosynth [DEBUG] > Running: /... | gharchive/issue | 2020-09-01T21:20:49 | 2025-04-01T04:56:55.957477 | {
"authors": [
"yoshi-automation"
],
"repo": "googleapis/java-compute",
"url": "https://github.com/googleapis/java-compute/issues/198",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
657731994 | fix: use test credentials when connecting to the Emulator from Admin SDK
Fixes https://github.com/firebase/firebase-admin-java/issues/452
Unfortunately, we don't have any automated regressions tests that involve multiple projects. I verified with the customer's repo that their problem no longer exists and verified ... | gharchive/pull-request | 2020-07-15T23:44:59 | 2025-04-01T04:56:55.992178 | {
"authors": [
"schmidt-sebastian"
],
"repo": "googleapis/java-firestore",
"url": "https://github.com/googleapis/java-firestore/pull/296",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
361102804 | fix: send streamingConfig as a separate write before audioContent
Fixes #173.
Fixes #182.
I personally am not fan of modifying test methods generated by gapic, since the gapic tests should test the underlying (not helper-wrapped) methods.
So I tried to just require the underlying source via require('../src/v1'), the ... | gharchive/pull-request | 2018-09-18T01:34:51 | 2025-04-01T04:56:55.995926 | {
"authors": [
"JustinBeckwith",
"callmehiphop",
"kinwa91"
],
"repo": "googleapis/nodejs-speech",
"url": "https://github.com/googleapis/nodejs-speech/pull/176",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
307067082 | chore: make samples depend on the current version
Auto-fixing samples dependency.
@alexander-fenster I generated new lock files to get the lint task to pass, if this looks good to you, I'll generate them for the other clients that need them.
Woops, I merged before seeing your comment.
@stephenplusplus which com... | gharchive/pull-request | 2018-03-20T22:51:36 | 2025-04-01T04:56:55.997690 | {
"authors": [
"alexander-fenster",
"callmehiphop",
"stephenplusplus"
],
"repo": "googleapis/nodejs-speech",
"url": "https://github.com/googleapis/nodejs-speech/pull/43",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
285357447 | Getting "TypeError: The header content contains invalid characters" error for getFiles() function
Environment details
OS: Windows 10
Node.js version: v6.11.2
npm version: 3.10.10
@google-cloud/storage version:1.5.1
Steps to reproduce
Run the examples mentioned in this repo for get list of files from bucket. Don't ... | gharchive/issue | 2018-01-02T05:24:52 | 2025-04-01T04:56:56.002914 | {
"authors": [
"ils-sapnaj",
"stephenplusplus"
],
"repo": "googleapis/nodejs-storage",
"url": "https://github.com/googleapis/nodejs-storage/issues/113",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
931947438 | Drop page size from 50 to 30
@dlam
@googlebot I consent
| gharchive/pull-request | 2021-06-28T20:15:48 | 2025-04-01T04:56:56.008057 | {
"authors": [
"florina-muntenescu",
"tunjid"
],
"repo": "googlecodelabs/android-paging",
"url": "https://github.com/googlecodelabs/android-paging/pull/178",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
718898098 | [ URGENT ] ; Depricated API used; Qwiklabs not working; Relevant PRs not merged;
Hi,
There are depricated API extensions/v1beta1 being used in orchestrate-with-kubernetes/kubernetes/deployments/
There are some PRs that have solved this problem but it is not merged
Please merge it a lot of people might be facing issue... | gharchive/issue | 2020-10-11T18:31:42 | 2025-04-01T04:56:56.010578 | {
"authors": [
"anandshivam44",
"nitinvinayak"
],
"repo": "googlecodelabs/orchestrate-with-kubernetes",
"url": "https://github.com/googlecodelabs/orchestrate-with-kubernetes/issues/42",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
258603117 | Clean up the script for building merged Noto fonts
This is still work in progress:
the blacklist of currently unmergeable shards is incomplete;
we need to find a solution for the shards whose sources do not have
the same design masters as the Latin/Greek/Cyrillic base font.
Missing Semibold masters can probably b... | gharchive/pull-request | 2017-09-18T20:01:14 | 2025-04-01T04:56:56.048587 | {
"authors": [
"brawer"
],
"repo": "googlei18n/noto-source",
"url": "https://github.com/googlei18n/noto-source/pull/91",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
229273426 | Fix a bug, connectionLost() call the start method after stop().
I found out a problem. If there have A and B devices are communicating in the BluetoothChatRoom, When the A close this app, the Fragment will call mChatService.stop() in onDestroy method, but the connected thread also call the connectLost() after mChatSe... | gharchive/pull-request | 2017-05-17T08:23:41 | 2025-04-01T04:56:56.057572 | {
"authors": [
"codingjeremy",
"keeweeChang"
],
"repo": "googlesamples/android-BluetoothChat",
"url": "https://github.com/googlesamples/android-BluetoothChat/pull/26",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
237403987 | Running the app fails on Android Studio 3.0 Canary 4
Android Studio 3.0 Canary 4
Build #AI-171.4101728, built on June 15, 2017
JRE: 1.8.0_112-release-b736 x86_64
JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
Mac OS X 10.10.5
Tried running multi-feature-module via Android Studio and it complains of having no defaul... | gharchive/issue | 2017-06-21T03:20:37 | 2025-04-01T04:56:56.061579 | {
"authors": [
"keyboardsurfer",
"zmdominguez"
],
"repo": "googlesamples/android-instant-apps",
"url": "https://github.com/googlesamples/android-instant-apps/issues/14",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
349026549 | option --lang not available in hotword mode !!
--lang fr-FR option is available for
googlesamples-assistant-pushtotalk ... and i could test it in french
but apparantly not for
googlesamples-assistant-hotword
in principle if french is supported for pushtotalk there is no additional work to make it work in hotword mode... | gharchive/issue | 2018-08-09T08:24:23 | 2025-04-01T04:56:56.065573 | {
"authors": [
"Fleker",
"fhenryco"
],
"repo": "googlesamples/assistant-sdk-python",
"url": "https://github.com/googlesamples/assistant-sdk-python/issues/281",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
2054561734 | 🛑 goormEDU is down
In e4f3967, goormEDU (https://edu.goorm.io) was down:
HTTP code: 403
Response time: 754 ms
Resolved: goormEDU is back up in 7d43118 after 5 minutes.
| gharchive/issue | 2023-12-22T22:53:13 | 2025-04-01T04:56:56.094531 | {
"authors": [
"rlatjdwn4926"
],
"repo": "goorm-dev/goorm-status",
"url": "https://github.com/goorm-dev/goorm-status/issues/1347",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2116488154 | 🛑 goormEDU is down
In 970ff1a, goormEDU (https://edu.goorm.io) was down:
HTTP code: 403
Response time: 665 ms
Resolved: goormEDU is back up in 8a283e7 after 6 minutes.
| gharchive/issue | 2024-02-03T13:44:49 | 2025-04-01T04:56:56.096888 | {
"authors": [
"rlatjdwn4926"
],
"repo": "goorm-dev/goorm-status",
"url": "https://github.com/goorm-dev/goorm-status/issues/2596",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2131542202 | 🛑 goormIDE is down
In 57b6720, goormIDE (https://ide.goorm.io) was down:
HTTP code: 403
Response time: 481 ms
Resolved: goormIDE is back up in f37c867 after 39 minutes.
| gharchive/issue | 2024-02-13T06:17:24 | 2025-04-01T04:56:56.099772 | {
"authors": [
"rlatjdwn4926"
],
"repo": "goorm-dev/goorm-status",
"url": "https://github.com/goorm-dev/goorm-status/issues/2908",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
242685166 | Issue parsing base64/png
Was trying to work around on the following url -
https://www.missmalini.com/2017/07/13/tried-tested-dip-powder-nails/
There i found -it started failing in as the file have a background image with background:url(data:image/png;base64 .... )
article = g.extract(url=url)
Traceback (most recent c... | gharchive/issue | 2017-07-13T12:32:51 | 2025-04-01T04:56:56.104448 | {
"authors": [
"barrust",
"blakdronzer",
"lababidi"
],
"repo": "goose3/goose3",
"url": "https://github.com/goose3/goose3/issues/7",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.