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 |
|---|---|---|---|---|---|
2309251343 | Restoring and using int4 arrays on XLA CPU is broken after #20610.
Description
Casting int4 arrays to int8 after restoring them from a checkpoint was broken in #20610 (confirmed via CL sweep) with the following error:
deserialized_arr = deserialized_arr.astype(jax.numpy.int8)
^^^^^^^^^^^^^^... | gharchive/issue | 2024-05-21T22:57:38 | 2025-04-01T04:34:24.427247 | {
"authors": [
"hawkinsp",
"phoenix-meadowlark",
"yashk2810"
],
"repo": "google/jax",
"url": "https://github.com/google/jax/issues/21339",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2342939736 | Fix Typos
This PR fixes some doc typos and a typo in an error message.
Thanks!
| gharchive/pull-request | 2024-06-10T06:10:42 | 2025-04-01T04:34:24.428624 | {
"authors": [
"rajasekharporeddy",
"superbobry"
],
"repo": "google/jax",
"url": "https://github.com/google/jax/pull/21759",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1111397059 | Implement jax2tf scatter_* ops with no XLA
Linking to #9269
This is a work in progress, it seems to work for the simplest examples. Will update with tests, etc.
I'm doing this to convert some JAX code to ONNX. I find that my current fix using
tensor_scatter_nd_add
tensor_scatter_nd_max
tensor_scatter_nd_min
don't ... | gharchive/pull-request | 2022-01-22T09:49:16 | 2025-04-01T04:34:24.431893 | {
"authors": [
"marcvanzee",
"oliverdutton"
],
"repo": "google/jax",
"url": "https://github.com/google/jax/pull/9289",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
335626551 | Added exports edge [phab:D1532]
Created by craigbarber at 2017-04-17 20:21:34:
Added exports edge to Kythe schema documentation.
craigbarber wrote at 2017-04-17 20:27:08:
Changed exported to exports for more clarity
craigbarber wrote at 2017-04-17 20:30:28:
added exports edge to java EdgeKind enum
jrtom comme... | gharchive/issue | 2018-06-26T01:40:06 | 2025-04-01T04:34:24.451533 | {
"authors": [
"kythe"
],
"repo": "google/kythe",
"url": "https://github.com/google/kythe/issues/1949",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
335655872 | Removed unused docker image from java extractors. [phab:D2274]
Created by craigbarber at 2018-05-01 18:09:01:
fixed formatting on BUILD file
schroederc accepted this revision at 2018-05-01 18:12:10
craigbarber closed via commit 883a2b1ef75da9d0ae428d70d9b13e0fc0959eaf at 2018-05-01 18:15:10
| gharchive/issue | 2018-06-26T04:34:26 | 2025-04-01T04:34:24.453601 | {
"authors": [
"kythe"
],
"repo": "google/kythe",
"url": "https://github.com/google/kythe/issues/2738",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
329649968 | Represent type params by their erasure in JVM names.
Previously we hard-coded j.l.Object in the source indexer, which did not match what the binary indexer emits.
Tests that this works for both simple and multiple-bound generics (in the latter case, the first bound is the erasure, by definition).
All javatests pass... | gharchive/pull-request | 2018-06-05T22:39:32 | 2025-04-01T04:34:24.454745 | {
"authors": [
"benjyw"
],
"repo": "google/kythe",
"url": "https://github.com/google/kythe/pull/120",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
575230913 | Encryption of LevelDB
I need to encrypt my LevelDB files.
I'll decrypt them in memory when I need them.
How to load LevelDB from memory?
If not, can you add this feature, or make another package for this feature?
I won't decrypt them and write them back to disk for loading.
Hi @berrycof. leveldb doesn't support enc... | gharchive/issue | 2020-03-04T08:48:22 | 2025-04-01T04:34:24.466117 | {
"authors": [
"berrycof",
"cmumford",
"suntzu93",
"thanhlv93"
],
"repo": "google/leveldb",
"url": "https://github.com/google/leveldb/issues/782",
"license": "bsd-3-clause",
"license_type": "permissive",
"license_source": "bigquery"
} |
114892482 | Drawer button doesn't have ripple effect
Hi,
The drawer button doesn't have ripple effect when it's added to header.
I can't find that part in the MD specs but the ripple effect is present on all Google's Android apps.
You are right. I felt like we had an issue for this before but I can’t find it.
@sgomes Do we wan... | gharchive/issue | 2015-11-03T19:35:10 | 2025-04-01T04:34:24.473493 | {
"authors": [
"Garbee",
"jfily",
"sgomes",
"surma"
],
"repo": "google/material-design-lite",
"url": "https://github.com/google/material-design-lite/issues/1842",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
122289088 | Fix duplicate checkFocus method.
Fixes recent merge that went awry with closure.
To fix the build I'm just merging now. I can't break it anymore can I?
| gharchive/pull-request | 2015-12-15T14:54:04 | 2025-04-01T04:34:24.474354 | {
"authors": [
"Garbee"
],
"repo": "google/material-design-lite",
"url": "https://github.com/google/material-design-lite/pull/2016",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1232775798 | scaled 3d landmarks Objectron
Solution: Objectron
Language: Javascript
I'm trying to render a cube on top of the predicted landmarks of the shoe using Three.js and the Objectron javascript API.
The model predicts 2d landmarks, and the 3d_landmarks are obtained using the epnp algorithm.
If I 'unproject' the 2d landmar... | gharchive/issue | 2022-05-11T14:47:28 | 2025-04-01T04:34:24.479313 | {
"authors": [
"UX3D-mazzini",
"ayushgdev",
"kaugray"
],
"repo": "google/mediapipe",
"url": "https://github.com/google/mediapipe/issues/3341",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
70051555 | "terekomu" → テレ込む
When I type "terekomu" and transform, the IME does not propose テレコム (a
very usual word) but テレ込む which makes no sense.
I had noticed IBus-Anthy had the same problem, so that's why I switched to
mozc, but it seems to have the same problem. Can anyone confirm?
Original issue reported on code.googl... | gharchive/issue | 2015-04-22T07:52:11 | 2025-04-01T04:34:24.484778 | {
"authors": [
"GoogleCodeExporter",
"hiroyuki-komatsu"
],
"repo": "google/mozc",
"url": "https://github.com/google/mozc/issues/82",
"license": "bsd-3-clause",
"license_type": "permissive",
"license_source": "bigquery"
} |
249330238 | hello? I cannot JNI build mannually in ECLIPSE
after my entering the /jni directory and type"ndk-build" in CMD terminal,It says:
Android NDK: Your APP_BUILD_SCRIPT points to an unknown file:path/to/jni/Android.mk
could u give me some advice on how to test this project in eclipse?
in eclipse I can test a bundle of stu... | gharchive/issue | 2017-08-10T12:29:53 | 2025-04-01T04:34:24.490815 | {
"authors": [
"KnIfER"
],
"repo": "google/music-synthesizer-for-android",
"url": "https://github.com/google/music-synthesizer-for-android/issues/19",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
1329416583 | Rendering scripts
Hi,
Do you have python script to render nerf's orginal blend files?
Best,
This should be what you want. LMK if you need more help.
| gharchive/issue | 2022-08-05T04:02:45 | 2025-04-01T04:34:24.492225 | {
"authors": [
"derrick-xwp",
"xiumingzhang"
],
"repo": "google/nerfactor",
"url": "https://github.com/google/nerfactor/issues/22",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
2413991911 | feat(status): add modal status message option that can be closed back to a normal status message
I tried to be unopinionated with the styling, keeping it minimal/using original status message styling. I am not blocking any input while the modal is up. Multiple modals at the same time get arranged in a list from oldes... | gharchive/pull-request | 2024-07-17T15:58:54 | 2025-04-01T04:34:24.494852 | {
"authors": [
"chrisj"
],
"repo": "google/neuroglancer",
"url": "https://github.com/google/neuroglancer/pull/618",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
250475580 | Switch from request to phin!
request is way too large and has way too many dependencies! Use phin instead!
@googlebot I signed it!
Moved to #14
| gharchive/pull-request | 2017-08-16T00:31:51 | 2025-04-01T04:34:24.496441 | {
"authors": [
"bdsomer"
],
"repo": "google/node-gtoken",
"url": "https://github.com/google/node-gtoken/pull/13",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
338979969 | INVALID_REFERER for ekey without referer
I can't make request with ekey but without http referrer works.
It always returned INVALID_REFERER.
{"error_message":"Needs Google API key to locate addresses","status":"NO_API_KEY","keyerror":"INVALID_REFERER"}
On the wiki said, referrer is only needed for extra security.
Is ... | gharchive/issue | 2018-07-06T15:25:32 | 2025-04-01T04:34:24.512280 | {
"authors": [
"drinckes",
"mu10",
"zongweil"
],
"repo": "google/open-location-code",
"url": "https://github.com/google/open-location-code/issues/178",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
2235392710 | Unsatisfied linear constraint with no free enforcement literal: enforcement_literal [occurs sometimes]
What version of OR-Tools and what language are you using?
CP-SAT solver v9.9.3963 Release version
Language: Minizinc
Which solver are you using (e.g. CP-SAT, Routing Solver, GLOP, BOP, Gurobi)
CP-SAT
What operating ... | gharchive/issue | 2024-04-10T11:42:41 | 2025-04-01T04:34:24.521949 | {
"authors": [
"forceoffire",
"lperron"
],
"repo": "google/or-tools",
"url": "https://github.com/google/or-tools/issues/4176",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
888773298 | Save function names in presets
Get rid of hashes in preset files.
I did not look at the code, but I assume this will break compatibility with old preset files? If that is the case, please make sure the corresponding bug is included in the sprint hotlist and has a release note
I did not look at the code, but I as... | gharchive/pull-request | 2021-05-11T21:43:03 | 2025-04-01T04:34:24.523699 | {
"authors": [
"antonrohr",
"dimitry-"
],
"repo": "google/orbit",
"url": "https://github.com/google/orbit/pull/2311",
"license": "bsd-2-clause",
"license_type": "permissive",
"license_source": "bigquery"
} |
2625217569 | fix(semantic): support parsing versions without a numeric component
While I'm pretty these are technically invalid, they're easy to support and without this Alpine is the only comparator that panics when parsing an empty string which I think is a little sad.
Codecov Report
All modified and coverable lines are cover... | gharchive/pull-request | 2024-10-30T20:02:18 | 2025-04-01T04:34:24.528413 | {
"authors": [
"G-Rath",
"codecov-commenter"
],
"repo": "google/osv-scanner",
"url": "https://github.com/google/osv-scanner/pull/1365",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
505848148 | Issue while playing Widevine protected content
Hello,
We are trying to use Shaka Player Embedded integrated with Widevine DRM. Compiling CDM into Shaka Player Embedded worked smoothly according to the CDM and Shaka Player Embedded documentation.
Content that is not encrypted works fine, as expected.
When switching to... | gharchive/issue | 2019-10-11T13:18:29 | 2025-04-01T04:34:24.600385 | {
"authors": [
"TheModMaker",
"onefarad"
],
"repo": "google/shaka-player-embedded",
"url": "https://github.com/google/shaka-player-embedded/issues/58",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
90607967 | TTML support
In the latest release of DashJS (1.4.0), they added support for TTML.
It would be perfect if support for TTML could be added to Shaka-player.
Teststream: http://dash.edgesuite.net/dash264/TestCases/4b/qualcomm/1/ED_OnDemand_5SecSeg_Subtitles.mpd
<AdaptationSet mimeType="application/ttml+xml" lang="en">
... | gharchive/issue | 2015-06-24T08:27:31 | 2025-04-01T04:34:24.606970 | {
"authors": [
"dougdoe",
"joeyparrish",
"sanbornhnewyyz",
"sirkro",
"tdrews"
],
"repo": "google/shaka-player",
"url": "https://github.com/google/shaka-player/issues/111",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
442148440 | [BUG] In android chrome incognito mode, Widevine DRM content is not playing and giving an error 6001
Have you read the FAQ and checked for duplicate open issues?
Yes
What version of Shaka Player are you using?
2.5.0
Can you reproduce the issue with our latest release version?
yes
Can you reproduce the issue with the... | gharchive/issue | 2019-05-09T09:49:37 | 2025-04-01T04:34:24.617366 | {
"authors": [
"JohnStokes02",
"TheModMaker",
"joeyparrish",
"vksbansal"
],
"repo": "google/shaka-player",
"url": "https://github.com/google/shaka-player/issues/1928",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
444880065 | Content-Type not parsed in the correct way
Have you read the FAQ and checked for duplicate open issues? Yes
What version of Shaka Player are you using? 2.5.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 o... | gharchive/issue | 2019-05-16T10:35:25 | 2025-04-01T04:34:24.627835 | {
"authors": [
"TheModMaker",
"joeyparrish",
"mimse",
"petar11199"
],
"repo": "google/shaka-player",
"url": "https://github.com/google/shaka-player/issues/1946",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
954662317 | Mac OS Safari HLS playback does not work (3016)
Have you read the Tutorials?
Yes
Have you read the FAQ and checked for duplicate open issues?
Yes
What version of Shaka Player are you using?
3.2.0
Please ask your question
I have searched the issue list and couldnt find anyone with the same problem - I found issus rela... | gharchive/issue | 2021-07-28T09:31:15 | 2025-04-01T04:34:24.635374 | {
"authors": [
"guilleccc",
"jakubvojacek",
"joeyparrish"
],
"repo": "google/shaka-player",
"url": "https://github.com/google/shaka-player/issues/3554",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1917542229 | fix: human time must not hard set the timezone
Hello,
utils.get_human_time() function format a UNIX timestamp as string to be stored into BigQuery.
But it replaces the timezone without dealing with the UTC time.
Using datetime.fromtimestamp() do the job well.
Tests have been updated accordingly.
Regards,
Sébastien
... | gharchive/pull-request | 2023-09-28T13:20:06 | 2025-04-01T04:34:24.685694 | {
"authors": [
"lvaylet",
"sdenef-adeo"
],
"repo": "google/slo-generator",
"url": "https://github.com/google/slo-generator/pull/350",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
2038391615 | SoundChecker - Test THD and SNR - App crashed when selecting output device as "USB audio -..."
Connect Pixel 7Pro with Vantec Audio Adapter (connect loop back cables on the device)
Launch SoundChecker
Select "Test THD and SNR"
Select Input device as USB Audio
Select Output device as "USB Audio - ICUSBAUDIO7D USB dev... | gharchive/issue | 2023-12-12T19:05:51 | 2025-04-01T04:34:24.688630 | {
"authors": [
"philburk",
"xiaotongtzhao"
],
"repo": "google/sound-checker",
"url": "https://github.com/google/sound-checker/issues/15",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2727568239 | Clarification needed regarding the use of the Walrus Operator
Hello,
I noticed that the current version of the Python style guide does not mention the Walrus Operator (:=), which was introduced in Python 3.8. I believe it would be beneficial to include a section discussing this operator, as it can impact code readabi... | gharchive/issue | 2024-12-09T16:07:57 | 2025-04-01T04:34:24.691435 | {
"authors": [
"diogofrosario",
"vapier"
],
"repo": "google/styleguide",
"url": "https://github.com/google/styleguide/issues/868",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
333943398 | syz-executor:using a lot of memory of device, OOM(out of memory) occurs when device is running
When I use syzkaller tools to test, i found that OOM(out of memory) occurs frequently when device is running.This will lead to kill processes and device will panic later.I found that syz-executor process is using too many m... | gharchive/issue | 2018-06-20T06:43:02 | 2025-04-01T04:34:24.693649 | {
"authors": [
"dvyukov",
"q00355042"
],
"repo": "google/syzkaller",
"url": "https://github.com/google/syzkaller/issues/638",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
657493516 | all: initialize vhci, provide syz_emit_vhci and vhci flags
Before sending a pull request, please review Contribution Guidelines:
https://github.com/google/syzkaller/blob/master/docs/contributing.md
Apologies for the noise, I did not expect my author info rebase to request review from all of you.
| gharchive/pull-request | 2020-07-15T16:38:37 | 2025-04-01T04:34:24.695233 | {
"authors": [
"TheOfficialFloW"
],
"repo": "google/syzkaller",
"url": "https://github.com/google/syzkaller/pull/1945",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
2110654280 | Issue #356: Show first and last events instead of only first ones when displaying an EventSet
Adjusted displays_util.py to display 7 at a time until more than 7 timestamps are created, in which the ellipses row is implemented after the first three rows, with the last 3 rows following that row.
Formatting check is f... | gharchive/pull-request | 2024-01-31T17:51:50 | 2025-04-01T04:34:24.698958 | {
"authors": [
"ianspektor",
"javiber",
"jtaylor205"
],
"repo": "google/temporian",
"url": "https://github.com/google/temporian/pull/362",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
901711783 | Why normalize_scale is set to 4.0?
I found in the https://github.com/google/tirg/blob/c58daa066d8af1a5b3de1a0ef6d112519ddda611/img_text_composition_models.py#L42, the normalize_scale is set to 4 at the beginning. It is interesting because the performance will drop a lot if I set the scale to other number like 1.0.
I ... | gharchive/issue | 2021-05-26T03:50:06 | 2025-04-01T04:34:24.701941 | {
"authors": [
"invisprints",
"lugiavn"
],
"repo": "google/tirg",
"url": "https://github.com/google/tirg/issues/13",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
748399746 | Prerelease fixes [WIP]
Several fixes - WIP
Pins datastore and google-cloud-logging
Only start Prometheus if configured to
Update how we can libcloudforensics to match current release
Add authentication message if datastore client initialization fails for auth reasons
Only load google_cloud if configured
Add block de... | gharchive/pull-request | 2020-11-23T01:09:22 | 2025-04-01T04:34:24.708852 | {
"authors": [
"aarontp"
],
"repo": "google/turbinia",
"url": "https://github.com/google/turbinia/pull/641",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
78386474 | "Native thread-sleep not available." when gulp images
Terminal warning:
"Native thread-sleep not available.
This will result in much slower performance.
You should re-install spawn-sync if possible."
And the images won't be copied to directory app.
Tried to re-install spawn-sync, but didn't fix the problem.
I'm in ... | gharchive/issue | 2015-05-20T05:55:07 | 2025-04-01T04:34:24.712965 | {
"authors": [
"TatsuyaHishima",
"addyosmani",
"angusjune",
"doomsbuster",
"rizqinizamil",
"zhilevan"
],
"repo": "google/web-starter-kit",
"url": "https://github.com/google/web-starter-kit/issues/691",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigque... |
981635607 | Dashboard: Template Details - Related Templates
We have enough templates with metadata to make this grid show templates that are related to the one getting viewed in some capacity. Currently they're just at random.
I think we should match template metadata and show up to 6 templates that match.
Acceptance Criteria
D... | gharchive/issue | 2021-08-27T22:24:01 | 2025-04-01T04:34:24.714628 | {
"authors": [
"BrittanyIRL",
"csossi"
],
"repo": "google/web-stories-wp",
"url": "https://github.com/google/web-stories-wp/issues/8827",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
953649666 | CDN: Optimize templates images
Context
I was optimizing the images for the text sets and checked other images too, it turns out we can save a bit on the templates.
Summary
Relevant Technical Choices
To-do
User-facing changes
Testing Instructions
QA
[ ] This is a non-user-facing change and requires no QA
T... | gharchive/pull-request | 2021-07-27T08:45:24 | 2025-04-01T04:34:24.723202 | {
"authors": [
"merapi",
"swissspidy"
],
"repo": "google/web-stories-wp",
"url": "https://github.com/google/web-stories-wp/pull/8480",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1895377569 | Use formal modeling to test or prove the correctness of core algorithms
While zerocopy is conceptually complex, the amount of code that executes in order to perform a particular operation is often very small. This makes it a perfect target for formal modeling techniques. We should use tools like Kani on our most impo... | gharchive/issue | 2023-09-13T23:06:31 | 2025-04-01T04:34:24.725936 | {
"authors": [
"joshlf",
"jswrenn"
],
"repo": "google/zerocopy",
"url": "https://github.com/google/zerocopy/issues/378",
"license": "bsd-2-clause",
"license_type": "permissive",
"license_source": "bigquery"
} |
341589589 | Update protobuf to 3.6.0.
Probably fixes #469.
Should we try auto-release on this one as well?
| gharchive/pull-request | 2018-07-16T16:29:39 | 2025-04-01T04:34:24.752788 | {
"authors": [
"alexander-fenster",
"lukesneeringer"
],
"repo": "googleapis/artman",
"url": "https://github.com/googleapis/artman/pull/470",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
679574060 | Synthesis failed for RealTimeBidding
Hello! Autosynth couldn't regenerate RealTimeBidding. :broken_heart:
Here's the output from running synth.py:
2020-08-15 06:18:49,622 autosynth [INFO] > logs will be written to: /tmpfs/src/logs/elixir-google-api
2020-08-15 06:18:50,100 autosynth [DEBUG] > Running: git config --glo... | gharchive/issue | 2020-08-15T13:18:52 | 2025-04-01T04:34:24.761646 | {
"authors": [
"yoshi-automation"
],
"repo": "googleapis/elixir-google-api",
"url": "https://github.com/googleapis/elixir-google-api/issues/6195",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
704612911 | [javanaut][operationExpr][1/2]feat: Add Assignment operation expr with multiply and assignment operator
enables *= operator.
^= will come with next PR [2/2]
type-checking tables in go/javanaut-assignment-operation-expr
Addressed the comments in the design doc with changes:
Update the convenience function name using... | gharchive/pull-request | 2020-09-18T19:43:07 | 2025-04-01T04:34:24.765302 | {
"authors": [
"summer-ji-eng"
],
"repo": "googleapis/gapic-generator-java",
"url": "https://github.com/googleapis/gapic-generator-java/pull/320",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
345908701 | [Ruby] AVAILABLE_VERSIONS is not finding any results
Apparently as a result of https://github.com/googleapis/gapic-generator/pull/2163 now the AVAILABLE_VERSIONS determination for a single-service library is returning no results.
Specifically, it's failing in the case where postVersionDirPath is empty. The original i... | gharchive/issue | 2018-07-30T19:48:44 | 2025-04-01T04:34:24.773413 | {
"authors": [
"dazuma",
"landrito"
],
"repo": "googleapis/gapic-generator",
"url": "https://github.com/googleapis/gapic-generator/issues/2174",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
627531299 | Is RefreshingManagedChannel being used, or just an experiment?
I happened on RefreshingManagedChannel added in #805, and it concerned me because re-creating the channel is heavy-weight and this may prevent future work. I'm most concerned that to my knowledge grpc team wasn't notified, since this can bite us.
Is this ... | gharchive/issue | 2020-05-29T20:51:20 | 2025-04-01T04:34:24.776396 | {
"authors": [
"ejona86",
"miraleung"
],
"repo": "googleapis/gax-java",
"url": "https://github.com/googleapis/gax-java/issues/1084",
"license": "bsd-3-clause",
"license_type": "permissive",
"license_source": "bigquery"
} |
1257244865 | refactor(storage): Dual-Region Sample for Updated API
[Internal]
For details and coordination: go/gcs-dpe-dual-region-milestones-api-refactor
Implementation Example: https://github.com/googleapis/nodejs-storage/pull/1977
This is a dup of #9135, or at best it is asking for the examples for the same feature. Closi... | gharchive/issue | 2022-06-01T23:06:28 | 2025-04-01T04:34:24.786604 | {
"authors": [
"coryan",
"danielbankhead"
],
"repo": "googleapis/google-cloud-cpp",
"url": "https://github.com/googleapis/google-cloud-cpp/issues/9136",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
738840727 | Release Google.Cloud.RecommendationEngine.V1Beta1 version 1.0.0-beta01
Changes in this release:
First beta release.
Created release for Google.Cloud.RecommendationEngine.V1Beta1-1.0.0-beta01
| gharchive/pull-request | 2020-11-09T09:09:55 | 2025-04-01T04:34:24.788219 | {
"authors": [
"jskeet",
"yoshi-automation"
],
"repo": "googleapis/google-cloud-dotnet",
"url": "https://github.com/googleapis/google-cloud-dotnet/pull/5534",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1192721195 | Release Google.Cloud.Iam.V1 version 2.4.0
Changes in this release:
New features
AuditConfig for IAM v1 (commit bc4cfd8)
Created release for Google.Cloud.Iam.V1-2.4.0
| gharchive/pull-request | 2022-04-05T07:10:09 | 2025-04-01T04:34:24.790101 | {
"authors": [
"jskeet",
"yoshi-automation"
],
"repo": "googleapis/google-cloud-dotnet",
"url": "https://github.com/googleapis/google-cloud-dotnet/pull/8313",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1264897454 | Release Google.Cloud.LifeSciences.V2Beta version 2.0.0-beta01
Changes in this release:
This is the first version of this package to depend on GAX v4.
There are some breaking changes, both in GAX v4 and in the generated code. The changes that aren't specific to any given API are described in the Google Cloud documenta... | gharchive/pull-request | 2022-06-08T15:02:29 | 2025-04-01T04:34:24.793152 | {
"authors": [
"jskeet",
"yoshi-automation"
],
"repo": "googleapis/google-cloud-dotnet",
"url": "https://github.com/googleapis/google-cloud-dotnet/pull/8674",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
323261844 | Import BOM
@garrettjonesgoogle
👋 @elharo just checking in on the status of some older PRs :) Is this current?
| gharchive/pull-request | 2018-05-15T15:10:37 | 2025-04-01T04:34:24.794039 | {
"authors": [
"JustinBeckwith",
"elharo"
],
"repo": "googleapis/google-cloud-java",
"url": "https://github.com/googleapis/google-cloud-java/pull/3269",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
625165970 | chore: release 0.133.0
:robot: I have created a release *beep* *boop*
0.133.0
google/cloud-asset 1.1.0
Features
introduce support for org/access context policies (#2849) (5714dd7)
google/cloud-automl 1.1.1
Documentation
update documentation formatting (#2931) (5dca3ed)
Miscellaneous Chores
sample context aware ... | gharchive/pull-request | 2020-05-26T20:09:01 | 2025-04-01T04:34:24.835293 | {
"authors": [
"dwsupplee",
"yoshi-automation"
],
"repo": "googleapis/google-cloud-php",
"url": "https://github.com/googleapis/google-cloud-php/pull/3064",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
651950351 | test: clean up system-test setup against emulator
Use Docker image instead of manually downloading the emulator binary and running it.
The timeout in the integration tests against the emulator is caused by an eternal aborted-retry loop in ITReadWriteAutocommitSpannerTest. What happens in the following:
Transaction... | gharchive/pull-request | 2020-07-07T02:49:11 | 2025-04-01T04:34:24.863249 | {
"authors": [
"olavloite",
"skuruppu"
],
"repo": "googleapis/java-spanner",
"url": "https://github.com/googleapis/java-spanner/pull/319",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
451601502 | Adding "Command"
Is there a plan/timeline to add Command to the library? We use the compute library to create a new VM, then we'd like to run a command on it from our application without having to call gcloud from an exec.
@sofisl Could you please provide a link to the code that allows you to run a command on a Win... | gharchive/issue | 2019-06-03T17:28:36 | 2025-04-01T04:34:24.864649 | {
"authors": [
"stoked10"
],
"repo": "googleapis/nodejs-compute",
"url": "https://github.com/googleapis/nodejs-compute/issues/321",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
543016025 | fix: overhauled quickstart
Redid dataproc quickstart to match quickstarts in other languages
@bradmiro this is looking good to me :+1: but I think you might need to run npm run fix.
Interesting that these weren't picked up locally. Should be fixed, thanks!
| gharchive/pull-request | 2019-12-27T23:10:15 | 2025-04-01T04:34:24.865838 | {
"authors": [
"bcoe",
"bradmiro"
],
"repo": "googleapis/nodejs-dataproc",
"url": "https://github.com/googleapis/nodejs-dataproc/pull/280",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
460697547 | chore: release 1.0.2
:robot: I have created a release *beep* *boop*
1.0.2 (2019-06-26)
Bug Fixes
docs: link to reference docs section on googleapis.dev (#132) (be231be)
This PR was generated with Release Please.
Release is at https://github.com/googleapis/nodejs-paginator/releases/tag/v1.0.2
The release build ... | gharchive/pull-request | 2019-06-25T23:58:24 | 2025-04-01T04:34:24.869464 | {
"authors": [
"yoshi-automation"
],
"repo": "googleapis/nodejs-paginator",
"url": "https://github.com/googleapis/nodejs-paginator/pull/133",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
1106880422 | chore(samples): Snippet Generating System
This is a rather big PR, but please don't be intimidated by it's size. Most of it comes from just rearranging the code samples.
SGS - Snippet Generating System
Why did it happen?
After working on code samples for the Python GAPIC library for couple months now, I have learned ... | gharchive/pull-request | 2022-01-18T12:59:06 | 2025-04-01T04:34:24.882648 | {
"authors": [
"m-strzelczyk"
],
"repo": "googleapis/python-compute",
"url": "https://github.com/googleapis/python-compute/pull/196",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
246858529 | Incorrect googleapis-common-protos dependency in Ruby gemspec
What
The Ruby gemspec currently specifies a dependency on google-common-protos (which does not exist). In fact, the dependency should be on googleapis-common-protos.
cc: @landrito
This is resolved in googleapis here https://github.com/googleapis/google... | gharchive/issue | 2017-07-31T19:27:53 | 2025-04-01T04:34:24.983866 | {
"authors": [
"geigerj",
"landrito"
],
"repo": "googleapis/toolkit",
"url": "https://github.com/googleapis/toolkit/issues/1440",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
263467961 | Fix crashing bug in localization.
Now that we deserialize trajectory nodes, we need to make sure
that the global matcher sampler is added for the map trajectory.
Oops. I actually handled this in #552. That's the curse of splitting everything in many PRs.
| gharchive/pull-request | 2017-10-06T14:36:14 | 2025-04-01T04:34:24.984912 | {
"authors": [
"ojura",
"wohe"
],
"repo": "googlecartographer/cartographer",
"url": "https://github.com/googlecartographer/cartographer/pull/575",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
256561696 | how to tune the 3d cartographer for my vel-16 data
hello, I am tuning cartographer 3d for my vel-16 data,but the effect is very confusing, The /scan_matched_points2 laser frame has a great jump,can you help me?
configuration file , launch file, urdf file and png file is here
the bag file is here
I assume this a du... | gharchive/issue | 2017-09-11T02:00:49 | 2025-04-01T04:34:24.986571 | {
"authors": [
"SirVer",
"sunmk2006"
],
"repo": "googlecartographer/cartographer_ros",
"url": "https://github.com/googlecartographer/cartographer_ros/issues/501",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
659513122 | Log.java:12: error: Cannot find getter for field.
\hiltfirst\app\build\tmp\kapt3\stubs\debug\com\example\android\hilt\data\Log.java:12: error: Cannot find getter for field.
private long id = 0L;
warning: The following options were not recognized by any processor: '[dagger.fastInit, dagger.hilt.android.internal.disabl... | gharchive/issue | 2020-07-17T18:34:00 | 2025-04-01T04:34:24.988583 | {
"authors": [
"hasan5151",
"manuelvicnt"
],
"repo": "googlecodelabs/android-hilt",
"url": "https://github.com/googlecodelabs/android-hilt/issues/3",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
327784368 | std::_bind is not compatible with std::function
if (error == AAUDIO_ERROR_DISCONNECTED){
std::function<void(void)>
restartFunction = std::bind(&AudioEngine::restart,
static_cast<AudioEngine *>(userData));
new std::thread(restartFunction);
}
Went over the whole file multiple times, and I can't find any differ... | gharchive/issue | 2018-05-30T15:30:37 | 2025-04-01T04:34:24.991945 | {
"authors": [
"SmartyNance",
"dturner"
],
"repo": "googlecodelabs/android-wavemaker",
"url": "https://github.com/googlecodelabs/android-wavemaker/issues/7",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
823601357 | Codelabs:Google Maps Platform—JavaScript
Hi,
There should be some minimum average time to complete any step that will be very useful to track a developer if its going with reading/understanding the content. if it's not happened then the steps color should not be change into blue which will help exactly to prevent fal... | gharchive/issue | 2021-03-06T09:03:05 | 2025-04-01T04:34:24.993489 | {
"authors": [
"amuramoto",
"mspace-git"
],
"repo": "googlecodelabs/maps-platform-101-js",
"url": "https://github.com/googlecodelabs/maps-platform-101-js/issues/6",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
312219019 | Family Check: GlyphOrder is the same across the family
Per https://github.com/TypeNetwork/Amstelvar/issues/59 we should check and enforce this
How should this check be run? Compare the glyph order of all fonts? (cave: italics often have be checked separately). Encoding file?
Hm. For the glyph order, I suppose the... | gharchive/issue | 2018-04-07T15:56:48 | 2025-04-01T04:34:25.039746 | {
"authors": [
"davelab6",
"madig"
],
"repo": "googlefonts/fontbakery",
"url": "https://github.com/googlefonts/fontbakery/issues/1779",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
380702204 | fontbakery --version may return incorrect version number
fontbakery --version will return the version number at the point of installing the package. It won't update if the user has git pulled from the repo.
from the convo in https://github.com/googlefonts/fontbakery/issues/2194
are you sure about that?
I noticed th... | gharchive/issue | 2018-11-14T13:39:14 | 2025-04-01T04:34:25.045482 | {
"authors": [
"anthrotype",
"felipesanches",
"graphicore",
"m4rc1e"
],
"repo": "googlefonts/fontbakery",
"url": "https://github.com/googlefonts/fontbakery/issues/2198",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
568771569 | Updates typography values
My goal here is to update the base typography styles, building with or leaving as much of the existing system in place as possible!
Removes use of and support for <h4> and <h5> entirely—they were only used once, more as type sizes rather than content hierarchy, and this helps reduce the sur... | gharchive/pull-request | 2020-02-21T06:59:27 | 2025-04-01T04:34:25.063386 | {
"authors": [
"jpamental",
"kennethormandy"
],
"repo": "googlefonts/variable-fonts",
"url": "https://github.com/googlefonts/variable-fonts/pull/118",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
98849167 | Update VariantSimilarity pipeline to optionally use streaming.
Tested via:
utils-java/refactor branch: mvn install
dataflow-java/refactor-redo branch: mvn -Dit.test=VariantSimilarityITCase verify
LGTM. Feel free to merge after adding the comment (or removing the option in case it's not used?)
Removed that optio... | gharchive/pull-request | 2015-08-03T22:20:56 | 2025-04-01T04:34:25.090642 | {
"authors": [
"deflaux",
"jean-philippe-martin"
],
"repo": "googlegenomics/dataflow-java",
"url": "https://github.com/googlegenomics/dataflow-java/pull/121",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
204404031 | An observation: GlyphData.xml ignored for 11 cases/sources
In the past, a custom GlyphData.xml was delivered along with Glyphs source files. The following deliveries have had GlyphData.xml included before which we ignore (and not even store in noto-source):
NotoSansArabic
NotoSansArabicUI
NotoSansCherokee
NotoSansGeo... | gharchive/issue | 2017-01-31T19:44:21 | 2025-04-01T04:34:25.099146 | {
"authors": [
"brawer",
"marekjez86",
"punchcutter"
],
"repo": "googlei18n/fontmake",
"url": "https://github.com/googlei18n/fontmake/issues/245",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
50888076 | germany mobile phone numbers not recognized
Imported from Google Code issue #359 created by nicolas.schwartz@blablacar.com on 2013-10-15T08:06:45.000Z:
What steps will reproduce the problem?
use the demo java tool to parse a Number
enter the phone numbers and DE as a country, submit
each time isValidNumber() return... | gharchive/issue | 2014-12-03T20:24:57 | 2025-04-01T04:34:25.102521 | {
"authors": [
"mihaelacr-google",
"padmaksha"
],
"repo": "googlei18n/libphonenumber",
"url": "https://github.com/googlei18n/libphonenumber/issues/359",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
273151881 | [hb_input] get unicode from ordinal past 10000 on narrow Python build
When trying to run hbinput on the Roboto sources, I get the following traceback
Traceback (most recent call last):
File "_hbtest.py", line 8, in <module>
print seq.all_inputs()
File "/Users/marc/Documents/nototools/nototools/hb_input.py", l... | gharchive/pull-request | 2017-11-11T15:12:55 | 2025-04-01T04:34:25.106549 | {
"authors": [
"anthrotype",
"m4rc1e"
],
"repo": "googlei18n/nototools",
"url": "https://github.com/googlei18n/nototools/pull/465",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
678326288 | Volunteer-Isolate Matching
UI mock for matching volunteers with isolates. This shows what the pages might look like on both sides, i.e. the volunteers might have multiple requests and so they are shown in a table.
Maybe add some screenshots of the UI just so it's easier to review, since it is a UI-heavy PR.
| gharchive/pull-request | 2020-08-13T10:21:39 | 2025-04-01T04:34:25.114303 | {
"authors": [
"kevlartest",
"thomasogara"
],
"repo": "googleinterns/step226-2020",
"url": "https://github.com/googleinterns/step226-2020/pull/2",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
518902294 | Travis emulator executions occasionally fail
This is a follow-on to https://github.com/googlemaps/android-maps-utils/issues/371, which was fixed in PR https://github.com/googlemaps/android-maps-utils/pull/573 - after this PR the emulator is running again on Travis and executing the instrumented unit tests.
However, w... | gharchive/issue | 2019-11-06T22:44:13 | 2025-04-01T04:34:25.121305 | {
"authors": [
"barbeau"
],
"repo": "googlemaps/android-maps-utils",
"url": "https://github.com/googlemaps/android-maps-utils/issues/575",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1067079763 | Mocks for google.maps.Data
Is your feature request related to a problem? Please describe.
I would like to have this library support the google.maps.Data, e.g. for adding GeoJSON data to a map. Data class reference.
Describe the solution you'd like
Create mock implementation for google.maps.Data and provide it as a pr... | gharchive/issue | 2021-11-30T10:46:50 | 2025-04-01T04:34:25.125634 | {
"authors": [
"eegli",
"jpoehnelt"
],
"repo": "googlemaps/js-jest-mocks",
"url": "https://github.com/googlemaps/js-jest-mocks/issues/141",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
456346505 | Add the steps to generate the winafl.dll file in the documentation
I think that the following line should be included in the documentation:
git submodule update --init --recursive
the command was extracted from issue: https://github.com/googleprojectzero/winafl/issues/184
Done.
| gharchive/issue | 2019-06-14T16:59:20 | 2025-04-01T04:34:25.127198 | {
"authors": [
"ecc2016",
"ifratric"
],
"repo": "googleprojectzero/winafl",
"url": "https://github.com/googleprojectzero/winafl/issues/188",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
294911664 | using no parameters in device action
Hello,
I am attempting to write some custom device actions using the google-assistant-sdk python library. For some custom traits the user provides parameters via query patterns and for others the query pattern contains no parameters. I am having issues when I am not using any para... | gharchive/issue | 2018-02-06T21:03:28 | 2025-04-01T04:34:25.134251 | {
"authors": [
"Fleker",
"sandblasted7"
],
"repo": "googlesamples/assistant-sdk-python",
"url": "https://github.com/googlesamples/assistant-sdk-python/issues/178",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
128405708 | Can't get token id for user
I am trying to retrieve ID Token for a user using the sample app in google-services/android/signin/app but it always ends up with access token not jwt token.
Can anyone helps me to figure out what am i doing wrong ?!
What makes you think you have an access token and not a JWT token? And... | gharchive/issue | 2016-01-24T15:49:25 | 2025-04-01T04:34:25.137356 | {
"authors": [
"mzelzoghbi",
"samtstern"
],
"repo": "googlesamples/google-services",
"url": "https://github.com/googlesamples/google-services/issues/149",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
2172866350 | 🛑 goormIDE is down
In f2ec9c7, goormIDE (https://ide.goorm.io) was down:
HTTP code: 403
Response time: 652 ms
Resolved: goormIDE is back up in 4fcb66c after 36 minutes.
| gharchive/issue | 2024-03-07T03:26:08 | 2025-04-01T04:34:25.161684 | {
"authors": [
"rlatjdwn4926"
],
"repo": "goorm-dev/goorm-status",
"url": "https://github.com/goorm-dev/goorm-status/issues/3730",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2185908746 | 🛑 goormEDU is down
In 919c91a, goormEDU (https://edu.goorm.io) was down:
HTTP code: 403
Response time: 736 ms
Resolved: goormEDU is back up in 60cef7b after 5 minutes.
| gharchive/issue | 2024-03-14T09:47:24 | 2025-04-01T04:34:25.163953 | {
"authors": [
"rlatjdwn4926"
],
"repo": "goorm-dev/goorm-status",
"url": "https://github.com/goorm-dev/goorm-status/issues/4006",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
679837929 | No way to natively disable linking to a folder
Most of the time, when the link type is "File on this website", the intention is for content authors to link specifically to files, and no to folders - but either through misunderstanding or mis-clicking, currently content authors can link to folders.
TreeDropdownField a... | gharchive/issue | 2020-08-16T22:21:00 | 2025-04-01T04:34:25.275032 | {
"authors": [
"GuySartorelli",
"gorriecoe"
],
"repo": "gorriecoe/silverstripe-link",
"url": "https://github.com/gorriecoe/silverstripe-link/issues/14",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
2272001362 | Can't go get the package...
> go get github.com/yohamta/gosbd
go: github.com/yohamta/gosbd@upgrade (v0.1.0) requires github.com/yohamta/gosbd@v0.1.0: parsing go.mod:
module declares its path as: github.com/gosbd/gosbd
but was required as: github.com/yohamta/gosbd
https://github.com/gosbd/gosbd/pull/2
| gharchive/issue | 2024-04-30T16:36:27 | 2025-04-01T04:34:25.276280 | {
"authors": [
"tamis-laan"
],
"repo": "gosbd/gosbd",
"url": "https://github.com/gosbd/gosbd/issues/1",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1309081690 | Support for docx to pdf error
I've been deployed the dockerize gotenberg to our clusters, when I run a request from postman, it returns a 500 error, and log is
_____ __ __ / / / /___ ___ / / ___ _______ / ( / _ / / -) _ / _ / -) / _ '/_/_/_/_////.__/_// _, / ... | gharchive/issue | 2022-07-19T07:10:10 | 2025-04-01T04:34:25.288741 | {
"authors": [
"adsian"
],
"repo": "gotenberg/gotenberg",
"url": "https://github.com/gotenberg/gotenberg/issues/476",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
439976349 | Mouse wheel not work if mouse button is pressed
Mouse wheel not work if mouse button is keeping pressed.
No reaction in event listener and in ScrolledWindow.
Is this "gotk" bug or I should change something in code?
Small example code:
package main
import (
"fmt"
"os"
"strconv"
"github.com/gotk3/gotk3/gdk"
"git... | gharchive/issue | 2019-05-03T10:04:21 | 2025-04-01T04:34:25.298563 | {
"authors": [
"Bios-Marcel",
"SilentGopherLnx"
],
"repo": "gotk3/gotk3",
"url": "https://github.com/gotk3/gotk3/issues/370",
"license": "isc",
"license_type": "permissive",
"license_source": "bigquery"
} |
1733307319 | feat: publish missing metrics
changelog metrics of jobs (add/update/delete)
upstream refresh metrics
dag upload/removal metric
enrich resource upload metrics
enrich scheduler events metrics
add job start metric
enrich/add long-running features duration metrics (job replace-all, validation, refresh, resource upload-a... | gharchive/pull-request | 2023-05-31T03:01:13 | 2025-04-01T04:34:25.301775 | {
"authors": [
"arinda-arif",
"sravankorumilli"
],
"repo": "goto/optimus",
"url": "https://github.com/goto/optimus/pull/67",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1422742139 | Feature/support sharp yuv
Since I needed the sharp YUV property support, I added this to the codebase.
Also I used the gotson crossbuild docker to build the MAC library, the original failed.
I don't maintain this library anymore, you may need to fork your own.
| gharchive/pull-request | 2022-10-25T16:20:23 | 2025-04-01T04:34:25.308287 | {
"authors": [
"gotson",
"joostoudeman"
],
"repo": "gotson/webp-imageio",
"url": "https://github.com/gotson/webp-imageio/pull/2",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2151551279 | LIME-1033 - Adding autocomplete to form fields
What changed
Added autocomplete to form fields for accessibility
This PR has been replaced by the following - https://github.com/govuk-one-login/ipv-cri-uk-passport-front-v1/pull/87
| gharchive/pull-request | 2024-02-23T17:57:51 | 2025-04-01T04:34:25.330093 | {
"authors": [
"ElliotMurphyGDS"
],
"repo": "govuk-one-login/ipv-cri-uk-passport-front-v1",
"url": "https://github.com/govuk-one-login/ipv-cri-uk-passport-front-v1/pull/85",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
614320979 | Repo name
Thank you for the nice tmux configuration!
It's rather unusual to have a repository name start with a dot, i.e. hiding it from a regular ls by default. Is it possible to rename it? For example to tmux-config?
Hello @friederbluemle 👋
Well I like it it's hidden by default when I use it. But you can name if... | gharchive/issue | 2020-05-07T20:23:39 | 2025-04-01T04:34:25.386983 | {
"authors": [
"friederbluemle",
"gpakosz"
],
"repo": "gpakosz/.tmux",
"url": "https://github.com/gpakosz/.tmux/issues/348",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2471773218 | 🛑 PiP tracks is down
In b549981, PiP tracks (https://www.portamiinpista.it/Tracks/) was down:
HTTP code: 500
Response time: 174 ms
Resolved: PiP tracks is back up in 35259a7 after 8 minutes.
| gharchive/issue | 2024-08-18T03:47:10 | 2025-04-01T04:34:25.389397 | {
"authors": [
"gpcaretti"
],
"repo": "gpcaretti/upptime",
"url": "https://github.com/gpcaretti/upptime/issues/49",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
118212865 | TCmalloc GetStats is not showing correct data
Hi,
I wrote small program where I am doing malloc of size 10220 bytes and I was expecting it to show up in class of 10240 central cache. But GetState is not showing at all. Please see below output.
Program
const unsigned int size_to_alloc = 10220;
const unsigned int ... | gharchive/issue | 2015-11-21T18:22:05 | 2025-04-01T04:34:25.405174 | {
"authors": [
"alk",
"bh0kaal",
"gshirishfree"
],
"repo": "gperftools/gperftools",
"url": "https://github.com/gperftools/gperftools/issues/744",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
614310794 | Implement ErrorLink
ErrorLink implementation
An example HttpAuthLink using both ErrorLink and TransformLink
@smkhalsa, this is a bit different than what you suggested in #57
The difference arises from a need to recover from errors silently if possible.
| gharchive/pull-request | 2020-05-07T20:05:03 | 2025-04-01T04:34:25.436782 | {
"authors": [
"klavs"
],
"repo": "gql-dart/gql",
"url": "https://github.com/gql-dart/gql/pull/103",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
444118383 | HostAccess confusingly affects ProxyObject impl
It seems that ProxyObject implementations are somewhat beholden to HostAccess restrictions. Example test in Groovy/TestNG:
@Test
void "HostAccess and ProxyObject"() {
def context = Context.create("js")
def someProxy = new SomeProxy()
context.getBindings("js... | gharchive/issue | 2019-05-14T20:49:30 | 2025-04-01T04:34:25.455394 | {
"authors": [
"hashtag-smashtag",
"nhoughto"
],
"repo": "graalvm/graaljs",
"url": "https://github.com/graalvm/graaljs/issues/163",
"license": "UPL-1.0",
"license_type": "permissive",
"license_source": "github-api"
} |
805952805 | Ability to build without JCenter
JCenter is going to be shut down "soon" (although 1st May has been "clarified" to 1st Feb 2022 :-D ). When I tried to remove jcenter() the build on CI server started to fail:
> Task :dokkaJavadoc FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for... | gharchive/issue | 2021-02-10T23:16:37 | 2025-04-01T04:34:25.478634 | {
"authors": [
"nhajratw",
"szpak"
],
"repo": "gradle-nexus/publish-plugin",
"url": "https://github.com/gradle-nexus/publish-plugin/issues/56",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1922374573 | Set artifact retention period to 1 day
Fixes #903
I also found a missing await statement which was added in this PR.
Functionality provided by #953
| gharchive/pull-request | 2023-10-02T18:00:20 | 2025-04-01T04:34:25.479977 | {
"authors": [
"DuncanCasteleyn"
],
"repo": "gradle/gradle-build-action",
"url": "https://github.com/gradle/gradle-build-action/pull/912",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2011915315 | Add a sample app for the Tests API usage
Summary
This PR adds a sample app to illustrate how the Tests API can be used to address one of the common use cases: creating a report/GitHub issues for recently unstable test classes.
Review notes
A big chunk of changes is transforming the repo into a multi-module project t... | gharchive/pull-request | 2023-11-27T10:01:26 | 2025-04-01T04:34:25.484407 | {
"authors": [
"marcphilipp",
"pshevche"
],
"repo": "gradle/gradle-enterprise-api-samples",
"url": "https://github.com/gradle/gradle-enterprise-api-samples/pull/88",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
298849541 | Support native languages in build init plugin
@pioterj commented on Tue Mar 28 2017
Add Build Init Plugin types for native languages supported by Gradle.
Expected Behavior
Build init plugin can generate projects using native languages that are supported out of the box:
C
C++
Objective-C
Objective-C++
Assembly
Window... | gharchive/issue | 2018-02-21T05:47:28 | 2025-04-01T04:34:25.488432 | {
"authors": [
"adammurdoch",
"big-guy"
],
"repo": "gradle/gradle-native",
"url": "https://github.com/gradle/gradle-native/issues/498",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
647784198 | Gradle 6.5 build fails on Java 15-ea with Execution failed for task ':jar'. java.util.ConcurrentModificationException (no error message)
I have set up a Travis CI continuous integration server for my open source project picocli.
This successfully builds the project for OpenJDK 8, 9, 10, 11, 12, 13, and 14, but fail... | gharchive/issue | 2020-06-30T01:41:14 | 2025-04-01T04:34:25.513279 | {
"authors": [
"big-guy",
"remkop"
],
"repo": "gradle/gradle",
"url": "https://github.com/gradle/gradle/issues/13628",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
900513373 | Cryptic IllegalArgumentException
Hi,
One of my builds contains a transitive dependency on uk.ac.ebi.pride.architectural.pride-logging. This artifact should be available from this repository: https://www.ebi.ac.uk/Tools/maven/repos/content/groups/ebi-repo/uk/ac/ebi/pride/architectural/pride-logging/1.0.0/
Currently, t... | gharchive/issue | 2021-05-25T08:53:27 | 2025-04-01T04:34:25.523319 | {
"authors": [
"bmuskalla",
"donat",
"tomas-pluskal"
],
"repo": "gradle/gradle",
"url": "https://github.com/gradle/gradle/issues/17264",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1559346373 | Order of tasks in JVMTestSuite plugin is not kept when shouldRunAfter is specified
I use the JVMTestSuite plugin to define integration tests. Those tests must run after the normal unit tests have been executed, not the other way around.
So, I defined this:
testing {
suites {
val jUnitVersion = "5.9.2"
... | gharchive/issue | 2023-01-27T08:14:35 | 2025-04-01T04:34:25.528852 | {
"authors": [
"Zordid",
"eskatos"
],
"repo": "gradle/gradle",
"url": "https://github.com/gradle/gradle/issues/23678",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1706274737 | Gradle fails catastrophically on multi-release jars with unsupported Java versions
Expected Behavior
When Gradle encounters a multi-release jar (https://openjdk.org/jeps/238) with a Java version under META-INF that is not recognized by that version of Gradle, Gradle should just ignore the unrecognized version and con... | gharchive/issue | 2023-05-11T17:47:38 | 2025-04-01T04:34:25.535348 | {
"authors": [
"jbartok",
"jimshowalter"
],
"repo": "gradle/gradle",
"url": "https://github.com/gradle/gradle/issues/25043",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2040617184 | Sync task with Provider as source reports NO-SOURCE when using configuration cache
Current Behavior
On Gradle 8.4 when configuring the source of a Sync task with a Provider<String>, the task reports NO-SOURCE when run with --configuration-cache and no files are copied. Without the configuration cache enabled, the tas... | gharchive/issue | 2023-12-13T23:24:31 | 2025-04-01T04:34:25.539832 | {
"authors": [
"BrennanEbeling",
"ov7a"
],
"repo": "gradle/gradle",
"url": "https://github.com/gradle/gradle/issues/27409",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2346428138 | Formatting should be the same with JDK8 compiler reports as with other compilers
Current Behavior
After fixing https://github.com/gradle/gradle/issues/29113 with https://github.com/gradle/gradle/pull/29141, we still haven't completely fixed the case when a compilation diagnostic is reported using a JDK8 compiler, and... | gharchive/issue | 2024-06-11T13:22:37 | 2025-04-01T04:34:25.545544 | {
"authors": [
"hegyibalint"
],
"repo": "gradle/gradle",
"url": "https://github.com/gradle/gradle/issues/29501",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
359991265 | compileTestScala fails with UncheckedIOException: java.io.FileNotFoundException
Our builds are failing to compile scala after the upgrade to 4.10.1.
We do not see this issue in 4.10
[09:18:24]org.gradle.api.tasks.TaskExecutionException: Execution failed for task ':projectA:scala:compileTestScala'.
[09:18:24] at org.g... | gharchive/issue | 2018-09-13T17:26:49 | 2025-04-01T04:34:25.550700 | {
"authors": [
"big-guy",
"pgcortina"
],
"repo": "gradle/gradle",
"url": "https://github.com/gradle/gradle/issues/6748",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
723343102 | Move plugin development guides to user manual
This turns the four guides about plugin development (https://gradle.org/guides/?q=Plugin Development) into user manual sections.
All snippets are updated to follow idiomatic Gradle recommendation. This is already a big improvement as non of them was using the lazy config... | gharchive/pull-request | 2020-10-16T15:58:31 | 2025-04-01T04:34:25.554484 | {
"authors": [
"bot-gradle",
"jjohannes"
],
"repo": "gradle/gradle",
"url": "https://github.com/gradle/gradle/pull/14895",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1561946841 | Emit a bunch of deprecation warnings for Gradle 8.1
Closes https://github.com/gradle/gradle/issues/21902
Closes https://github.com/gradle/gradle/issues/21882
Closes https://github.com/gradle/gradle/issues/21900
Closes https://github.com/gradle/gradle/issues/21914
This PR also opportunistically cleans up some smoke... | gharchive/pull-request | 2023-01-30T08:13:03 | 2025-04-01T04:34:25.561134 | {
"authors": [
"bot-gradle",
"eskatos"
],
"repo": "gradle/gradle",
"url": "https://github.com/gradle/gradle/pull/23705",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2598169673 | Speed up FileBackedBlockStore
Reviewing cheatsheet
Before merging the PR, comments starting with
❌ ❓must be fixed
🤔 💅 should be fixed
💭 may be fixed
🎉 celebrate happy things
@bot-gradle help
Currently, the following commands are supported:
@bot-gradle test <BuildTrigger1> <BuildTrigger2> ... <BuildTriggerN... | gharchive/pull-request | 2024-10-18T18:44:17 | 2025-04-01T04:34:25.575984 | {
"authors": [
"big-guy",
"bot-gradle"
],
"repo": "gradle/gradle",
"url": "https://github.com/gradle/gradle/pull/30964",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
466691984 | Better document for DeprecationLogger
This closes https://github.com/gradle/gradle-private/issues/2432
Previously DeprecationLogger is not well documented, developers have to run a build to
see what the final message looks like. This commit adds clear documentation for each method.
Thanks @wolfs !
| gharchive/pull-request | 2019-07-11T06:38:35 | 2025-04-01T04:34:25.577713 | {
"authors": [
"blindpirate"
],
"repo": "gradle/gradle",
"url": "https://github.com/gradle/gradle/pull/9926",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.