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 |
|---|---|---|---|---|---|
2044264817 | #458 alternative
Does not work.
| gharchive/pull-request | 2023-12-15T19:25:09 | 2025-04-01T06:46:27.091188 | {
"authors": [
"jglick"
],
"repo": "jenkinsci/ssh-slaves-plugin",
"url": "https://github.com/jenkinsci/ssh-slaves-plugin/pull/459",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1221690398 | 别的都挺好,能不能加个json形式secret一键配置?
使用secret配置的原因是避免暴露你的账号密码以及地理位置等信息,若使用json配置,这些信息将直接暴露在公网。
如果是多账号懒得配置的话可以看看我仓库改的,多账号整合为一个environment.
你们不知道secret里面也可以放json字符串吗。。。
| gharchive/issue | 2022-04-30T01:52:22 | 2025-04-01T06:46:27.129563 | {
"authors": [
"LINGJP",
"LeslieLeung",
"zxcvbnm3057"
],
"repo": "jimlee2002/Actions-WoZaiXiaoYuanPuncher",
"url": "https://github.com/jimlee2002/Actions-WoZaiXiaoYuanPuncher/issues/53",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1222876013 | Update wzxy_dailyreport.yml
_ No description provided. _
| gharchive/pull-request | 2022-05-02T13:15:51 | 2025-04-01T06:46:27.130434 | {
"authors": [
"crazyjackkong"
],
"repo": "jimlee2002/Actions-WoZaiXiaoYuanPuncher",
"url": "https://github.com/jimlee2002/Actions-WoZaiXiaoYuanPuncher/pull/54",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2241637083 | update sixthpost
👷 Deploy Preview for joharehawkinslofthouse processing.
Name
Link
🔨 Latest commit
3691286285614858300ec6ee0d88db7b73356fb7
🔍 Latest deploy log
https://app.netlify.com/sites/joharehawkinslofthouse/deploys/661aad236ae25e00080bce50
| gharchive/pull-request | 2024-04-13T16:04:49 | 2025-04-01T06:46:27.144853 | {
"authors": [
"joharehl"
],
"repo": "joharehl/joharehawkinslofthouse",
"url": "https://github.com/joharehl/joharehawkinslofthouse/pull/51",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1817191969 | Uzbek language & translations
🚀🚀🚀🚀🚀🚀🚀
| gharchive/pull-request | 2023-07-23T16:27:20 | 2025-04-01T06:46:27.145554 | {
"authors": [
"orzklv",
"tamaina"
],
"repo": "joinmisskey/new-joinmisskey",
"url": "https://github.com/joinmisskey/new-joinmisskey/pull/39",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2212184549 | Not used dropdownItemOptions.boxDecoration,please check it
Can you provide a more specific description?
| gharchive/issue | 2024-03-28T01:47:12 | 2025-04-01T06:46:27.147033 | {
"authors": [
"hanshanfeihe",
"joo6077"
],
"repo": "joo6077/cool_dropdown",
"url": "https://github.com/joo6077/cool_dropdown/issues/19",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2046679631 | Fix/axios timeout
:tada: This PR is included in version 1.7.0 :tada:
The release is available on GitHub release
Your semantic-release bot :package::rocket:
| gharchive/pull-request | 2023-12-18T13:34:44 | 2025-04-01T06:46:27.148822 | {
"authors": [
"jorenn92"
],
"repo": "jorenn92/Maintainerr",
"url": "https://github.com/jorenn92/Maintainerr/pull/664",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
999209977 | Beosim
Sorry, that was a mistake! :(
| gharchive/pull-request | 2021-09-17T10:42:17 | 2025-04-01T06:46:27.153035 | {
"authors": [
"tinhangchui"
],
"repo": "jr-robotics/robo-gym-server-modules",
"url": "https://github.com/jr-robotics/robo-gym-server-modules/pull/3",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1282226518 | Master
department staff view
| gharchive/pull-request | 2022-06-23T11:06:03 | 2025-04-01T06:46:27.167406 | {
"authors": [
"jtaraya"
],
"repo": "jtaraya/Tech-Division",
"url": "https://github.com/jtaraya/Tech-Division/pull/3",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1451174817 | object: init TLSClientConfig always
Codecov Report
Base: 58.76% // Head: 58.74% // Decreases project coverage by -0.01% :warning:
Coverage data is based on head (ad44b10) compared to base (2731d9e).
Patch coverage: 50.00% of modified lines in pull request are covered.
Additional details and impacted files
@@ Coverage Diff @@
## main #2984 +/- ##
==========================================
- Coverage 58.76% 58.74% -0.02%
==========================================
Files 141 141
Lines 24605 24606 +1
==========================================
- Hits 14458 14454 -4
- Misses 8263 8271 +8
+ Partials 1884 1881 -3
Impacted Files
Coverage Δ
cmd/format.go
58.91% <50.00%> (+0.12%)
:arrow_up:
pkg/fs/fs.go
74.78% <0.00%> (-1.83%)
:arrow_down:
pkg/vfs/writer.go
76.58% <0.00%> (-1.20%)
:arrow_down:
pkg/meta/tkv.go
74.55% <0.00%> (+0.11%)
:arrow_up:
pkg/meta/sql.go
64.21% <0.00%> (+0.37%)
:arrow_up:
pkg/object/restful.go
21.73% <0.00%> (+0.86%)
:arrow_up:
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.
:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
| gharchive/pull-request | 2022-11-16T09:01:40 | 2025-04-01T06:46:27.179758 | {
"authors": [
"codecov-commenter",
"zhijian-pro"
],
"repo": "juicedata/juicefs",
"url": "https://github.com/juicedata/juicefs/pull/2984",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2350927882 | [DO NOT MERGE] Release/v2.7.39
@mauromorales close?
| gharchive/pull-request | 2024-06-13T11:42:44 | 2025-04-01T06:46:27.202617 | {
"authors": [
"Itxaka",
"mauromorales"
],
"repo": "kairos-io/kairos-framework",
"url": "https://github.com/kairos-io/kairos-framework/pull/122",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1886107168 | provider-kairos still shelling out to elemental
# itxaka @ zeus in ~/projects/provider-kairos on git:main o [17:32:36]
$ grep -R elemental
internal/provider/bootstrap.go: utils.SH("elemental run-stage kairos-agent.bootstrap") //nolint:errcheck
internal/role/p2p/master.go: utils.SH(fmt.Sprintf("elemental run-stage provider-kairos.bootstrap.before.%s", roleName)) //nolint:errcheck
internal/role/p2p/master.go: utils.SH(fmt.Sprintf("elemental run-stage provider-kairos.bootstrap.after.%s", roleName)) //nolint:errcheck
internal/role/p2p/worker.go: utils.SH(fmt.Sprintf("elemental run-stage provider-kairos.bootstrap.before.%s", "worker")) //nolint:errcheck
internal/role/p2p/worker.go: utils.SH(fmt.Sprintf("elemental run-stage provider-kairos.bootstrap.after.%s", "worker")) //nolint:errcheck
How the F is this working then...LMAO.
it is a hook for external cloud configs - nothing the provider uses internally
And we don't even handle the error of that command. Thus, it fails silently.
| gharchive/issue | 2023-09-07T15:20:29 | 2025-04-01T06:46:27.204457 | {
"authors": [
"Itxaka",
"jimmykarily",
"mudler"
],
"repo": "kairos-io/kairos",
"url": "https://github.com/kairos-io/kairos/issues/1798",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1118261634 | Add description to question
Done!
| gharchive/issue | 2022-01-29T16:26:47 | 2025-04-01T06:46:27.218366 | {
"authors": [
"karnie6"
],
"repo": "karnie6/helpdesk-nft-armory",
"url": "https://github.com/karnie6/helpdesk-nft-armory/issues/31",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2726092645 | イベント名に # が含まれているので削除して表示したい
#6 と合わせて修正した。
| gharchive/issue | 2024-12-09T06:11:05 | 2025-04-01T06:46:27.218984 | {
"authors": [
"kawaguti"
],
"repo": "kawaguti/ScrumFestMapViewer",
"url": "https://github.com/kawaguti/ScrumFestMapViewer/issues/5",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1265793868 | Allow updating Syncer internal annotations (for syncer view diffs) on status update
/lgtm
/approve
| gharchive/pull-request | 2022-06-09T08:39:44 | 2025-04-01T06:46:27.219707 | {
"authors": [
"davidfestal",
"sttts"
],
"repo": "kcp-dev/kubernetes",
"url": "https://github.com/kcp-dev/kubernetes/pull/72",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1353546852 | Add MLAdapter command to start a MLAdapter RPC server
Codecov Report
Merging #2 (f768864) into master (22bf073) will decrease coverage by 11.78%.
The diff coverage is 79.06%.
@@ Coverage Diff @@
## master #2 +/- ##
===========================================
- Coverage 80.31% 68.53% -11.79%
===========================================
Files 33 34 +1
Lines 1905 1948 +43
Branches 242 226 -16
===========================================
- Hits 1530 1335 -195
- Misses 320 579 +259
+ Partials 55 34 -21
Flag
Coverage Δ
unittests
68.53% <79.06%> (+0.23%)
:arrow_up:
Flags with carried forward coverage won't be shown. Click here to find out more.
Impacted Files
Coverage Δ
uetools/commands/ml.py
79.06% <79.06%> (ø)
uetools/commands/vscode.py
30.64% <0.00%> (-58.07%)
:arrow_down:
uetools/commands/build.py
44.87% <0.00%> (-51.29%)
:arrow_down:
uetools/core/run.py
21.42% <0.00%> (-50.00%)
:arrow_down:
uetools/core/testing.py
60.00% <0.00%> (-40.00%)
:arrow_down:
uetools/commands/disable.py
54.54% <0.00%> (-39.40%)
:arrow_down:
uetools/commands/install.py
52.83% <0.00%> (-35.85%)
:arrow_down:
uetools/commands/python.py
43.90% <0.00%> (-34.15%)
:arrow_down:
uetools/commands/dedicated.py
57.57% <0.00%> (-33.34%)
:arrow_down:
uetools/commands/cook.py
61.05% <0.00%> (-32.64%)
:arrow_down:
... and 8 more
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.
| gharchive/pull-request | 2022-08-29T01:19:08 | 2025-04-01T06:46:27.243455 | {
"authors": [
"Delaunay",
"codecov-commenter"
],
"repo": "kiwi-lang/uetools",
"url": "https://github.com/kiwi-lang/uetools/pull/2",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
1350129807 | Add 1.7.1 serving manifests and revert the changes regarding revision-timeout-seconds
I am not fully sure on the revert. I have zero context, and the PR description has also no information, @houshengbo
@matzew The value used to be 200. Then, it caught a serving issue. After the serving resolved it and released 1.7.1, this pr loads all the latest serving manifests and reverts the value to 200.
| gharchive/pull-request | 2022-08-24T23:34:11 | 2025-04-01T06:46:27.246407 | {
"authors": [
"houshengbo",
"matzew"
],
"repo": "knative/operator",
"url": "https://github.com/knative/operator/pull/1195",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
1026934189 | Update Composer dependencies (2021-10-15-00-16)
Visual regression test passed!
View the visual regression test report
| gharchive/pull-request | 2021-10-15T00:16:10 | 2025-04-01T06:46:27.255915 | {
"authors": [
"kporras07"
],
"repo": "kporras07/kporras07cmswp",
"url": "https://github.com/kporras07/kporras07cmswp/pull/7",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2534454113 | Switch weather warning icon from the colored tornadoes to something more appropriate
changed to exclamation marks
| gharchive/issue | 2024-09-18T18:54:50 | 2025-04-01T06:46:27.256565 | {
"authors": [
"kristapsbe"
],
"repo": "kristapsbe/meteo_android",
"url": "https://github.com/kristapsbe/meteo_android/issues/8",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1228705929 | added CSS support
Thanks for doing this @lukepistrol !
CI is failing because the css header also needs to be added to shim/tree_sitter.h. This might have built correctly on your machine if you had the parser installed locally. I have made this exact mistake.
@mattmassicotte just added the missing header
| gharchive/pull-request | 2022-05-07T19:33:05 | 2025-04-01T06:46:27.258813 | {
"authors": [
"lukepistrol",
"mattmassicotte"
],
"repo": "krzyzanowskim/tree-sitter-xcframework",
"url": "https://github.com/krzyzanowskim/tree-sitter-xcframework/pull/20",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1032358574 | Add documentation for using storageClass secrets
/lgtm
| gharchive/pull-request | 2021-10-21T11:07:34 | 2025-04-01T06:46:27.260014 | {
"authors": [
"ambiknai",
"prankulmahajan"
],
"repo": "kubernetes-sigs/ibm-vpc-block-csi-driver",
"url": "https://github.com/kubernetes-sigs/ibm-vpc-block-csi-driver/pull/47",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1713092374 | Add SPDX 2.2 and 2.3 support
THX!
| gharchive/pull-request | 2023-05-17T04:31:00 | 2025-04-01T06:46:27.270304 | {
"authors": [
"mlieberman85"
],
"repo": "kusaridev/spector",
"url": "https://github.com/kusaridev/spector/pull/15",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2567754922 | Update README.md
To be checked
| gharchive/pull-request | 2024-10-05T09:13:22 | 2025-04-01T06:46:27.271124 | {
"authors": [
"la-machine"
],
"repo": "la-machine/TradiHub",
"url": "https://github.com/la-machine/TradiHub/pull/2",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2690839599 | fix: fix typing for _write_fragment
oxford, harvard, how does he get the tuition?
| gharchive/pull-request | 2024-11-25T13:55:28 | 2025-04-01T06:46:27.275175 | {
"authors": [
"broccoliSpicy",
"chenkovsky"
],
"repo": "lancedb/lance",
"url": "https://github.com/lancedb/lance/pull/3171",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2175111632 | Add TensorRT-LLM connector for Langchain
@araza008 please resolve the conflicts
@araza008 please resolve the conflicts
conflicts resolved.
@araza008 please update based on the ci report
@araza008 please address CI issues
| gharchive/pull-request | 2024-03-08T01:30:40 | 2025-04-01T06:46:27.276766 | {
"authors": [
"araza008",
"mattf"
],
"repo": "langchain-ai/langchain-nvidia",
"url": "https://github.com/langchain-ai/langchain-nvidia/pull/1",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1209828521 | artifactName adds build_name & build_number variables
Version 0.2.1 Supported
| gharchive/issue | 2022-04-20T15:10:38 | 2025-04-01T06:46:27.279683 | {
"authors": [
"lijy91"
],
"repo": "leanflutter/flutter_distributor",
"url": "https://github.com/leanflutter/flutter_distributor/issues/66",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2163578112 | update sentence on Lean 3 to Lean 4 transition
Thanks!
| gharchive/pull-request | 2024-03-01T14:53:58 | 2025-04-01T06:46:27.280459 | {
"authors": [
"PatrickMassot",
"mo271"
],
"repo": "leanprover-community/leanprover-community.github.io",
"url": "https://github.com/leanprover-community/leanprover-community.github.io/pull/444",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1096766453 | Refactor parse errors
done in refactored config parsing
| gharchive/issue | 2022-01-07T23:57:17 | 2025-04-01T06:46:27.286263 | {
"authors": [
"kindermax"
],
"repo": "lets-cli/lets",
"url": "https://github.com/lets-cli/lets/issues/135",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1235508723 | live map bearing adjusment doesn't work currectly
done
| gharchive/issue | 2022-05-13T17:35:35 | 2025-04-01T06:46:27.670741 | {
"authors": [
"liornoy",
"ofirlevy1"
],
"repo": "liornoy/GroupDrive",
"url": "https://github.com/liornoy/GroupDrive/issues/23",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2416812442 | Allow on demand dev releases
Note that this one is not valid tho:
_regex.match("v0.1.0-dev1-1234532")
should I merge this into main or into dev ? 👀
In the end we'll need it in both anyways as the action won't show up in the actions tab if it's not present in the default branch of the repo, just wondering about the ordering mostly.
merging to main lgtm
| gharchive/pull-request | 2024-07-18T16:04:15 | 2025-04-01T06:46:27.676959 | {
"authors": [
"lukasIO",
"theomonnom"
],
"repo": "livekit/agents",
"url": "https://github.com/livekit/agents/pull/450",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1077869576 | fix: possible dangerous code path on exception
I want to exit program when --fix option conflicts with user's answer. So I will close this PR without merge. Thank you.
| gharchive/pull-request | 2021-12-12T18:01:31 | 2025-04-01T06:46:27.678704 | {
"authors": [
"lukas-mertens",
"xeraph"
],
"repo": "logpresso/CVE-2021-44228-Scanner",
"url": "https://github.com/logpresso/CVE-2021-44228-Scanner/pull/6",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2678634554 | [Darjeeling] Instantiate Darjeeling
CI checks Verible lint and Check for and block unauthorized changes are failing due to the limitation in number of files. I'll run those checks locally before this PR gets merged.
Thanks for the review @andreaskurth.
Note 2: Top-level simulations (even those without SW) don't yet work because chip_sim_cfg.hjson hasn't been added yet. I think it's okay to do this in a follow-up PR, though that could uncover a few more changes necessary to be able to elaborate the top-level design.
I think it's ok for now. Adding the chip_sim_cfg.hjson would pull in much more files. I would do that in a separate PR.
Note 3: Some IPs, including the DMA, can already be simulated through Darjeeling's top sim config (util/dvsim/dvsim.py hw/top_darjeeling/dv/top_darjeeling_sim_cfgs.hjson --select-cfgs dma ...), while others are still uncommented in top_darjeeling_sim_cfgs.hjson and of those some (such as clkmgr) don't elaborate yet. Also this, I think, is okay to resolve in a follow-up PR.
I added all IPs.
CHANGE AUTHORIZED: hw/ip/keymgr/rtl/keymgr.sv
CHANGE AUTHORIZED: hw/ip/keymgr/rtl/keymgr_input_checks.sv
CHANGE AUTHORIZED: hw/ip/rv_dm/rtl/rv_dm.sv
CHANGE AUTHORIZED: hw/top_earlgrey/ip_autogen/pinmux/rtl/pinmux.sv
The CI check cannot run on this PR (too many files), but I ran it locally. The files above need to be authorized. None of the changes has a functional impact on Earlgrey.
For the Verible lint check, which CI also cannot run due to the file limit, the report includes
hw/top_darjeeling/rtl/autogen/top_darjeeling.sv:71:101-106: Line length exceeds max: 100; is: 106 [Style: line-length] [line-length]
@Razer6 This is a generated line; would it be simple to insert line breaks?
CHANGE AUTHORIZED: hw/ip/keymgr/rtl/keymgr.sv
CHANGE AUTHORIZED: hw/ip/keymgr/rtl/keymgr_input_checks.sv
CHANGE AUTHORIZED: hw/ip/rv_dm/rtl/rv_dm.sv
CHANGE AUTHORIZED: hw/top_earlgrey/ip_autogen/pinmux/rtl/pinmux.sv
None of the changes in this PR have a functional impact on Earlgrey. This is fine.
| gharchive/pull-request | 2024-11-21T09:03:03 | 2025-04-01T06:46:27.685658 | {
"authors": [
"Razer6",
"andreaskurth",
"vogelpi"
],
"repo": "lowRISC/opentitan",
"url": "https://github.com/lowRISC/opentitan/pull/25283",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2398738060 | update bevy to 0.14
Who can handle/merge this?
Thanks, will try releasing a new version soon
| gharchive/pull-request | 2024-07-09T17:08:20 | 2025-04-01T06:46:27.688234 | {
"authors": [
"lucaspoffo",
"raffaeleragni"
],
"repo": "lucaspoffo/renet",
"url": "https://github.com/lucaspoffo/renet/pull/161",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1602065010 | Create 37i9dQZEVXcKbRenf7f0wN
@pipemanuel10, as far as I can tell, a copy of this playlist exists for every user. To prevent confusion, can you please create an alias for this playlist containing your username? You can do so by adding this line to the file:
Discover Weekly (@pipemanuel10)
Added in https://github.com/mackorone/spotify-playlist-archive/commit/ae2c4ac013a4192a4d7fd98c087063fef2c9ad9f
| gharchive/pull-request | 2023-02-27T22:42:19 | 2025-04-01T06:46:27.694560 | {
"authors": [
"mackorone",
"pipemanuel10"
],
"repo": "mackorone/spotify-playlist-archive",
"url": "https://github.com/mackorone/spotify-playlist-archive/pull/196",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2483443844 | Rename housingocation.ts to housinglocation.ts
@makreeltje merge please
seems good to me :)
| gharchive/pull-request | 2024-08-23T16:04:10 | 2025-04-01T06:46:27.699815 | {
"authors": [
"FlorisFeddema",
"makreeltje"
],
"repo": "makreeltje/meelsnet-server",
"url": "https://github.com/makreeltje/meelsnet-server/pull/444",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1582621369 | Add wasm docs to README
What about the wasm feature of the zstd crate? It's not going to just work?
| gharchive/pull-request | 2023-02-13T15:59:41 | 2025-04-01T06:46:27.716277 | {
"authors": [
"aleokdev",
"bjorn"
],
"repo": "mapeditor/rs-tiled",
"url": "https://github.com/mapeditor/rs-tiled/pull/252",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1595180873 | Highlight Assessment tab if project list is empty
| gharchive/pull-request | 2023-02-22T14:12:24 | 2025-04-01T06:46:27.721353 | {
"authors": [
"mareklibra"
],
"repo": "mareklibra/backstage-orion",
"url": "https://github.com/mareklibra/backstage-orion/pull/19",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2032869747 | Sparkle test
/release
| gharchive/pull-request | 2023-12-08T15:32:18 | 2025-04-01T06:46:27.858292 | {
"authors": [
"martinfekete10"
],
"repo": "martinfekete10/Tuneful",
"url": "https://github.com/martinfekete10/Tuneful/pull/7",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1810078501 | solution
well done!
| gharchive/pull-request | 2023-07-18T14:41:15 | 2025-04-01T06:46:27.865095 | {
"authors": [
"TolikSerhiychuk",
"bkovalchukk"
],
"repo": "mate-academy/qa_cypress_e2e_book_store",
"url": "https://github.com/mate-academy/qa_cypress_e2e_book_store/pull/189",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1268549927 | release wheels for v0.4.1
Codecov Report
Merging #32 (1c02408) into main (53672c7) will not change coverage.
The diff coverage is 100.00%.
@@ Coverage Diff @@
## main #32 +/- ##
=======================================
Coverage 86.11% 86.11%
=======================================
Files 3 3
Lines 108 108
Branches 18 18
=======================================
Hits 93 93
Misses 8 8
Partials 7 7
Flag
Coverage Δ
unittests
∅ <ø> (∅)
Flags with carried forward coverage won't be shown. Click here to find out more.
Impacted Files
Coverage Δ
libsvmdata/__init__.py
100.00% <100.00%> (ø)
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 53672c7...1c02408. Read the comment docs.
| gharchive/pull-request | 2022-06-12T11:21:36 | 2025-04-01T06:46:27.875668 | {
"authors": [
"codecov-commenter",
"mathurinm"
],
"repo": "mathurinm/libsvmdata",
"url": "https://github.com/mathurinm/libsvmdata/pull/32",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
986472950 | Release update
Codecov Report
Merging #12 (f10a4e5) into master (890e747) will decrease coverage by 0.09%.
The diff coverage is n/a.
@@ Coverage Diff @@
## master #12 +/- ##
==========================================
- Coverage 95.81% 95.71% -0.10%
==========================================
Files 47 47
Lines 2342 2288 -54
Branches 170 170
==========================================
- Hits 2244 2190 -54
Misses 74 74
Partials 24 24
Impacted Files
Coverage Δ
two_factor/templatetags/two_factor.py
76.92% <0.00%> (-2.39%)
:arrow_down:
two_factor/views/core.py
95.53% <0.00%> (-0.04%)
:arrow_down:
tests/models.py
98.38% <0.00%> (-0.03%)
:arrow_down:
tests/test_admin.py
100.00% <0.00%> (ø)
tests/test_utils.py
100.00% <0.00%> (ø)
two_factor/forms.py
100.00% <0.00%> (ø)
tests/test_yubikey.py
100.00% <0.00%> (ø)
tests/test_gateways.py
100.00% <0.00%> (ø)
tests/test_views_login.py
100.00% <0.00%> (ø)
tests/test_views_phone.py
100.00% <0.00%> (ø)
... and 3 more
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 890e747...f10a4e5. Read the comment docs.
| gharchive/pull-request | 2021-09-02T09:52:31 | 2025-04-01T06:46:27.900687 | {
"authors": [
"codecov-commenter",
"joeribekker"
],
"repo": "maykinmedia/django-two-factor-auth",
"url": "https://github.com/maykinmedia/django-two-factor-auth/pull/12",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2462533728 | Harden SSH (V2)
Hallo Ralph!
Am 13.08.2024 um 08:52 schrieb Ralph Seichter @.***>:
You can view, comment on, or merge this pull request online at:
https://github.com/meissnerIT/ansible-role-mit.basic/pull/6
A files/sshd-Linux-Debian_11/mit-defaults.conf (5)
Woher kommt diese Datei bzw. deren Inhalt? Normalerweise wird dies in roles/monheim.tuev-hardened gesetzt.
Viele Grüße Markus
Die Datei mit-defaults.conf lag bereits in /etc/ssh/sshd_config.d auf smtp01. Ich hatte Deine gestrige Mail so verstanden, dass ich den kompletten Inhalt dieses Verzeichnisses in die Rolle übernehmen soll. Habe ich das missverstanden?
Ah, danke für die Info. Bitte die Datei ignorieren / nicht in mit.basic mit aufnehmen.
Erledigt.
| gharchive/pull-request | 2024-08-13T06:52:01 | 2025-04-01T06:46:27.905328 | {
"authors": [
"markus-meissner",
"rseichter"
],
"repo": "meissnerIT/ansible-role-mit.basic",
"url": "https://github.com/meissnerIT/ansible-role-mit.basic/pull/6",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1701577330 | :sparkles: Added the filter method for Option values
:tada: This PR is included in version 1.2.0 :tada:
The release is available on:
npm package (@latest dist-tag)
GitHub release
Your semantic-release bot :package::rocket:
| gharchive/pull-request | 2023-05-09T08:11:35 | 2025-04-01T06:46:27.913266 | {
"authors": [
"aaditmshah"
],
"repo": "meteoric-framework/core",
"url": "https://github.com/meteoric-framework/core/pull/7",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1437865983 | red.red added
Thanks for the pr!
| gharchive/pull-request | 2022-11-07T07:03:33 | 2025-04-01T06:46:27.914706 | {
"authors": [
"Geeks-Vegeta",
"mezotv"
],
"repo": "mezotv/hello-world",
"url": "https://github.com/mezotv/hello-world/pull/122",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2447248784 | Week 4
sync
| gharchive/pull-request | 2024-08-04T18:32:24 | 2025-04-01T06:46:27.915244 | {
"authors": [
"michael-goeliza"
],
"repo": "mhw32/data-centric-deep-learning",
"url": "https://github.com/mhw32/data-centric-deep-learning/pull/27",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2103839906 | Refactor and Cleanup
:tada: This PR is included in version 1.0.0 :tada:
The release is available on GitHub release
Your semantic-release bot :package::rocket:
| gharchive/pull-request | 2024-01-27T22:19:33 | 2025-04-01T06:46:27.916768 | {
"authors": [
"michael-ortiz"
],
"repo": "michael-ortiz/LinkifyBio",
"url": "https://github.com/michael-ortiz/LinkifyBio/pull/4",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2034530322 | fix(env): allow default env vars and a new archive file location
:tada: This PR is included in version 2.0.4 :tada:
The release is available on GitHub release
Your semantic-release bot :package::rocket:
| gharchive/pull-request | 2023-12-10T20:56:17 | 2025-04-01T06:46:27.918399 | {
"authors": [
"michaelpeterswa"
],
"repo": "michaelpeterswa/yt-playlist-ripper",
"url": "https://github.com/michaelpeterswa/yt-playlist-ripper/pull/6",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1156556980 | 主应用和子应用都是vue hash模式,能提供demo吗
react 双hash路由 貌似只能访问 #之前的主页
我也有此需求,主应用子应用都是 vite vue
我也有此需求,我基座应用是electrion + vite + vue3, 子应用是普通web项目vite + vue3。由于基座应用是electrion,路由只能使用hash模式,开发环境正常的,正式环境跳转到子应用出现白屏,子应用路由匹配失败。
分析:基座应用使用hash, 跳转子应用时候router.push('/child-app'), 访问地址就变为了http://xxxxx.com/#/child-app, 子应用路由中是没有/child-app这个路由规则,就导致router-view视图匹配失败
解决方案:我采取了一个取巧的方式,在子应用路由规则中注册了一条规则 { path: '/child-app', redirect: '/login' }, 当子应用监测到访问地址就变为了http://xxxxx.com/#/child-app时路由会重定向到http://xxxxx.com/#/login,这样就解决了子应用路由匹配失败的问题。
副作用:经过测试确实是有效的,但是存在一个问题,在刷新页面时,基座应用匹配不到路由会再次导致加载子应用失效。由于我基座应用是electrion,并不会出现手动刷新页面的情况。这个副作用其实可以在基座应用做一些patch操作去处理,比如监测路由刷新的是子应用的地址,可以重新手动定向到子应用走一次刚才的流程
tip: 这只是一个取巧的方法,一些场景中可能会出现意想不到的情况,希望有大佬能提出一些更稳妥的解决方案,如果官方能提出解决方案更好。毕竟主/子应用的路由方式会根据实际场景选择不同的形式,现在主应用使用hash的形式确实存在很大的问题
| gharchive/issue | 2022-03-02T06:33:18 | 2025-04-01T06:46:27.921750 | {
"authors": [
"a1067111756",
"dongoa",
"liuruibin",
"scrushy"
],
"repo": "micro-zoe/micro-app-demo",
"url": "https://github.com/micro-zoe/micro-app-demo/issues/2",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1052523265 | Narrowing.md: fix comment type
Thanks for the but the original is correct, TypeScript knows that this can only be true and not ever be false
Thanks for reply. But I think the description here should be more detailed, use const the type is true and use let the type is boolean
Maybe I misunderstood you. Combined with the context, it should be used in conditional statements like if, and there is no need to save variables
This is due to https://www.typescriptlang.org/play/typescript/language/type-widening-and-narrowing.ts.html
@orta Thank you!
| gharchive/pull-request | 2021-11-13T02:35:27 | 2025-04-01T06:46:27.941869 | {
"authors": [
"btea",
"orta"
],
"repo": "microsoft/TypeScript-Website",
"url": "https://github.com/microsoft/TypeScript-Website/pull/2143",
"license": "CC-BY-4.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2716112197 | include STL/CRT libs/headers with LKG
/azp run
/azp run
/azp run
/azp run
/azp run
/azp run
/azp run
/azp run
/azp run
/azp run
/azp run
/azp run
/azp run
/azp run
| gharchive/pull-request | 2024-12-03T22:39:43 | 2025-04-01T06:46:27.945170 | {
"authors": [
"Scottj1s"
],
"repo": "microsoft/WindowsAppSDK",
"url": "https://github.com/microsoft/WindowsAppSDK/pull/4933",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1877459359 | [Hubs] Unified schema – Add support for the CM unified schema
No longer needed since we implemented FOCUS in 0.2
| gharchive/issue | 2023-09-01T13:46:05 | 2025-04-01T06:46:27.945879 | {
"authors": [
"flanakin"
],
"repo": "microsoft/finops-toolkit",
"url": "https://github.com/microsoft/finops-toolkit/issues/304",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1726576494 | Updating Android NDK version to 25.1.8937393
Just FYI, libssl and libcrypto are no longer used on Android after #714. I'll find some time to clean up the old builds.
| gharchive/pull-request | 2023-05-25T22:44:00 | 2025-04-01T06:46:27.946661 | {
"authors": [
"SahilAshar",
"matt-vanderkolk"
],
"repo": "microsoft/libHttpClient",
"url": "https://github.com/microsoft/libHttpClient/pull/743",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1292615975 | No module named 'dpu_utils'
Fixed my json, sorry
| gharchive/issue | 2022-07-04T04:46:57 | 2025-04-01T06:46:27.947293 | {
"authors": [
"NipunaChhabra"
],
"repo": "microsoft/tf2-gnn",
"url": "https://github.com/microsoft/tf2-gnn/issues/56",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1334145301 | Include hash of kernel id in kernel information
Codecov Report
Merging #11087 (0c185b8) into main (8b098c2) will decrease coverage by 0%.
The diff coverage is 100%.
@@ Coverage Diff @@
## main #11087 +/- ##
======================================
- Coverage 63% 63% -1%
======================================
Files 480 480
Lines 33730 33731 +1
Branches 5500 5500
======================================
- Hits 21333 21292 -41
- Misses 10374 10396 +22
- Partials 2023 2043 +20
Impacted Files
Coverage Δ
src/telemetry.ts
100% <ø> (ø)
src/kernels/telemetry/helper.ts
92% <100%> (+<1%)
:arrow_up:
src/platform/common/cancellation.ts
59% <0%> (-13%)
:arrow_down:
src/kernels/execution/notebookUpdater.ts
88% <0%> (-8%)
:arrow_down:
src/kernels/raw/session/rawJupyterSession.node.ts
81% <0%> (-3%)
:arrow_down:
src/kernels/errors/kernelErrorHandler.ts
63% <0%> (-3%)
:arrow_down:
src/kernels/jupyter/jupyterKernelService.node.ts
74% <0%> (-2%)
:arrow_down:
src/kernels/telemetry/sendKernelTelemetryEvent.ts
84% <0%> (-2%)
:arrow_down:
src/kernels/kernelDependencyService.node.ts
83% <0%> (-2%)
:arrow_down:
src/kernels/kernelFinder.base.ts
82% <0%> (-2%)
:arrow_down:
... and 8 more
| gharchive/pull-request | 2022-08-10T06:33:08 | 2025-04-01T06:46:27.964784 | {
"authors": [
"DonJayamanne",
"codecov-commenter"
],
"repo": "microsoft/vscode-jupyter",
"url": "https://github.com/microsoft/vscode-jupyter/pull/11087",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2349596454 | Investigate if we need to remove the --no-reload for Flask
Ran into this issue - if "--no-reload" is in the args, then background tasks will not launch. Simply remove this argument and they start to execute as normal. Took me a long time to find this since I usually assume I can trust vscode's default settings!
| gharchive/issue | 2024-06-12T20:08:31 | 2025-04-01T06:46:27.966002 | {
"authors": [
"dmcgrandle",
"karthiknadig"
],
"repo": "microsoft/vscode-python-debugger",
"url": "https://github.com/microsoft/vscode-python-debugger/issues/364",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2558156709 | 💚 Fix GitHub workflow
LGTM
| gharchive/pull-request | 2024-10-01T04:34:35 | 2025-04-01T06:46:28.065357 | {
"authors": [
"mivinci"
],
"repo": "mivinci/hugo-theme-minima",
"url": "https://github.com/mivinci/hugo-theme-minima/pull/62",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
994109709 | Image Issue
can u explain briefly what is ur issue??
| gharchive/issue | 2021-09-12T09:28:26 | 2025-04-01T06:46:28.068391 | {
"authors": [
"Shashanks0616",
"mmoizulhaq"
],
"repo": "mmoizulhaq/mmoizulhaq.github.io",
"url": "https://github.com/mmoizulhaq/mmoizulhaq.github.io/issues/1",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2648010523 | 请问qwen2.5微调矩形框需要做归一化吗,如果需要的话怎么做啊?没做的时候微调预测结果一致存在偏移
会归一化到0-1000
嗯,我看了一下代码,他会自动做归一化
---- 回复的原邮件 ----
@.>发送日期2024年11月11日 22:40 @.> @.>,
@.>主题Re: [modelscope/ms-swift] 请问qwen2.5微调矩形框需要做归一化吗,如果需要的话怎么做啊?没做的时候微调预测结果一致存在偏移 (Issue #2423)
会归一化到0-1000
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: @.***>
| gharchive/issue | 2024-11-11T03:20:24 | 2025-04-01T06:46:28.071691 | {
"authors": [
"Jintao-Huang",
"lyf6666-oss"
],
"repo": "modelscope/ms-swift",
"url": "https://github.com/modelscope/ms-swift/issues/2423",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1344264767 | MOL-863: Subscription flow builder events should implement MailAware
commit https://github.com/mollie/Shopware6/pull/405/commits/5d271bc98249f8670b15ccce223e65a253b84ff5 might have actually been for MOL-870. I just did all the events in one go while I was working on them :smiley:
| gharchive/pull-request | 2022-08-19T10:37:56 | 2025-04-01T06:46:28.083031 | {
"authors": [
"daniel-memo-ict"
],
"repo": "mollie/Shopware6",
"url": "https://github.com/mollie/Shopware6/pull/405",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1005528903 | is there any support of providing the Authentication to producer using SSL certificate (e.g. keystore or truststore certs)?
Hey @sumit-ps,
there's no support for that yet, but I'd be happy to review any contributions.
@mostafa thanks for your quick response, i'll go through it and will update you if i found any solution.
could you please also confirm, can we provide the TLS configuration for authentication to the producer, i was going through the issues and found that there is PR merged regarding the TLS config?
There's support for TLS on reader and writer, as stated in kafka-go README. And it seems to be pretty straightforward, as I found out in this example and the Go docs' TLS example test.
Added in #31.
Added in #31.
| gharchive/issue | 2021-09-23T14:51:11 | 2025-04-01T06:46:28.090577 | {
"authors": [
"mostafa",
"sumit-ps"
],
"repo": "mostafa/xk6-kafka",
"url": "https://github.com/mostafa/xk6-kafka/issues/24",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2501911985 | Fix broken load products script
SIGH why it keeps happening to my prs D:
thanks for fixing it
| gharchive/pull-request | 2024-09-03T04:49:53 | 2025-04-01T06:46:28.104713 | {
"authors": [
"axxroytovu",
"kodawah"
],
"repo": "mtgjson/mtg-sealed-content",
"url": "https://github.com/mtgjson/mtg-sealed-content/pull/234",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2528975228 | Set CPU/memory sensors to unavailable while suspended or powered off
Thanks!
| gharchive/pull-request | 2024-09-16T16:53:37 | 2025-04-01T06:46:28.108483 | {
"authors": [
"muniter",
"slovdahl"
],
"repo": "muniter/halinuxcompanion",
"url": "https://github.com/muniter/halinuxcompanion/pull/28",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1205786159 | switches jq check to command -v
Using which is not universal. Command -v should be better.
| gharchive/pull-request | 2022-04-15T18:34:50 | 2025-04-01T06:46:28.109758 | {
"authors": [
"aElchertMux"
],
"repo": "muxinc/mux-delete-all-assets",
"url": "https://github.com/muxinc/mux-delete-all-assets/pull/1",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2047745265 | Delete artifacts uploaded by actions/upload-artifact@v4
GeekyEggo/delete-artifact@v2 can only delete artifacts uploaded by actions/upload-artifact@v3, not v4.
Till now, two successful ways to delete artifact(s) uploaded by actions/upload-artifact@v4 are demonstrated.
The common part is that an artifact is deleted through
gh api --method DELETE /repos/OWNER/REPO/actions/artifacts/ARTIFACT_ID
see API doc https://docs.github.com/en/rest/actions/artifacts?apiVersion=2022-11-28#delete-an-artifact.
What different is how artifact id is gotten:
Job "Upload artifacts", step "Delete multiple artifacts with gh" uses gh api /repos/OWNER/REPO/actions/runs/RUN_ID/artifacts to get list of first 30 artifacts in a workflow run.
Job "Delete artifacts", step "Delete last artifact" takes an artifact id from upstream job outputs, which comes from a step output.
Other tools
gh extension gh-artifact-purge
Currently works per owner or repository wide, thus slow.
[not checked] other actions to delete artifacts
plugin-rest-endpoint-methods.js provides "one method for each REST API endpoint".
octokit.rest.actions.listWorkflowRunArtifacts({
owner,
repo,
run_id,
});
https://github.com/octokit/plugin-rest-endpoint-methods.js/blob/main/docs/actions/deleteArtifact.md
Supported by GeekyEggo/delete-artifact@v4.
https://github.com/GeekyEggo/delete-artifact/releases/tag/v4.0.0
The ideal solution is that @actions/download-artifact supports a new boolean input to control whether to delete downloaded artifacts in runs.post step.
@actions/checkout uses !!core.getState('isPost') to distinguish main and post states, so it can set main: dist/index.js along with post: dist/index.js. See its action.yml and main.ts.
Compared to GeekyEggo/delete-artifact, actions/download-artifact is much simpler (see download-artifact.ts). It simply calls methods artifactClient.getArtifact(), artifactClient.listArtifacts(), and artifactClient.downloadArtifact() from @actions/artifact package, which wraps @octokit/core.
Currently @actions/artifact doesn't provide artifactClient.deleteArtifact().
| gharchive/pull-request | 2023-12-19T01:12:26 | 2025-04-01T06:46:28.119738 | {
"authors": [
"muzimuzhi"
],
"repo": "muzimuzhi/hello-github-actions",
"url": "https://github.com/muzimuzhi/hello-github-actions/pull/24",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1500104581 | fix: fix exclude billing with digital download
:tada: This PR is included in version 4.16.0-rc.2 :tada:
The release is available on GitHub release
Your semantic-release bot :package::rocket:
:tada: This PR is included in version 4.16.0 :tada:
The release is available on GitHub release
Your semantic-release bot :package::rocket:
| gharchive/pull-request | 2022-12-16T12:07:49 | 2025-04-01T06:46:28.125019 | {
"authors": [
"MyParcelBot",
"wthijmen"
],
"repo": "myparcelnl/woocommerce",
"url": "https://github.com/myparcelnl/woocommerce/pull/930",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1128039316 | Added User and Group schemas
need to put database models in app/models
| gharchive/pull-request | 2022-02-09T04:29:32 | 2025-04-01T06:46:28.131657 | {
"authors": [
"lee0916jh"
],
"repo": "nanoMFG/gr-resq-webapp-backend",
"url": "https://github.com/nanoMFG/gr-resq-webapp-backend/pull/1",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
717898371 | Deploy av 20201009083656-f6e9e69
/promote dev-gcp
/promote dev-sbs
/promote prod-sbs
| gharchive/issue | 2020-10-09T06:43:01 | 2025-04-01T06:46:28.147898 | {
"authors": [
"MagnusRom",
"janolaveide"
],
"repo": "navikt/foreldrepenger-inngang",
"url": "https://github.com/navikt/foreldrepenger-inngang/issues/745",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2470113092 | Require env vars som behandling 'må' ha
Fjerner elector path da den selv håndterer lokal kjøring
| gharchive/pull-request | 2024-08-16T11:48:05 | 2025-04-01T06:46:28.151504 | {
"authors": [
"sebassonav"
],
"repo": "navikt/pensjon-etterlatte-saksbehandling",
"url": "https://github.com/navikt/pensjon-etterlatte-saksbehandling/pull/5551",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2379259047 | changes date
change dates
| gharchive/pull-request | 2024-06-27T23:34:31 | 2025-04-01T06:46:28.153498 | {
"authors": [
"joaogmn"
],
"repo": "ned1313/github-simple-oidc-testing",
"url": "https://github.com/ned1313/github-simple-oidc-testing/pull/7",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1660063107 | Stable
Sorry for this. Didn't notice that I was on upstream.
| gharchive/pull-request | 2023-04-10T00:43:49 | 2025-04-01T06:46:28.155973 | {
"authors": [
"mj0nez"
],
"repo": "nerdocs/pydifact",
"url": "https://github.com/nerdocs/pydifact/pull/53",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1690499682 | Add to ACL handle of firewall support in the Linux platform
New changes in the https://github.com/netbirdio/docs/pull/46
| gharchive/pull-request | 2023-05-01T07:24:12 | 2025-04-01T06:46:28.156892 | {
"authors": [
"gigovich"
],
"repo": "netbirdio/docs",
"url": "https://github.com/netbirdio/docs/pull/37",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
1602957660 | Update local hackathon schedule for MPi-EVA
Looks good. Feel free to merge when you're ready
| gharchive/pull-request | 2023-02-28T12:16:11 | 2025-04-01T06:46:28.160417 | {
"authors": [
"christopher-hakkaart",
"jfy133"
],
"repo": "nf-core/nf-co.re",
"url": "https://github.com/nf-core/nf-co.re/pull/1594",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1801841846 | Add content blocks
Completed
| gharchive/issue | 2023-07-12T22:23:47 | 2025-04-01T06:46:28.165301 | {
"authors": [
"davidmpickett",
"nick-dolf"
],
"repo": "nick-dolf/tree-rat-cms",
"url": "https://github.com/nick-dolf/tree-rat-cms/issues/2",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1687600938 | Switch Between Illustrations in Modal
Not possible in current implementation
| gharchive/issue | 2023-04-27T21:53:15 | 2025-04-01T06:46:28.180271 | {
"authors": [
"nirnejak"
],
"repo": "nirnejak/svg-animations",
"url": "https://github.com/nirnejak/svg-animations/issues/12",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1522710476 | Update Italian translation
@nlogozzo I noticed the release notes in metainfo are translated in this PR. But it's kinda pointless, since you clear them every release. Don't you want to start a tradition of keeping release notes history starting the first release under Denaro name? :)
I noticed the release notes in metainfo are translated in this PR. But it's kinda pointless, since you clear them every release.
It is kind of pointless since they get cleared every release, but there's nothing wrong with it so that's why I accepted it.
Don't you want to start a tradition of keeping release notes history starting the first release under Denaro name? :)
I've never really kept a history of release notes in the metadata file to 1. prevent it from being super long and 2. anyone can go back to the releases on the repo page and see past changes.
Okay 👍🏻
| gharchive/pull-request | 2023-01-06T14:57:11 | 2025-04-01T06:46:28.187157 | {
"authors": [
"bordam",
"fsobolev"
],
"repo": "nlogozzo/NickvisionMoney",
"url": "https://github.com/nlogozzo/NickvisionMoney/pull/178",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1389286197 | Debug and logging tools
Current dependencies on/for this PR:
main
PR #50 👈
This comment was auto-generated by Graphite.
| gharchive/pull-request | 2022-09-28T12:38:11 | 2025-04-01T06:46:28.209920 | {
"authors": [
"kafonek"
],
"repo": "noteable-io/sending",
"url": "https://github.com/noteable-io/sending/pull/50",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2090425465 | Rc/7.7.3
Release severity: Critical
Release notes:
Support for upcoming Kusama update
| gharchive/pull-request | 2024-01-19T12:10:11 | 2025-04-01T06:46:28.211941 | {
"authors": [
"antonijzelinskij"
],
"repo": "novasamatech/nova-wallet-android",
"url": "https://github.com/novasamatech/nova-wallet-android/pull/1342",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2277562424 | Simplify .substr() uses a bit
Looks good!
| gharchive/pull-request | 2024-05-03T12:18:04 | 2025-04-01T06:46:28.212575 | {
"authors": [
"jonathanmcdermid",
"valgur"
],
"repo": "novatel/novatel_edie",
"url": "https://github.com/novatel/novatel_edie/pull/29",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2370576221 | Fix zod validation for Collection queries
probably fixed in https://github.com/nuphory/hypertrance.eu/commit/b034ed9548bc36007487a0f24fa6e40b024c2906
needs thorough testing to be sure, closing this for the time being. will reopen if not fixed.
| gharchive/issue | 2024-06-24T15:48:39 | 2025-04-01T06:46:28.216259 | {
"authors": [
"mia-riezebos"
],
"repo": "nuphory/hypertrance.eu",
"url": "https://github.com/nuphory/hypertrance.eu/issues/12",
"license": "Unlicense",
"license_type": "permissive",
"license_source": "github-api"
} |
1494754430 | Initial Fiber and Coroutine Benchmarks
@gpucibot merge
| gharchive/pull-request | 2022-12-13T17:15:39 | 2025-04-01T06:46:28.218536 | {
"authors": [
"ryanolson"
],
"repo": "nv-morpheus/MRC",
"url": "https://github.com/nv-morpheus/MRC/pull/255",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1879457873 | How to use this project? What are parameters of train ?
There is no training with CNOS. We use pre-trained models provided DINOv2 and SAM).
README.md provides all the instructions to use this project.
what is the "src"? How to use it?
| gharchive/issue | 2023-09-04T03:51:23 | 2025-04-01T06:46:28.220111 | {
"authors": [
"nv-nguyen",
"renxiaosa00"
],
"repo": "nv-nguyen/cnos",
"url": "https://github.com/nv-nguyen/cnos/issues/12",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1361554592 | Add neotest-elixir to the README
Awesome thanks!
| gharchive/pull-request | 2022-09-05T08:01:43 | 2025-04-01T06:46:28.220729 | {
"authors": [
"jfpedroza",
"rcarriga"
],
"repo": "nvim-neotest/neotest",
"url": "https://github.com/nvim-neotest/neotest/pull/106",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1847420022 | get_prime_safe: remove extra is_prime() test
Codecov Report
Patch coverage: 100.00% and no project coverage change.
Comparison is base (7c25f94) 100.00% compared to head (e8fe72c) 100.00%.
:exclamation: Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.
Additional details and impacted files
@@ Coverage Diff @@
## main #62 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 6 6
Lines 287 287
Branches 88 88
=========================================
Hits 287 287
Flag
Coverage Δ
unittests
100.00% <100.00%> (ø)
Flags with carried forward coverage won't be shown. Click here to find out more.
Files Changed
Coverage Δ
src/pseudoprimes/pseudoprimes.py
100.00% <100.00%> (ø)
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
| gharchive/pull-request | 2023-08-11T20:56:46 | 2025-04-01T06:46:28.255103 | {
"authors": [
"codecov-commenter",
"oittaa"
],
"repo": "oittaa/pseudoprimes-py",
"url": "https://github.com/oittaa/pseudoprimes-py/pull/62",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2650110510 | Upgrade to Docusaurus version 3.6
Gonna hold back merging until later today when there's less traffic on docs site, just in case there is an uncaught issue
| gharchive/pull-request | 2024-11-11T18:44:55 | 2025-04-01T06:46:28.261098 | {
"authors": [
"codyjlandstrom"
],
"repo": "okteto/docs",
"url": "https://github.com/okteto/docs/pull/914",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1052336080 | consume extra gas for relays
Codecov Report
Merging #147 (a11aeb7) into develop (812b7f2) will increase coverage by 17.79%.
The diff coverage is n/a.
:exclamation: Current head a11aeb7 differs from pull request most recent head 8c280cf. Consider uploading reports for the commit 8c280cf to get more accurate results
@@ Coverage Diff @@
## develop #147 +/- ##
============================================
+ Coverage 71.73% 89.52% +17.79%
============================================
Files 68 33 -35
Lines 2257 1079 -1178
Branches 335 150 -185
============================================
- Hits 1619 966 -653
+ Misses 638 113 -525
Flag
Coverage Δ
batch-submitter
?
contracts
89.52% <ø> (ø)
core-utils
?
data-transport-layer
?
message-relayer
?
Flags with carried forward coverage won't be shown. Click here to find out more.
Impacted Files
Coverage Δ
...itter/src/batch-submitter/state-batch-submitter.ts
packages/core-utils/src/coders/sequencer-batch.ts
...kages/batch-submitter/src/batch-submitter/index.ts
.../l1-ingestion/handlers/sequencer-batch-appended.ts
packages/batch-submitter/src/index.ts
...h-submitter/src/batch-submitter/batch-submitter.ts
packages/batch-submitter/src/utils/index.ts
packages/core-utils/src/common/index.ts
.../src/services/l2-ingestion/handlers/transaction.ts
packages/data-transport-layer/src/utils/common.ts
... and 25 more
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 812b7f2...8c280cf. Read the comment docs.
| gharchive/pull-request | 2021-11-12T19:12:09 | 2025-04-01T06:46:28.282825 | {
"authors": [
"codecov-commenter",
"souradeep-das"
],
"repo": "omgnetwork/optimism-v2",
"url": "https://github.com/omgnetwork/optimism-v2/pull/147",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1012794641 | A bunch of changes
Hi Zain. I merged in the changes but i do have an issue with the find_command function as it currently doesn't allow flexibility to add commands that have additional input variables. I will add that as an issue on github. If someone is looking at the issue please mention it under the issue.
| gharchive/pull-request | 2021-10-01T02:00:39 | 2025-04-01T06:46:28.283999 | {
"authors": [
"ominhas",
"zainhussaini"
],
"repo": "ominhas/workout-bot",
"url": "https://github.com/ominhas/workout-bot/pull/2",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1982444942 | " == $(wget github.com) && "octocat
octocat";console.log('Script injected!!!');//
| gharchive/issue | 2023-11-07T23:50:05 | 2025-04-01T06:46:28.298513 | {
"authors": [
"ooples"
],
"repo": "ooples/script-injection",
"url": "https://github.com/ooples/script-injection/issues/3",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1337906263 | Sonic submodule update to release 202205
closed by https://github.com/oopt-goldstone/goldstone-buildimage/pull/31
| gharchive/pull-request | 2022-08-13T08:49:17 | 2025-04-01T06:46:28.299600 | {
"authors": [
"HarshaF1",
"ishidawataru"
],
"repo": "oopt-goldstone/goldstone-buildimage",
"url": "https://github.com/oopt-goldstone/goldstone-buildimage/pull/8",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
1150205145 | use 0 depth in Github action template
Pull Request Test Coverage Report for Build 1897760954
0 of 0 changed or added relevant lines in 0 files are covered.
No unchanged relevant lines lost coverage.
Overall coverage remained the same at 6.482%
Totals
Change from base Build 1887202257:
0.0%
Covered Lines:
129
Relevant Lines:
1990
💛 - Coveralls
| gharchive/pull-request | 2022-02-25T09:03:19 | 2025-04-01T06:46:28.305013 | {
"authors": [
"coveralls",
"gimmyxd"
],
"repo": "opcr-io/policy",
"url": "https://github.com/opcr-io/policy/pull/34",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1616163644 | Add ArgoCD Integration - Pull Model Architecture diagram
/lgtm
| gharchive/pull-request | 2023-03-08T23:55:11 | 2025-04-01T06:46:28.305691 | {
"authors": [
"mikeshng",
"xiangjingli"
],
"repo": "open-cluster-management-io/multicloud-integrations",
"url": "https://github.com/open-cluster-management-io/multicloud-integrations/pull/44",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1161040970 | [Fix] Remove DDP checking for non-online evaluation
@LeoXing1996 Do you still need this feature?
If you need it, you can push @plyfager to review and merge it.
| gharchive/pull-request | 2022-03-07T08:08:09 | 2025-04-01T06:46:28.306539 | {
"authors": [
"LeoXing1996",
"zengyh1900"
],
"repo": "open-mmlab/mmgeneration",
"url": "https://github.com/open-mmlab/mmgeneration/pull/260",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1252945055 | Add blogpost for sprint 119
@danidoni addressed, please have another look :)
| gharchive/pull-request | 2022-05-30T16:30:39 | 2025-04-01T06:46:28.317872 | {
"authors": [
"krauselukas"
],
"repo": "openSUSE/obs-landing",
"url": "https://github.com/openSUSE/obs-landing/pull/363",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1777865545 | [OPTIMIZER] Fix fetching next iteration values in pipeline
Merge into main first and then patch without the fp8 commit
| gharchive/pull-request | 2023-06-27T22:59:38 | 2025-04-01T06:46:28.318567 | {
"authors": [
"Jokeren"
],
"repo": "openai/triton",
"url": "https://github.com/openai/triton/pull/1847",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
272333732 | rely on order.interval in all cases
Pushing this to fix issue in production immediately, will check on tests afterwards
Coverage remained the same at 77.072% when pulling ba8ef7307e53c10ace9b0970958b9fad26687468 on another-tier-fix into 9142648b9a6c343e8e1af31a3c2a27c60c2e1483 on master.
| gharchive/pull-request | 2017-11-08T20:13:36 | 2025-04-01T06:46:28.320317 | {
"authors": [
"asood123",
"coveralls"
],
"repo": "opencollective/opencollective-api",
"url": "https://github.com/opencollective/opencollective-api/pull/1007",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1759625966 | dom/met signature: make_cast, make_cast_inherent
Current dependencies on/for this PR:
main
PR #696
PR #645
PR #691
PR #604
PR #706
PR #699
PR #687
PR #688
PR #689
PR #749
PR #712
PR #713
Current dependencies on/for this PR:
main
PR #696
PR #645
PR #691
PR #604
PR #706
PR #699
PR #687
PR #688
PR #689
PR #749
PR #712
PR #713
Current dependencies on/for this PR:
main
PR #696
PR #645
PR #691
PR #604
PR #706
PR #699
PR #687
PR #688
PR #689
PR #749
PR #712
PR #713
Current dependencies on/for this PR:
main
PR #696
PR #645
PR #691
PR #604
PR #706
PR #699
PR #687
PR #688
PR #689
PR #749
PR #712
PR #713
| gharchive/pull-request | 2023-06-15T22:23:06 | 2025-04-01T06:46:28.355738 | {
"authors": [
"Shoeboxam"
],
"repo": "opendp/opendp",
"url": "https://github.com/opendp/opendp/pull/810",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2221765037 | update monaco language definition to support modular models
Closed by https://github.com/openfga/frontend-utils/pull/231
| gharchive/issue | 2024-04-03T02:31:03 | 2025-04-01T06:46:28.356904 | {
"authors": [
"d-jeffery",
"rhamzeh"
],
"repo": "openfga/frontend-utils",
"url": "https://github.com/openfga/frontend-utils/issues/228",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
205448450 | pull request for e2e test at 02/05/2017 19:45:07
:white_check_mark: Validation status: passed
For more details, please refer to the build report.
Note: If you changed an existing file name or deleted a file, broken links in other files to the deleted or renamed file are listed only in the full build report.
| gharchive/pull-request | 2017-02-05T19:45:10 | 2025-04-01T06:46:28.361572 | {
"authors": [
"openpublishtest"
],
"repo": "openpublishtest/ope2etest-prod",
"url": "https://github.com/openpublishtest/ope2etest-prod/pull/16684",
"license": "CC-BY-4.0",
"license_type": "permissive",
"license_source": "github-api"
} |
190870427 | pull request for e2e test at 11/21/2016 23:56:06
:white_check_mark: Validation status: passed
File
Status
Preview URL
Details
optest/docs/updated_at.md
:white_check_mark:Succeeded
For more details, please refer to the build report.
Note: If you changed an existing file name or deleted a file, broken links in other files to the deleted or renamed file are listed only in the full build report.
| gharchive/pull-request | 2016-11-21T23:56:08 | 2025-04-01T06:46:28.364755 | {
"authors": [
"openpublishtest"
],
"repo": "openpublishtest/ope2etest-sandbox",
"url": "https://github.com/openpublishtest/ope2etest-sandbox/pull/15548",
"license": "CC-BY-4.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1863677029 | Fix refs
PTAL @jrangelramos
/approve
| gharchive/pull-request | 2023-08-23T16:41:28 | 2025-04-01T06:46:28.370466 | {
"authors": [
"matejvasek"
],
"repo": "openshift-knative/kn-plugin-func",
"url": "https://github.com/openshift-knative/kn-plugin-func/pull/646",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1925260026 | OSD-18529 - Fix wrong tag in HLO Pacakge build
/lgtm
| gharchive/pull-request | 2023-10-04T02:04:25 | 2025-04-01T06:46:28.374128 | {
"authors": [
"Tafhim",
"samanthajayasinghe"
],
"repo": "openshift/hypershift-logging-operator",
"url": "https://github.com/openshift/hypershift-logging-operator/pull/31",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.