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
360702248
Update README to use current version The current released version says it's in 4.0.1 so I just updated the version in the installation. Pull Request Test Coverage Report for Build 244 0 of 0 changed or added relevant lines in 0 files are covered. No unchanged relevant lines lost coverage. Overall coverage remain...
gharchive/pull-request
2018-09-17T01:51:33
2025-04-01T06:38:22.850436
{ "authors": [ "corroded", "coveralls", "devinus" ], "repo": "devinus/poison", "url": "https://github.com/devinus/poison/pull/178", "license": "0BSD", "license_type": "permissive", "license_source": "github-api" }
1362907135
zu1k's docker image got removed the docker image is gone. i see your app is running fine. would you help to restore or provide the exported .tar file of that image? How can I help with that? found the release here. Should I/you close this issue or is there anything to be done? It's alive again now.
gharchive/issue
2022-09-06T08:32:39
2025-04-01T06:38:22.870318
{ "authors": [ "James4Ever0", "JounQin" ], "repo": "devockr/deeplx", "url": "https://github.com/devockr/deeplx/issues/3", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
459904092
Enable h2-console for debug purposes I have tricked sec config to make h2-console work. Thank you for your submission, we really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.You have signed the CLA already but the statu...
gharchive/pull-request
2019-06-24T13:51:09
2025-04-01T06:38:22.872630
{ "authors": [ "CLAassistant", "hohwille", "maciejmalecki" ], "repo": "devonfw-forge/keywi", "url": "https://github.com/devonfw-forge/keywi/pull/19", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
951853867
Update 정상동기.md 각 챌린지 미션을 완료 할때 마다 PR을 생성해 주세요. 팀이름 팀이름, 자신의 GitHub ID를 남겨주세요. 팀 이름: 정상동기 GitHub ID: justinyoo 완료된 챌린지 완료된 챌린지의 내용을 선택 한 후, 해당 정보를 알려주시면 됩니다. [x] 애저 정적 웹 앱 챌린지 완료 [ ] 깃헙 액션 챌린지 완료 [ ] 소셜미디어 인증샷 챌린지 완료 [ ] 애저 정적 웹 앱 리포지토리 제출 챌린지 완료 [ ] 애저 정적 웹 앱 URL 제출 챌린지 완료 [ ] 블로그 후기 URL 제출 챌린지 완료 /aswas...
gharchive/pull-request
2021-07-23T19:47:12
2025-04-01T06:38:22.923058
{ "authors": [ "justinyoo" ], "repo": "devrel-kr/HackaLearn", "url": "https://github.com/devrel-kr/HackaLearn/pull/17", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1509939780
Bug: Paradise lost is breaking some leaf textures from other mods due to christmas ornaments. What happened? A bug happened! To replicate: Install paradise lost & BYG (Or any mod that adds leaves) Some leaves will not have textures. Mod Version Beta 1.6.9 1.18.2 Fabric API Version 0.67.0 Relevant log output https:/...
gharchive/issue
2022-12-24T04:45:22
2025-04-01T06:38:22.929422
{ "authors": [ "FluffyBumblebees", "Frontear", "MBatt1", "aeaver" ], "repo": "devs-immortal/Paradise-Lost", "url": "https://github.com/devs-immortal/Paradise-Lost/issues/748", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2521668429
修复无法杀死自定义容器的问题 修复 https://github.com/devsapp/fc3/issues/15 最好签署一下 DCO 已签
gharchive/pull-request
2024-09-12T08:09:47
2025-04-01T06:38:22.931492
{ "authors": [ "ghostoy" ], "repo": "devsapp/fc3", "url": "https://github.com/devsapp/fc3/pull/16", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2600452483
chore: restructure into a monorepo using pnpm Description Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change. Fixes # (issue) Type of change [ ] Bug fix (non-breaking change which fixes an issue...
gharchive/pull-request
2024-10-20T13:20:10
2025-04-01T06:38:22.944183
{ "authors": [ "Elessar1802", "eshankvaish" ], "repo": "devtron-labs/dashboard", "url": "https://github.com/devtron-labs/dashboard/pull/2140", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
204813617
ERROR in BusyModule is not an NgModule I get this error when I import BusyModule. Or this library only works on Angular 2.0.0? "dependencies": { "@angular/common": "^2.3.1", "@angular/compiler": "^2.3.1", "@angular/core": "^2.3.1", "@angular/forms": "^2.3.1", "@angular/http": "^2.3.1", "@angular/platform-browser": "^...
gharchive/issue
2017-02-02T08:50:30
2025-04-01T06:38:22.972444
{ "authors": [ "GuiFSimoes", "M4NC1O", "Niraj-Sharma", "PatilPritam", "SerhiiTsybulskyi", "SimoneMSR", "Trenrod", "arianul", "bashoogzaad", "bgaillard", "calvingferrando18", "chintharr", "danilocubo", "devyumao", "dinusuresh", "emidel", "flexkiran", ...
300583569
Dexie is sometimes hard to debug because of missing context in error event object I'm using window.addEventListener('unhandledrejection', callback) for global error handling of Dexie.js. My Problem is I often find myself in a situation where it's hard to debug my code because the error event object does not give enou...
gharchive/issue
2018-02-27T10:59:19
2025-04-01T06:38:23.008840
{ "authors": [ "dasboe", "dfahlander" ], "repo": "dfahlander/Dexie.js", "url": "https://github.com/dfahlander/Dexie.js/issues/669", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
59360487
parameters information (wcbench) Hi Daniel, I'd like to find out more about "cbench_max, cbench_min, cbench_avg, one_min_load, five_min_load, fifteen_min_load" parameters? What are exactly this parameters? How are they calculated?? Thanks :) With these parameters: I don't understand these values: and the average...
gharchive/issue
2015-02-28T21:56:48
2025-04-01T06:38:23.015746
{ "authors": [ "dfarrell07", "stefanoperone" ], "repo": "dfarrell07/wcbench", "url": "https://github.com/dfarrell07/wcbench/issues/59", "license": "bsd-2-clause", "license_type": "permissive", "license_source": "bigquery" }
105075444
MEF exports with IODataEndpoint or IODataEndpointData must support Version information Currently MEF endpoints that are loaded via the IODataEndpoint interface do not specify their version. When using these endpoints more intensively it will become difficult to manage or detect their versions. Therefore it is suggest...
gharchive/issue
2015-09-06T06:43:57
2025-04-01T06:38:23.020079
{ "authors": [ "dfch", "rufer7" ], "repo": "dfch/biz.dfch.CS.System.Utilities", "url": "https://github.com/dfch/biz.dfch.CS.System.Utilities/issues/9", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
1195292529
not saving correctly this is the part of my script that exports the data to excel foreach($tedserver in $tedservers) { $kbtenables | Where-Object {$.'dns name' -match $tedserver} | Export-Excel -Path 'D:\Powershell Scripts\Data\WindowsUpdates\Tenable.xlsx' -WorksheetName Ted-KB -Append -AutoSize $othertenables | Wher...
gharchive/issue
2022-04-06T23:13:43
2025-04-01T06:38:23.045501
{ "authors": [ "computechrr", "dfinke" ], "repo": "dfinke/ImportExcel", "url": "https://github.com/dfinke/ImportExcel/issues/1155", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
1057403239
Draft: Galactic-Devel (Help wanted) Hi there, I have started porting this package to ROS2 galactic a while ago. It was a lot of effort so far and there is still heaps to do. I wanted to get further in the development before opening a PR but because of the lack of time I am guessing it would be easiest to all work tog...
gharchive/pull-request
2021-11-18T14:11:35
2025-04-01T06:38:23.054768
{ "authors": [ "mintar", "relffok" ], "repo": "dfki-ric/mir_robot", "url": "https://github.com/dfki-ric/mir_robot/pull/96", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
109582530
Migrate the FromRequest things into a sub-package with some more flexible features The original ParseFromRequest method was just a helper I inserted based on how I was using this library. It is useful as an example, but far more specific than I'm comfortable with for this library. It's also hard to change it's behav...
gharchive/issue
2015-10-02T22:29:01
2025-04-01T06:38:23.401773
{ "authors": [ "dgrijalva" ], "repo": "dgrijalva/jwt-go", "url": "https://github.com/dgrijalva/jwt-go/issues/90", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1121552977
touch.rb:54: Add support for search over multiple branches (.locations) The puzzle 567-859269e5 from #567 has to be resolved: https://github.com/dgroup/lazylead/blob/cab193ac3d5bedcf8f8c6ad487e898fc03f5d864/lib/lazylead/task/svn/touch.rb#L54-L54 The puzzle was created by rultor on 02-Feb-22. role: DEV. If you have an...
gharchive/issue
2022-02-02T06:15:03
2025-04-01T06:38:23.404645
{ "authors": [ "0pdd" ], "repo": "dgroup/lazylead", "url": "https://github.com/dgroup/lazylead/issues/574", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2289612737
Start DaprPlacementContainer automatically when DaprContainer is started Currently, DaprPlacementContainer and DaprContainer should be started manually. This commit adds DaprPlacementContainer as a dependency when DaprContainer is started. /cc @ThomasVitale This is great! Thanks a lot @eddumelendez!
gharchive/pull-request
2024-05-10T12:09:55
2025-04-01T06:38:23.525196
{ "authors": [ "ThomasVitale", "eddumelendez" ], "repo": "diagridio/testcontainers-dapr", "url": "https://github.com/diagridio/testcontainers-dapr/pull/45", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
343889493
How to handle list/carousel selection events ? I have made a carousel following this example, link How can I handle the selection event for this ? Hi, Your link does not work for me. I got it to work for me on a project i did earlier using actions_intent_OPTION as an EVENT TRIGGER on a followup intent to the intent...
gharchive/issue
2018-07-24T05:27:55
2025-04-01T06:38:23.528645
{ "authors": [ "karanvs", "matthewayne", "sarahdwyer", "syedatifakhtar" ], "repo": "dialogflow/dialogflow-fulfillment-nodejs", "url": "https://github.com/dialogflow/dialogflow-fulfillment-nodejs/issues/105", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery...
325802810
SSL error when trying to run example Environment details OS: Windows 10 Node.js version: 10.1.0 npm version: 5.0.3 dialogflow version: 0.4.0 Steps to reproduce Follow the QuickStart steps on https://github.com/dialogflow/dialogflow-nodejs-client-v2 Create a file using the code on https://github.com/dialogflow/dial...
gharchive/issue
2018-05-23T17:27:11
2025-04-01T06:38:23.536376
{ "authors": [ "JustinBeckwith", "mephicide", "pbragaalves" ], "repo": "dialogflow/dialogflow-nodejs-client-v2", "url": "https://github.com/dialogflow/dialogflow-nodejs-client-v2/issues/89", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1268229895
Fix rethrowing errors 🎁 reject was not defined here 😄. I could use return Promise.reject(e) but opted for simpler throw.
gharchive/pull-request
2022-06-11T10:29:29
2025-04-01T06:38:23.538874
{ "authors": [ "wokalski" ], "repo": "dialohq/inline-test-ppx", "url": "https://github.com/dialohq/inline-test-ppx/pull/9", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1823189480
feat(avatar): extract initials from full name Feat (Avatar): Extract initials from full name :hammer_and_wrench: Type Of Change [ ] Fix [x] Feature [ ] Refactoring [ ] Documentation :book: Description Refactored Avatar to remove slot based usage in favor of prop based Added iconSize property to be able to resize t...
gharchive/pull-request
2023-07-26T21:18:47
2025-04-01T06:38:23.546150
{ "authors": [ "juliodialpad" ], "repo": "dialpad/dialtone-vue", "url": "https://github.com/dialpad/dialtone-vue/pull/1102", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1817308060
Separate static checks from pytest I want to separate the static code checks (black, mypy, ruff) so that they don't run as part of pytest. Instead they should run either as part of pre-commit, or as their own standalone tox environments. We only need to run these checks once, not for every Python version as we do wit...
gharchive/issue
2023-07-23T21:51:22
2025-04-01T06:38:23.572584
{ "authors": [ "diazona" ], "repo": "diazona/setuptools-pyproject-migration", "url": "https://github.com/diazona/setuptools-pyproject-migration/issues/39", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
212606758
Can't logout npm logout Results in 13:48:16 Fennec@VERGIL testpublish: npm logout npm ERR! Darwin 15.6.0 npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "logout" npm ERR! node v6.9.1 npm ERR! npm v3.10.2 npm ERR! code E404 npm ERR! 404 Not found : -/user/token/191c8da2-07c5-43de-ac98-c8704cd915cd npm ERR!...
gharchive/issue
2017-03-08T00:59:07
2025-04-01T06:38:23.580754
{ "authors": [ "Roam-Cooper", "dickeyxxx" ], "repo": "dickeyxxx/npm-register", "url": "https://github.com/dickeyxxx/npm-register/issues/69", "license": "isc", "license_type": "permissive", "license_source": "bigquery" }
2330400434
Suffix v1/chat/completions added to custom server endpoint Plugin Version 1.0.0-231 Actual Behaviour I use a custom endpoint in the server settings https://ete-openai-experiments.openai.azure.com/openai/deployments/gpt-4/chat/completions?api-version=2024-02-15-preview and this worked fine until the latest version o...
gharchive/issue
2024-06-03T07:37:15
2025-04-01T06:38:23.593478
{ "authors": [ "didalgolab", "pgebert" ], "repo": "didalgolab/chatgpt-intellij-plugin", "url": "https://github.com/didalgolab/chatgpt-intellij-plugin/issues/24", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1385565108
iOS、web端为什么没有弱网模拟 想全面推进团队使用DoKit 但是不知道为什么只有Android端有弱网模拟,iOS和web没有是因为技术问题吗? Android 和iOS都是支持弱网模拟的,如果没有找到升级最新版本试试。
gharchive/issue
2022-09-26T07:23:58
2025-04-01T06:38:23.594904
{ "authors": [ "RealOnlyone", "protectedMan" ], "repo": "didi/DoKit", "url": "https://github.com/didi/DoKit/issues/1079", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
357609588
Feat locale Please make sure these boxes are checked before submitting your PR, thank you! [x] Make sure you follow DiDi's contributing guide. [x] Make sure you are merging your commits to dev branch. [x] Add some descriptions and refer relative issues for you PR. Codecov Report Merging #302 into dev will decrea...
gharchive/pull-request
2018-09-06T11:18:37
2025-04-01T06:38:23.611190
{ "authors": [ "TravisBuddy", "codecov-io", "theniceangel" ], "repo": "didi/cube-ui", "url": "https://github.com/didi/cube-ui/pull/302", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
848717858
[language] remove unused diem-types dependency from disassembler This removes the (unused) diem-types dependency from crate disassembler. /land @bmwill :exclamation: Unable to run the provided command on a closed PR /land @vgao1996 :exclamation: Unable to run the provided command on a closed PR Unable to r...
gharchive/pull-request
2021-04-01T19:08:23
2025-04-01T06:38:23.623557
{ "authors": [ "bmwill", "bors-libra", "vgao1996" ], "repo": "diem/diem", "url": "https://github.com/diem/diem/pull/8114", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
443408258
afd-blocker blockiert afd.de nicht Geht mal so gar nicht [Witzig] schwach Fixed in #21
gharchive/issue
2019-05-13T13:47:12
2025-04-01T06:38:23.625288
{ "authors": [ "KennyTV", "RaisingAgent", "dieparteidiepartei", "fzakfeld" ], "repo": "dieparteidiepartei/afd-blocker-plugin", "url": "https://github.com/dieparteidiepartei/afd-blocker-plugin/issues/8", "license": "ISC", "license_type": "permissive", "license_source": "github-api" }
241437938
Support for order by random() Setup Versions Rust: 1.18 Diesel: 0.14.0 Database: SQLite Operating System Windows Feature Flags diesel: sqlite diesel_codegen: sqlite Problem Description There is no way to randomly sort the results of a select statement. What are you trying to accomplish? Returning a random subset ...
gharchive/issue
2017-07-08T09:11:43
2025-04-01T06:38:23.633065
{ "authors": [ "Thomasdezeeuw", "agersant", "sgrif", "tingfeng-key", "weiznich" ], "repo": "diesel-rs/diesel", "url": "https://github.com/diesel-rs/diesel/issues/1007", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
557964729
Opprette spdx:algorithm #52 "Range: spdx:checksumAlgorithm_sha1 Cardinality: 1..1 This property identifies the algorithm used to produce the subject Checksum. Currently, SHA-1 is the only supported algorithm. It is anticipated that other algorithms will be supported at a later time." Gjelder versjon 1.1
gharchive/issue
2020-01-31T07:35:37
2025-04-01T06:38:23.675137
{ "authors": [ "Elianne", "oystein-asnes" ], "repo": "difi/dcat-ap-no", "url": "https://github.com/difi/dcat-ap-no/issues/120", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2450126212
feat: add "all organisations" to global menu When the option "all organisations" in party dropdown (situated left for filters) is chosen, this is not reflected in the global menu (cf. picture). It is also not possible to choose "all organisations" from the global menu. Missing design? Legges på is inntil detaljer...
gharchive/issue
2024-08-06T07:12:33
2025-04-01T06:38:23.681151
{ "authors": [ "seanes" ], "repo": "digdir/dialogporten-frontend", "url": "https://github.com/digdir/dialogporten-frontend/issues/921", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2726991797
Question: Only sending specific errors to Sentry Hello, We have a module that collects and deals with lots of personal information (including payment data). For our staging site, all data is obfuscated or test data, so there's no issue in sending every error to Sentry. However, for the production site, we would only ...
gharchive/issue
2024-12-09T13:01:15
2025-04-01T06:38:23.698092
{ "authors": [ "lukew-cogapp", "martinleveille" ], "repo": "diginov/craft-sentry-logger", "url": "https://github.com/diginov/craft-sentry-logger/issues/15", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1057360894
Use IIIF terminology For the training it is useful if things are referred to as canvas and manifest etc. This might be at odds to making the tool universally accessible especially to those that are less familiar with IIIF but for the training its useful if the terms mentioned in the tool are the ones we've already ta...
gharchive/issue
2021-11-18T13:30:51
2025-04-01T06:38:23.703255
{ "authors": [ "glenrobson", "jpadfield", "stephenwf", "tomcrane" ], "repo": "digirati-co-uk/iiif-manifest-editor", "url": "https://github.com/digirati-co-uk/iiif-manifest-editor/issues/24", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2073394286
Update the game over message Update the game over message so people know how to play again! done!
gharchive/pull-request
2024-01-10T00:45:09
2025-04-01T06:38:23.704238
{ "authors": [ "digiserf01" ], "repo": "digiserf01/srp", "url": "https://github.com/digiserf01/srp/pull/1", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
621069343
Add google analytics tag @bame-da asked me to do this thanks @anthonylusardi-da for the help! Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.You have signed the CLA already but the...
gharchive/pull-request
2020-05-19T15:22:25
2025-04-01T06:38:23.706498
{ "authors": [ "andreolf-da", "digitalasset-cla" ], "repo": "digital-asset/daml-cheat-sheet", "url": "https://github.com/digital-asset/daml-cheat-sheet/pull/9", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
132651152
Edit package.json config Hi. Can you change the main file in package.json from grunfile.js to src/jquery.maskedinput.js. It needs to built bundle using webpack. :+1: It would be useful if we can build a bundle using the webpack. Please fix this. Anyone hoping to use this with a module bundler is out of luck. In...
gharchive/issue
2016-02-10T09:49:21
2025-04-01T06:38:23.750955
{ "authors": [ "Forshortmrmeth", "jonscottclark", "maximal" ], "repo": "digitalBush/jquery.maskedinput", "url": "https://github.com/digitalBush/jquery.maskedinput/issues/351", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1120351458
Updated spacing to match designs There were a couple of spacing issues that have been fixed to match the original designs. Adobe XD Designs - https://xd.adobe.com/view/6f1463ae-cefd-4b5e-8641-474ab7880353-3a47 Before After Which screens, while not matching the designs, I'm not sure the imple...
gharchive/pull-request
2022-02-01T08:07:22
2025-04-01T06:38:23.780453
{ "authors": [ "bmuramatsu", "sethduffin" ], "repo": "digitalcredentials/learner-credential-wallet", "url": "https://github.com/digitalcredentials/learner-credential-wallet/pull/120", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2334979460
feat: Required logos added in the supported by section Pull Request Details Description Rwquired logos added in the supported by section Fixes #989 solved Type of PR [x] Bug fix [x] Feature enhancement [ ] Documentation update [ ] Refactoring [ ] Other (specify): _______________ Summary [Summarize the changes made ...
gharchive/pull-request
2024-06-05T06:04:37
2025-04-01T06:38:23.802328
{ "authors": [ "RamakrushnaBiswal" ], "repo": "digitomize/digitomize", "url": "https://github.com/digitomize/digitomize/pull/1011", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
283309407
Merge commcare hq deploy Sorry for the long diff here. To review this PR Consider your thoughts about merging commcare-hq-deploy into commcarehq-ansible/fab Then skip down all the way to the bottom and review the commits starting with https://github.com/dimagi/commcarehq-ansible/pull/1179/commits/09cb79714574556f51d...
gharchive/pull-request
2017-12-19T17:24:12
2025-04-01T06:38:23.846191
{ "authors": [ "dannyroberts", "snopoke" ], "repo": "dimagi/commcarehq-ansible", "url": "https://github.com/dimagi/commcarehq-ansible/pull/1179", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
2089491171
OTD stopped working looks like i'm not the only one. about 7pm PST, stopped loading the columns. I see your on it. thanks.
gharchive/issue
2024-01-19T03:28:32
2025-04-01T06:38:23.872968
{ "authors": [ "boilinabag" ], "repo": "dimdenGD/OldTweetDeck", "url": "https://github.com/dimdenGD/OldTweetDeck/issues/160", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
57756414
API routes fail with Debugbar enabled I've just installed barryvdh/laravel-debugbar and attempting to load a page with an API named route now fails with a 'Route not defined' error. I'm filing the bug here and with the debugbar (https://github.com/barryvdh/laravel-debugbar/issues/290) since I'm not sure which project...
gharchive/issue
2015-02-16T01:30:21
2025-04-01T06:38:23.909243
{ "authors": [ "EspadaV8", "devmark", "jasonlewis" ], "repo": "dingo/api", "url": "https://github.com/dingo/api/issues/363", "license": "bsd-3-clause", "license_type": "permissive", "license_source": "bigquery" }
1469642769
Limn(of:) an URL causes an EXC_BAD_ACCESS In Limn+Objc.swift line 10. Test: Limn(of: URL(string: "http://foo.com")).dump() Not sure what's so evil about reading the _urlString ivar, but it doesn't work. Nice, thank you!
gharchive/issue
2022-11-30T13:31:14
2025-04-01T06:38:23.943590
{ "authors": [ "julasamer" ], "repo": "diogopribeiro/Limn", "url": "https://github.com/diogopribeiro/Limn/issues/12", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
743166815
[log] merge-only option Problem, approach See https://github.com/dirk-thomas/vcstool/issues/174 Example operation and out put # git checkout 0.1.27 # vcs-log --merge-only === . (git) === commit d82cb6ec3be31533dc90979e083072c6440c68d3 Merge: dcee1a0 c174cd8 Author: Dirk Thomas <dirk-thomas@users.noreply.github.com> ...
gharchive/pull-request
2020-11-15T02:53:56
2025-04-01T06:38:24.000433
{ "authors": [ "130s", "dirk-thomas" ], "repo": "dirk-thomas/vcstool", "url": "https://github.com/dirk-thomas/vcstool/pull/194", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
2367677255
screen sharing DO NOT WORK in WAYLAND ! This is somehow and old issue for me but it has not been fixed yet !! It's been some time that Modern linux systems moved from X to Wayland protocols . but Still I'm not able to share my screen in wayland ! people have to use firefox/chrome web app version of discord so they ca...
gharchive/issue
2024-06-22T07:56:48
2025-04-01T06:38:24.079239
{ "authors": [ "ArMot", "junetried" ], "repo": "discordlinux/feedback", "url": "https://github.com/discordlinux/feedback/issues/64", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
382309917
.NET Core Support Possible? I know you stated that you will not update the library, so I am not asking whether you will do it, I am asking how hard would it be. As if it is easy enough I should be able to do it myself and possibly fork this one but if it is hard or near impossible without a complete rewrite, I will n...
gharchive/issue
2018-11-19T17:03:58
2025-04-01T06:38:24.093463
{ "authors": [ "discosultan", "meowxiik", "nanodesu88", "richard-hajek", "romanov" ], "repo": "discosultan/penumbra", "url": "https://github.com/discosultan/penumbra/issues/18", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2989599
Minimum required PHP version README.rst mentions PHP 5.3 as the minimum required version but from a quick code analysis with this neat little tool, it's actually 5.2 and just for json_decode(). For all the rest you only need PHP 5.1. Could you please confirm this and, if correct, change the docs accordingly? Thanks! ...
gharchive/issue
2012-01-27T02:21:23
2025-04-01T06:38:24.115486
{ "authors": [ "borfast", "dcramer" ], "repo": "disqus/disqus-php", "url": "https://github.com/disqus/disqus-php/issues/14", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
1701806114
update to go1.19.9 Added back minor versions in these, so that we have a somewhat more reproducible state in the repository when tagging releases. Codecov Report Patch and project coverage have no change. Comparison is base (8900e90) 56.76% compared to head (b320abd) 56.76%. :mega: This organization is not using ...
gharchive/pull-request
2023-05-09T10:25:47
2025-04-01T06:38:24.142184
{ "authors": [ "codecov-commenter", "thaJeztah" ], "repo": "distribution/distribution", "url": "https://github.com/distribution/distribution/pull/3905", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
412947596
Coderef using keyref also prints temporary file name Expected Behavior I am using a codeblock with coderef to a C# file pointed to by a keyref. Only the file content is listed in the codeblock. Following snapshot shows output using direct href path to the same file. Actual Behavior After the codeblock, the file na...
gharchive/issue
2019-02-21T14:19:26
2025-04-01T06:38:24.155165
{ "authors": [ "jelovirt", "masofcon", "qvrijt", "robander" ], "repo": "dita-ot/dita-ot", "url": "https://github.com/dita-ot/dita-ot/issues/3232", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
157930304
Add support for configuring tm scope in PDF #1245 Add mode to control whether trademark symbol is created. :+1:
gharchive/pull-request
2016-06-01T15:03:14
2025-04-01T06:38:24.156107
{ "authors": [ "jelovirt", "robander" ], "repo": "dita-ot/dita-ot", "url": "https://github.com/dita-ot/dita-ot/pull/2404", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
727014893
Graph Dfs Application Title - Count the number of islands in a grid what will change - Code will be added Type of Issue - Application of DFS Please add/delete options that are not relevant. [x] Adding New Code [x] Improving Code [x] Improving Documentation [x] Bug Fix Programming Language Please add/delete options ...
gharchive/issue
2020-10-22T03:30:39
2025-04-01T06:38:24.161685
{ "authors": [ "heri2468", "palakdavda22", "tyagi619" ], "repo": "div-bargali/Data-Structures-and-Algorithms", "url": "https://github.com/div-bargali/Data-Structures-and-Algorithms/issues/622", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
110474340
Documentation for 3.2 features... This should include apphooks_reload in core, content creation wizards, etc. (see: https://github.com/divio/django-cms/pull/4563) Also, replace any references of "click" et al, in the docs to something more touch-friendly. Finally, review this closed PR for text changes: https://githu...
gharchive/issue
2015-10-08T15:19:10
2025-04-01T06:38:24.163644
{ "authors": [ "FinalAngel", "mkoistinen" ], "repo": "divio/django-cms", "url": "https://github.com/divio/django-cms/issues/4566", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
166442452
Make note of need for migrations in plugin tutorial Just a suggestion from a user working to develop a new CMS plugin that uses a model -- it may seem intuitive to some django programmers but you might want to add a line in the http://docs.django-cms.org/en/release-3.3.x/how_to/custom_plugins.html#storing-configurati...
gharchive/issue
2016-07-19T21:40:52
2025-04-01T06:38:24.166295
{ "authors": [ "evildmp", "pdbethke" ], "repo": "divio/django-cms", "url": "https://github.com/divio/django-cms/issues/5555", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
146393382
GitSavvy doesn't work after updated After installed GitGutter my Sublime can't use GitSavvy anymore. It was not found on my command palette. So, I tried to remove GitGutter and reinstall GitSavvy but it still doesn't work. Please help me as soon as possible, GitSavvy is a part of my life now. Same issue here, GitSa...
gharchive/issue
2016-04-06T18:13:26
2025-04-01T06:38:24.174883
{ "authors": [ "bank32", "divmain", "rmnbrd", "stoivo" ], "repo": "divmain/GitSavvy", "url": "https://github.com/divmain/GitSavvy/issues/384", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
249345408
Is it possible to revert from gitsavvy? I didn't find a way.. I'd guess it could be done from the graph window. I don't believe we support it, and I don't use it personally. However this is a nice feature request, to add a git: revert command, should be easy to implement if you want to give it a go and submit a P...
gharchive/issue
2017-08-10T13:25:39
2025-04-01T06:38:24.176815
{ "authors": [ "asfaltboy", "hanoii" ], "repo": "divmain/GitSavvy", "url": "https://github.com/divmain/GitSavvy/issues/732", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
2395674640
🛑 ArtChart is down In 24fef4f, ArtChart (https://artchart.net/en) was down: HTTP code: 504 Response time: 15646 ms Resolved: ArtChart is back up in 01a2984 after 7 minutes.
gharchive/issue
2024-07-08T13:37:48
2025-04-01T06:38:24.179251
{ "authors": [ "divtiply" ], "repo": "divtiply/artupptime", "url": "https://github.com/divtiply/artupptime/issues/521", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1484865337
Cyrillic-based keyboards not selectable on Mac On Mac 12.5.1, I have had Erzya (myv) and Moksha (mdf) keyboards as well as several Latin-based keyboards Apurinã (apu), Lushootseed (lut), Tenino (tqn), Võro (vro). After restarting my mac today, 2022-12-08, I have been unable to select a Cyrillic-based keyboard (a) fro...
gharchive/issue
2022-12-08T15:20:03
2025-04-01T06:38:24.209629
{ "authors": [ "Trondtr", "bbqsrc", "dylanhand", "rueter", "snomos" ], "repo": "divvun/kbdgen", "url": "https://github.com/divvun/kbdgen/issues/4", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
1101986425
🛑 Dixneuf19 website is down In 2b5a889, Dixneuf19 website (https://www.dixneuf19.me) was down: HTTP code: 504 Response time: 15459 ms Resolved: Dixneuf19 website is back up in ed769af.
gharchive/issue
2022-01-13T16:10:18
2025-04-01T06:38:24.213838
{ "authors": [ "dixneuf19" ], "repo": "dixneuf19/upptime", "url": "https://github.com/dixneuf19/upptime/issues/490", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2403363257
🛑 Dixneuf19 website is down In 1532138, Dixneuf19 website (https://www.dixneuf19.me) was down: HTTP code: 0 Response time: 0 ms Resolved: Dixneuf19 website is back up in 2bb701b after 8 minutes.
gharchive/issue
2024-07-11T14:42:03
2025-04-01T06:38:24.216236
{ "authors": [ "dixneuf19" ], "repo": "dixneuf19/upptime", "url": "https://github.com/dixneuf19/upptime/issues/716", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
758711340
Update About button (about.html) to show the user profile Can I work on this @diyajaiswal11 Can I work on this @diyajaiswal11 Similar issue has been raised in #13 . Go through it.
gharchive/issue
2020-12-07T17:42:22
2025-04-01T06:38:24.217320
{ "authors": [ "Halix267", "diyajaiswal11" ], "repo": "diyajaiswal11/Bloggitt", "url": "https://github.com/diyajaiswal11/Bloggitt/issues/44", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1991421067
Plugin does not appear on session start. Only appears after serialization-interval time. Describe the bug After updating to Zellij 0.39.1, the status line is not initially displayed after a session is started. After some time, the statusbar displays as normal. To Reproduce Steps to reproduce the behavior: Update to ...
gharchive/issue
2023-11-13T20:24:22
2025-04-01T06:38:24.255134
{ "authors": [ "dj95", "mike-lloyd03" ], "repo": "dj95/zjstatus", "url": "https://github.com/dj95/zjstatus/issues/24", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1778937372
Add more customizable blocks in import.html Problem Fields detail and definition cannot easily be overriden in import.html unless you overrite the whole import_form block. Solution This PR adds sub-blocks in import_form block to allow overide forms parts more easily. Thanks, feel free to add your name to AUTHORS ...
gharchive/pull-request
2023-06-28T13:21:44
2025-04-01T06:38:24.359164
{ "authors": [ "christophehenry", "matthewhegarty" ], "repo": "django-import-export/django-import-export", "url": "https://github.com/django-import-export/django-import-export/pull/1598", "license": "bsd-2-clause", "license_type": "permissive", "license_source": "bigquery" }
2447406535
Get more info on tasks Hello, Is there a way to know the cluster / machine used by a task ? I guess I could add it in the result for the successful ones but how would it be done for failures / queued ones (maybe the most important ones) Thanks, Couldn't get this through the Q_CLUSTER_NAME environment variable? Ye...
gharchive/issue
2024-08-05T01:16:23
2025-04-01T06:38:24.371782
{ "authors": [ "GDay", "ThomasDeudon" ], "repo": "django-q2/django-q2", "url": "https://github.com/django-q2/django-q2/issues/204", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
862469732
Removed unnecessary line in OrderBy.as_sql(). The first line of as_sql (https://github.com/django/django/blob/ed0cc52dc3b0dfebba8a38c12b6157a007309900/django/db/models/expressions.py#L1213) is a duplicate of this line that's being removed, meaning that in this function template is already defined in the same manner, ...
gharchive/pull-request
2021-04-20T06:38:52
2025-04-01T06:38:24.379166
{ "authors": [ "davidjb", "felixxm" ], "repo": "django/django", "url": "https://github.com/django/django/pull/14286", "license": "bsd-3-clause", "license_type": "permissive", "license_source": "bigquery" }
963245405
Fixed #29026 -- Added --scriptable option to makemigrations. ticket-29026 desires to separate logging from a simple list of filepaths created in makemigrations. Today, there is logging to both stdout and stderr (for errors), but no real "program output": the filenames are bolded and indented to flow between other lo...
gharchive/pull-request
2021-08-07T14:53:57
2025-04-01T06:38:24.408679
{ "authors": [ "cjerdonek", "felixxm", "francoisfreitag", "jacobtylerwalls" ], "repo": "django/django", "url": "https://github.com/django/django/pull/14751", "license": "bsd-3-clause", "license_type": "permissive", "license_source": "bigquery" }
1669313237
Added username in AbstractBaseUser as a index I changed this from this Q Why I did this A This field is used for login user and find user to most of time, as the number of user increases applications get slow in finding users by usernames. So I thought to add this in that. Every time I have to create a custom user ...
gharchive/pull-request
2023-04-15T11:10:21
2025-04-01T06:38:24.411981
{ "authors": [ "ankushagar99", "felixxm" ], "repo": "django/django", "url": "https://github.com/django/django/pull/16768", "license": "bsd-3-clause", "license_type": "permissive", "license_source": "bigquery" }
2553318907
Update docs.yml Trac ticket number "N/A" Branch description We're trying to check some alignment beetween docs in django repository and in django project website. The goal for using the long format of the attributes is to increase clarity and make it easier for those who will interact with this action in the future. ...
gharchive/pull-request
2024-09-27T16:29:25
2025-04-01T06:38:24.421201
{ "authors": [ "nessita", "pauloxnet" ], "repo": "django/django", "url": "https://github.com/django/django/pull/18630", "license": "bsd-3-clause", "license_type": "permissive", "license_source": "bigquery" }
1517771453
Integrate testing (playwright) + documentation Blocking: https://github.com/dawnwages/wagtail-indymeet/issues/3 This issue must be done first. This may be a good place to ask Ed Rivas or Zan Anderle for their opinion on Django + Playwright. or Andrew Knight or Debbie O'Brien Doesn't have to be playwright https:...
gharchive/issue
2023-01-03T18:32:43
2025-04-01T06:38:24.423949
{ "authors": [ "dawnwages" ], "repo": "djangonaut-space/wagtail-indymeet", "url": "https://github.com/djangonaut-space/wagtail-indymeet/issues/35", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2240707243
Fix "IntelliJ extension fails on nil theme values" Fixes #221. Thanks for the PR @rads!
gharchive/pull-request
2024-04-12T18:38:22
2025-04-01T06:38:24.430471
{ "authors": [ "djblue", "rads" ], "repo": "djblue/portal", "url": "https://github.com/djblue/portal/pull/222", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
845078844
Implement non-retriable errors ManageConnection::should_retry can now be implemented to prevent bb8 from attempting to retry connection attempts. This serves two purposes: The caller of pool.get will now receive the underlying exception if a "catastrophic" error is hit. Previously, the caller would get a TimedOut w...
gharchive/pull-request
2021-03-30T19:02:42
2025-04-01T06:38:24.437471
{ "authors": [ "djc", "marcbowes" ], "repo": "djc/bb8", "url": "https://github.com/djc/bb8/pull/104", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
388970732
Fix travis nightly rustfmt Let's see if this helps. On review, we weren't using rustfmt in the nightly build anyway for obvious reasons.
gharchive/pull-request
2018-12-08T23:48:55
2025-04-01T06:38:24.438476
{ "authors": [ "Ralith" ], "repo": "djc/quinn", "url": "https://github.com/djc/quinn/pull/113", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
735516546
Reserved word and uniqueness validation First of all, I want to say thank you for this gem!!! We found an issue where the column name is equal to a reserved word and we have to add an index to make it unique. RSpec.describe DatabaseConsistency::Checkers::MissingUniqueIndexChecker do subject(:checker) { described_cl...
gharchive/issue
2020-11-03T17:41:37
2025-04-01T06:38:24.445616
{ "authors": [ "chubchenko", "djezzzl" ], "repo": "djezzzl/database_consistency", "url": "https://github.com/djezzzl/database_consistency/issues/72", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2055271026
🛑 bin is down In b1ed902, bin (https://bin.djsnipa1.repl.co) was down: HTTP code: 0 Response time: 0 ms Resolved: bin is back up in 1104976 after 46 minutes.
gharchive/issue
2023-12-25T01:17:47
2025-04-01T06:38:24.461729
{ "authors": [ "djsnipa1" ], "repo": "djsnipa1/upptime", "url": "https://github.com/djsnipa1/upptime/issues/1346", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1285028806
🛑 Writeguard is down In 4a3b654, Writeguard (https://www.writeguard.com) was down: HTTP code: 0 Response time: 0 ms Resolved: Writeguard is back up in 6381a0a.
gharchive/issue
2022-06-26T20:55:17
2025-04-01T06:38:24.464061
{ "authors": [ "djsnipa1" ], "repo": "djsnipa1/upptime", "url": "https://github.com/djsnipa1/upptime/issues/547", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1167419826
🛑 Writeguard is down In c888ede, Writeguard (https://www.writeguard.com) was down: HTTP code: 0 Response time: 0 ms Resolved: Writeguard is back up in d435fc9.
gharchive/issue
2022-03-12T22:44:02
2025-04-01T06:38:24.466646
{ "authors": [ "djsnipa1" ], "repo": "djsnipa1/upptime", "url": "https://github.com/djsnipa1/upptime/issues/77", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1303029794
🛑 Writeguard is down In 80118aa, Writeguard (https://www.writeguard.com) was down: HTTP code: 0 Response time: 0 ms Resolved: Writeguard is back up in bdbc20a.
gharchive/issue
2022-07-13T07:36:50
2025-04-01T06:38:24.468980
{ "authors": [ "djsnipa1" ], "repo": "djsnipa1/upptime", "url": "https://github.com/djsnipa1/upptime/issues/814", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
61874605
Merge Apps visitBCN https://github.com/maurovc/visitBCN https://itunes.apple.com/us/app/visitbcn/id904676442?l=es&ls=1&mt=8 a menjar https://github.com/maurovc/aMenjar https://itunes.apple.com/us/app/a-menjar!/id816473131?l=es&ls=1&mt=8 Color Blur https://github.com/maurovc/ColorBlur https://itunes.apple.com/us/app/i...
gharchive/issue
2015-03-15T17:52:11
2025-04-01T06:38:24.484134
{ "authors": [ "Bautistax", "anthonymonori", "dkhamsing" ], "repo": "dkhamsing/open-source-ios-apps", "url": "https://github.com/dkhamsing/open-source-ios-apps/issues/16", "license": "cc0-1.0", "license_type": "permissive", "license_source": "bigquery" }
392893996
Add REST API ENDPOINTS for Slack slash command 우선 슬랙 슬래쉬 커맨드와 healthcheck API를 만들었습니다 :smile: 네 그렇습니다. 앞으로 할일은 슬랙에서 리퀘스트가 옴 // x-form-urlencoded🙄 슬랙에서 온 리퀘스트가 맞는지 verify (이부분이 쪼오금 복잡합니다 👻) 현재 작성중이신 시간모듈의 시간 파서로 날짜 획득 및 변환 (한국시간이면 미국시간으로 vice versa) 에러날경우 에러 메시지 아니면 시간 반환 이거 또 반환은 json으로 해야 됩니다 🙄 하면 끝입니다 😆 일단 ...
gharchive/pull-request
2018-12-20T05:18:14
2025-04-01T06:38:24.491456
{ "authors": [ "kkweon", "nicewook" ], "repo": "dl4b/timebot", "url": "https://github.com/dl4b/timebot/pull/2", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
157345052
Areas of D usage As the first five minutes matter, I thought it would be nice if we have an overview of areas in which D is used. It is different to the great Overview page as it tries for every area to inform about applications written in D key reasons/selling points That being said, this document is a draft and y...
gharchive/pull-request
2016-05-28T15:58:03
2025-04-01T06:38:24.524892
{ "authors": [ "CyberShadow", "JackStouffer", "aG0aep6G", "andralex", "jmh530", "schuetzm", "wilzbach" ], "repo": "dlang/dlang.org", "url": "https://github.com/dlang/dlang.org/pull/1314", "license": "BSL-1.0", "license_type": "permissive", "license_source": "github-api" }
2709133707
utf8 string not read/written to windows console sum.proxy reported this on 2014-06-25T13:48:23Z Transfered from https://issues.dlang.org/show_bug.cgi?id=12990 CC List aldacron bugzilla (@WalterBright) dlang-bugzilla (@CyberShadow) Description import std.stdio; void main() { string s = stdin.readln(); write(s);...
gharchive/issue
2014-06-25T13:48:23
2025-04-01T06:38:24.553159
{ "authors": [ "dlangBugzillaToGithub" ], "repo": "dlang/phobos", "url": "https://github.com/dlang/phobos/issues/9403", "license": "BSL-1.0", "license_type": "permissive", "license_source": "github-api" }
505980105
Port Radar Visualization to Open Distro This issue is an idea for the Open Distro Hack Day at All Things Open on October 14. The idea is to port this visualization to Open Distro and submit it as an official plugin for Open Distro for Kibana. related to https://github.com/chaoss/grimoirelab/issues/219
gharchive/issue
2019-10-11T17:50:35
2025-04-01T06:38:24.570268
{ "authors": [ "GeorgLink", "valeriocos" ], "repo": "dlumbrer/kbn_radar", "url": "https://github.com/dlumbrer/kbn_radar/issues/11", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
369895933
Wait for Cloud-Init To Complete Version Reports: Distro version of host: cat /etc/*release | grep PRETTY_NAME PRETTY_NAME="Ubuntu 18.04.1 LTS" Terraform Version Report terraform --version Terraform v0.11.8 + provider.libvirt (unversioned) + provider.template v1.0.0 Libvirt version virsh --version 4.0.0 terraform-...
gharchive/issue
2018-10-14T12:05:32
2025-04-01T06:38:24.592969
{ "authors": [ "MalloZup", "kjenney" ], "repo": "dmacvicar/terraform-provider-libvirt", "url": "https://github.com/dmacvicar/terraform-provider-libvirt/issues/449", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
1863472564
Add gpt-3.5-turbo-16k model to encoding mapping support Fixes #19 Thanks a lot for your contribution!
gharchive/pull-request
2023-08-23T14:37:30
2025-04-01T06:38:24.621234
{ "authors": [ "anthonypuppo", "dmitry-brazhenko" ], "repo": "dmitry-brazhenko/SharpToken", "url": "https://github.com/dmitry-brazhenko/SharpToken/pull/20", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
116060117
build error:threadediter.h:326:37: error: no matching function for call to ‘std::condition_variable::notify_all() const’ After execute make on terminal, such error happens: g++ -std=c++0x -c -DMSHADOW_FORCE_STREAM -Wall -O3 -I./mshadow/ -I/usr/local/opt/openblas/include -I./dmlc-core/include -fPIC -Iinclude -msse3 -...
gharchive/issue
2015-11-10T08:23:52
2025-04-01T06:38:24.629683
{ "authors": [ "unityunreal", "winstywang" ], "repo": "dmlc/mxnet", "url": "https://github.com/dmlc/mxnet/issues/530", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
211970648
[WIP] Proposal: Extend imdecode to uint16 I am working with image data that does not fit well into uint8. Given that I am working with 100k-1M images, I need a data iterator that is fast, such as the ImageIter. I have been looking into extending the ImageIter to use other types besides uint8 for reading data. It a...
gharchive/pull-request
2017-03-05T18:05:18
2025-04-01T06:38:24.636990
{ "authors": [ "jmerkow", "piiswrong" ], "repo": "dmlc/mxnet", "url": "https://github.com/dmlc/mxnet/pull/5261", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
198423879
solve mxnet docker build error by add --no-same-owner to tar in make/deps.mk If build ps-lite in mxnet docker, I miss following error when tar some deps in make/deps.mk: Cannot change ownership to uid xxxx , gid xxxx: Permission denied According to this post, https://www.krenger.ch/blog/linux-tar-cannot-change-owners...
gharchive/pull-request
2017-01-03T07:45:55
2025-04-01T06:38:24.639717
{ "authors": [ "xlvector" ], "repo": "dmlc/ps-lite", "url": "https://github.com/dmlc/ps-lite/pull/69", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
386347471
[SCHEDULE] Fix code lowering when loop condition depends on outer axis. Fixe #2207 cc @ajtulloch Oh wow, thanks @tqchen.
gharchive/pull-request
2018-11-30T20:57:02
2025-04-01T06:38:24.644244
{ "authors": [ "ajtulloch", "tqchen" ], "repo": "dmlc/tvm", "url": "https://github.com/dmlc/tvm/pull/2208", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
183869300
How to tune memory parameters when training large data set on yarn I have a large data set stored on hdfs where training data is about 800G and valid data is about 90G. The data format is libsvm and each instance has 308 features at most. When running training process via yarn, I always get the error INFO dmlc.Appli...
gharchive/issue
2016-10-19T05:32:09
2025-04-01T06:38:24.647198
{ "authors": [ "formath", "yichenpan" ], "repo": "dmlc/xgboost", "url": "https://github.com/dmlc/xgboost/issues/1681", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
363769562
how can I extract the feature weights of the gblinear booster I am trying to extract the weights of my input features from a gblinear booster. But it seems like it's impossible to do it in python. I am wondering if there's any way to extract them. @dwy904 Did you try using get_dump() or dump_model()? Here is what...
gharchive/issue
2018-09-25T21:15:55
2025-04-01T06:38:24.650604
{ "authors": [ "dwy904", "hcho3" ], "repo": "dmlc/xgboost", "url": "https://github.com/dmlc/xgboost/issues/3722", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
296254220
[core] fix slow predict-caching with many classes Addresses the issue of the O(num_class^2) prediction cache behavior #1689, #2926 where cache updates within CommitModel may start dominating with many classes. The reason was that the cache was updated for each single class group commit in a boosting round. E.g., with...
gharchive/pull-request
2018-02-12T02:52:00
2025-04-01T06:38:24.661201
{ "authors": [ "codecov-io", "khotilov" ], "repo": "dmlc/xgboost", "url": "https://github.com/dmlc/xgboost/pull/3109", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
274097084
Improve resource requirements for utilitarian jobs For cleanup, logcollect and merge jobs. By default, they use 1 core, request 1GB of RAM and have a MaxRSS watchdog set to ~2.3GB. We should check ES data and maybe lower these requirements for a better usage of the resources. Might not be a very good idea... I've j...
gharchive/issue
2017-11-15T09:59:21
2025-04-01T06:38:24.699402
{ "authors": [ "amaltaro", "bbockelm", "hufnagel", "thongonary", "vlimant" ], "repo": "dmwm/WMCore", "url": "https://github.com/dmwm/WMCore/issues/8331", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1794898674
🛑 AR Panel is down In f6b0753, AR Panel (https://panel.siembro.com) was down: HTTP code: 404 Response time: 128 ms Resolved: AR Panel is back up in 6d70b22.
gharchive/issue
2023-07-08T11:23:56
2025-04-01T06:38:24.706654
{ "authors": [ "dnahmiyasSiembro" ], "repo": "dnahmiyasSiembro/uptime_service", "url": "https://github.com/dnahmiyasSiembro/uptime_service/issues/215", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
598386409
ERROR:root:call() missing 1 required positional argument: 'value' When I ran %reload_ext lab_black in my Jupyterlab, I got an error message: ERROR:root:__call__() missing 1 required positional argument: 'value' Traceback (most recent call last): File "/opt/anaconda3/lib/python3.7/site-packages/lab_black.py", line 2...
gharchive/issue
2020-04-12T01:26:53
2025-04-01T06:38:24.730667
{ "authors": [ "Yuan-Meng", "ashwinidathatri", "terhorst" ], "repo": "dnanhkhoa/nb_black", "url": "https://github.com/dnanhkhoa/nb_black/issues/22", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
331119221
"See More Results" when searching produces an error when searching in Firefox Description While on Firefox, if the user tries to search and use "See More Results" at the bottom of the search results, it produces an error and does not open the results page. Expected result Jump to search result page. This works corre...
gharchive/issue
2018-06-11T09:51:36
2025-04-01T06:38:24.738081
{ "authors": [ "tpluscode" ], "repo": "dnnsoftware/Dnn.Platform", "url": "https://github.com/dnnsoftware/Dnn.Platform/issues/2108", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
331628703
Cannot create new user with email address as username Description Going to Persona Bar > Security > Member Accounts tab > Registration Settings, and marking Use Email Address as Username, will generate an error upon login, displaying message "A critical error has occurred. Please check the Event Viewer for further de...
gharchive/issue
2018-06-12T15:03:09
2025-04-01T06:38:24.743740
{ "authors": [ "Tychodewaard", "nickcrisp", "tpluscode", "valadas" ], "repo": "dnnsoftware/Dnn.Platform", "url": "https://github.com/dnnsoftware/Dnn.Platform/issues/2115", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
211944694
Failed to acquire CRAS Please paste the output of the following command here: sudo edit-chroot -all chronos@localhost / $ sudo edit-chroot -all name: precise encrypted: no Entering /mnt/stateful_partition/crouton/chroots/precise... crouton: version 1-20170228132702~master:21cb695b release: precise architecture: amd6...
gharchive/issue
2017-03-05T10:43:16
2025-04-01T06:38:24.762061
{ "authors": [ "JeremiahHsu" ], "repo": "dnschneid/crouton", "url": "https://github.com/dnschneid/crouton/issues/3123", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
448575376
Is there a way to make a crouton chroot use Chrome OS VPN (that is setup by an Android Play Store app)? name: stretch encrypted: no Entering /mnt/stateful_partition/crouton/chroots/stretch... crouton: version 1-20190403182822~master:174af0eb release: stretch architecture: amd64 xmethod: xorg targets: xorg,gnome,xiwi,...
gharchive/issue
2019-05-26T14:56:36
2025-04-01T06:38:24.768984
{ "authors": [ "brizzbane", "rmartin16" ], "repo": "dnschneid/crouton", "url": "https://github.com/dnschneid/crouton/issues/4069", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
54043771
Kiwi: Send keycodes instead of keysyms This is a partial fix for #1275 (but still much better than current situation, so it can be merged as-is). The protocol now sends X11 key codes instead of key symbols. Keycodes (mostly) correspond to physical keyboard keys, so that the chroot can translate it, depending on the k...
gharchive/pull-request
2015-01-12T11:32:17
2025-04-01T06:38:24.780100
{ "authors": [ "cribalik", "dnschneid", "drinkcat", "stsquad", "tedm" ], "repo": "dnschneid/crouton", "url": "https://github.com/dnschneid/crouton/pull/1339", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
1116780194
🛑 Site Histovec is down In d7c7083, Site Histovec (https://histovec.interieur.gouv.fr/histovec) was down: HTTP code: 0 Response time: 0 ms Resolved: Site Histovec is back up in 121dc68.
gharchive/issue
2022-01-27T22:01:03
2025-04-01T06:38:24.785420
{ "authors": [ "mogador26" ], "repo": "dnum-mi/stats-sites-api", "url": "https://github.com/dnum-mi/stats-sites-api/issues/97", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
660359980
Better error handling With better error handling, I can help people resolve issues easily. Needs to keep aligned with the privacy statement on the README. Added in recent slew of commits → https://github.com/doamatto/southnode/compare/1f4703cf154d...90e23efb57dd
gharchive/issue
2020-07-18T20:22:33
2025-04-01T06:38:24.789156
{ "authors": [ "doamatto" ], "repo": "doamatto/southnode", "url": "https://github.com/doamatto/southnode/issues/1", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
533022084
[feature] Java 11 Builds Any plans to add Java 11 build tests to Travis? Update Travis build file is easy. Making Achilles work for Java 11 is another story: massive update of all maven plugins because of the new module system introduced in Java 9 maybe some internal JDK classes used by Achilles to circumvent some...
gharchive/issue
2019-12-05T00:01:29
2025-04-01T06:38:24.791031
{ "authors": [ "cricket007", "doanduyhai" ], "repo": "doanduyhai/Achilles", "url": "https://github.com/doanduyhai/Achilles/issues/366", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
129699481
Build mod_proxy_*.so by default I think it would be useful if mod_proxy and friends were available by default. +1 (I asked for this some time ago in #6, for Apache 2.2)
gharchive/pull-request
2016-01-29T08:20:34
2025-04-01T06:38:24.811364
{ "authors": [ "carletes", "oyvindio" ], "repo": "docker-library/httpd", "url": "https://github.com/docker-library/httpd/pull/13", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }