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 |
|---|---|---|---|---|---|
2706125166 | LibDNS+RequestServer: Miscellaneous fixes and cleanup
See individual commits
@alimpfard I've removed the "g_dns_cache" again, but this time because we know that curl_slist_append copies the string. I don't believe we need to keep those around ourselves anymore.
That's odd, I remember seeing invalid data being rea... | gharchive/pull-request | 2024-11-29T20:39:34 | 2025-04-01T06:37:09.278895 | {
"authors": [
"alimpfard",
"rmg-x"
],
"repo": "LadybirdBrowser/ladybird",
"url": "https://github.com/LadybirdBrowser/ladybird/pull/2649",
"license": "BSD-2-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
2336898191 | Tests: Stop invoking UB in AK::NeverDestroyed's tests
Instead of attempting a stack use-after-free by reading an out-of-scope object's data member, let's keep a flag that checks if the destructor had been called in the outer scope.
Fixes #64
Can confirm this fixes #64.
| gharchive/pull-request | 2024-06-05T21:56:47 | 2025-04-01T06:37:09.280100 | {
"authors": [
"BertalanD",
"negge"
],
"repo": "LadybirdWebBrowser/ladybird",
"url": "https://github.com/LadybirdWebBrowser/ladybird/pull/67",
"license": "BSD-2-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
935460326 | 2nd order finite differences to compute forces
We need to improve the numerical methods to solve the field equations. This pull request include 2nd order finite differences to solve the Poisson eq.
pw-008.pdf
Correcting the forces in k-space for the CIC interpolation/sampling do not solve the problem.
There seems... | gharchive/pull-request | 2021-07-02T06:25:45 | 2025-04-01T06:37:09.293173 | {
"authors": [
"Lagrang3"
],
"repo": "Lagrang3/gevolution-1.2",
"url": "https://github.com/Lagrang3/gevolution-1.2/pull/2",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2449787711 | 👌 IMPROVE: Expert proofreader update
👌 IMPROVE: Expert proofreader update
added image and env example file
LGTM.
| gharchive/pull-request | 2024-08-06T02:13:41 | 2025-04-01T06:37:09.356259 | {
"authors": [
"AIENGINE",
"ahmadbilaldev"
],
"repo": "LangbaseInc/langbase-examples",
"url": "https://github.com/LangbaseInc/langbase-examples/pull/31",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
230121857 | tests: Add tests for just about everything resolves #18
I'll add some inline comments
Coverage increased (+46.8%) to 97.403% when pulling 44a93302bfd7b84860e056c81bc39c6614891ee2 on tests/MOORRRREEEE into daa90d604cf25be253302bc022797dd0bc7d8e04 on master.
Coverage increased (+49.4%) to 100.0% when pulling ddba... | gharchive/pull-request | 2017-05-20T01:34:08 | 2025-04-01T06:37:09.359471 | {
"authors": [
"ProbablePrime",
"coveralls"
],
"repo": "Lange/node-elgato-stream-deck",
"url": "https://github.com/Lange/node-elgato-stream-deck/pull/23",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1360867873 | 建议显示设备序列号
又一个小建议,在设备信息界面,能否增加显示设备序列号,
序列号这个是唯一值,方便多设备区分
ADB获取IMEI需要手机已获取root权限,涉及su的操作近几个版本不会添加😂
ADB获取IMEI需要手机已获取root权限,涉及su的操作近几个版本不会添加😂
可能是我描述的问题,是adb devices 显示的设备名称,这个不需要root权限,多设备的时候用这个指定设备。
在【设备信息】菜单中,也可以列出来方便复制和识别
| gharchive/issue | 2022-09-03T14:12:54 | 2025-04-01T06:37:09.362748 | {
"authors": [
"LapplandSP",
"kickTiger"
],
"repo": "LapplandSP/QtAdb",
"url": "https://github.com/LapplandSP/QtAdb/issues/3",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
180437119 | Pass Model Id to updateCRUD
Heya, fairly sure this is a support request, because i know it will be simple, but I cant for the life of me find the answer.
Ive set up a custom nested controller, so the parent model is saved as normal, but through the display multiple children models also exist (can be created and updat... | gharchive/issue | 2016-10-01T04:21:53 | 2025-04-01T06:37:09.368402 | {
"authors": [
"OwenMelbz",
"b8ne",
"tabacitu"
],
"repo": "Laravel-Backpack/CRUD",
"url": "https://github.com/Laravel-Backpack/CRUD/issues/151",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
363096622 | Display multiselect field in column
I have a multiselect field in my controller for example with the options below:
'options' => ['S' => 'Small', 'M' => 'Medium', 'L' => 'Large']
The values (array keys S, M, L) stored in the db as json. When I display the column as array I get a comma separated list for example L, M... | gharchive/issue | 2018-09-24T10:54:54 | 2025-04-01T06:37:09.378342 | {
"authors": [
"danielbidala",
"jsvini",
"pxpm",
"tabacitu"
],
"repo": "Laravel-Backpack/CRUD",
"url": "https://github.com/Laravel-Backpack/CRUD/issues/1648",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
487024395 | [4.0][Refactor][Ready] Settings API, clean up CrudPanel properties
Fixes #1942
using solution 2 - the $settings array uses the operation as a main identifier
Fixes #1941
using the last solution suggested: $crud->set('list.view', 'new_view') and $crud->get('list.view')
This basically creates a key-value storage, a... | gharchive/pull-request | 2019-08-29T15:19:30 | 2025-04-01T06:37:09.395368 | {
"authors": [
"tabacitu"
],
"repo": "Laravel-Backpack/CRUD",
"url": "https://github.com/Laravel-Backpack/CRUD/pull/1997",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2654049789 | 🛑 Splat00n.Ink Storage is down
In a3297c9, Splat00n.Ink Storage (https://r2.maratang.life/check.txt) was down:
HTTP code: 200
Response time: 794 ms
Resolved: Splat00n.Ink Storage is back up in 63043ab after 5 minutes.
| gharchive/issue | 2024-11-13T03:46:30 | 2025-04-01T06:37:09.462061 | {
"authors": [
"Lastorder-DC"
],
"repo": "Lastorder-DC/splat00n_ink",
"url": "https://github.com/Lastorder-DC/splat00n_ink/issues/137",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
38203554 | Use WM_STATE_FULLSCREEN for fullscreen under X11
This adds a more functional full screen mode for X11 that doesn't block window manager shortcuts like alt-tab because it doesn't grab the input.
However it is not finished, one downside of this approach is that changing the video mode from the desktop seems to introduc... | gharchive/pull-request | 2014-07-18T19:06:22 | 2025-04-01T06:37:09.484669 | {
"authors": [
"binary1248",
"danharibo"
],
"repo": "LaurentGomila/SFML",
"url": "https://github.com/LaurentGomila/SFML/pull/665",
"license": "Zlib",
"license_type": "permissive",
"license_source": "github-api"
} |
712567203 | Hunt SIGBUS from Tensor::drop
This is a weird bug I still cannot tell the reasons. The program runs in a forward backward loop and gets killed by SIGBUS in less than five minutes (sometimes immediately). It's only happens on specific machine. I opened rust-gdb to catch the SIGBUS and it says SIGBUS raised from Tensor... | gharchive/issue | 2020-10-01T07:18:28 | 2025-04-01T06:37:09.490035 | {
"authors": [
"jerry73204"
],
"repo": "LaurentMazare/tch-rs",
"url": "https://github.com/LaurentMazare/tch-rs/issues/253",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2304367592 | [Bug]: Failed to initialize MelonLoader: Failed to load library
All of the following criteria must be met
[X] All Requirements must be installed.
[X] Changed the title so that it doesn't just says "[Bug]: "
[X] I have searched the GitHub issues for my bug, even in the closed issues.
All of the following are optiona... | gharchive/issue | 2024-05-19T01:11:08 | 2025-04-01T06:37:09.496636 | {
"authors": [
"KibblesTheKitten",
"MeynethG"
],
"repo": "LavaGang/MelonLoader",
"url": "https://github.com/LavaGang/MelonLoader/issues/650",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1863848256 | chore(ci): do not use npm ci
npm ci rimrafs node_modules then installs everything in package-lock.json. However, it is highly likely that the result of running npm install in a development environment will result in a very different tree, which updates package-lock.json. If one of the dependencies installed ships a... | gharchive/pull-request | 2023-08-23T18:51:39 | 2025-04-01T06:37:09.500509 | {
"authors": [
"boneskull",
"naugtur"
],
"repo": "LavaMoat/LavaMoat",
"url": "https://github.com/LavaMoat/LavaMoat/pull/677",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1124767684 | Icon Request
App Name: XPlayer
Package Name: video.player.videoplayer
Install: 50M+
Hello! Weʼre switching to a new system for icon requests in order to be able to better manage them. From now on, icon requests can be submitted here: https://forms.gle/Fx8vZAiWdW1Tyjo57. If your icon request hasnʼt yet been fulfiled... | gharchive/issue | 2022-02-05T01:36:55 | 2025-04-01T06:37:09.503548 | {
"authors": [
"3hashsu",
"lawnchairci"
],
"repo": "LawnchairLauncher/lawnicons",
"url": "https://github.com/LawnchairLauncher/lawnicons/issues/337",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2174064775 | getsize() depricated in Pillow>=10.0.1
getsize() is deprecated and replaced with getbbox() in Pillow>=10.0.1
I replaced it in visualization.py such that it works with both newer and older Pillow versions.
There are other instances that also need to be adapted, but I have refrained from adapting them everywhere due to... | gharchive/pull-request | 2024-03-07T14:59:40 | 2025-04-01T06:37:09.511900 | {
"authors": [
"Pancham1603",
"vera-bernhard"
],
"repo": "Layout-Parser/layout-parser",
"url": "https://github.com/Layout-Parser/layout-parser/pull/208",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1683567710 | Remove yarn pnp
Remove yarn pnp and use node-modules or pnpm to save time while cloning the repo.
We can use the cache action to speed up the workflows
The precommit hooks were never running before. Unless husky was installed manually.
| gharchive/issue | 2023-04-25T17:26:36 | 2025-04-01T06:37:09.518092 | {
"authors": [
"ricksanchez"
],
"repo": "LazyBallsZealots/Results.Immutable",
"url": "https://github.com/LazyBallsZealots/Results.Immutable/issues/12",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
120560776 | Something can't fit on the page and there is a horizontal scrolling
But I'm too lazy to figure out what's wrong.. :)
Huh, odd. I can’t reproduce it. Which browser?
Yes.. sorry..Chrome.. but I'm on dev channel so you can ignore I guess: Version 48.0.2564.22 dev.
Can you run console.log(innerWidth, innerHeight)... | gharchive/issue | 2015-12-05T14:38:11 | 2025-04-01T06:37:09.523464 | {
"authors": [
"LeaVerou",
"lipis",
"seebaermichi",
"verpixelt"
],
"repo": "LeaVerou/bliss",
"url": "https://github.com/LeaVerou/bliss/issues/6",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
222824267 | How to approach limiting the size of a rectangle?
I'm wondering if anyone else has tried this before as Googling didn't show much. My project uses the rectangle polygon from Leaflet.draw as a bounding box to search within an area of interest on a map. I'd like to be able to place a limit on how large the size of a re... | gharchive/issue | 2017-04-19T18:13:08 | 2025-04-01T06:37:09.535152 | {
"authors": [
"ddproxy",
"germanjoey",
"jziggas"
],
"repo": "Leaflet/Leaflet.draw",
"url": "https://github.com/Leaflet/Leaflet.draw/issues/715",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
170133022 | How to init map correctly?
I have a map, which is displayed or hidden, depending of a button click.
I init the map while she is hidden, add layer, add markers, call fitBounds() for the markers.
My problem is, when the map is hidden, fitBounds doesn't work. After the switch the map is shown as fully zoomed out. When I... | gharchive/issue | 2016-08-09T10:27:44 | 2025-04-01T06:37:09.538059 | {
"authors": [
"EricSch",
"IvanSanchez"
],
"repo": "Leaflet/Leaflet",
"url": "https://github.com/Leaflet/Leaflet/issues/4809",
"license": "BSD-2-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
583058456 | Manage stale branches
Leaflet repo currently contains 96 branches, most of them are stale.
So I propose:
[x] Remove merged
[ ] Remove closed
[ ] Where related PR absent, open one, with some description.
Perhaps except - 0.7, which is reserved for 0.7.*.
Thoughts?
Merged:
#6748 plugin-maidenhead
Updated 8 months ... | gharchive/issue | 2020-03-17T14:34:40 | 2025-04-01T06:37:09.571216 | {
"authors": [
"Falke-Design",
"johnd0e",
"jonkoops",
"mourner"
],
"repo": "Leaflet/Leaflet",
"url": "https://github.com/Leaflet/Leaflet/issues/7032",
"license": "BSD-2-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
1275821861 | Access to the open source program of Browserstack.com
I registered us for the open source program of Browserstack and I hope we get a positiv answer.
The reseaon for the registration are the issues #7403 and #3575. We have different results in different browsers.
https://www.browserstack.com/open-source
FYI: @mourne... | gharchive/issue | 2022-06-18T15:52:07 | 2025-04-01T06:37:09.579816 | {
"authors": [
"Falke-Design",
"bigomega",
"mourner",
"muditlambda"
],
"repo": "Leaflet/Leaflet",
"url": "https://github.com/Leaflet/Leaflet/issues/8297",
"license": "BSD-2-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
994172142 | CombatTracker → v0.8.9
Resolves #418
Done :+1:
| gharchive/pull-request | 2021-09-12T14:21:39 | 2025-04-01T06:37:09.580938 | {
"authors": [
"UFOMelkor"
],
"repo": "League-of-Foundry-Developers/foundry-vtt-types",
"url": "https://github.com/League-of-Foundry-Developers/foundry-vtt-types/pull/1177",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
836879846 | Reset Setting to Default
Is your feature request related to a problem? Please describe.
It is frustrating to try testing setting defaults because as soon as the setting exists, that default is not applicable.
Describe the solution you'd like
A button which allows a given setting to be 're-set' to the default on the m... | gharchive/issue | 2021-03-20T18:22:53 | 2025-04-01T06:37:09.583137 | {
"authors": [
"akrigline"
],
"repo": "League-of-Foundry-Developers/foundryvtt-devMode",
"url": "https://github.com/League-of-Foundry-Developers/foundryvtt-devMode/issues/5",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1277942793 | exe download
is there any link yet to download the compiled exe?
ty
https://github.com/LeagueRaINi/smuc_rs/releases/tag/v0.1.0
| gharchive/issue | 2022-06-21T06:13:40 | 2025-04-01T06:37:09.584311 | {
"authors": [
"LeagueRaINi",
"zoulztealer"
],
"repo": "LeagueRaINi/smuc_rs",
"url": "https://github.com/LeagueRaINi/smuc_rs/issues/3",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
262944584 | fix(message): Fix openURL freeze on iOS10
Use the newer openURL for iOS10+
Can one of the admins verify this patch?
| gharchive/pull-request | 2017-10-04T22:00:55 | 2025-04-01T06:37:09.595708 | {
"authors": [
"LeanplumBuild",
"alexisoyama"
],
"repo": "Leanplum/Leanplum-iOS-SDK",
"url": "https://github.com/Leanplum/Leanplum-iOS-SDK/pull/88",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1267800301 | feat(velas): Add support for Velas
Description
Add support for Velas.
chain ID: 106
Changes include
[ ] Bugfix (non-breaking change that solves an issue)
[x] New feature (non-breaking change that adds functionality)
[ ] Breaking change (change that is not backwards-compatible and/or changes current functionality)
[ ... | gharchive/pull-request | 2022-06-10T17:01:54 | 2025-04-01T06:37:09.631558 | {
"authors": [
"GuilaneDen",
"apaillier-ledger",
"tjulien-ledger"
],
"repo": "LedgerHQ/app-ethereum",
"url": "https://github.com/LedgerHQ/app-ethereum/pull/316",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1422548202 | Fix lotties for Nano X in new BLE pairing flow
📝 Description
The wrong lotties were used for the Nano X in BLE pairing flow. Replaced them with the correct one and adjusted styling
❓ Context
Impacted projects: ledger-live-mobile
Linked resource(s): FAT-536
✅ Checklist
[ ] ~Test coverage~: no UI testing on mobi... | gharchive/pull-request | 2022-10-25T14:19:46 | 2025-04-01T06:37:09.641437 | {
"authors": [
"thomasrogerlux"
],
"repo": "LedgerHQ/ledger-live",
"url": "https://github.com/LedgerHQ/ledger-live/pull/1675",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1669279877 | 🛑 CompanyGuide2 is down
In e354ad4, CompanyGuide2 (https://comp3.fnguide.com/server_variables.asp) was down:
HTTP code: 0
Response time: 0 ms
Resolved: CompanyGuide2 is back up in 32bf63b.
| gharchive/issue | 2023-04-15T09:28:28 | 2025-04-01T06:37:09.644992 | {
"authors": [
"LeeYoungJin"
],
"repo": "LeeYoungJin/fg_upptime",
"url": "https://github.com/LeeYoungJin/fg_upptime/issues/1003",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1677995341 | 🛑 CompanyGlobal2 is down
In 432d0bd, CompanyGlobal2 (https://compglobal2.wisereport.co.kr/Home/ServerCheck) was down:
HTTP code: 0
Response time: 0 ms
Resolved: CompanyGlobal2 is back up in 87215f5.
| gharchive/issue | 2023-04-21T07:24:32 | 2025-04-01T06:37:09.647440 | {
"authors": [
"LeeYoungJin"
],
"repo": "LeeYoungJin/fg_upptime",
"url": "https://github.com/LeeYoungJin/fg_upptime/issues/1288",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1641292227 | 🛑 WiseReport2 is down
In 8380849, WiseReport2 (https://www2.wisereport.co.kr/servercheck.aspx) was down:
HTTP code: 0
Response time: 0 ms
Resolved: WiseReport2 is back up in 85f4b3d.
| gharchive/issue | 2023-03-27T03:13:12 | 2025-04-01T06:37:09.650601 | {
"authors": [
"LeeYoungJin"
],
"repo": "LeeYoungJin/fg_upptime",
"url": "https://github.com/LeeYoungJin/fg_upptime/issues/163",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1641298241 | 🛑 ETFGlobal3 is down
In ab7926e, ETFGlobal3 (https://globaletf3.wisereport.co.kr/Home/ServerCheck) was down:
HTTP code: 0
Response time: 0 ms
Resolved: ETFGlobal3 is back up in c7bb40a.
| gharchive/issue | 2023-03-27T03:21:54 | 2025-04-01T06:37:09.653218 | {
"authors": [
"LeeYoungJin"
],
"repo": "LeeYoungJin/fg_upptime",
"url": "https://github.com/LeeYoungJin/fg_upptime/issues/179",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1705194304 | 🛑 MobileCompanyGlobal2 is down
In 29584f0, MobileCompanyGlobal2 (https://mglobal2.wisereport.co.kr/Home/ServerCheck) was down:
HTTP code: 0
Response time: 0 ms
Resolved: MobileCompanyGlobal2 is back up in 221eefc.
| gharchive/issue | 2023-05-11T07:00:21 | 2025-04-01T06:37:09.655705 | {
"authors": [
"LeeYoungJin"
],
"repo": "LeeYoungJin/fg_upptime",
"url": "https://github.com/LeeYoungJin/fg_upptime/issues/2407",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1784506268 | 🛑 CompanyGlobal2 is down
In ae92049, CompanyGlobal2 (https://compglobal2.wisereport.co.kr/Home/ServerCheck) was down:
HTTP code: 0
Response time: 0 ms
Resolved: CompanyGlobal2 is back up in cbd6d2a.
| gharchive/issue | 2023-07-02T07:40:36 | 2025-04-01T06:37:09.658107 | {
"authors": [
"LeeYoungJin"
],
"repo": "LeeYoungJin/fg_upptime",
"url": "https://github.com/LeeYoungJin/fg_upptime/issues/5306",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1805972914 | 🛑 MobileCompanyGlobal2 is down
In 9a449c0, MobileCompanyGlobal2 (https://mglobal2.wisereport.co.kr/Home/ServerCheck) was down:
HTTP code: 0
Response time: 0 ms
Resolved: MobileCompanyGlobal2 is back up in 704dae9.
| gharchive/issue | 2023-07-15T08:37:24 | 2025-04-01T06:37:09.660571 | {
"authors": [
"LeeYoungJin"
],
"repo": "LeeYoungJin/fg_upptime",
"url": "https://github.com/LeeYoungJin/fg_upptime/issues/5788",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1955905410 | 🛑 CompanyGlobal2 is down
In db1a768, CompanyGlobal2 (https://compglobal2.wisereport.co.kr/Home/ServerCheck) was down:
HTTP code: 0
Response time: 0 ms
Resolved: CompanyGlobal2 is back up in 31a8401 after 15 minutes.
| gharchive/issue | 2023-10-22T13:35:58 | 2025-04-01T06:37:09.662998 | {
"authors": [
"LeeYoungJin"
],
"repo": "LeeYoungJin/fg_upptime",
"url": "https://github.com/LeeYoungJin/fg_upptime/issues/7229",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
673305130 | Session expired
When I log in with web ,the account in vscode says sessions expired.
It just happens today, that means I can't log in with vs and web at the same time?
I used to submit with vs and write solutions through web.
It always works until today
The same problem, even using cookie to log in will make web lo... | gharchive/issue | 2020-08-05T07:01:58 | 2025-04-01T06:37:09.726218 | {
"authors": [
"Dreace",
"Miloas",
"Rosonlee",
"yihong0618"
],
"repo": "LeetCode-OpenSource/vscode-leetcode",
"url": "https://github.com/LeetCode-OpenSource/vscode-leetcode/issues/609",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2266709849 | Feature request: Support for SVG format.
Hi, the title is self-explanatory.
Cheers.
Added with #228
Works fine for me, closing this as resolved
And here too, awesome!
| gharchive/issue | 2024-04-27T02:00:14 | 2025-04-01T06:37:09.765451 | {
"authors": [
"Lenivaya",
"hellishvictor"
],
"repo": "Lenivaya/qrrs",
"url": "https://github.com/Lenivaya/qrrs/issues/226",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
969640539 | Change display resolution
There's no 320x240 bitmap display in the original RARS, only in the modified version
--width and --height were implemented in v2.2!
| gharchive/issue | 2021-08-12T21:59:10 | 2025-04-01T06:37:09.773817 | {
"authors": [
"LeoRiether"
],
"repo": "LeoRiether/FPGRARS",
"url": "https://github.com/LeoRiether/FPGRARS/issues/15",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1602407836 | 报错信息(命令行运行ToolsFx.bat/ToolsFx):
请按照模板提交
| gharchive/issue | 2023-02-28T05:42:46 | 2025-04-01T06:37:09.778741 | {
"authors": [
"927986178",
"Leon406"
],
"repo": "Leon406/ToolsFx",
"url": "https://github.com/Leon406/ToolsFx/issues/83",
"license": "ISC",
"license_type": "permissive",
"license_source": "github-api"
} |
1784534652 | Training process error
The training process encountered the following problems
bidirectional set as False.Another problem arose.
I have removed the back part of the multiplication in the image below.Can be trained but the result is wrong.
Below is the contents of my data file
I can't solve the problem yet.I hope ... | gharchive/issue | 2023-07-02T08:56:53 | 2025-04-01T06:37:09.792063 | {
"authors": [
"LeonYang95",
"dino-chiio",
"superzeroT"
],
"repo": "LeonYang95/PLELog",
"url": "https://github.com/LeonYang95/PLELog/issues/23",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
858917876 | Support for video
Action
Add a brief description of what was made
Issues: #issue-number #issue-number ...
Commits: #commit-hash ...
...
Thanks, @jeffhodsdon. I will check it out ASAP.
| gharchive/pull-request | 2021-04-15T14:06:46 | 2025-04-01T06:37:09.794614 | {
"authors": [
"LeonardoCardoso",
"jeffhodsdon"
],
"repo": "LeonardoCardoso/SwiftLinkPreview",
"url": "https://github.com/LeonardoCardoso/SwiftLinkPreview/pull/138",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1468667819 | "Pip" non è riconosciuto come comando
Ricevo l'errore "pip" non è riconosciuto come comando pur localizzando il terminale nella cartella dove ho scaricato tutti i file. Come è possibile?
Grazie mille
https://duckduckgo.com/?q=pip+not+recognized&ia=web
https://duckduckgo.com/?q=pip+not+recognized&ia=web
Risolto,... | gharchive/issue | 2022-11-29T20:37:52 | 2025-04-01T06:37:09.796830 | {
"authors": [
"Leone25",
"lucabordignonb"
],
"repo": "Leone25/booktab-downloader",
"url": "https://github.com/Leone25/booktab-downloader/issues/29",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2498768271 | CPU占用高
应该是为了渲染图形,对每一帧都做了渲染,从而导致了CPU持续占用
如何复现(
CPU持续占用多少,CPU等性能配置信息可以了解一下吗?
什么也没有操作的情况下
大概CPU平均占用3.8%
linux可复现
突然想到一个方案:既然只有在操作的时候是有动画的绘制,大部分不操作的情况下就相当于一张静态的图片。
那么只要一检测到操作,就让接下来的300帧迭代内更新动画渲染,其余的时候不更新
优化这个的办法是在一个集中的地方,掌控所有数据的变化,根据这些数据的变化,选择比较好的方案进行重绘。例如,仅仅当数据发生变化时进行重绘,但是同时也限制重绘的频率不高于某个设定值。要做到这些事情,需要涉及... | gharchive/issue | 2024-08-31T10:16:55 | 2025-04-01T06:37:09.915823 | {
"authors": [
"Littlefean",
"Rutubet",
"juqkai",
"zty012"
],
"repo": "LiRenTech/project-graph-qt",
"url": "https://github.com/LiRenTech/project-graph-qt/issues/10",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
672668028 | [BUG] planks localisation and icon
None of mist wood planks has propper name or icon.
IF I try to middleclick it (pick up in cerative) in will give me errored item.
This is strange because everything works fine for me.
This is probably a conflict with another mod.
Oh! Wait!
Did you change something if lang file... | gharchive/issue | 2020-08-04T10:00:36 | 2025-04-01T06:37:09.918556 | {
"authors": [
"DevTimur",
"Liahim85"
],
"repo": "Liahim85/MistyWorld_Open",
"url": "https://github.com/Liahim85/MistyWorld_Open/issues/79",
"license": "Artistic-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2050025798 | Can only calculate the related parameter about P wave?
Dear sir,
Because most of the collected microseisms are P-wave signals, and most of S-wave signals are difficult to utilize, we hope to calculate the source mechanism based only on P-waves. Can the function "DHMC_DC" run with only related parameter about P wave... | gharchive/issue | 2023-12-20T07:46:27 | 2025-04-01T06:37:09.929838 | {
"authors": [
"CSUPZW",
"Liang-Ding"
],
"repo": "Liang-Ding/seishmc",
"url": "https://github.com/Liang-Ding/seishmc/issues/1",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1848634904 | libx264.so
Library filename / 库文件名
libx264.so
Library label / 库的文字标签
x264
Library team / 库的开发团队
VideoLAN
Files & Comment / 同组文件 & 备注
No response
In Apps / 出现于
酷狗音乐
Library icon / 库图标
https://www.iconfont.cn/search/index?q=视频编码
Library description / 库描述
x264 is a free software library and application for encoding vide... | gharchive/issue | 2023-08-13T15:21:40 | 2025-04-01T06:37:09.933768 | {
"authors": [
"Dok0xv",
"binx6"
],
"repo": "LibChecker/LibChecker-Rules",
"url": "https://github.com/LibChecker/LibChecker-Rules/issues/507",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
133940364 | Extension for retrieving company profile info
Hi folks,
First of all thanks for making this library available!
My use case for using the Companies House API was for retrieving details of a specific company (given it's number) rather than a generic search. Instead of rolling out my own thing I thought about extending ... | gharchive/pull-request | 2016-02-16T10:25:10 | 2025-04-01T06:37:09.940902 | {
"authors": [
"kevbite",
"rmourato"
],
"repo": "LiberisLabs/CompaniesHouse.NET",
"url": "https://github.com/LiberisLabs/CompaniesHouse.NET/pull/3",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
2022027299 | feeback on new caption model: strange result
The result from log and caption result are different... "a stream in the middle of a field" on one side "a white and blue boat traveling down a mountain" on the other side...
2023-12-02 12:31:13,666 : api_util.py : get_search_term_examples : 186 : INFO : 100 possible ids ... | gharchive/issue | 2023-12-02T12:44:39 | 2025-04-01T06:37:09.981067 | {
"authors": [
"derneuere",
"loulou91"
],
"repo": "LibrePhotos/librephotos",
"url": "https://github.com/LibrePhotos/librephotos/issues/1086",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1469988258 | pl.LightningModule.load_from_checkpoint fails when matlab.engine is imported
Bug description
pytorch_lightning fails to load a previously saved model when matlab.engine is imported within the script.
This only happens when import matlab.engine is included in the script. The checkpoint_path is not empty.
How to reprod... | gharchive/issue | 2022-11-30T17:27:45 | 2025-04-01T06:37:09.993700 | {
"authors": [
"m-lyon"
],
"repo": "Lightning-AI/lightning",
"url": "https://github.com/Lightning-AI/lightning/issues/15877",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1806652335 | Support lora with disabled qkv
Hi there 👋
That's basically a leftover from my previous PR that I totally forgot to add.
Despite support of creating LoRAQKVLinear without lora_A/lora_B at all (if enabled_lora=(False, False, False)) by checking
if self.r > 0 and any(self.enable_lora)
in __init__ and train methods, th... | gharchive/pull-request | 2023-07-16T17:04:49 | 2025-04-01T06:37:09.995773 | {
"authors": [
"Andrei-Aksionov",
"carmocca"
],
"repo": "Lightning-AI/lit-gpt",
"url": "https://github.com/Lightning-AI/lit-gpt/pull/267",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1985410024 | BNB>=0.41.2 uses quant_state as a class, not as a list
Hi there 👋
Fixes #707
Bitsandbytes starting from version 0.41.2 uses quant_state as a class, not as a list: https://github.com/TimDettmers/bitsandbytes/commit/61a4a20da91b7f780a98d3ff8235f1455835ecf2.
As a result, when trying to access the shape by the index
htt... | gharchive/pull-request | 2023-11-09T11:19:48 | 2025-04-01T06:37:10.001696 | {
"authors": [
"Andrei-Aksionov",
"carmocca"
],
"repo": "Lightning-AI/lit-gpt",
"url": "https://github.com/Lightning-AI/lit-gpt/pull/715",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1462846959 | I can't get rid of the userwarning of WER and CER: Torchmetrics v0.9 introduced a new argument class property called full_state_update that has not been set for this class...
I can't get rid of this userwarning while using WordErrorRate and CharErrorRate:
/home/hxt/ASR_adversarial_examples/venv/lib/python3.7/site-pac... | gharchive/issue | 2022-11-24T06:49:40 | 2025-04-01T06:37:10.008805 | {
"authors": [
"SkafteNicki",
"Xiaotian0726"
],
"repo": "Lightning-AI/metrics",
"url": "https://github.com/Lightning-AI/metrics/issues/1359",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2467555882 | Lfeat 损失没找到
请问利用余弦相似度来对其编码器特征的Lfeat在哪里
我们没有提供这部分的训练代码,可以参考这里:https://github.com/LiheYoung/Depth-Anything/issues/224
| gharchive/issue | 2024-08-15T07:21:35 | 2025-04-01T06:37:10.014428 | {
"authors": [
"LiheYoung",
"zsw1456419654"
],
"repo": "LiheYoung/Depth-Anything",
"url": "https://github.com/LiheYoung/Depth-Anything/issues/223",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1121813735 | Dashboard Metrics for NFT
We will need to implement the same metrics for the NFT assets as we already have for the fungible.
❗ We will need both the NFT implementation and the metrics. At the moment they are on NFT branch & Metrics branch
Locked same as #353
Minted - #354
Balance between networks - #357
❓ it ... | gharchive/issue | 2022-02-02T11:32:17 | 2025-04-01T06:37:10.024663 | {
"authors": [
"bibitibooo1",
"svetlio8"
],
"repo": "LimeChain/hashport-validator",
"url": "https://github.com/LimeChain/hashport-validator/issues/391",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2396685582 | Updates to "read_syscall" and "pread_syscall".
Description
Fixes # (issue)
The following changes include the tests and comments in the code for the "read_syscall" and "pread_syscall" file system calls under RustPosix.
The tests were added to cover all the possible scenarios that might happen when calling the file sys... | gharchive/pull-request | 2024-07-08T22:31:46 | 2025-04-01T06:37:10.039763 | {
"authors": [
"namanlalitnyu"
],
"repo": "Lind-Project/safeposix-rust",
"url": "https://github.com/Lind-Project/safeposix-rust/pull/293",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
298678476 | footer: use en dash for year range
Same thing as LineageOS/lineage_wiki#78. Small but pleases the eye :-)
Please do not open Pull requests, use LineageOS Gerrit instead.
Never found the time to migrate this.
| gharchive/pull-request | 2018-02-20T17:20:19 | 2025-04-01T06:37:10.041277 | {
"authors": [
"AdrianDC",
"jurf"
],
"repo": "LineageOS/www",
"url": "https://github.com/LineageOS/www/pull/11",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2420549436 | LTO9 Tape Drive fails to mount a successfully formatted LTO8 media
Describe the bug
mkltfs run has been run on LTO9 tape drive that has LTO8 Tape Media (000001L8) and runs successfully. There are output errors related to:
cannot get remaining capacity log page x17 failed
But it successfully wrote the index to partiti... | gharchive/issue | 2024-07-20T04:21:08 | 2025-04-01T06:37:10.050257 | {
"authors": [
"piste-jp",
"tonyperk"
],
"repo": "LinearTapeFileSystem/ltfs",
"url": "https://github.com/LinearTapeFileSystem/ltfs/issues/471",
"license": "bsd-3-clause",
"license_type": "permissive",
"license_source": "bigquery"
} |
1481121857 | 🛑 LinerlyBot (Discord) is down
In 60871c0, LinerlyBot (Discord) (https://linerlybot-discord.linerly.tk) was down:
HTTP code: 0
Response time: 0 ms
Resolved: LinerlyBot (Discord) is back up in 1d2321d.
| gharchive/issue | 2022-12-07T06:37:57 | 2025-04-01T06:37:10.053025 | {
"authors": [
"Linerly"
],
"repo": "Linerly/status",
"url": "https://github.com/Linerly/status/issues/3154",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1157995978 | 🛑 SearXNG is down
In c514d4b, SearXNG (https://searxng.linerly.repl.co) was down:
HTTP code: 0
Response time: 0 ms
Resolved: SearXNG is back up in 687594c.
| gharchive/issue | 2022-03-03T05:42:14 | 2025-04-01T06:37:10.055366 | {
"authors": [
"Linerly"
],
"repo": "Linerly/status",
"url": "https://github.com/Linerly/status/issues/412",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1841580440 | 🛑 Nextcloud is down
In 77d6985, Nextcloud (https://cloud.linerly.xyz) was down:
HTTP code: 0
Response time: 0 ms
Resolved: Nextcloud is back up in f36409e.
| gharchive/issue | 2023-08-08T15:54:55 | 2025-04-01T06:37:10.057953 | {
"authors": [
"Linerly"
],
"repo": "Linerly/status",
"url": "https://github.com/Linerly/status/issues/4586",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1160693024 | 🛑 Searx is down
In 92c705a, Searx (https://searx.linerly.repl.co) was down:
HTTP code: 0
Response time: 0 ms
Resolved: Searx is back up in 522f41a.
| gharchive/issue | 2022-03-06T19:20:26 | 2025-04-01T06:37:10.060533 | {
"authors": [
"Linerly"
],
"repo": "Linerly/status",
"url": "https://github.com/Linerly/status/issues/489",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2212953807 | 🛑 Immich is down
In bc77d37, Immich (https://media.linerly.xyz) was down:
HTTP code: 502
Response time: 1099 ms
Resolved: Immich is back up in d3d6367 after 21 minutes.
| gharchive/issue | 2024-03-28T11:12:46 | 2025-04-01T06:37:10.062872 | {
"authors": [
"Linerly"
],
"repo": "Linerly/status",
"url": "https://github.com/Linerly/status/issues/5694",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
540416090 | [installation failed]
Installation was failed when running npm run make_cmdline
here's part of the log:
18 verbose node v13.5.0
19 verbose npm v6.13.4
20 error code ELIFECYCLE
21 error errno 2
22 error wenyan-lang@ make_cmdline: `node ./tools/make_cmdline.js && pkg ./build/wenyan.js --out-path ./build`
22 error Exit... | gharchive/issue | 2019-12-19T16:19:33 | 2025-04-01T06:37:10.067613 | {
"authors": [
"LingDong-",
"chaomenghsuan"
],
"repo": "LingDong-/wenyan-lang",
"url": "https://github.com/LingDong-/wenyan-lang/issues/233",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1190458017 | The linear evaluation is very low
I have run your code and the linear evaluation accuracy is only 45.84%. When I set the "param.requires_grad =True" in line 44,49,54 of linear.py, the linear evalution accuracy of NTU60 view can reach 83.3%. However , the operation may be the fine-tuning operation that is described in... | gharchive/issue | 2022-04-02T01:45:10 | 2025-04-01T06:37:10.071601 | {
"authors": [
"2220666627",
"Xiangyue-Zhang",
"yanghhx"
],
"repo": "LinguoLi/CrosSCLR",
"url": "https://github.com/LinguoLi/CrosSCLR/issues/3",
"license": "BSD-2-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
1090809581 | Setup failed - Fugu14App.closure doesn't exist
So i get the error "The File Fugu14App.closure doesn't exist.
Here is a Screenshot of that.
Any idea How to fix that?
I have an Iphone 11 with IOS 14.3
AltStore 1.4.8
and tried to install Unc0ver 8.0.0
"
Try 8.0.1
Also, Fugu14 != unc0ver
Still the same problem
... | gharchive/issue | 2021-12-30T00:30:40 | 2025-04-01T06:37:10.090178 | {
"authors": [
"ByQuartz",
"Matteo02p",
"Smurf1987",
"UInt2048"
],
"repo": "LinusHenze/Fugu14",
"url": "https://github.com/LinusHenze/Fugu14/issues/219",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
354103284 | Error: undefined method `sdk_path_if_needed' for OS::Mac:Module
During installation got an issue below, please advise. Thanks.
==> Installing dependencies for node: python@2, icu4c
==> Installing node dependency: python@2
==> Downloading https://www.python.org/ftp/python/2.7.15/Python-2.7.15.tar.xz
Already downloaded... | gharchive/issue | 2018-08-26T15:24:36 | 2025-04-01T06:37:10.103345 | {
"authors": [
"kennethdave",
"sjackman"
],
"repo": "Linuxbrew/brew",
"url": "https://github.com/Linuxbrew/brew/issues/827",
"license": "bsd-2-clause",
"license_type": "permissive",
"license_source": "bigquery"
} |
331794284 | shims/super/cc: Use cc on Linux
Address the error
.../shims/linux/super/cc:440:in `exec': No such file or directory - clang (Errno::ENOENT)
See this failed Docker Hub build:
https://hub.docker.com/r/bcgsc/tigmint/builds/bd6bopkjfmbyn9q4bdacsgm/
Codecov Report
Merging #727 into master will decrease coverage by <.0... | gharchive/pull-request | 2018-06-12T23:58:05 | 2025-04-01T06:37:10.111400 | {
"authors": [
"codecov-io",
"sjackman"
],
"repo": "Linuxbrew/brew",
"url": "https://github.com/Linuxbrew/brew/pull/727",
"license": "bsd-2-clause",
"license_type": "permissive",
"license_source": "bigquery"
} |
589137120 | version-RFB-640.onnx issue
Hi
I've tried to use "version-RFB-640.onnx" model with "ultra_face_opencvdnn_inference.py" code but it gives me this error:
cv2.error: OpenCV(4.1.0) C:\projects\opencv-python\opencv\modules\dnn\src\layers\slice_layer.cpp:147: error: (-215:Assertion failed) requiredOutputs > 0 && inpShape[ax... | gharchive/issue | 2020-03-27T13:33:38 | 2025-04-01T06:37:10.114222 | {
"authors": [
"BehnazDibayee"
],
"repo": "Linzaer/Ultra-Light-Fast-Generic-Face-Detector-1MB",
"url": "https://github.com/Linzaer/Ultra-Light-Fast-Generic-Face-Detector-1MB/issues/172",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1249736290 | Deprecate agora-testlib
With #94, agora-testlib lost its place as storing all test-related functions. Currently, it only has few functions that are loosely related to testing itself; agora-testlib is good to go.
Hmmm, but shouldn't Specification be part of agora-testlib?
This is how I see the three coexisting:
ago... | gharchive/issue | 2022-05-26T15:42:52 | 2025-04-01T06:37:10.123992 | {
"authors": [
"SeungheonOh",
"emiflake"
],
"repo": "Liqwid-Labs/agora",
"url": "https://github.com/Liqwid-Labs/agora/issues/101",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1852608333 | Why didn't your model directly apply the mask with infinity and then apply the softmax function? Could you please explain the following code?
For stable training
max_att, _ = torch.max(attn, dim=-1, keepdim=True)
attn = attn - max_att
attn = attn.to(torch.float32).exp_() * attn_policy.to(torch.float32)
... | gharchive/issue | 2023-08-16T06:39:43 | 2025-04-01T06:37:10.162910 | {
"authors": [
"Little-Podi",
"jananithangavel"
],
"repo": "Little-Podi/GRM",
"url": "https://github.com/Little-Podi/GRM/issues/7",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
901784572 | Wrong donations amounts showing on person page
When a person gives to multiple funds in a single donation, the values reported on the donation summary list on the profile page are wrong.
Example: Total of $20 donated, split between two funds
Profile page shows two $20 donations. Show the value from fundDonations in... | gharchive/issue | 2021-05-26T05:19:20 | 2025-04-01T06:37:10.166053 | {
"authors": [
"jzongker",
"tec7z7"
],
"repo": "LiveChurchSolutions/ChumsApp",
"url": "https://github.com/LiveChurchSolutions/ChumsApp/issues/62",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
440601539 | Upgrade Jetty
We're still using Jetty 9.4.10 while the current version is already 9.4.18.
There's at least one breaking change in 9.4.17:
3464 Split SslContextFactory into Client and Server
which blows up my current project for another dependency in my fat jar includes a 9.4.18 jetty leading to a NoClassDefFoundE... | gharchive/issue | 2019-05-06T08:54:00 | 2025-04-01T06:37:10.179224 | {
"authors": [
"black-snow"
],
"repo": "LivePersonInc/dropwizard-websockets",
"url": "https://github.com/LivePersonInc/dropwizard-websockets/issues/26",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1265735461 | 🛑 invest is down
In de80236, invest (https://blog-pos-17/) was down:
HTTP code: 0
Response time: 0 ms
Resolved: invest is back up in bf64fbf.
| gharchive/issue | 2022-06-09T07:48:46 | 2025-04-01T06:37:10.202605 | {
"authors": [
"LloydGain"
],
"repo": "LloydGain/UppTIME",
"url": "https://github.com/LloydGain/UppTIME/issues/160",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2175205599 | 游戏内切换语言后重进游戏闪退
在提问之前...
[X] 我理解 Issue 是用于反馈和解决问题的,而非吐槽评论区,将尽可能提供更多信息帮助问题解决
[X] 我填写了简短且清晰明确的标题,以便开发者在翻阅 issue 列表时能快速确定大致问题。而不是“一个建议”、“卡住了”等
[X] 我已查看最新测试版本的更新内容,并未提及该 bug 已被修复的情况
问题描述
用工具箱再次尝试时自动安装显示游戏正在运行中无法汉化,手动安装未生效,将工具箱和游戏卸载重装都未解决该问题
日志文件
[
Log-20240307.log
Log-20240308.log
](url)
截图
还有别的吗?
No response
补丁删除后再用... | gharchive/issue | 2024-03-08T03:26:35 | 2025-04-01T06:37:10.224329 | {
"authors": [
"VainGloryFive",
"ZengXiaoPi"
],
"repo": "LocalizeLimbusCompany/LLC_MOD_Toolbox",
"url": "https://github.com/LocalizeLimbusCompany/LLC_MOD_Toolbox/issues/45",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2563206535 | 启动器打开后几秒自动闪退 按照提供的解决办法自己写的游戏启动路径还是不行
在提问之前...
[X] 我理解 Issue 是用于反馈和解决问题的,而非吐槽评论区,将尽可能提供更多信息帮助问题解决
[X] 我填写了简短且清晰明确的标题,以便开发者在翻阅 issue 列表时能快速确定大致问题。而不是“一个建议”、“卡住了”等
[X] 我已查看最新测试版本的更新内容,并未提及该 bug 已被修复的情况
问题描述
从官网提供的那个Onedrive下载地址下载的启动器 启动几秒就自动闪退了 删了重新安装 自己写游戏启动路径啥都不行
另一个GitHub下载路径 解压出来里面没exe文件 只有俩后缀为csproj和sln的文件(... | gharchive/issue | 2024-10-03T06:11:53 | 2025-04-01T06:37:10.238229 | {
"authors": [
"N071",
"ZengXiaoPi",
"qingfeng6897"
],
"repo": "LocalizeLimbusCompany/LLC_MOD_Toolbox",
"url": "https://github.com/LocalizeLimbusCompany/LLC_MOD_Toolbox/issues/74",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
256542952 | How to handle inline images
Currently inline images are igored with an error. Is this how it should be gererally handled? Maybe just setting the image height to \lineheight might work, for example in https://de.wikibooks.org/wiki/Mathe_für_Nicht-Freaks:_Intervall.
Yes, it is a bug to output an error. Some of the in... | gharchive/issue | 2017-09-10T21:49:06 | 2025-04-01T06:37:10.243883 | {
"authors": [
"kulla",
"vroland"
],
"repo": "Lodifice/mfnf-pdf-export",
"url": "https://github.com/Lodifice/mfnf-pdf-export/issues/41",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
171635827 | Manual SAN?
Would it be possible to specify a list of comma separated SANs via a command line argument like manualhost instead of interactively typing?
e.g. letsencrypt -- manualsan a.example.com,b.example.com
The existing --san seems to just be a boolean triggering the interactive question
This would be amazing...... | gharchive/issue | 2016-08-17T11:33:35 | 2025-04-01T06:37:10.293097 | {
"authors": [
"LBegnaud",
"WouterTinus",
"garyrowswell",
"gdau"
],
"repo": "Lone-Coder/letsencrypt-win-simple",
"url": "https://github.com/Lone-Coder/letsencrypt-win-simple/issues/279",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
1434751818 | 🛑 jpvir is down
In 296b3a5, jpvir ($JPVIR) was down:
HTTP code: 0
Response time: 0 ms
Resolved: jpvir is back up in fa3981e.
| gharchive/issue | 2022-11-03T14:24:45 | 2025-04-01T06:37:10.317504 | {
"authors": [
"LonelyJupiter"
],
"repo": "LonelyJupiter/UPPTIME",
"url": "https://github.com/LonelyJupiter/UPPTIME/issues/1113",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2297994203 | BME-126 Redoing several GUI elements to work better with 1.20.1
1.20.1 changed a lot of the ways Minecraft handled its GUI. This initially broke our GUI background frames for all three of our configuration GUIs. This PR fixes those backgrounds, and also a bit more.
One of the changes 1.20.1 made was introducing the G... | gharchive/pull-request | 2024-05-15T13:49:18 | 2025-04-01T06:37:10.335388 | {
"authors": [
"LordFokas",
"maddie-j"
],
"repo": "LordFokas/BlazeMap",
"url": "https://github.com/LordFokas/BlazeMap/pull/46",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1154093608 | 🛑 Pog Bot is down
In 2d86d75, Pog Bot ($BOT_PING_URL) was down:
HTTP code: 0
Response time: 0 ms
Resolved: Pog Bot is back up in cff52e6.
| gharchive/issue | 2022-02-28T13:27:57 | 2025-04-01T06:37:10.338810 | {
"authors": [
"LordRonz"
],
"repo": "LordRonz/status",
"url": "https://github.com/LordRonz/status/issues/212",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1801515425 | 🛑 Link Shortener is down
In c5cd486, Link Shortener (https://lr-link.vercel.app) was down:
HTTP code: 504
Response time: 10976 ms
Resolved: Link Shortener is back up in 3edc55e.
| gharchive/issue | 2023-07-12T18:10:12 | 2025-04-01T06:37:10.341216 | {
"authors": [
"LordRonz"
],
"repo": "LordRonz/status",
"url": "https://github.com/LordRonz/status/issues/3514",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1195597141 | 🛑 Ronz Amogus Bot Documentation is down
In 9b894ab, Ronz Amogus Bot Documentation (https://ronz-amogus.vercel.app) was down:
HTTP code: 0
Response time: 0 ms
Resolved: Ronz Amogus Bot Documentation is back up in 914371b.
| gharchive/issue | 2022-04-07T06:52:41 | 2025-04-01T06:37:10.343869 | {
"authors": [
"LordRonz"
],
"repo": "LordRonz/status",
"url": "https://github.com/LordRonz/status/issues/784",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
711944232 | Missing release models.
It seems as though the models to be downloaded by download_weights.py are not in the project releases. Note ESRGAN_PSNR_X4.pth is available elsewhere online but I can't seem to find a copy of ESRGAN_RRDB_X4.pth anywhere.
Would you be able to publish those releases?
Thank you!
soon.....
@tr... | gharchive/issue | 2020-09-30T13:24:39 | 2025-04-01T06:37:10.353936 | {
"authors": [
"Lornatang",
"trevor403"
],
"repo": "Lornatang/ESRGAN-PyTorch",
"url": "https://github.com/Lornatang/ESRGAN-PyTorch/issues/1",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1767525305 | Test 2
#1
Bitte genauer ausführen
Nein
| gharchive/issue | 2023-06-21T12:44:54 | 2025-04-01T06:37:10.388919 | {
"authors": [
"LouisBernerDE"
],
"repo": "LouisBernerDE/hallo-github-dies-ist-ein-test",
"url": "https://github.com/LouisBernerDE/hallo-github-dies-ist-ein-test/issues/2",
"license": "CC0-1.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1084224882 | 🛑 Casta is down
In 9e27965, Casta (https://casta.com) was down:
HTTP code: 0
Response time: 0 ms
Resolved: Casta is back up in 7ff03db.
| gharchive/issue | 2021-12-19T23:53:03 | 2025-04-01T06:37:10.402414 | {
"authors": [
"LucaRosaldi"
],
"repo": "LucaRosaldi/p1-uptime-robot",
"url": "https://github.com/LucaRosaldi/p1-uptime-robot/issues/33",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2462683622 | Although the CachedResolver was detected, ArGetResolver did not use the CachedResolver. houdini 20.5.278 +py3.10
ArGetResolver(): Found primary asset resolver types: [CachedResolver, ArDefaultResolver]
**ArGetResolver(): Using default asset resolver ArDefaultResolver for primary resolver**
ArGetResolver(): Found URI ... | gharchive/issue | 2024-08-13T08:05:37 | 2025-04-01T06:37:10.416398 | {
"authors": [
"ACE199704",
"LucaScheller",
"Xelt"
],
"repo": "LucaScheller/VFX-UsdAssetResolver",
"url": "https://github.com/LucaScheller/VFX-UsdAssetResolver/issues/14",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
714284788 | Feature: Halloween Bot Scare
Feature Request
Is your feature request related to a problem? Please describe.
The bot reacts to the command boo!booh and joins your current voice channel and plays randomly a sound to scare you and your companions in the channel. A real laughter for everyone who is present in the channel... | gharchive/issue | 2020-10-04T10:35:33 | 2025-04-01T06:37:10.423476 | {
"authors": [
"LucasCtrl",
"dragonDScript",
"illusi0nary"
],
"repo": "LucasCtrl/spookyBot",
"url": "https://github.com/LucasCtrl/spookyBot/issues/30",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1126452292 | Compatibility check to js-controller 4.0
Dear Adapter developer,
with js-controller 4.0 object definitions are now also checked that min/max in only provided for number/mixed objects and that the type of the default value matches to the object type.
If something is not correct this is logged as 'warning' or 'info' lo... | gharchive/issue | 2022-02-07T20:17:16 | 2025-04-01T06:37:10.458397 | {
"authors": [
"Lucky-ESA",
"ioBrokerChecker"
],
"repo": "Lucky-ESA/iobroker.fritzboxdect",
"url": "https://github.com/Lucky-ESA/iobroker.fritzboxdect/issues/2",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
962408491 | 🛑 Woolworths Team Bank is down
In bf078b5, Woolworths Team Bank (https://online.woolworthsteambank.com.au/OpenBanking/cds-au/v1/banking/products) was down:
HTTP code: 500
Response time: 992 ms
Resolved: Woolworths Team Bank is back up in b0bf808.
| gharchive/issue | 2021-08-06T05:23:45 | 2025-04-01T06:37:10.536078 | {
"authors": [
"LukePrior"
],
"repo": "LukePrior/OpenBankingUptime",
"url": "https://github.com/LukePrior/OpenBankingUptime/issues/25",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1107238595 | 🛑 Greater Bank is down
In 2fbcbc7, Greater Bank (https://public.cdr-api.greater.com.au/cds-au/v1/banking/products) was down:
HTTP code: 403
Response time: 760 ms
Resolved: Greater Bank is back up in d6cafd8.
| gharchive/issue | 2022-01-18T18:37:32 | 2025-04-01T06:37:10.538567 | {
"authors": [
"LukePrior"
],
"repo": "LukePrior/OpenBankingUptime",
"url": "https://github.com/LukePrior/OpenBankingUptime/issues/3036",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1051257228 | 🛑 Beyond Bank Australia is down
In 90254c6, Beyond Bank Australia (https://public.cdr.api.beyondbank.com.au/cds-au/v1/banking/products) was down:
HTTP code: 504
Response time: 29772 ms
Resolved: Beyond Bank Australia is back up in fcb6653.
| gharchive/issue | 2021-11-11T18:37:57 | 2025-04-01T06:37:10.541232 | {
"authors": [
"LukePrior"
],
"repo": "LukePrior/OpenBankingUptime",
"url": "https://github.com/LukePrior/OpenBankingUptime/issues/882",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1787162131 | Canberra,ACT is in listed-suburbs but not all-suburbs
Caused by adding all the new suburbs from the announced-dates.
The DB only has
015 = {str} 'Canberra Airport'
016 = {str} 'Canberra Central'
Which matches the all-suburbs list
I think we have "solved" this by ignoring the announced "Canberra".
Canberra Central... | gharchive/issue | 2023-07-04T05:14:51 | 2025-04-01T06:37:10.543715 | {
"authors": [
"lyricnz"
],
"repo": "LukePrior/nbn-upgrade-map",
"url": "https://github.com/LukePrior/nbn-upgrade-map/issues/152",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
836889801 | Suggestion: to make a tag for 5-min recipes and for beginners as well
Hey Luke,
Big fan of the project, having this would help more people and people who are learning to cook as well
The quick tag pretty much achieves what you want.
| gharchive/issue | 2021-03-20T19:13:14 | 2025-04-01T06:37:10.550990 | {
"authors": [
"alok1929",
"notthewave"
],
"repo": "LukeSmithxyz/based.cooking",
"url": "https://github.com/LukeSmithxyz/based.cooking/issues/298",
"license": "Unlicense",
"license_type": "permissive",
"license_source": "github-api"
} |
2490676482 | Nextcloud guide no longer works
It says that you need php version less than 8.2. Current debian 12 php version is 8.2.20. Please update the guide.
Where does the article says it needs php version less than 8.2? I have re-read it and couldn't find it. Could you please point me to it?
| gharchive/issue | 2024-08-28T01:27:10 | 2025-04-01T06:37:10.554238 | {
"authors": [
"IlyaasK",
"livreware"
],
"repo": "LukeSmithxyz/landchad",
"url": "https://github.com/LukeSmithxyz/landchad/issues/311",
"license": "Unlicense",
"license_type": "permissive",
"license_source": "github-api"
} |
1894591983 | Permit annotations to be written when trimming is activated
Problem
Full captures contain annotations, but trimmed ones do not. This is happening because:
Annotation code only runs if capture_mode_ == kModeWrite
Annotation code runs before trimming is activated, at which point capture_mode_ == kModeTrack
Solution
P... | gharchive/pull-request | 2023-09-13T13:55:25 | 2025-04-01T06:37:10.588303 | {
"authors": [
"andrew-lunarg",
"bradgrantham-lunarg",
"ci-tester-lunarg",
"rurra-amd"
],
"repo": "LunarG/gfxreconstruct",
"url": "https://github.com/LunarG/gfxreconstruct/pull/1253",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
822965635 | Add arm and arm64 build targets
This enables cross compiling for arm architectures using cmake.
This is useful for driver development and application testing on arm linux platforms!
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License ... | gharchive/pull-request | 2021-03-05T10:41:55 | 2025-04-01T06:37:10.590837 | {
"authors": [
"CLAassistant",
"tomped01"
],
"repo": "LunarG/gfxreconstruct",
"url": "https://github.com/LunarG/gfxreconstruct/pull/517",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
551042134 | Node throws SyntaxError: Unexpected token '.' for npm package css
I've installed starability and required it in my app.js file, and when I try to run the app, it breaks with this syntax error:
node_modules\starability\starability-css\starability-all.css:1
.starability-result {
^
SyntaxError: Unexpected token '.'
Du... | gharchive/issue | 2020-01-16T20:40:24 | 2025-04-01T06:37:10.592960 | {
"authors": [
"rmgreenstreet",
"szynszyliszys"
],
"repo": "LunarLogic/starability",
"url": "https://github.com/LunarLogic/starability/issues/36",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
2754557387 | Size of Stars
The stars size should be customizable as it have only one size
You can customize it here:
https://github.com/LunarLogic/starability/blob/4835334e8560fd622e4e43617a14625a37f867a5/starability-scss/_variables.scss#L2
In case you cannot compile scans, consider overwrite the size in additional css.
| gharchive/issue | 2024-12-22T08:53:20 | 2025-04-01T06:37:10.594339 | {
"authors": [
"basteyy",
"kirtii5"
],
"repo": "LunarLogic/starability",
"url": "https://github.com/LunarLogic/starability/issues/49",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
234345635 | Please specify the license for this code
We're using this plugin for Apache Airflow and I need to know whether the license is compatible. Please let Github know what license this project is under. Usually people add a LICENSE.md file to their repo.
Thanks for this helpful plugin, this has served us well!
ok if I un... | gharchive/issue | 2017-06-07T21:17:25 | 2025-04-01T06:37:10.601493 | {
"authors": [
"Lwangaman",
"mistercrunch"
],
"repo": "Lwangaman/jQuery-Clock-Plugin",
"url": "https://github.com/Lwangaman/jQuery-Clock-Plugin/issues/12",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.