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 |
|---|---|---|---|---|---|
149666252 | Application error
erroe message
web
Application error
Rails application failed to start properly
It was along the same error occurs.
Please contact what to proceed with the installation again in any part .
help...
@moondal can you please provide more information? (Such as the steps to reproduce, stack trace).
hi ... | gharchive/issue | 2016-04-20T05:48:56 | 2025-04-01T04:56:53.062059 | {
"authors": [
"anacarolinacastro",
"ernestothorp",
"marceloboeira",
"moondal"
],
"repo": "globocom/GloboDNS",
"url": "https://github.com/globocom/GloboDNS/issues/9",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
270246190 | Source.text is naïve and not configurable
The conversion method to string uses the text method from clldutils. That method is quite naïve and not extensible, and it makes sense that it is like that. However, here https://github.com/glottobank/pycldf/blob/aef54564b980006222e8814266ecf46cec680668/pycldf/sources.py#L36
... | gharchive/issue | 2017-11-01T09:23:19 | 2025-04-01T04:56:53.085068 | {
"authors": [
"Anaphory",
"xrotwang"
],
"repo": "glottobank/pycldf",
"url": "https://github.com/glottobank/pycldf/issues/47",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
1251902149 | fix f64 eq
see https://rust-lang.github.io/rust-clippy/master/#float_cmp
Codecov Report
Merging #585 (d7da07d) into main (232fcc0) will not change coverage.
The diff coverage is 100.00%.
@@ Coverage Diff @@
## main #585 +/- ##
=======================================
Cover... | gharchive/pull-request | 2022-05-29T14:19:42 | 2025-04-01T04:56:53.142373 | {
"authors": [
"codecov-commenter",
"earney"
],
"repo": "gluesql/gluesql",
"url": "https://github.com/gluesql/gluesql/pull/585",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1911311529 | @gluestack-style/animation-plugin@0.1.12 cause Error: Check the render method of Styled(Component)
Description
@gluestack-style/animation-plugin@0.1.12 cause Error: Element type is invalid: expected a string ... Check the render method of Styled(Component)
CodeSandbox/Snack link
No response
Steps to reproduce
yarn ... | gharchive/issue | 2023-09-25T11:50:24 | 2025-04-01T04:56:53.149290 | {
"authors": [
"Viraj-10",
"jasonz1360",
"makkarMeenu"
],
"repo": "gluestack/gluestack-ui",
"url": "https://github.com/gluestack/gluestack-ui/issues/1162",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1436523618 | Unpacking equations term by term
@jkingslake
Plotting equations term by term yields these initial plots:
Initial steady state condition:
Final steady state after perturbation to A leading to retreat of grounding line:
Plotting initial and final against each other (legends are a bit messy, need to think of how to be... | gharchive/issue | 2022-11-04T19:07:37 | 2025-04-01T04:56:53.156374 | {
"authors": [
"glugeorge",
"jkingslake"
],
"repo": "glugeorge/coupled_ice_hydrology",
"url": "https://github.com/glugeorge/coupled_ice_hydrology/issues/2",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1426295753 | 🛑 入口網站 is down
In 702bbbb, 入口網站 (https://nportal.ntut.edu.tw/index.do) was down:
HTTP code: 0
Response time: 0 ms
Resolved: 入口網站 is back up in 39996bf.
| gharchive/issue | 2022-10-27T21:39:02 | 2025-04-01T04:56:53.250811 | {
"authors": [
"gnehs"
],
"repo": "gnehs/ntut-uptime",
"url": "https://github.com/gnehs/ntut-uptime/issues/188",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2495297197 | fix: PropertiesPanel.setWidth and Height not allowing negative values
we can now set width and height to negative values from properties Panel
refactored the ugly Gizmo.canflip style of preventing shape flip
refactored PanelProperties.updateDisplay
refactored selectTools.selectShapesUnderRectangle to use overlayLayo... | gharchive/pull-request | 2024-08-29T18:45:12 | 2025-04-01T04:56:53.252289 | {
"authors": [
"Iyusuf40",
"gniziemazity"
],
"repo": "gniziemazity/advanced_drawing_app",
"url": "https://github.com/gniziemazity/advanced_drawing_app/pull/24",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
368594693 | Feature/1.1.0 final release changes
Added space b/w Num and TokenName in last modal confirmation
Added Gas_Station links in Globals
Added store to check network in estimateGas + dynamic URL + clean
Travis automatic deployment:
https://pr392--dxreact.review.gnosisdev.com
Travis automatic deployment:
https://pr39... | gharchive/pull-request | 2018-10-10T10:17:14 | 2025-04-01T04:56:53.263443 | {
"authors": [
"W3stside",
"gnosis-info"
],
"repo": "gnosis/dx-react",
"url": "https://github.com/gnosis/dx-react/pull/392",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
392100053 | EIP1102 support
Story
As a user, I need to first approve a website before a dapp can access my wallet data in order to prevent unauthorized websites from phishing and spoofing attempts.
Background / reasoning
EIP1102 specifies that account info should only be revealed to dapps once the user approves.
The Safe alread... | gharchive/issue | 2018-12-18T10:53:14 | 2025-04-01T04:56:53.268960 | {
"authors": [
"germartinez",
"rmeissner",
"tschubotz"
],
"repo": "gnosis/safe-browser-extension",
"url": "https://github.com/gnosis/safe-browser-extension/issues/91",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
538238510 | Issues confirming Tx (WalletConnect w/ Trust Wallet)
Bug report from user:
I am currently trying to use the team safe with wallet connect + trust wallet.
I could connect the wallet and I could trigger a tx request. However when I submitted the tx on trustwallet nothing happened.
In the team safe I found those error m... | gharchive/issue | 2019-12-16T07:38:41 | 2025-04-01T04:56:53.285189 | {
"authors": [
"dasanra",
"fernandomg",
"lukasschor",
"nicosampler",
"tschubotz"
],
"repo": "gnosis/safe-react",
"url": "https://github.com/gnosis/safe-react/issues/350",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
559555573 | Switch networks
What is this feature about? (1 sentence)
This feature will allow to switch to different versions of the Gnosis Safe web interface from the interface itself.
Why is it needed? What is the value? For whom do we build it?
We currently support the following production environments:
https://gnosis-safe.i... | gharchive/issue | 2020-02-04T08:16:41 | 2025-04-01T04:56:53.294165 | {
"authors": [
"fernandomg",
"lukasschor",
"nicosampler",
"posthnikova",
"tschubotz"
],
"repo": "gnosis/safe-react",
"url": "https://github.com/gnosis/safe-react/issues/512",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2391486771 | 🛑 Beacon Explorer is down
In de394f6, Beacon Explorer (https://beacon.chiadochain.net/) was down:
HTTP code: 502
Response time: 23895 ms
Resolved: Beacon Explorer is back up in f46734e after 3 hours, 33 minutes.
| gharchive/issue | 2024-07-04T21:36:50 | 2025-04-01T04:56:53.296800 | {
"authors": [
"gnosis-deployer"
],
"repo": "gnosischain/chiado-uptime",
"url": "https://github.com/gnosischain/chiado-uptime/issues/1392",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1801369357 | 🛑 Explorer is down
In e45a2fd, Explorer (https://blockscout.chiadochain.net/) was down:
HTTP code: 503
Response time: 199 ms
Resolved: Explorer is back up in fb5ccd1.
| gharchive/issue | 2023-07-12T16:43:21 | 2025-04-01T04:56:53.299593 | {
"authors": [
"gnosis-deployer"
],
"repo": "gnosischain/chiado-uptime",
"url": "https://github.com/gnosischain/chiado-uptime/issues/262",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
213294032 | Quotes appearing in the GUI in french
Gitea version (or commit ref): 1.1.0
Description
Here is what I get in the GUI
There are "
Here is what there is into the translations
There is no "
There are quite a lot of places where " or ' or ` are added in the string, dunno why. Any idea?
Thks
Switching language to EN... | gharchive/issue | 2017-03-10T09:53:05 | 2025-04-01T04:56:53.344533 | {
"authors": [
"Dodger77",
"axeloz",
"lunny"
],
"repo": "go-gitea/gitea",
"url": "https://github.com/go-gitea/gitea/issues/1183",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1235210341 | Can the repository name support UTF-8 names? i.e. Chinese
Can the project name support Chinese?
Many projects are difficult to translate into English, and many people around us are not very good at English. I hope the project name can support Chinese or UTF-8
Can the project name support Chinese?
Many projects are ... | gharchive/issue | 2022-05-13T12:56:52 | 2025-04-01T04:56:53.347163 | {
"authors": [
"dxf1122",
"lunny",
"wxiaoguang"
],
"repo": "go-gitea/gitea",
"url": "https://github.com/go-gitea/gitea/issues/19699",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1566933381 | Allow force pushing to protected branch
Feature Description
At this point you can only force push when a branch is not protected.
Once a branch is protected, it can be limited like this:
no pushes
all with write access can push
only white-listed users can push
Under option 3 (next to "Whitelist deploy keys..."), I ... | gharchive/issue | 2023-02-01T22:21:27 | 2025-04-01T04:56:53.353880 | {
"authors": [
"SoulSeekkor",
"Urth",
"henrygoodman",
"sebastian-sauer",
"timbze"
],
"repo": "go-gitea/gitea",
"url": "https://github.com/go-gitea/gitea/issues/22722",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1890290921 | Already reviewed PRs are still listed on "Pull Requests" page
Description
After reviewing PRs are still listed on "Pull Requests" -> "Review requested" page.
Before 1.20.4 only waiting to review PRs were listed on this page.
Reproduced on try.gitea.io
Gitea Version
1.20.4
Can you reproduce the bug on the Gitea demo s... | gharchive/issue | 2023-09-11T11:25:56 | 2025-04-01T04:56:53.359033 | {
"authors": [
"TitaniumHocker",
"lng2020"
],
"repo": "go-gitea/gitea",
"url": "https://github.com/go-gitea/gitea/issues/27019",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2190488751 | Commits in the dashboard don't show signatures
Description
If a commit is signed, it will not be shown as signed in the dashboard.
Steps to reproduce:
Add a GPG key to your account if it is not added already
Push a signed commit to a repository
It won't be shown as signed in the dashboard
Screenshots
As you can see... | gharchive/issue | 2024-03-17T05:31:04 | 2025-04-01T04:56:53.365139 | {
"authors": [
"b1ek",
"silverwind",
"yp05327"
],
"repo": "go-gitea/gitea",
"url": "https://github.com/go-gitea/gitea/issues/29858",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
310700528 | Dashboard does not show repositories for user
Gitea version (or commit ref): 1.4.0 installed from binary d/l
Git version: 2.11.0
Operating system: Debian 9 amd 64
Database (use [x]):
[ ] PostgreSQL
[ ] MySQL
[ ] MSSQL
[X] SQLite
Can you reproduce the bug at https://try.gitea.io:
[ ] Yes (provide example URL)
[X... | gharchive/issue | 2018-04-03T05:38:26 | 2025-04-01T04:56:53.376527 | {
"authors": [
"Morlinest",
"adilinden"
],
"repo": "go-gitea/gitea",
"url": "https://github.com/go-gitea/gitea/issues/3750",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
409325999 | Labels API does not work
Gitea version (or commit ref): Go1.11.5
Database (use [x]):
[] PostgreSQL
[x] MySQL
[ ] MSSQL
[ ] SQLite
Can you reproduce the bug at https://try.gitea.io:
[x] Yes (provide example URL)
[ ] No
[ ] Not relevant
Description
The labels endpoints are not working as expected
GET /repos/{... | gharchive/issue | 2019-02-12T14:26:32 | 2025-04-01T04:56:53.382985 | {
"authors": [
"Larivact",
"adelowo",
"rayitopy",
"techknowlogick"
],
"repo": "go-gitea/gitea",
"url": "https://github.com/go-gitea/gitea/issues/6047",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
414306316 | API repos search should return private repos of that user
Gitea version (or commit ref): 594f59169
Description
Hello and thank you very much for your work on gitea!
I think that similarily to #5310, GET /repos/search should return the private repos that the logged in user has access to. Currently only when you ad... | gharchive/issue | 2019-02-25T21:04:58 | 2025-04-01T04:56:53.388867 | {
"authors": [
"kasbah",
"lunny",
"zeripath"
],
"repo": "go-gitea/gitea",
"url": "https://github.com/go-gitea/gitea/issues/6183",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
627809729 | Fix timezone on issue deadline
Fixes https://github.com/go-gitea/gitea/issues/11686
Closes https://github.com/go-gitea/gitea/pull/11688
Ensures that deadline is saved in server's timezone, not UTC.
Can we keep the format change to YYYY-MM-DD? I don't like this inconsistency in the date formats.
// FormatDate format... | gharchive/pull-request | 2020-05-30T20:10:04 | 2025-04-01T04:56:53.392300 | {
"authors": [
"CirnoT",
"silverwind",
"techknowlogick",
"zeripath"
],
"repo": "go-gitea/gitea",
"url": "https://github.com/go-gitea/gitea/pull/11697",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
226268292 | Exposes in API the Repo entity's Size and IsBare property
exposes IsBare as Empty
exposes Size
LG-TM depends on https://github.com/go-gitea/go-sdk/pull/56
@guyzmo You need to update the vendoring :) govendor fetch code.gitea.io/sdk should do it
@guyzmo Update Gitea SDK to latest version with command govendor fe... | gharchive/pull-request | 2017-05-04T12:42:45 | 2025-04-01T04:56:53.394681 | {
"authors": [
"bkcsoft",
"guyzmo",
"lafriks",
"sapk"
],
"repo": "go-gitea/gitea",
"url": "https://github.com/go-gitea/gitea/pull/1668",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
376639685 | Add work wechat webhook
new feature: send events to work wechat group
unit test done list
create new work wechat webhook
edit this webhook
push a commit, wechat group received this event
work flow:
this command can get access token
get CORP_ID from https://work.weixin.qq.com/wework_admin/frame#profile
get APP_SEC... | gharchive/pull-request | 2018-11-02T02:04:10 | 2025-04-01T04:56:53.410817 | {
"authors": [
"6543",
"codecov-io",
"lunny",
"rocklau"
],
"repo": "go-gitea/gitea",
"url": "https://github.com/go-gitea/gitea/pull/5252",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
439332420 | When mirroring we should set the remote to mirror
My fix in #6593 didn't set the mirrors to be mirrors for fetching, which appears to have broken mirroring.
When adding the remote we should --mirror=fetch to set the refs correctly.
Fix #6783
Codecov Report
Merging #6824 into master will increase coverage by <.01%.... | gharchive/pull-request | 2019-05-01T21:25:40 | 2025-04-01T04:56:53.420734 | {
"authors": [
"codecov-io",
"lafriks",
"zeripath"
],
"repo": "go-gitea/gitea",
"url": "https://github.com/go-gitea/gitea/pull/6824",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
444464916 | Fix /verify LFS handler expecting wrong content-type
According to spec,
verify requests have Content-Type: application/vnd.git-lfs+json
This doc also says:
Accept: application/vnd.git-lfs+json
Content-Type: application/vnd.git-lfs+json
I'm afraid I need someone from dev team to help with this, my Go skills are al... | gharchive/pull-request | 2019-05-15T14:16:10 | 2025-04-01T04:56:53.426218 | {
"authors": [
"lafriks",
"slonopotamus",
"techknowlogick"
],
"repo": "go-gitea/gitea",
"url": "https://github.com/go-gitea/gitea/pull/6958",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1758101471 | I/O blocking
GORM Playground Link
https://github.com/go-gorm/playground/pull/618
Description
goroutine 1209713 [IO wait, 196 minutes]:
internal/poll.runtime_pollWait(0xffffb9728908, 0x72)
/usr/lib/go/src/runtime/netpoll.go:302 +0xa4
internal/poll.(*pollDesc).wait(0x4002b9a080?, 0x4001a40000?, 0x0)
/usr/lib/go/src/int... | gharchive/issue | 2023-06-15T06:04:06 | 2025-04-01T04:56:53.440261 | {
"authors": [
"jinzhu",
"saeidee",
"sunjvhui"
],
"repo": "go-gorm/gorm",
"url": "https://github.com/go-gorm/gorm/issues/6414",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
106177494 | Similar...oy
Fixed in v0.2.2
| gharchive/issue | 2015-09-12T18:28:32 | 2025-04-01T04:56:53.443257 | {
"authors": [
"albrow",
"cranberryofdoom"
],
"repo": "go-humble/router",
"url": "https://github.com/go-humble/router/issues/3",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1677628201 | 切换歌曲异常
系统:Manjaro
软件版本:4.0.3
使用快捷键切换歌曲就挂了
试试4.0.4
跟这个应该是同一个问题 #77
跟这个应该是同一个问题 #77
老哥,用最新代码编译的出现了新的问题
这是go-mp3的偶现bug,一直都有的 => https://github.com/hajimehoshi/go-mp3/issues/40
听了一上午没有复现
| gharchive/issue | 2023-04-21T01:33:08 | 2025-04-01T04:56:53.450634 | {
"authors": [
"ChenSino",
"anhoder"
],
"repo": "go-musicfox/go-musicfox",
"url": "https://github.com/go-musicfox/go-musicfox/issues/95",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
88150002 | User defined columns in Postgres
Hi,
It seems that user-defined columns are not support in postgres dialect. can be noice if xorg can support it
because I can not backup my database with it.
[xorm] [info] 2015/06/14 17:42:33.719688 [sql] SELECT column_name, column_default, is_nullable, data_type, character_maximum_l... | gharchive/issue | 2015-06-14T08:53:23 | 2025-04-01T04:56:53.458502 | {
"authors": [
"lunny",
"shinji62"
],
"repo": "go-xorm/xorm",
"url": "https://github.com/go-xorm/xorm/issues/258",
"license": "bsd-3-clause",
"license_type": "permissive",
"license_source": "bigquery"
} |
655332013 | Do i have to install babel-plugin-dotenv-import?
After i update to 2.2.0 i follow all ReadMe but it says cannot find module 'babel-plugin-dotenv-import'... so after i install that package it works fine is it normal??
And i have another question. when i read 'babel-plugin-dotenv-import' projects readme it is really sa... | gharchive/issue | 2020-07-12T05:03:31 | 2025-04-01T04:56:53.496018 | {
"authors": [
"makearts"
],
"repo": "goatandsheep/react-native-dotenv",
"url": "https://github.com/goatandsheep/react-native-dotenv/issues/16",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
202166696 | Travis: Add 2.4.0, use jruby-9.1.7.0
This PR
adds 2.4.0 to the build matrix
updates to latest JRuby
Looks like tests hang on JRuby now, presumably because SIGQUIT is not handled as it used to be.
@michaelklishin That message about SIGQUIT has been in JRuby a long time. Should Hutch change its tune about that si... | gharchive/pull-request | 2017-01-20T15:24:28 | 2025-04-01T04:56:53.543531 | {
"authors": [
"michaelklishin",
"olleolleolle"
],
"repo": "gocardless/hutch",
"url": "https://github.com/gocardless/hutch/pull/271",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1959593388 | C# client
I'm trying to follow the examples of calling the apiEndpoint in the Docker image. But unfortunately, the official C# client doesn't support providing of an options or apiEndpoint property.
Just wondering if there's a suggested way of achieving this?
Thanks in advance
BigQueryClientBuilder
Thanks so muc... | gharchive/issue | 2023-10-24T16:02:06 | 2025-04-01T04:56:53.546205 | {
"authors": [
"ambujs-ps",
"richardware"
],
"repo": "goccy/bigquery-emulator",
"url": "https://github.com/goccy/bigquery-emulator/issues/240",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1427290186 | Problem inserting into a REPEATED RECORD column
Hi, I'm in a project that uses a metadata column of type repeated record:
bq show project:dataset.table
...
+- metadata: record (repeated)
| |- name: string (required)
| |- value: string
I've been able to create our table with bigquery-emulator but I'm not able to ... | gharchive/issue | 2022-10-28T13:46:20 | 2025-04-01T04:56:53.550070 | {
"authors": [
"goccy",
"jussikuosa"
],
"repo": "goccy/bigquery-emulator",
"url": "https://github.com/goccy/bigquery-emulator/issues/68",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
66887738 | Update stages_api.md
Added information on the scheduled_date field including links to how to convert it.
@reidca: Looks good! Could you please signing the CLA. It's a legal requirement. I thought you had already signed it. But, couldn't find an entry.
Thank you!
Ok done. Thanks.
On 7 Apr 2015 18:59, Aravind SV no... | gharchive/pull-request | 2015-04-07T13:47:41 | 2025-04-01T04:56:53.554362 | {
"authors": [
"arvindsv",
"reidca"
],
"repo": "gocd/documentation",
"url": "https://github.com/gocd/documentation/pull/106",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
1231083224 | When an ehpa with a behavior is created, its corresponding hpa does not have a behavior
Describe the bug
When an ehpa with a behavior is created, its corresponding hpa does not have a behavior.
Reproduce steps
1.create an ehpa object
then an hpa object will be created, but without behavior
Expected behavior
creat... | gharchive/issue | 2022-05-10T12:29:54 | 2025-04-01T04:56:53.563611 | {
"authors": [
"FTWH",
"whitebear009"
],
"repo": "gocrane/crane",
"url": "https://github.com/gocrane/crane/issues/310",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
262835841 | Opening a folder with .cs files crashes Godot (Mono related?)
Godot 3.0 git HEAD 64 bit
Manjaro Linux 64 bit
Ubuntu 17.10b2
Windows 10
Issue description:
When navigating into a CSharp scripts folder Godot crashes if there's a .mono folder and if there are no icons of the scripts in the ~/.godot/tmp folder.
@neikeq I ... | gharchive/issue | 2017-10-04T15:42:04 | 2025-04-01T04:56:53.671085 | {
"authors": [
"NathanWarden",
"neikeq"
],
"repo": "godotengine/godot",
"url": "https://github.com/godotengine/godot/issues/11834",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
273292077 | RichTextLabel's bbcode_text property is not tag-stack-aware.
Operating system or device, Godot version, GPU Model and driver (if graphics related):
Windows 10
Godot master
Issue description:
If you manually add content to RichTextLabel's internal tag stack using append_bbcode and the push_*/pop functions, I would exp... | gharchive/issue | 2017-11-13T02:23:35 | 2025-04-01T04:56:53.674947 | {
"authors": [
"KoBeWi",
"willnationsdev"
],
"repo": "godotengine/godot",
"url": "https://github.com/godotengine/godot/issues/12882",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
288153389 | Orphan StringName when using match statement in GDScript
Godot version:
3.0 3a05d974e0fb925869fe0fdfdbde9da8ee6a2757
OS/device including version:
macOS 10.12.6, likely every other platform
Issue description:
Using match statement in GDScript results in:
Orphan StringName: #match_value
StringName: 1 unclaimed string n... | gharchive/issue | 2018-01-12T15:25:53 | 2025-04-01T04:56:53.678302 | {
"authors": [
"endragor",
"vnen"
],
"repo": "godotengine/godot",
"url": "https://github.com/godotengine/godot/issues/15627",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
445723137 | Script gets shadow-removed when _init(arg) + tool
Godot version:
3.1.1 official
OS/device including version:
windows 10
Issue description:
Script disappears from scene, when the script is a tool-script and there is a non-standard _init() method in the script. When i delete one or the other ("tool" or "_init(arg)"... | gharchive/issue | 2019-05-18T14:52:42 | 2025-04-01T04:56:53.687196 | {
"authors": [
"KoBeWi",
"Reneator",
"akien-mga"
],
"repo": "godotengine/godot",
"url": "https://github.com/godotengine/godot/issues/28986",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
127131842 | Camera and raycast previews don't show in subscenes
When I import a scene with a camera and/or a raycast, the previews for both disappear, I recreated this by using Oxrock's raycast demo, by converting the player node into a subscene and then reimporting it after deleting the original. I've been experiencing this in ... | gharchive/issue | 2016-01-17T23:20:04 | 2025-04-01T04:56:53.692041 | {
"authors": [
"Chaosus",
"Cobradabest",
"DualMatrix",
"akien-mga",
"bojidar-bg",
"oxrock"
],
"repo": "godotengine/godot",
"url": "https://github.com/godotengine/godot/issues/3371",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1046563545 | 'apksigner' returned with error #2
Godot version
3.4.rc2.official,3.4.rc3.official
System information
ubuntu 21.10 openjdk8
Issue description
the export for android process failed with
'apksigner' returned with error #2
exporting the same project with same keys in godot version 3.2.stable works as intended
Steps to r... | gharchive/issue | 2021-11-06T17:59:09 | 2025-04-01T04:56:53.697983 | {
"authors": [
"Calinou",
"akien-mga",
"enorrmann",
"zaddok"
],
"repo": "godotengine/godot",
"url": "https://github.com/godotengine/godot/issues/54675",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1576253835 | Clarify that creating a custom engine build configuration is not sufficient by itself to reduce exported project size
Godot version
v4.0.beta17.official [c40020513]
System information
macOS 13.2 (22D49)
Issue description
After disabling most features through the engine build configuration menu, a 2D scene with a sing... | gharchive/issue | 2023-02-08T14:47:20 | 2025-04-01T04:56:53.712508 | {
"authors": [
"Calinou",
"TheCymaera",
"magikmw",
"paskausks",
"voylin"
],
"repo": "godotengine/godot",
"url": "https://github.com/godotengine/godot/issues/72893",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2309212577 | Broken: (Make Bone2D Nodes from Nodes)
Tested versions
Reproducible in v4.2.2.stable.official [15073afe3]
Not Reproducible in v3.5.3.stable
System information
Windows 10 + v4.2.2.stable.official
Issue description
Selecting a chain of sprites nodes and clicking Make Bone2d Nodes from Nodes results in each sprite node ... | gharchive/issue | 2024-05-21T22:19:14 | 2025-04-01T04:56:53.718320 | {
"authors": [
"CsloudX",
"jinguoliang",
"xiaoandtell"
],
"repo": "godotengine/godot",
"url": "https://github.com/godotengine/godot/issues/92227",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2366058200 | Black get_texture() from viewport on desktop, works fine on mobile.
Tested versions
Reproducible in v4.3.beta1.official [a4f2ea91a] and v4.3.beta2.official [b75f0485b]
System information
Pop!_OS 22.04 LTS - X11 - GLES3 (Compatibility)
Issue description
This code (based on the sample in the docs) successfully produc... | gharchive/issue | 2024-06-21T08:52:59 | 2025-04-01T04:56:53.727016 | {
"authors": [
"Bimbam360",
"ChristopheClaustre",
"clayjohn",
"matheusmdx"
],
"repo": "godotengine/godot",
"url": "https://github.com/godotengine/godot/issues/93422",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
239818734 | 2.1.4 Rigid collisions are ignored for small sphere shapes
Operating system or device - Godot version:
Observed in 2.1.4 beta1
Issue description:
After adding RigidBody with SphereShape, and chaning body radius below ~= 1.0 collisions for this body are ignored.
Quick video: https://youtu.be/V5QMRZMRtek
Steps to repro... | gharchive/issue | 2017-06-30T15:48:04 | 2025-04-01T04:56:53.730980 | {
"authors": [
"kubecz3k"
],
"repo": "godotengine/godot",
"url": "https://github.com/godotengine/godot/issues/9453",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
285191094 | Fix errors with custom theme and custom font in project settings.
Load custom theme after required classes are registered to make the custom theme works again.
Fix crash with dynamic custom font.
Define text selection color for editor theme so this color don't relys on the default color any more.
@volzhs As the e... | gharchive/pull-request | 2017-12-30T08:20:27 | 2025-04-01T04:56:53.736838 | {
"authors": [
"Geequlim"
],
"repo": "godotengine/godot",
"url": "https://github.com/godotengine/godot/pull/15186",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
326644172 | Changed "Syntax Menu" into radio Menu
Before:
After:
Issue:
https://github.com/godotengine/godot/issues/18779
This doesn't appear to have any logic to make them work as radios.
I've misread documentation. I am adding logic asap.
Note that as I mentioned on #18779, this would be better suited as a submenu in t... | gharchive/pull-request | 2018-05-25T19:51:36 | 2025-04-01T04:56:53.742820 | {
"authors": [
"Grula",
"YeldhamDev",
"akien-mga",
"guilhermefelipecgs",
"mhilbrunner",
"toger5"
],
"repo": "godotengine/godot",
"url": "https://github.com/godotengine/godot/pull/19166",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
345017424 | Make the caret thicker in TextEdit and scale it with the editor scale
The caret in LineEdit is still 1 pixel thick, but it will become 2 pixels thick at editor scales higher than or equal to 150%.
For the record, 2 pixel-thick carets are common in other text editors, such as Visual Studio Code, Atom or JetBrains IDEs... | gharchive/pull-request | 2018-07-26T21:48:11 | 2025-04-01T04:56:53.744751 | {
"authors": [
"Calinou",
"akien-mga"
],
"repo": "godotengine/godot",
"url": "https://github.com/godotengine/godot/pull/20498",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
543367983 | Silenced ubsan errors
This commit silence messages from Ubsan Sanitizer like
core/command_queue_mt.h:431:42: runtime error: implicit conversion from type 'int' of value -2 (32-bit, signed) to type 'unsigned int' changed the value to 4294967294 (32-bit, unsigned)
and this fixes #33773
EDIT: This commit grows too much... | gharchive/pull-request | 2019-12-29T11:53:15 | 2025-04-01T04:56:53.746837 | {
"authors": [
"akien-mga",
"qarmin"
],
"repo": "godotengine/godot",
"url": "https://github.com/godotengine/godot/pull/34674",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
619365344 | Mono inherited scene bug 3.2
Reopening https://github.com/godotengine/godot/pull/38725
Fixes #36480, fixes #37581, fixes #18293 for 3.2 branch
This is a manual 3.2 backport of #38638
I force pushed a squashed commit as we don't need the style fixes as standalone commit in the git history.
CC @neikeq for review.
T... | gharchive/pull-request | 2020-05-16T03:17:16 | 2025-04-01T04:56:53.748565 | {
"authors": [
"akien-mga",
"pepegadeveloper123"
],
"repo": "godotengine/godot",
"url": "https://github.com/godotengine/godot/pull/38774",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
657301817 | Clarify how to convert PrimitiveMesh to ArrayMesh.
It took me a bit to figure this out, as I was initially doing something
more complicated like this before I realized I just had to pass
get_mesh_arrays directly to add_surface_from_arrays.
var arr_mesh = ArrayMesh.new()
var arrays = []
arrays.resize(ArrayMesh.ARRAY_M... | gharchive/pull-request | 2020-07-15T12:12:25 | 2025-04-01T04:56:53.750160 | {
"authors": [
"akien-mga",
"rcorre"
],
"repo": "godotengine/godot",
"url": "https://github.com/godotengine/godot/pull/40414",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
966744875 | command palette improvements
This PR fixes:
Adding Command Palette as a Menu option.
Empty search shows all the available commands.
ok button of the command palette works.
other code fixes.
Can you show screenshots of the feature so I can share the design with non-technical folks?
Can you show graphics and vi... | gharchive/pull-request | 2021-08-11T13:42:52 | 2025-04-01T04:56:53.759165 | {
"authors": [
"Bhu1-V",
"EricEzaM",
"akien-mga",
"fire",
"mhilbrunner",
"willnationsdev"
],
"repo": "godotengine/godot",
"url": "https://github.com/godotengine/godot/pull/51512",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
999959461 | Release pressed events when the window is blurred on HTML5 platform
Fixes #49021
On the JS/HTML5 platform, when the user switches to another tab/window, any keys that were held down at the time would stay held down, so when the user switched back to the game window they would have to press the same keys again to rele... | gharchive/pull-request | 2021-09-18T07:39:39 | 2025-04-01T04:56:53.765179 | {
"authors": [
"Faless",
"selgesel"
],
"repo": "godotengine/godot",
"url": "https://github.com/godotengine/godot/pull/52809",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1190985563 | Rename RenderingServer global shader uniform methods to be more explicit
The global_shader_uniform name is longer, but it makes it much easier to find the methods when searching in the class reference.
These methods aren't present in 3.x, but some people may be using those from earlier 4.0 alphas already.
This closes... | gharchive/pull-request | 2022-04-03T16:57:51 | 2025-04-01T04:56:53.769259 | {
"authors": [
"Calinou",
"akien-mga",
"reduz"
],
"repo": "godotengine/godot",
"url": "https://github.com/godotengine/godot/pull/59840",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1270910462 | Expose XRPose's get angular velocity.
Expose XRPose's get angular velocity. Previously the angular velocity was captured but was not passed upwards through the calls.
Researching if useful for making a tunneling shader. https://github.com/V-Sekai/godot_xr_tunneling
Made for the V-Sekai group for VR/XR Usage. https://... | gharchive/pull-request | 2022-06-14T14:36:33 | 2025-04-01T04:56:53.771886 | {
"authors": [
"BastiaanOlij",
"akien-mga",
"fire"
],
"repo": "godotengine/godot",
"url": "https://github.com/godotengine/godot/pull/62033",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1309143599 | Use the right memory ordering in SafeNumeric operations
compare_exchange_weak is a read-modify-write operation. With the former std::memory_order_release we were only imposing memory ordering on the write while keeping the read relaxed. In order for the operation to be trustworthy we need the read to use acquire orde... | gharchive/pull-request | 2022-07-19T08:08:11 | 2025-04-01T04:56:53.773969 | {
"authors": [
"RandomShaper",
"akien-mga"
],
"repo": "godotengine/godot",
"url": "https://github.com/godotengine/godot/pull/63187",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1317130087 | Fix missing Distance Fade category in OmniLight3D/SpotLight3D inspector
This fixes a regression from a PR that accidentally removed the group during a rebase. No cherry-picking needed.
Thanks!
| gharchive/pull-request | 2022-07-25T17:12:48 | 2025-04-01T04:56:53.774878 | {
"authors": [
"Calinou",
"akien-mga"
],
"repo": "godotengine/godot",
"url": "https://github.com/godotengine/godot/pull/63451",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1418387936 | Fix cyclic references in GDScript 2.0
TL;DR
This PR makes possible to use cyclic references in GDScript 2.0, i.e. preload class (or use by class name) A in B and B in A, preload cyclic scenes, use typing in addons.
Summary
This PR tweaks the engine to accept and support cyclic references.
What it tries to solve
The c... | gharchive/pull-request | 2022-10-21T13:59:09 | 2025-04-01T04:56:53.811989 | {
"authors": [
"Lippanon",
"RandomShaper",
"adamscott",
"akien-mga",
"bitbrain",
"cridenour",
"dalexeev",
"reduz",
"rune-scape",
"tinmanjuggernaut"
],
"repo": "godotengine/godot",
"url": "https://github.com/godotengine/godot/pull/67714",
"license": "MIT",
"license_typ... |
1649712683 | IK as an animation blend node
Posting a different version of the IK solver immediately after GDC. Still a bit tired.
[ ] Provide UIUX
[ ] Restore functionality
[ ] Restore editor widgets for constraints
Alternative version of https://github.com/godotengine/godot/pull/70887 that takes feedback from GDC design review... | gharchive/pull-request | 2023-03-31T16:59:00 | 2025-04-01T04:56:53.817686 | {
"authors": [
"fire"
],
"repo": "godotengine/godot",
"url": "https://github.com/godotengine/godot/pull/75536",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2104122292 | Direct3D 12: Query support for 16-bit operations
There are outstanding PR(s) refactoring context, but this shouldn't be a big deal for conflict-solving. (CC @DarioSamo)
Sounds good to me, I'll look into addressing the conflict on my own branch later when it comes up.
Thanks!
| gharchive/pull-request | 2024-01-28T11:45:55 | 2025-04-01T04:56:53.818964 | {
"authors": [
"DarioSamo",
"RandomShaper",
"akien-mga"
],
"repo": "godotengine/godot",
"url": "https://github.com/godotengine/godot/pull/87670",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2152624877 | C#: Fallback to CoreCLR/MonoVM hosting APIs when hostfxr/NativeAOT fails
Some platforms don't support hostfxr but we can use the coreclr/monosgen library directly to initialize the runtime.
Android exports now use the android runtime identifier instead of linux-bionic, this removes the restrictions we previously had:... | gharchive/pull-request | 2024-02-25T06:33:24 | 2025-04-01T04:56:53.870112 | {
"authors": [
"Delsin-Yu",
"Zamir7",
"akien-mga",
"bestvcboy",
"felipejfc",
"m4gr3d",
"raulsntos",
"scgm0"
],
"repo": "godotengine/godot",
"url": "https://github.com/godotengine/godot/pull/88803",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-ap... |
2248159688 | Fix potential infinite loop when using global menu
It's always checking the same iterator 🤣
I think it's a copy paste error.
Thanks!
| gharchive/pull-request | 2024-04-17T12:20:33 | 2025-04-01T04:56:53.873454 | {
"authors": [
"akien-mga",
"timothyqiu"
],
"repo": "godotengine/godot",
"url": "https://github.com/godotengine/godot/pull/90791",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2476105011 | Add support for custom sections in plugin.cfg files
Implemented functionality allowing plugins to define custom sections in their plugin.cfg files. Plugin developers can now add and manage custom configuration settings directly in plugin.cfg. Enhanced the Project Settings window to display and edit these custom secti... | gharchive/pull-request | 2024-08-20T16:47:55 | 2025-04-01T04:56:53.878227 | {
"authors": [
"AThousandShips",
"Murateba"
],
"repo": "godotengine/godot",
"url": "https://github.com/godotengine/godot/pull/95866",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
64507546 | Autostart on Centos 6
I installed Gogs on my Centos 6 machine using the "binary" guide.
I created a git user and did all the steps. I also added the gogs startup script (from https://github.com/gogits/gogs/blob/master/scripts/init/centos/gogs) to my /etc/init.d folder and added the startup script to my startup sequen... | gharchive/issue | 2015-03-26T11:49:14 | 2025-04-01T04:56:53.953604 | {
"authors": [
"Unknwon",
"depl0y"
],
"repo": "gogits/gogs",
"url": "https://github.com/gogits/gogs/issues/1154",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
124546431 | Support of PGP signed commits and tags
Just showing, who signed them will be great
+1. Would be awesome to have this in Gogs now that it's been deployed as a GitHub feature!
+1
Agree that this should be a thing.
I would very much so enjoy this feature, as well!
I'm claiming this :)
I am adding my "voice" ... | gharchive/issue | 2016-01-01T14:25:33 | 2025-04-01T04:56:53.957223 | {
"authors": [
"Cysioland",
"Fastidious",
"Jitsusama",
"bashrc",
"bkcsoft",
"ikaros",
"qdbdbp",
"tuxxy",
"verandaguy"
],
"repo": "gogits/gogs",
"url": "https://github.com/gogits/gogs/issues/2321",
"license": "MIT",
"license_type": "permissive",
"license_source": "github... |
151890518 | Docker gogs web/ssh does not restart after reboot
I am using a fresh install from docker gogs/gogs on Linux. Initially, gogs works fine. But when I reboot the host, the dockers do relaunch but do not serve the web interface :(
curl http://127.0.0.1:10080
curl: (7) Failed to connect to 127.0.0.1 port 10080: Connection... | gharchive/issue | 2016-04-29T15:11:00 | 2025-04-01T04:56:53.967758 | {
"authors": [
"bkcsoft",
"cryptax"
],
"repo": "gogits/gogs",
"url": "https://github.com/gogits/gogs/issues/3039",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
213591856 | Unable to modify picture
Gogs version (or commit ref): 0.9.128.0131
Git version: 1.7.1
Operating system: centos 6.8 64bit
Database (use [x]):
[x] SQLite
Can you reproduce the bug at https://try.gogs.io:
[x] Yes
Description
Unable to modify picture This includes:The person's image | organization logo
Hi, ple... | gharchive/issue | 2017-03-12T08:53:21 | 2025-04-01T04:56:53.975497 | {
"authors": [
"Unknwon",
"justpsvm",
"mwaeckerlin"
],
"repo": "gogits/gogs",
"url": "https://github.com/gogits/gogs/issues/4278",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
49655671 | "git remote show ..." doesn't work
The command to get information on a remote does not seem to work.
When I perform any other command (so far) with Gogs, it works fine as long as my SSH-key is installed correctly.
When I perform this command, it retorts with a message similar to that which is shown when the SSH-key i... | gharchive/issue | 2014-11-21T04:42:57 | 2025-04-01T04:56:53.977439 | {
"authors": [
"Unknwon",
"ghost"
],
"repo": "gogits/gogs",
"url": "https://github.com/gogits/gogs/issues/645",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
240365770 | Orientation hint fix
There's currently a bug while setting orientation hint in Camera1: current formula doesn't respect the fact that sensor might be installed reversed on the device (like on Nexuses) which causes photo and video rotated in the result file (while preview is actually okay).
Open issues probably relate... | gharchive/pull-request | 2017-07-04T09:34:23 | 2025-04-01T04:56:53.986413 | {
"authors": [
"austinkettner",
"awidiyadew",
"droidpl",
"yatsinar"
],
"repo": "gogopop/CameraKit-Android",
"url": "https://github.com/gogopop/CameraKit-Android/pull/126",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1513347732 | add requested state to permissionStatus, fix requested bg location show up
What does this change?
Add requested state to permissionStatus to fix already-requested permissions to show when the service of it is disabled.
How do we test this change?
Make Foreground location and GPS required, Background location optiona... | gharchive/pull-request | 2022-12-29T03:55:18 | 2025-04-01T04:56:53.988998 | {
"authors": [
"luiges90"
],
"repo": "gogovan/flutter-force-permission",
"url": "https://github.com/gogovan/flutter-force-permission/pull/6",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1921340089 | [FEAT] Remove Viper
Viper depends on hcl / hashicorp, which uses the MPL. As a result, we need to bundle the source code into dependencies, and it balloons to 1.5MB (all other deps only require LICENSE/NOTICE). We may desire to integrate HCL support later anyways, but we'd probably do it via a plugin to prevent shipp... | gharchive/issue | 2023-10-02T06:46:24 | 2025-04-01T04:56:53.990998 | {
"authors": [
"ethanholz",
"taigrr"
],
"repo": "gogrlx/grlx",
"url": "https://github.com/gogrlx/grlx/issues/66",
"license": "0BSD",
"license_type": "permissive",
"license_source": "github-api"
} |
473624877 | 0.56 Out of memory on raspberry
Running Hugo 0.56 runs out of memory on Raspberry Raspbian with 1GB RAM
Linux pi3 4.19.50-v7+ #896 SMP Thu Jun 20 16:11:44 BST 2019 armv7l GNU/Linux
-- added log
Building sites … WARN 2019/07/27 15:15:33 Page's .URL is deprecated and will be removed in a future release. Use .Permalink ... | gharchive/issue | 2019-07-27T10:29:37 | 2025-04-01T04:56:54.129518 | {
"authors": [
"gj52"
],
"repo": "gohugoio/hugo",
"url": "https://github.com/gohugoio/hugo/issues/6119",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
602594958 | Feast API: Sources
This issue can be used to discuss the role of sources in Feast, and how we see the concept evolving in future versions.
Status quo
Feast currently supports only a single Source type on KafkaSource. This can be defined through a Feature Set or omitted. If users omit the source, Feast Core will fill ... | gharchive/issue | 2020-04-19T01:39:24 | 2025-04-01T04:56:54.171751 | {
"authors": [
"ches",
"woop"
],
"repo": "gojek/feast",
"url": "https://github.com/gojek/feast/issues/633",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1135065440 | Error in handling Accept-Encoding
We found an issue with how turing uses Accept-Encoding. We saw turing adding Accept-Encoding: gzip to outbound requests, but not parsing the response as gzip. This results in clients calling turing receiving gzipped response even when they did not request for it.
Reproduction ->
de... | gharchive/issue | 2022-02-13T03:07:02 | 2025-04-01T04:56:54.176537 | {
"authors": [
"ankurs",
"romanwozniak"
],
"repo": "gojek/turing",
"url": "https://github.com/gojek/turing/issues/166",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
150244311 | proposal: file system notifications library
Propose new package(s) under golang.org/x/ that provide wrappers around x/sys (syscall) or cgo implementations for the following file notification systems:
inotify and/or fanotify on Linux/Android
FSEvents on OS X
ReadDirectoryChangesW and/or USN Journals on Windows
kqueue... | gharchive/issue | 2016-04-22T02:11:41 | 2025-04-01T04:56:54.223790 | {
"authors": [
"bradfitz",
"nathany",
"ppknap"
],
"repo": "golang/go",
"url": "https://github.com/golang/go/issues/15406",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
214524147 | runtime: syscalls are ~ 1.7x slower than in C
Please answer these questions before submitting your issue. Thanks!
What did you do?
Hello up there. First of all let me please say right from the beginning that I understand that in Go, due to goroutines, there is more work to make a system call compared to C. Still plea... | gharchive/issue | 2017-03-15T21:00:43 | 2025-04-01T04:56:54.306171 | {
"authors": [
"RLH",
"aclements",
"bcmills",
"davecheney",
"dvyukov",
"ianlancetaylor",
"navytux"
],
"repo": "golang/go",
"url": "https://github.com/golang/go/issues/19563",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
260426751 | gotype: type-checking external test files that rely on internal test files fails
I tried to use go/types to type check a package with internal test files (with package foo) and external test files (with package foo_test). The internal test files expose some symbols that the external test files consume. This works fin... | gharchive/issue | 2017-09-25T21:52:50 | 2025-04-01T04:56:54.321758 | {
"authors": [
"griesemer",
"jellevandenhooff",
"rsc"
],
"repo": "golang/go",
"url": "https://github.com/golang/go/issues/22030",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
285216519 | cmd/compile: CGO arm builds fail on Go 1.10beta1
What version of Go are you using (go version)?
go1.10beta1
What operating system and processor architecture are you using (go env)?
Travis CI, Linux
What did you do?
Tried to cross compile go-ethereum to ARM5/6/7/64, which builds fine on all previous versions of Go.
Wh... | gharchive/issue | 2017-12-30T18:24:23 | 2025-04-01T04:56:54.333596 | {
"authors": [
"bradfitz",
"karalabe"
],
"repo": "golang/go",
"url": "https://github.com/golang/go/issues/23288",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
312205365 | x/vgo: go-import mod meta tag is not backwards compatible with old go
Please answer these questions before submitting your issue. Thanks!
What version of Go are you using (go version)?
go version go1.10.1 linux/amd64 vgo:2018-02-20.1
Specifically vgo is as of 5db81b5cd6ab5ee1dd1b1b0ee0843f194ab7b908
Does this issue ... | gharchive/issue | 2018-04-07T13:10:20 | 2025-04-01T04:56:54.340787 | {
"authors": [
"myitcv"
],
"repo": "golang/go",
"url": "https://github.com/golang/go/issues/24751",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
318704819 | cmd/gofmt: format regression
Here is snippet of code:
package foo
var linuxOopses = []*oops{
&oops{
[]*regexp.Regexp{
compile("INFO: lockdep is turned off"),
compile("INFO: Stall ended before state dump start"),
compile("INFO: NMI handler .* took too long to run"),
compile("_INFO::"), ... | gharchive/issue | 2018-04-29T10:02:23 | 2025-04-01T04:56:54.345751 | {
"authors": [
"agnivade",
"dvyukov",
"griesemer",
"jimmyfrasche"
],
"repo": "golang/go",
"url": "https://github.com/golang/go/issues/25161",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
369912607 | cmd/compile: internal/ssa test TestNexting failing
Change 0e9f8a21f8b6534931f1ab50909161a289a0da3c (runtime,cmd/compile: pass strings and slices to convT2{E,I} by value) broke the TestNexting/gdb-opt-hist test in the cmd/compile/internal/ssa package:
$ cd src/cmd/compile/internal/ssa
$ gotip test -v -run=TestNexting... | gharchive/issue | 2018-10-14T15:22:19 | 2025-04-01T04:56:54.348385 | {
"authors": [
"ALTree",
"randall77"
],
"repo": "golang/go",
"url": "https://github.com/golang/go/issues/28198",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
375786458 | NOT SUPPORT send SIGINT to other process on windows?
i has a bug:
code:
p,_ :=os.FindProcess(**)
p.Signal(syscall.SIGINT)
error:
not supported by windows
go version 1.11.1 32bit on windows.
Please check the documentation - https://golang.org/pkg/os/#Process.Signal.
Signal sends a signal to the Process. Sending In... | gharchive/issue | 2018-10-31T03:46:15 | 2025-04-01T04:56:54.351186 | {
"authors": [
"agnivade",
"zhaoya881010"
],
"repo": "golang/go",
"url": "https://github.com/golang/go/issues/28498",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
395781752 | crypto/sha1: on 32-bit platforms, panic trying to Sum after a large amount of data hashed
(Note: this is the same problem as in #29517, but in the crypto/sha1 package. Fix will be similar)
What version of Go are you using (go version)?
$ go version 1.11.1
Does this issue reproduce with the latest release?
Yes
What... | gharchive/issue | 2019-01-04T01:27:54 | 2025-04-01T04:56:54.360804 | {
"authors": [
"jblebrun",
"katiehockman"
],
"repo": "golang/go",
"url": "https://github.com/golang/go/issues/29543",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
51279972 | cmd/ld: gdb on windows cannot find source code
What steps will reproduce the problem?
gdb ./hello.exe
Which compiler are you using (5g, 6g, 8g, gccgo)?
go build
Which operating system are you using?
win7 64 bit
Which revision are you using? (hg identify)
hg id
52ba9506bd99 weekly/weekly.2012-02-07
Please pr... | gharchive/issue | 2012-02-11T02:43:47 | 2025-04-01T04:56:54.362980 | {
"authors": [
"mattn",
"tjyang"
],
"repo": "golang/go",
"url": "https://github.com/golang/go/issues/2988",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
430141885 | internal compiler error: binaryOp: bad operation
What version of Go are you using (go version)?
$ go version
go version go1.12.2 windows/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
set GOARCH=amd64
se... | gharchive/issue | 2019-04-07T12:46:16 | 2025-04-01T04:56:54.370093 | {
"authors": [
"cuonglm",
"hexaflex"
],
"repo": "golang/go",
"url": "https://github.com/golang/go/issues/31325",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
497418852 | cmd/go: /root/go as GOROOT results in "missing $GOPATH"
What version of Go are you using (go version)?
$ go version
go version go1.13 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=""
GOA... | gharchive/issue | 2019-09-24T02:26:38 | 2025-04-01T04:56:54.373424 | {
"authors": [
"edaniels"
],
"repo": "golang/go",
"url": "https://github.com/golang/go/issues/34488",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
635404374 | pkg.go.dev doesn't like package names that are just a domain
What is the URL of the page with the issue?
https://pkg.go.dev/retort.dev
What is your user agent?
Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:77.0) Gecko/20100101 Firefox/77.0
Screenshot
What did you do?
I’m working on a package retort.dev (https://... | gharchive/issue | 2020-06-09T12:52:51 | 2025-04-01T04:56:54.377967 | {
"authors": [
"ojkelly"
],
"repo": "golang/go",
"url": "https://github.com/golang/go/issues/39476",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
652609527 | x/pkgsite: add tests for frontend.LatestVersion
Add tests for frontend.latestVersion, which is used to return the latest version of a path.
@julieqiu I would like to work on this issue. can I pick this?
Please do!
@julieqiu I have gone through TestServer test from server_test.go file. I am thinking to write the... | gharchive/issue | 2020-07-07T20:18:59 | 2025-04-01T04:56:54.381773 | {
"authors": [
"julieqiu",
"kirandasika98",
"vikramcse"
],
"repo": "golang/go",
"url": "https://github.com/golang/go/issues/40107",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
754685174 | access: Approver Access to Oauth2
See https://golang.org/wiki/GerritAccess
I've been trying to merge a change to oauth2 package for a while now, and it's been very difficult to find enough people who are capable of giving Trust +1 and/or merging the branch, as some of the previous owners are no longer associated with... | gharchive/issue | 2020-12-01T20:02:49 | 2025-04-01T04:56:54.389678 | {
"authors": [
"cagedmantis",
"gIthuriel",
"heschi"
],
"repo": "golang/go",
"url": "https://github.com/golang/go/issues/42928",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
769505850 | x/pkgsite: floating header obscures printout
If you go to a multipage doc like https://pkg.go.dev/github.com/google/go-cmp/cmp and print from Chrome, you can see in the PDF preview that the floating header is printed at the top of every page. Unfortunately, on all but the first page, the floating header is printed on... | gharchive/issue | 2020-12-17T04:36:27 | 2025-04-01T04:56:54.392004 | {
"authors": [
"oiooj",
"rsc"
],
"repo": "golang/go",
"url": "https://github.com/golang/go/issues/43238",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
896822031 | log: use sync.Pool to reduce allocations
What version of Go are you using (go version)?
$ go version
go version go1.16.3 darwin/arm64
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="arm64"
... | gharchive/issue | 2021-05-20T13:17:04 | 2025-04-01T04:56:54.397113 | {
"authors": [
"andig"
],
"repo": "golang/go",
"url": "https://github.com/golang/go/issues/46285",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
958891116 | expvar: BenchmarkRealworldExpvarUsage times out on specific arm64 server
This benchmark only get stuck in one type of our arm64/linux servers with n1 cpu and many cores.
What version of Go are you using (go version)?
$ go version
go version devel go1.17-8a7ee4c51e Mon Aug 2 17:18:57 2021 +0000 linux/arm64
Does thi... | gharchive/issue | 2021-08-03T08:58:06 | 2025-04-01T04:56:54.446912 | {
"authors": [
"bcmills",
"erifan",
"seankhliao"
],
"repo": "golang/go",
"url": "https://github.com/golang/go/issues/47511",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
1005162315 | cmd/compile: missing debug information for return values of runtime functions
What version of Go are you using (go version)?
$ go version
go version go1.17 windows/amd64
Does this issue reproduce with the latest release?
yes
What operating system and processor architecture are you using (go env)?
go env Output
$ g... | gharchive/issue | 2021-09-23T08:40:38 | 2025-04-01T04:56:54.460979 | {
"authors": [
"PeterFeicht",
"ianlancetaylor",
"michael-obermueller",
"thanm"
],
"repo": "golang/go",
"url": "https://github.com/golang/go/issues/48573",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
1122128860 | internal/fuzz: generated corpus not being run before fuzzing
It looks like there is a regression with the beta2 where the generated corpus is not being run before fuzzing begins.
This also means that we have a gap in our testing that needs to be fixed as well.
It can be shown with two fuzzing executions back to back:... | gharchive/issue | 2022-02-02T16:20:17 | 2025-04-01T04:56:54.464161 | {
"authors": [
"katiehockman"
],
"repo": "golang/go",
"url": "https://github.com/golang/go/issues/50972",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
1338026728 | x/tools/gopls:
gopls version
golang.org/x/tools/gopls v0.9.3
golang.org/x/tools/gopls@v0.9.3 h1:wfh4cfJAKwOG49sCE4ldafYeD5rlejE/gJQ7JAR5yX0=
go env
What did you do?
I tries to invoke a go language specific function is vscode such as "Go To Definition" for a function.77
Ever since version 0.9.2 was released (and 0.9... | gharchive/issue | 2022-08-13T18:30:15 | 2025-04-01T04:56:54.469878 | {
"authors": [
"findleyr",
"zvisavvy"
],
"repo": "golang/go",
"url": "https://github.com/golang/go/issues/54442",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
1618266127 | x/website: use of deprecated math/rand.Seed in the tutorial docs
What is the URL of the page with the issue?
https://go.dev/doc/tutorial/random-greeting
What is your user agent?
Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/110.0
Screenshot
What did you do?
Followed the introductory tuto... | gharchive/issue | 2023-03-10T02:36:01 | 2025-04-01T04:56:54.473670 | {
"authors": [
"RemoteSalad",
"adityakode"
],
"repo": "golang/go",
"url": "https://github.com/golang/go/issues/58958",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
1757224272 | x/tools/gopls: rename crashes in objectpath
I found this while snooping around in 'gopls stats'. This is v0.12.0.
objectpath.Object(package cache ("golang.org/x/tools/gopls/internal/lsp/cache"), analysisNode.M0) failed: package golang.org/x/tools/gopls/internal/lsp/cache does not contain "analysisNode",
goroutine 738... | gharchive/issue | 2023-06-14T16:00:31 | 2025-04-01T04:56:54.477178 | {
"authors": [
"adonovan",
"findleyr"
],
"repo": "golang/go",
"url": "https://github.com/golang/go/issues/60789",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
1835071842 | go/types: interface.Complete panics for interfaces with duplicate methods
gopls version: v0.13.1 (go1.20.4)
gopls flags:
update flags: proxy
extension version: 0.39.1
go version: 1.20.4
environment: Visual Studio Code darwin
initialization error: undefined
issue timestamp: Thu, 03 Aug 2023 05:31:10 GMT
restart histor... | gharchive/issue | 2023-08-03T06:11:10 | 2025-04-01T04:56:54.481281 | {
"authors": [
"findleyr",
"istonegithub"
],
"repo": "golang/go",
"url": "https://github.com/golang/go/issues/61737",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
2024982786 | proposal: text/template: annotations to enable static checking of syntax and semantics
Proposal Details
(As they say in the movie business, this is only an idea, not yet a concept.)
Go's text/template package defines a dynamically typed sublanguage for templates, analogous to---but much richer than---the sublanguage ... | gharchive/issue | 2023-12-04T23:32:23 | 2025-04-01T04:56:54.489983 | {
"authors": [
"adonovan",
"jba"
],
"repo": "golang/go",
"url": "https://github.com/golang/go/issues/64543",
"license": "BSD-3-Clause",
"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.