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 |
|---|---|---|---|---|---|
930327857 | Adding dashboard data route on backend
Describe feature
Add a protected route on the backend for fetching and updating data for user dashboard like Profile image, social links,, badges, bio/description, and others.
Add a new collection in db for uploading these details.
Additional context
@rockingrohit9639 @kanak2... | gharchive/issue | 2021-06-25T16:29:41 | 2025-04-01T06:40:15.302136 | {
"authors": [
"naveen8801",
"rockingrohit9639"
],
"repo": "rockingrohit9639/project-zone",
"url": "https://github.com/rockingrohit9639/project-zone/issues/129",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1951978955 | use of env
see https://github.com/slackapi/bolt-js/blob/main/examples/getting-started-typescript/src/utils/env.ts
ups - solved in branch 7
ups - solved in branch 7
| gharchive/issue | 2023-10-19T11:30:44 | 2025-04-01T06:40:15.333729 | {
"authors": [
"roebi"
],
"repo": "roebi/slack-to-ticket",
"url": "https://github.com/roebi/slack-to-ticket/issues/9",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2321709414 | [BUG] Activities: baseline starts/finishes don't match values from SmartPM UI
Current Behavior
I am attempting to recreate this figure:
But for baseline starts and finishes, the values are way off.
Expected behavior
For this specific project, I am plotting 967 starts/finishes, but the SmartPM UI is only showing 46... | gharchive/issue | 2024-05-28T18:47:51 | 2025-04-01T06:40:15.380248 | {
"authors": [
"HagenFritz"
],
"repo": "rogers-obrien-rad/smartpm-python-sdk",
"url": "https://github.com/rogers-obrien-rad/smartpm-python-sdk/issues/15",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1392656709 | Added a C++ code in the C++ folder [Linear Search in C++] ( Issue #4)
Written the code for Linear Search in C++ programming language.
Resolved the issue. Please merge
The PR got excluded from hacktoberfest pls merge and add the label after 1st oct if possible
I want to work on this. Please assign me this.
| gharchive/pull-request | 2022-09-30T16:04:52 | 2025-04-01T06:40:15.397111 | {
"authors": [
"Nandinisaagar",
"sakshi135"
],
"repo": "rohansaini886/Hacktoberfest2022",
"url": "https://github.com/rohansaini886/Hacktoberfest2022/pull/31",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1359162130 | How to pass redoc options
Redoc has a number of configurable options documented here. How do you pass these to the Redocusaurus plugin?
I saw one issue that suggested to add this to the theme object but this does not work. For example:
// Redocusaurus config
[
'redocusaurus',
{
// Plugin O... | gharchive/issue | 2022-09-01T17:12:43 | 2025-04-01T06:40:15.399471 | {
"authors": [
"benfoster",
"rohit-gohri"
],
"repo": "rohit-gohri/redocusaurus",
"url": "https://github.com/rohit-gohri/redocusaurus/issues/228",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1190029901 | [TASK] Release 1.13.0
Description
Release version 1.13.0 and submit the following modules for deployment:
Events BB
API Doc
Acceptance Criteria
Version 1.13.0 tagged in GitHub and the above modules submitted for deployment.
Completed and submitted for deployment.
| gharchive/issue | 2022-04-01T16:28:48 | 2025-04-01T06:40:15.405466 | {
"authors": [
"sandeep-ps"
],
"repo": "rokwire/rokwire-building-blocks-api",
"url": "https://github.com/rokwire/rokwire-building-blocks-api/issues/892",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1614191205 | y211ga: Installed FW 12 and Hack 0.2.6, motion detection not working
After FW 12.0.37.0_202211241030 installing by official app and 0.2.6 hack reinstalled the camera does not really allow any motion detection anymore (MQTT in HA). Even more interesting, in camera settings the switch for motion detection always switch... | gharchive/issue | 2023-03-07T20:52:12 | 2025-04-01T06:40:15.409654 | {
"authors": [
"dreimer1986",
"roleoroleo"
],
"repo": "roleoroleo/yi-hack-Allwinner-v2",
"url": "https://github.com/roleoroleo/yi-hack-Allwinner-v2/issues/595",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
388928063 | Typo in EncodedPayload->decreaseSize
https://github.com/rollbar/rollbar-php/blob/c2f8be87983ecdd3c46ceb3c459de02376af4707/src/Payload/EncodedPayload.php#L26
$this->size =- $amount
@ramapitecus thanks for bringing this to our attention (as well as #427 and #428).
@ArturMoczulski can you take a look when you get a ch... | gharchive/issue | 2018-12-08T14:44:14 | 2025-04-01T06:40:15.418374 | {
"authors": [
"ArturMoczulski",
"Ramapitecus",
"jessewgibbs"
],
"repo": "rollbar/rollbar-php",
"url": "https://github.com/rollbar/rollbar-php/issues/426",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1613325387 | Incorrect typescript type on fallbackUI prop on ErrorBoundary
The fallbackUI prop of ErrorBoundary has incorrect type in index.d.ts:
fallbackUI?: ReactNode;
But the docs says it should be a react component. If I pass a react component:
const FatalError = () => {
return 'Error';
}
<ErrorBoundary fallbackUI={Fata... | gharchive/issue | 2023-03-07T12:15:31 | 2025-04-01T06:40:15.422600 | {
"authors": [
"jfbaraky",
"rnovacek"
],
"repo": "rollbar/rollbar-react",
"url": "https://github.com/rollbar/rollbar-react/issues/87",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
759274182 | TestAccTeamDeleteOnAPIBeforeApply no longer passes
The code now contained in TestAccTeamDeleteOnAPIBeforeApply used to pass reliably. Now, however, it does not pass. Why?
Disabling this test caused a decrease in coverage: https://coveralls.io/builds/35531461
The original purpose of this test was indeed to cover h... | gharchive/issue | 2020-12-08T09:22:28 | 2025-04-01T06:40:15.432846 | {
"authors": [
"jmcvetta"
],
"repo": "rollbar/terraform-provider-rollbar",
"url": "https://github.com/rollbar/terraform-provider-rollbar/issues/154",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2201026059 | ICS consumer chain generation
TODO
[x] Add / remove ICS as expected with tags
[x] Add new 'staking' option. This feature is on by default but hidden
If ICS is used, then staking is disabled, removes all references for staking. \
Also remove Distr, Mint, etc.
[x] Integrate Interchaintest w/ simple ICS test ( http... | gharchive/issue | 2024-03-21T19:44:07 | 2025-04-01T06:40:15.439109 | {
"authors": [
"Reecepbcups"
],
"repo": "rollchains/spawn",
"url": "https://github.com/rollchains/spawn/issues/112",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1894705454 | updated README.md with releases
Overview
Checklist
[ ] New and updated code has appropriate documentation
[ ] New and updated code has new and/or updated testing
[ ] Required CI checks are passing
[ ] Visual proof for any user facing features like CLI or documentation updates
[ ] Linked issues closed with keyword... | gharchive/pull-request | 2023-09-13T14:51:15 | 2025-04-01T06:40:15.445379 | {
"authors": [
"gupadhyaya",
"nashqueue"
],
"repo": "rollkit/rollkit",
"url": "https://github.com/rollkit/rollkit/pull/1190",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
150221042 | More installer changes
A handful of changes to support installing Romana with different CIDRs.
Adds a docker_cidr variable to specify the IP and subnet that docker0 interface will bind to.
Makes sure the docker configs are in place before it's installed, because it gets started automatically. (Applying config after ... | gharchive/pull-request | 2016-04-21T23:44:10 | 2025-04-01T06:40:15.488129 | {
"authors": [
"cgilmour",
"jbrendel"
],
"repo": "romana/romana",
"url": "https://github.com/romana/romana/pull/99",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
58726047 | Initiating roles and permissions
Hey,
on L5 where would you put this initiating roles and permissions file?
Do you create some database/rbac/rbac_init.php file for it?
I understand that later for new users I would integrate this to users management but for initial start do you create them in some init file?
Hello.
... | gharchive/issue | 2015-02-24T11:31:04 | 2025-04-01T06:40:15.490338 | {
"authors": [
"janareit",
"romanbican"
],
"repo": "romanbican/roles",
"url": "https://github.com/romanbican/roles/issues/12",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
622575491 | feat: add react/react-jsx-no-duplicate-props
This pull request implements the react/jsx-no-duplicate-props lint rule, disallowing duplicate props on JSX elements.
References #341
Supersedes #351
Coauthored by @zackargyle
Looks great, thank you!
| gharchive/pull-request | 2020-05-21T15:21:56 | 2025-04-01T06:40:15.513588 | {
"authors": [
"bitpshr",
"sebmck"
],
"repo": "romejs/rome",
"url": "https://github.com/romejs/rome/pull/502",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
234111954 | 0606的版本,导航树里的图标不能显示
网络控制台里显示以下资源404
http://xxx:9091/transmission/web/tr-web-control/style/icons/warning.png
服务器的对应路径下没有该文件
旧版里的资源地址是
http://xxx:9091/transmission/web/tr-web-control/script/easyui/themes/icons/warning.png
应该是icons文件件没一起提交到这里
https://github.com/balonik/transmission-web-control/tree/master/src/tr-web-c... | gharchive/issue | 2017-06-07T07:06:13 | 2025-04-01T06:40:15.533637 | {
"authors": [
"Cye3s",
"DarkAlexWang"
],
"repo": "ronggang/transmission-web-control",
"url": "https://github.com/ronggang/transmission-web-control/issues/90",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1025666100 | How do I change the default path of posh-gvm? (https://github.com/flofreud/posh-gvm/issues/16)
Copy of https://github.com/flofreud/posh-gvm/issues/16
I found that posh-gvm default set its path as C:\Users\user.posh_gvm.
However, in my case, the space of my C: is not very large. So, can I set the default path of posh-... | gharchive/issue | 2021-10-13T20:26:23 | 2025-04-01T06:40:15.538501 | {
"authors": [
"ronnypolley"
],
"repo": "ronnypolley/posh-sdkman",
"url": "https://github.com/ronnypolley/posh-sdkman/issues/38",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2544538362 | ERROR syntax error, unexpected ')', expecting variable (T_VARIABLE)
ERROR syntax error, unexpected ')', expecting variable (T_VARIABLE) in vendor/ronvanderheijden/openid-connect/src/IdTokenResponse.php on line 39.
There is a comma symbol beyond the last parameter in constructor .
public function __construct(
Identi... | gharchive/issue | 2024-09-24T07:07:49 | 2025-04-01T06:40:15.541209 | {
"authors": [
"goldgeer",
"ronvanderheijden",
"stof"
],
"repo": "ronvanderheijden/openid-connect",
"url": "https://github.com/ronvanderheijden/openid-connect/issues/30",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1466840893 | 🛑 SSH 🇬🇧 United Kingdom UKO 2 is down
In b20eb11, SSH 🇬🇧 United Kingdom UKO 2 (http://uks-2.opensvr.net:8080/) was down:
HTTP code: 0
Response time: 0 ms
Resolved: SSH 🇬🇧 United Kingdom UKO 2 is back up in 44799f8.
| gharchive/issue | 2022-11-28T17:52:13 | 2025-04-01T06:40:15.568384 | {
"authors": [
"roosterkid"
],
"repo": "roosterkid/opentunnel-status-server",
"url": "https://github.com/roosterkid/opentunnel-status-server/issues/12767",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1473927004 | 🛑 TROJAN 🇭🇰 Hong Kong HKE 1 is down
In 6b8afe4, TROJAN 🇭🇰 Hong Kong HKE 1 (https://hkt-1.opensvr.net/) was down:
HTTP code: 0
Response time: 0 ms
Resolved: TROJAN 🇭🇰 Hong Kong HKE 1 is back up in cc82206.
| gharchive/issue | 2022-12-03T11:13:20 | 2025-04-01T06:40:15.571060 | {
"authors": [
"roosterkid"
],
"repo": "roosterkid/opentunnel-status-server",
"url": "https://github.com/roosterkid/opentunnel-status-server/issues/13044",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1509122218 | 🛑 XRAY 🇨🇦 Canada CAO 1 is down
In 43f2495, XRAY 🇨🇦 Canada CAO 1 (https://cax-1.openv2ray.com/) was down:
HTTP code: 0
Response time: 0 ms
Resolved: XRAY 🇨🇦 Canada CAO 1 is back up in 51bd40e.
| gharchive/issue | 2022-12-23T09:39:31 | 2025-04-01T06:40:15.573584 | {
"authors": [
"roosterkid"
],
"repo": "roosterkid/opentunnel-status-server",
"url": "https://github.com/roosterkid/opentunnel-status-server/issues/14630",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1509480077 | 🛑 XRAY 🇩🇪 Germany DEH 1 is down
In f37472b, XRAY 🇩🇪 Germany DEH 1 (https://dex-1.openv2ray.com/) was down:
HTTP code: 0
Response time: 0 ms
Resolved: XRAY 🇩🇪 Germany DEH 1 is back up in 54fda12.
| gharchive/issue | 2022-12-23T15:40:00 | 2025-04-01T06:40:15.576307 | {
"authors": [
"roosterkid"
],
"repo": "roosterkid/opentunnel-status-server",
"url": "https://github.com/roosterkid/opentunnel-status-server/issues/14659",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1515093779 | 🛑 TROJAN 🇺🇸 United States USF 1 is down
In 80afc15, TROJAN 🇺🇸 United States USF 1 (https://ust-1.opensvr.net/) was down:
HTTP code: 0
Response time: 0 ms
Resolved: TROJAN 🇺🇸 United States USF 1 is back up in 73b91ba.
| gharchive/issue | 2022-12-31T11:01:04 | 2025-04-01T06:40:15.578774 | {
"authors": [
"roosterkid"
],
"repo": "roosterkid/opentunnel-status-server",
"url": "https://github.com/roosterkid/opentunnel-status-server/issues/15387",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1527712451 | 🛑 V2RAY 🇭🇰 Hong Kong HKM 1 is down
In 569d7c1, V2RAY 🇭🇰 Hong Kong HKM 1 (https://hkv-1.openv2ray.com/) was down:
HTTP code: 0
Response time: 0 ms
Resolved: V2RAY 🇭🇰 Hong Kong HKM 1 is back up in 10730c9.
| gharchive/issue | 2023-01-10T16:51:17 | 2025-04-01T06:40:15.581271 | {
"authors": [
"roosterkid"
],
"repo": "roosterkid/opentunnel-status-server",
"url": "https://github.com/roosterkid/opentunnel-status-server/issues/16367",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1602816428 | 🛑 TROJAN 🇩🇪 Germany DEH 1 is down
In 864ca04, TROJAN 🇩🇪 Germany DEH 1 (https://det-1.opensvr.net/) was down:
HTTP code: 0
Response time: 0 ms
Resolved: TROJAN 🇩🇪 Germany DEH 1 is back up in 6517291.
| gharchive/issue | 2023-02-28T10:58:26 | 2025-04-01T06:40:15.583704 | {
"authors": [
"roosterkid"
],
"repo": "roosterkid/opentunnel-status-server",
"url": "https://github.com/roosterkid/opentunnel-status-server/issues/19536",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1612655809 | 🛑 TROJAN 🇸🇬 Singapore SGO 1 is down
In f8e9d41, TROJAN 🇸🇬 Singapore SGO 1 (https://sgt-2.opensvr.net/) was down:
HTTP code: 0
Response time: 0 ms
Resolved: TROJAN 🇸🇬 Singapore SGO 1 is back up in 1bb81c6.
| gharchive/issue | 2023-03-07T03:36:51 | 2025-04-01T06:40:15.586181 | {
"authors": [
"roosterkid"
],
"repo": "roosterkid/opentunnel-status-server",
"url": "https://github.com/roosterkid/opentunnel-status-server/issues/19840",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1639045625 | 🛑 V2RAY 🇸🇬 Singapore SGO 3 is down
In c235793, V2RAY 🇸🇬 Singapore SGO 3 (https://sgv-4.openv2ray.com/) was down:
HTTP code: 0
Response time: 0 ms
Resolved: V2RAY 🇸🇬 Singapore SGO 3 is back up in 1f36b86.
| gharchive/issue | 2023-03-24T09:38:55 | 2025-04-01T06:40:15.588862 | {
"authors": [
"roosterkid"
],
"repo": "roosterkid/opentunnel-status-server",
"url": "https://github.com/roosterkid/opentunnel-status-server/issues/20635",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1640436836 | 🛑 V2RAY 🇮🇩 Indonesia IDG 1 is down
In 67a7f38, V2RAY 🇮🇩 Indonesia IDG 1 (https://idv-2.openv2ray.com/) was down:
HTTP code: 0
Response time: 0 ms
Resolved: V2RAY 🇮🇩 Indonesia IDG 1 is back up in a6b67d0.
| gharchive/issue | 2023-03-25T08:49:58 | 2025-04-01T06:40:15.591382 | {
"authors": [
"roosterkid"
],
"repo": "roosterkid/opentunnel-status-server",
"url": "https://github.com/roosterkid/opentunnel-status-server/issues/20687",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2039149903 | 🛑 XRAY 🇸🇬 Singapore SGO 2 is down
In ad675d2, XRAY 🇸🇬 Singapore SGO 2 (https://sgx-3.openv2ray.com/) was down:
HTTP code: 0
Response time: 0 ms
Resolved: XRAY 🇸🇬 Singapore SGO 2 is back up in 414bc49.
| gharchive/issue | 2023-12-13T07:51:59 | 2025-04-01T06:40:15.593998 | {
"authors": [
"roosterkid"
],
"repo": "roosterkid/opentunnel-status-server",
"url": "https://github.com/roosterkid/opentunnel-status-server/issues/22308",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2050551770 | 🛑 SSH 🇺🇸 United States USO 1 is down
In b4f31a1, SSH 🇺🇸 United States USO 1 (http://uss-4.optnl.com:8080/) was down:
HTTP code: 0
Response time: 0 ms
Resolved: SSH 🇺🇸 United States USO 1 is back up in cdc7eec.
| gharchive/issue | 2023-12-20T13:28:06 | 2025-04-01T06:40:15.596616 | {
"authors": [
"roosterkid"
],
"repo": "roosterkid/opentunnel-status-server",
"url": "https://github.com/roosterkid/opentunnel-status-server/issues/22836",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2069128993 | 🛑 V2RAY 🇳🇱 Netherlands NLI 1 is down
In 0e8a8c5, V2RAY 🇳🇱 Netherlands NLI 1 (https://nlv-6.openv2ray.com/) was down:
HTTP code: 0
Response time: 0 ms
Resolved: V2RAY 🇳🇱 Netherlands NLI 1 is back up in 260727b.
| gharchive/issue | 2024-01-07T13:23:32 | 2025-04-01T06:40:15.599302 | {
"authors": [
"roosterkid"
],
"repo": "roosterkid/opentunnel-status-server",
"url": "https://github.com/roosterkid/opentunnel-status-server/issues/24061",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2141169904 | 🛑 V2RAY 🇱🇻 Latvia LVH 1 is down
In 57080e8, V2RAY 🇱🇻 Latvia LVH 1 (https://lvv-1.openv2ray.com/) was down:
HTTP code: 0
Response time: 0 ms
Resolved: V2RAY 🇱🇻 Latvia LVH 1 is back up in 850ec18.
| gharchive/issue | 2024-02-18T20:25:21 | 2025-04-01T06:40:15.601984 | {
"authors": [
"roosterkid"
],
"repo": "roosterkid/opentunnel-status-server",
"url": "https://github.com/roosterkid/opentunnel-status-server/issues/27086",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1098201293 | 🛑 XRAY 🇩🇪 Germany DEH 1 is down
In 07a1d70, XRAY 🇩🇪 Germany DEH 1 (https://dex-1.openv2ray.com/) was down:
HTTP code: 0
Response time: 0 ms
Resolved: XRAY 🇩🇪 Germany DEH 1 is back up in 6afcc58.
| gharchive/issue | 2022-01-10T17:52:26 | 2025-04-01T06:40:15.604540 | {
"authors": [
"roosterkid"
],
"repo": "roosterkid/opentunnel-status-server",
"url": "https://github.com/roosterkid/opentunnel-status-server/issues/4783",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1124969783 | 🛑 V2RAY 🇸🇬 Singapore SGV 1 is down
In a23a15b, V2RAY 🇸🇬 Singapore SGV 1 (https://sgv-5.openv2ray.com/) was down:
HTTP code: 0
Response time: 0 ms
Resolved: V2RAY 🇸🇬 Singapore SGV 1 is back up in f8a2fc8.
| gharchive/issue | 2022-02-05T16:26:08 | 2025-04-01T06:40:15.607004 | {
"authors": [
"roosterkid"
],
"repo": "roosterkid/opentunnel-status-server",
"url": "https://github.com/roosterkid/opentunnel-status-server/issues/5302",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1174242920 | 🛑 SSH 🇮🇩 Indonesia IDA 2 is down
In 14b4958, SSH 🇮🇩 Indonesia IDA 2 (http://ids-4.opensvr.net:8080/) was down:
HTTP code: 0
Response time: 0 ms
Resolved: SSH 🇮🇩 Indonesia IDA 2 is back up in 5437b2c.
| gharchive/issue | 2022-03-19T11:23:39 | 2025-04-01T06:40:15.609548 | {
"authors": [
"roosterkid"
],
"repo": "roosterkid/opentunnel-status-server",
"url": "https://github.com/roosterkid/opentunnel-status-server/issues/6110",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1266515434 | 🛑 XRAY 🇸🇬 Singapore SGD 1 is down
In 6390e82, XRAY 🇸🇬 Singapore SGD 1 (https://sgx-3.openv2ray.com/) was down:
HTTP code: 0
Response time: 0 ms
Resolved: XRAY 🇸🇬 Singapore SGD 1 is back up in ac404a5.
| gharchive/issue | 2022-06-09T18:38:34 | 2025-04-01T06:40:15.612022 | {
"authors": [
"roosterkid"
],
"repo": "roosterkid/opentunnel-status-server",
"url": "https://github.com/roosterkid/opentunnel-status-server/issues/7312",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1275742920 | 🛑 TROJAN 🇸🇬 Singapore SGV 1 is down
In 5193ec3, TROJAN 🇸🇬 Singapore SGV 1 (https://sgt-1.opensvr.net/) was down:
HTTP code: 0
Response time: 0 ms
Resolved: TROJAN 🇸🇬 Singapore SGV 1 is back up in 0be4514.
| gharchive/issue | 2022-06-18T09:23:14 | 2025-04-01T06:40:15.614679 | {
"authors": [
"roosterkid"
],
"repo": "roosterkid/opentunnel-status-server",
"url": "https://github.com/roosterkid/opentunnel-status-server/issues/7434",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
941184765 | 🛑 V2RAY 🇳🇱 Netherlands NLB 1 is down
In bd22c25, V2RAY 🇳🇱 Netherlands NLB 1 (https://nlv-1.openv2ray.com/) was down:
HTTP code: 0
Response time: 0 ms
Resolved: V2RAY 🇳🇱 Netherlands NLB 1 is back up in 3e8a069.
| gharchive/issue | 2021-07-10T06:19:36 | 2025-04-01T06:40:15.617162 | {
"authors": [
"roosterkid"
],
"repo": "roosterkid/opentunnel-status-server",
"url": "https://github.com/roosterkid/opentunnel-status-server/issues/837",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1412710332 | 🛑 TROJAN 🇳🇱 Netherlands NLB 1 is down
In ca3dd68, TROJAN 🇳🇱 Netherlands NLB 1 (https://nlt-1.opensvr.net/) was down:
HTTP code: 0
Response time: 0 ms
Resolved: TROJAN 🇳🇱 Netherlands NLB 1 is back up in fbcf789.
| gharchive/issue | 2022-10-18T07:27:50 | 2025-04-01T06:40:15.619671 | {
"authors": [
"roosterkid"
],
"repo": "roosterkid/opentunnel-status-server",
"url": "https://github.com/roosterkid/opentunnel-status-server/issues/9626",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1417362893 | Hunain/issue 12/settings
Related Task # https://github.com/roots-id/roots-react-native/issues/12
ChangeLog:
Added settings screen
Added developer screen link with dummy on settings
Added save screen with mock data
Implemented Picker Component to look better on IOS , previously it was not working with current styling... | gharchive/pull-request | 2022-10-20T22:03:36 | 2025-04-01T06:40:15.649400 | {
"authors": [
"2byrds",
"HunnySajid"
],
"repo": "roots-id/roots-react-native",
"url": "https://github.com/roots-id/roots-react-native/pull/15",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
659527591 | Feature request: Confirm Reboot/PowerOff
When I wanted to reboot my Pi, in the menu I choose 'Reboot' and it just rebooted.
Exactly what it should do of course.
What about a confirmation: Are you sure? A mistake is easily made.
Same with 'Off' probably. Did not try that.
Feel free to give this a try - sounds like a... | gharchive/issue | 2020-07-17T18:50:33 | 2025-04-01T06:40:15.663625 | {
"authors": [
"adevoss",
"frennkie",
"rootzoll"
],
"repo": "rootzoll/raspiblitz",
"url": "https://github.com/rootzoll/raspiblitz/issues/1354",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
989418103 | Test & Fix CLN-Rescue Export & Import
Tested the CLN-Import from an older/veryearly c-lightning node ... the test failed. To be retested.
Test worked with RC3 - closing issue.
| gharchive/issue | 2021-09-06T20:15:52 | 2025-04-01T06:40:15.665053 | {
"authors": [
"rootzoll"
],
"repo": "rootzoll/raspiblitz",
"url": "https://github.com/rootzoll/raspiblitz/issues/2517",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1184939356 | [CL] CLBOSS needs a warning
I was close to a heart attack today when I installed CLBOSS via the Blitz menu and suddenly funds were seemingly moving out of my CL node. Just CLBOSS doing its thing, but this needs a proper warning that CLBOSS is taking control over funds and will take action right after installation.
... | gharchive/issue | 2022-03-29T14:13:30 | 2025-04-01T06:40:15.667295 | {
"authors": [
"kilrau",
"openoms",
"rootzoll"
],
"repo": "rootzoll/raspiblitz",
"url": "https://github.com/rootzoll/raspiblitz/issues/3043",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1606587321 | btcpay update v1.8.2, postgres database fix
btcpay update and database creation modified to follow:
https://docs.btcpayserver.org/BTCPayServer/db-migration/
migration is not done yet automatically for old sqlite instances - will test migrating an old store first
cc @NicolasDorier
covers #3701
@openoms plz merge if ... | gharchive/pull-request | 2023-03-02T11:01:28 | 2025-04-01T06:40:15.669030 | {
"authors": [
"openoms",
"rootzoll"
],
"repo": "rootzoll/raspiblitz",
"url": "https://github.com/rootzoll/raspiblitz/pull/3697",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2740538210 | 🛑 Oshi is down
In f8e053a, Oshi (https://oshi.at) was down:
HTTP code: 0
Response time: 0 ms
Resolved: Oshi is back up in 82eb21b after 6 minutes.
| gharchive/issue | 2024-12-15T10:45:58 | 2025-04-01T06:40:15.671389 | {
"authors": [
"roozbehzarei"
],
"repo": "roozbehzarei/filester-status",
"url": "https://github.com/roozbehzarei/filester-status/issues/266",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2147728676 | Add MuJoCo by FZI
ros2_control system interface for MuJoCo. Not tested but looks great!
@mergifyio backport humble iron
@christophfroehlich
Thanks for spotting and referencing that implementation! However, I'm afraid that's a little robot dependent at the moment. As far as I'm concerned, MuJoCo needs a specific c... | gharchive/pull-request | 2024-02-21T21:17:47 | 2025-04-01T06:40:15.797465 | {
"authors": [
"christophfroehlich",
"stefanscherzinger",
"traversaro"
],
"repo": "ros-controls/control.ros.org",
"url": "https://github.com/ros-controls/control.ros.org/pull/250",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1591752438 | Remove publish_rate parameter
It was removed https://github.com/ros-controls/ros2_controllers/pull/468
CI is failing, the service_msgs package was added 3 weeks ago https://github.com/ros2/rcl_interfaces/commits/rolling/service_msgs and it was released last week, maybe a package that uses this dependency is not rel... | gharchive/pull-request | 2023-02-20T12:17:47 | 2025-04-01T06:40:15.800573 | {
"authors": [
"ahcorde",
"tonynajjar"
],
"repo": "ros-controls/gazebo_ros2_control",
"url": "https://github.com/ros-controls/gazebo_ros2_control/pull/179",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2678509647 | Fixes for 24.04 build
Related to https://github.com/ros-industrial/reach/pull/83
Fix MPI_C not found error similar to https://github.com/ros-industrial/reach/pull/82
Use tf2_eigen.hpp instead of tf2_eigen.h https://github.com/ros2/geometry2/pull/645
Closing; addressed in #35 and #39; thanks for bringing this up
| gharchive/pull-request | 2024-11-21T08:29:51 | 2025-04-01T06:40:15.830096 | {
"authors": [
"marip8",
"r7vme"
],
"repo": "ros-industrial/reach_ros2",
"url": "https://github.com/ros-industrial/reach_ros2/pull/38",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1395859136 | Not understand MoveItGroupInterface
Description
I've downloaded Universalrobots driver and followed the procedure to use moveIt!2, it actually works what showed in the README and i use "ur_manipulator" in Rviz to move my arm. But my interest is to use moveit2_tutorials to send pose and design a pick and place applica... | gharchive/issue | 2022-10-04T08:23:25 | 2025-04-01T06:40:15.864796 | {
"authors": [
"enriLoniterp",
"felipebapa",
"jwson97",
"okvik",
"sjahr"
],
"repo": "ros-planning/moveit2_tutorials",
"url": "https://github.com/ros-planning/moveit2_tutorials/issues/525",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
1305337441 | renamed cartesian limits file
Description
Renamed cartesian_limits.yaml to avoid warning when running dual arm demo
Checklist
[ ] Required by CI: Code is auto formatted using clang-format
[ ] While waiting for someone to review your request, please consider reviewing another open pull request to support the maintain... | gharchive/pull-request | 2022-07-14T22:08:25 | 2025-04-01T06:40:15.867877 | {
"authors": [
"henrygerardmoore",
"vatanaksoytezer"
],
"repo": "ros-planning/moveit2_tutorials",
"url": "https://github.com/ros-planning/moveit2_tutorials/pull/472",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
933150880 | Clean up move_group and moveit_cpp tutorials
Description
Added panda_hand_controller to the loaded controllers in launch files
switched joint_state_controller to joint_state_broadcaster
updated visual_tools text to snake case for better readability
added collision object example to moveit_cpp tutorial (I am planning... | gharchive/pull-request | 2021-06-29T22:26:27 | 2025-04-01T06:40:15.871325 | {
"authors": [
"MarqRazz",
"vatanaksoytezer"
],
"repo": "ros-planning/moveit2_tutorials",
"url": "https://github.com/ros-planning/moveit2_tutorials/pull/93",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
138573467 | geometry_experimental: 0.5.13-0 in 'jade/distribution.yaml' [bloom]
Increasing version of package(s) in repository geometry_experimental to 0.5.13-0:
upstream repository: https://github.com/ros/geometry_experimental.git
release repository: https://github.com/ros-gbp/geometry_experimental-release.git
distro file: jad... | gharchive/pull-request | 2016-03-04T20:06:45 | 2025-04-01T06:40:15.888067 | {
"authors": [
"tfoote"
],
"repo": "ros/rosdistro",
"url": "https://github.com/ros/rosdistro/pull/10619",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
382282305 | pacmod3: 1.2.0-0 in 'lunar/distribution.yaml' [bloom]
Increasing version of package(s) in repository pacmod3 to 1.2.0-0:
upstream repository: https://github.com/astuff/pacmod3.git
release repository: https://github.com/astuff/pacmod3-release.git
distro file: lunar/distribution.yaml
bloom version: 0.6.9
previous vers... | gharchive/pull-request | 2018-11-19T16:02:46 | 2025-04-01T06:40:15.891753 | {
"authors": [
"JWhitleyAStuff",
"tfoote"
],
"repo": "ros/rosdistro",
"url": "https://github.com/ros/rosdistro/pull/19495",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
751323948 | add python3-xmltodict-pip package
Signed-off-by: Masaya Kataoka ms.kataoka@gmail.com
xmltodict Packages in rosdistro is Python2 version.
https://packages.ubuntu.com/search?keywords=python-xmltodict&searchon=names&suite=groovy§ion=all
We want to use it with Python3, so we want to add python3-xmltodict-pip package ... | gharchive/pull-request | 2020-11-26T06:30:44 | 2025-04-01T06:40:15.895749 | {
"authors": [
"hakuturu583"
],
"repo": "ros/rosdistro",
"url": "https://github.com/ros/rosdistro/pull/27499",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
1742001258 | Revert "mavlink: 2023.5.5-1 in 'melodic/distribution.yaml' [bloom] (#…
…37150)"
This reverts commit 18c62e19dfc6dd53258cc14c76903fc00cd6ce22.
This has failed to build since it was merged: https://build.ros.org/job/Mbin_uB64__mavlink__ubuntu_bionic_amd64__binary/ . FYI @vooon
@clalancette i've updated patches and c... | gharchive/pull-request | 2023-06-05T15:14:57 | 2025-04-01T06:40:15.897916 | {
"authors": [
"clalancette",
"vooon"
],
"repo": "ros/rosdistro",
"url": "https://github.com/ros/rosdistro/pull/37469",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
2688342614 | log_view: 0.2.4-1 in 'iron/distribution.yaml' [bloom]
Increasing version of package(s) in repository log_view to 0.2.4-1:
upstream repository: https://github.com/hatchbed/log_view.git
release repository: https://github.com/ros2-gbp/log_view-release.git
distro file: iron/distribution.yaml
bloom version: 0.12.0
previo... | gharchive/pull-request | 2024-11-24T20:32:27 | 2025-04-01T06:40:15.901074 | {
"authors": [
"clalancette",
"malban"
],
"repo": "ros/rosdistro",
"url": "https://github.com/ros/rosdistro/pull/43645",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
66045365 | Updated rosdep rules for the libaria package
Updated rosdep rules to use the binary libaria-dev package, where available.
Fixed.
| gharchive/pull-request | 2015-04-03T01:12:19 | 2025-04-01T06:40:15.901898 | {
"authors": [
"dmiklic"
],
"repo": "ros/rosdistro",
"url": "https://github.com/ros/rosdistro/pull/7758",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
333683451 | Add dependency on system poco.
If there is a suitable system version of poco, prefer to use it rather
than building poco locally. For bouncy the necessary version of poco is
available from the bionic repositories.
Necessary to bloom poco_vendor without patching.
Thanks for your review @mjcarroll I realized just aft... | gharchive/pull-request | 2018-06-19T13:56:10 | 2025-04-01T06:40:15.910727 | {
"authors": [
"nuclearsandwich",
"paulbovbel"
],
"repo": "ros2/poco_vendor",
"url": "https://github.com/ros2/poco_vendor/pull/18",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
123872783 | Jekyll build error, Wrong Argument Type, Expected String
Configuration file: /Users/ziluweng/Documents/gitHub/kasper/_config.yml
Deprecation: You appear to have pagination turned on, but you haven't included the jekyll-paginate gem. Ensure you have gems: [jekyll-paginate] in your configuration file.
Source: /Users/zi... | gharchive/issue | 2015-12-25T10:44:24 | 2025-04-01T06:40:15.944209 | {
"authors": [
"adamatan",
"iamsebastian",
"kweng2",
"rosario",
"stephentu"
],
"repo": "rosario/kasper",
"url": "https://github.com/rosario/kasper/issues/24",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
245173970 | Fix 202
Here are a few fixes from flight testing on Friday, and fixing unit test issues.
I don't know why it is failing on Travis. It works on my machine. I'll work on that later.
This should be ready to go!
| gharchive/pull-request | 2017-07-24T18:48:38 | 2025-04-01T06:40:15.971995 | {
"authors": [
"superjax"
],
"repo": "rosflight/firmware",
"url": "https://github.com/rosflight/firmware/pull/221",
"license": "bsd-3-clause",
"license_type": "permissive",
"license_source": "bigquery"
} |
975629445 | Added config node source nodelet indication
Config file now specifies if the node is a "normal" node or a "nodelet".
Note that we could make kind optional and default to NORMAL.
Note that we could make kind optional and default to NORMAL.
Made this change - default is now NODE.
| gharchive/pull-request | 2021-08-20T13:50:00 | 2025-04-01T06:40:15.982863 | {
"authors": [
"schmerl"
],
"repo": "rosqual/rosdiscover",
"url": "https://github.com/rosqual/rosdiscover/pull/159",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2467953780 | [ISSUE] 405 Method Not Allowed - AskNavidrome -> Navidrome
Describe the issue
I have managed to create the Alexa skill, set up the asknavidrome service and expose it via Tailscale Funnel + nginx, but I get this log when I look at my systemctl status for the asknavidrome podman service.
Operating System
NixOS
To Repro... | gharchive/issue | 2024-08-15T12:26:40 | 2025-04-01T06:40:16.002006 | {
"authors": [
"jackoliver",
"rosskouk"
],
"repo": "rosskouk/asknavidrome",
"url": "https://github.com/rosskouk/asknavidrome/issues/47",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
530857874 | Brave instead of Chrome?
Is it possible to use Brave browser instead of Chrome?
It's supposedly build off of Chromium, if that helps?
Sorry I don't know much so I'm not even sure if this is a valid question to ask.
Thanks!
@hebron-george Sure if it's built on Chrome then it should work. Check out https://github.com... | gharchive/issue | 2019-12-02T02:56:23 | 2025-04-01T06:40:16.257014 | {
"authors": [
"hebron-george",
"route"
],
"repo": "route/ferrum",
"url": "https://github.com/route/ferrum/issues/35",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2178637460 | [pgadmin4] Bump appVersion to v8.4
What this PR does / why we need it:
This update of pgAdmin4 fixes CVE-2024-2044.
Which issue this PR fixes
none
Special notes for your reviewer:
Checklist
[Place an '[x]' (no spaces) in all applicable fields. Please remove unrelated fields.]
[x] DCO signed
[x] Chart Version bumped
... | gharchive/pull-request | 2024-03-11T09:21:21 | 2025-04-01T06:40:16.279289 | {
"authors": [
"jstsddg",
"rowanruseler"
],
"repo": "rowanruseler/helm-charts",
"url": "https://github.com/rowanruseler/helm-charts/pull/245",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2039763925 | 🛑 Umiya Agro Solvex is down
In aea62c5, Umiya Agro Solvex (https://umiyaagrosolvex.com/) was down:
HTTP code: 0
Response time: 0 ms
Resolved: Umiya Agro Solvex is back up in f4ddc26 after 5 minutes.
| gharchive/issue | 2023-12-13T13:53:41 | 2025-04-01T06:40:16.327965 | {
"authors": [
"rpharaniya"
],
"repo": "rpharaniya/websites-uptime-monitor",
"url": "https://github.com/rpharaniya/websites-uptime-monitor/issues/1658",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1679007445 | 🛑 Breze Cleaning is down
In 8ad4373, Breze Cleaning (https://brezecleaning.com/) was down:
HTTP code: 504
Response time: 6313 ms
Resolved: Breze Cleaning is back up in 29e6f76.
| gharchive/issue | 2023-04-21T19:47:44 | 2025-04-01T06:40:16.330392 | {
"authors": [
"rpharaniya"
],
"repo": "rpharaniya/websites-uptime-monitor",
"url": "https://github.com/rpharaniya/websites-uptime-monitor/issues/291",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
744262558 | Support for arm64
Addresses #13
This PR modifies build tags for ws2811_sim.go and ws2811_arm.go (also renamed to ws2811_hw.go) to support building for arm64 targets like the Raspberry Pi 4B
This has been tested, and works directly compiling on a Raspberry Pi 4B running Ubuntu 20.10 server for arm64.
Thank you @onne... | gharchive/pull-request | 2020-11-16T22:47:32 | 2025-04-01T06:40:16.333215 | {
"authors": [
"onnenon",
"supcik"
],
"repo": "rpi-ws281x/rpi-ws281x-go",
"url": "https://github.com/rpi-ws281x/rpi-ws281x-go/pull/14",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
593526753 | updates readme
Issue that this pull request solves
Solves: updates readme
Proposed changes
Updates readme - added new commands details, added wiki link
Types of changes
Put an x in the boxes that apply
[ ] Bugfix (non-breaking change which fixes an issue)
[ ] New feature (non-breaking change which adds functionalit... | gharchive/pull-request | 2020-04-03T17:17:27 | 2025-04-01T06:40:16.377276 | {
"authors": [
"rpotter12"
],
"repo": "rpotter12/whatsapp-play",
"url": "https://github.com/rpotter12/whatsapp-play/pull/276",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1490346728 | 🛑 Tu Empleo Ideal is down
In 65c937e, Tu Empleo Ideal (http://www.vacantestei.com/home) was down:
HTTP code: 0
Response time: 0 ms
Resolved: Tu Empleo Ideal is back up in 32e73cd.
| gharchive/issue | 2022-12-11T19:14:27 | 2025-04-01T06:40:16.386011 | {
"authors": [
"rrc011"
],
"repo": "rrc011/tuempleo-ideal-status",
"url": "https://github.com/rrc011/tuempleo-ideal-status/issues/88",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1971039196 | Multiple errors on creation
In the part where the images are chosen, an error appears, which I attach, and after that part where all the parameters that were configured are confirmed, when creating the files, more errors also appear, which I also attach.
Last Version Version [e.g. 1.0.0.0-alpha-8]
It was a pro... | gharchive/issue | 2023-10-31T18:08:20 | 2025-04-01T06:40:16.388795 | {
"authors": [
"rubgeax"
],
"repo": "rrirower/DP2SceneGraphWizard",
"url": "https://github.com/rrirower/DP2SceneGraphWizard/issues/49",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1164237843 | ProviderOrFamily not exposed
Could you please expose ProviderOrFamily so we can reference it?
We need it in some implementation of writing custom state notifier provider builder, the generics can get too long so we are writing these helper to shorten that, but then we cannot declare the type of ' List? dependencies... | gharchive/issue | 2022-03-09T17:31:38 | 2025-04-01T06:40:16.391512 | {
"authors": [
"erabti",
"rrousselGit"
],
"repo": "rrousselGit/river_pod",
"url": "https://github.com/rrousselGit/river_pod/issues/1266",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1323473117 | Project doesn't compile if the type of certain providers is not explicitly specified
To Reproduce
import 'package:flutter/material.dart';
import 'package:flutter_riverpod/flutter_riverpod.dart';
final progressProvider = Provider((ref) {
return 0.5.clamp(0.0, 1.0);
});
void main() {
runApp(
const MaterialApp... | gharchive/issue | 2022-07-31T14:11:51 | 2025-04-01T06:40:16.396134 | {
"authors": [
"UCetinkaya94",
"rrousselGit"
],
"repo": "rrousselGit/riverpod",
"url": "https://github.com/rrousselGit/riverpod/issues/1521",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1805601376 | Update README.md
Updated installation instructions for GPU support.
This definitely looks like an improvement to me. I approved the CI run and can merge when it completes.
Codecov Report
Merging #121 (a392641) into main (2ebe147) will not change coverage.
The diff coverage is n/a.
@@ Coverage Diff ... | gharchive/pull-request | 2023-07-14T21:26:04 | 2025-04-01T06:40:16.419326 | {
"authors": [
"DorisMai",
"codecov-commenter",
"kmdalton"
],
"repo": "rs-station/careless",
"url": "https://github.com/rs-station/careless/pull/121",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
92303121 | My application crash in Iphone4s & IOS8.3
Filtered syslog:
2015-06-25 23:54:58.769 Meet[390]: <Error> objc[390]: Class SDImageCache is implemented in both /private/var/mobile/Containers/Bundle/Application/302D9935-E381-46AE-8D03-B58829D2CD24/Meet.app/Frameworks/SDWebImage.framework/SDWebImage and /private/var/mobile/... | gharchive/issue | 2015-07-01T07:40:59 | 2025-04-01T06:40:16.424906 | {
"authors": [
"bpoplauschi",
"cbowns",
"mythodeia",
"wodetian"
],
"repo": "rs/SDWebImage",
"url": "https://github.com/rs/SDWebImage/issues/1202",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
511790330 | adjust aqua and blue in the light variant
Aqua and blue are not distinguishable enough in the light variant, I'm tring to make them more distinguishable.
Hmmm, I think it can be a little bit difficult to distinguish them in the light variant, but I think the original is decent enough as is. The new version seems a ... | gharchive/pull-request | 2019-10-24T08:30:56 | 2025-04-01T06:40:16.427306 | {
"authors": [
"rsaihe",
"sainnhe"
],
"repo": "rsaihe/gruvbox-material-kitty",
"url": "https://github.com/rsaihe/gruvbox-material-kitty/pull/2",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
170959566 | point bower "main" at the build wad.js file
From the current bower.json:
"main": "wad.js",
wad.js is inside build/ though, so tools like wiredep and bowerRequirejs can't find it. I suggest pointing it at build/wad.js. I could be missing something though! Thoughts?
Thanks for contributing!
| gharchive/pull-request | 2016-08-12T21:07:59 | 2025-04-01T06:40:16.460173 | {
"authors": [
"mwcz",
"rserota"
],
"repo": "rserota/wad",
"url": "https://github.com/rserota/wad/pull/69",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1533734185 | #4 update video display
キャプチャしたフレーム数を表示するようにした
エンコード動画ファイル名にfpsを追加した
手元の環境で動作確認した
マージするぜ
| gharchive/pull-request | 2023-01-15T09:26:38 | 2025-04-01T06:40:16.482226 | {
"authors": [
"rsna6ce"
],
"repo": "rsna6ce/3dp_timelapse",
"url": "https://github.com/rsna6ce/3dp_timelapse/pull/6",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
437533585 | Let! shadowing
Here's the behaviour in question, this test fails.
describe do
let!(:foo) { 1 }
context do
let(:foo) { raise "boom" }
it {}
end
end
The inner foo overrides the outer foo's behaviour, but it doesn't turn foo into a let from a let!. This isn't what I would expect although I understand wh... | gharchive/issue | 2019-04-26T07:19:51 | 2025-04-01T06:40:16.500270 | {
"authors": [
"JonRowe",
"benoittgt",
"danielwaterworth",
"mikegee"
],
"repo": "rspec/rspec-core",
"url": "https://github.com/rspec/rspec-core/issues/2620",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
2285981 | Modules included in example groups aren't visible in Ruby 1.9.3
In Ruby 1.9.3, when including a module in an example group, constants defined in the module aren't in scope:
module X
module Y
def self.a_method
5
end
end
end
describe X::Y do
include X
it "can access Y" do
Y.a_method.should =... | gharchive/issue | 2011-11-18T23:56:55 | 2025-04-01T06:40:16.504782 | {
"authors": [
"garybernhardt",
"justinko"
],
"repo": "rspec/rspec-core",
"url": "https://github.com/rspec/rspec-core/issues/506",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1602123410 | https://relishapp.com/rspec shows application error
Currently https://relishapp.com/rspec shows application error.
Could you investigate it?
Related issue: https://github.com/rspec/rspec-metagem/issues/70 , https://github.com/rspec/doc-site/issues/5
👋 There is an issue with relishapp at the moment, you can find o... | gharchive/issue | 2023-02-27T23:39:09 | 2025-04-01T06:40:16.508017 | {
"authors": [
"JonRowe",
"JunichiIto"
],
"repo": "rspec/rspec-metagem",
"url": "https://github.com/rspec/rspec-metagem/issues/71",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2176000417 | Only load example group modules when they're used
Currently the example group modules for all spec types are always loaded, regardless of which type of spec is being run. Some of those modules force parts of the user's application to load; for example, RSpec::Rails::HelperExampleGroup includes ActionView::TestCase::B... | gharchive/pull-request | 2024-03-08T13:00:38 | 2025-04-01T06:40:16.511388 | {
"authors": [
"JonRowe",
"eugeneius"
],
"repo": "rspec/rspec-rails",
"url": "https://github.com/rspec/rspec-rails/pull/2742",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1434545908 | Any clue how to implement zio2 FiberRef?
Expression type:
FiberRef[Map[String, Any]]
Symbol signature:
def await[F[$1], T, G[$2]](f: F[T])(using am: CpsAwaitable[F], ctx: CpsMonadContext[G]): T
Pseudofunction, which can be used inside async block, to 'await' (i.e. receive value of t:T from ft:F[T]).
Can't find cps.Cp... | gharchive/issue | 2022-11-03T12:01:57 | 2025-04-01T06:40:16.517571 | {
"authors": [
"rssh",
"wiltonlazary"
],
"repo": "rssh/cps-async-connect",
"url": "https://github.com/rssh/cps-async-connect/issues/4",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
130329103 | License
Hello @rssh and @alisa-rend,
I wasn't able to find a license in the project.
scala-gopher was supposed to be open source or is it a proprietary software?
What are the restriction in using and expanding it?
Yes, it's open source.
License default is Apache [http://www.apache.org/licenses/LICENSE-2.0].
If you ... | gharchive/issue | 2016-02-01T10:56:34 | 2025-04-01T06:40:16.520340 | {
"authors": [
"JoaoGFarias",
"rssh"
],
"repo": "rssh/scala-gopher",
"url": "https://github.com/rssh/scala-gopher/issues/9",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
206105577 | Error while connecting with spark with sparkly using RStudio with Kerberos enabled machines
I have 2 machine clustor. I am trying to connect to spark. When I try to connect using R shell, It is working fine.
Getting following error from Rstudio.
Connection:
sc <- spark_connect(master="yarn-client",spark_home = "/usr/... | gharchive/issue | 2017-02-08T06:12:08 | 2025-04-01T06:40:16.610600 | {
"authors": [
"GitanjaliThete",
"javierluraschi",
"kevinykuo"
],
"repo": "rstudio/sparklyr",
"url": "https://github.com/rstudio/sparklyr/issues/475",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
162953974 | Working with YARN cluster in client mode
How to connect to yarn cluster in yarn-client mode?
With SparkR my connection looks like:
spark_env = list('spark.executor.memory' = '8g',
'spark.executor.instances' = '32',
'spark.executor.cores' = '4',
'spark.driver.memory'... | gharchive/issue | 2016-06-29T15:22:05 | 2025-04-01T06:40:16.613363 | {
"authors": [
"dselivanov",
"javierluraschi"
],
"repo": "rstudio/sparklyr",
"url": "https://github.com/rstudio/sparklyr/issues/50",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
317772329 | Support sign in and sign up with GH/GL/BB
While this was technically supported if you knew the URLs, this adds formal support for logging in and signing up with our providers (currently GitHub, BitBucket, and GitLab).
How this works
Let's say your user account already is connected to GitHub because you actually use ... | gharchive/pull-request | 2018-04-25T19:58:38 | 2025-04-01T06:40:16.634681 | {
"authors": [
"davidfischer",
"ericholscher"
],
"repo": "rtfd/readthedocs.org",
"url": "https://github.com/rtfd/readthedocs.org/pull/4022",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
172718470 | Can't modif
Hello
When I do the following to bypass network check, get error "unable to execute script Applescript"
Download/install the app, browse the package contents, and copy "installer_build_components.tgz" into a temporary directory somewhere. Extract the contents of "installer_build_components.tgz"
Edit ... | gharchive/issue | 2016-08-23T14:44:04 | 2025-04-01T06:40:16.667508 | {
"authors": [
"chillus",
"rtrouton"
],
"repo": "rtrouton/First_Boot_Package_Install_Generator",
"url": "https://github.com/rtrouton/First_Boot_Package_Install_Generator/issues/3",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
161651842 | modify become-spongy.sh to apply changes for working mail package for android
This changes the become-spongy.sh script to get mail packages working in android see #20 for the result after appying the script
nice..
| gharchive/pull-request | 2016-06-22T10:59:05 | 2025-04-01T06:40:16.677673 | {
"authors": [
"Skywalker-11",
"dawud-tan"
],
"repo": "rtyley/spongycastle",
"url": "https://github.com/rtyley/spongycastle/pull/21",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
223962072 | run problem and main file
how to run this project..where is the main file of this program
In the test path
src/test/java/com/github/ruananswer/
| gharchive/issue | 2017-04-24T21:52:11 | 2025-04-01T06:40:16.679582 | {
"authors": [
"dhiru1990",
"ruananswer"
],
"repo": "ruananswer/twitter-anomalyDetection-java",
"url": "https://github.com/ruananswer/twitter-anomalyDetection-java/issues/2",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
1931229600 | Store current workspaceId into hash
Description
Issues Resolved
Screenshot
Testing the changes
Check List
[ ] All tests pass
[ ] yarn test:jest
[ ] yarn test:jest_integration
[ ] yarn test:ftr
[ ] New functionality includes testing.
[ ] New functionality has been documented.
[ ] Update CHANGELOG.md
[ ] Commi... | gharchive/pull-request | 2023-10-07T07:08:58 | 2025-04-01T06:40:16.691658 | {
"authors": [
"SuZhou-Joe",
"codecov-commenter"
],
"repo": "ruanyl/OpenSearch-Dashboards",
"url": "https://github.com/ruanyl/OpenSearch-Dashboards/pull/209",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
702284792 | Make most constants private
Constants for node.rb are left as is (other cops depend on them)
Constants for node_pattern.rb are left as is (whole class is @api private)
| gharchive/pull-request | 2020-09-15T21:26:21 | 2025-04-01T06:40:16.709641 | {
"authors": [
"marcandre",
"sergeev17"
],
"repo": "rubocop-hq/rubocop-ast",
"url": "https://github.com/rubocop-hq/rubocop-ast/pull/114",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
724506172 | FactoryBot/AttributeDefinedStatically doesn't work well
When processing the following code:
# spec/lib/application/configuration_spec.rb
describe '.ignore' do
context 'when the block is given' do
it 'changes the count of the registered regex' do
expect do
described_class.ignore do |ignore|
... | gharchive/issue | 2020-10-19T11:01:27 | 2025-04-01T06:40:16.721667 | {
"authors": [
"bquorning",
"chubchenko",
"pirj"
],
"repo": "rubocop-hq/rubocop-rspec",
"url": "https://github.com/rubocop-hq/rubocop-rspec/issues/1044",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
280419606 | todo file is not taken in to account if cop is in the configuration
When regenerating the todo file, if there is a configuration in .rubocop.yml is duplicated and when running rubocop having a cop in both .rubocop.yml and .rubocop_todo.yml the cop only exclude the ones in .rubocop.yml. This affect Rails/SkipsModelVal... | gharchive/issue | 2017-12-08T09:02:32 | 2025-04-01T06:40:16.727837 | {
"authors": [
"Ana06"
],
"repo": "rubocop-hq/rubocop",
"url": "https://github.com/rubocop-hq/rubocop/issues/5199",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
28587412 | Ignore Rubocop Errors
How can I ignore certain Rubocop errors? I am trying to ignore this one for example:
Method has too many lines. [11/10]
Is there a way to reference that error in some dot file? Note that I am running it in Emacs using Flycheck.
Thanks,
For further reference, the new link for "Disabling Cops W... | gharchive/issue | 2014-03-02T20:22:30 | 2025-04-01T06:40:16.730465 | {
"authors": [
"georgemillo",
"natakina",
"nayefc"
],
"repo": "rubocop-hq/rubocop",
"url": "https://github.com/rubocop-hq/rubocop/issues/849",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1403161642 | Disallow method names with send and public_send
Is your feature request related to a problem? Please describe.
every so often ruby programmers need to write code that sends data somewhere
Then they add a method that they name send
another developer adds a TODO comment "don't overwrite that ruby method"
Even though ... | gharchive/issue | 2022-10-10T13:15:11 | 2025-04-01T06:40:16.735475 | {
"authors": [
"klyonrad",
"koic"
],
"repo": "rubocop/rubocop",
"url": "https://github.com/rubocop/rubocop/issues/11061",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1576250039 | [Fix #11549] Fix an error for third party cops
Fixes #11549.
This PR fixes an error for third party cops when inheriting RuboCop::Cop::Cop. It makes the same changes to RuboCop::Cop::Cop as RuboCop::Cop::Base in #10839. Confirmed that rubocop-i18n tests pass again.
Before submitting the PR make sure the following ar... | gharchive/pull-request | 2023-02-08T14:44:57 | 2025-04-01T06:40:16.740560 | {
"authors": [
"bbatsov",
"koic"
],
"repo": "rubocop/rubocop",
"url": "https://github.com/rubocop/rubocop/pull/11550",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
450514848 | Export-RubrikDatabasejob pass json file in SQL Server Agent Job
When I use the following script in a SQL Agent job as a cmdshell script type
powershell.exe D:\Powershell\Rubrik\Export-RubrikDatabasejob.ps1 -Jobfile Export-RubrikDatabaseJobFile.json Nothing happens and I get the following message in the job history
T... | gharchive/issue | 2019-05-30T21:28:49 | 2025-04-01T06:40:16.830806 | {
"authors": [
"clumnah",
"rwyoung01"
],
"repo": "rubrikinc/rubrik-scripts-for-powershell",
"url": "https://github.com/rubrikinc/rubrik-scripts-for-powershell/issues/91",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
992015522 | Integrating ruby/debug with Rails to replace byebug through a single "debugger" call
Love the progress with this! We'd very much like to make ruby/debug the default debugger in Rails 7. This would replace byebug, which has been the default for 7 years. But to do that, and retain the same developer experience, we're l... | gharchive/issue | 2021-09-09T09:42:50 | 2025-04-01T06:40:16.869485 | {
"authors": [
"dhh",
"fxn",
"ko1",
"rafaelfranca",
"st0012"
],
"repo": "ruby/debug",
"url": "https://github.com/ruby/debug/issues/261",
"license": "BSD-2-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
1645449209 | Restart threads on DAP evaluation
This makes sure DAP evaluation request also doesn't hang.
See #947 for the original console implementation.
@ono-max I tried implementing the same change for CDP as well but it still hangs. So I will leave that to you.
[master]$ git diff
diff --git a/lib/debug/server_dap.rb b/lib... | gharchive/pull-request | 2023-03-29T10:01:40 | 2025-04-01T06:40:16.873531 | {
"authors": [
"ko1",
"st0012"
],
"repo": "ruby/debug",
"url": "https://github.com/ruby/debug/pull/950",
"license": "BSD-2-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
1836805411 | Rename RescueNode#exception to RescueNode#reference
Fixes #1160
Okay, let me know when it's ready.
I'm closing out for the weekend so going to merge this. I really want to figure this out going forward, otherwise it's impossible to make breaking changes without waiting for y'all to make changes. Maybe we could ma... | gharchive/pull-request | 2023-08-04T14:01:57 | 2025-04-01T06:40:16.891772 | {
"authors": [
"enebo",
"eregon",
"kddnewton"
],
"repo": "ruby/yarp",
"url": "https://github.com/ruby/yarp/pull/1204",
"license": "MIT",
"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.