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 |
|---|---|---|---|---|---|
183231569 | Remove the Jenkins setup wizard
On first provisioning of the vagrant box when running the Jenkins server the user has to go through a security setup wizard. This should be removed to further speed up the process of having the Jenkins ready.
I've done this before so might be able to help, it's a case of adding a lot... | gharchive/issue | 2016-10-15T20:35:38 | 2025-04-01T06:38:29.876099 | {
"authors": [
"edinc",
"munkiepus"
],
"repo": "edinc/vagrant-jenkins",
"url": "https://github.com/edinc/vagrant-jenkins/issues/1",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
440471118 | Adapt generated tmux config to new tmux 2.9 syntax
Closes #102
Closes #100
Inspired by @secuvim in #102
I do not know if this is all that is needed, but it worked for me.
This would break the backwards compatibility for users with tmux versions < 1.9.
To keep the backwards compatibility you could wrap your changes ... | gharchive/pull-request | 2019-05-05T17:50:27 | 2025-04-01T06:38:29.891641 | {
"authors": [
"He-Ro",
"edkolev",
"khalsah",
"secuvim",
"shrop"
],
"repo": "edkolev/tmuxline.vim",
"url": "https://github.com/edkolev/tmuxline.vim/pull/104",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1535115367 | 🛑 Siakad Polinema is down
In d38fb84, Siakad Polinema (http://siakad.polinema.ac.id/) was down:
HTTP code: 0
Response time: 0 ms
Resolved: Siakad Polinema is back up in 29a90bf.
| gharchive/issue | 2023-01-16T15:28:35 | 2025-04-01T06:38:29.894311 | {
"authors": [
"edoaurahman"
],
"repo": "edoaurahman/check-web-uptime",
"url": "https://github.com/edoaurahman/check-web-uptime/issues/24",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1273520714 | Workaround to repair IsLastestVersion for Android.
Quick implementation from Nick Kovalsky workaround :
https://stackoverflow.com/questions/72407251/how-to-get-version-number-of-application-from-play-store-using-xamarin-forms/72643625#72643625
Fixes #43 #42 .
Changes proposed in this pull request:
Repair plugin for... | gharchive/pull-request | 2022-06-16T12:49:27 | 2025-04-01T06:38:29.954472 | {
"authors": [
"Jerome-Liger",
"edsnider"
],
"repo": "edsnider/latestversionplugin",
"url": "https://github.com/edsnider/latestversionplugin/pull/44",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1202239008 | 🛑 Webmail-DGE is down
In 780e7e4, Webmail-DGE (http://www.webmail.mendoza.edu.ar) was down:
HTTP code: 0
Response time: 0 ms
Resolved: Webmail-DGE is back up in fb9aa22.
| gharchive/issue | 2022-04-12T18:29:14 | 2025-04-01T06:38:29.957129 | {
"authors": [
"edu-red"
],
"repo": "edu-red/DGE-GOV",
"url": "https://github.com/edu-red/DGE-GOV/issues/1",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1797591090 | 🛑 Portal-DGE is down
In 93f61cc, Portal-DGE (https://www.mendoza.edu.ar) was down:
HTTP code: 0
Response time: 0 ms
Resolved: Portal-DGE is back up in a66ab92.
| gharchive/issue | 2023-07-10T21:09:11 | 2025-04-01T06:38:29.959467 | {
"authors": [
"edu-red"
],
"repo": "edu-red/DGE-GOV",
"url": "https://github.com/edu-red/DGE-GOV/issues/122",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
619861171 | WIP [BD-6] OEP-18 Compliance and tests Python 3.8
Add setup.py install_requirements definition.
Update travis file using new requirements.
Create requirements folder.
create pip_tools, base, test and travis requirements files.
Add Makefile.
Add makefile upgrade command.
Include requirements files generated using upgr... | gharchive/pull-request | 2020-05-18T02:20:58 | 2025-04-01T06:38:30.028715 | {
"authors": [
"edx-webhook",
"ericfab179"
],
"repo": "edx/TinCanPython",
"url": "https://github.com/edx/TinCanPython/pull/7",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
76818565 | API client now passes the user's full name to ecommerce
This merge also requires a merge on ecommerce and edx-platform with tyler-jwt-fullname, so keep that in mind.
@clintonb @rlucioni FYI: @wedaly @jimabramson
Tests are required.
@clintonb Will do that now
Minor: Cleanup the commit message. We generally use a... | gharchive/pull-request | 2015-05-15T18:45:35 | 2025-04-01T06:38:30.036752 | {
"authors": [
"Nickersoft",
"clintonb",
"jimabramson",
"rlucioni"
],
"repo": "edx/ecommerce-api-client",
"url": "https://github.com/edx/ecommerce-api-client/pull/8",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
810119276 | Navigate within App from dates to course component
Description
LEARNER-8214
Navigate within app when a link is clicked on Full Page dates screen
@omerhabib26 The app still navigates to screen for the un-available course unit.
https://user-images.githubusercontent.com/43750646/108349158-78f9bb00-7204-11eb-9459-e5f... | gharchive/pull-request | 2021-02-17T11:57:10 | 2025-04-01T06:38:30.056334 | {
"authors": [
"farhan-arshad-dev",
"omerhabib26"
],
"repo": "edx/edx-app-android",
"url": "https://github.com/edx/edx-app-android/pull/1515",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
121565553 | Update AUTHORS and bump version
Update to AUTHORS and bump version to 1.3.0
@clintonb @rlucioni
:+1:
:+1:
| gharchive/pull-request | 2015-12-10T20:00:20 | 2025-04-01T06:38:30.112083 | {
"authors": [
"clintonb",
"mjfrey",
"rlucioni"
],
"repo": "edx/edx-rest-api-client",
"url": "https://github.com/edx/edx-rest-api-client/pull/21",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
2136866221 | Add manual control of Repeat and Shuffle
Related to #8 is adding the ability to toggle shuffle and repeat. The play queue should have the following states:
Shuffle on: randomize the order of the queue every time shuffle is turned on.
Shuffle off:
Version 1: It would be fine to just not change the order of the curre... | gharchive/issue | 2024-02-15T15:46:57 | 2025-04-01T06:38:30.195930 | {
"authors": [
"eeston",
"jgoguen"
],
"repo": "eeston/Jello",
"url": "https://github.com/eeston/Jello/issues/9",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1148697706 | 🛑 Nodo UTT Ramos Mejia is down
In c4ef14b, Nodo UTT Ramos Mejia (https://www.uttnodoramosmejia.com.ar) was down:
HTTP code: 0
Response time: 0 ms
Resolved: Nodo UTT Ramos Mejia is back up in d53b9f4.
| gharchive/issue | 2022-02-23T23:41:39 | 2025-04-01T06:38:30.201402 | {
"authors": [
"efecear"
],
"repo": "efecear/upptime",
"url": "https://github.com/efecear/upptime/issues/261",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1148971510 | 🛑 Tierra Firme is down
In 69bb2d7, Tierra Firme (https://www.tierrafirmenodoutt.com.ar) was down:
HTTP code: 0
Response time: 0 ms
Resolved: Tierra Firme is back up in 473d37b.
| gharchive/issue | 2022-02-24T07:55:29 | 2025-04-01T06:38:30.203849 | {
"authors": [
"efecear"
],
"repo": "efecear/upptime",
"url": "https://github.com/efecear/upptime/issues/306",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1150115545 | 🛑 Nodo UTT Ramos Mejia is down
In a8d9866, Nodo UTT Ramos Mejia (https://www.uttnodoramosmejia.com.ar) was down:
HTTP code: 0
Response time: 0 ms
Resolved: Nodo UTT Ramos Mejia is back up in 3673f33.
| gharchive/issue | 2022-02-25T07:07:56 | 2025-04-01T06:38:30.206230 | {
"authors": [
"efecear"
],
"repo": "efecear/upptime",
"url": "https://github.com/efecear/upptime/issues/484",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1178539169 | 🛑 Almacén BioPandora is down
In a5cc926, Almacén BioPandora (https://www.biopandora.com.ar) was down:
HTTP code: 0
Response time: 0 ms
Resolved: Almacén BioPandora is back up in c1d82f9.
| gharchive/issue | 2022-03-23T18:59:50 | 2025-04-01T06:38:30.208869 | {
"authors": [
"efecear"
],
"repo": "efecear/upptime",
"url": "https://github.com/efecear/upptime/issues/4939",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1182137971 | 🛑 Almacén BioPandora is down
In a275909, Almacén BioPandora (https://www.biopandora.com.ar) was down:
HTTP code: 0
Response time: 0 ms
Resolved: Almacén BioPandora is back up in ee65c2f.
| gharchive/issue | 2022-03-26T22:35:34 | 2025-04-01T06:38:30.211220 | {
"authors": [
"efecear"
],
"repo": "efecear/upptime",
"url": "https://github.com/efecear/upptime/issues/5442",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1192432463 | 🛑 Tierra Firme is down
In 34cfe86, Tierra Firme (https://www.tierrafirmenodoutt.com.ar) was down:
HTTP code: 0
Response time: 0 ms
Resolved: Tierra Firme is back up in 9cc655c.
| gharchive/issue | 2022-04-04T23:37:26 | 2025-04-01T06:38:30.213606 | {
"authors": [
"efecear"
],
"repo": "efecear/upptime",
"url": "https://github.com/efecear/upptime/issues/6599",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1238451144 | Ошибка в решении задачи №1 варианта от 9 июня 2013 года
Ошибка в одном знаке. Правильный ответ -
в чем можно убедиться непосредственно.
Почему? a_1 должен быть равен 1, а не 1/2.
Да, меня что-то переклинило, сорри)
| gharchive/issue | 2022-05-17T10:48:30 | 2025-04-01T06:38:30.222415 | {
"authors": [
"dqdp",
"efiminem"
],
"repo": "efiminem/supershad",
"url": "https://github.com/efiminem/supershad/issues/9",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
2746919406 | 🛑 CDN-Mikrotik-2 is down
In f4c67ec, CDN-Mikrotik-2 (http://118.179.50.70) was down:
HTTP code: 0
Response time: 0 ms
Resolved: CDN-Mikrotik-2 is back up in 3f74049 after 49 minutes.
| gharchive/issue | 2024-12-18T06:35:28 | 2025-04-01T06:38:30.224970 | {
"authors": [
"eftiarhossain279"
],
"repo": "eftiarhossain279/mynyc",
"url": "https://github.com/eftiarhossain279/mynyc/issues/521",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2763551167 | 🛑 CDN-Mikrotik-2 is down
In 0eb6f66, CDN-Mikrotik-2 (http://118.179.50.70) was down:
HTTP code: 0
Response time: 0 ms
Resolved: CDN-Mikrotik-2 is back up in ad4217b after 30 minutes.
| gharchive/issue | 2024-12-30T18:22:04 | 2025-04-01T06:38:30.227463 | {
"authors": [
"eftiarhossain279"
],
"repo": "eftiarhossain279/mynyc",
"url": "https://github.com/eftiarhossain279/mynyc/issues/785",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
512066305 | Variant type 2 (vt: 2) has to be implemented
GlorpInt2Test
This is solved in this PR https://github.com/tesonep/pharo-com/pull/10
PR merged, this issue can ble closed.
| gharchive/issue | 2019-10-24T16:57:43 | 2025-04-01T06:38:30.228742 | {
"authors": [
"eMaringolo",
"eftomi"
],
"repo": "eftomi/pharo-ado",
"url": "https://github.com/eftomi/pharo-ado/issues/27",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2230480118 | I created firebase but I don't know how to create music.
I created firebase but I don't know how to create music.
Daily Songs with Firestore
How to create firestore database for daily songs?
| gharchive/issue | 2024-04-08T07:34:26 | 2025-04-01T06:38:30.253833 | {
"authors": [
"NSystemx"
],
"repo": "eggsy/website",
"url": "https://github.com/eggsy/website/issues/56",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
634690429 | This site hackcss.egoist.moe can’t be reached
Hi,
This site hackcss.egoist.moe can’t be reached :(
Best,
Kokiro
Hi @Kokiro,
today I tried to restore the website with the style guidelines: https://hackcssbckp.herokuapp.com/
hope it helps! 😀
According to CNAME at github-pages the working address is hackcss.egoist.... | gharchive/issue | 2020-06-08T14:50:00 | 2025-04-01T06:38:30.260357 | {
"authors": [
"Kokiro",
"mugiwarafx",
"onjin"
],
"repo": "egoist/hack",
"url": "https://github.com/egoist/hack/issues/77",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1081228264 | Applying egg to SSA-based IRs
Hi! What are the prospects of utilizing egg to perform rewrite-driven transformations on SSA-based IRs (?)
I read this paper (whose authors appear to be collaborators with y'all): https://www.cs.cornell.edu/~ross/publications/eqsat/ where they describe E-PEG-based program representation.... | gharchive/issue | 2021-12-15T16:16:51 | 2025-04-01T06:38:30.286203 | {
"authors": [
"chandrakananandi",
"femtomc",
"mwillsey"
],
"repo": "egraphs-good/egg",
"url": "https://github.com/egraphs-good/egg/issues/144",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1887127447 | An extra bottom-up recursive extractor
Hi,
Before I saw #8 I made a a recursive extractor, too.
This code is much ugglier than #8, but is faster on some problems (for example acyclic graphs). On acyclic graphs it's able to extract in one pass through, without building the dependencies.
Taking the cumulative times for... | gharchive/pull-request | 2023-09-08T07:35:57 | 2025-04-01T06:38:30.295764 | {
"authors": [
"Bastacyclop",
"TrevorHansen",
"mwillsey",
"oflatt"
],
"repo": "egraphs-good/extraction-gym",
"url": "https://github.com/egraphs-good/extraction-gym/pull/9",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
164080791 | OffHeapChainMap thieving argument is ignored
OffHeapChainMap is backed by EvictionListeningReadWriteLockedOffHeapClockCache but the latter lacks a constructor that accepts shareByThieving argument.
The offheap store lib should be modified to add such constructor so that OffHeapChainMap can make use of it.
Given how... | gharchive/issue | 2016-07-06T13:53:27 | 2025-04-01T06:38:30.304644 | {
"authors": [
"chrisdennis",
"lorban"
],
"repo": "ehcache/ehcache3",
"url": "https://github.com/ehcache/ehcache3/issues/1292",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
540026667 | ehrbase/project_management#98 added ACTION examples and updated AQL test suite data
@testautomation this includes the action compositions and the queries were updated too.
:heavy_check_mark:
| gharchive/pull-request | 2019-12-19T01:56:07 | 2025-04-01T06:38:30.352575 | {
"authors": [
"ppazos",
"testautomation"
],
"repo": "ehrbase/ehrbase",
"url": "https://github.com/ehrbase/ehrbase/pull/89",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
294369745 | glaceful close ssl socket
Hi: @eidheim
void close() noexcept {
error_code ec;
std::unique_lock<std::mutex> lock(socket_close_mutex); // The following operations seems to be needed to run sequentially
socket->lowest_layer().shutdown(asio::ip::tcp::socket::shutdown_both, ec);
socket-... | gharchive/issue | 2018-02-05T12:04:36 | 2025-04-01T06:38:30.366489 | {
"authors": [
"eidheim",
"lxlenovostar"
],
"repo": "eidheim/Simple-Web-Server",
"url": "https://github.com/eidheim/Simple-Web-Server/issues/207",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
414813601 | Use latest pickle protocol
See also #51
Closed in favour of #51
| gharchive/issue | 2019-02-26T20:53:01 | 2025-04-01T06:38:30.372273 | {
"authors": [
"eigenein"
],
"repo": "eigenein/iftttie",
"url": "https://github.com/eigenein/iftttie/issues/44",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
432721804 | Reorder parameters within functions
Fixes #141
Really great contribution @alpeshjamgade . Thanks
I would be reviewing in a day or two. Meanwhile could you make one change.
define a private function _scr(M, c=default value, G=default value for calculating Rs. Putting units for calculating Rs seems unnecessary and ... | gharchive/pull-request | 2019-04-12T19:58:04 | 2025-04-01T06:38:30.385946 | {
"authors": [
"alpeshjamgade",
"ritzvik"
],
"repo": "einsteinpy/einsteinpy",
"url": "https://github.com/einsteinpy/einsteinpy/pull/194",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1756838022 | Revert workaround for micrometer bug in tests
#3187 added a workaround for a micrometer bug. We should revert this workaround as soon as a micrometer version with a fix is available.
fixed in https://github.com/elastic/apm-agent-java/pull/3264
| gharchive/issue | 2023-06-14T12:51:13 | 2025-04-01T06:38:30.439609 | {
"authors": [
"JonasKunz",
"jackshirazi"
],
"repo": "elastic/apm-agent-java",
"url": "https://github.com/elastic/apm-agent-java/issues/3189",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
17849524 | Update to Elasticsearch 0.90.3
Issue reported in https://groups.google.com/d/msg/elasticsearch/bpdetIvIg5M/cMAUGwhRVf0J
No problem with elasticsearch 0.90.2 and the cloud-aws 1.12.0 plugin (other than the usual node discovery flakiness), but I'm unable to get elasticsearch 0.90.3 to start:
Initialization Failed ...
1... | gharchive/issue | 2013-08-09T07:03:51 | 2025-04-01T06:38:30.781952 | {
"authors": [
"dadoonet",
"hjc1710",
"jacobwgillespie",
"rabidscorpio"
],
"repo": "elastic/elasticsearch-cloud-aws",
"url": "https://github.com/elastic/elasticsearch-cloud-aws/issues/31",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
430381348 | Adding search_analyzer to mapping
I can't figure out how to add the search_analyzer option to the mapping block. The Mappings class only provides indexes as a way to add fields.
https://www.elastic.co/guide/en/elasticsearch/reference/current/search-analyzer.html
My bad, documentation parsing error from my side.
| gharchive/issue | 2019-04-08T10:47:27 | 2025-04-01T06:38:30.794539 | {
"authors": [
"sl0thentr0py"
],
"repo": "elastic/elasticsearch-rails",
"url": "https://github.com/elastic/elasticsearch-rails/issues/873",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1508117402 | elasticsearch.keystore: Device or resource busy
Chart version: 8.5.1
Kubernetes version: 1.23.12-gke.1600
Kubernetes provider: GKE (Google Kubernetes Engine)
Helm Version: version.BuildInfo{Version:"v3.9.3", GitCommit:"414ff28d4029ae8c8b05d62aa06c7fe3dee2bc58", GitTreeState:"clean", GoVersion:"go1.19"}
Describe the... | gharchive/issue | 2022-12-22T15:49:57 | 2025-04-01T06:38:30.978241 | {
"authors": [
"Drookoo",
"SashaShcherbyna",
"TanguyPatte",
"adrifermo",
"ppatcha"
],
"repo": "elastic/helm-charts",
"url": "https://github.com/elastic/helm-charts/issues/1748",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
732479122 | fix: close fd after debug logs are written
fix #110
runner end should be called after reset since we are logging the output inside reset
Moved from nextTick to setTimeout as its called after all the micro tasks and ensure all log statements are printed before we end stream.
:green_heart: Build Succeeded
the bel... | gharchive/pull-request | 2020-10-29T16:42:53 | 2025-04-01T06:38:32.685694 | {
"authors": [
"apmmachine",
"vigneshshanmugam"
],
"repo": "elastic/synthetics",
"url": "https://github.com/elastic/synthetics/pull/112",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
795081257 | Fix 2 errors
fix an import typo
add a missing exception definition
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.You have signed the CLA already but the status is still pending? L... | gharchive/pull-request | 2021-01-27T13:01:00 | 2025-04-01T06:38:32.690068 | {
"authors": [
"CLAassistant",
"Ruminateer",
"tizhou86"
],
"repo": "elasticdeeplearning/edl",
"url": "https://github.com/elasticdeeplearning/edl/pull/155",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
642569562 | How to cite this work in my assignment?
Thank you for your work and may I know how should I cite your works in my project?
这里已经写好了构建的
| gharchive/issue | 2020-06-21T14:04:33 | 2025-04-01T06:38:32.703451 | {
"authors": [
"Bigsheng97",
"iswyq"
],
"repo": "elbuco1/CBAM",
"url": "https://github.com/elbuco1/CBAM/issues/1",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2079872843 | Set the docker image tag to run
This pull request makes possible to run a specific Home Assistant docker image tag sending a variable to the script. If the variable is not sent, the version included in .hass/config/.HA_VERSION file will be used as the tag. Also, to generate the docker cache key, the aforementioned fi... | gharchive/pull-request | 2024-01-12T23:19:43 | 2025-04-01T06:38:32.705729 | {
"authors": [
"coveralls",
"elchininet"
],
"repo": "elchininet/keep-texts-in-tabs",
"url": "https://github.com/elchininet/keep-texts-in-tabs/pull/39",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1709083549 | 🛑 Instagram is down
In 5d4c8f1, Instagram (https://www.instagram.com) was down:
HTTP code: 0
Response time: 0 ms
Resolved: Instagram is back up in dc19a67.
| gharchive/issue | 2023-05-14T21:34:34 | 2025-04-01T06:38:32.713065 | {
"authors": [
"eldikra"
],
"repo": "eldikra/monitoreo",
"url": "https://github.com/eldikra/monitoreo/issues/265",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1726528588 | 🛑 Instagram is down
In 3cdf44f, Instagram (https://www.instagram.com) was down:
HTTP code: 429
Response time: 371 ms
Resolved: Instagram is back up in fa90aaf.
| gharchive/issue | 2023-05-25T21:47:15 | 2025-04-01T06:38:32.715411 | {
"authors": [
"eldikra"
],
"repo": "eldikra/monitoreo",
"url": "https://github.com/eldikra/monitoreo/issues/354",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
538141121 | [Feature Request] Add Deploy to Heroku button to README.md
Feature Request
Hi there! Great application! I really love how simple and privacy focused it is.
It would be great to have a Deploy to Heroku button, would help drive up adoption!
Documentation
A "Deploy to Heroku" button would be cool, but I guess that #73... | gharchive/issue | 2019-12-16T01:34:42 | 2025-04-01T06:38:32.732620 | {
"authors": [
"aleccool213",
"electerious"
],
"repo": "electerious/Ackee",
"url": "https://github.com/electerious/Ackee/issues/72",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
178858243 | Feature request: make the auto-fullscreen behaviour configurable
In PR #583, a new behaviour was introduced that would cause the picture to switch to fullscreen if the viewer didn't move his mouse for >=1 second.
In my case, I need people (elderly relatives) to always see the top bar with the title. I have for now ac... | gharchive/issue | 2016-09-23T11:57:07 | 2025-04-01T06:38:32.734729 | {
"authors": [
"electerious",
"jullit31",
"mhellwig"
],
"repo": "electerious/Lychee",
"url": "https://github.com/electerious/Lychee/issues/625",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
2094762315 | Listener warning
I have a view with a lot of small components that all have a small query listening for updates to their specific object — which should be a supported use case I'd assume? Or if there is an actual limit you want to warn against, set it to that. But I'm assuming the eventemitter is just set to the defa... | gharchive/issue | 2024-01-22T21:13:24 | 2025-04-01T06:38:32.739006 | {
"authors": [
"KyleAMathews",
"msfstef"
],
"repo": "electric-sql/electric",
"url": "https://github.com/electric-sql/electric/issues/868",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2467801095 | PGliteWorker not working with drizzle
OS: windows 11
Browser: chrome 127.0.6533.119
framework: solid-start
The minimal reproduction repository: GitHub Repo Link
description:
I am using PGliteWorker with drizzle. I followed the instructions on https://pglite.dev/docs/multi-tab-worker to create a worker wrapper:
PGlite... | gharchive/issue | 2024-08-15T10:23:54 | 2025-04-01T06:38:32.748408 | {
"authors": [
"KiaClouth",
"TheAndrewJackson",
"msfstef",
"samwillis"
],
"repo": "electric-sql/pglite",
"url": "https://github.com/electric-sql/pglite/issues/208",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2651383360 | [BUG] Cost data is wrongly mapped into Budget graphs
Current Situation
Having this cost data in November
The data is shown in the Budget Graphs in Januaray
Desired
Data of November should be shown in November also on Budget-Chart
I just debugged this screen myself.
The cost data is passed into the BudgetChart com... | gharchive/issue | 2024-11-12T08:07:55 | 2025-04-01T06:38:32.775770 | {
"authors": [
"darylgraham",
"emillg",
"tollercode"
],
"repo": "electrolux-oss/infrawallet",
"url": "https://github.com/electrolux-oss/infrawallet/issues/124",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
373760120 | npm start did not open the app
[x] I have read the contribution documentation for this project.
[x] I agree to follow the code of conduct that this project follows, as appropriate.
[x] I have searched the issue tracker for an issue that matches the one I want to file, without success.
Please describe your issue:
I... | gharchive/issue | 2018-10-25T03:36:46 | 2025-04-01T06:38:32.831335 | {
"authors": [
"liudonghua123",
"malept",
"vic2r"
],
"repo": "electron-userland/electron-forge",
"url": "https://github.com/electron-userland/electron-forge/issues/607",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
230019792 | Mac: Failed at the electron@1.6.8 postinstall script 'node install.js'.
Received the following message:
Failed at the electron@1.6.8 postinstall script 'node install.js'. (Exit Status 1)
node.js (and I assume npm with it) were just downloaded and installed from their site.
Electron version: electron@1.6.8
Operating ... | gharchive/issue | 2017-05-19T16:05:20 | 2025-04-01T06:38:32.838579 | {
"authors": [
"aliir74",
"firsttracks",
"ryan-christopher",
"shakhassan",
"zeke"
],
"repo": "electron-userland/electron-prebuilt",
"url": "https://github.com/electron-userland/electron-prebuilt/issues/254",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
2138564852 | 当使用React时,build会导致找不到文件
问题概况
使用环境:MacOS m2 air (arm64架构,使用electron-builder作为打包工具)
打包命令:"build:mac": "tsc && vite build && electron-builder"
使用版本:
{
"electron-builder": "^24.6.3",
"vite-plugin-electron": "^0.28.2",
"vite-plugin-electron-renderer": "^0.14.5"
}
问题:打包后程序白屏,并且提示```Not allowed to load local res... | gharchive/issue | 2024-02-16T12:51:27 | 2025-04-01T06:38:32.848405 | {
"authors": [
"liangmiQwQ",
"subframe7536"
],
"repo": "electron-vite/vite-plugin-electron",
"url": "https://github.com/electron-vite/vite-plugin-electron/issues/218",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
180556326 | fix broken link to npmjs package
The previous link led to a 404 page on npmjs. 😄
grazie!
| gharchive/pull-request | 2016-10-03T03:19:10 | 2025-04-01T06:38:32.852541 | {
"authors": [
"stve",
"zeke"
],
"repo": "electron/electron.atom.io",
"url": "https://github.com/electron/electron.atom.io/pull/501",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1370104841 | "Unidentified developer" when opening universal app
Hello, we switched from an app for x86_64 to an universal app. The app runs fine on all platforms when I sign them locally with my developer identity.
However, when we go through Testflight, we are greeted with a "... cannot be opened because the developer cannot be... | gharchive/issue | 2022-09-12T15:31:21 | 2025-04-01T06:38:32.950412 | {
"authors": [
"batis97",
"gpronet",
"lukas2",
"technotip"
],
"repo": "electron/osx-sign",
"url": "https://github.com/electron/osx-sign/issues/266",
"license": "BSD-2-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
1304466980 | Hotfix/support backfill changes on redshift
support backfill changes for alerts model on redshift
LGTM!
Could you please change to branch to v0.4.2.1?
| gharchive/pull-request | 2022-07-14T08:48:40 | 2025-04-01T06:38:32.982886 | {
"authors": [
"IDoneShaveIt",
"elongl"
],
"repo": "elementary-data/elementary",
"url": "https://github.com/elementary-data/elementary/pull/121",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
59320138 | Remove version constraint from the installation docs
If one was to copy and paste the Composer installation command from the README when it has the ~1 version constraint they might be confused as to why they don't get all the functionality shown in the docs. Removing the version constraint will have Composer install ... | gharchive/pull-request | 2015-02-28T02:12:47 | 2025-04-01T06:38:33.130203 | {
"authors": [
"dwightwatson",
"elfet"
],
"repo": "elfet/cherimola",
"url": "https://github.com/elfet/cherimola/pull/6",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1780356326 | 🛑 UCU - Koha is down
In 9ab1963, UCU - Koha (http://biblioteca.ucu.edu.ar/) was down:
HTTP code: 0
Response time: 0 ms
Resolved: UCU - Koha is back up in 45007ae.
| gharchive/issue | 2023-06-29T08:22:26 | 2025-04-01T06:38:33.137639 | {
"authors": [
"elfoche"
],
"repo": "elfoche/monitoreo",
"url": "https://github.com/elfoche/monitoreo/issues/2170",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1291519630 | 🛑 MCU - GRH is down
In 6d96763, MCU - GRH (http://produccion.cdeluruguay.gob.ar/GRH/forms/login.jsp) was down:
HTTP code: 0
Response time: 0 ms
Resolved: MCU - GRH is back up in 7257ed7.
| gharchive/issue | 2022-07-01T15:02:25 | 2025-04-01T06:38:33.140103 | {
"authors": [
"elfoche"
],
"repo": "elfoche/monitoreo",
"url": "https://github.com/elfoche/monitoreo/issues/620",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
477787265 | Problem with searching
Hi!
I have some problems with zamunda.net. For some reason when Elementum successful login to zamunda and i search for some movie, Elementum find results with right search string: http://zamunda.net/bananas?c42=1&c25=1&c35=1&c46=1&c20=1&c19=1&c5=1&c24=1&c31=1&c28=1&search=avengers+endgame+2019&... | gharchive/issue | 2019-08-07T08:40:06 | 2025-04-01T06:38:33.143500 | {
"authors": [
"martinstz"
],
"repo": "elgatito/plugin.video.elementum",
"url": "https://github.com/elgatito/plugin.video.elementum/issues/464",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2541055842 | 400 Login failed on [toloka] provider
When try to execute any search on toloka provider it returns no links.
From log debug I can see errors of 400 bad requests and information that Request Header or Cookie Too Large.
Not sure is it something about client, configuration or the provider itself.
I've verified that the ... | gharchive/issue | 2024-09-22T12:28:25 | 2025-04-01T06:38:33.156393 | {
"authors": [
"antonsoroko",
"elgatito",
"olegmiercoles"
],
"repo": "elgatito/script.elementum.burst",
"url": "https://github.com/elgatito/script.elementum.burst/issues/438",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
313520137 | Missing HTTP CONNECT method
Pretty straight forward, can't seem to do an HTTP CONNECT request.
For example:
$ http-prompt http://example.com
Version: 0.11.2
http://example.com> httpie connect
http http://example.com/connect
should actually be
http-prompt http://example.com
Version: 0.11.2
http://example.com> httpie ... | gharchive/issue | 2018-04-11T23:19:27 | 2025-04-01T06:38:33.160030 | {
"authors": [
"eliangcs",
"wheelerlaw"
],
"repo": "eliangcs/http-prompt",
"url": "https://github.com/eliangcs/http-prompt/issues/142",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
141747801 | archetype generation command fails
I copied the command from your Wiki to start a project from the Maven archetype:
mvn archetype:generate -DarchetypeGroupId=org.jogger -DarchetypeArtifactId=jogger-archetype -DarchetypeVersion=0.9.0 -DarchetypeRepository=http://repository.elibom.net/nexus/content/repositories/release... | gharchive/issue | 2016-03-18T01:20:23 | 2025-04-01T06:38:33.166383 | {
"authors": [
"garfieldnate",
"wowselim"
],
"repo": "elibom/jogger",
"url": "https://github.com/elibom/jogger/issues/19",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1687749741 | Preprint history event data parse, update fixture.
Added new parsing functions to gather preprint version event history data.
The existing test fixture 2022.10.17.512253.docmap.json is updated to reflect the latest docmap data available for it.
Re issue https://github.com/elifesciences/issues/issues/7721
| gharchive/pull-request | 2023-04-28T01:23:42 | 2025-04-01T06:38:33.171915 | {
"authors": [
"gnott"
],
"repo": "elifesciences/docmap-tools",
"url": "https://github.com/elifesciences/docmap-tools/pull/15",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2592827835 | MSID: 99785 Version: 1 DOI: 10.1101/2024.07.15.603526
MSID: 99785
Version: 1
Preprint DOI: https://doi.org/10.1101/2024.07.15.603526
Step 1. Awaiting reviews
Editorial to post reviews via hypothesis
Useful links:
DocMap: https://data-hub-api.elifesciences.org/enhanced-preprints/docmaps/v2/by-publisher/elife/get-by-m... | gharchive/issue | 2024-10-16T19:15:16 | 2025-04-01T06:38:33.190307 | {
"authors": [
"acollings",
"fred-atherden"
],
"repo": "elifesciences/publish-reviewed-preprints-issues",
"url": "https://github.com/elifesciences/publish-reviewed-preprints-issues/issues/1423",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1197428562 | 🛑 Radarr is down
In 503e26a, Radarr (https://radarr.elightcap.com) was down:
HTTP code: 0
Response time: 0 ms
Resolved: Radarr is back up in baa21c0.
| gharchive/issue | 2022-04-08T14:59:35 | 2025-04-01T06:38:33.194757 | {
"authors": [
"elightcap"
],
"repo": "elightcap/statuspage",
"url": "https://github.com/elightcap/statuspage/issues/50",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
990046247 | demjeson install cannot be done since setuptools upgrade, so neither justpy can.
Today on a new deploy I did :
pip3 install justpy
but ends up failing because:
ERROR: Cannot install justpy==0.0.5, justpy==0.0.6, justpy==0.0.7, justpy==0.0.8, justpy==0.0.9, justpy==0.1.0, justpy==0.1.1, justpy==0.1.2, justpy==0.1.3, ... | gharchive/issue | 2021-09-07T14:27:27 | 2025-04-01T06:38:33.206775 | {
"authors": [
"Flova",
"Ledjob",
"WolfgangFahl",
"docsteveharris",
"elimintz",
"giodegas",
"nielstron",
"poke1024",
"samiit"
],
"repo": "elimintz/justpy",
"url": "https://github.com/elimintz/justpy/issues/301",
"license": "Apache-2.0",
"license_type": "permissive",
"li... |
361228128 | New Worlds
Hello, I've been trying to get Star Trek New Worlds to run, with
DDrawCompat= 1
DSoundCtrl= 1
I do get into the game, however after a few seconds it just freezes.
I'm using compatibility mode for windows 7, 16 bit color mode, disabled optimizations for full screen.
I've added the logfile I got from Process... | gharchive/issue | 2018-09-18T10:02:36 | 2025-04-01T06:38:33.216951 | {
"authors": [
"LAguido",
"elishacloud"
],
"repo": "elishacloud/dxwrapper",
"url": "https://github.com/elishacloud/dxwrapper/issues/31",
"license": "Zlib",
"license_type": "permissive",
"license_source": "github-api"
} |
2045314965 | feat(wes): add service-info
Description
This PR creates a service info component for WES.
closing this will create a PR for the same, as there have been changes in design package.
| gharchive/pull-request | 2023-12-17T17:59:36 | 2025-04-01T06:38:33.218058 | {
"authors": [
"JaeAeich"
],
"repo": "elixir-cloud-aai/cloud-components",
"url": "https://github.com/elixir-cloud-aai/cloud-components/pull/213",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1759636256 | Fix type definition
+ @type parsec_success :: {:ok, tokens, String.t(), context(), integer(), integer()}
- @type parsec_success :: {:ok, tokens, String.t(), context(), {integer(), integer()}, integer()}
as consumed by e.g. makeup_elixir or makeup_erlang.
I take this time to also introduce dialyxir to CI, which surfa... | gharchive/pull-request | 2023-06-15T22:38:00 | 2025-04-01T06:38:33.263954 | {
"authors": [
"josevalim",
"paulo-ferraz-oliveira"
],
"repo": "elixir-makeup/makeup",
"url": "https://github.com/elixir-makeup/makeup/pull/60",
"license": "BSD-2-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
2276470711 | Fix catching the object by value.
Fixes #4
Fixed the CPPCheck issue, but this line that was changed is not covered by tests.
Going to create a test for this to get the patch coverage up.
That last commit is for the release build. I should have put it in the preprocessor def as an else though since iostream is alr... | gharchive/pull-request | 2024-05-02T20:58:47 | 2025-04-01T06:38:33.267066 | {
"authors": [
"eljonny"
],
"repo": "eljonny/TestCPP",
"url": "https://github.com/eljonny/TestCPP/pull/10",
"license": "Unlicense",
"license_type": "permissive",
"license_source": "github-api"
} |
214978284 | Cannot understand how any function that requires the Model can be used
For example when I have an instance of the DatePicker type as returned by init, how can I then call getDate in order to obtain the Maybe Date value? getDate requires a Model which is not what I have.
Without being able to understand how to call ge... | gharchive/issue | 2017-03-17T11:34:50 | 2025-04-01T06:38:33.275215 | {
"authors": [
"bbqbaron",
"julianjelfs"
],
"repo": "elm-community/elm-datepicker",
"url": "https://github.com/elm-community/elm-datepicker/issues/26",
"license": "bsd-3-clause",
"license_type": "permissive",
"license_source": "bigquery"
} |
364837135 | The type Additive have incorrect variants.
The type Additive have the variants AdditiveNone | AdditiveReplace, but should have AdditiveReplace | AdditiveSum (with correction to the corresponding function in TypesToStrings.elm).
Source: https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/additive
Comes up when ... | gharchive/issue | 2018-09-28T10:44:44 | 2025-04-01T06:38:33.280064 | {
"authors": [
"RalfNorthman"
],
"repo": "elm-community/typed-svg",
"url": "https://github.com/elm-community/typed-svg/issues/27",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
256704017 | Compiler freezes when annotating a weird self-referential type
Trying to compile the following code causes the compiler (elm 0.18.0 on Archlinux) to freeze. If I remove the type annotation from idF it will produce an error message about a weird self-referential type, but with the annotation it just gets stuck.
module... | gharchive/issue | 2017-09-11T13:33:27 | 2025-04-01T06:38:33.282393 | {
"authors": [
"evancz",
"nonpop"
],
"repo": "elm-lang/elm-compiler",
"url": "https://github.com/elm-lang/elm-compiler/issues/1643",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
111322017 | Fix typo in If Expressions section
Hope this will make it less confusing for people who follow in the future
Nice, thanks!
| gharchive/pull-request | 2015-10-14T04:33:37 | 2025-04-01T06:38:33.283239 | {
"authors": [
"HarleyKwyn",
"evancz"
],
"repo": "elm-lang/elm-lang.org",
"url": "https://github.com/elm-lang/elm-lang.org/pull/399",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
1857677467 | Failed parsing Firefox header
I tried to parse my browsers header and ran into the invalid media type error indicating that the header is syntactically invalid.
Does that mean that Firefox does not implement the header format correctly or is it an error in this project?
I added a test case for the header (text/html,a... | gharchive/issue | 2023-08-19T11:15:34 | 2025-04-01T06:38:33.308122 | {
"authors": [
"nothub"
],
"repo": "elnormous/contenttype",
"url": "https://github.com/elnormous/contenttype/issues/12",
"license": "Unlicense",
"license_type": "permissive",
"license_source": "github-api"
} |
1936236335 | Sign In With Solana with Solana Mobile Stack
Solana Mobile Team is implementing the SIWS (Sign In With Solana) API on Mobile Wallet Adapter. (Probably on v2.0)
https://github.com/solana-mobile/mobile-wallet-adapter/issues/439
After that, we can use SIWS on both of Web Apps and Solana dApps on the Saga phone.
For now,... | gharchive/issue | 2023-10-10T20:58:01 | 2025-04-01T06:38:33.362107 | {
"authors": [
"KishiTheMechanic"
],
"repo": "elsoul/skeet-solana-mobile-stack",
"url": "https://github.com/elsoul/skeet-solana-mobile-stack/issues/16",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
135067967 | edit: Fix crash in history listing mode
When you had too few history entries to display in the terminal,
entering history listing mode attempted to access a negative index and
crashed.
I've wanted to make two additional edits but was unsure about their possible side-effects on other parts.
The first was not enterin... | gharchive/pull-request | 2016-02-20T12:39:00 | 2025-04-01T06:38:33.369052 | {
"authors": [
"Zirak",
"xiaq"
],
"repo": "elves/elvish",
"url": "https://github.com/elves/elvish/pull/149",
"license": "bsd-2-clause",
"license_type": "permissive",
"license_source": "bigquery"
} |
365065757 | add --nobrowser field to test codecoverage.
Outline
Running embark test -c will cause the browser to automatically open with the code coverage report. The goal of this task is to add --nobrowser field for users that don't want this.
Acceptance Criteria
running embark test -c --nobrowser should running the tests & co... | gharchive/issue | 2018-09-28T22:52:08 | 2025-04-01T06:38:33.442053 | {
"authors": [
"PascalPrecht",
"StatusSceptre",
"cryptomental",
"iurimatias",
"subramanianv"
],
"repo": "embark-framework/embark",
"url": "https://github.com/embark-framework/embark/issues/941",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1213277157 | Status Bar and Cooling Icon
I was using the previous plug-in which used to provide a cooling or heating status in the status bar of each room/level but I am not getting this function with this plug-in. I would also get a change in the colour icon of each unit based on activity from Green to Blue when Cooling and to O... | gharchive/issue | 2022-04-23T11:30:44 | 2025-04-01T06:38:33.476620 | {
"authors": [
"1homebridge",
"JurgenLB",
"embee8"
],
"repo": "embee8/homebridge-panasonic-ac-platform",
"url": "https://github.com/embee8/homebridge-panasonic-ac-platform/issues/26",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
164588776 | Update to latest minimatch to avoid deprecation warning
Avoids npm WARN deprecated minimatch@2.0.10: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
@stefanpenner Awesome!!
| gharchive/pull-request | 2016-07-08T18:27:19 | 2025-04-01T06:38:33.478273 | {
"authors": [
"mdentremont"
],
"repo": "ember-cli/broccoli-concat",
"url": "https://github.com/ember-cli/broccoli-concat/pull/62",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
2203758991 | Convert EmbraceDeliveryServiceTest to use a real DeliveryCacheManager
Goal
Testing
Release Notes
WHAT:
WHY:
WHO:
[!WARNING]
This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
Learn more
#618
#617 👈
#616
m... | gharchive/pull-request | 2024-03-23T07:54:15 | 2025-04-01T06:38:33.589040 | {
"authors": [
"bidetofevil"
],
"repo": "embrace-io/embrace-android-sdk",
"url": "https://github.com/embrace-io/embrace-android-sdk/pull/617",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2349740517 | Add in an additional step to validate in ExecutionCoordinator
Goal
Testing
Release Notes
WHAT:
WHY:
WHO:
#960 👈
master
This stack of pull requests is managed by Graphite. Learn more about stacking.
Join @bidetofevil and the rest of your teammates on Graphite
Merge activity
Jun 13, 2:22 AM EDT: @bidetofe... | gharchive/pull-request | 2024-06-12T21:51:31 | 2025-04-01T06:38:33.593815 | {
"authors": [
"bidetofevil"
],
"repo": "embrace-io/embrace-android-sdk",
"url": "https://github.com/embrace-io/embrace-android-sdk/pull/960",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
422986597 | Bug: hover data when geo is changed
When hovering, the data onHover is not changed after the data is updated from a subregion to country view.
Resolves in the latest version
| gharchive/issue | 2019-03-19T22:42:05 | 2025-04-01T06:38:33.602139 | {
"authors": [
"emeeks",
"susielu"
],
"repo": "emeeks/react-dorling-map",
"url": "https://github.com/emeeks/react-dorling-map/issues/14",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1063990003 | La'Tonia Mertica EW Mentee Assessment (to date)
as much as could complete on my own
Hello Those Powering EW,
Didn't see option to add reviewer(s) et cetera. Apologies if this pull request is in error in any way.
Thanks for this opportunity, please stay safe.
| gharchive/pull-request | 2021-11-26T00:37:37 | 2025-04-01T06:38:33.603403 | {
"authors": [
"LaTonia-Mertica"
],
"repo": "emergentworks/mentee-assessments",
"url": "https://github.com/emergentworks/mentee-assessments/pull/3",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1477168867 | Update pure_glow example to glutin 0.30
A lot has changed in glutin 0.30, it would be nice if the pure_glow example could be updated to glutin 0.30 :)
I had some code that was based on the pure_glow example before, now I'm updating it to glutin 0.30, but I'm not sure if I'm doing everything correctly with the new way... | gharchive/issue | 2022-12-05T18:33:53 | 2025-04-01T06:38:33.668882 | {
"authors": [
"Boscop",
"coderedart"
],
"repo": "emilk/egui",
"url": "https://github.com/emilk/egui/issues/2393",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2297249972 | Fix: Use default features in Image Crate
Closes #4489
Related #4495
Fix: Use default features in Image Crate
Because only .png is available after update #4495.
Required to use JPEG, etc.
No - eframe only need png support, and should not be paying for the compilation of ten other image formats
| gharchive/pull-request | 2024-05-15T08:46:55 | 2025-04-01T06:38:33.671225 | {
"authors": [
"emilk",
"rustbasic"
],
"repo": "emilk/egui",
"url": "https://github.com/emilk/egui/pull/4498",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2135733164 | Add support for iOS PWA app bar
Add the ability to match the colour of the iOS PWA application bar to the overlay colour to create a more native feel.
Examples
Without iOS App Bar Support
With iOS App Bar Support
Solution
User needs these meta tags
<meta name="apple-mobile-web-app-status-bar-style" content="bl... | gharchive/issue | 2024-02-15T06:16:35 | 2025-04-01T06:38:33.674810 | {
"authors": [
"keeganpotgieter"
],
"repo": "emilkowalski/vaul",
"url": "https://github.com/emilkowalski/vaul/issues/269",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2320095587 | How to swipe outside of the drawer to open/close?
The ChatGPT mobile app has the most beautiful drawer functionality, and I'm trying to recreate that.
At any time the user can side swipe the chat or drawer area to open or close the drawer and shift the entire page layout.
My main hurdle is being able to swipe outside... | gharchive/issue | 2024-05-28T04:27:43 | 2025-04-01T06:38:33.678981 | {
"authors": [
"RickRyan26",
"emilkowalski",
"isaachinman",
"max-17"
],
"repo": "emilkowalski/vaul",
"url": "https://github.com/emilkowalski/vaul/issues/360",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
957532127 | Update data-dall.Rmd
Handful of typo corrections & suggested syntax revisions. Looks like this is / will be a great resource!
This is a quick test with just a handful of suggested edits. Happy to modify process if there's a better way to submit these, e.g. with separate commits (e.g. I'm not sure "consumer robotics" ... | gharchive/pull-request | 2021-08-01T16:24:30 | 2025-04-01T06:38:33.685485 | {
"authors": [
"emilyriederer",
"jonspring"
],
"repo": "emilyriederer/data-disasters",
"url": "https://github.com/emilyriederer/data-disasters/pull/1",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
255306189 | Add PROJECT_BRIEF to Doxyfile
Come on, why wasn't it done before?
Let me know if I fucked this up, I don't have Doxygen installed.
"why wasn't it done before?" Because I expect people consulting the source code documentation to already know what source they are studying...
| gharchive/pull-request | 2017-09-05T14:55:04 | 2025-04-01T06:38:33.713659 | {
"authors": [
"NieDzejkob",
"idmean"
],
"repo": "emojicode/emojicode",
"url": "https://github.com/emojicode/emojicode/pull/84",
"license": "Artistic-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1964292352 | query to get all elements
what should I specify in the query to get all elements without filters?
Thanks for asking @ArtiikSK
Could you detail what are you trying to do?
Are you launching a web server to try?
You can add a vídeo or screenshot too if you like.
| gharchive/issue | 2023-10-26T20:06:48 | 2025-04-01T06:38:33.763412 | {
"authors": [
"ArtiikSK",
"herrardo"
],
"repo": "empathyco/x",
"url": "https://github.com/empathyco/x/issues/1342",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
954029439 | How can we display Custom Error message
//custom validate method
validator.validator.custom = function(el, event){ if($(el).is('[name=password]') && $(el).val().length < 5){ return 'Your password is too weak.'; } }
This method only return but it can not display any error on the screen.
The returned str... | gharchive/issue | 2021-07-27T15:56:08 | 2025-04-01T06:38:33.791112 | {
"authors": [
"ateequrrahman97",
"emretulek"
],
"repo": "emretulek/jbvalidator",
"url": "https://github.com/emretulek/jbvalidator/issues/15",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
122428944 | update stripe api version
The change logs after 2015-09-08 don't have any major changes in the koudoku code.
LGTM
hitomi :heart:
| gharchive/pull-request | 2015-12-16T04:53:07 | 2025-04-01T06:38:33.856027 | {
"authors": [
"mediavrog",
"pcboy",
"shawila"
],
"repo": "en-japan/koudoku",
"url": "https://github.com/en-japan/koudoku/pull/1",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1508553652 | Schedule notifications upon registering or claiming rewards
Currently, we use the feed to schedule notifications for the registering and meetup reminders, but we can actually schedule them from within the app when we do certain actions.
After registering, we can schedule two notifications, which should be reminders ... | gharchive/issue | 2022-12-22T21:15:07 | 2025-04-01T06:38:33.935786 | {
"authors": [
"Eldar2021",
"clangenb"
],
"repo": "encointer/encointer-wallet-flutter",
"url": "https://github.com/encointer/encointer-wallet-flutter/issues/927",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
452099739 | Convert Image to Canvas?
Is it possible to convert a image to a canvas and back so I can draw onto it?
if not could you add Graphics.NewCanvas(Image Image) and Graphics.NewCanvas(ImageData ImageData)?
There is no such method, but you can draw an image onto the canvas.
but this requires the draw event right?
I was... | gharchive/issue | 2019-06-04T16:43:42 | 2025-04-01T06:38:33.960895 | {
"authors": [
"Shadowblitz16",
"Shylie",
"endlesstravel"
],
"repo": "endlesstravel/Love2dCS",
"url": "https://github.com/endlesstravel/Love2dCS/issues/75",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1216637282 | [Fedora-Linux] Update EOL dates and command
F36 was delayed, which pushed back the F34 end of life date: https://fedorapeople.org/groups/schedule/f-36/f-36-key-tasks.html
F35 EOL date from: https://fedorapeople.org/groups/schedule/f-37/f-37-key-tasks.html
As for the command change, it's due to lsb_release not being i... | gharchive/pull-request | 2022-04-27T00:44:36 | 2025-04-01T06:38:33.963312 | {
"authors": [
"Evernow",
"istiak101"
],
"repo": "endoflife-date/endoflife.date",
"url": "https://github.com/endoflife-date/endoflife.date/pull/1102",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
238738518 | Feature request: style dots and corners
If you can add more flexible feature to style qt such as this
I am very grateful! :grin:
Hi @mortezakarimi thank you. I will not add this myself but if someone is willing to contribute on this, that would be great.
The new upstream QR code library supports that now.
@DA... | gharchive/issue | 2017-06-27T05:08:34 | 2025-04-01T06:38:33.971651 | {
"authors": [
"DASPRiD",
"MelchiorKokernoot",
"endroid",
"mortezakarimi"
],
"repo": "endroid/qr-code",
"url": "https://github.com/endroid/qr-code/issues/114",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2087197774 | chore(main): release 0.2.3
:robot: I have created a release beep boop
0.2.3 (2024-01-17)
Bug Fixes
mise tasks are experimental and must be activated (4ab703b)
This PR was generated with Release Please. See documentation.
:robot: Release is at https://github.com/engeir/volcano-core/releases/tag/v0.2.3 :sunflower:... | gharchive/pull-request | 2024-01-17T23:43:01 | 2025-04-01T06:38:33.989565 | {
"authors": [
"engeir"
],
"repo": "engeir/volcano-core",
"url": "https://github.com/engeir/volcano-core/pull/8",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
163583363 | Links to social media posts
It would be really handy if there were a way to access the links leading to the social media posts from within the entry. I'd like to automatically display the links as part of the craft entry. "Join the discussion on Facebook/Twitter", etc.
Just to confirm, this would be from the fron... | gharchive/issue | 2016-07-03T22:38:37 | 2025-04-01T06:38:33.997629 | {
"authors": [
"engram-design",
"pixeljitsu"
],
"repo": "engram-design/SocialPoster",
"url": "https://github.com/engram-design/SocialPoster/issues/3",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
2738220999 | Repo and Org Variables
I wonder if this statement holds true:
https://github.com/engswee/flashpipe/blob/687862ea650f903531ae0dfe13d1459582c95847/docs/github-actions-sync-apim.md?plain=1#L28
Github Actions offers Repo and Org variables (doc)
Are you referring to something else?
Thanks for highlighting this. Unfortun... | gharchive/issue | 2024-12-13T11:53:32 | 2025-04-01T06:38:34.000913 | {
"authors": [
"ambravo",
"engswee"
],
"repo": "engswee/flashpipe",
"url": "https://github.com/engswee/flashpipe/issues/40",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1023243522 | Prepare 6.0.1
Stepping through the commits is the easiest way to review this because of the docs changes.
Draft because we are waiting on https://github.com/enketo/openrosa-xpath-evaluator/pull/136 and then a 2.0.9 release.
Verified the following:
[ ] npm update
[ ] npm audit fix --production
[ ] npm run test
[ ] np... | gharchive/pull-request | 2021-10-12T00:44:47 | 2025-04-01T06:38:34.019057 | {
"authors": [
"lognaturel",
"yanokwa"
],
"repo": "enketo/enketo-core",
"url": "https://github.com/enketo/enketo-core/pull/828",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
921127286 | Site created on startup
The default site is created on application start. WIth app and info-page content types, including populated fields.
Should we just remove the site init code and let the user manually setup office-league with site office-league?
This would still keep the init of the office-league repoes but r... | gharchive/issue | 2021-06-15T08:11:07 | 2025-04-01T06:38:34.031071 | {
"authors": [
"poi33"
],
"repo": "enonic/app-office-league",
"url": "https://github.com/enonic/app-office-league/issues/462",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2008567301 | fix: swap the order of handling order and pred in the graph select func
multi order may generate predicates, so running the order funcs first allows reusing aliases.
If the predicates run first if there is a multiOrder field that generates it's own predicates, the predicates are unable to find the alias of the join ... | gharchive/pull-request | 2023-11-23T16:51:25 | 2025-04-01T06:38:34.070386 | {
"authors": [
"a8m",
"michaelcaulley"
],
"repo": "ent/ent",
"url": "https://github.com/ent/ent/pull/3841",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
132623609 | Add support for more template generators
YAML
cfndsl - https://github.com/stevenjack/cfndsl
Any others?
It might be nice to have JSON support with comments. Would need to find a library to strip them out I guess.
Another one might be just using plain old ERB?
If you want JSON support with comments, technically ... | gharchive/issue | 2016-02-10T07:04:26 | 2025-04-01T06:38:34.094383 | {
"authors": [
"flyinbutrs",
"gstamp",
"neillturner",
"stevehodgkiss",
"thekindofme"
],
"repo": "envato/stack_master",
"url": "https://github.com/envato/stack_master/issues/81",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.