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 |
|---|---|---|---|---|---|
1660743904 | [Task] shenyu-client-sofa test case
Description
Add test case for shenyu-client-sofa
Task List
[ ] Add test case for SofaServiceEventListener @Sunstreaker
Please assign this to me, I'll open a pr later !
assigned
Hi, is this issue still open? If it is, can I do this task?
Hi, is this issue still open? If i... | gharchive/issue | 2023-04-10T12:53:45 | 2025-04-01T06:43:25.072635 | {
"authors": [
"December-Pb",
"dragon-zhang",
"moremind"
],
"repo": "apache/shenyu",
"url": "https://github.com/apache/shenyu/issues/4548",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1006461890 | Add more functions to support test
These changes introduce some functions to support query module testing
@liuhaoyang Please take a look, do these changes support your need?
https://github.com/apache/skywalking-banyandb/blob/main/banyand/stream/service.go#L103
Seems issue with this line. I guess we have to setup... | gharchive/pull-request | 2021-09-24T13:22:04 | 2025-04-01T06:43:25.075818 | {
"authors": [
"hanahmily",
"lujiajing1126"
],
"repo": "apache/skywalking-banyandb",
"url": "https://github.com/apache/skywalking-banyandb/pull/52",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
523429045 | Set up license checker and style checker
This pull request sets up two checkers:
license checker: for an ASF top level project, it's necessary to check license headers
NOTE: the license check uses // comment style in license header, which I think is better than /* */ in Golang, because the block comment style /* */... | gharchive/pull-request | 2019-11-15T11:56:39 | 2025-04-01T06:43:25.085970 | {
"authors": [
"codecov-io",
"kezhenxu94"
],
"repo": "apache/skywalking-cli",
"url": "https://github.com/apache/skywalking-cli/pull/11",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
325186608 | Duplicate traceid in different request
Hi, every:
we are in the process of project integrated skywalking, there is a problem, the different requests of traceid is the same, please help to see what reason, thank you.
Logback configuration is as follows:
The same traceid log:
I need to rewrite the class of "com.git... | gharchive/issue | 2018-05-22T08:19:44 | 2025-04-01T06:43:25.091312 | {
"authors": [
"binchen-007",
"harley2011",
"michaelwangwangwang",
"wu-sheng",
"yujianweilai"
],
"repo": "apache/skywalking",
"url": "https://github.com/apache/skywalking/issues/1254",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
709698644 | skywalking oap report "cancelled before receiving half close" all the time
Please answer these questions before submitting your issue.
Why do you submit this issue?
[ ] Question or discussion
[ ] Bug
[ ] Requirement
[ ] Feature or performance improvement
Question
What do you want to know?
skywalking oap cluster r... | gharchive/issue | 2020-09-27T08:51:30 | 2025-04-01T06:43:25.097996 | {
"authors": [
"kezhenxu94",
"killGC"
],
"repo": "apache/skywalking",
"url": "https://github.com/apache/skywalking/issues/5569",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
2692808512 | SOLR-17568: SolrCloud shouldn't proxy/route a core specific request
https://issues.apache.org/jira/browse/SOLR-17568
Thanks for feedback everyone. I'll merge in a day or two. Reminder: this is 10.0 only.
| gharchive/pull-request | 2024-11-26T02:05:38 | 2025-04-01T06:43:25.099622 | {
"authors": [
"dsmiley"
],
"repo": "apache/solr",
"url": "https://github.com/apache/solr/pull/2885",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
161259311 | [MINOR] Closing stale pull requests.
Closes #13114
Closes #10187
Closes #13432
Closes #13550
Test build #60857 has started for PR 13781 at commit ca923e5.
LGTM
Test build #60857 has finished for PR 13781 at commit ca923e5.
This patch passes all tests.
This patch merges cleanly.
This patch adds no public classe... | gharchive/pull-request | 2016-06-20T18:15:32 | 2025-04-01T06:43:25.103971 | {
"authors": [
"AmplabJenkins",
"SparkQA",
"hvanhovell",
"srowen"
],
"repo": "apache/spark",
"url": "https://github.com/apache/spark/pull/13781",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
165395225 | [SPARK-16511][SUBMIT] Expose SparkLauncher's ProcessBuilder for user
What changes were proposed in this pull request?
Expose the ProcessBuilder in SparkLauncher, as well as opening up SparkLauncher#startApplication to allow accepting arbitrary ProcessBuilders.
For more info see [https://issues.apache.org/jira/browse/... | gharchive/pull-request | 2016-07-13T18:55:18 | 2025-04-01T06:43:25.113657 | {
"authors": [
"AmplabJenkins",
"SparkQA",
"andreweduffy",
"vanzin"
],
"repo": "apache/spark",
"url": "https://github.com/apache/spark/pull/14185",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
248084621 | [SPARK-12717][SPARK-21031][SPARK-21599][SQL][BRANCH-2.2]] Collecting column statistics for datasource tables may fail with java.util.NoSuchElementException
What changes were proposed in this pull request?
Backports the following JIRAs into 2.2.
[SPARK-17410][SPARK-17284] Move Hive-generated Stats Info to HiveClientIm... | gharchive/pull-request | 2017-08-04T18:36:32 | 2025-04-01T06:43:25.121267 | {
"authors": [
"AmplabJenkins",
"SparkQA",
"dilipbiswal",
"gatorsmile"
],
"repo": "apache/spark",
"url": "https://github.com/apache/spark/pull/18847",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
497502617 | [SPARK-29223][SQL][SS] Enable global timestamp per topic while specifying offset by timestamp in Kafka source
What changes were proposed in this pull request?
This patch is a follow-up of SPARK-26848 (#23747). In SPARK-26848, we decided to open possibility to let end users set individual timestamp per partition. But... | gharchive/pull-request | 2019-09-24T07:14:49 | 2025-04-01T06:43:25.137032 | {
"authors": [
"AmplabJenkins",
"HeartSaVioR",
"SparkQA",
"gaborgsomogyi"
],
"repo": "apache/spark",
"url": "https://github.com/apache/spark/pull/25911",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
687641518 | [SPARK-32629][SQL] Track metrics of BitSet/OpenHashSet in full outer SHJ
What changes were proposed in this pull request?
This is followup from https://github.com/apache/spark/pull/29342, where to do two things:
Per https://github.com/apache/spark/pull/29342#discussion_r470153323, change from java HashSet to spark... | gharchive/pull-request | 2020-08-28T01:19:12 | 2025-04-01T06:43:25.158165 | {
"authors": [
"AmplabJenkins",
"SparkQA",
"agrawaldevesh",
"c21",
"maropu"
],
"repo": "apache/spark",
"url": "https://github.com/apache/spark/pull/29566",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
787751170 | [SPARK-34146][SQL][THRIFTSERVER] "*" should not throw Exception in SparkGetSchemasOperation
What changes were proposed in this pull request?
Align schema pattern "*" behavior with HiveServer2
Why are the changes needed?
HiveServer2 treat schema pattern "*" as list all databases, but SparkThriftServer return an exc... | gharchive/pull-request | 2021-01-17T17:15:17 | 2025-04-01T06:43:25.163767 | {
"authors": [
"AmplabJenkins",
"pan3793"
],
"repo": "apache/spark",
"url": "https://github.com/apache/spark/pull/31217",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
842948422 | [SPARK-34888][SS] Introduce UpdatingSessionIterator adjusting session window on elements
Introduction: this PR is a part of SPARK-10816 (EventTime based sessionization (session window)). Please refer #31937 to see the overall view of the code change. (Note that code diff could be diverged a bit.)
What changes were pr... | gharchive/pull-request | 2021-03-29T04:12:30 | 2025-04-01T06:43:25.216573 | {
"authors": [
"AmplabJenkins",
"HeartSaVioR",
"SparkQA",
"viirya",
"xuanyuanking"
],
"repo": "apache/spark",
"url": "https://github.com/apache/spark/pull/31986",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
856762257 | [SPARK-35049][CORE] Remove unused MapOutputTracker in BlockStoreShuffleReader
What changes were proposed in this pull request?
Remove unused MapOutputTracker in BlockStoreShuffleReader
Why are the changes needed?
Remove unused MapOutputTracker in BlockStoreShuffleReader
Does this PR introduce any user-facing change?
... | gharchive/pull-request | 2021-04-13T09:15:56 | 2025-04-01T06:43:25.223546 | {
"authors": [
"AmplabJenkins",
"AngersZhuuuu",
"SparkQA",
"mridulm"
],
"repo": "apache/spark",
"url": "https://github.com/apache/spark/pull/32148",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
898747217 | [SPARK-35226][SQL][FOLLOWUP] Fix test added in SPARK-35226 for DB2KrbIntegrationSuite
What changes were proposed in this pull request?
This PR fixes an test added in SPARK-35226 (#32344).
Why are the changes needed?
SELECT 1 seems non-valid query for DB2.
Does this PR introduce any user-facing change?
No.
How was ... | gharchive/pull-request | 2021-05-22T07:53:43 | 2025-04-01T06:43:25.243475 | {
"authors": [
"AmplabJenkins",
"HyukjinKwon",
"SparkQA",
"dongjoon-hyun",
"sarutak"
],
"repo": "apache/spark",
"url": "https://github.com/apache/spark/pull/32632",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
992140728 | [SPARK-36671][PYTHON] Support Series.and and or for integral
What changes were proposed in this pull request?
Support Series.__and__ and Series.__or__ for integral type
Why are the changes needed?
Follow Pandas API as much as possible
>>> pser1 = pd.Series([1, 2, 3])
>>> pser2 = pd.Series([4, 5, 6])
>>> pser1 & pser2... | gharchive/pull-request | 2021-09-09T12:01:04 | 2025-04-01T06:43:25.247796 | {
"authors": [
"AmplabJenkins",
"dgd-contributor"
],
"repo": "apache/spark",
"url": "https://github.com/apache/spark/pull/33945",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1143920117 | [WIP] [SPARK-38060] [SQL] Respect allowNonNumericNumbers when parsing quoted NaN and Infinity values in JSON reader
Signed-off-by: Andy Grove andygrove73@gmail.com
What changes were proposed in this pull request?
When parsing JSON unquoted NaN and Infinityvalues for floating-point columns we get the expected behavio... | gharchive/pull-request | 2022-02-18T23:13:54 | 2025-04-01T06:43:25.266329 | {
"authors": [
"AmplabJenkins",
"HyukjinKwon",
"andygrove",
"srowen"
],
"repo": "apache/spark",
"url": "https://github.com/apache/spark/pull/35573",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1300424233 | [SPARK-39744][SQL] Add the REGEXP_INSTR function
What changes were proposed in this pull request?
In the PR, I propose to add new expression RegExpInStr, and bind the expression to the function name REGEXP_INSTR. The REGEXP_INSTR function searches a string for a regular expression and returns an integer that indicate... | gharchive/pull-request | 2022-07-11T09:09:20 | 2025-04-01T06:43:25.275423 | {
"authors": [
"MaxGekk"
],
"repo": "apache/spark",
"url": "https://github.com/apache/spark/pull/37154",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1497787642 | [SPARK-41523][PROTBUF][BUILD] Unified use protoc-jar-maven-plugin.version as protoc-jar-maven-plugin version in protobuf module
What changes were proposed in this pull request?
This pr change to use protoc-jar-maven-plugin.version instead of 3.11.4 as protoc-jar-maven-plugin version in user-defined-protoc profile of ... | gharchive/pull-request | 2022-12-15T04:57:30 | 2025-04-01T06:43:25.278439 | {
"authors": [
"HyukjinKwon",
"LuciferYang"
],
"repo": "apache/spark",
"url": "https://github.com/apache/spark/pull/39066",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
53727705 | [SPARK-5100][SQL] add thriftserver-ui support
In the latest Spark release, there is a Spark Streaming tab on the driver web UI, which shows information about running streaming application. It should be helpful for providing a monitor page in Thrift server because both streaming and Thrift server are long-term applica... | gharchive/pull-request | 2015-01-08T08:54:56 | 2025-04-01T06:43:25.316176 | {
"authors": [
"AmplabJenkins",
"JoshRosen",
"OopsOutOfMemory",
"SparkQA",
"liancheng",
"marmbrus",
"scwf",
"tianyi"
],
"repo": "apache/spark",
"url": "https://github.com/apache/spark/pull/3946",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "gith... |
1641614455 | [SPARK-42931][SS] Introduce dropDuplicatesWithinWatermark
What changes were proposed in this pull request?
This PR proposes to introduce a new API of dropDuplicates which has following different characteristics compared to existing dropDuplicates:
Weaker constraints on the subset (key)
Does not require an event tim... | gharchive/pull-request | 2023-03-27T08:11:46 | 2025-04-01T06:43:25.330144 | {
"authors": [
"HeartSaVioR",
"amaliujia",
"dstrodtman-db"
],
"repo": "apache/spark",
"url": "https://github.com/apache/spark/pull/40561",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1742979120 | [SPARK-43615][TESTS][PS][CONNECT] Enable unit test test_eval
What changes were proposed in this pull request?
Enable unit test test_eval
Why are the changes needed?
for better test coverage
Does this PR introduce any user-facing change?
no, test-only
How was this patch tested?
CI
cc @HyukjinKwon @itholic
Merged t... | gharchive/pull-request | 2023-06-06T02:52:13 | 2025-04-01T06:43:25.333148 | {
"authors": [
"HyukjinKwon",
"zhengruifeng"
],
"repo": "apache/spark",
"url": "https://github.com/apache/spark/pull/41471",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2017269204 | [SPARK-45962][SQL][FOLLOW-UP] Handles whitespaces when nullValue option is enabled
What changes were proposed in this pull request?
This is a follow-up PR on 43852. It resolves the issue when handling whitespaces between tags.
Why are the changes needed?
It handles the whitespaces between tags.
Does this PR introd... | gharchive/pull-request | 2023-11-29T19:23:45 | 2025-04-01T06:43:25.337316 | {
"authors": [
"HyukjinKwon",
"shujingyang-db"
],
"repo": "apache/spark",
"url": "https://github.com/apache/spark/pull/44082",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2539585630 | [SPARK-49460][SQL] Followup: fix potential NPE risk
What changes were proposed in this pull request?
Fixed potential NPE risk in EmptyRelationExec.logical
Why are the changes needed?
This is a follow up for https://github.com/apache/spark/pull/47931, I've checked other callsites of EmptyRelationExec.logical, which we... | gharchive/pull-request | 2024-09-20T20:03:24 | 2025-04-01T06:43:25.339955 | {
"authors": [
"HyukjinKwon",
"liuzqt"
],
"repo": "apache/spark",
"url": "https://github.com/apache/spark/pull/48191",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
65202012 | [SPARK-6608] [SQL] Makes DataFrame.rdd a lazy val
Before 1.3.0, SchemaRDD.id works as a unique identifier of each SchemaRDD. In 1.3.0, unlike SchemaRDD, DataFrame is no longer an RDD, and DataFrame.rdd is actually a function which always returns a new RDD instance. Making DataFrame.rdd a lazy val should bring the uni... | gharchive/pull-request | 2015-03-30T12:37:12 | 2025-04-01T06:43:25.350225 | {
"authors": [
"AmplabJenkins",
"SparkQA",
"liancheng",
"petro-rudenko",
"rxin"
],
"repo": "apache/spark",
"url": "https://github.com/apache/spark/pull/5265",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
74690908 | Upgrade version of jackson-databind in sql/core/pom.xml
Currently version of jackson-databind in sql/core/pom.xml is 2.3.0
This is older than the version specified in root pom.xml
This PR upgrades the version in sql/core/pom.xml so that they're consistent.
This PR should get rid of the following test failure:
https... | gharchive/pull-request | 2015-05-09T14:58:49 | 2025-04-01T06:43:25.361481 | {
"authors": [
"AmplabJenkins",
"SparkQA",
"litao-buptsse",
"marmbrus",
"pwendell",
"tedyu"
],
"repo": "apache/spark",
"url": "https://github.com/apache/spark/pull/6028",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
99265576 | [SPARK-9649] Fix flaky test MasterSuite - randomize ports
Error Message
Failed to bind to: /127.0.0.1:7093: Service 'sparkMaster' failed after 16 retries!
Stacktrace
java.net.BindException: Failed to bind to: /127.0.0.1:7093: Service 'sparkMaster' failed after 16 retries!
at org.jboss.netty.bootstrap.Se... | gharchive/pull-request | 2015-08-05T18:13:28 | 2025-04-01T06:43:25.365918 | {
"authors": [
"AmplabJenkins",
"SparkQA",
"andrewor14",
"yhuai"
],
"repo": "apache/spark",
"url": "https://github.com/apache/spark/pull/7968",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
108502333 | [SPARK-10844] [SparkR] Added correlation of two columns
Right now we can support correlation of two columns, later we can add for many columns of a dataframe, like R does ....
Can one of the admins verify this patch?
@NarineK As I commented on the JIRA, could we close this PR as we have https://github.com/apache/... | gharchive/pull-request | 2015-09-26T23:27:31 | 2025-04-01T06:43:25.367886 | {
"authors": [
"AmplabJenkins",
"NarineK",
"shivaram"
],
"repo": "apache/spark",
"url": "https://github.com/apache/spark/pull/8924",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
374298491 | Storm 3261
As I wrote in the issue I found that some pages were not generated due to missing YAML headers. Since the files are linked from the index page, I belive they are intended to be rendered.
I added them and by the way also fixed some broken links.
@d2r You can test this by checking out https://github.com/ap... | gharchive/pull-request | 2018-10-26T09:23:41 | 2025-04-01T06:43:25.369941 | {
"authors": [
"contradictioned",
"danny0405",
"srdo"
],
"repo": "apache/storm",
"url": "https://github.com/apache/storm/pull/2896",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
106942990 | Adding das extension files
This P/R includes following changes:
Deleting existing das extensions files.
Adding Stratos Metering Service dashboard composite application and spark udf inside das extension.
Closing this p/r to refactor the code.
| gharchive/pull-request | 2015-09-17T09:14:23 | 2025-04-01T06:43:25.371457 | {
"authors": [
"Thanu"
],
"repo": "apache/stratos",
"url": "https://github.com/apache/stratos/pull/466",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
1511671859 | Error fullscreen embedded dashboard
When I click on fullscreeen of my entire embedded dashboard, I got loading icon that never stop
How to reproduce the bug
Go to your embedded dashboard
Click on the three dots at the top right of the dashboard
Click on 'fullscreen'
See error
Expected results
Two options :
1- Don't... | gharchive/issue | 2022-12-27T10:34:43 | 2025-04-01T06:43:25.375124 | {
"authors": [
"aehanno",
"enzo-dechaene"
],
"repo": "apache/superset",
"url": "https://github.com/apache/superset/issues/22537",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2063785296 | [SIP] Improve pivot chart with automatic update and much better export
Please make sure you are familiar with the SIP process documented
here. The SIP will be numbered by a committer upon acceptance.
[SIP] Proposal for ...
Motivation
Improve Pivot 2: we only use this chart, and we come from saiku (+ mondrian) which h... | gharchive/issue | 2024-01-03T11:03:17 | 2025-04-01T06:43:25.386638 | {
"authors": [
"phohomi",
"rusackas"
],
"repo": "apache/superset",
"url": "https://github.com/apache/superset/issues/26401",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
318581753 | Issue with time series stacked chart selecting a value
In a time series stacked chart you can select a value to chart that group by on it's own. When you click again to show the main chart the chart is no longer formatted correctly. It shows all group by values but it has spikes in the data that show the sum of the v... | gharchive/issue | 2018-04-28T00:10:44 | 2025-04-01T06:43:25.389379 | {
"authors": [
"jainrishabh-trellix",
"michellethomas"
],
"repo": "apache/superset",
"url": "https://github.com/apache/superset/issues/4902",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
253012678 | [MINOR] Refactor MatrixMetadata/FrameMetadata methods to Metadata
Move common methods from MatrixMetadata and FrameMetadata classes
to abstract parent Metadata class
Refer to this link for build results (access rights to CI server needed):
https://sparktc.ibmcloud.com/jenkins/job/SystemML-PullRequestBuilder/2010/
... | gharchive/pull-request | 2017-08-25T20:41:29 | 2025-04-01T06:43:25.395214 | {
"authors": [
"akchinSTC",
"deroneriksson"
],
"repo": "apache/systemml",
"url": "https://github.com/apache/systemml/pull/641",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
492560466 | [TOMEE-2680] Translate MicroProfile Metrics Histogram Example to Spanish
https://issues.apache.org/jira/browse/TOMEE-2680
Can one of the admins verify this patch?
Can one of the admins verify this patch?
Can one of the admins verify this patch?
| gharchive/pull-request | 2019-09-12T03:08:42 | 2025-04-01T06:43:25.396760 | {
"authors": [
"asf-ci",
"cchacin"
],
"repo": "apache/tomee",
"url": "https://github.com/apache/tomee/pull/570",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2394351633 | Speed up CDN in a Box tab completion
This PR speeds up CDN in a Box completion by replacing the docker run --rm command used to get the RPM target architecture with docker create and docker start --attach. This is not a regression of #7301, it can be run any number of times.
Which Traffic Control components are aff... | gharchive/pull-request | 2024-07-08T00:56:54 | 2025-04-01T06:43:25.404003 | {
"authors": [
"ntheanh201",
"zrhoffman"
],
"repo": "apache/trafficcontrol",
"url": "https://github.com/apache/trafficcontrol/pull/8041",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
805162422 | SSL Engine is not available with BoringSSL
BoringSSL doesn't have Engine API. Autest tls_engine fails because of this.
Engine API is going to be deprecated since OpenSSL 3.0, and Provider seems to be a replacement.
Hi, I want to work on this issue. can you help me to get started?
When working through test and bui... | gharchive/issue | 2021-02-10T04:42:05 | 2025-04-01T06:43:25.407867 | {
"authors": [
"alokrahul513",
"bneradt",
"maskit"
],
"repo": "apache/trafficserver",
"url": "https://github.com/apache/trafficserver/issues/7512",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
225485213 | clang-analyzer - Called C++ object pointer is null in get_ka_info_from_config
I didn't mean for #1699 to be closed. I guess GitHub automatically closes PRs if you push a branch with no changes on it.
RAT check successful! https://ci.trafficserver.apache.org/job/RAT-github/350/
clang format successful! https://ci... | gharchive/pull-request | 2017-05-01T18:00:41 | 2025-04-01T06:43:25.413607 | {
"authors": [
"atsci",
"bryancall"
],
"repo": "apache/trafficserver",
"url": "https://github.com/apache/trafficserver/pull/1746",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
231919479 | TS-4265: Restructure thread initialization
This is primarily a precursor to other changes which are too large for a single PR. It does have some (IMHO) significant benefits of itself.
Thread initialization is no longer subject to race conditions or "getting lucky" on the timing, where the current code starts the thr... | gharchive/pull-request | 2017-05-29T03:29:37 | 2025-04-01T06:43:25.421186 | {
"authors": [
"SolidWallOfCode",
"zwoop"
],
"repo": "apache/trafficserver",
"url": "https://github.com/apache/trafficserver/pull/1997",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
458823776 | New API: TSEmergency and TSFatal
Expose the Emergency and Fatal calls to plugins, such that they can use it to terminate traffic server when necessary, e.g. missing crucial files that might cause a crash down the road.
[approve ci autest]
| gharchive/pull-request | 2019-06-20T19:08:28 | 2025-04-01T06:43:25.423020 | {
"authors": [
"duke8253"
],
"repo": "apache/trafficserver",
"url": "https://github.com/apache/trafficserver/pull/5658",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
458914647 | Auto port selection for more autests
H2 tests and some other tests that weren't changed over to auto port selection
[approve ci autest]
@macisasandwich Thanks!
\link #5651
| gharchive/pull-request | 2019-06-20T22:29:09 | 2025-04-01T06:43:25.424555 | {
"authors": [
"macisasandwich",
"masaori335"
],
"repo": "apache/trafficserver",
"url": "https://github.com/apache/trafficserver/pull/5660",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1283520182 | Cleanup. Remove unnecessary use of a memory arena when logging.
Not very clear to me why it's being allocated into the arena, It is not necessary anyway, the data is already allocated.
Cherry-picked to v9.2.x
| gharchive/pull-request | 2022-06-24T09:40:58 | 2025-04-01T06:43:25.425475 | {
"authors": [
"brbzull0",
"zwoop"
],
"repo": "apache/trafficserver",
"url": "https://github.com/apache/trafficserver/pull/8925",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1456313931 | [Flaky Test] tests/python/relay/opencl_texture/test_network.py::test_mobilenet_v1_fp32[opencl -device=adreno]
These tests were found to be flaky (intermittently failing on main or failed in a PR with unrelated changes). See the docs for details.
Tests(s)
tests/python/relay/opencl_texture/test_network.py::test_mobil... | gharchive/issue | 2022-11-19T08:22:46 | 2025-04-01T06:43:25.431903 | {
"authors": [
"junrushao"
],
"repo": "apache/tvm",
"url": "https://github.com/apache/tvm/issues/13443",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1818814537 | [Bug] ELU produced inconsistent inference results with PyTorch
Actual behavior
Traceback (most recent call last):
...
np.testing.assert_allclose(torch_outputs, tvm_outputs, rtol=1e-5, atol=1e-5)
File "/workplace/software/miniconda3/envs/torch/lib/python3.7/site-packages/numpy/testing/_private/utils.py", line 1... | gharchive/issue | 2023-07-24T17:12:47 | 2025-04-01T06:43:25.435988 | {
"authors": [
"Thrsu",
"ezyang",
"hxzd5568"
],
"repo": "apache/tvm",
"url": "https://github.com/apache/tvm/issues/15396",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2406707272 | [YUNIKORN-2718] Assert invalid user name in Get User REST API
What is this PR for?
Assert invalid user name in Get User REST API.
In the pkg/webservice/handler.go file, we see in the func getUserResourceUsage, it didn't check whether the userName is valid or not. So in this PR, it check the UserRegExp to see if the u... | gharchive/pull-request | 2024-07-13T05:11:18 | 2025-04-01T06:43:25.441320 | {
"authors": [
"SophieTech88"
],
"repo": "apache/yunikorn-core",
"url": "https://github.com/apache/yunikorn-core/pull/916",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
179713725 | [ZEPPELIN-1488] JDBC Interpreter throws error while the interpreter is downloading dependencies
What is this PR for?
For first time, when we add dependencies for JDBC interpreter, dependencies will start getting downloaded in background. During that time, if user runs a paragraph of JDBC interpreter now user getting... | gharchive/pull-request | 2016-09-28T08:45:41 | 2025-04-01T06:43:25.448801 | {
"authors": [
"jongyoul",
"rajarajan-g"
],
"repo": "apache/zeppelin",
"url": "https://github.com/apache/zeppelin/pull/1467",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
191501884 | [ZEPPELIN-1705] Exclude unnecessary source file when check style on scio
What is this PR for?
When building Zeppelin with mvn clean package install -DskipTests -DskipRat, it fails on scio with an error log below:
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-checkstyle-plugin:2.13:check (checkstyle-fa... | gharchive/pull-request | 2016-11-24T11:54:27 | 2025-04-01T06:43:25.455384 | {
"authors": [
"AhyoungRyu",
"Nabajyoti001",
"prabhjyotsingh",
"tae-jun"
],
"repo": "apache/zeppelin",
"url": "https://github.com/apache/zeppelin/pull/1676",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
612477941 | [ZEPPELIN-4799] Use spark resource configuration
What is this PR for?
With this PR, we use spark configuration values for K8s Pod resources. A memory limit is not set because of a potential OOM-Killer.
https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/#requests-and-limits
If you set a mem... | gharchive/pull-request | 2020-05-05T09:52:18 | 2025-04-01T06:43:25.465317 | {
"authors": [
"Leemoonsoo",
"Reamer",
"zjffdu"
],
"repo": "apache/zeppelin",
"url": "https://github.com/apache/zeppelin/pull/3761",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
658477871 | System font not accessed through proper APIs causing Times New Roman
Times New Roman is used as the font for the subtitle, rather than the default San Francisco font. The font used for the main title is a sans-serif font, although it does not look like San Francisco.
The following error is displayed in the console.
... | gharchive/issue | 2020-07-16T19:07:47 | 2025-04-01T06:43:25.468753 | {
"authors": [
"bilaalrashid",
"schmidt9"
],
"repo": "apasccon/SearchTextField",
"url": "https://github.com/apasccon/SearchTextField/issues/195",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
2562065363 | Command line wrapper for this implementation?
Looking for an efficient repeat masker command line tool and stumbled across your reimplementation of Dust. Are there any default parameters you recommend for eukaryotic genome masking (in particular, protists and fungi)? Also, do you plan on developing a CLI wrapper for... | gharchive/issue | 2024-10-02T15:54:12 | 2025-04-01T06:43:25.476957 | {
"authors": [
"apcamargo",
"jolespin"
],
"repo": "apcamargo/pydustmasker",
"url": "https://github.com/apcamargo/pydustmasker/issues/1",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
411080911 | Add refactoring description for readStringSlowPath in IterImplForStreaming.java
Describe how the function readStringSlowPath could be refactored in order to reduce complexity.
Maybe you should better deal with readNumber as I have already explain IterImpl::readStringSlowPath which is quite similar
Alright, I'll c... | gharchive/issue | 2019-02-16T15:07:57 | 2025-04-01T06:43:25.497949 | {
"authors": [
"Jonagoo",
"apeinot"
],
"repo": "apeinot/java",
"url": "https://github.com/apeinot/java/issues/68",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
163844534 | Radius attribute NAS-Identifier type mismatch
${cas.radius.server.nasIdentifier} has type long but must be String as described RFC 2865.
I have included the following in my report:
[All since 4.x] CAS server version
[Tomcat 8, Java 1.8] Container/environment type/version (Tomcat, Jetty, Java, Linux/Windows, etc)
[]... | gharchive/issue | 2016-07-05T12:58:32 | 2025-04-01T06:43:25.501742 | {
"authors": [
"dima767",
"mmoayyed",
"olexus"
],
"repo": "apereo/cas",
"url": "https://github.com/apereo/cas/issues/1867",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
266823962 | Stream DB tickets by gradually reading small batches to avoid OOM
When there is a large amount of tickets stored in the database, the
ticket cleanup mechanism can cause OOM when it tries to load all tickets
at once. The tickets should instead be loaded gradually in small batches
Thank you for your submission, we ... | gharchive/pull-request | 2017-10-19T12:26:08 | 2025-04-01T06:43:25.505742 | {
"authors": [
"CLAassistant",
"coveralls",
"strnadpetr"
],
"repo": "apereo/cas",
"url": "https://github.com/apereo/cas/pull/3015",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
859545636 | Fix resolution of MetadataResolver for metadata aggregates
Currently saml metadata resolver is invalidated metadata doesn't contain queried entityId.
This behaviour may cause performance problems when service metadata aggregate is large enough.
It could be possible to ddos cas by signing in to saml service with entit... | gharchive/pull-request | 2021-04-16T07:27:45 | 2025-04-01T06:43:25.508221 | {
"authors": [
"marcinroman",
"mmoayyed"
],
"repo": "apereo/cas",
"url": "https://github.com/apereo/cas/pull/5128",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
2323127134 | QUIC无法连接
日志
[UDP] Closed with error: ERR_IDLE_CLOSE (SGNGTCP2ErrorDomain:-238)
设备和操作系统
Surge/IOS
您好。
您给出的日志并非由 Hysteria 产生, 因此我们无法为您解释它的含义。
建议您联系 Surge 社群或者客户支持, 以获取关于此日志的更多信息。
@HoCooo 我也有同样的问题,解决了吗?
| gharchive/issue | 2024-05-29T11:51:41 | 2025-04-01T06:43:25.511673 | {
"authors": [
"HoCooo",
"david9991",
"haruue"
],
"repo": "apernet/hysteria",
"url": "https://github.com/apernet/hysteria/issues/1107",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
155186641 | Add TraceLevel & StopLevel methods to Entry
This gives us flexibility to determine the levels written when using Trace. In many cases one wants to use DebugLevel for traces
Sounds good to me! We'd also need to add the stubs to:
logger.go
pkg.go
interface.go
I wonder if we should have the TraceLevel(...) level sto... | gharchive/pull-request | 2016-05-17T06:36:12 | 2025-04-01T06:43:25.517723 | {
"authors": [
"francoishill",
"tj"
],
"repo": "apex/log",
"url": "https://github.com/apex/log/pull/24",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1850597134 | Setting Theme.Mode in OnInitializedAsync() has Issues
Hi! First of all thank you so much for such a great library!
I recently came across this bug.
Setting Theme.Mode in OnInitialized() is fine.
However if we use async code in OnInitializedAsync(), the Theme doesn't get rendered to the output (as per debug=true outpu... | gharchive/issue | 2023-08-14T21:52:25 | 2025-04-01T06:43:25.522586 | {
"authors": [
"DaleCam",
"joadan"
],
"repo": "apexcharts/Blazor-ApexCharts",
"url": "https://github.com/apexcharts/Blazor-ApexCharts/issues/269",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
579368586 | DataURI not working after version 3.16.1
var dataURL = chart.dataURI().then((uri) => {
var doc = new jsPDF();
doc.text(20, 30, "Hello!");
doc.addImage(uri, 'PNG', 5, 0, 200, 110);
doc.save("rapport.pdf");
})
Is not working anymore after version 3.15.5 I really need this to gen... | gharchive/issue | 2020-03-11T15:53:59 | 2025-04-01T06:43:25.527684 | {
"authors": [
"bluetechdev",
"junedchhipa"
],
"repo": "apexcharts/apexcharts.js",
"url": "https://github.com/apexcharts/apexcharts.js/issues/1380",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2662108905 | Y-Axis Zoom not working in stacked bar chart with positive and negative values in one stack
Description
I am using a stacked bar chart to show two data series. The values of one of them are multiplied with -1 to go into the negative direction of the y-axis. The purpose is to compare two series.
However:
I noticed tha... | gharchive/issue | 2024-11-15T14:14:23 | 2025-04-01T06:43:25.534733 | {
"authors": [
"Loahrs",
"TobiEls"
],
"repo": "apexcharts/apexcharts.js",
"url": "https://github.com/apexcharts/apexcharts.js/issues/4814",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1786668228 | Add support for any Git repo
Can you add universal support so that this plugin can be used with Bitbucket as well? Here is a fork that supports it:
https://github.com/ngoldack/cz-git-universal-jira-conventional
This is still open @falko-apheris @g2010a?
I would like to work on that issue.
Sry I have to decline th... | gharchive/issue | 2023-07-03T18:54:57 | 2025-04-01T06:43:25.546757 | {
"authors": [
"falko-apheris",
"hmarcuzzo",
"jorgemlopez"
],
"repo": "apheris/cz-github-jira-conventional",
"url": "https://github.com/apheris/cz-github-jira-conventional/issues/7",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1120950413 | Skip etherscan in CI link check
Etherscan has been consistently giving 403 errors on CI e.g. #576
@dcroote @kolenic-martin
Yah that bad boy has been annoying. It has been an issue in the link validator library as well. I have plans to implement
a retry for all external links in the link validator as I believe a sec... | gharchive/pull-request | 2022-02-01T16:48:52 | 2025-04-01T06:43:25.569081 | {
"authors": [
"dcroote",
"wkande"
],
"repo": "api3dao/api3-docs",
"url": "https://github.com/api3dao/api3-docs/pull/577",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2000511993 | Document processing v2
Relates to https://github.com/api3dao/commons/issues/27
Rationale
Read https://github.com/api3dao/commons/pull/32
One thing to note is that it's possible to specify an endpoint with no API call, so apiCallParameters, apiCallResponse, etc. are not suitable. A more generic naming would be more ... | gharchive/pull-request | 2023-11-18T17:38:20 | 2025-04-01T06:43:25.571660 | {
"authors": [
"Siegrift",
"bbenligiray"
],
"repo": "api3dao/vitepress-docs",
"url": "https://github.com/api3dao/vitepress-docs/pull/669",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1581882203 | Write user documentation
We need to write the user documentation before publishing the library.
It should cover approximately this:
[x] overview
[x] installation
[x] running locally
[x] running on platform
[x] actor lifecycle
Actor.init vs Actor.main vs with Actor
get_input
reboot
set_status_message
metamorph here?... | gharchive/issue | 2023-02-13T08:25:56 | 2025-04-01T06:43:25.588017 | {
"authors": [
"fnesveda"
],
"repo": "apify/apify-sdk-python",
"url": "https://github.com/apify/apify-sdk-python/issues/63",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2279571255 | AdaptivePlaywrightCrawler: programmatically deciding when to render JS
Which package is the feature request for? If unsure which one to select, leave blank
@crawlee/playwright (PlaywrightCrawler)
Feature
Add the possibility to programmatically decide when to render JS
→ use HTTP crawling by default but if some condit... | gharchive/issue | 2024-05-05T14:54:48 | 2025-04-01T06:43:25.601056 | {
"authors": [
"blinjrm",
"eaton",
"janbuchar"
],
"repo": "apify/crawlee",
"url": "https://github.com/apify/crawlee/issues/2446",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
315531441 | apifyClient.users.getUser() has no docs
See https://www.apify.com/docs/sdk/apify-client-js/latest, there's nothing...
Fixed
| gharchive/issue | 2018-04-18T15:30:54 | 2025-04-01T06:43:25.603007 | {
"authors": [
"jancurn",
"mtrunkat"
],
"repo": "apifytech/apify-client-js",
"url": "https://github.com/apifytech/apify-client-js/issues/62",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1376596890 | staticcheck: SA1019 (deprecated dependency)
cmd/registry/cmd/rpc/generated/apg.go:11:2: "github.com/golang/protobuf/jsonpb" is deprecated: Use the "google.golang.org/protobuf/encoding/protojson" package instead. (SA1019)
cmd/registry/cmd/rpc/generated/apg.go:12:2: "github.com/golang/protobuf/proto" is deprecated: Us... | gharchive/issue | 2022-09-16T23:58:05 | 2025-04-01T06:43:25.643609 | {
"authors": [
"shrutiparabgoogle",
"theganyo",
"timburks"
],
"repo": "apigee/registry",
"url": "https://github.com/apigee/registry/issues/749",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
650792 | Auto zoom and centering
First of all thanks for creating Gmaps4rails!
After reading the wiki and trying to read the code (I'm not a dev, so I might missed it), I can't find a way to define the center (long and lat) and the zoom to "auto".
Is this possible with Gmaps4rails right now?
Thanks in advance,
Emiliano
Hi B... | gharchive/issue | 2011-03-06T18:24:32 | 2025-04-01T06:43:25.664990 | {
"authors": [
"apneadiving",
"eemi",
"venkatareddybhavanam"
],
"repo": "apneadiving/Google-Maps-for-Rails",
"url": "https://github.com/apneadiving/Google-Maps-for-Rails/issues/6",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
121985130 | buildImage() without opts arg always fail with TypeError
I've got TypeError when I call buildImage() function with file and callback args.
In the function, null is assigned to the variable (see (A)) if a given argument opts is a function.
Then, the code tries to access opts.registryconfig and opts.authconfig though o... | gharchive/issue | 2015-12-14T06:49:47 | 2025-04-01T06:43:25.669094 | {
"authors": [
"apocas",
"dbaba",
"rmg"
],
"repo": "apocas/dockerode",
"url": "https://github.com/apocas/dockerode/issues/201",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
895832505 | How to write Unit Tests with MockWebServer
Question.
Is there anywhere a documentation or guideline for how to use ApolloClient together with MockWebServer?
If I do something like that, it fails:
val apolloClientNoUrl = ApolloClient.builder()
.serverUrl(mockWebServer.url("/"))
.okHttp... | gharchive/issue | 2021-05-19T20:02:55 | 2025-04-01T06:43:25.704483 | {
"authors": [
"ArunMuthuNS",
"fahrican",
"martinbonnin"
],
"repo": "apollographql/apollo-android",
"url": "https://github.com/apollographql/apollo-android/issues/3115",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2235704993 | Make it impossible to pass as input some type which was generated only to preserve forwards compatibility but was not meant to be used as input
Use case
For a schema which contains these
type Mutation {
someMutation(input: SomeInput!): Irrelevant!
}
input SomeInput {
otherField: ID!
enumInput: SomeEnum
}... | gharchive/issue | 2024-04-10T14:11:36 | 2025-04-01T06:43:25.727537 | {
"authors": [
"BoD",
"StylianosGakis",
"martinbonnin"
],
"repo": "apollographql/apollo-kotlin",
"url": "https://github.com/apollographql/apollo-kotlin/issues/5796",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
144052484 | Create a docs site
Even though this library isn't done, writing docs can be very informative. It will help us figure out where we have a coherent story and where we don't. We can also put in placeholders for things we know we need to implement, to sketch out the API.
I got us started with a GitBook! https://apollos... | gharchive/issue | 2016-03-28T18:56:49 | 2025-04-01T06:43:25.796598 | {
"authors": [
"stubailo"
],
"repo": "apollostack/apollo-client",
"url": "https://github.com/apollostack/apollo-client/issues/53",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
112864770 | tests: added tests for annotation add/rm
Handful of tests were added for adding and removing annotations. Issue
was found where an error wouldn't be returned if you asked acbuild to
remove a nonexistent annotation/label/mount/etc, this commit also fixes
that.
Also added a test script. Needs to be run as root for all ... | gharchive/pull-request | 2015-10-22T18:39:53 | 2025-04-01T06:43:25.818090 | {
"authors": [
"dgonyeo"
],
"repo": "appc/acbuild",
"url": "https://github.com/appc/acbuild/pull/54",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
179015305 | Adding logs by stack
Close #232
Verification
$ sudo ./swarm start
$ make
$ make test
$ ./amplifier
In another terminal:
$ ./amp stack up stack -f api/rpc/stack/test_samples/sample-04.yml
$ ./amp logs --stack stack
@bertrand-quenin @freignat91 Some log tests are failing:
=== RUN TestShouldFilterByService
--- FAI... | gharchive/pull-request | 2016-09-24T06:48:08 | 2025-04-01T06:43:25.819674 | {
"authors": [
"bertrand-quenin",
"subfuzion"
],
"repo": "appcelerator/amp",
"url": "https://github.com/appcelerator/amp/pull/242",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
117476364 | Add opts flag for exit behavior, handle ECONNRESET/ESOCKETTIMEDOUT codes, bump to 0.0.34
This PR...
introduces support for a opts flag (exitOnError) to control whether the client should fire a process.exit when an unrecoverable error occurs as a result of an uncaughtException handling unexpected codes from web respo... | gharchive/pull-request | 2015-11-17T23:34:30 | 2025-04-01T06:43:25.822029 | {
"authors": [
"jhaynie",
"pkclark"
],
"repo": "appcelerator/appc-pubsub",
"url": "https://github.com/appcelerator/appc-pubsub/pull/3",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2592958331 | 🛑 mailserver - panel is down
In 961ac4d, mailserver - panel (https://mailcow.jeroenvd.nl) was down:
HTTP code: 0
Response time: 0 ms
Resolved: mailserver - panel is back up in c1cbd93 after 14 minutes.
| gharchive/issue | 2024-10-16T20:14:18 | 2025-04-01T06:43:25.846330 | {
"authors": [
"appdesign1987"
],
"repo": "appdesign1987/statuspage",
"url": "https://github.com/appdesign1987/statuspage/issues/28",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
160151064 | Explorer windows always open with sidepane
I have set Explorer i.e. the Windows file browser to not show the filetree sidepane on the left, which is toggleable from Organize / Layout / Navigation pane.
When using Hain to open a directory that sidepane always appears in the Window. Maybe you (or Electron?) are using s... | gharchive/issue | 2016-06-14T10:46:42 | 2025-04-01T06:43:25.849120 | {
"authors": [
"appetizermonster",
"cpriest",
"notatestuser",
"otsaw"
],
"repo": "appetizermonster/hain",
"url": "https://github.com/appetizermonster/hain/issues/156",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
665593043 | Getting org.openqa.selenium.WebDriverException: An unknown server-side error occurred while processing the command.
Getting issue on each command apart from find. I am using maven project for java-appium, In that i have uploaded jar provided on https://github.com/truongsinh/appium-flutter-driver/releases through mave... | gharchive/issue | 2020-07-25T14:18:59 | 2025-04-01T06:43:26.075434 | {
"authors": [
"baovu2512",
"greyhamwoohoo",
"ravijha-adi",
"rex-wong",
"rsfgl",
"sahanaprasad",
"shibupanda"
],
"repo": "appium-userland/appium-flutter-driver",
"url": "https://github.com/appium-userland/appium-flutter-driver/issues/91",
"license": "MIT",
"license_type": "permis... |
536627621 | Add activate app test
Change list
Please provide briefly described change list which are you going to propose.
Types of changes
What types of changes are you proposing/introducing to .NET client?
Put an x in the boxes that apply
[ ] Bugfix (non-breaking change which fixes an issue)
[ ] New feature (non-breaking chan... | gharchive/pull-request | 2019-12-11T21:37:03 | 2025-04-01T06:43:26.117653 | {
"authors": [
"akinsolb",
"manoj9788"
],
"repo": "appium/appium-dotnet-driver",
"url": "https://github.com/appium/appium-dotnet-driver/pull/378",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
162224292 | filed to connect to server
after reboot my pc the localhost:631not connect and the system-config-printer application show me this massage "filed to connect to server"...
I have Linux Mint 17 Qiana
Please report this to the Linux Mint folks...
| gharchive/issue | 2016-06-24T20:25:02 | 2025-04-01T06:43:26.232617 | {
"authors": [
"michaelrsweet",
"mrp2kkck"
],
"repo": "apple/cups",
"url": "https://github.com/apple/cups/issues/4844",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
2407200124 | Request to add support for Muratec MFX-2550 laser Printer/MFU
I'm running Ubuntu 24.04.
Please find attached snmp result files:
snmpwalk_Output.log
snmp_debug_output.log
Muratec MFX-2550 does not print neither via USB nor via any of IPP, LPR, APPSOCKET over network (all devices are inside/behind 1 simple router).
Sin... | gharchive/issue | 2024-07-13T23:53:38 | 2025-04-01T06:43:26.246673 | {
"authors": [
"Heavygrass",
"jschwender"
],
"repo": "apple/cups",
"url": "https://github.com/apple/cups/issues/6213",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
1910365778 | Will the main authors be adding complete, unabridged information about macros?
Location
https://github.com/apple/swift-book/blob/main/TSPL.docc/LanguageGuide/Macros.md
Description
There isn't complete, unabridged information about macros.
Correction
Every possible macro and detailed information about them.
There ar... | gharchive/issue | 2023-09-24T20:17:21 | 2025-04-01T06:43:26.340752 | {
"authors": [
"adozenlines",
"amartini51",
"shyamalschandra"
],
"repo": "apple/swift-book",
"url": "https://github.com/apple/swift-book/issues/185",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1327684569 | Reinstate custom schemes under Utils/swift-collections.xcworkspace
This fixes and re-adds the custom Xcode build schemes that were removed in #155, this time hiding them under the development workspace Utils/swift-collections.xcworkspace so that they won't leak into dependent projects.
Checklist
[X] I've read the Co... | gharchive/pull-request | 2022-08-03T19:22:30 | 2025-04-01T06:43:26.345729 | {
"authors": [
"hectormatos2011",
"lorentey"
],
"repo": "apple/swift-collections",
"url": "https://github.com/apple/swift-collections/pull/156",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
974155727 | Cherry picks for v0.0.6
This cherry-picks PR from main to the release/1.0 branch, in preparation for a 0.0.6 release (ahead of 1.0 later).
#81 Fix typos: missing subscript parameters (by @ejmarchant)
#82 Fix documentation for types conforming to ExpressibleByArrayLiteral or ExpressibleByDictionaryLiteral (by @ejmarc... | gharchive/pull-request | 2021-08-19T00:29:45 | 2025-04-01T06:43:26.348451 | {
"authors": [
"lorentey"
],
"repo": "apple/swift-collections",
"url": "https://github.com/apple/swift-collections/pull/87",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
120347903 | Add NSNotificationObserver implementation
First of all, awesome job with releasing swift (and thanks for stealing our sleep..)
I'd like to help with creation of some of the base classes, so I started with NSNotificationCenter; I created underlaying observer object for storage. If that can be accepted, I will write th... | gharchive/pull-request | 2015-12-04T07:20:52 | 2025-04-01T06:43:26.354650 | {
"authors": [
"JiriTrecak",
"parkera",
"phausler"
],
"repo": "apple/swift-corelibs-foundation",
"url": "https://github.com/apple/swift-corelibs-foundation/pull/21",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
201016466 | [Docs] Update NSPersonNameComponents status to Complete
The NSCopying work has been done in #746.
Thanks!
| gharchive/pull-request | 2017-01-16T13:15:25 | 2025-04-01T06:43:26.355933 | {
"authors": [
"ikesyo",
"parkera"
],
"repo": "apple/swift-corelibs-foundation",
"url": "https://github.com/apple/swift-corelibs-foundation/pull/800",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
239284180 | tests: fix test build
The DISPATCH_SIZEOF_PTR caused a test to go down the wrong path. This
fixes the test and accounts for the Windows 64 bit case as well (which
is not a LP64 environment).
CC: @das
FWIW we have a lot of reliance on LP64 throughout to detect a 64bit platform, if we want to make this portable to... | gharchive/pull-request | 2017-06-28T20:21:28 | 2025-04-01T06:43:26.357540 | {
"authors": [
"compnerd",
"das"
],
"repo": "apple/swift-corelibs-libdispatch",
"url": "https://github.com/apple/swift-corelibs-libdispatch/pull/265",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
1218341473 | Allow passing options to fetch
Bug/issue #, if applicable: 92444266
Summary
Refactors the fetching logic to allow passing extra options to the fetch API.
Dependencies
NA
Testing
Steps:
Make sure all tests pass and there are no regressions serving the app
Checklist
Make sure you check off the following items. If the... | gharchive/pull-request | 2022-04-28T07:51:05 | 2025-04-01T06:43:26.361288 | {
"authors": [
"dobromir-hristov",
"mportiz08"
],
"repo": "apple/swift-docc-render",
"url": "https://github.com/apple/swift-docc-render/pull/226",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
576977073 | Relative rsp files
Allow relative paths for rsp file, skip forwarded args in rsp expansion, fail on invalid rsp files.
Should go after https://github.com/apple/swift-driver/pull/73
The solution for skipping -Xblabla @SOMETHING is rather fragile, but I didn't find any better without major changes. One way to do it mig... | gharchive/pull-request | 2020-03-06T14:45:10 | 2025-04-01T06:43:26.363805 | {
"authors": [
"shahmishal",
"zienag"
],
"repo": "apple/swift-driver",
"url": "https://github.com/apple/swift-driver/pull/82",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
307331647 | [Proposal] Introducing an Unwrap-or-Die operator to the standard library
This re-pull supersedes https://github.com/apple/swift-evolution/pull/729 without the issues of multiple commits.
This proposal introduces an annotated forced unwrapping operator to the Swift standard library, completing the ?, ??, and ! family ... | gharchive/pull-request | 2018-03-21T16:53:55 | 2025-04-01T06:43:26.376875 | {
"authors": [
"DougGregor",
"Mazyod",
"benrimmington",
"erica",
"igor9silva",
"lattner",
"marcocapano",
"tkremenek"
],
"repo": "apple/swift-evolution",
"url": "https://github.com/apple/swift-evolution/pull/811",
"license": "apache-2.0",
"license_type": "permissive",
"licen... |
319979296 | [Proposal] Extending Sequence to stride over a sequence
A Swift Sequence may represent many kinds of sequential elements: natural numbers, word from a source text, hues in a color wheel, bytes in a memory allocation, and so forth. It is natural and common to stride through sequences, especially those that aren't nece... | gharchive/pull-request | 2018-05-03T15:51:27 | 2025-04-01T06:43:26.379462 | {
"authors": [
"airspeedswift",
"erica"
],
"repo": "apple/swift-evolution",
"url": "https://github.com/apple/swift-evolution/pull/845",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
1726598408 | Fix try/await expressions in NoAssignmentInExpressions.
This rule only checked whether the immediate parent of an expression like x = y was a CodeBlockItem. In cases like try x = y, the try wraps the entire expression and the CodeBlockItem would be the parent of that. So we look through any TryExprs or AwaitExprs we ... | gharchive/pull-request | 2023-05-25T23:13:26 | 2025-04-01T06:43:26.382222 | {
"authors": [
"allevato"
],
"repo": "apple/swift-format",
"url": "https://github.com/apple/swift-format/pull/533",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
2287287549 | Remove all #if swift(...)s, all the ones I've seen in SwiftNIO are wrong. Needs to be #if compiler
#if swift(...) is testing the language version and not the compiler version. We (almost) always want to check the compiler version.
(This ticket should be for all repos in the swift-nio* family)
Consider this program
#i... | gharchive/issue | 2024-05-09T09:30:57 | 2025-04-01T06:43:26.386198 | {
"authors": [
"weissi"
],
"repo": "apple/swift-nio",
"url": "https://github.com/apple/swift-nio/issues/2718",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
645444020 | Make array ByteBuffer initialiser public
Make array ByteBuffer initialiser public.
Motivation:
This was meant to be public, but accidentally was left as internal.
Modifications:
Add public to the initialiser.
Result:
The initialiser is now public.
@swift-server-bot test this please
@swift-server-bot test this ple... | gharchive/pull-request | 2020-06-25T10:19:06 | 2025-04-01T06:43:26.388189 | {
"authors": [
"Davidde94"
],
"repo": "apple/swift-nio",
"url": "https://github.com/apple/swift-nio/pull/1573",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
251171794 | [Basic] Add extention to create dictionary from array
This simple pattern is used all over our codebase and this extention
just simplifies the boilerplate.
@swift-ci please smoke test
| gharchive/pull-request | 2017-08-18T08:14:11 | 2025-04-01T06:43:26.389174 | {
"authors": [
"aciidb0mb3r"
],
"repo": "apple/swift-package-manager",
"url": "https://github.com/apple/swift-package-manager/pull/1312",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1052702359 | Emit compiler diagnostics
Check for error,warning,note and remark in a format compatible with clang and swiftc, see: https://github.com/apple/swift/blob/main/docs/Diagnostics.md
Motivation:
Emit compiler diagnostics, normally redirected to output, now consumable by libSwiftPM users. https://bugs.swift.org/browse/SR-1... | gharchive/pull-request | 2021-11-13T15:12:34 | 2025-04-01T06:43:26.410122 | {
"authors": [
"abertelrud",
"krzyzanowskim",
"neonichu",
"tomerd"
],
"repo": "apple/swift-package-manager",
"url": "https://github.com/apple/swift-package-manager/pull/3867",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
841957533 | Remove SR-14317 from Stress Tester xfails
SR-14317 has been fixed in https://github.com/apple/swift/pull/36582.
@swift-ci test
| gharchive/pull-request | 2021-03-26T13:26:07 | 2025-04-01T06:43:26.412082 | {
"authors": [
"ahoppen",
"clackary"
],
"repo": "apple/swift-source-compat-suite",
"url": "https://github.com/apple/swift-source-compat-suite/pull/505",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
497209864 | [5.1]Import _CSwiftSyntax using @_implementationOnly.
This lets us add an actual header for the C function it defines,
so that Swift can import it directly (while still retaining the
property that it is a standalone module) instead of relying on
the dlsym trick that fails on Linux unless additional flags are
passed t... | gharchive/pull-request | 2019-09-23T16:44:08 | 2025-04-01T06:43:26.414507 | {
"authors": [
"akyrtzi"
],
"repo": "apple/swift-syntax",
"url": "https://github.com/apple/swift-syntax/pull/143",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
1842372680 | Evenly distribute syntax nodes to different files, improving compile time
This improves the compile time of swift-syntax in debug mode by ~2s (from ~11s to ~9s) by distributing the syntax node definitions evenly over multiple files.
@swift-ci Please test
I did a mistake while rebasing and missed a guard based on ... | gharchive/pull-request | 2023-08-09T02:57:02 | 2025-04-01T06:43:26.418250 | {
"authors": [
"ahoppen"
],
"repo": "apple/swift-syntax",
"url": "https://github.com/apple/swift-syntax/pull/2037",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
1214391080 | [SR-15751] compiler crash: SIL verification failed: return value type does not match return type of function
Previous ID
SR-15751
Radar
rdar://problem/87776479
Original Reporter
@weissi
Type
Bug
Environment
Swift version 5.6-dev (LLVM 7b20e61dd04138a, Swift 9438cf6b2e83c5f)
Additional Detail from... | gharchive/issue | 2022-01-19T16:15:07 | 2025-04-01T06:43:26.425162 | {
"authors": [
"AnthonyLatsis",
"weissi"
],
"repo": "apple/swift",
"url": "https://github.com/apple/swift/issues/58028",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
296595994 | [gardening] 2017 -> current
I prefer this copyright notice to explicit upper bound dates that need
to be changed on a yearly cadence.
Copyright notices require actual dates; you can't just pre-emptively claim a copyright for every future year :P
@xwu are you sure? I've seen companies that use this pattern
Not a... | gharchive/pull-request | 2018-02-13T02:45:47 | 2025-04-01T06:43:26.429494 | {
"authors": [
"AndrewSB",
"tkremenek",
"xwu"
],
"repo": "apple/swift",
"url": "https://github.com/apple/swift/pull/14576",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.