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
1048655130
Expose Array.id() and Dictionary.id() Also, now ids are int64_t, which integrate better with Variant/scripting. This is for allowing non-deep comparison of arrays and dictionaries, like this: a.id() == b.id() I think I'm dropping this for now.
gharchive/pull-request
2021-11-09T14:12:51
2025-04-01T04:34:23.326574
{ "authors": [ "RandomShaper" ], "repo": "godotengine/godot", "url": "https://github.com/godotengine/godot/pull/54804", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1111334959
Fix default input port hints for some modes in visual shader Renamed internal method get_input_port_default_hint to is_input_port_default, changed it's type to boolean for unification, fixes more places with incorrect default hints on certain modes. Thanks!
gharchive/pull-request
2022-01-22T08:14:10
2025-04-01T04:34:23.327609
{ "authors": [ "Chaosus", "akien-mga" ], "repo": "godotengine/godot", "url": "https://github.com/godotengine/godot/pull/57056", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1165855815
Fix documentation about depth and width of Height map Fix wrong documentation part of #58933 in 3.x branch. Thanks! Cherry-picked for 3.4.4.
gharchive/pull-request
2022-03-11T00:05:55
2025-04-01T04:34:23.328669
{ "authors": [ "Sauermann", "akien-mga" ], "repo": "godotengine/godot", "url": "https://github.com/godotengine/godot/pull/59004", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1188476531
Fix Android double-tap not working. #37158 added the event's button state to Android's onDoubleTap gesture processing. However, the button state is always zero. This broke double tapping (#8151, #46100, #46101). As per the documentation, the onDoubleTap notification is "Triggered on the down event of second tap." Fur...
gharchive/pull-request
2022-03-31T18:33:16
2025-04-01T04:34:23.334456
{ "authors": [ "Calinou", "m4gr3d", "madmiraal" ], "repo": "godotengine/godot", "url": "https://github.com/godotengine/godot/pull/59760", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1193493576
Fix Project Manager hard crashes due to invalid access to Editor Nodes Resolves: https://github.com/godotengine/godot/issues/59869 Fixes incorrect usages in project manager referencing editor nodes from this PR: https://github.com/godotengine/godot/pull/59495 Unfortunately, while EditorFileSystem is a singleton, it i...
gharchive/pull-request
2022-04-05T17:18:31
2025-04-01T04:34:23.336710
{ "authors": [ "akien-mga", "marstaik" ], "repo": "godotengine/godot", "url": "https://github.com/godotengine/godot/pull/59920", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1251912529
Portals - force full check on adding moving object Moving objects being added during instance_moving_create() were incorrectly not forcing a full check to find which room they were within. This could result in moving objects being re-added not correctly identifying their current room, and thus culling incorrectly. Th...
gharchive/pull-request
2022-05-29T15:02:46
2025-04-01T04:34:23.339838
{ "authors": [ "akien-mga", "lawnjelly" ], "repo": "godotengine/godot", "url": "https://github.com/godotengine/godot/pull/61523", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1457008073
GDScript: Cache scripts after parse error @Rindbee pointed out that #68374 doesn't cache scripts after parsing errors like the previous logic did. This fixes that not a functionality regression as far as i can tell, but it's incorrect as-is Thanks!
gharchive/pull-request
2022-11-20T18:55:21
2025-04-01T04:34:23.340919
{ "authors": [ "akien-mga", "rune-scape" ], "repo": "godotengine/godot", "url": "https://github.com/godotengine/godot/pull/68927", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2000786128
Add methods to draw ellipses Closes godotengine/godot-proposals#8461. This simply modifies the formulas for draw_circle and draw_arc to generalize to ellipses and elliptical arcs. Rebased, there were some changes in draw_circle that I replicated for ellipses. Side note: while updating the class documentation, I not...
gharchive/pull-request
2023-11-19T10:16:07
2025-04-01T04:34:23.343277
{ "authors": [ "Calinou", "Cykyrios" ], "repo": "godotengine/godot", "url": "https://github.com/godotengine/godot/pull/85080", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2063148738
new version v2.6.1 is not compatible with version v2.5.6 What version of Go and system type/arch are you using? go1.20.4 linux/amd64 What version of GoFrame are you using? 2.5.6升级2.6.1 Can this bug be re-produced with the latest release? 1、升级后POST表单请求(application/x-www-form-urlencoded 或 multipart/form-data)进入控制器后,r.G...
gharchive/issue
2024-01-03T02:01:32
2025-04-01T04:34:23.384406
{ "authors": [ "JB-fy", "gqcn", "l12ab" ], "repo": "gogf/gf", "url": "https://github.com/gogf/gf/issues/3237", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
127931561
Clone over HTTPS: HEAD refers to nonexistent ref, unable to checkout If I check out any repository over HTTPS from Gogs on my server, I get Checking connectivity... done. warning: remote HEAD refers to nonexistent ref, unable to checkout. Could this be a configuration issue? [server] DOMAIN = ssh.mydomain.com HTTP_P...
gharchive/issue
2016-01-21T14:08:32
2025-04-01T04:34:23.406911
{ "authors": [ "NiklasRosenstein", "Unknwon" ], "repo": "gogits/gogs", "url": "https://github.com/gogits/gogs/issues/2451", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
105560609
Add allow attribute class to <code> tag PR for #1608 我这里没有Mac环境没法用codekit,还需要修改highlight.js的配置为 hljs.configure({ classPrefix: 'language-' }) Don't know when this regression happened but there were already code to allow this. https://github.com/gogits/gogs/pull/1442/files#diff-88e948dbecd728e2513ba9bafe876faaR30 ...
gharchive/pull-request
2015-09-09T09:39:00
2025-04-01T04:34:23.419117
{ "authors": [ "Unknwon", "denghongcai", "manfer" ], "repo": "gogits/gogs", "url": "https://github.com/gogits/gogs/pull/1609", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
112138081
Fix import path Hello, After re-compiling gogs with Redis from the master branch today, I wasn't able to run gogs. The error message was "panic: cache: unknown adapter 'redis'(forgot to import?)" It's a minor issue with new go-macaron path. Kenno Thanks! No, thank you.
gharchive/pull-request
2015-10-19T12:53:22
2025-04-01T04:34:23.421013
{ "authors": [ "Unknwon", "kenno" ], "repo": "gogits/gogs", "url": "https://github.com/gogits/gogs/pull/1803", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
216467986
Only first 6 seconds of video are saved to storage I tried on both the Nexus 5X (7.1) and the LG K8 (6.0). I do exactly as in the example: cameraView.startRecordingVideo(); cameraView.postDelayed(new Runnable() { @Override public void run() { cameraView.stopRecordingVideo(); } }, 30*1000); onVide...
gharchive/issue
2017-03-23T15:25:12
2025-04-01T04:34:23.432390
{ "authors": [ "dwillmc", "johntzan", "mbernr", "mishasrb" ], "repo": "gogopop/CameraKit-Android", "url": "https://github.com/gogopop/CameraKit-Android/issues/40", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
255795135
RSS/Atom support for data-driven content Being able to use RSS and Atom feeds for data sources (i.e., a getFeed function) could be extremely useful, especially when combined with a cron job to trigger a build/deploy. It looks like there are a few go libraries which could handle this: https://github.com/mmcdole/gofee...
gharchive/issue
2017-09-07T02:22:17
2025-04-01T04:34:23.483404
{ "authors": [ "bep", "jetwash" ], "repo": "gohugoio/hugo", "url": "https://github.com/gohugoio/hugo/issues/3862", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
400887961
Support Apache MultiViews language negotiation file naming It would be nice if Hugo could support the multilingual file naming convention described here: https://www.w3.org/International/questions/qa-apache-lang-neg#naming such as: example.html.en, example.html.fr, example.html.de (language extention after .html),...
gharchive/issue
2019-01-18T21:03:35
2025-04-01T04:34:23.487317
{ "authors": [ "afranke", "anthonyfok" ], "repo": "gohugoio/hugo", "url": "https://github.com/gohugoio/hugo/issues/5618", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
502395578
After should accept 0 as an index Issue Description Currently after blows up if you pass in 0 as the index, which feels like a valid usage that should not crash things. The line that causes this is here. If this gets maintainer approval I'm happy to make the change myself, given that its only a line or two :). What v...
gharchive/issue
2019-10-04T02:48:35
2025-04-01T04:34:23.489957
{ "authors": [ "bep", "gnalck" ], "repo": "gohugoio/hugo", "url": "https://github.com/gohugoio/hugo/issues/6388", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
576442147
Consider not deprecating Mmark support Math support (both MathJax or KaTeX) and other enhanced extensions have been working great by taking advantage of .mmark files since circa 2015. Many people are relying on Mmark for their posts due to that. As per https://github.com/gohugoio/hugo/issues/6544#issuecomment-5953238...
gharchive/issue
2020-03-05T18:15:17
2025-04-01T04:34:23.496936
{ "authors": [ "bep", "oblitum" ], "repo": "gohugoio/hugo", "url": "https://github.com/gohugoio/hugo/issues/7022", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2244019981
Update watchtestscripts.sh slight grammar change Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.You have signed the CLA already but the status is still pending? Let us recheck it.
gharchive/pull-request
2024-04-15T15:45:01
2025-04-01T04:34:23.499455
{ "authors": [ "CLAassistant", "broughtupsy" ], "repo": "gohugoio/hugo", "url": "https://github.com/gohugoio/hugo/pull/12377", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
710224190
New Theme : Bigspring Hugo Startup Theme Theme submission Please make sure that you have read the theme submission guidelines before submitting a theme. The guidelines provide all relevant information and requirements that have to be fulfilled before the submission. We strongly suggest that you test your theme with t...
gharchive/issue
2020-09-28T12:31:31
2025-04-01T04:34:23.511016
{ "authors": [ "developer-evan", "digitalcraftsman", "mehedi-sharif" ], "repo": "gohugoio/hugoThemes", "url": "https://github.com/gohugoio/hugoThemes/issues/924", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1600051726
Add Arberia Theme for Hugo Add Arberia Theme for Hugo. Demo: https://arberiatheme.netlify.app/ Repository: https://github.com/antedoro/arberia Hi @antedoro. I am closing this pull request (PR) for now. Feel free to submit another PR, after you have fixed the issue. We will be glad to review and add your theme.
gharchive/pull-request
2023-02-26T13:04:12
2025-04-01T04:34:23.513234
{ "authors": [ "antedoro", "hugo-sid" ], "repo": "gohugoio/hugoThemesSiteBuilder", "url": "https://github.com/gohugoio/hugoThemesSiteBuilder/pull/273", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
161842050
piglow: presence of both Shutdown and Close confuses Isn't it possible to do the shutdown in Close? Is there a reason why Shutdown has to be a separate method? I was wondering the same. Is there value in shutting down without closing? Shutdown puts the PiGlow into a "software shutdown" mode, but it does not sever...
gharchive/issue
2016-06-23T05:19:42
2025-04-01T04:34:23.517048
{ "authors": [ "mattetti", "rakyll", "zankich" ], "repo": "goiot/devices", "url": "https://github.com/goiot/devices/issues/25", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
1025946876
Add backward compatibility check in pyfuncserver What this PR does / why we need it: Add backward compatibility in pyfuncserver if user specified certain version of merlin-sdk as pyfunc dependency Which issue(s) this PR fixes: Does this PR introduce a user-facing change?: None Checklist [x] Added unit test, int...
gharchive/pull-request
2021-10-14T04:55:42
2025-04-01T04:34:23.520586
{ "authors": [ "pradithya", "tiopramayudi" ], "repo": "gojek/merlin", "url": "https://github.com/gojek/merlin/pull/189", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
162820293
Questions about the function recursion example on the page 123 of book "the go programming language" I am reading the book "the go programming language" and get confused by the example on the page 123 which traverse a html document tree to illustrate the concept of function recursion. In the example, a slice "stack" ...
gharchive/issue
2016-06-29T01:06:01
2025-04-01T04:34:23.533593
{ "authors": [ "Almodovar", "adg" ], "repo": "golang/gddo", "url": "https://github.com/golang/gddo/issues/419", "license": "bsd-3-clause", "license_type": "permissive", "license_source": "bigquery" }
98121033
api: go1.5beta3 API check exit status 1 on Mac OS X 10.10.4: ##### API check Error running API checker: exit status 1 Go version is "go1.5beta3", ignoring -next /Users/ajstarks/go/api/next.txt +pkg encoding/json, method (*Decoder) More() bool +pkg encoding/json, method (*Decoder) Token() (Token, error) +pkg encoding/...
gharchive/issue
2015-07-30T09:17:35
2025-04-01T04:34:23.534935
{ "authors": [ "ajstarks", "bradfitz" ], "repo": "golang/go", "url": "https://github.com/golang/go/issues/11935", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
122410198
net/http: flake in TestHijackAfterCloseNotifier? Seen here: http://build.golang.org/log/fb09069fbdc77389a13a2e191d70eb8ce01b84e9 (linux/arm64) but also locally. CC @bradfitz I can reproduce at least on Linux/amd64. Notes: 0 to 3 in 2000 runs fails for me. creating a dedicated Transport just for this test (e.g. w...
gharchive/issue
2015-12-16T01:57:53
2025-04-01T04:34:23.540147
{ "authors": [ "bradfitz", "ianlancetaylor", "mwhudson" ], "repo": "golang/go", "url": "https://github.com/golang/go/issues/13633", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
128672388
tour: [Grammar error] Context: https://tour.golang.org/methods/8 If I'm not mistaken the word "to" from the following line should be removed. "In general, all methods on a given type to should have either value or pointer receivers, but not a mixture of both. (We'll see why over the next few pages.)". Fixed in #139...
gharchive/issue
2016-01-25T23:23:37
2025-04-01T04:34:23.541921
{ "authors": [ "broady", "mvescovo" ], "repo": "golang/go", "url": "https://github.com/golang/go/issues/14091", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
142543818
cmd/compile: remove bounds checking for sub-slices Please answer these questions before submitting your issue. Thanks! What version of Go are you using (go version)? go version devel +259b7ed 2016-03-22 00:18:31 +0000 linux/amd64 What operating system and processor architecture are you using (go env)? Linux Ava 4...
gharchive/issue
2016-03-22T04:12:59
2025-04-01T04:34:23.548506
{ "authors": [ "OneOfOne", "brtzsnr", "ianlancetaylor", "randall77" ], "repo": "golang/go", "url": "https://github.com/golang/go/issues/14905", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
182027324
Spec inaccuracy: Handling panics The return value of recover is nil if any of the following conditions holds: * panic's argument was nil; * the goroutine is not panicking; * recover was not called directly by a deferred function. In fact, the third condition is just a special case of the second one. I d...
gharchive/issue
2016-10-10T14:21:55
2025-04-01T04:34:23.552978
{ "authors": [ "bradfitz", "golang101", "ianlancetaylor", "spenczar" ], "repo": "golang/go", "url": "https://github.com/golang/go/issues/17399", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
223698976
Dynamic type assertion for interface Please answer these questions before submitting your issue. Thanks! What version of Go are you using (go version)? go version go1.6.4 windows/amd64 What operating system and processor architecture are you using (go env)? set GOARCH=amd64 set GOBIN=C:\Projects\Go\bin set GOEXE=.exe...
gharchive/issue
2017-04-24T04:01:14
2025-04-01T04:34:23.560133
{ "authors": [ "RajeshKumar1990", "bradfitz" ], "repo": "golang/go", "url": "https://github.com/golang/go/issues/20093", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
317506744
cmd/link: include DWARF declaration position for types The linker should include the declaration position for types so that we can use this information in editors and disambiguate where the types come from. The easiest to replicate the confusion is to have a project which has multiple main packages and to try to go t...
gharchive/issue
2018-04-25T07:22:37
2025-04-01T04:34:23.562774
{ "authors": [ "dlsniper", "heschik" ], "repo": "golang/go", "url": "https://github.com/golang/go/issues/25064", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
376052251
semver versioning of tools used in the build Modules solves the versioning issue for dependencies that are packages There does not seem to be a solution for tools used in the build process. For example if I create build scripts that use go2xunit I must still use go get to install it. If a new version of those project...
gharchive/issue
2018-10-31T16:30:44
2025-04-01T04:34:23.565485
{ "authors": [ "KantarBruceAdams", "myitcv" ], "repo": "golang/go", "url": "https://github.com/golang/go/issues/28512", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
394763787
path/filepath: EvalSymlinks fails when target is file What version of Go are you using (go version)? go version devel +d459962967 Fri Dec 28 22:14:11 2018 +0000 windows/amd64 Does this issue reproduce with the latest release? No. This bug is not present in go1.11. What operating system and processor architecture ar...
gharchive/issue
2018-12-29T05:44:53
2025-04-01T04:34:23.582334
{ "authors": [ "Gnouc", "alexbrainman", "ianlancetaylor" ], "repo": "golang/go", "url": "https://github.com/golang/go/issues/29449", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
494821879
cmd/go: 'go build -compiler=gccgo' fails silently when the package path is 'm' This program silently fails to emit output: cd m go build -compiler=gccgo -- m/go.mod -- module m -- m/hello.go -- package main func main() { println("hello") } Changing the module path to (seemingly) anything other than m causes the tes...
gharchive/issue
2019-09-17T19:57:08
2025-04-01T04:34:23.585663
{ "authors": [ "bcmills", "ianlancetaylor" ], "repo": "golang/go", "url": "https://github.com/golang/go/issues/34358", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
512775463
x/build: frequent timeouts running js-wasm TryBots I've noticed that the js-wasm TryBots on my recent CLs seem to start with one or more spurious failures before finally running successfully. I suspect that that increases load on the TryBots generally, and may increase overall TryBot latency in some circumstances. A ...
gharchive/issue
2019-10-26T01:43:16
2025-04-01T04:34:23.602176
{ "authors": [ "agnivade", "bcmills", "bradfitz", "dmitshur", "neelance", "rsc", "thanm" ], "repo": "golang/go", "url": "https://github.com/golang/go/issues/35170", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
561011308
encoding/json: Encoder adds new line at the end of response which is different from how Marshal works What version of Go are you using (go version)? $ go version 1.13.5 Issue: Encoder and Marshal behaves differently. Refer There is a newline added for encoder. Refer to this code. Where does this break: In cases wh...
gharchive/issue
2020-02-06T13:25:54
2025-04-01T04:34:23.611015
{ "authors": [ "AlexRouSg", "jpninanjohn", "mvdan" ], "repo": "golang/go", "url": "https://github.com/golang/go/issues/37083", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
675693218
gollvm, libbacktrace: CMake's checks on _alloca, __alloca From my CMakeError.log file: Determining if the function _alloca exists failed with the following output: Change Dir: D:/workarea/test.rel/CMakeFiles/CMakeTmp Run Build Command(s):D:/Python38-32/Scripts/ninja.exe cmTC_44264 && [1/2] Building C object CMakeFil...
gharchive/issue
2020-08-09T12:39:41
2025-04-01T04:34:23.623763
{ "authors": [ "advancedwebdeveloper", "cherrymui" ], "repo": "golang/go", "url": "https://github.com/golang/go/issues/40658", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
740101745
net: expose LOWER_UP flag in NICs What version of Go are you using (go version)? $ go version 1.15.4 Does this issue reproduce with the latest release? Yes What operating system and processor architecture are you using (go env)? go env Output $ go env GO111MODULE="" GOARCH="amd64" GOBIN="" GOCACHE="/home/x1unix/....
gharchive/issue
2020-11-10T17:25:59
2025-04-01T04:34:23.637066
{ "authors": [ "GanShun", "cagedmantis", "ianlancetaylor", "networkimprov", "prattmic", "x1unix" ], "repo": "golang/go", "url": "https://github.com/golang/go/issues/42488", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
741421441
net/http: bundled x/net/http2.responseWriter hangs forever What version of Go are you using (go version)? go version go1.15.4 linux/amd64 Does this issue reproduce with the latest release? Yes What operating system and processor architecture are you using (go env)? go env Output GO111MODULE="" GOARCH="amd64" GOBIN...
gharchive/issue
2020-11-12T09:13:02
2025-04-01T04:34:23.673875
{ "authors": [ "ReillyBrogan", "ReillyTevera", "Rohsichan", "bakape", "divanodestiny", "dmitshur", "dtelyukh", "fraenkel", "networkimprov", "virtyaluk", "whitewindmills" ], "repo": "golang/go", "url": "https://github.com/golang/go/issues/42534", "license": "BSD-3-Cl...
993847792
x/sys/unix: add wireless iwreq support from Linux kernel Currently x/sys/unix has type Ifreq and function IoctlIfreq, but it would be nice if somebody added wireless support (linux/wireless.h), since the kernel has a couple of useful functions for that. For example, here is a sample C code to get SSID of a wireless c...
gharchive/issue
2021-09-11T13:56:46
2025-04-01T04:34:23.679057
{ "authors": [ "aajonusonline", "mdlayher" ], "repo": "golang/go", "url": "https://github.com/golang/go/issues/48338", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
996472254
dev.boringcrypto: 1.17 release 1.17.0 and 1.17.1 have been released. What is the ETA for the release with BoringCrypto? Thanks again for maintaining this great branch! @katiehockman @FiloSottile Jeremy Faller has provided an update on a (tangentially) related thread on golang-dev: We had a small snafu with boringc...
gharchive/issue
2021-09-14T21:54:44
2025-04-01T04:34:23.681512
{ "authors": [ "ALTree", "sodul" ], "repo": "golang/go", "url": "https://github.com/golang/go/issues/48391", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
1250821885
affected/package: net/http => ParseMultipartForm What version of Go are you using (go version)? $ go version go version go1.18.1 linux/amd64 Does this issue reproduce with the latest release? yes What operating system and processor architecture are you using (go env)? go env Output $ go env GO111MODULE="" GOARCH="...
gharchive/issue
2022-05-27T14:15:42
2025-04-01T04:34:23.688748
{ "authors": [ "git001", "seankhliao" ], "repo": "golang/go", "url": "https://github.com/golang/go/issues/53109", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
1296621715
crypto/x509: ParseRevocationList does not populate Number and AuthorityKeyId fields What version of Go are you using (go version)? go1.19rc1 Does this issue reproduce with the latest release? Yes What did you do? Use x509.ParseRevocationList() to parse a CRL which contains the crlNumber and authorityKeyIdentifer exte...
gharchive/issue
2022-07-07T00:14:55
2025-04-01T04:34:23.693981
{ "authors": [ "FiloSottile", "aarongable", "dmitshur", "heschi", "rolandshoemaker" ], "repo": "golang/go", "url": "https://github.com/golang/go/issues/53726", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
1600863394
x/vuln: possible missed x/crypto vulnerability in govulncheck? What version of Go are you using (go version)? $ go version go version go1.20.1 linux/amd64 Does this issue reproduce at the latest version of golang.org/x/vuln? Yes. What did you do? GitHub dependabot reports a project is affected by GHSA-8c26-wmh5-6...
gharchive/issue
2023-02-27T10:05:24
2025-04-01T04:34:23.701552
{ "authors": [ "gophun", "seankhliao", "taisph" ], "repo": "golang/go", "url": "https://github.com/golang/go/issues/58752", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
1827872947
x/exp/jsonrpc2: panic when sending request and JSON marshaling fails What version of Go are you using (go version)? playground 1.20 and "dev branch" Does this issue reproduce with the latest release? yes What operating system and processor architecture are you using (go env)? playground What did you do? https://go.de...
gharchive/issue
2023-07-30T09:45:43
2025-04-01T04:34:23.707303
{ "authors": [ "bcmills", "dr2chase", "maxatome" ], "repo": "golang/go", "url": "https://github.com/golang/go/issues/61654", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
2473294578
cmd/go: any invocation creates read-only telemetry configuration file under GOMODCACHE Go version go version go1.23.0 linux/amd64 Output of go env in your module/workspace: GO111MODULE='' GOARCH='amd64' GOBIN='' GOCACHE='/home/csn/please-go-rules/plz-out/tmp/test/root_test/root_test._test/run_1/.cache/go-build' GOENV...
gharchive/issue
2024-08-19T12:54:44
2025-04-01T04:34:23.726950
{ "authors": [ "cherrymui", "chrisnovakovic", "dmitshur", "findleyr", "fwcd", "gabyhelp", "hyangah", "ianlancetaylor", "peterebden", "seankhliao", "thediveo" ], "repo": "golang/go", "url": "https://github.com/golang/go/issues/68946", "license": "BSD-3-Clause", "li...
1903210020
How to append the user's package name into the generated go source. Hi, I would like to reuse some of the proto files among different Golang projects. For a simple example, I have a project with such structure: . ├── base │ └── base.proto └── user ├── service.proto └── user.proto The base.proto defines som...
gharchive/issue
2023-09-19T15:11:04
2025-04-01T04:34:23.739653
{ "authors": [ "Kidsunbo", "neild" ], "repo": "golang/protobuf", "url": "https://github.com/golang/protobuf/issues/1565", "license": "bsd-3-clause", "license_type": "permissive", "license_source": "bigquery" }
2676755178
google.golang.org/protobuf/types/known/structpb: TestToStruct fails at Go tip after the runtime map change in Go CL 627716 The TestToStruct test in google.golang.org/protobuf/types/known/structpb package has started to fail at Go tip, as of go.dev/cl/627716 (CC @randall77): === RUN TestToStruct --- FAIL: TestToStru...
gharchive/issue
2024-11-20T18:17:35
2025-04-01T04:34:23.743585
{ "authors": [ "dmitshur" ], "repo": "golang/protobuf", "url": "https://github.com/golang/protobuf/issues/1656", "license": "bsd-3-clause", "license_type": "permissive", "license_source": "bigquery" }
496038386
all: vet usages of cached pre-computation and weak fields In many places in our code-base we perform some expensive computation once and cache the result. At the time that the computation is run, we assume that all information about the protobuf type system is known. However, the deprecated weak feature violates this...
gharchive/issue
2019-09-19T21:36:57
2025-04-01T04:34:23.746949
{ "authors": [ "dsnet" ], "repo": "golang/protobuf", "url": "https://github.com/golang/protobuf/issues/951", "license": "bsd-3-clause", "license_type": "permissive", "license_source": "bigquery" }
227828536
ner_duckling component training issue rasa NLU version: 0.8.4 Used backend / pipeline: [ "nlp_mitie", "tokenizer_mitie", "ner_mitie", "ner_synonyms", "ner_duckling", "intent_featurizer_mitie", "intent_classifier_sklearn" ] Issue: When trying to train a dataset using the above pipeline, the following error is generat...
gharchive/issue
2017-05-10T22:29:09
2025-04-01T04:34:23.770010
{ "authors": [ "ecomaven", "oziee", "tmbo" ], "repo": "golastmile/rasa_nlu", "url": "https://github.com/golastmile/rasa_nlu/issues/358", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
71458408
Feature Request: Increased Mining Speed For a Drill and it's cost it would be nice if it drilled Obsidian much faster. It would be nice to have a config option for drill speeds. Or possibly have it Drill in a 3x3 but at the cost of 9x more power. I use Capacitors to recharge the tools i use and they hold up to 50mil ...
gharchive/issue
2015-04-28T02:27:58
2025-04-01T04:34:23.772306
{ "authors": [ "Badcholo", "goldenapple3" ], "repo": "goldenapple3/RFDrills", "url": "https://github.com/goldenapple3/RFDrills/issues/1", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
50839358
Security Contact Hi, this is kind of a "meta" issue, but I was wondering where I can disclose a security issue in gollum? Due to the severity of the issue I don't want to just put it in this public issue tracker. thx, joernchen @dometto I was curious so I had a look around but couldn't really find a nice option to ...
gharchive/issue
2014-12-03T13:46:41
2025-04-01T04:34:23.815912
{ "authors": [ "SkyCrawl", "dometto", "joernchen" ], "repo": "gollum/gollum-lib", "url": "https://github.com/gollum/gollum-lib/issues/120", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
233964208
gollum-lib linked to vulnerable nokogiri version Hi, nokogiri dependencies are tightened to ~> 1.6.4, however 1.6.x includes vulnerable bundled libs: Name: nokogiri Version: 1.6.8.1 Advisory: CVE-2016-4658 Criticality: Unknown URL: https://github.com/sparklemotion/nokogiri/issues/1615 Title: Nokogiri gem contains sev...
gharchive/issue
2017-06-06T17:18:20
2025-04-01T04:34:23.818694
{ "authors": [ "bartkamphorst", "d2bit", "josacar" ], "repo": "gollum/gollum-lib", "url": "https://github.com/gollum/gollum-lib/issues/278", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1050871035
Build options such as --build-arg fails Hi there, Thanks for your Github Actions and work. I tried to use it on our project and it seems it fails when we pass --build-arg VALUE="key" in options. I didn't try but from having a look the source seems to be fine, will you be able to verify this? Here is the failure we ge...
gharchive/issue
2021-11-11T11:19:13
2025-04-01T04:34:23.830472
{ "authors": [ "aminpaks", "matias-gonz" ], "repo": "gonuit/heroku-docker-deploy", "url": "https://github.com/gonuit/heroku-docker-deploy/issues/18", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1557891970
null is not an object (evaluating 'RNAudioRecord.init') Hi there, I am getting this error: [Unhandled promise rejection: TypeError: null is not an object (evaluating 'RNAudioRecord.init')] at node_modules/react-native-audio-record/index.js:7:43 in AudioRecord.init at components/AudioTest.tsx:38:20 in recordSound In ...
gharchive/issue
2023-01-26T09:58:53
2025-04-01T04:34:23.846637
{ "authors": [ "tGrothmannFluffy" ], "repo": "goodatlas/react-native-audio-record", "url": "https://github.com/goodatlas/react-native-audio-record/issues/81", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
356544977
WebARonARCore on Android 9 The app says device not supported and quits. Used to work fine before the Android upgrade on my Pixel 2. What can I do to get it to work again? I have the same problem, and when i go in play store, i don't found WebARonARcore. Why? WebARonARCore is not in the play store; the focus has ...
gharchive/issue
2018-09-03T15:26:32
2025-04-01T04:34:23.955379
{ "authors": [ "BarsikTheCaT", "PerspectivesLab", "YanneYoshi", "jsantell", "judax", "michaelnebeling" ], "repo": "google-ar/WebARonARCore", "url": "https://github.com/google-ar/WebARonARCore/issues/81", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigq...
1406524392
GStreamer issue when running bodypix.py Description Hi I ran into an issue related to the GStreamer and Gi modules when running the bodypix.py file. The following is the output: $ python bodypix.py Traceback (most recent call last): File "C:\Users\zalta\Desktop\project-bodypix\project-bodypix\bodypix.py", line 28, ...
gharchive/issue
2022-10-12T16:54:02
2025-04-01T04:34:23.960078
{ "authors": [ "hjonnala", "zain-altaf" ], "repo": "google-coral/project-bodypix", "url": "https://github.com/google-coral/project-bodypix/issues/33", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
1602133439
Is this a memory error? A large number (half?) of my AF2 runs running on standard docker install on AWS looking at complexes/multimers aren't working anymore when it used to be only 1 in 10 that failed. They aren't massive in size (total of 900 aa) but it seems maybe there is a memory problem with the sequence align...
gharchive/issue
2023-02-27T23:54:03
2025-04-01T04:34:23.964896
{ "authors": [ "Sparklibug", "jdmontenegro", "pur80a" ], "repo": "google-deepmind/alphafold", "url": "https://github.com/google-deepmind/alphafold/issues/705", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2281442745
Clarify google-ai-generativelanguage version Hi, I'm in the process of adding google-generativeai to conda-forge here: https://github.com/conda-forge/staged-recipes/pull/26259 One of the dependencies, google-ai-generativelanguage is not yet on conda-forge so I am adding that as well but it is not clear to me from the...
gharchive/issue
2024-05-06T18:06:02
2025-04-01T04:34:23.978146
{ "authors": [ "BastianZim", "MarkDaoust", "markmcd" ], "repo": "google-gemini/generative-ai-python", "url": "https://github.com/google-gemini/generative-ai-python/issues/320", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1292282578
Wrong example for cloudrun-docker.yml TL;DR I had to make two change to make it work: ${{ env.GAR_LOCATION }}-docker.pkg.dev/${{ env.PROJECT_ID }}/${{ env.SERVICE }}:${{ github.sha }} -> ${{ env.GAR_LOCATION }}-docker.pkg.dev/${{ env.PROJECT_ID }}/${{ env.SERVICE }}/${{ github.sha }} credentials_json: '${{ secrets.GC...
gharchive/issue
2022-07-03T11:38:15
2025-04-01T04:34:23.983370
{ "authors": [ "mpiorowski", "verbanicm" ], "repo": "google-github-actions/example-workflows", "url": "https://github.com/google-github-actions/example-workflows/issues/4", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
1587195135
release-please-action not tagging releases after manifest-pr is merged TL;DR Here is an implementation of creating a release PR: https://github.com/ipfs/ipfs-companion/blob/main/.github/workflows/ci.yml#L96-L104 This creates the release PR as expected. On merging this PR, this action runs again, but does nothing. The...
gharchive/issue
2023-02-16T07:48:46
2025-04-01T04:34:23.988664
{ "authors": [ "chingor13", "whizzzkid" ], "repo": "google-github-actions/release-please-action", "url": "https://github.com/google-github-actions/release-please-action/issues/719", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
2577959538
Not able to render shorter variant for a vertical creative Hi Team, The solution not able to render a shorter version of a vertical base video. Please look into it and help in resolving the issue Thanks in advance! Please provide more information. Have you checked the Cloud Function logs, are there errors? Or is th...
gharchive/issue
2024-10-10T07:46:44
2025-04-01T04:34:23.996348
{ "authors": [ "Sahil45745", "mohabfekry" ], "repo": "google-marketing-solutions/vigenair", "url": "https://github.com/google-marketing-solutions/vigenair/issues/24", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
250187700
Improved floating point for layout constraint and added functional test. (#594) Fixes #594 @khandpur Made changes.
gharchive/pull-request
2017-08-15T00:08:05
2025-04-01T04:34:23.999648
{ "authors": [ "saurabhj80" ], "repo": "google/EarlGrey", "url": "https://github.com/google/EarlGrey/pull/601", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
732959640
remove jit from backends We should switch to using the jit decorator. Like the tn.jit thing I wrote some time ago or jax.jit? The former calls the backend jit i noticed, closing this
gharchive/issue
2020-10-30T07:50:02
2025-04-01T04:34:24.035718
{ "authors": [ "alewis", "mganahl" ], "repo": "google/TensorNetwork", "url": "https://github.com/google/TensorNetwork/issues/864", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
175616220
[EN] Feedback for: /web/fundamentals/getting-started/your-first-progressive-web-app/step-02?hl=en the url is the only place that show my current step: step 2 This'll be updated in our DevSite relaunch coming up shortly.
gharchive/issue
2016-09-07T21:55:18
2025-04-01T04:34:24.036669
{ "authors": [ "clauderc4e", "petele" ], "repo": "google/WebFundamentals", "url": "https://github.com/google/WebFundamentals/issues/3347", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
130428173
Adds line highlighting support to {% highlight blocks %} In a {% highlight %} block, this will make certain lines bold so that they are more apparent. Use: {% highlight javascript hl_lines="3 4 5 6" %} @petele Is there a way to implement this relies on wrapping the actual lines instead of naming them by number? Gra...
gharchive/pull-request
2016-02-01T17:32:00
2025-04-01T04:34:24.038352
{ "authors": [ "jpmedley", "petele" ], "repo": "google/WebFundamentals", "url": "https://github.com/google/WebFundamentals/pull/2488", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
569100500
Removes & redirect PWA content to web.dev What's changed, or what was fixed? Removes and redirects PWA content to web.dev See https://github.com/GoogleChrome/web.dev/pull/2200 Target Live Date: Once https://github.com/GoogleChrome/web.dev/pull/2200 goes live Whoops! There were 16 warnings that will prevent this P...
gharchive/pull-request
2020-02-21T17:58:41
2025-04-01T04:34:24.048697
{ "authors": [ "WebFundBot", "petele" ], "repo": "google/WebFundamentals", "url": "https://github.com/google/WebFundamentals/pull/8508", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
1579486382
[Pager] Horizontal Pager compose page twice when has exact 2 pages Reproduce: run Horizontal Pager: Looping with indicators com/google/accompanist/sample/pager/HorizontalPagerLoopingIndicatorSample.kt val pageCount = 2 HorizontalPager( // Set the raw page count to a really large number ...
gharchive/issue
2023-02-10T11:07:45
2025-04-01T04:34:24.052357
{ "authors": [ "bentrengrove", "debbiefu" ], "repo": "google/accompanist", "url": "https://github.com/google/accompanist/issues/1511", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
564692386
Compare two faces in AIY vision kit Hello, Is it possible to compare two faces in the AIY vision kit by tweaking the existing models or features available for the same? If yes, how to do it. As of now, only face detections demos are available. face_comparison or face_recognition demos haven't been documented for AI...
gharchive/issue
2020-02-13T13:44:27
2025-04-01T04:34:24.053645
{ "authors": [ "manoj7410", "techguyzz" ], "repo": "google/aiyprojects-raspbian", "url": "https://github.com/google/aiyprojects-raspbian/issues/671", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
1032341365
Move UnitConverter to common module. IMPORTANT: All PRs must be linked to an issue (except for extremely trivial and straightforward changes). Fixes #[issue number] Description UnitConverter code changes are required in data capture module to support Quantity data type in inequality operator implementation. Therefore...
gharchive/pull-request
2021-10-21T10:48:04
2025-04-01T04:34:24.066269
{ "authors": [ "codecov-commenter", "santosh-pingle" ], "repo": "google/android-fhir", "url": "https://github.com/google/android-fhir/pull/847", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
55277827
Only participate in the election when caught up This is the first half of this, also planning to add a ConsistentStore wrapper which only allows calls to modify cluster-wide state if the caller is currently master. Needs a bit of sorting out, I'll look again when I'm at the office. :smiley: Yah, remnants of the o...
gharchive/pull-request
2015-01-23T12:47:13
2025-04-01T04:34:24.102171
{ "authors": [ "AlCutter", "pphaneuf" ], "repo": "google/certificate-transparency", "url": "https://github.com/google/certificate-transparency/pull/439", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
263178875
Unresolved reference when parsing arguments --startup references a variable logStartup that doesn't seem to be defined. Maybe you forgot to change this to True? Thanks!
gharchive/issue
2017-10-05T15:58:14
2025-04-01T04:34:24.103075
{ "authors": [ "aaxu", "dschuyler" ], "repo": "google/ci_edit", "url": "https://github.com/google/ci_edit/issues/74", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
84790315
Warn about placing @nocollapse on a prototype property Folks at Google are starting to use nocollapse in their projects, and they are putting it in all sorts of places. The following should be a warning, that the annotation does nothing, since collapse-properties doesn't look at prototype properties anyway. /** @cons...
gharchive/issue
2015-06-03T22:00:43
2025-04-01T04:34:24.106201
{ "authors": [ "ChadKillingsworth", "blickly", "dimvar" ], "repo": "google/closure-compiler", "url": "https://github.com/google/closure-compiler/issues/984", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1918840863
add example of issue 1243 to detect changes in clspv Ref #1243 I would worry that we did not figure out the right IR now, thus missing a potential fix for it.
gharchive/pull-request
2023-09-29T08:32:35
2025-04-01T04:34:24.107140
{ "authors": [ "rjodinchr" ], "repo": "google/clspv", "url": "https://github.com/google/clspv/pull/1244", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
456888726
User-reported unhelpful error message https://code.world/#PfDSvNaEK01xEr6lc4O5cCA program.hs:7:18-27: error: • Missing punctuation before this expression. Perhaps you forgot a comma, an operator, or a bracket. • To multiply, please use the * operator. For example: drawingOf * ourPicture • To apply a function, add par...
gharchive/issue
2019-06-17T11:42:20
2025-04-01T04:34:24.109609
{ "authors": [ "cdsmith" ], "repo": "google/codeworld", "url": "https://github.com/google/codeworld/issues/988", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
203369680
Add method addDefaultShareMenuItem for Android Some versions of Android did not display the action button Share the URL. I added the call to the method addDefaultShareMenuItem() and works. Hello?
gharchive/pull-request
2017-01-26T13:20:19
2025-04-01T04:34:24.114647
{ "authors": [ "gabfiocchi" ], "repo": "google/cordova-plugin-browsertab", "url": "https://github.com/google/cordova-plugin-browsertab/pull/16", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
93640891
e2e library for handling PGP/MIME messages The original library was built by Yan Zhu from yahoo. I've ported the library to e2e and made a number of changes to the original code. The library will require some more work before it's finished, but I'd appreciate any advice/feedback at this point. As of now, the library ...
gharchive/pull-request
2015-07-07T22:10:13
2025-04-01T04:34:24.121209
{ "authors": [ "diracdeltas", "koto", "yonigoogle" ], "repo": "google/end-to-end", "url": "https://github.com/google/end-to-end/pull/323", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
2091993825
mvn package for dspace error error-prone version: 2.10.0 BugPattern: ReferenceEquality Stack Trace: com.google.common.util.concurrent.ExecutionError: java.lang.NoSuchMethodError: 'com.sun.tools.javac.tree.JCTree$JCExpression com.sun.tools.javac.tree.TreeMaker.Select(com.sun.tools.javac.tree.JCTree$JCExpression, com....
gharchive/issue
2024-01-20T10:03:08
2025-04-01T04:34:24.124118
{ "authors": [ "Stephan202", "glarbi" ], "repo": "google/error-prone", "url": "https://github.com/google/error-prone/issues/4255", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
2071952689
Remove incorrect statement from BugPattern index doc #4248 @cushon I'm unfamiliar with CI/CD of google opensource - do I need to something else for this to be merged or is copybara going to take care of it? @cushon I'm unfamiliar with CI/CD of google opensource - do I need to something else for this to be merged...
gharchive/pull-request
2024-01-09T09:20:50
2025-04-01T04:34:24.125637
{ "authors": [ "cushon", "elkkhan" ], "repo": "google/error-prone", "url": "https://github.com/google/error-prone/pull/4249", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
1143656302
Evosax - Augmented Random Search Hi there 🤗 - I am opening a first PR, which adds Augmented Random Search (Mania et al., 2018) to evojax. The implementation wraps evosax's. Reference: Mania et al. (2018) evosax Source Code: https://github.com/RobertTLange/evosax/blob/main/evosax/strategies/ars.py There are a coupl...
gharchive/pull-request
2022-02-18T19:41:31
2025-04-01T04:34:24.138529
{ "authors": [ "RobertTLange", "alantian" ], "repo": "google/evojax", "url": "https://github.com/google/evojax/pull/9", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
630231721
[master] Fix spelling errors Produced via: github.com/client9/misspell /assign helmick /cc helmick /assign mikehelmick /ok-to-test /lgtm /approve
gharchive/pull-request
2020-06-03T18:39:17
2025-04-01T04:34:24.140761
{ "authors": [ "mattmoor", "mikehelmick" ], "repo": "google/exposure-notifications-server", "url": "https://github.com/google/exposure-notifications-server/pull/539", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
565541483
Reduce size of gltfio for Android. The net effect of these 3 changes on arm64 reduces the uncompressed libgltfio so from 1.5 MB to 850 KB. Over 55% of the newly optimized binary is its rodata section (i.e. materials). As a bonus, this also reduces libfilament so by 8 KB because it fixes a typo in our CMake file wrt ...
gharchive/pull-request
2020-02-14T20:29:12
2025-04-01T04:34:24.146162
{ "authors": [ "prideout", "romainguy" ], "repo": "google/filament", "url": "https://github.com/google/filament/pull/2135", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
762646746
Feature request: early stopping for model training Opening this feature request based on #711. Description of the feature to be implemented Object to stop training when a monitored metric (e.g. validation loss, etc.) has stopped improving. Specific points to consider Whether this should live in flax.training Should ...
gharchive/issue
2020-12-11T17:16:36
2025-04-01T04:34:24.162503
{ "authors": [ "avital", "gmittal", "jheek", "marcvanzee" ], "repo": "google/flax", "url": "https://github.com/google/flax/issues/728", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
867640727
Add proper cache behavior for lift.jit Fixes cache misses in lift.jit NOTE: how to cache jit in linen transforms still needs additional changes A clever hack! what exactly does your note in the comment above mean? is this unsound when nested inside other transforms? Just like jit the cache doesn't trigger if you ...
gharchive/pull-request
2021-04-26T12:18:38
2025-04-01T04:34:24.164517
{ "authors": [ "jheek" ], "repo": "google/flax", "url": "https://github.com/google/flax/pull/1275", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
935492497
Use Optax optimizer for ppo example Use Optax optimizer for ppo example: Use TrainState use apply_fn inline with train_state pattern Part of #1053 Codecov Report Merging #1404 (934a818) into master (34eab18) will decrease coverage by 0.01%. The diff coverage is n/a. @@ Coverage Diff @@ #...
gharchive/pull-request
2021-07-02T07:18:42
2025-04-01T04:34:24.174922
{ "authors": [ "codecov-commenter", "jheek" ], "repo": "google/flax", "url": "https://github.com/google/flax/pull/1404", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
150577219
make --dev option valid in Gruntfile.js grunt.option('dev', false) cannot be true, probably. Thanks for fixing this, Ken! I'm going to merge this, but can you please register your Github account internally at Google to avoid any issues with the CLA bot? Thanks Phil. I've registered my account Google internally.
gharchive/pull-request
2016-04-23T17:23:55
2025-04-01T04:34:24.190873
{ "authors": [ "miuraken", "pames" ], "repo": "google/gae-secure-scaffold-python", "url": "https://github.com/google/gae-secure-scaffold-python/pull/19", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
136447826
Issuing a PR fails with a 422 I'm attempting to issue a PR as follows: title := "" head := "my-id:my-branch" base := "master" body := "This is an automated PR" pr := &github.NewPullRequest{ Title: &title, Head : &head, Base: &base, Body: &body, } fmt.Printf("PR: %+v issued~\n", pr) prResult, _...
gharchive/issue
2016-02-25T17:03:05
2025-04-01T04:34:24.257352
{ "authors": [ "rdifrango" ], "repo": "google/go-github", "url": "https://github.com/google/go-github/issues/296", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
205103595
Generate accessors for structs with pointer fields Fixes #45. Change-Id: Ib2b6cc5d713e2eb833ee3c7fcfbd804bfe8fa313 Thanks for working on this @gmlewis. Before I look at the details of the implementation, I'd like to discuss this change at a higher level. I have some concerns about the general direction and I'd like...
gharchive/pull-request
2017-02-03T09:02:24
2025-04-01T04:34:24.270061
{ "authors": [ "gmlewis", "shurcooL", "willnorris" ], "repo": "google/go-github", "url": "https://github.com/google/go-github/pull/543", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
249916991
Make it easier to specify calendar event times in target timezone Repro using Google.Apis.Auth.OAuth2; using Google.Apis.Calendar.v3; using Google.Apis.Calendar.v3.Data; using Google.Apis.Services; using System; using System.IO; class Program { static CalendarService Service; static void Main() { var key ...
gharchive/issue
2017-08-14T02:13:06
2025-04-01T04:34:24.306166
{ "authors": [ "LindaLawton", "chrisdunelm", "jamesgurung", "jskeet" ], "repo": "google/google-api-dotnet-client", "url": "https://github.com/google/google-api-dotnet-client/issues/1075", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
133923065
Fix typo and improve comment for MediaApiErrorHandling (I spotted the typo when reviewing a previous change...) LGTM
gharchive/pull-request
2016-02-16T09:06:00
2025-04-01T04:34:24.307664
{ "authors": [ "jskeet", "peleyal" ], "repo": "google/google-api-dotnet-client", "url": "https://github.com/google/google-api-dotnet-client/pull/680", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
116262006
Segfault when calling insert_calendar with String-key hash Not sure if this an issue with the gem itself, but I can consistently reproduce this issue: https://bugs.ruby-lang.org/issues/11675 If the hash keys are symbols, it throws ArgumentError (unknown keyword: summary), which is a relevant error here. The segfaul...
gharchive/issue
2015-11-11T04:27:13
2025-04-01T04:34:24.309436
{ "authors": [ "feifanzhou", "sqrrrl" ], "repo": "google/google-api-ruby-client", "url": "https://github.com/google/google-api-ruby-client/issues/307", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
145230481
Check that pem exists before verifying it. Should fix #46. Coverage increased (+0.08%) to 92.331% when pulling 421106d7432d6d0fab080c09aacedf8e53256570 on murgatroid99:pem_existence_check into 229b0ca66b48ee32292c55b922a12aba3232aa00 on google:master. ping LGTM Good to see this fixed! 👍
gharchive/pull-request
2016-04-01T16:56:12
2025-04-01T04:34:24.311680
{ "authors": [ "brunolazzaro", "coveralls", "murgatroid99", "tbetbetbe" ], "repo": "google/google-auth-library-nodejs", "url": "https://github.com/google/google-auth-library-nodejs/pull/80", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
188210848
Compilation of (part of) libpam fails on SunOS 5.11 oi_151a7 (OpenIndiana) From @ThomasHabets on October 10, 2014 8:6 Original issue 234 created by olaf.lists on 2012-12-19T09:50:55.000Z: -> What steps will reproduce the problem? Download either current repository or released package 2a. CC=/opt/gcc/4.4.4/bin/gcc ma...
gharchive/issue
2016-11-09T10:18:39
2025-04-01T04:34:24.333727
{ "authors": [ "ThomasHabets" ], "repo": "google/google-authenticator-libpam", "url": "https://github.com/google/google-authenticator-libpam/issues/31", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
180465186
Iphone 6s Plus restore lost my all authenticator codes I am facing some issue. I was using google authenticator for dropbox and also for bitbuket. After i purchase new iphone i restored it from my itunes backup but while opening authenticator app i don't see any of my account there. I was able to resetup it with my d...
gharchive/issue
2016-10-01T16:20:26
2025-04-01T04:34:24.336485
{ "authors": [ "ThomasHabets", "banna360" ], "repo": "google/google-authenticator", "url": "https://github.com/google/google-authenticator/issues/572", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
716524939
Support for importing/exporting semaphores Vulkan enables applications to import external semaphores or export semaphores via VK_KHR_external_semaphore_fd. This enables low-cost synchronization with external entities (either other APIs or other devices). Supporting this would greatly improve the overall performance w...
gharchive/issue
2020-10-07T13:20:27
2025-04-01T04:34:24.402707
{ "authors": [ "antiagainst", "benvanik", "kpet" ], "repo": "google/iree", "url": "https://github.com/google/iree/issues/3378", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
664916754
Closes: #1 Updated validations.py python script. Fixed the behavior of validate_user function in validations.py. Fixes #<issue_number_goes_here> It's a good idea to open an issue first for discussion. [ ] Tests pass [ ] Appropriate changes to README are included in PR @googlebot I signed it
gharchive/pull-request
2020-07-24T05:00:56
2025-04-01T04:34:24.405284
{ "authors": [ "BakhtiarH" ], "repo": "google/it-cert-automation-practice", "url": "https://github.com/google/it-cert-automation-practice/pull/5197", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
690360294
Updated validations.py python script. Updated validations.py python script. Fixed the behavior of validate_user function in validations.py. Fixes #<issue_number_goes_here> It's a good idea to open an issue first for discussion. [ ] Tests pass [ ] Appropriate changes to README are included in PR Updated validati...
gharchive/pull-request
2020-09-01T18:38:03
2025-04-01T04:34:24.408465
{ "authors": [ "Ve-Va" ], "repo": "google/it-cert-automation-practice", "url": "https://github.com/google/it-cert-automation-practice/pull/6976", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
724180288
Closes: #1 Updated validations.py python script. Fixed the behavior of validate_user function in validations.py. Fixes #<issue_number_goes_here> It's a good idea to open an issue first for discussion. [ ] Tests pass [ ] Appropriate changes to README are included in PR @googlebot I signed it!
gharchive/pull-request
2020-10-19T00:37:14
2025-04-01T04:34:24.410932
{ "authors": [ "hassanali-khan" ], "repo": "google/it-cert-automation-practice", "url": "https://github.com/google/it-cert-automation-practice/pull/8822", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1423276339
Would it make more sense to rename custom_vjp's nondiff_argnums to static_argnums? Custom VJP has a great error now, which definitely eliminates any confusion once you see it: jax._src.errors.UnexpectedTracerError: Found a JAX Tracer object passed as an argument to a custom_vjp function in a position indicated by non...
gharchive/issue
2022-10-26T00:49:19
2025-04-01T04:34:24.413591
{ "authors": [ "NeilGirdhar", "apaszke" ], "repo": "google/jax", "url": "https://github.com/google/jax/issues/12982", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1881564816
XLARunTime Error: Cannot remove instruction %all-reduce while sharding with convolutions Description Hi team, I have been using jax with equinox for some time, and was excited by the new AutoParallelism feature using sharding. Unfortunately, there's a bug I have encountered while using sharding using convolutions. XL...
gharchive/issue
2023-09-05T09:19:57
2025-04-01T04:34:24.418401
{ "authors": [ "anuragithub", "hawkinsp" ], "repo": "google/jax", "url": "https://github.com/google/jax/issues/17431", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
395070671
Does the LogSoftmax works correctly? test in examples/mnist_classifier.py, def accuracy(params, batch): inputs, targets = batch target_class = np.argmax(targets, axis=1) x = predict(params, inputs) print(x[0]) the final layer is LogSoftmax, but the output seems not correct, Starting training... [-2.3...
gharchive/issue
2019-01-01T10:07:28
2025-04-01T04:34:24.420909
{ "authors": [ "cookfish", "mattjj" ], "repo": "google/jax", "url": "https://github.com/google/jax/issues/182", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }