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 |
|---|---|---|---|---|---|
743092564 | Support new fetching method result types
What kind of change does this PR introduce?
Breaking change
What is the current behaviour?
No return type check performed on pages' fetching method result. Since Next.js v10 introduced notFound and redirect return types, we need a way to tell normal prop returns from the other... | gharchive/pull-request | 2020-11-14T22:38:34 | 2025-04-01T06:04:20.063002 | {
"authors": [
"coveralls",
"toomuchdesign"
],
"repo": "toomuchdesign/next-page-tester",
"url": "https://github.com/toomuchdesign/next-page-tester/pull/10",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
165827741 | LookupTable and CudaHalfTensor
Hi,
I am trying to setup lookupTable with CudaHalfTensor to save on memory. I am using Cuda 7.5
I am getting the following error
th> require 'cutorch'; require 'nn';
[1.0494s]
th> cutorch.hasHalf
true
[0.0000s]
th> torch.setdefaulttensortype('torch.CudaHalfTensor')
[0.0002s]
th> ve... | gharchive/issue | 2016-07-15T16:29:24 | 2025-04-01T06:04:20.140550 | {
"authors": [
"priyaradhakrishnan0",
"soumith"
],
"repo": "torch/cutorch",
"url": "https://github.com/torch/cutorch/issues/447",
"license": "bsd-3-clause",
"license_type": "permissive",
"license_source": "bigquery"
} |
140792668 | kernel p2p access and non-blocking streams
Adds a runtime option to allow within-kernel access to the memory space of other GPUs, if device-level p2p access is also enabled. By default, we still disallow direct access, but one can opt out of it (there's still a #define flag that can enable the opt-out, but @soumith t... | gharchive/pull-request | 2016-03-14T20:44:12 | 2025-04-01T06:04:20.142316 | {
"authors": [
"soumith",
"wickedfoo"
],
"repo": "torch/cutorch",
"url": "https://github.com/torch/cutorch/pull/367",
"license": "bsd-3-clause",
"license_type": "permissive",
"license_source": "bigquery"
} |
211857111 | Install fails unless requests is already installed
This is under a python 3 venv:
$ .venv/bin/pip install pycrayon
Collecting pycrayon
Downloading pycrayon-0.5.tar.gz
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 1, in <module>
Fi... | gharchive/issue | 2017-03-04T05:23:44 | 2025-04-01T06:04:20.197067 | {
"authors": [
"albanD",
"elistevens",
"obust"
],
"repo": "torrvision/crayon",
"url": "https://github.com/torrvision/crayon/issues/24",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
2377257563 | test(react-image): add test case for error handling while image loading
Overview
This PR enhances the test suite for Load.tsx in packages/react-image by adding a test case that verifies image loading failure (invalid url). Additionally, it refines the error message for grammatical correctness.
PR Checklist
[✅] I di... | gharchive/pull-request | 2024-06-27T06:19:04 | 2025-04-01T06:04:20.215200 | {
"authors": [
"codecov-commenter",
"saul-atomrigs"
],
"repo": "toss/suspensive",
"url": "https://github.com/toss/suspensive/pull/987",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
311938483 | Bump Tox version constraint to <4, for release of Tox 3.0.0
I tested this with my local projects, and things seem to work fine on Tox 3.0.0.
Hey @pjdelport, good news!
Sent with GitHawk
| gharchive/pull-request | 2018-04-06T11:18:32 | 2025-04-01T06:04:20.247017 | {
"authors": [
"obestwalter",
"pjdelport"
],
"repo": "tox-dev/detox",
"url": "https://github.com/tox-dev/detox/pull/11",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
2421023918 | fix(venv): respect base_python passed as absolute path
Fixes: tox-dev/tox#3191
© 2024 Morgan Stanley.
THIS SOFTWARE IS CONTRIBUTED SUBJECT TO THE TERMS OF THE APACHE LICENSE V.2.0.
THIS SOFTWARE IS LICENSED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LI... | gharchive/pull-request | 2024-07-20T19:19:48 | 2025-04-01T06:04:20.251646 | {
"authors": [
"gaborbernat",
"paveldikov"
],
"repo": "tox-dev/tox-uv",
"url": "https://github.com/tox-dev/tox-uv/pull/69",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1239372738 | Fix ring.response/attachment to handle space correctly
Currently toyokumo.commons.ring.response/attachment is encoding filename with url-encode only.
url-encode will replace spaces with +, so a file named hello world.txt will be downloaded as hello+world.txt.
This PR fix this problem.
I've confirmed the browser behav... | gharchive/pull-request | 2022-05-18T03:10:04 | 2025-04-01T06:04:20.276306 | {
"authors": [
"liquidz"
],
"repo": "toyokumo/toyokumo-commons",
"url": "https://github.com/toyokumo/toyokumo-commons/pull/19",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
947095209 | How do I use createSubscription?
Hi, thanks for making this!
There are zero examples or docs other than the readme, and after quite a bit of fiddling around I still can't get subscription updates to display in real-time.
Now this might also be an issue with my backend or my understanding of subscriptions (or both), b... | gharchive/issue | 2021-07-18T18:43:44 | 2025-04-01T06:04:20.303880 | {
"authors": [
"kristiangerkman",
"ohmree",
"smlarkin",
"tqwewe",
"trusktr"
],
"repo": "tqwewe/solid-urql",
"url": "https://github.com/tqwewe/solid-urql/issues/1",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2391398020 | Any plan for adding the 'Add Package' function?
Hi,
Thanks for implementing this useful module. Is it possible add the 'Add Package' function so that we can add a download package via command line interface? (I find that CLI is no longer supported in recent pyload versions)
Thanks.
Was not planning yet, i created t... | gharchive/issue | 2024-07-04T19:50:14 | 2025-04-01T06:04:20.313609 | {
"authors": [
"eric890006",
"tr4nt0r"
],
"repo": "tr4nt0r/pyloadapi",
"url": "https://github.com/tr4nt0r/pyloadapi/issues/40",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2457451248 | Issues creating new users from manager account with own email change restriction
Describe the bug
I have encountered this issues upon creating a manager account and setting limits (example 5 devices and 5 users ).
If the checkbox to restrict the manager to change his email address is set on the manager.
The manager ... | gharchive/issue | 2024-08-09T08:57:10 | 2025-04-01T06:04:20.324959 | {
"authors": [
"troianvasile"
],
"repo": "traccar/traccar-web",
"url": "https://github.com/traccar/traccar-web/issues/1261",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2148251334 | Update sbt-github-actions to 0.23.0
About this PR
📦 Updates com.codecommit:sbt-github-actions from 0.14.2 to 0.23.0
Usage
✅ Please merge!
I'll automatically update this PR to resolve conflicts as long as you don't change it yourself.
If you'd like to skip this version, you can just close this PR. If you have any fee... | gharchive/pull-request | 2024-02-22T05:47:05 | 2025-04-01T06:04:20.334428 | {
"authors": [
"scala-steward"
],
"repo": "trace4cats/trace4cats-docs",
"url": "https://github.com/trace4cats/trace4cats-docs/pull/254",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
162396298 | Coreutils Missing Bitcode
It is strange that the Coreutils [ program, for example, has no bitcode, I think we need to figure out why and ask klee-dev about it if we could not obtain the bitcode file ourselves.
Thanks @feliciahalim .
| gharchive/issue | 2016-06-27T08:14:56 | 2025-04-01T06:04:20.335490 | {
"authors": [
"domainexpert"
],
"repo": "tracer-x/klee-examples",
"url": "https://github.com/tracer-x/klee-examples/issues/40",
"license": "NCSA",
"license_type": "permissive",
"license_source": "github-api"
} |
451626652 | Series-based markers
Hi! Thanks for the great work on this library.
I couldn't find in the docs any info on whether it's possible to plot a series of potentially sparse points that would be shown with some icon for each point on the chart, or maybe something like the possibility to add annotations.
The use case I'm a... | gharchive/issue | 2019-06-03T18:31:57 | 2025-04-01T06:04:20.383965 | {
"authors": [
"Numbers88s",
"ackimwilliams",
"andresberrios",
"awunder",
"bmatusiak",
"fortsm",
"hazhir1811",
"jimeney",
"srv91",
"tghilardi",
"timocov",
"topaciotrade"
],
"repo": "tradingview/lightweight-charts",
"url": "https://github.com/tradingview/lightweigh... |
1374141125 | Traffic distribution with K8s ExternalName service is not uniform
Welcome!
[X] Yes, I've searched similar issues on GitHub and didn't find any.
[X] Yes, I've searched similar issues on the Traefik community forum and didn't find any.
What did you do?
K8s service
apiVersion: v1
kind: Service
metadata:
name: test-r... | gharchive/issue | 2022-09-15T08:30:37 | 2025-04-01T06:04:20.400283 | {
"authors": [
"kevinpollet",
"mpl",
"sdelicata",
"shettyh"
],
"repo": "traefik/traefik",
"url": "https://github.com/traefik/traefik/issues/9339",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2505567678 | Spelling
What does this PR do?
Fixes misspellings identified by the check-spelling action.
The misspellings have been reported at https://github.com/jsoref/traefik/actions/runs/10703835327#summary-29675320401
The action will report that the changes in this PR would make it happy: https://github.com/jsoref/traefik/act... | gharchive/pull-request | 2024-09-04T14:41:19 | 2025-04-01T06:04:20.405557 | {
"authors": [
"jsoref",
"kevinpollet",
"mmatur"
],
"repo": "traefik/traefik",
"url": "https://github.com/traefik/traefik/pull/11073",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1173319755 | Add HostSNIRegexp rule matcher for TCP
What does this PR do?
This PR adds the support of a new HostSNIRegexp rule matcher to the TCP muxer.
Motivation
fixes https://github.com/traefik/traefik/issues/7266
More
[x] Added/updated tests
[x] Added/updated documentation
Additional Notes
Awesome, looking forward a l... | gharchive/pull-request | 2022-03-18T08:19:07 | 2025-04-01T06:04:20.408265 | {
"authors": [
"rtribotte",
"varac"
],
"repo": "traefik/traefik",
"url": "https://github.com/traefik/traefik/pull/8849",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
741499500 | Regression in v0.9.4: undefined selector Time
I found a regression in Yaegi, it appeared in v0.9.4, it affects the plugin plugin-simplecache:
error: /tmp/pilot-gop211396919/src/github.com/traefik/plugin-simplecache/cache.go:12:2: import \"github.com/pquerna/cachecontrol\"
error: /tmp/pilot-gop211396919/src/github.com... | gharchive/issue | 2020-11-12T10:58:27 | 2025-04-01T06:04:20.411775 | {
"authors": [
"ldez",
"mvertes",
"nrwiersma"
],
"repo": "traefik/yaegi",
"url": "https://github.com/traefik/yaegi/issues/957",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1321884603 | pip_audit reports connection issue when a package is installed in editable mode and the version is the same as the version in PyPi
Bug description
Short description:
pip_audit reports connection issue when a package is installed in editable mode and the version is the same as the version in PyPi.
Long description:
I... | gharchive/issue | 2022-07-29T07:46:22 | 2025-04-01T06:04:20.440007 | {
"authors": [
"Barabazs",
"woodruffw"
],
"repo": "trailofbits/pip-audit",
"url": "https://github.com/trailofbits/pip-audit/issues/341",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1222213701 | Add that pip-aduit does not work in pre-commit.ci
pre-commit.ci blocks network connections / pip
So share this knowledge and config to skip it into README so others don't get suprised like I did
Test: https://github.com/pypa/bandersnatch/pull/1116
Thanks! That's too bad (but completely understandable) about the n... | gharchive/pull-request | 2022-05-01T16:50:17 | 2025-04-01T06:04:20.444289 | {
"authors": [
"cooperlees",
"woodruffw"
],
"repo": "trailofbits/pip-audit",
"url": "https://github.com/trailofbits/pip-audit/pull/259",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1233916555 | HACSpec
Thanks for the nice project! There are some overlaps in goals with the hacspec project.
Cryptographic primitives have been specified there, and some work on ZK proofs is underway.
There may be some opportunities for collaboration in the future, so I wanted to give you a heads-up.
Hi @spitters, thanks for ta... | gharchive/issue | 2022-05-12T12:33:56 | 2025-04-01T06:04:20.447038 | {
"authors": [
"fcasal",
"rasmus-kirk",
"spitters"
],
"repo": "trailofbits/zkdocs",
"url": "https://github.com/trailofbits/zkdocs/issues/7",
"license": "CC-BY-4.0",
"license_type": "permissive",
"license_source": "github-api"
} |
494783443 | Add paperwork tests back in with SSW instead of GBL
Description
Tests for the paperwork module were removed in #2616. Since they are still used for payment request flows, I've readded this back in with the ssw in mind.
Reviewer Notes
As I was writing this, I realized that there is a ton that's mocked here. I'm unsure... | gharchive/pull-request | 2019-09-17T18:30:35 | 2025-04-01T06:04:20.463163 | {
"authors": [
"kahlouie",
"mkrump"
],
"repo": "transcom/mymove",
"url": "https://github.com/transcom/mymove/pull/2695",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
559311076 | Initial implementation of database and model field checker.
Description
We've now had at least two instances of deployed systems breaking because the application attempted to query a model that contained a NULL value in an incompatible column. This has also cropped up in non-deployed systems during automated performa... | gharchive/pull-request | 2020-02-03T20:19:52 | 2025-04-01T06:04:20.469341 | {
"authors": [
"chrisgilmerproj",
"jim"
],
"repo": "transcom/mymove",
"url": "https://github.com/transcom/mymove/pull/3452",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1117881471 | [MB-11219] Adjust addresses used in pricing services for NTS and NTS-Release shipments
Jira ticket for this change
Summary
This PR makes the following adjustments:
pricing service items on an NTS shipment previously priced based on a move from the shipment’s pickup address to the shipment’s destination address, but ... | gharchive/pull-request | 2022-01-28T21:56:04 | 2025-04-01T06:04:20.477612 | {
"authors": [
"reggieriser",
"robot-mymove"
],
"repo": "transcom/mymove",
"url": "https://github.com/transcom/mymove/pull/8101",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1436613832 | [ on-call, MB-13659 ] Update branch names in GH actions and Swagger files
Summary
See this thread: https://ustcdp3.slack.com/archives/CP4U2NKRT/p1667583745972199
Messages
:book:
:link: MB-13659
Generated by :no_entry_sign: dangerJS against d9f31c60a603b109ab7fd5a0e43e5961d3d1ea81
Had to do a rebase... | gharchive/pull-request | 2022-11-04T20:24:19 | 2025-04-01T06:04:20.480550 | {
"authors": [
"robot-mymove",
"rogeruiz"
],
"repo": "transcom/mymove",
"url": "https://github.com/transcom/mymove/pull/9532",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
828222473 | useT call fails because prototype differs from the one shown in docs
Hi,
I'm trying to integrate this library in our project using transifex & react, but we were stopped by the difference in docs and what's actually written down in the code.
Currently, useT expects two arguments to call it: _str and props.
https://gi... | gharchive/issue | 2021-03-10T19:20:44 | 2025-04-01T06:04:20.486750 | {
"authors": [
"arturtamborski",
"codegaze"
],
"repo": "transifex/transifex-javascript",
"url": "https://github.com/transifex/transifex-javascript/issues/48",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2095170008 | 🛑 TechinAsia_Laravel_API is down
In ef1ffe6, TechinAsia_Laravel_API (https://www.techinasia.com/api/2.0/companies) was down:
HTTP code: 403
Response time: 172 ms
Resolved: TechinAsia_Laravel_API is back up in 3e462a5 after 7 minutes.
| gharchive/issue | 2024-01-23T03:28:48 | 2025-04-01T06:04:20.512316 | {
"authors": [
"traqy"
],
"repo": "traqy/upptime",
"url": "https://github.com/traqy/upptime/issues/3507",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2141103868 | 🛑 TechinAsia_WordPress_API is down
In 43bf76a, TechinAsia_WordPress_API (https://www.techinasia.com/wp-json/techinasia/2.0/posts) was down:
HTTP code: 403
Response time: 172 ms
Resolved: TechinAsia_WordPress_API is back up in 3085c7d after 7 minutes.
| gharchive/issue | 2024-02-18T17:32:40 | 2025-04-01T06:04:20.514770 | {
"authors": [
"traqy"
],
"repo": "traqy/upptime",
"url": "https://github.com/traqy/upptime/issues/5039",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2024951394 | 🛑 TechinAsia_Laravel_API is down
In 6492042, TechinAsia_Laravel_API (https://www.techinasia.com/api/2.0/companies) was down:
HTTP code: 403
Response time: 224 ms
Resolved: TechinAsia_Laravel_API is back up in 61881e1 after 6 minutes.
| gharchive/issue | 2023-12-04T23:01:33 | 2025-04-01T06:04:20.517239 | {
"authors": [
"traqy"
],
"repo": "traqy/upptime",
"url": "https://github.com/traqy/upptime/issues/507",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2174959952 | 🛑 TechinAsia_WordPress_API is down
In 43f5962, TechinAsia_WordPress_API (https://www.techinasia.com/wp-json/techinasia/2.0/posts) was down:
HTTP code: 403
Response time: 233 ms
Resolved: TechinAsia_WordPress_API is back up in e33f7be after 7 minutes.
| gharchive/issue | 2024-03-07T22:48:33 | 2025-04-01T06:04:20.519671 | {
"authors": [
"traqy"
],
"repo": "traqy/upptime",
"url": "https://github.com/traqy/upptime/issues/6120",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2177272891 | 🛑 TechinAsia_WordPress_API is down
In c2f3d41, TechinAsia_WordPress_API (https://www.techinasia.com/wp-json/techinasia/2.0/posts) was down:
HTTP code: 403
Response time: 224 ms
Resolved: TechinAsia_WordPress_API is back up in 6840c1b after 7 minutes.
| gharchive/issue | 2024-03-09T15:39:08 | 2025-04-01T06:04:20.522428 | {
"authors": [
"traqy"
],
"repo": "traqy/upptime",
"url": "https://github.com/traqy/upptime/issues/6219",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2204566888 | 🛑 TechinAsia is down
In 797dbd4, TechinAsia (https://www.techinasia.com) was down:
HTTP code: 403
Response time: 1032 ms
Resolved: TechinAsia is back up in 1c1c6d6 after 7 minutes.
| gharchive/issue | 2024-03-24T21:35:49 | 2025-04-01T06:04:20.524677 | {
"authors": [
"traqy"
],
"repo": "traqy/upptime",
"url": "https://github.com/traqy/upptime/issues/7088",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2254559489 | 🛑 TechinAsia_Laravel_API is down
In 7fc3c8b, TechinAsia_Laravel_API (https://www.techinasia.com/api/2.0/companies) was down:
HTTP code: 403
Response time: 232 ms
Resolved: TechinAsia_Laravel_API is back up in dc70102 after 7 minutes.
| gharchive/issue | 2024-04-20T13:45:40 | 2025-04-01T06:04:20.527079 | {
"authors": [
"traqy"
],
"repo": "traqy/upptime",
"url": "https://github.com/traqy/upptime/issues/8522",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
256558368 | 有个建议,希望能保存聊天记录,不知道能否实现
微信网页版有个诟病就是不能保存聊天记录,如果可以解决这个的话就太好了!
目前返回的id不是固定的,所以没有什么比较好的方式去保存记录
感觉这个功能挺需要的,您如果可以的话,在备注中加入我们自己确定的唯一标识应该也可以的呢?
把好友设置备注然后通过备注去标识用户确实可以,但是如果其他设备也修改了这个备注,然后没有被同步到客户端,或者备注重名,那么原来保存的历史记录就会有问题了
2017-09-11 11:40 GMT+08:00 PikachuWu notifications@github.com:
感觉这个功能挺需要的,您如果可以的话,在备注中加入我们自己确定的唯一标识... | gharchive/issue | 2017-09-11T01:29:44 | 2025-04-01T06:04:20.609558 | {
"authors": [
"H1d3r",
"PikachuWu",
"motlhuhu",
"plus-zhang",
"standin000",
"trazyn"
],
"repo": "trazyn/weweChat",
"url": "https://github.com/trazyn/weweChat/issues/30",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
408124286 | [issue] exported json object is converted into string on read unexpectedly
_export:
orig:
key: 1
+task1:
_export:
alias: ${orig}
sh>: echo ${alias} # {key:1}
+task2:
_export:
alias: ${orig}
sh>: echo ${alias.key} # empty
I expected that ${orig} gives me a JSON object rather than a String "{ke... | gharchive/issue | 2019-02-08T12:04:52 | 2025-04-01T06:04:20.613350 | {
"authors": [
"muga",
"sonots",
"sonots-zozo"
],
"repo": "treasure-data/digdag",
"url": "https://github.com/treasure-data/digdag/issues/980",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
816220677 | Allow Nessie & lakeFS to run in different networks
Webhook test introduced a new limitation to running lakeFS with Nessie.
Nessie exposes a webhook server that is the endpoint for pre-commit and pre-merge hooks.
Since lakeFS needs to reach that endpoint, Nessie must be deployed on the same network as lakeFS, whether ... | gharchive/issue | 2021-02-25T08:46:53 | 2025-04-01T06:04:20.636942 | {
"authors": [
"itaiad200"
],
"repo": "treeverse/lakeFS",
"url": "https://github.com/treeverse/lakeFS/issues/1520",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
688714585 | added README.ru-RU.md
README in the Russian language
Thanks for the contribution, @Gorgchap!
| gharchive/pull-request | 2020-08-30T12:58:53 | 2025-04-01T06:04:20.641237 | {
"authors": [
"Gorgchap",
"trekhleb"
],
"repo": "trekhleb/javascript-algorithms",
"url": "https://github.com/trekhleb/javascript-algorithms/pull/533",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
378783741 | Add ENV overrides for default configuration file
Related to #9
@gregjan will these ENV overrides work for you?
These ENV overrides look great to me, and thanks to Joe (@atz) for feedback testing the Docker container.
| gharchive/pull-request | 2018-11-08T15:30:29 | 2025-04-01T06:04:20.643092 | {
"authors": [
"acoburn",
"gregjan"
],
"repo": "trellis-ldp/trellis-ext-db",
"url": "https://github.com/trellis-ldp/trellis-ext-db/pull/10",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
188681758 | Gradle build finished with 1 error(s) and 1 warning(s)
Module Gradel:
// 编译【compile】RxJava
compile 'io.reactivex:rxjava:1.2.2'
// 编译【compile】RxAndroid
compile 'io.reactivex:rxandroid:1.2.1'
// 编译【compile】RxLifecycle(解决RxJava内存泄露问题,包含以下三个【Solve the problem of RxJava memory leaks, includes the following three】)
compil... | gharchive/issue | 2016-11-11T04:18:03 | 2025-04-01T06:04:20.646527 | {
"authors": [
"dlew",
"ljf1172361058"
],
"repo": "trello/RxLifecycle",
"url": "https://github.com/trello/RxLifecycle/issues/178",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
215016889 | Document New Power-Ups API Features
We've started building new features for the Power-Ups API. Once they go live we'll update the docs. Rough API outlines look like:
t.navigate({ url: 'https://trello.com/c/abc123' }) - Generic navigation to any url that can be handled by the Trello web client. Only trello.com URLs wi... | gharchive/issue | 2017-03-17T14:19:11 | 2025-04-01T06:04:20.648723 | {
"authors": [
"bentleycook"
],
"repo": "trello/api-docs",
"url": "https://github.com/trello/api-docs/issues/79",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
179010353 | Creating new worlds doesn't work anymore.
So I'm trying to create a flatworld called "TwilightZone", and I'm getting problems. I'm using the command "/world create TwilightZone -d overworld -g flat". It keeps saying "something went wrong". It was working prior to a restart, in which I didn't change anything before ha... | gharchive/issue | 2016-09-24T04:37:28 | 2025-04-01T06:04:20.659271 | {
"authors": [
"Corcustos",
"trentech"
],
"repo": "trentech/ProjectWorlds",
"url": "https://github.com/trentech/ProjectWorlds/issues/39",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
3233394 | Remove unused variables, fix validation warnings
This commit removes two unused variables and fixes several JavaScript validation warnings.
Thanks for the clean up, looks like it was much needed!
| gharchive/issue | 2012-02-15T12:03:59 | 2025-04-01T06:04:20.660146 | {
"authors": [
"sarxos",
"trentrichardson"
],
"repo": "trentrichardson/jQuery-Timepicker-Addon",
"url": "https://github.com/trentrichardson/jQuery-Timepicker-Addon/issues/318",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1708752929 | changed to f string
Changed string interpolation to f string
there's no point, is there?
| gharchive/pull-request | 2023-05-13T22:10:01 | 2025-04-01T06:04:20.698596 | {
"authors": [
"alexmailo",
"xpierroz"
],
"repo": "treyhunner/names",
"url": "https://github.com/treyhunner/names/pull/33",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1097718559 | Check IAM permissions before marking adapter Ready
To ensure that sources aren't considered Ready when they can, in fact, not operate normally (e.g. due to missing permissions), we need to add health probes to receive adapters. The probe should fail by default, and transition to a "OK" status once we have established... | gharchive/issue | 2022-01-10T10:38:03 | 2025-04-01T06:04:20.714617 | {
"authors": [
"antoineco"
],
"repo": "triggermesh/triggermesh",
"url": "https://github.com/triggermesh/triggermesh/issues/413",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
553853500 | Answered some questions
Added some options on how to get help on the command line
Unmarked above question as incomplete
Added some options on how to identify processes
Unmarked above question as incomplete
Is there anything I have to change to get this pr merged?
| gharchive/pull-request | 2020-01-22T23:25:23 | 2025-04-01T06:04:21.680530 | {
"authors": [
"FacundoAcevedo"
],
"repo": "trimstray/test-your-sysadmin-skills",
"url": "https://github.com/trimstray/test-your-sysadmin-skills/pull/46",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
345217479 | how to change device wifi network?
--> I have connected my laptop to open wifi network(either adhoc or hotspot).
--> I have connected my mobile to open wifi network of my laptop.
--> Was able to change the network of my mobile to required locally available wifi network using
this method - "WifiWizard2.connect(ssid, b... | gharchive/issue | 2018-07-27T13:01:52 | 2025-04-01T06:04:21.713398 | {
"authors": [
"Bhavana-S",
"tripflex"
],
"repo": "tripflex/WifiWizard2",
"url": "https://github.com/tripflex/WifiWizard2/issues/47",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
758369097 | add connected and unavailable callback for Api >= 29
Requirements
Filling out the template is required. Any pull request that does not include enough information to be reviewed in a timely manner may be closed at the maintainers' discretion.
All new code requires tests to ensure against regressions
Description of t... | gharchive/pull-request | 2020-12-07T10:13:56 | 2025-04-01T06:04:21.716577 | {
"authors": [
"KinG-InFeT",
"maxcodefaster"
],
"repo": "tripflex/WifiWizard2",
"url": "https://github.com/tripflex/WifiWizard2/pull/115",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
585997251 | BUG: iOS error when showing News page
News page repeatedly gave the result below on Dazza's iPhone. This was with version 0.5.4
He was still able to visit the page (https://privatekit.mit.edu/views) manually in his browser, and also able to follow the link to (https://privatekit.mit.edu).
Further info:
Android phon... | gharchive/issue | 2020-03-23T07:42:35 | 2025-04-01T06:04:21.763213 | {
"authors": [
"Rikku-1",
"penrods",
"rparet"
],
"repo": "tripleblindmarket/private-kit",
"url": "https://github.com/tripleblindmarket/private-kit/issues/164",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2342691923 | Come on when needed
Just as a thought, maybe have it appear after someone hits hjkl keys too many times in a row - I.e. if somebody repeats j 30 times, there is probably a better way.
Then I’m sure people could come up with other rules to activate.
and if the user is commonly using the hints , just turn off.
I know, ... | gharchive/issue | 2024-06-10T02:16:48 | 2025-04-01T06:04:21.766494 | {
"authors": [
"bdillahu",
"tris203",
"willothy"
],
"repo": "tris203/precognition.nvim",
"url": "https://github.com/tris203/precognition.nvim/issues/62",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
251943359 | Feat/attempts
fix #16
Coverage increased (+0.5%) to 80.181% when pulling e559d7764e23710d40f55c46705f3d918b2fa696 on feat/attempts into 8c4bb35f9b8160d29b33ea31542c1ef0026447cb on master.
| gharchive/pull-request | 2017-08-22T12:41:59 | 2025-04-01T06:04:21.775918 | {
"authors": [
"coveralls",
"tristan0x"
],
"repo": "tristan0x/hpcbench",
"url": "https://github.com/tristan0x/hpcbench/pull/20",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
2203893266 | Generate WindowsFoundation types built in to WindowsRuntime as reexports
For example:
@_export import protocol WindowsRuntime.WindowsFoundation_IStringable
This way the rest of the code doesn't have to know about the special case.
Done as of https://github.com/tristanlabelle/swift-winrt/pull/99
| gharchive/issue | 2024-03-23T14:03:39 | 2025-04-01T06:04:21.777306 | {
"authors": [
"tristanlabelle"
],
"repo": "tristanlabelle/swift-winrt",
"url": "https://github.com/tristanlabelle/swift-winrt/issues/82",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2523563762 | Refactor the C code template in third_party/nvidia/backend/driver.py
Refactor the C code template in driver.py
Previously, in the third_party/nvidia/backend/driver.py, there was a long format string to define a C source code. In this commit, I moved the long format string in Python code into a separate C file, and us... | gharchive/pull-request | 2024-09-13T00:17:07 | 2025-04-01T06:04:21.830853 | {
"authors": [
"ThomasRaoux",
"gflegar",
"sfzhu93"
],
"repo": "triton-lang/triton",
"url": "https://github.com/triton-lang/triton/pull/4722",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1961045843 | Parabolic AMR: Open discussions
To summarize the discussions in https://github.com/trixi-framework/Trixi.jl/pull/1629 I list some open points:
Outer datastructures for non-internal variables in ViscousContainers:
https://github.com/trixi-framework/Trixi.jl/blob/474410507181fa93cbe8201da4ade03311f09104/src/solvers/d... | gharchive/issue | 2023-10-25T10:18:27 | 2025-04-01T06:04:21.837872 | {
"authors": [
"DanielDoehring"
],
"repo": "trixi-framework/Trixi.jl",
"url": "https://github.com/trixi-framework/Trixi.jl/issues/1690",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
997105660 | DGMulti L2 errors are not normalized
See https://github.com/trixi-framework/Trixi.jl/pull/553#discussion_r680368811
Closing this; adding to the DGMulti list https://github.com/trixi-framework/Trixi.jl/issues/675
| gharchive/issue | 2021-09-15T13:45:29 | 2025-04-01T06:04:21.839492 | {
"authors": [
"jlchan"
],
"repo": "trixi-framework/Trixi.jl",
"url": "https://github.com/trixi-framework/Trixi.jl/issues/862",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
739167443 | example callbacks
Closes #235.
Again, only examples/2d/elixir_mhd_rotor_shockcapturing_amr.jl fails.
I was also wondering if the stage-limiter functionality works with our "simple integrators" (probably not) and if it would be hard to support this. Either way, this is not something that needs to be done right no... | gharchive/pull-request | 2020-11-09T16:19:39 | 2025-04-01T06:04:21.841206 | {
"authors": [
"ranocha"
],
"repo": "trixi-framework/Trixi.jl",
"url": "https://github.com/trixi-framework/Trixi.jl/pull/314",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1515893996 | TITLE token is broken when using umpv
Hi. I finally figured out how to integrate the umpv script into pipe-viewer. However, I ran into a problem: The special token *TITLE* is broken. I suspect that it is the arg syntax because in --force-media-title= there must be a container: '' however this already exists in env MP... | gharchive/issue | 2023-01-01T23:19:24 | 2025-04-01T06:04:21.846707 | {
"authors": [
"sun95n",
"trizen"
],
"repo": "trizen/pipe-viewer",
"url": "https://github.com/trizen/pipe-viewer/issues/156",
"license": "Artistic-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1334186123 | How to know if save action succeeded?
I tried to use saveas to save file and it runs without any exception even save failed. Any idea how to know ?
In my development branch, a failure to save will throw an exception. This change will hopefully make it here soon.
And the change is now in the main repository: So if... | gharchive/issue | 2022-08-10T07:16:25 | 2025-04-01T06:04:21.855219 | {
"authors": [
"Codes-Breaker",
"aral-matrix"
],
"repo": "troldal/OpenXLSX",
"url": "https://github.com/troldal/OpenXLSX/issues/168",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
1443768707 | 🛑 Grafana is down
In af4e70e, Grafana (https://grafana.tronflix.app) was down:
HTTP code: 520
Response time: 179 ms
Resolved: Grafana is back up in 3f4e2f0.
| gharchive/issue | 2022-11-10T11:53:12 | 2025-04-01T06:04:21.878133 | {
"authors": [
"tronyx"
],
"repo": "tronyx/upptime",
"url": "https://github.com/tronyx/upptime/issues/2532",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1447824078 | 🛑 Tautulli is down
In 606edb3, Tautulli (https://tronflix.app/tautulli/status/) was down:
HTTP code: 520
Response time: 97 ms
Resolved: Tautulli is back up in c955320.
| gharchive/issue | 2022-11-14T10:50:52 | 2025-04-01T06:04:21.880576 | {
"authors": [
"tronyx"
],
"repo": "tronyx/upptime",
"url": "https://github.com/tronyx/upptime/issues/3226",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1290578314 | 🛑 Plex is down
In 9e43157, Plex (https://tronflix.app/plex/web/index.html) was down:
HTTP code: 403
Response time: 24 ms
Resolved: Plex is back up in ae7ba19.
| gharchive/issue | 2022-06-30T19:59:08 | 2025-04-01T06:04:21.883047 | {
"authors": [
"tronyx"
],
"repo": "tronyx/upptime",
"url": "https://github.com/tronyx/upptime/issues/640",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
213373348 | Cannot instantiate an AjaxBootstrapSelect instance without selectpicker first being initialized!
I'm trying to use this awesome plugin in a BS modal but I got this:
Cannot instantiate an AjaxBootstrapSelect instance without selectpicker first being initialized!
a piece of code:
selectPartner = jQuery('.select-part... | gharchive/issue | 2017-03-10T15:37:57 | 2025-04-01T06:04:21.918356 | {
"authors": [
"dmazilov",
"pinar-kaya",
"pranay16",
"truckingsim",
"yurik94"
],
"repo": "truckingsim/Ajax-Bootstrap-Select",
"url": "https://github.com/truckingsim/Ajax-Bootstrap-Select/issues/108",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1966195128 | Provide option to .context() to create unique dump file names
Consider running the following code in a parallel computing environment:
with mortuary.context(dump="dump.pkl"):
risky_code()
If we have multiple nodes all executing the code at the same time, and "dump.pkl" refers to a path on a network drive that's ... | gharchive/issue | 2023-10-27T21:08:23 | 2025-04-01T06:04:22.011867 | {
"authors": [
"truemerrill"
],
"repo": "truemerrill/mortuary",
"url": "https://github.com/truemerrill/mortuary/issues/14",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2051267485 | NAS-125825 / 23.10.2 / Redact nslcd.conf (by anodos325)
Original PR: https://github.com/truenas/ixdiagnose/pull/134
Jira URL: https://ixsystems.atlassian.net/browse/NAS-125825
This PR has been merged and conversations have been locked.
If you would like to discuss more about this issue please use our forums or rais... | gharchive/pull-request | 2023-12-20T21:07:37 | 2025-04-01T06:04:22.016041 | {
"authors": [
"bugclerk",
"william-gr",
"yocalebo"
],
"repo": "truenas/ixdiagnose",
"url": "https://github.com/truenas/ixdiagnose/pull/135",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
733989562 | Extra bytes returned on revert("")
Calling revert(string) in Solidity should return abi-encoded string as if it were a call to Error(string) function (docs).
Therefore when calling revert with empty string revert("") I expect to receive correct abi-encoded Error(""):
0x08c379a0 ... | gharchive/issue | 2020-11-01T15:14:28 | 2025-04-01T06:04:22.041613 | {
"authors": [
"ZumZoom",
"axic"
],
"repo": "trufflesuite/ganache-cli",
"url": "https://github.com/trufflesuite/ganache-cli/issues/800",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1287728117 | The hostname is not local address; only use hostnames/IPs associated with this machine
Unable to access the test network as the above error pops up stating the host name as 0.0.0.0 all interfaces.
unable to restart or amend the host address please help.
@MicaiahReid and @davidmurdoch , Issue resolved: Step 1. on Wi... | gharchive/issue | 2022-06-28T08:41:21 | 2025-04-01T06:04:22.043797 | {
"authors": [
"IceCreamSandwich98",
"Neharoy2022"
],
"repo": "trufflesuite/ganache-ui",
"url": "https://github.com/trufflesuite/ganache-ui/issues/4760",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
193418796 | LICENSE
Hi brother,
Can I use this code with MIT License?
Thanks a lot.
Yes.
But since this project has two owners and we have never talk about license before, I suggest ask @hqt for his permission as well.
So, what I can do?
If I must ask @hqt first?
Thanks
@bonyhardian When you mention his name on this issue... | gharchive/issue | 2016-12-05T06:09:01 | 2025-04-01T06:04:22.075357 | {
"authors": [
"bonyhardian",
"hqt",
"trungdq88"
],
"repo": "trungdq88/FreakingMathAndroid",
"url": "https://github.com/trungdq88/FreakingMathAndroid/issues/6",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2267656280 | congees, expunction
This pull request was generated by the 'mq' tool
[test]
flake rate: 0.1
logical conflict every: 100
sleep for: 300s
close stale after: 4 hours
[pullrequest]
requests per hour: 0
deps=[c,e]
/trunk merge
| gharchive/pull-request | 2024-04-28T16:03:28 | 2025-04-01T06:04:22.077109 | {
"authors": [
"mmatheson"
],
"repo": "trunk-io/mergequeue-staging",
"url": "https://github.com/trunk-io/mergequeue-staging/pull/10561",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2267841442 | epithecicia
This pull request was generated by the 'mq' tool
[test]
flake rate: 0.1
logical conflict every: 100
sleep for: 300s
close stale after: 4 hours
[pullrequest]
requests per hour: 0
deps=[e]
/trunk merge
| gharchive/pull-request | 2024-04-28T22:02:28 | 2025-04-01T06:04:22.078714 | {
"authors": [
"EliSchleifer"
],
"repo": "trunk-io/mergequeue-staging",
"url": "https://github.com/trunk-io/mergequeue-staging/pull/10731",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2268277755 | dextrocardia, frighten
This pull request was generated by the 'mq' tool
[test]
flake rate: 0.1
logical conflict every: 100
sleep for: 300s
close stale after: 4 hours
[pullrequest]
requests per hour: 0
deps=[d,f]
/trunk merge
| gharchive/pull-request | 2024-04-29T07:02:04 | 2025-04-01T06:04:22.080312 | {
"authors": [
"EliSchleifer"
],
"repo": "trunk-io/mergequeue-staging",
"url": "https://github.com/trunk-io/mergequeue-staging/pull/10986",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2389633588 | antiangular, fatuitousness
This pull request was generated by the 'mq' tool
[test]
flake rate: 0.1
logical conflict every: 100
sleep for: 300s
close stale after: 4 hours
[pullrequest]
requests per hour: 0
deps=[a,f]
/trunk merge
| gharchive/pull-request | 2024-07-03T23:03:26 | 2025-04-01T06:04:22.082087 | {
"authors": [
"mmatheson"
],
"repo": "trunk-io/mergequeue-staging",
"url": "https://github.com/trunk-io/mergequeue-staging/pull/17704",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2401152848 | coaxingly
This pull request was generated by the 'mq' tool
[test]
flake rate: 0.1
logical conflict every: 100
sleep for: 300s
close stale after: 4 hours
[pullrequest]
requests per hour: 0
deps=[c]
/trunk merge
| gharchive/pull-request | 2024-07-10T16:04:11 | 2025-04-01T06:04:22.083630 | {
"authors": [
"EliSchleifer"
],
"repo": "trunk-io/mergequeue-staging",
"url": "https://github.com/trunk-io/mergequeue-staging/pull/23335",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2402077382 | boras
This pull request was generated by the 'mq' tool
[test]
flake rate: 0.1
logical conflict every: 100
sleep for: 300s
close stale after: 4 hours
[pullrequest]
requests per hour: 0
deps=[b]
/trunk merge
| gharchive/pull-request | 2024-07-11T02:19:18 | 2025-04-01T06:04:22.085188 | {
"authors": [
"EliSchleifer"
],
"repo": "trunk-io/mergequeue-staging",
"url": "https://github.com/trunk-io/mergequeue-staging/pull/23592",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2404334884 | epicanthus, chromolith
This pull request was generated by the 'mq' tool
[test]
flake rate: 0.1
logical conflict every: 100
sleep for: 300s
close stale after: 4 hours
[pullrequest]
requests per hour: 0
deps=[c,e]
/trunk merge
| gharchive/pull-request | 2024-07-11T23:08:33 | 2025-04-01T06:04:22.086727 | {
"authors": [
"EliSchleifer"
],
"repo": "trunk-io/mergequeue-staging",
"url": "https://github.com/trunk-io/mergequeue-staging/pull/24112",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2406848223 | enthuses, gogo
This pull request was generated by the 'mq' tool
[test]
flake rate: 0.1
logical conflict every: 100
sleep for: 300s
close stale after: 4 hours
[pullrequest]
requests per hour: 0
deps=[e,g]
/trunk merge
| gharchive/pull-request | 2024-07-13T11:04:06 | 2025-04-01T06:04:22.088291 | {
"authors": [
"EliSchleifer"
],
"repo": "trunk-io/mergequeue-staging",
"url": "https://github.com/trunk-io/mergequeue-staging/pull/24683",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2408458713 | gentoo
This pull request was generated by the 'mq' tool
[test]
flake rate: 0.1
logical conflict every: 100
sleep for: 300s
close stale after: 4 hours
[pullrequest]
requests per hour: 0
deps=[g]
/trunk merge
| gharchive/pull-request | 2024-07-15T11:04:58 | 2025-04-01T06:04:22.090119 | {
"authors": [
"EliSchleifer"
],
"repo": "trunk-io/mergequeue-staging",
"url": "https://github.com/trunk-io/mergequeue-staging/pull/25231",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2428551324 | equivalenced, glassie
This pull request was generated by the 'mq' tool
[test]
flake rate: 0.1
logical conflict every: 100
sleep for: 300s
close stale after: 4 hours
[pullrequest]
requests per hour: 0
deps=[e,g]
/trunk merge
| gharchive/pull-request | 2024-07-24T22:07:00 | 2025-04-01T06:04:22.091886 | {
"authors": [
"EliSchleifer"
],
"repo": "trunk-io/mergequeue-staging",
"url": "https://github.com/trunk-io/mergequeue-staging/pull/31627",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2433876307 | anthracite, geranomorphae
This pull request was generated by the 'mq' tool
[test]
flake rate: 0.1
logical conflict every: 100
sleep for: 300s
close stale after: 4 hours
[pullrequest]
requests per hour: 0
deps=[a,g]
/trunk merge
| gharchive/pull-request | 2024-07-28T11:06:00 | 2025-04-01T06:04:22.093443 | {
"authors": [
"mmatheson"
],
"repo": "trunk-io/mergequeue-staging",
"url": "https://github.com/trunk-io/mergequeue-staging/pull/35794",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2436983251 | azurean, disburthen
This pull request was generated by the 'mq' tool
[test]
flake rate: 0.1
logical conflict every: 100
sleep for: 300s
close stale after: 4 hours
[pullrequest]
requests per hour: 0
deps=[a,d]
/trunk merge
| gharchive/pull-request | 2024-07-30T06:11:18 | 2025-04-01T06:04:22.094983 | {
"authors": [
"EliSchleifer"
],
"repo": "trunk-io/mergequeue-staging",
"url": "https://github.com/trunk-io/mergequeue-staging/pull/37907",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2440418732 | elonite, forgive
This pull request was generated by the 'mq' tool
[test]
flake rate: 0.1
logical conflict every: 100
sleep for: 300s
close stale after: 4 hours
[pullrequest]
requests per hour: 0
deps=[e,f]
/trunk merge
| gharchive/pull-request | 2024-07-31T16:10:46 | 2025-04-01T06:04:22.096499 | {
"authors": [
"mmatheson"
],
"repo": "trunk-io/mergequeue-staging",
"url": "https://github.com/trunk-io/mergequeue-staging/pull/39603",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2442172292 | fraudlessly, garcons
This pull request was generated by the 'mq' tool
[test]
flake rate: 0.1
logical conflict every: 100
sleep for: 300s
close stale after: 4 hours
[pullrequest]
requests per hour: 0
deps=[f,g]
/trunk merge
| gharchive/pull-request | 2024-08-01T11:09:08 | 2025-04-01T06:04:22.098051 | {
"authors": [
"mmatheson"
],
"repo": "trunk-io/mergequeue-staging",
"url": "https://github.com/trunk-io/mergequeue-staging/pull/40543",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2412294276 | diatom, coagulatory
This pull request was generated by the 'mq' tool
[test]
flake rate: 0.1
logical conflict every: 1000
sleep for: 600s
close stale after: 24 hours
[pullrequest]
requests per hour: 20
deps=[c,d]
/trunk merge
| gharchive/pull-request | 2024-07-17T00:31:40 | 2025-04-01T06:04:22.099598 | {
"authors": [
"EliSchleifer"
],
"repo": "trunk-io/mergequeue",
"url": "https://github.com/trunk-io/mergequeue/pull/105174",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2419156085 | challenged, exserting
This pull request was generated by the 'mq' tool
[test]
flake rate: 0.1
logical conflict every: 1000
sleep for: 600s
close stale after: 24 hours
[pullrequest]
requests per hour: 20
deps=[c,e]
/trunk merge
| gharchive/pull-request | 2024-07-19T14:59:36 | 2025-04-01T06:04:22.101360 | {
"authors": [
"EliSchleifer"
],
"repo": "trunk-io/mergequeue",
"url": "https://github.com/trunk-io/mergequeue/pull/107520",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2419810854 | foraminule
This pull request was generated by the 'mq' tool
[test]
flake rate: 0.1
logical conflict every: 1000
sleep for: 600s
close stale after: 24 hours
[pullrequest]
requests per hour: 20
deps=[f]
/trunk merge
| gharchive/pull-request | 2024-07-19T20:35:55 | 2025-04-01T06:04:22.102860 | {
"authors": [
"EliSchleifer"
],
"repo": "trunk-io/mergequeue",
"url": "https://github.com/trunk-io/mergequeue/pull/107740",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2432663077 | elicitory
This pull request was generated by the 'mq' tool
[test]
flake rate: 0.1
logical conflict every: 1000
sleep for: 600s
close stale after: 24 hours
[pullrequest]
requests per hour: 20
deps=[e]
/trunk merge
| gharchive/pull-request | 2024-07-26T17:32:56 | 2025-04-01T06:04:22.104383 | {
"authors": [
"EliSchleifer"
],
"repo": "trunk-io/mergequeue",
"url": "https://github.com/trunk-io/mergequeue/pull/114202",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2433957641 | conacaste
This pull request was generated by the 'mq' tool
[test]
flake rate: 0.1
logical conflict every: 1000
sleep for: 600s
close stale after: 24 hours
[pullrequest]
requests per hour: 20
deps=[c]
/trunk merge
| gharchive/pull-request | 2024-07-28T14:25:19 | 2025-04-01T06:04:22.105867 | {
"authors": [
"EliSchleifer"
],
"repo": "trunk-io/mergequeue",
"url": "https://github.com/trunk-io/mergequeue/pull/115945",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2434414666 | chanoyu, bioclean
This pull request was generated by the 'mq' tool
[test]
flake rate: 0.1
logical conflict every: 1000
sleep for: 600s
close stale after: 24 hours
[pullrequest]
requests per hour: 20
deps=[b,c]
/trunk merge
| gharchive/pull-request | 2024-07-29T04:19:18 | 2025-04-01T06:04:22.107443 | {
"authors": [
"EliSchleifer"
],
"repo": "trunk-io/mergequeue",
"url": "https://github.com/trunk-io/mergequeue/pull/116497",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2234477032 | clanking, brownier
This pull request was generated by the 'mq' tool
/trunk merge
| gharchive/pull-request | 2024-04-09T23:32:32 | 2025-04-01T06:04:22.108133 | {
"authors": [
"EliSchleifer"
],
"repo": "trunk-io/mergequeue",
"url": "https://github.com/trunk-io/mergequeue/pull/17158",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2240594096 | beaconing
This pull request was generated by the 'mq' tool
/trunk merge
| gharchive/pull-request | 2024-04-12T17:25:53 | 2025-04-01T06:04:22.108797 | {
"authors": [
"joshmarinacci"
],
"repo": "trunk-io/mergequeue",
"url": "https://github.com/trunk-io/mergequeue/pull/22296",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2240740782 | disastrousness, centralizer
This pull request was generated by the 'mq' tool
/trunk merge
| gharchive/pull-request | 2024-04-12T19:03:19 | 2025-04-01T06:04:22.109647 | {
"authors": [
"EliSchleifer"
],
"repo": "trunk-io/mergequeue",
"url": "https://github.com/trunk-io/mergequeue/pull/22463",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2241507910 | anlaute, dysmerism
This pull request was generated by the 'mq' tool
/trunk merge
| gharchive/pull-request | 2024-04-13T11:04:02 | 2025-04-01T06:04:22.110410 | {
"authors": [
"mmatheson"
],
"repo": "trunk-io/mergequeue",
"url": "https://github.com/trunk-io/mergequeue/pull/23921",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2243456040 | farmers, clamation
This pull request was generated by the 'mq' tool
/trunk merge
| gharchive/pull-request | 2024-04-15T11:43:29 | 2025-04-01T06:04:22.111062 | {
"authors": [
"joshmarinacci"
],
"repo": "trunk-io/mergequeue",
"url": "https://github.com/trunk-io/mergequeue/pull/26517",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2244780874 | egotistical, adventitia
This pull request was generated by the 'mq' tool
/trunk merge
| gharchive/pull-request | 2024-04-15T23:05:28 | 2025-04-01T06:04:22.111733 | {
"authors": [
"joshmarinacci"
],
"repo": "trunk-io/mergequeue",
"url": "https://github.com/trunk-io/mergequeue/pull/27629",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2246552349 | catpipe, borocarbide
This pull request was generated by the 'mq' tool
/trunk merge
| gharchive/pull-request | 2024-04-16T17:25:07 | 2025-04-01T06:04:22.112420 | {
"authors": [
"joshmarinacci"
],
"repo": "trunk-io/mergequeue",
"url": "https://github.com/trunk-io/mergequeue/pull/29333",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2247724324 | egotisms
This pull request was generated by the 'mq' tool
/trunk merge
| gharchive/pull-request | 2024-04-17T08:42:20 | 2025-04-01T06:04:22.113099 | {
"authors": [
"EliSchleifer"
],
"repo": "trunk-io/mergequeue",
"url": "https://github.com/trunk-io/mergequeue/pull/30111",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2250961218 | candlesticked, guilloche
This pull request was generated by the 'mq' tool
/trunk merge
| gharchive/pull-request | 2024-04-18T15:19:23 | 2025-04-01T06:04:22.113775 | {
"authors": [
"EliSchleifer"
],
"repo": "trunk-io/mergequeue",
"url": "https://github.com/trunk-io/mergequeue/pull/33393",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2251470282 | essayish, araneous
This pull request was generated by the 'mq' tool
/trunk merge
| gharchive/pull-request | 2024-04-18T20:08:21 | 2025-04-01T06:04:22.114470 | {
"authors": [
"joshmarinacci"
],
"repo": "trunk-io/mergequeue",
"url": "https://github.com/trunk-io/mergequeue/pull/33974",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2253656651 | elusions, aerostation
This pull request was generated by the 'mq' tool
/trunk merge
| gharchive/pull-request | 2024-04-19T18:35:30 | 2025-04-01T06:04:22.115139 | {
"authors": [
"EliSchleifer"
],
"repo": "trunk-io/mergequeue",
"url": "https://github.com/trunk-io/mergequeue/pull/36392",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2254355686 | generalised, acepots
This pull request was generated by the 'mq' tool
/trunk merge
| gharchive/pull-request | 2024-04-20T03:44:04 | 2025-04-01T06:04:22.115796 | {
"authors": [
"EliSchleifer"
],
"repo": "trunk-io/mergequeue",
"url": "https://github.com/trunk-io/mergequeue/pull/37332",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2255772345 | fissileness, bestrows
This pull request was generated by the 'mq' tool
/trunk merge
| gharchive/pull-request | 2024-04-22T07:18:29 | 2025-04-01T06:04:22.116481 | {
"authors": [
"mmatheson"
],
"repo": "trunk-io/mergequeue",
"url": "https://github.com/trunk-io/mergequeue/pull/42804",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2256370956 | grieshoch, flaggella
This pull request was generated by the 'mq' tool
/trunk merge
| gharchive/pull-request | 2024-04-22T12:08:09 | 2025-04-01T06:04:22.117152 | {
"authors": [
"joshmarinacci"
],
"repo": "trunk-io/mergequeue",
"url": "https://github.com/trunk-io/mergequeue/pull/43323",
"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.