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 |
|---|---|---|---|---|---|
2167636849 | Bug in resolving topics
While exploring the Zulip codebase and tinkering around, I noticed a bug when marking a topic as unresolved.
If there are no messages in a resolved topic( possibly because they were deleted after the topic was marked as resolved), and the user tries to compose a message, a banner appears:
Ho... | gharchive/issue | 2024-03-04T19:57:45 | 2025-04-01T04:58:51.894825 | {
"authors": [
"kuv2707",
"rs545837"
],
"repo": "zulip/zulip",
"url": "https://github.com/zulip/zulip/issues/29182",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
606815848 | user_name: Prevent users from setting forbidden format.
https://github.com/zulip/zulip/issues/13923.
Preventing users from setting their usernames in the format "Alice|999".
EDIT: The regex finally decided upon and used is r"\|\d+$".
Perhaps the regex should be relaxed from ^\w+\|+\d to \|+\d$? With the current re... | gharchive/pull-request | 2020-04-25T17:21:15 | 2025-04-01T04:58:51.899748 | {
"authors": [
"Abhishek-Balaji",
"pemontto",
"showell",
"timabbott"
],
"repo": "zulip/zulip",
"url": "https://github.com/zulip/zulip/pull/14750",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
821393278 | missedmessage_hook: Fix inaccurate docstring.
If the client is no longer on the Internet (Hard Disconnect Problem) then receiver_is_off_zulip returns False, not True, for DEFAULT_EVENT_QUEUE_TIMEOUT_SECS, until the queue is garbage-collected.
https://chat.zulip.org/#narrow/stream/2-general/topic/missedmessage_hook.20... | gharchive/pull-request | 2021-03-03T18:57:03 | 2025-04-01T04:58:51.903125 | {
"authors": [
"mateuszmandera",
"shanukun",
"timabbott"
],
"repo": "zulip/zulip",
"url": "https://github.com/zulip/zulip/pull/17471",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
869339342 | Infrastructure for unsubscribe links in marketing emails
Tested in a development environment. This changes manage.py send_custom_email emails to have an unsubscribe link, adds a notification setting (only visible in Zulip Cloud configurations) to control whether a user wants "occasional marketing emails", and fixes ... | gharchive/pull-request | 2021-04-27T23:16:05 | 2025-04-01T04:58:51.905406 | {
"authors": [
"timabbott"
],
"repo": "zulip/zulip",
"url": "https://github.com/zulip/zulip/pull/18290",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1198937649 | UI redesign : change font & color of timestamp in a message
made the required changes in static/styles/zulip.css
and static/styles/dark_theme.css in issue #21752
https://github.com/zulip/zulip/issues/21752
Testing plan: By running locally after changes
GIFs or screenshots:
https://zulip.re
adthedocs.io/en/latest/t... | gharchive/pull-request | 2022-04-10T08:24:41 | 2025-04-01T04:58:51.943171 | {
"authors": [
"alya",
"medhatiwari",
"supriya-045",
"terpimost",
"timabbott"
],
"repo": "zulip/zulip",
"url": "https://github.com/zulip/zulip/pull/21754",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1661442138 | help: Document edit or delete a message mobile feature.
Documents "Edit message" mobile feature.
Adds instructions block to "Delete a message" on Desktop/Web.
Documents "Delete message" mobile feature.
Question:
For clarity, should we also add a Desktop/Web tab to the instructions block for deleting a message compl... | gharchive/pull-request | 2023-04-10T22:05:23 | 2025-04-01T04:58:51.951885 | {
"authors": [
"alya",
"drrosa"
],
"repo": "zulip/zulip",
"url": "https://github.com/zulip/zulip/pull/25067",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2268813517 | Prep commits to removing discount percentage.
This PR just adds required plan tier field to clould support page and make the field required for setting discount.
Disabled until a required plan tier is set.
Looks good, merged, thanks @amanagr! I didn't hand-test under the theory we'll be testing the next versions s... | gharchive/pull-request | 2024-04-29T11:43:42 | 2025-04-01T04:58:51.953715 | {
"authors": [
"amanagr",
"timabbott"
],
"repo": "zulip/zulip",
"url": "https://github.com/zulip/zulip/pull/29881",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2392857604 | settings: Allow tabs to be wider.
First commit is to fix the tabs in bots panel.
Second commit is to fix the tabs in stream and group settings.
Fixes: #30672
Screenshots and screen captures:
Self-review checklist
[ ] Self-reviewed the changes for clarity and maintainability
(variable names, code reuse, read... | gharchive/pull-request | 2024-07-05T16:07:13 | 2025-04-01T04:58:51.966632 | {
"authors": [
"alya",
"karlstolley",
"sahil839",
"timabbott"
],
"repo": "zulip/zulip",
"url": "https://github.com/zulip/zulip/pull/30744",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
233077190 | typeahead: Alter style for user emails.
Altered the style for emails in the @-mention typeahead to match the style used for stream description in #**stream**. This also affects typeaheads for PM recipients and adding new users in stream settings. relavant topic on Zulip.
Here's an image depicting the changes:
Auto... | gharchive/pull-request | 2017-06-02T05:01:31 | 2025-04-01T04:58:51.974997 | {
"authors": [
"akhilmd",
"smarx",
"timabbott"
],
"repo": "zulip/zulip",
"url": "https://github.com/zulip/zulip/pull/5170",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
274687746 | build-release-tarball: misc small cleanups
Most of these were in a branch I had lying around locally from July, part of me figuring out at that time what this script was really doing.
Rebasing and cleaning up their commit messages, I spotted a few more easy cleanups.
This looks good, assuming you've done a test whe... | gharchive/pull-request | 2017-11-16T22:33:02 | 2025-04-01T04:58:51.978757 | {
"authors": [
"gnprice",
"timabbott"
],
"repo": "zulip/zulip",
"url": "https://github.com/zulip/zulip/pull/7420",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
154879651 | Add architectural overview documentation.
(Work by me with a tremendous amount of assistance & investigation by @leonardr -- thanks for the help!)
Fixes: #453.
Also addresses part of #790.
Automated message from Dropbox CLA bot
@brainwane, thanks for the pull request! It looks like you haven't yet signed the Dropbo... | gharchive/pull-request | 2016-05-14T22:50:28 | 2025-04-01T04:58:51.988382 | {
"authors": [
"brainwane",
"smarx",
"timabbott"
],
"repo": "zulip/zulip",
"url": "https://github.com/zulip/zulip/pull/795",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
441633780 | Swift 5 support
Hello,
will you add support for Swift 5 as well?
kind regards
Actually, I'm planning to completely rewrite this library. It will have a different, more modern API, a new repository and written in Swift 5.
@Vario
If you're still interested here it is: https://github.com/zummenix/KeyboardNotificatio... | gharchive/issue | 2019-05-08T09:17:39 | 2025-04-01T04:58:51.992425 | {
"authors": [
"Vario",
"zummenix"
],
"repo": "zummenix/KeyboardWrapper",
"url": "https://github.com/zummenix/KeyboardWrapper/issues/18",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
170905947 | Outlook/Yahoo problem with multiple columns inside row
How can we reproduce this bug?
I created one row with multiple 4-columns divs (more than 3) because i want to produce dynamically the content of the email. Sometimes there will be 4 divs to show, sometimes more than 12.
Write out the HTML (or Inky code) that cau... | gharchive/issue | 2016-08-12T16:10:12 | 2025-04-01T04:58:52.002830 | {
"authors": [
"GBratsos",
"antonydjames",
"tdhartwick"
],
"repo": "zurb/foundation-emails",
"url": "https://github.com/zurb/foundation-emails/issues/555",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
152841466 | Updated tips-tricks.md with a workaround for dates/times/phone numbers on iOS devices
@tdhartwick Added section on targeting dates/times/phone numbers on iOS devices to tips-tricks.
Thanks! This page is a work in progress and we'd love to make it a community thing that people can contribute to. We'll have a version... | gharchive/pull-request | 2016-05-03T18:22:31 | 2025-04-01T04:58:52.004681 | {
"authors": [
"rafibomb",
"stephenrust",
"tdhartwick"
],
"repo": "zurb/foundation-emails",
"url": "https://github.com/zurb/foundation-emails/pull/419",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
221527792 | Foundation 5.2.2 : TypeError: Cannot read property 'css' of undefined
Hello,
I'm posting an error for old version so, first of allow me please.
My foundation version is 5.2.2.
I have implement reveal in my project and find a very weird issue. Some time I got the TypeError: Cannot read property 'css' of undefined. Ref... | gharchive/issue | 2017-04-13T10:54:09 | 2025-04-01T04:58:52.011544 | {
"authors": [
"Deckluhm",
"IamManchanda",
"sanjay-russmediatech"
],
"repo": "zurb/foundation-sites",
"url": "https://github.com/zurb/foundation-sites/issues/9951",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
119085171 | The accordion does not work with "any" element as the documentation states. Here is a fix.
The accordion does not work with "any" element as the documentation states it requires the use of ul and li. This is a quick fix to that issue.
This “li” selector assumes the use of ul and li to create an accordion however the ... | gharchive/pull-request | 2015-11-26T17:42:51 | 2025-04-01T04:58:52.015220 | {
"authors": [
"evanlask",
"zurbchris"
],
"repo": "zurb/foundation-sites",
"url": "https://github.com/zurb/foundation-sites/pull/7231",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
136142215 | Add JSPM config
Replaces #8229, as requested.
Thanks, appreciate it!
| gharchive/pull-request | 2016-02-24T18:11:59 | 2025-04-01T04:58:52.016192 | {
"authors": [
"gakimball",
"glen-84"
],
"repo": "zurb/foundation-sites",
"url": "https://github.com/zurb/foundation-sites/pull/8233",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
2755140095 | 🛑 Groups API Endpoint is down
In 24ba08a, Groups API Endpoint (https://groups.roblox.com/v1/groups/5680533) was down:
HTTP code: 0
Response time: 0 ms
Resolved: Groups API Endpoint is back up in abdf2b9 after 9 minutes.
| gharchive/issue | 2024-12-23T03:41:18 | 2025-04-01T04:58:52.034641 | {
"authors": [
"zv8001"
],
"repo": "zv8001/EEI-Stats",
"url": "https://github.com/zv8001/EEI-Stats/issues/658",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2164817718 | Works as global, but not as filter
I'm having some trouble getting this to work.
I've added via Hacs. Testing in dev tools, the functions work as globals, but not as filters.
Works: {{ get_type('foo bar baz') }}
Fails: {{ 'foo bar baz' | get_type }}, error: TemplateAssertionError: No filter named 'get_type'.
Any idea... | gharchive/issue | 2024-03-02T13:57:44 | 2025-04-01T04:58:52.036305 | {
"authors": [
"edwardhorsford",
"mcree"
],
"repo": "zvldz/ha_custom_filters",
"url": "https://github.com/zvldz/ha_custom_filters/issues/10",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
990998499 | Missing "Manufacturer Specific" for Eurotronics Spirit radiator valves
Is your problem within Home Assistant (Core or Z-Wave JS Integration)?
NO, my problem is NOT within Home Assistant or the ZWave JS integration
Is your problem within ZWaveJS2MQTT?
NO, my problem is NOT within ZWaveJS2MQTT
Checklist
[X] I have ch... | gharchive/issue | 2021-09-08T10:47:08 | 2025-04-01T04:58:52.063608 | {
"authors": [
"AlCalzone",
"jip67",
"lenwar",
"robertsLando"
],
"repo": "zwave-js/node-zwave-js",
"url": "https://github.com/zwave-js/node-zwave-js/issues/3301",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2294975939 | fix: parse ZW inclusion frames from ZWLR devices, recognize ZWLR protocol frames, add Zniffer active property
This PR adds a bit of polishing for Zniffer and some bugfixes:
The active property can be used to determine whether Zniffer is currently running
ZWLR protocol frames are recognized (but not parsed in detail)... | gharchive/pull-request | 2024-05-14T09:48:16 | 2025-04-01T04:58:52.065922 | {
"authors": [
"AlCalzone"
],
"repo": "zwave-js/node-zwave-js",
"url": "https://github.com/zwave-js/node-zwave-js/pull/6849",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
251842304 | 启动不了
在启动项目的时候总是出现Error: Cannot find module '@angular/tsc-wrapped/src/tsc'这个错误
@baobz 这个项目已经过时了,请看Ionic2-CNodeClub
| gharchive/issue | 2017-08-22T05:31:15 | 2025-04-01T04:58:52.097605 | {
"authors": [
"baobz",
"zxj963577494"
],
"repo": "zxj963577494/Ionic2-IonicClub",
"url": "https://github.com/zxj963577494/Ionic2-IonicClub/issues/5",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1568961091 | chore(deps): upgrade dependencies
Upgrades project dependencies. See details in workflow run.
Automatically created by projen via the "upgrade-main" workflow
Codecov Report
Merging #575 (d1b109a) into main (9ebb3ce) will not change coverage.
The diff coverage is n/a.
:mega: This organization is not using Codecov... | gharchive/pull-request | 2023-02-03T00:08:40 | 2025-04-01T04:58:52.102340 | {
"authors": [
"codecov-commenter",
"zxkane"
],
"repo": "zxkane/snat",
"url": "https://github.com/zxkane/snat/pull/575",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
577480903 | how to include sections-tree in index pages?
Hi! I would like to use this partials/widgets/sections-tree.html
{{ define "sections-nav" }}
<ul>
{{ range sort .Pages "value" "desc" }}
{{if gt (len .LinkTitle) 0}}
<li><a href="{{ .Permalink}}"> {{ .LinkTitle }} </a></li>
{{else if gt (len .Title) 0}... | gharchive/issue | 2020-03-08T10:46:00 | 2025-04-01T04:58:52.186888 | {
"authors": [
"rgr19",
"zzossig"
],
"repo": "zzossig/hugo-theme-zzo",
"url": "https://github.com/zzossig/hugo-theme-zzo/issues/224",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
543786806 | How to automatically generate archive page content
How to automatically generate archive page content, just like the hugo-theme-zzo demo archive url. I try to read all the configuration of hugo-theme-zzo, but can't find where to change the configuration to make it work.
Did you set the the archive menu in your me... | gharchive/issue | 2019-12-30T07:59:11 | 2025-04-01T04:58:52.190161 | {
"authors": [
"wangdongming007",
"zzossig"
],
"repo": "zzossig/hugo-theme-zzo",
"url": "https://github.com/zzossig/hugo-theme-zzo/issues/47",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2263468710 | Web Design
Please, set names for upload windows: left -> Description, right -> Reqierements.
| gharchive/pull-request | 2024-04-25T12:31:08 | 2025-04-01T04:58:52.196848 | {
"authors": [
"Dmitrryy",
"uslsteen"
],
"repo": "106-inc/womparator",
"url": "https://github.com/106-inc/womparator/pull/14",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1291176056 | [SC-554] ECDSA library
Pull Request Test Coverage Report for Build 2602462814
18 of 25 (72.0%) changed or added relevant lines in 1 file are covered.
No unchanged relevant lines lost coverage.
Overall coverage increased (+1.8%) to 59.707%
Changes Missing Coverage
Covered Lines
Changed/Added Lines
%
contrac... | gharchive/pull-request | 2022-07-01T09:46:01 | 2025-04-01T04:58:52.205788 | {
"authors": [
"coveralls",
"zZoMROT"
],
"repo": "1inch/solidity-utils",
"url": "https://github.com/1inch/solidity-utils/pull/25",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1977330350 | Update README.md
does work for some, so I would just keep it
Ok
| gharchive/pull-request | 2023-11-04T13:15:22 | 2025-04-01T04:58:52.207494 | {
"authors": [
"3kh0",
"Brandon421-ops"
],
"repo": "3kh0/ext-remover",
"url": "https://github.com/3kh0/ext-remover/pull/786",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2209808823 | fixed styles
Should we close this one then?
| gharchive/pull-request | 2024-03-27T04:11:53 | 2025-04-01T04:58:52.212351 | {
"authors": [
"callicles",
"tg339"
],
"repo": "514-labs/moose",
"url": "https://github.com/514-labs/moose/pull/727",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2012880963 | Front end new features (ratings & swap functionalities)
merge with front_end done
| gharchive/pull-request | 2023-11-27T18:44:38 | 2025-04-01T04:58:52.216171 | {
"authors": [
"alex-pv01",
"leobcc"
],
"repo": "ADS-2023-TH3/falcon_ml",
"url": "https://github.com/ADS-2023-TH3/falcon_ml/pull/65",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1384794088 | Delete function implemented on backend
👍
| gharchive/pull-request | 2022-09-24T19:51:41 | 2025-04-01T04:58:52.216648 | {
"authors": [
"aothms",
"johltn"
],
"repo": "AECgeeks/ifc-pipeline-validation",
"url": "https://github.com/AECgeeks/ifc-pipeline-validation/pull/17",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1003859407 | update index.md
Codecov Report
Merging #29 (64615ba) into master (dc2fc36) will not change coverage.
The diff coverage is n/a.
@@ Coverage Diff @@
## master #29 +/- ##
=========================================
Coverage 70.91% 70.91%
Complexity 44... | gharchive/pull-request | 2021-09-22T06:11:26 | 2025-04-01T04:58:52.257600 | {
"authors": [
"codecov-commenter",
"ngchisern"
],
"repo": "AY2122S1-CS2103T-W08-3/tp",
"url": "https://github.com/AY2122S1-CS2103T-W08-3/tp/pull/29",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1200149901 | Remove typo
Codecov Report
Merging #259 (511a8c5) into master (0de6afe) will not change coverage.
The diff coverage is n/a.
:exclamation: Current head 511a8c5 differs from pull request most recent head 3c7b857. Consider uploading reports for the commit 3c7b857 to get more accurate results
@@ Coverage D... | gharchive/pull-request | 2022-04-11T15:34:18 | 2025-04-01T04:58:52.279204 | {
"authors": [
"codecov-commenter",
"seanlaiys"
],
"repo": "AY2122S2-CS2103T-W13-2/tp",
"url": "https://github.com/AY2122S2-CS2103T-W13-2/tp/pull/259",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1425722588 | Add tests for ListCommand
Codecov Report
Merging #93 (a6bf12c) into master (05c8366) will increase coverage by 0.73%.
The diff coverage is 0.00%.
@@ Coverage Diff @@
## master #93 +/- ##
============================================
+ Coverage 67.94% 68.67% +0... | gharchive/pull-request | 2022-10-27T14:20:39 | 2025-04-01T04:58:52.287897 | {
"authors": [
"codecov-commenter",
"lleyi0606"
],
"repo": "AY2223S1-CS2103T-F12-3/tp",
"url": "https://github.com/AY2223S1-CS2103T-F12-3/tp/pull/93",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1988975309 | Remove commons in DG
Closing - irrelevant
| gharchive/issue | 2023-11-11T14:30:59 | 2025-04-01T04:58:52.288837 | {
"authors": [
"elaineshijie"
],
"repo": "AY2324S1-CS2103T-T11-3/tp",
"url": "https://github.com/AY2324S1-CS2103T-T11-3/tp/issues/310",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2610293316 | Search for persons within Event
Will close this as we can't do before feature freeze
| gharchive/issue | 2024-10-24T03:17:39 | 2025-04-01T04:58:52.290219 | {
"authors": [
"chuajunyu",
"cshao02"
],
"repo": "AY2425S1-CS2103T-F09-2/tp",
"url": "https://github.com/AY2425S1-CS2103T-F09-2/tp/issues/112",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2632430862 | Added Testimonials
Added Testimonials
| gharchive/pull-request | 2024-11-04T10:34:00 | 2025-04-01T04:58:52.295744 | {
"authors": [
"Anish-H-G"
],
"repo": "Abhay-Narayan/Idea-Generation",
"url": "https://github.com/Abhay-Narayan/Idea-Generation/pull/9",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1530856097 | S3 backup support
@chiruzzimarco Tests read green again
| gharchive/pull-request | 2023-01-12T14:56:12 | 2025-04-01T04:58:52.296956 | {
"authors": [
"snglth"
],
"repo": "Abstract-Tech/edxbackup",
"url": "https://github.com/Abstract-Tech/edxbackup/pull/6",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1727503219 | feat: use api.akord.com/files for file uploads & read files from Akord gateway
closing in favour of https://github.com/Akord-com/akord-js/pull/174
| gharchive/pull-request | 2023-05-26T12:07:20 | 2025-04-01T04:58:52.303318 | {
"authors": [
"jarrvis",
"wkolod"
],
"repo": "Akord-com/akord-js",
"url": "https://github.com/Akord-com/akord-js/pull/144",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2457797427 | feat: isolatedDeclarations in core and core-bootstrap
thx for the review @andreascorti !
| gharchive/pull-request | 2024-08-09T12:20:00 | 2025-04-01T04:58:52.314243 | {
"authors": [
"quentinderoubaix"
],
"repo": "AmadeusITGroup/AgnosUI",
"url": "https://github.com/AmadeusITGroup/AgnosUI/pull/883",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2032485912 | Feee
Tips
Je gebruikt momenteel veel klassen als .particle:nth-of-type(1), .particle:nth-of-type(2), etc. Dit kan verwarrend worden als de lay-out wordt aangepast. Overweeg meer beschrijvende classen te gebruiken.
*Je gebruikt een SVG-pictogram zonder een duidelijke functie. Als dit een logo is of een klikbare link... | gharchive/issue | 2023-12-08T11:28:19 | 2025-04-01T04:58:52.316063 | {
"authors": [
"zenitba"
],
"repo": "Amberhva/back-to-static-creative-coding",
"url": "https://github.com/Amberhva/back-to-static-creative-coding/issues/3",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1845167751 | Add Final configuration for CoinjoinXT
Excellent! Coinjoin is coming!
Thanks @Rsync25, I'll add Taproot or Segwit for help have less block space during mixing coins avoiding spam on Bitcoin Network
| gharchive/pull-request | 2023-08-10T13:14:01 | 2025-04-01T04:58:52.327547 | {
"authors": [
"22388o",
"Rsync25"
],
"repo": "AreaLayer/FireBolt",
"url": "https://github.com/AreaLayer/FireBolt/pull/128",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2608483152 | CN 7.01 opcode更新
thanks a lot
| gharchive/pull-request | 2024-10-23T12:46:29 | 2025-04-01T04:58:52.337250 | {
"authors": [
"AtmoOmen",
"SakuraFutaba"
],
"repo": "AtmoOmen/Hyperborea",
"url": "https://github.com/AtmoOmen/Hyperborea/pull/2",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
2418736584 | Removed old from AF reference guide docs module
Please, Keep this branch active, as there are more broken links that still need to be fixed
| gharchive/pull-request | 2024-07-19T12:07:39 | 2025-04-01T04:58:52.345662 | {
"authors": [
"dgomezg"
],
"repo": "AxonFramework/AxonFramework",
"url": "https://github.com/AxonFramework/AxonFramework/pull/3046",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2338146156 | fix: correct docker-compose vars
Benchmark results
Metrics with a significant change:
protocol_circuit_witness_generation_time_in_ms (private-kernel-tail): 2,282 (+23%)
protocol_circuit_proving_time_in_ms (public-kernel-tail): 179,990 (-25%)
Detailed results
All benchmarks are run on txs on the Benchmarking contra... | gharchive/pull-request | 2024-06-06T12:32:48 | 2025-04-01T04:58:52.419418 | {
"authors": [
"AztecBot",
"spypsy"
],
"repo": "AztecProtocol/aztec-packages",
"url": "https://github.com/AztecProtocol/aztec-packages/pull/6945",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1882620734 | Fix broken section link in Identity troubleshooting guide
API change check
API changes are not detected in this pull request.
| gharchive/pull-request | 2023-09-05T19:46:09 | 2025-04-01T04:58:52.422545 | {
"authors": [
"azure-sdk",
"scottaddie"
],
"repo": "Azure/azure-sdk-for-python",
"url": "https://github.com/Azure/azure-sdk-for-python/pull/31942",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2514402143 | [SB] changelog
API change check
API changes are not detected in this pull request.
| gharchive/pull-request | 2024-09-09T16:30:02 | 2025-04-01T04:58:52.423395 | {
"authors": [
"azure-sdk",
"l0lawrence"
],
"repo": "Azure/azure-sdk-for-python",
"url": "https://github.com/Azure/azure-sdk-for-python/pull/37253",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2434592300 | fix: remove ci steps
:tada: This issue has been resolved in version 1.0.0 :tada:
The release is available on:
npm package (@latest dist-tag)
GitHub release
Your semantic-release bot :package::rocket:
| gharchive/pull-request | 2024-07-29T06:46:53 | 2025-04-01T04:58:52.426249 | {
"authors": [
"B-Dmitriy"
],
"repo": "B-Dmitriy/pline-ui",
"url": "https://github.com/B-Dmitriy/pline-ui/pull/20",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1169641141 | Fit crop viewport around selected controls
Thanks for catching that @darraghjburke ! I tried a fix with non-centralized positions
@darraghjburke branch algorithm updated to work on rotated controls (finally got the matrices!) and for the new build system :D
| gharchive/pull-request | 2022-03-15T12:58:10 | 2025-04-01T04:58:52.430987 | {
"authors": [
"carolhmj"
],
"repo": "BabylonJS/Babylon.js",
"url": "https://github.com/BabylonJS/Babylon.js/pull/12166",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1197499998 | fix: git flow for build-mocks
:tada: This PR is included in version 1.5.4 :tada:
The release is available on:
npm package (@latest dist-tag)
GitHub release
Your semantic-release bot :package::rocket:
:tada: This PR is included in version 1.0.0 :tada:
The release is available on:
npm package (@latest dist-tag)
Gi... | gharchive/pull-request | 2022-04-08T15:58:07 | 2025-04-01T04:58:52.435032 | {
"authors": [
"NamelsKing",
"axejintao"
],
"repo": "Badger-Finance/badger-sdk",
"url": "https://github.com/Badger-Finance/badger-sdk/pull/128",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2552546307 | Version 0.0.41 of tree-sitter-abl
There is issue in the recent version of tree-sitter-abl, which breaks our formatter. Issue registered: https://github.com/usagi-coffee/tree-sitter-abl/issues/87
| gharchive/issue | 2024-09-27T10:11:35 | 2025-04-01T04:58:52.437742 | {
"authors": [
"eglekaz"
],
"repo": "BalticAmadeus/AblFormatter",
"url": "https://github.com/BalticAmadeus/AblFormatter/issues/233",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1613969577 | Routes
Finished routes
| gharchive/pull-request | 2023-03-07T18:14:48 | 2025-04-01T04:58:52.438292 | {
"authors": [
"Barrerse"
],
"repo": "Barrerse/My_Portfolio",
"url": "https://github.com/Barrerse/My_Portfolio/pull/2",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2448937355 | Reconsolidate Airlock design steps
The airlock requires copy/paste of SAS URLs. This means we still have to enable paste into the workspace, and since we can't limit the size of the paste buffer, we have an infiltration risk.
The current design also enforces one-time access to the storage, and the SAS URL expires. It... | gharchive/issue | 2024-08-05T16:08:47 | 2025-04-01T04:58:52.440490 | {
"authors": [
"TonyWildish-BH",
"akolensky"
],
"repo": "Barts-Life-Science/AzureTRE",
"url": "https://github.com/Barts-Life-Science/AzureTRE/issues/134",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2390137230 | Add option to choose metrics and repare some of the losses
Losses fixed in ae0796c
Choose metrics for train/test: done in fa5ad0
Choose loss: done in 1560ff
| gharchive/issue | 2024-07-04T07:19:16 | 2025-04-01T04:58:52.447680 | {
"authors": [
"danifranco"
],
"repo": "BiaPyX/BiaPy",
"url": "https://github.com/BiaPyX/BiaPy/issues/86",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1273996431 | [BB] - Add endpoint to get posts by user id.
@Ivanochko @SerhiiKlymchuk @MrZenik @vanya706
Usage of filter:
Endpoint:
GET http://localhost:8080/api/posts/filter
Body:
{
"title": "Title",
"users": [1, 3],
"categories": [2]
}
No one value is required!
| gharchive/pull-request | 2022-06-16T19:28:15 | 2025-04-01T04:58:52.449473 | {
"authors": [
"Yuliasik"
],
"repo": "BigBoardOrganization/BigBoard",
"url": "https://github.com/BigBoardOrganization/BigBoard/pull/8",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2074338485 | Hello, I'm sorry to bother you. May I ask if the dataset does not have annotation files?
Hi, Unfortunately dataset does not have annotation files.
Hi,
This dataset is for classification. Later this year we will release an object detection dataset with annotations.
| gharchive/issue | 2024-01-10T13:05:33 | 2025-04-01T04:58:52.450502 | {
"authors": [
"Annualsss",
"BilalTalha",
"mandyxiaomeng"
],
"repo": "BilalTalha/SIP-17",
"url": "https://github.com/BilalTalha/SIP-17/issues/1",
"license": "CC0-1.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2053715527 | Changelog for 2.16.7
LGTM
(Just a remark: If "new features" are just really improvements over the previous one, I guess it's ok. Otherwise, I was thinking why not to bump up minor version)
Good question, we didn't bump version when dry run was partially merged. Now shall we bump to 2.17 ? @jorblancoa @st4rl3ss
B... | gharchive/pull-request | 2023-12-22T10:26:58 | 2025-04-01T04:58:52.462590 | {
"authors": [
"WeinaJi",
"jorblancoa",
"st4rl3ss"
],
"repo": "BlueBrain/neurodamus",
"url": "https://github.com/BlueBrain/neurodamus/pull/108",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1007900218 | Add statistics (graph-analytics) integration tests
Hey team! Please add your planning poker estimate with ZenHub @bogdanromanx @imsdu @nicwells @samuel-kerrien @smitfire @Stafeeva @wwajerowicz
| gharchive/issue | 2021-09-27T09:14:04 | 2025-04-01T04:58:52.463739 | {
"authors": [
"bogdanromanx",
"dhaneshnm"
],
"repo": "BlueBrain/nexus",
"url": "https://github.com/BlueBrain/nexus/issues/2817",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
27916954 | Bien dire qu'on a pas de sponsor sur le site
Tu a enfin fixer ce probleme GG :trollface:
| gharchive/issue | 2014-02-19T22:46:05 | 2025-04-01T04:58:52.466146 | {
"authors": [
"mackoj",
"teriiehina"
],
"repo": "BreakpointFM/breakpointpodcast.github.io",
"url": "https://github.com/BreakpointFM/breakpointpodcast.github.io/issues/12",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1090873319 | Release 2022.1.1
/scheduletag 2022.1.1 merge
| gharchive/pull-request | 2021-12-30T04:38:37 | 2025-04-01T04:58:52.466915 | {
"authors": [
"BrenekH"
],
"repo": "BrenekH/kotlin-for-frc",
"url": "https://github.com/BrenekH/kotlin-for-frc/pull/106",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2266219295 | adjust the formatting on ask output
Closed in favor of Riki's #207
| gharchive/pull-request | 2024-04-26T17:37:30 | 2025-04-01T04:58:52.467694 | {
"authors": [
"zuzuvelas"
],
"repo": "Brexbot/TwiggyBot",
"url": "https://github.com/Brexbot/TwiggyBot/pull/206",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2234697681 | plumb name_transform internally in _convert module
Codecov Report
Attention: Patch coverage is 92.30769% with 2 lines in your changes are missing coverage. Please review.
:exclamation: No coverage uploaded for pull request base (name-transform@5ca93fb). Click here to learn what that means.
Files
Patch %
Lines
... | gharchive/pull-request | 2024-04-10T03:43:21 | 2025-04-01T04:58:52.475501 | {
"authors": [
"BrianPugh",
"codecov-commenter"
],
"repo": "BrianPugh/cyclopts",
"url": "https://github.com/BrianPugh/cyclopts/pull/148",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2071233426 | feat: merge in develop branch [ci skip]
:tada: This PR is included in version 1.6.0 :tada:
The release is available on:
npm package (@latest dist-tag)
GitHub release
Your semantic-release bot :package::rocket:
| gharchive/pull-request | 2024-01-08T21:14:50 | 2025-04-01T04:58:52.477952 | {
"authors": [
"Bugs5382"
],
"repo": "Bugs5382/project-app-setup",
"url": "https://github.com/Bugs5382/project-app-setup/pull/37",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1819489237 | 又影响IOS检查系统更新了

哦,是这样啊,了解了。
| gharchive/issue | 2023-07-25T03:30:14 | 2025-04-01T04:58:52.494442 | {
"authors": [
"qqsir-dev"
],
"repo": "Cats-Team/AdRules",
"url": "https://github.com/Cats-Team/AdRules/issues/143",
"license": "WTFPL",
"license_type": "permissive",
"license_source": "github-api"
} |
803106289 | New Crowdin updates
We can close this PR. It was already merged with other PR
| gharchive/pull-request | 2021-02-08T00:43:57 | 2025-04-01T04:58:52.518218 | {
"authors": [
"hoffmang9",
"seeden"
],
"repo": "Chia-Network/chia-blockchain-gui",
"url": "https://github.com/Chia-Network/chia-blockchain-gui/pull/4",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2191510523 | fix macOS get_files nil
@HuakunShen
https://github.com/ChurchTao/clipboard-rs/issues/11
| gharchive/pull-request | 2024-03-18T08:16:46 | 2025-04-01T04:58:52.529937 | {
"authors": [
"ChurchTao"
],
"repo": "ChurchTao/clipboard-rs",
"url": "https://github.com/ChurchTao/clipboard-rs/pull/12",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1360972112 | update longrun
bors try
bors r+
| gharchive/pull-request | 2022-09-03T22:14:39 | 2025-04-01T04:58:52.538483 | {
"authors": [
"szy21"
],
"repo": "CliMA/ClimaAtmos.jl",
"url": "https://github.com/CliMA/ClimaAtmos.jl/pull/803",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2619312103 | [WIP][feature][extension] New request tocreate multiple tabs.
#633
| gharchive/issue | 2024-10-28T19:11:01 | 2025-04-01T04:58:52.540398 | {
"authors": [
"SwapnilChand"
],
"repo": "Cloud-Code-AI/kaizen",
"url": "https://github.com/Cloud-Code-AI/kaizen/issues/632",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1393454590 | chore: added my data in contributors.js
Hey @yash-seth please add your details at the end of the list.
Hey @yash-seth please add your details at the end of the list.
Will do, thanks for the heads up.
| gharchive/pull-request | 2022-10-01T16:02:30 | 2025-04-01T04:58:52.541517 | {
"authors": [
"Rajdip019",
"yash-seth"
],
"repo": "Clueless-Community/first-contribution",
"url": "https://github.com/Clueless-Community/first-contribution/pull/96",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1788344645 | added the CV PDF
the CV or resume opens in a new tab
| gharchive/pull-request | 2023-07-04T18:48:58 | 2025-04-01T04:58:52.542104 | {
"authors": [
"BrianKimurgor"
],
"repo": "CodeDroid999/Dennisotieno",
"url": "https://github.com/CodeDroid999/Dennisotieno/pull/1",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1178518585 | Updated to SecApi version 2.3.2.25
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution.0 out of 2 committers have signed the CLA.:x: ravish-cts:x: ericeberryYou have signed the CLA al... | gharchive/pull-request | 2022-03-23T18:40:40 | 2025-04-01T04:58:52.553194 | {
"authors": [
"CLAassistant",
"ericeberry"
],
"repo": "Comcast/rdkcryptoapi",
"url": "https://github.com/Comcast/rdkcryptoapi/pull/6",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
985275161 | issue 30 numerical
Good point, thanks for mentioning that
| gharchive/pull-request | 2021-09-01T15:10:41 | 2025-04-01T04:58:52.553786 | {
"authors": [
"rcw5890"
],
"repo": "Como-DTC-Collaboration/como-models-math-biosci",
"url": "https://github.com/Como-DTC-Collaboration/como-models-math-biosci/pull/7",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2666679104 | Create My lady (Akira)
email:{TARGET}
list:{LIST-PATH}
time:{TIME}
| gharchive/pull-request | 2024-11-17T23:02:52 | 2025-04-01T04:58:52.564421 | {
"authors": [
"anjo-vamp21"
],
"repo": "DEMON1A/GmailBruterV2",
"url": "https://github.com/DEMON1A/GmailBruterV2/pull/25",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1393900772 | Redirect from user page when logged to non admin user
How to reproduce this?
| gharchive/issue | 2022-10-02T21:12:58 | 2025-04-01T04:58:52.568626 | {
"authors": [
"Ptrhnk",
"adammertel"
],
"repo": "DISSINET/InkVisitor",
"url": "https://github.com/DISSINET/InkVisitor/issues/1278",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
1680015947 | add max_density
I wrote some code that adds density, but it could be adding a bunch of unnecessary points. I'm going to add some code that only adds intermediate vertices if they change the slope between line segments.
done, see densify at https://github.com/DanielJDufour/reproject-geojson/tree/v0.5.0#point-densif... | gharchive/issue | 2023-04-23T12:47:02 | 2025-04-01T04:58:52.572782 | {
"authors": [
"DanielJDufour"
],
"repo": "DanielJDufour/reproject-geojson",
"url": "https://github.com/DanielJDufour/reproject-geojson/issues/2",
"license": "CC0-1.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2740187400 | Revisao Estrutura e Code
teste
| gharchive/pull-request | 2024-12-14T23:34:18 | 2025-04-01T04:58:52.574450 | {
"authors": [
"Danilo-Kaim",
"JuniorNunes15"
],
"repo": "Danilo-Kaim/ProjetoTCC",
"url": "https://github.com/Danilo-Kaim/ProjetoTCC/pull/5",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1976298698 | First Commit Project
Atualização da branch Developer para inicio do Projeto
| gharchive/pull-request | 2023-11-03T14:14:33 | 2025-04-01T04:58:52.595831 | {
"authors": [
"DenilsonMarcio"
],
"repo": "DenilsonMarcio/projeto_locadora_univesp",
"url": "https://github.com/DenilsonMarcio/projeto_locadora_univesp/pull/1",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2053664355 | Apply regex on name column to extract: BnB name, rate, room type, bed's number, bath's number, if is bath shared
I've extracted the columns and i've splitted the dataframe in some tables to match ER-tables. We must decide how group these tables.
| gharchive/issue | 2023-12-22T09:49:23 | 2025-04-01T04:58:52.597402 | {
"authors": [
"GabrieleDetomaso",
"GiacomoDetomaso"
],
"repo": "DesperateColleagues/NYC_AirBnB_Data_Management",
"url": "https://github.com/DesperateColleagues/NYC_AirBnB_Data_Management/issues/3",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1170765986 | Updated read me config to match default config
Thanks again Richard.
| gharchive/pull-request | 2022-03-16T09:37:35 | 2025-04-01T04:58:52.602995 | {
"authors": [
"DiemenDesign",
"RichardSquires"
],
"repo": "DiemenDesign/summernote-cleaner",
"url": "https://github.com/DiemenDesign/summernote-cleaner/pull/96",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
2464165786 | Finalise all e2e tests
e2e.zip
| gharchive/issue | 2024-08-13T20:30:01 | 2025-04-01T04:58:52.605208 | {
"authors": [
"handes-yilmaz"
],
"repo": "DigitalProductInnovationAndDevelopment/Project-Staffing-Application",
"url": "https://github.com/DigitalProductInnovationAndDevelopment/Project-Staffing-Application/issues/186",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1325094278 | Is it Good? YES ITS THE BEST
no its not, because he skidded it
| gharchive/issue | 2022-08-01T23:22:31 | 2025-04-01T04:58:52.609595 | {
"authors": [
"JacobToTalk",
"xtekky"
],
"repo": "Dorukuz/Discord-Token-Generator",
"url": "https://github.com/Dorukuz/Discord-Token-Generator/issues/1",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2329373300 | Distinguished Unit Award is wrong
Fixed
| gharchive/issue | 2024-06-01T22:46:40 | 2025-04-01T04:58:52.610146 | {
"authors": [
"DotWith"
],
"repo": "DotWith/afjrotc_ribbon_rack_builder",
"url": "https://github.com/DotWith/afjrotc_ribbon_rack_builder/issues/1",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1193834647 | implement user and policy management lambda functions
Thanks for the comments @bpholt ! I went ahead and put in the recommendations
| gharchive/pull-request | 2022-04-05T23:24:38 | 2025-04-01T04:58:52.622514 | {
"authors": [
"bpholt",
"tylernap"
],
"repo": "Dwolla/rabbitmq-init-custom-resource",
"url": "https://github.com/Dwolla/rabbitmq-init-custom-resource/pull/1",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2341767470 | Homework10: Ekaterina Tsiunel
@Stml89 PR is ready for review
| gharchive/pull-request | 2024-06-08T18:09:14 | 2025-04-01T04:58:52.623705 | {
"authors": [
"ETsiunel"
],
"repo": "ETsiunel/IT_Academy_HW",
"url": "https://github.com/ETsiunel/IT_Academy_HW/pull/10",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1408784873 | Added sinhala e books for programming
there's no pdf there, possibly a hostile site
the download button is in sinhala language as [මෙතනින් ] in the last line of the paragraph "එසේනම් [මෙතනින් ]පිවිස මෙම පොත බාගත කරගන්න."
| gharchive/pull-request | 2022-10-14T05:26:02 | 2025-04-01T04:58:52.625801 | {
"authors": [
"Anuthra1997",
"eshellman"
],
"repo": "EbookFoundation/free-programming-books",
"url": "https://github.com/EbookFoundation/free-programming-books/pull/8276",
"license": "CC-BY-4.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1735289515 | Publishing swoop db image to quay
Codecov Report
Patch and project coverage have no change.
Comparison is base (8ab03df) 89.47% compared to head (cf9e570) 89.47%.
:exclamation: Current head cf9e570 differs from pull request most recent head 3b7ed37. Consider uploading reports for the commit 3b7ed37 to get more acc... | gharchive/pull-request | 2023-06-01T01:47:41 | 2025-04-01T04:58:52.631731 | {
"authors": [
"codecov-commenter",
"hectormachin"
],
"repo": "Element84/swoop-db",
"url": "https://github.com/Element84/swoop-db/pull/4",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1427149458 | POC på brugere / Azure AD
Der skal leveres en POC til arkitekt-teamet på hvorledes Azure AD kan benyttes til DataHub brugere
| gharchive/issue | 2022-10-28T11:53:52 | 2025-04-01T04:58:52.639486 | {
"authors": [
"Tm1807"
],
"repo": "Energinet-DataHub/geh-post-office",
"url": "https://github.com/Energinet-DataHub/geh-post-office/issues/870",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1337045457 | Implementation of websocket-proxy to KrakenD image
Need to fork module from https://github.com/Jozefiel/krakend-websocket to frinx org and replace in project
obsolete
| gharchive/pull-request | 2022-08-12T10:43:39 | 2025-04-01T04:58:52.646205 | {
"authors": [
"Jozefiel"
],
"repo": "FRINXio/krakend-ce",
"url": "https://github.com/FRINXio/krakend-ce/pull/13",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2588869974 | 26 code quality precommit
@Jen-Wenzel we noticed that there are changes from this merge request already in merge requests to solve issue 22 and 31. We decided to make a single merge request.
@danschef please note this merge request solves issue 22, 26, and 31.
@danschef ready for review.
| gharchive/pull-request | 2024-10-15T13:56:25 | 2025-04-01T04:58:52.655443 | {
"authors": [
"Jen-Wenzel",
"romulogoncalves"
],
"repo": "FernLab/cookiecutter-pypackage",
"url": "https://github.com/FernLab/cookiecutter-pypackage/pull/15",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
2700428931 | Fixed the swing glitch in modify event
Great work fixing this troublesome bug!
| gharchive/pull-request | 2024-11-28T01:51:50 | 2025-04-01T04:58:52.656698 | {
"authors": [
"AndrewSasmito",
"pirate2580"
],
"repo": "FionaVerzivolli/EventHiveUofT",
"url": "https://github.com/FionaVerzivolli/EventHiveUofT/pull/42",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2329825129 | Validate Develop branch and merge to main
Check Dev branch with https://stylelint.io/demo and https://validator.w3.org/
| gharchive/issue | 2024-06-02T19:20:31 | 2025-04-01T04:58:52.657767 | {
"authors": [
"Fjortis"
],
"repo": "Fjortis/homepage",
"url": "https://github.com/Fjortis/homepage/issues/23",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1838031221 | ユーザーがログイン処理をした際にJWTが発行されるように
ユーザー登録機能も追加した
| gharchive/pull-request | 2023-08-06T03:46:13 | 2025-04-01T04:58:52.658593 | {
"authors": [
"FlowingSPDG"
],
"repo": "FlowingSPDG/get5-web-go",
"url": "https://github.com/FlowingSPDG/get5-web-go/pull/246",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1285042388 | Update data.json
Gg lu bg
| gharchive/pull-request | 2022-06-26T22:00:08 | 2025-04-01T04:58:52.666606 | {
"authors": [
"CekorStore",
"Fokusdotid"
],
"repo": "Fokusdotid/Family-MD",
"url": "https://github.com/Fokusdotid/Family-MD/pull/21",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1983127132 | Updated App.js to correct routings
This code sets up client-side routing for a React application using the react-router-dom library. It defines routes for various views, including Home, Register, Login, Create, Read, Update, and Delete. Each route maps to a specific component and is rendered using the Routes and Rou... | gharchive/pull-request | 2023-11-08T09:20:21 | 2025-04-01T04:58:52.670832 | {
"authors": [
"Freddy444"
],
"repo": "Freddy444/Comp333-react-frontend",
"url": "https://github.com/Freddy444/Comp333-react-frontend/pull/17",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1101304088 | Stable 2.0 android ffmpeg
@ccpp I think that might be of interest for the F-Droid android build.
I´ve backported the FFMPEG build scripts and updated the configurations accordingly.
Since this did not make it into the last release, can you use this or should I create a separate tag?
@akallabeth if we want to have... | gharchive/pull-request | 2022-01-13T07:18:43 | 2025-04-01T04:58:52.675762 | {
"authors": [
"akallabeth",
"ccpp"
],
"repo": "FreeRDP/FreeRDP",
"url": "https://github.com/FreeRDP/FreeRDP/pull/7547",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1926938477 | feat: revert so implementation of Interface in UrlGeneratorDecorator
Codecov Report
Merging #111 (363c24d) into main (26112a2) will not change coverage.
The diff coverage is n/a.
@@ Coverage Diff @@
## main #111 +/- ##
=========================================
Coverage ... | gharchive/pull-request | 2023-10-04T20:34:08 | 2025-04-01T04:58:52.686593 | {
"authors": [
"codecov-commenter",
"tinect"
],
"repo": "FriendsOfShopware/FroshPlatformThumbnailProcessor",
"url": "https://github.com/FriendsOfShopware/FroshPlatformThumbnailProcessor/pull/111",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1511049016 | Integrate Fathom analytics
Done!
| gharchive/issue | 2022-12-26T15:50:18 | 2025-04-01T04:58:52.687307 | {
"authors": [
"iampava"
],
"repo": "FrontEnd-ro/frontend.ro",
"url": "https://github.com/FrontEnd-ro/frontend.ro/issues/853",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1139405189 | Bump to v0.3.0
Hold off until https://github.com/FuelLabs/fuel-crypto/pull/13 is merged!
| gharchive/pull-request | 2022-02-16T01:17:49 | 2025-04-01T04:58:52.688287 | {
"authors": [
"adlerjohn",
"vlopes11"
],
"repo": "FuelLabs/fuel-crypto",
"url": "https://github.com/FuelLabs/fuel-crypto/pull/11",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1576750554 | 이진우 5장
헉 넹
| gharchive/pull-request | 2023-02-08T20:20:49 | 2025-04-01T04:58:52.691003 | {
"authors": [
"yeeZinu"
],
"repo": "GDSC-SKHU/Core-JavaScript",
"url": "https://github.com/GDSC-SKHU/Core-JavaScript/pull/53",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1826087581 | chore: attempt at removing some overloading of test accounts
Is this breaking? How do we migrate test_accounts provisioned in environments
have a bit more work to do. should not be breaking but will see.
| gharchive/pull-request | 2023-07-28T09:37:44 | 2025-04-01T04:58:52.691924 | {
"authors": [
"nicolasburtey"
],
"repo": "GaloyMoney/galoy",
"url": "https://github.com/GaloyMoney/galoy/pull/2962",
"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.