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 |
|---|---|---|---|---|---|
1368643817 | Issue in the bagging and stacking
Hi developers,
I found some unexpected results with the bagging and stacking.
I pass the argument auto_stack=True to predictor.fit() and then the stacking levels is set 2 (num_stack_levels=2) and number of folds is set 8 (num_bag_folds=8). Finally, it outputs the following models:
'... | gharchive/issue | 2022-09-10T14:50:01 | 2025-04-01T06:43:30.493607 | {
"authors": [
"Innixma",
"veager"
],
"repo": "awslabs/autogluon",
"url": "https://github.com/awslabs/autogluon/issues/2122",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
420934816 | VpcNetwork should throw a descriptive error when selecting 0 subnets
Trying to set up a ecs cluster with asg in a existing non-cdk managed vpc.
The externalVpc is used without issue when working with Lambdas, but with ASG it fails due to AvailabilityZones being empty, but they do exist and they do work with at least ... | gharchive/issue | 2019-03-14T10:19:58 | 2025-04-01T06:43:30.513454 | {
"authors": [
"MichaelHindley",
"rix0rrr"
],
"repo": "awslabs/aws-cdk",
"url": "https://github.com/awslabs/aws-cdk/issues/2011",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
221584578 | Upgrading andexisting installation
Is there way to upgrade the Elasticsearch version of an existing Data Lake installation?
@lkbodine you can follow the process identified here to upgrade the Amazon Elasticsearch Service Cluster from 2.3 to 5.1. The data lake has been tested with 5.1 and currently deploys with 5.1.... | gharchive/issue | 2017-04-13T14:42:46 | 2025-04-01T06:43:30.527748 | {
"authors": [
"lkbodine",
"shsenior"
],
"repo": "awslabs/aws-data-lake-solution",
"url": "https://github.com/awslabs/aws-data-lake-solution/issues/3",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1297916986 | Bug: ValueError when using opensearch.index_df with documents with an array field
Bugfix
DataFrame values with arrays of a length greater than 1 were causing an exception.
Detail
Suggested fix here is to cast all values to numpy array to evaluate all possible cases of v generically.
Unknowns here are performance d... | gharchive/pull-request | 2022-07-07T18:44:06 | 2025-04-01T06:43:30.543067 | {
"authors": [
"malachi-constant"
],
"repo": "awslabs/aws-data-wrangler",
"url": "https://github.com/awslabs/aws-data-wrangler/pull/1444",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1154345010 | (docs) latest builds of docs is overwriting versions configuration
Describe the bug
The Github Pages Action is overwriting the file: _data/versions.yml on the gh-pages branch.
It is pulling from the main branch where the file doesn't exist so the action will need to copy that file from the gh-pages branch before runn... | gharchive/issue | 2022-02-28T17:13:14 | 2025-04-01T06:43:30.548091 | {
"authors": [
"malachi-constant"
],
"repo": "awslabs/aws-ddk",
"url": "https://github.com/awslabs/aws-ddk/issues/31",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2175298389 | doc base image build option
Issue #, if available:
Description of changes:
document support for non aws base images
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
Thanks!
| gharchive/pull-request | 2024-03-08T05:17:06 | 2025-04-01T06:43:30.558695 | {
"authors": [
"bnusunny",
"mxfactorial"
],
"repo": "awslabs/aws-lambda-web-adapter",
"url": "https://github.com/awslabs/aws-lambda-web-adapter/pull/407",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
517925515 | Operator error handler fails when checkLabelDetection lambda times out
The checkLabelDetection event is missing the top level AssetId key in the operator input event. This is likely due this operator using the deprecated OutputHelper object instead of the MediaInsightsOperationHelper. MediaInsightsOperationHelper e... | gharchive/issue | 2019-11-05T17:42:16 | 2025-04-01T06:43:30.563581 | {
"authors": [
"aburkleaux-amazon",
"ianwow"
],
"repo": "awslabs/aws-media-insights-engine",
"url": "https://github.com/awslabs/aws-media-insights-engine/issues/98",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
568663740 | Feature/document api
This is in response to: https://github.com/awslabs/aws-media-services-application-mapper/issues/8
Added an initial REST_API.MD page, updated the other MD docs to show the page. I also gave an example as to how to add and remove items from the Tile view.
Hopefully this helps, please let me know if... | gharchive/pull-request | 2020-02-21T00:29:46 | 2025-04-01T06:43:30.565720 | {
"authors": [
"Greglobrien",
"JimTharioAmazon"
],
"repo": "awslabs/aws-media-services-application-mapper",
"url": "https://github.com/awslabs/aws-media-services-application-mapper/pull/99",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
267409175 | fix(deploy, package): propagate non-zero exit codes
Because the err returned by cmd.Wait() wasn't checked sam package and sam deploy would always return exit code 0 even if the aws cli cmd had a non-zero
exit code.
This commit checks the error and calls log.Fatal(). While this prints the
original exit code to stderr ... | gharchive/pull-request | 2017-10-21T19:50:24 | 2025-04-01T06:43:30.574548 | {
"authors": [
"Fahrradflucht",
"PaulMaddox"
],
"repo": "awslabs/aws-sam-local",
"url": "https://github.com/awslabs/aws-sam-local/pull/179",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1140856548 | Not able to pin to a lower version
Description
Compilation error happens if I try to pin aws-sdk-swift to a lower version.
Context
I am trying to pin aws-sdk-swift to a particular version because I am not ready to take in the new version features in my app.
Environment
AWS Swift SDK version used: 0.1.3
Operating ... | gharchive/issue | 2022-02-17T04:16:23 | 2025-04-01T06:43:30.580508 | {
"authors": [
"kneekey23",
"royjit"
],
"repo": "awslabs/aws-sdk-swift",
"url": "https://github.com/awslabs/aws-sdk-swift/issues/545",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
466019435 | Provide several Custom Domains and base paths
Framework version: 1.3.2
Implementations: Jersey
I have several different systems running my serverless container:
API Gateway + Lambda with Custom Domain Name at https://api.myproject.com/v1/users/12345
custom domain: api.myproject.com
base path: v1/users
API Gatew... | gharchive/issue | 2019-07-09T22:55:01 | 2025-04-01T06:43:30.590727 | {
"authors": [
"feinstein",
"markjschreiber",
"sapessi"
],
"repo": "awslabs/aws-serverless-java-container",
"url": "https://github.com/awslabs/aws-serverless-java-container/issues/268",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
370338818 | Add support for creating CloudFormation stacks from template URLs or inline templates
All resources created by the aws-service-operator are created via CloudFormation anyways. It would make sense to have a way of creating CloudFormation stacks using custom resources. This would also allow to create any resource that ... | gharchive/issue | 2018-10-15T20:51:54 | 2025-04-01T06:43:30.593009 | {
"authors": [
"christopherhein",
"devkid"
],
"repo": "awslabs/aws-service-operator",
"url": "https://github.com/awslabs/aws-service-operator/issues/116",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1561972281 | [aws-kinesisstreams-lambda]: Unable to use existing Kinesis Stream
Reproduction Steps
// returns kinesis.IStream
const existingStreamObj = kinesis.Stream.fromStreamArn(this, 'stream', 'arn:aws:kinesis:ap-southeast-1:000000000000/stream/existing-stream');
new KinesisStreamsToLambda(this, 'job-kinesis-trigger', {
... | gharchive/issue | 2023-01-30T08:30:47 | 2025-04-01T06:43:30.598403 | {
"authors": [
"biffgaut",
"i906"
],
"repo": "awslabs/aws-solutions-constructs",
"url": "https://github.com/awslabs/aws-solutions-constructs/issues/889",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2415597716 | fix: error loading in project details page
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license
Summary
(describe what this merge request does)
Implementation highlights
(describe how the merge request does for feature changes, share the RFC link if it has... | gharchive/pull-request | 2024-07-18T07:28:20 | 2025-04-01T06:43:30.641580 | {
"authors": [
"aws-solution-clickstream-analytics",
"tyyzqmf"
],
"repo": "awslabs/clickstream-analytics-on-aws",
"url": "https://github.com/awslabs/clickstream-analytics-on-aws/pull/1544",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2224588557 | feat: Add EMR runtime for flink operator blueprint
What does this PR do?
🛑 Please open an issue first to discuss any significant work and flesh out details/direction - we would hate for your time to be wasted.
Consult the CONTRIBUTING guide for submitting pull-requests.
Added blue print to support EMR Flink operator... | gharchive/pull-request | 2024-04-04T06:14:30 | 2025-04-01T06:43:30.646512 | {
"authors": [
"mithun008"
],
"repo": "awslabs/data-on-eks",
"url": "https://github.com/awslabs/data-on-eks/pull/485",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
560500196 | How to use Deep Factor Model
Hello,
I am trying to use the Deep Factor Model model using a data set as follows:
state
industry
series_id
turnover
time
month
year
7
20
A3349435A
163.0
2016-08-01
8
2016
7
20
A3349435A
167.0
2016-09-01
9
2016
7
20
A3349435A
169.7
2016-10-01
10
2016
7
20
A3349435A
164.3
2016... | gharchive/issue | 2020-02-05T16:51:48 | 2025-04-01T06:43:30.655580 | {
"authors": [
"StatMixedML",
"kaijennissen",
"rmitsch"
],
"repo": "awslabs/gluon-ts",
"url": "https://github.com/awslabs/gluon-ts/issues/603",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2129035722 | 🥰😘เว็บสล็อตออนไลน์ อันดับ 1 สล็อตแตกง่ายแตกหนัก เว็บสล็อตออนไลน์ ที่ดีที่สุด🥰😘
🍠🍚🍥สล็อตเว็บตรงออนไลน์ ไม่มีขั้นต่ำ ฝากถอนไว10วินาที🍠🍚🍥
💟💟 สมาชิกใหม่ : ฝาก 200 รับ 300 ⚡
💟💟 สมาชิกใหม่ : ฝาก 600 รับ 900 ⚡
💟💟 สมาชิกใหม่ : ฝาก 1,000 รับ 1,500 ⚡
💎💎สมัครสมาชิก
💎💎เข้าสู่ระบบ
💎💎ติดต่อเรา
🍠🍠🍠 ... | gharchive/issue | 2024-02-11T15:30:15 | 2025-04-01T06:43:30.664769 | {
"authors": [
"ganyapateve"
],
"repo": "awslabs/llrt",
"url": "https://github.com/awslabs/llrt/issues/119",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
321719524 | Fail build on uninitialized values
Problem:
The bug from https://github.com/awslabs/s2n/pull/786 was caused due to an uninitialized struct value (missing = {0}). We should find a way to enforce all values are initialized.
Proposed Solution:
Investigate tools to catch this issue, and add one that fails the build if an... | gharchive/issue | 2018-05-09T20:43:58 | 2025-04-01T06:43:30.678531 | {
"authors": [
"alexw91",
"phillipberndt"
],
"repo": "awslabs/s2n",
"url": "https://github.com/awslabs/s2n/issues/790",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
462259925 | Tests fail with cfn-lint 0.22.0
Description:
I ran the test suite. Some tests fail with cfn-lint 0.22.0. I remember all tests were fine when I use cfn-lint 0.21.6 + the patch https://github.com/aws-cloudformation/cfn-python-lint/commit/0ff876934e9ed093785876e976fb13b64a1b8eb4 for jsonschema 3.x compatibility.
Steps t... | gharchive/issue | 2019-06-29T03:22:39 | 2025-04-01T06:43:30.702052 | {
"authors": [
"beck3905",
"yan12125"
],
"repo": "awslabs/serverless-application-model",
"url": "https://github.com/awslabs/serverless-application-model/issues/1004",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2463665444 | Error in syscall fuzzing example
I tried to build the 4th example ( syscall fuzzing ) but I got this error:
+ sudo mkfs.ext4 -F bookworm.img
mke2fs 1.45.5 (07-Jan-2020) ... | gharchive/issue | 2024-08-13T15:42:54 | 2025-04-01T06:43:30.703820 | {
"authors": [
"amirmohammadeftekhar",
"f0rki"
],
"repo": "awslabs/snapchange",
"url": "https://github.com/awslabs/snapchange/issues/40",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1283380748 | Resources with the same key but different value tags are not displayed correctly
Describe the bug
Create several EC2s with the key "App", one EC2 with the value "DatalakeHandson" and the second EC2 with the value "ScalableWebSiteApp " for the second EC2.
However, AWS Perspective shows only one tag. Also, when I displ... | gharchive/issue | 2022-06-24T07:37:40 | 2025-04-01T06:43:30.710745 | {
"authors": [
"svozza",
"yucchi-p"
],
"repo": "awslabs/workload-discovery-on-aws",
"url": "https://github.com/awslabs/workload-discovery-on-aws/issues/295",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
308530585 | مشكلة كود الامان خاطىء
السلام عليكم و رحمه الله و بركاته
اخى الكريم انا استعمل الاسكربت منذ سنوات
و الان قمت بتركيب اخر اصدار على موقع جديد
الاصدار ٢.٣
لكن تواجهنى مشكلة اثناء تسجيل الدخول
يظهر رسالة بان كود الامان خاطىء
هل يوجد طريقة لالغاء كود الامان و الدخول الى لوحة التحكم
الرجاء الافادة
و هذا رابط الموقع
http://... | gharchive/issue | 2018-03-26T11:18:19 | 2025-04-01T06:43:30.714161 | {
"authors": [
"3bbady",
"abdumu"
],
"repo": "awssat/kleeja",
"url": "https://github.com/awssat/kleeja/issues/18",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2279333116 | fix react native 0.74.0 package location change
more details https://github.com/facebook/react-native/commit/d4c33112961673e09f5bfccaeeff284fb321fe63
LGTM. This is needed for everyone running RN 0.74.
Thanks a lot!
Released 0.12.1.
| gharchive/pull-request | 2024-05-05T05:21:47 | 2025-04-01T06:43:30.746432 | {
"authors": [
"JonnyBurger",
"d-moreira",
"liy010"
],
"repo": "axelra-ag/react-native-animateable-text",
"url": "https://github.com/axelra-ag/react-native-animateable-text/pull/50",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
440471897 | 执行第三条命令cnpm有报错
希望了解如何解决
尝试更换下msvs_version,这里也有些关于这个问题的文章
重新构建electron,node-gyp如何指定msvs_version参数?
这个repo不再维护了,可能拼多多那边加了反爬策略,编出来不一定能用,你可以直接单独试下
$ node spider.js
| gharchive/issue | 2019-05-05T17:59:19 | 2025-04-01T06:43:30.790082 | {
"authors": [
"axlecho",
"l2tpv3"
],
"repo": "axlecho/pingduoduo",
"url": "https://github.com/axlecho/pingduoduo/issues/2",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2444364655 | [bug] 搜索时,主界面被隐藏
Describe the bug
Windows系统下,按alt + c呼出主页面,按ctrl + f 进行搜索,呼出搜索窗,但是主页面会消失
Reproduction
No response
Expected behavior
No response
Application and system information
{
"appName": "EcoPaste",
"appVersion": "0.0.5",
"tauriVersion": "1.7.1",
"platform": "Windows_NT",
"platformArch": "x86_64",
"... | gharchive/issue | 2024-08-02T08:13:55 | 2025-04-01T06:43:30.817109 | {
"authors": [
"ayangweb",
"llkj0001"
],
"repo": "ayangweb/EcoPaste",
"url": "https://github.com/ayangweb/EcoPaste/issues/284",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2615675041 | 🛑 Bahçıvan Peynir is down
In 2950db7, Bahçıvan Peynir (https://www.bahcivanpeynir.com/) was down:
HTTP code: 0
Response time: 0 ms
Resolved: Bahçıvan Peynir is back up in d17d360 after 24 minutes.
| gharchive/issue | 2024-10-26T08:59:14 | 2025-04-01T06:43:30.822141 | {
"authors": [
"aydgn"
],
"repo": "aydgn/upptime",
"url": "https://github.com/aydgn/upptime/issues/276",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
268070061 | Pulling for Informatics Homework
Hey Ayaka,
I made some changes in your codes. I'd like you to review them.
Pull request from Basante has been accepted.
| gharchive/pull-request | 2017-10-24T15:08:11 | 2025-04-01T06:43:30.836314 | {
"authors": [
"ayueha",
"bassmanity12"
],
"repo": "ayueha/infomatic-pj",
"url": "https://github.com/ayueha/infomatic-pj/pull/2",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
589188833 | only invoke Gauge.getValue once per report
Gauge.getValue might be an expensive operation and should therefor not be invoked more than once per report occasion.
Thank you. I staged v2.0.5 for the live sync with Maven
thank you @azagniotov, that was fast :-)
Sure, please enjoy :)
| gharchive/pull-request | 2020-03-27T14:52:33 | 2025-04-01T06:43:30.846034 | {
"authors": [
"azagniotov",
"jebl01"
],
"repo": "azagniotov/codahale-aggregated-metrics-cloudwatch-reporter",
"url": "https://github.com/azagniotov/codahale-aggregated-metrics-cloudwatch-reporter/pull/36",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
68402863 | Switch to using Sonatype OSS for releases.
This follows the guide on http://central.sonatype.org/pages/apache-maven.html
for how to update your POM to allow for deployment to Sonatype. To make a
release you need to use the release profile (-Prelease argument for maven).
It also locks down the maven plugin versions an... | gharchive/pull-request | 2015-04-14T15:01:18 | 2025-04-01T06:43:30.862508 | {
"authors": [
"azeckoski",
"buckett"
],
"repo": "azeckoski/reflectutils",
"url": "https://github.com/azeckoski/reflectutils/pull/7",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
540829380 | U.S.A. as sentence border does not split correctly.
Input: I was born in the U.S.A. My name is Benjamin D. Lee.
Desired output: ["I was born in the U.S.A.", "My name is Benjamin D. Lee."]
Actual output: I was born in the U.S.A. My name is Benjamin D. Lee.
Note that this works with U.S. but not U.S.A..
I wonder whet... | gharchive/issue | 2019-12-20T07:41:44 | 2025-04-01T06:43:31.001176 | {
"authors": [
"Benjamin-Lee",
"danielweck"
],
"repo": "azu/sentence-splitter",
"url": "https://github.com/azu/sentence-splitter/issues/21",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
54609385 | I want to continue the downloads from where they stop
When I'm downloading a docker image and this download did not finish, I would like to restart the download from where I left off, without having to download all the layers again.
Checks if the file exists and does not download again
| gharchive/issue | 2015-01-16T18:39:53 | 2025-04-01T06:43:31.005248 | {
"authors": [
"saitodisse"
],
"repo": "azukiapp/docker-registry-downloader",
"url": "https://github.com/azukiapp/docker-registry-downloader/issues/1",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
1919208245 | Getting one issue in USB host uvc support
@xiaocq2001 ,
I am working on USB host uvc support, usb devices as connecting to my target board are logitch camera and AIRHUG camera ,
With logitech camera it's working fine with resolution as follows below: 680480 with 30fps and 1280720 with 10fps,
but, if I use resolution... | gharchive/issue | 2023-09-29T12:44:26 | 2025-04-01T06:43:31.016200 | {
"authors": [
"Mahesh-dev-avula",
"xiaocq2001"
],
"repo": "azure-rtos/usbx",
"url": "https://github.com/azure-rtos/usbx/issues/118",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
568497656 | How can I help to get this faster?
I'm really interested in seeing the speed of this runner improve - would you be willing to share with me what you have tried in the past? Is there an interest in improving this?
From what I understand a new compiler is being created per test file right now, so probably the best impr... | gharchive/issue | 2020-02-20T18:46:44 | 2025-04-01T06:43:31.033095 | {
"authors": [
"Andarist",
"SimenB",
"ahnpnl",
"azz"
],
"repo": "azz/jest-runner-tsc",
"url": "https://github.com/azz/jest-runner-tsc/issues/20",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
44270278 | investigate lib
http://nlp.lsi.upc.edu/freeling/
removing this lib from competitors list as unpopular
| gharchive/issue | 2014-09-29T08:46:48 | 2025-04-01T06:43:31.060877 | {
"authors": [
"b0noI"
],
"repo": "b0noI/AIF2",
"url": "https://github.com/b0noI/AIF2/issues/110",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
81653606 | New User: SEEK
Please fill the following out:
Name: SEEK
Homepage url: www.seek.com.au
Brand Guidelines/Licensing: http://www.seek.com.au/terms
Logo: https://docs.google.com/uc?id=0Bz1Nair2yUWqcV9nb1Z3bXlXaTQ
Thanks
| gharchive/issue | 2015-05-27T22:32:55 | 2025-04-01T06:43:31.073240 | {
"authors": [
"mjt01",
"thejameskyle"
],
"repo": "babel/babel.github.io",
"url": "https://github.com/babel/babel.github.io/issues/313",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
193363131 | Update babel-plugin-minify-simplify package documentation
Fixes babel/babel.github.io#1029
I close this because it's a duplicate of #320.
| gharchive/pull-request | 2016-12-04T17:27:51 | 2025-04-01T06:43:31.150929 | {
"authors": [
"xtuc"
],
"repo": "babel/babili",
"url": "https://github.com/babel/babili/pull/321",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
64509439 | import { Anything } throw error Duplicate declaration
I have two files
first app-size.srv.js
export class AppSizeService {
constructor() {
}
}
second app-size.dir.js:
import { AppSizeService } from 'app-size.srv';
if i use babel after concat in my gulpfile
gulp.task('scripts', () => { /* Scripts */
return gu... | gharchive/issue | 2015-03-26T11:59:02 | 2025-04-01T06:43:31.155673 | {
"authors": [
"Shershnev-AV",
"sindresorhus"
],
"repo": "babel/gulp-babel",
"url": "https://github.com/babel/gulp-babel/issues/23",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
65272097 | Fix ./script/unpublished-source-version
It should show unpublished gem versions.
Without this fix, babel-source@5.0.0.beta1 will be trying to re-publish to rubygems.org and failed.
https://travis-ci.org/babel/ruby-babel-transpiler/jobs/56452702#L1261
babel-source@5.0.0.beta2 and babel-source@5.0.0.beta3 are deplo... | gharchive/pull-request | 2015-03-30T18:28:52 | 2025-04-01T06:43:31.158333 | {
"authors": [
"tricknotes"
],
"repo": "babel/ruby-babel-transpiler",
"url": "https://github.com/babel/ruby-babel-transpiler/pull/145",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1899712944 | 🛑 SM Service is down
In 781b70f, SM Service (http://smservice.de) was down:
HTTP code: 0
Response time: 0 ms
Resolved: SM Service is back up in 43a6887 after 12 minutes.
| gharchive/issue | 2023-09-17T09:06:11 | 2025-04-01T06:43:31.186187 | {
"authors": [
"thomasrehm"
],
"repo": "bachmannschumacher/upptime",
"url": "https://github.com/bachmannschumacher/upptime/issues/1765",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1992352023 | 🛑 SM Service is down
In 74e8b1b, SM Service (http://smservice.de) was down:
HTTP code: 0
Response time: 0 ms
Resolved: SM Service is back up in 5865d23 after 14 minutes.
| gharchive/issue | 2023-11-14T09:32:13 | 2025-04-01T06:43:31.188611 | {
"authors": [
"thomasrehm"
],
"repo": "bachmannschumacher/upptime",
"url": "https://github.com/bachmannschumacher/upptime/issues/2269",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
879398630 | Deprecate old TemplateV1Alpha Syntax
[ ] Deprecation warnings when calling legacy actions
[ ] Migrate the sample templates to v2
[x] Migration guide for end users
[ ] After shipping deprecation move scaffolder-backend and scaffolder to stability 2 in the stability index
[ ] After 2 weeks remove the old router logic ... | gharchive/issue | 2021-05-07T17:25:24 | 2025-04-01T06:43:31.292467 | {
"authors": [
"OscarDHdz",
"benjdlambert"
],
"repo": "backstage/backstage",
"url": "https://github.com/backstage/backstage/issues/5620",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1060336322 | Remove "Owned filter" when viewing Users in Catalog
Feature Suggestion
When you open the catalog page and select Users from the filters, the view is almost always empty. It's because the default filter on the Catalog page is selected as "Owned" and "ownedBy" relation does not apply to Users and Groups.
There are t... | gharchive/issue | 2021-11-22T16:09:53 | 2025-04-01T06:43:31.300770 | {
"authors": [
"OrkoHunter",
"adamdmharvey",
"devth",
"djamaile",
"freben"
],
"repo": "backstage/backstage",
"url": "https://github.com/backstage/backstage/issues/8198",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2230811751 | Add examples for run:yeoman scaffolder action and improve related tests
Hey, I just made a Pull Request!
Contribution of run:yeoman examples as part of https://github.com/backstage/backstage/issues/18832
:heavy_check_mark: Checklist
[x] A changeset describing the change and affected packages. (more info)
[ ] Adde... | gharchive/pull-request | 2024-04-08T10:18:07 | 2025-04-01T06:43:31.305428 | {
"authors": [
"awanlin",
"parmar-abhinav"
],
"repo": "backstage/backstage",
"url": "https://github.com/backstage/backstage/pull/24074",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
786836423 | techdocs-common: Release v0.3.4
Release a newer version of @backstage/techdocs-common including a bug fix https://github.com/backstage/backstage/pull/4088.
Reference documentation (if a package has to be released independently): (Inspiration from @backstage/silver-lining )
Remove all changesets inside .changeset.
R... | gharchive/pull-request | 2021-01-15T11:50:06 | 2025-04-01T06:43:31.310537 | {
"authors": [
"OrkoHunter",
"Rugvip"
],
"repo": "backstage/backstage",
"url": "https://github.com/backstage/backstage/pull/4096",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1035187343 | [PRFC] Backstage permissions and authorization
Status: Closed for comments on 2021-11-12
Need #
Backstage has many different authentication methods, but has no built-in way to authorize access to specific data, APIs, or interface actions. Authorization is a way to enforce rules about what actions are allowed for a g... | gharchive/pull-request | 2021-10-25T14:09:59 | 2025-04-01T06:43:31.366292 | {
"authors": [
"Rugvip",
"timbonicus"
],
"repo": "backstage/backstage",
"url": "https://github.com/backstage/backstage/pull/7761",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1920231115 | 🛑 My Blog is down
In 07c64fd, My Blog (https://sanmoji.xyz) was down:
HTTP code: 0
Response time: 0 ms
Resolved: My Blog is back up in aef453b after 19 minutes.
| gharchive/issue | 2023-09-30T11:57:52 | 2025-04-01T06:43:31.383556 | {
"authors": [
"baddate"
],
"repo": "baddate/uptime-monitor",
"url": "https://github.com/baddate/uptime-monitor/issues/608",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1027389269 | feat(step code dir): add option to search for step code relative from the feature file
[x] Feature
[x] Docs (readme)
[x] tests (jest)
Background
We're maintaining a component library where each component it is own (yarn) workspace.
That means that we have a slightly different architecture and feature files split ac... | gharchive/pull-request | 2021-10-15T12:23:10 | 2025-04-01T06:43:31.389767 | {
"authors": [
"Mohammer5",
"badeball"
],
"repo": "badeball/cypress-cucumber-preprocessor",
"url": "https://github.com/badeball/cypress-cucumber-preprocessor/pull/632",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1762385379 | add simple-icons to homepage features
Preview
Changes
Add Include [ICONS COUNT] brand icons section
Add target="_blank" to all links on homepage features
Personally I am :-1: on promoting Simple Icons on the home page. There is already a link to it on every badge "detail" page in the logo param docs (which means... | gharchive/pull-request | 2023-06-18T17:17:48 | 2025-04-01T06:43:31.394245 | {
"authors": [
"LitoMore",
"calebcartwright",
"chris48s"
],
"repo": "badges/shields",
"url": "https://github.com/badges/shields/pull/9295",
"license": "cc0-1.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
104935068 | Replace {{Sample code image}} with code block?
Use highlight.js for this too? Or at least allow use of both an image, or a code block.
Speeds up syncing
No images required
Relatively quick to achieve the same effect
Generally it's already been typed in editor and it's a screenshot
Sometimes it'll be preferable to u... | gharchive/issue | 2015-09-04T17:36:00 | 2025-04-01T06:43:31.401054 | {
"authors": [
"badlydrawnrob"
],
"repo": "badlydrawnrob/anki",
"url": "https://github.com/badlydrawnrob/anki/issues/4",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
121836494 | Plan to support Carthage?
Hi Badoo Team
Thanks a lot for this awesome library.
I have read the Readme and the blog post on your website. I also spent some time on the the Chatto project source code. It seems to be very well architected too. I am planning to use this in my project. However, it seems carthage not suppo... | gharchive/issue | 2015-12-12T06:17:59 | 2025-04-01T06:43:31.403886 | {
"authors": [
"Chiliec",
"diegosanchezr",
"zwang"
],
"repo": "badoo/Chatto",
"url": "https://github.com/badoo/Chatto/issues/5",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2064687974 | Cannot seem to write updates to my changelog.
I haven't used the plugin before.
Tried setting the absolute path and this didn't work, I then tried relative i.e. './changelog.md'.
I previously had this vault on iCloud, and thought that this was the issue, but I have since moved it to a local repo.
When I call update ... | gharchive/issue | 2024-01-03T21:45:48 | 2025-04-01T06:43:31.406637 | {
"authors": [
"larocquedylan"
],
"repo": "badrbouslikhin/obsidian-vault-changelog",
"url": "https://github.com/badrbouslikhin/obsidian-vault-changelog/issues/25",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
482771215 | No further dropdown fields appear after selecting Starts From and Ends Till .
Framework Version: 0.1.6
Fixed
Framework Version: 0.1.6
Fixed
| gharchive/issue | 2019-08-20T10:15:20 | 2025-04-01T06:43:31.430459 | {
"authors": [
"jyoti-webkul",
"prashant-webkul"
],
"repo": "bagisto/bagisto",
"url": "https://github.com/bagisto/bagisto/issues/1321",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
923778930 | Getting method not defined issue
Bug report
The method fetchAttributes() is not defined error
Issue Description
path to controller Controller path (laravel-pwa/src/Http/Controllers/Shop/API/APIController.php)
method name: fetchAttributes()
Bagisto version
1.3.1
Steps to reproduce
In PWA version: 1.2.0, Navigate t... | gharchive/issue | 2021-06-17T10:50:00 | 2025-04-01T06:43:31.433757 | {
"authors": [
"ghermans",
"musawirjon"
],
"repo": "bagisto/bagisto",
"url": "https://github.com/bagisto/bagisto/issues/4937",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1331026844 | sliders not showed in admin list
go to bagisto demo
/admin/slider?admin_locale=en
create a slide and select all locales.
Submit
if you change locales globallyto portoguese no sliders is showed in datagrid.
all sliders are showed only in "EN" locales.
solved.
| gharchive/issue | 2022-08-07T14:08:22 | 2025-04-01T06:43:31.435531 | {
"authors": [
"ghena"
],
"repo": "bagisto/bagisto",
"url": "https://github.com/bagisto/bagisto/issues/6631",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2637257010 | ✨ Restrict all types of template injection in search bar.
Issue Reference
#10217
Here are some template injection inputs for testing a search bar. These are useful for checking how the system handles special characters, expressions, or injection attempts:
Basic Template Injections
{{ 7*7 }}
{{ 'Hello' + ' World... | gharchive/pull-request | 2024-11-06T07:26:32 | 2025-04-01T06:43:31.451541 | {
"authors": [
"amit-webkul",
"ashishkumar-webkul"
],
"repo": "bagisto/bagisto",
"url": "https://github.com/bagisto/bagisto/pull/10273",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
484857920 | Version 3.0 with typescript doesn't work
Versions
vee-validate: 3.0.1
vue: 2.6.10
Describe the bug
Using vue-cli with Typescript, installed vee-validate, then imported it in one of my components:
import { ValidationProvider } from 'vee-validate'
@Component({
components: {
ValidationProvider
}
})
export def... | gharchive/issue | 2019-08-24T20:12:18 | 2025-04-01T06:43:31.469392 | {
"authors": [
"logaretm",
"webcoderkz"
],
"repo": "baianat/vee-validate",
"url": "https://github.com/baianat/vee-validate/issues/2228",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
189021903 | fix url of sub-pages
some links in this page are unreachable.
Coverage increased (+0.01%) to 62.933% when pulling ae059ff7fae045da00888a4ec8d2ba67bf80ce6a on AoZhang:develop into 805856aaf155b7a0a794cd380fd2bb68575b370f on baidu:develop.
之前html的格式会提示找不到网页,修改后已经试过了,可以正常点击链接。
@AoZhang 你说的正常点击是在github中点击是么?网站中是不能... | gharchive/pull-request | 2016-11-14T03:33:59 | 2025-04-01T06:43:31.471663 | {
"authors": [
"AoZhang",
"coveralls",
"luotao1"
],
"repo": "baidu/Paddle",
"url": "https://github.com/baidu/Paddle/pull/453",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
2085794346 | readme中存在错误代码
建议修复readme中的小错误,减少用户使用成本
我们快速修复
fixed by #107
| gharchive/issue | 2024-01-17T09:42:20 | 2025-04-01T06:43:31.515208 | {
"authors": [
"guru4elephant",
"seiriosPlus",
"ylembot1"
],
"repo": "baidubce/app-builder",
"url": "https://github.com/baidubce/app-builder/issues/72",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2757190737 | chore(deps): update module github.com/google/go-github/v67 to v68
This PR contains the following updates:
Package
Type
Update
Change
github.com/google/go-github/v67
require
major
v67.0.0 -> v68.0.0
Release Notes
google/go-github (github.com/google/go-github/v67)
v68.0.0
Compare Source
This release contain... | gharchive/pull-request | 2024-12-24T05:12:16 | 2025-04-01T06:43:31.542419 | {
"authors": [
"bakito"
],
"repo": "bakito/teller",
"url": "https://github.com/bakito/teller/pull/110",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
958688371 | Persist transactions
Description
Added persistence to notifications by adding a version version prop to lsGet and lsSet.
Fixes # (issue)
Type of change
[ ] Bug fix (non-breaking change which fixes an issue)
[ ] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would ... | gharchive/pull-request | 2021-08-03T03:39:29 | 2025-04-01T06:43:31.551046 | {
"authors": [
"evgenyboxer"
],
"repo": "balancer-labs/frontend-v2",
"url": "https://github.com/balancer-labs/frontend-v2/pull/620",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
67833325 | Update Gruntfile.js comments for PR #2814
In conjunction with #2814, include information for running custom grunt tasks.
@jlphelps thanks!
(@jlphelps would you mind updating this to link to the updated docs related to your PR?)
| gharchive/pull-request | 2015-04-11T21:12:38 | 2025-04-01T06:43:31.554336 | {
"authors": [
"jlphelps",
"mikermcneil"
],
"repo": "balderdashy/sails-generate-gruntfile",
"url": "https://github.com/balderdashy/sails-generate-gruntfile/pull/6",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
67450028 | Error: model.update()
Hi,
i got a strange error when i try to update one instance of my model.
Imagearticle.findOne(img.id).exec(function (err,result) {
if(err) console.log(err);
result.rank =4444;
Imagearticle.update(img.id,result).exec(function(err,result2) {
if(err) console.log(err);
console... | gharchive/issue | 2015-04-09T20:59:18 | 2025-04-01T06:43:31.560545 | {
"authors": [
"Oldwo1f",
"tjwebb"
],
"repo": "balderdashy/sails",
"url": "https://github.com/balderdashy/sails/issues/2828",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
359417406 | Question: blueprint API generator from existing a database
Sails version: 0.12
Node version: 10.9.0
NPM version: 6.2.0
DB adapter name: sails-mysql
DB adapter version: 1.0.0
Operating system: MacOS
How to generate a blueprint (including controller and models) from existing a database?
thanks! :)
ok, fixed!
Hi... | gharchive/issue | 2018-09-12T10:31:38 | 2025-04-01T06:43:31.568128 | {
"authors": [
"isfaaghyth",
"raqem"
],
"repo": "balderdashy/sails",
"url": "https://github.com/balderdashy/sails/issues/4512",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
423386562 | Wrong Texture Format when viewing a 3D Texture in the Texture Viewer
Description
I've made a minimal reproducible capture, it understands that I've made Texture 86 and 87 with TextureStorage3D having internalformat as GL_R8_SNORM and GL_DEPTH24_STENCIL8.
However when I open the textures in the TExture Viewer ("View C... | gharchive/issue | 2019-03-20T17:39:49 | 2025-04-01T06:43:31.576738 | {
"authors": [
"baldurk",
"devshgraphicsprogramming"
],
"repo": "baldurk/renderdoc",
"url": "https://github.com/baldurk/renderdoc/issues/1321",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
525369272 | Fix missing assignment of hr in Serialise_CreateCommittedResources1
Description
Fix missing assignment of 'hr' in Serialise_CreateCommittedResources1
There's still an issue with the commit message found by travis. Please see the CONTRIBUTING documentation on how to prepare commits. It's worth noting also that I d... | gharchive/pull-request | 2019-11-20T01:47:50 | 2025-04-01T06:43:31.578608 | {
"authors": [
"baldurk",
"zowua"
],
"repo": "baldurk/renderdoc",
"url": "https://github.com/baldurk/renderdoc/pull/1605",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
695021638 | Update pinejs-client-core to 6.9.0 to support getOrCreate()
Update pinejs-client-core from 6.6.1 to 6.9.0
Change-type: minor
See: https://github.com/balena-io-modules/pinejs-client-js/pull/100
Signed-off-by: Thodoris Greasidis thodoris@balena.io
@balena-ci I self-certify!
@balena-ci I self-certify!
| gharchive/pull-request | 2020-09-07T11:49:44 | 2025-04-01T06:43:31.580795 | {
"authors": [
"thgreasi"
],
"repo": "balena-io-modules/balena-pine",
"url": "https://github.com/balena-io-modules/balena-pine/pull/70",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
862863845 | Staging env doesn't render images in Getting Started correctly
The staging environment doesn't render images in the Getting Started PR's when a manual deployment is initiated for the branch PR. We need to investigate and figure out why is that.
Related to #1854 #1825
Resolved, the images were added to the wrong d... | gharchive/issue | 2021-04-20T14:13:50 | 2025-04-01T06:43:31.582719 | {
"authors": [
"vipulgupta2048"
],
"repo": "balena-io/docs",
"url": "https://github.com/balena-io/docs/issues/1856",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
814467549 | layers/meta-balena: Update to v2.71.0
Update meta-balena from 2.69.1 to 2.71.0
Changelog-entry: Update meta-balena from v2.69.1 to v2.71.0
Signed-off-by: Alexandru Costache alexandru@balena.io
@resin-jenkins retest this please
@resin-jenkins retest this please
@balena-ci rebase
Superseded by https://github.co... | gharchive/pull-request | 2021-02-23T13:31:25 | 2025-04-01T06:43:31.589807 | {
"authors": [
"acostach",
"floion",
"klutchell"
],
"repo": "balena-os/balena-raspberrypi",
"url": "https://github.com/balena-os/balena-raspberrypi/pull/608",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
508484743 | layers/meta-balena: Update to v2.44.0
Update meta-balena from 2.43.0 to 2.44.0
Changelog-entry: Update the meta-balena submodule from v2.43.0 to v2.44.0
Signed-off-by: Vicentiu Galanopulo vicentiu@balena.io
Changes done in another PR
| gharchive/pull-request | 2019-10-17T13:42:51 | 2025-04-01T06:43:31.591391 | {
"authors": [
"vicgal"
],
"repo": "balena-os/balena-up-board",
"url": "https://github.com/balena-os/balena-up-board/pull/91",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
638814007 | Incremental Parser tries to find java introp functions for functions in abstract class
Description:
$subject
public type Client abstract client object {
public remote function query(@untainted string|ParameterizedString sqlQuery, typedesc<record {}>? rowType = ())
returns @tainted stream <record {}, Error>;
}
E... | gharchive/issue | 2020-06-15T12:28:09 | 2025-04-01T06:43:31.598090 | {
"authors": [
"niveathika"
],
"repo": "ballerina-platform/ballerina-lang",
"url": "https://github.com/ballerina-platform/ballerina-lang/issues/24155",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
324332476 | Impossible to run ballerina program with IntelliJ plugin on Windows
Description:
Impossible to run a ballerina service or main program in IntelliJ with the "Run Application" Icon.
In the run view I have :
ballerina: cannot find file 'C:\Dev\test_ballerina\Test.bal'
I have an other issue that could be related in comm... | gharchive/issue | 2018-05-18T09:18:09 | 2025-04-01T06:43:31.602988 | {
"authors": [
"Shan1024",
"hayaofr"
],
"repo": "ballerina-platform/ballerina-lang",
"url": "https://github.com/ballerina-platform/ballerina-lang/issues/8636",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
583653657 | Fix stdlib annotation location
Purpose
Fix stdlib annotation location.
Fixes #21880
Check List
[x] Read the Contributing Guide
[ ] Updated Change Log
[ ] Checked Tooling Support (#)
[ ] Added necessary tests
[ ] Unit Tests
[ ] Spec Conformance Tests
[ ] Integration Tests
[ ] Ballerina By Example Tests
[ ] Incre... | gharchive/pull-request | 2020-03-18T11:15:46 | 2025-04-01T06:43:31.613536 | {
"authors": [
"CLAassistant",
"codecov-io",
"nadeeshaan"
],
"repo": "ballerina-platform/ballerina-lang",
"url": "https://github.com/ballerina-platform/ballerina-lang/pull/21947",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
626992949 | Add table construct and limit clause support to query expressions
Purpose
Add support to create tables from query expressions
Add implementation for limit clause
Fixes #23245
Fixes #22533
Fixes #23467
Fixes #22848
Approach
n/a
Samples
n/a
Remarks
List any other known issues, related PRs, TODO items, or any other n... | gharchive/pull-request | 2020-05-29T04:40:23 | 2025-04-01T06:43:31.623844 | {
"authors": [
"codecov-commenter",
"grainier"
],
"repo": "ballerina-platform/ballerina-lang",
"url": "https://github.com/ballerina-platform/ballerina-lang/pull/23590",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
972524470 | Intermittently fail the delete method of the FTP module
Description:
delete method is intermittently failing in the test, testDeleteFileAtNonExistingLocation of unit tests.
Error message is as follows.
[fail] testDeleteFileAtNonExistingLocation:
Found a non-error response while ac... | gharchive/issue | 2021-08-17T10:13:07 | 2025-04-01T06:43:31.640806 | {
"authors": [
"Maninda"
],
"repo": "ballerina-platform/ballerina-standard-library",
"url": "https://github.com/ballerina-platform/ballerina-standard-library/issues/1789",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1153592465 | Add test cases to microservices example
$subject
Related issue: #2651
| gharchive/issue | 2022-02-28T03:51:34 | 2025-04-01T06:43:31.641641 | {
"authors": [
"daneshk",
"kaneeldias"
],
"repo": "ballerina-platform/ballerina-standard-library",
"url": "https://github.com/ballerina-platform/ballerina-standard-library/issues/2736",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
794019581 | [SQL Module Refactor] Add QueryProcessor Class
The QueryProcessor class is created in the native package.
It is used to expose the query functionality to the connector modules through the static method nativeQuery.
public class QueryProcessor {
public static BStream nativeQuery(
BObject client, Object... | gharchive/issue | 2021-01-26T08:01:00 | 2025-04-01T06:43:31.643980 | {
"authors": [
"gayaldassanayake"
],
"repo": "ballerina-platform/ballerina-standard-library",
"url": "https://github.com/ballerina-platform/ballerina-standard-library/issues/885",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
819668093 | Replace 'int timeoutInMillis' with 'decimal timeout'
Purpose
Replace 'int timeoutInMillis' with 'decimal timeout'
This PR includes irrelevant commit messages. Hence, closing this.
| gharchive/pull-request | 2021-03-02T06:07:42 | 2025-04-01T06:43:31.647829 | {
"authors": [
"MohamedSabthar",
"shafreenAnfar"
],
"repo": "ballerina-platform/module-ballerina-tcp",
"url": "https://github.com/ballerina-platform/module-ballerina-tcp/pull/142",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1578938223 | Change the request Payload type into byte[] for MediaType application/octet-stream in client generations
Description:
As per discussion https://github.com/ballerina-platform/openapi-tools/issues/815#issuecomment-1380055179 current client generations change into byte array
example openapi
openapi: 3.0.0
info:
title:... | gharchive/issue | 2023-02-10T03:49:43 | 2025-04-01T06:43:31.653723 | {
"authors": [
"NipunaRanasinghe",
"lnash94"
],
"repo": "ballerina-platform/openapi-tools",
"url": "https://github.com/ballerina-platform/openapi-tools/issues/1188",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
280901846 | Join condition keywords are not available
all
some
These keywords are missing.
Fixed in #23
| gharchive/issue | 2017-12-11T05:55:20 | 2025-04-01T06:43:31.657116 | {
"authors": [
"Shan1024",
"roonyh"
],
"repo": "ballerinalang/plugin-vscode",
"url": "https://github.com/ballerinalang/plugin-vscode/issues/19",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2035307751 | Encoding int8/unit8 streams of symbols
Hello, thanks for releasing such a complete and well-documented library!
I have a doubt about its application on integer streams. Why does the library force you to cast arrays to numpy.int32? In my use case, in which I have to compress neural network weights, I find a general-pu... | gharchive/issue | 2023-12-11T10:13:18 | 2025-04-01T06:43:31.704654 | {
"authors": [
"aegroto",
"robamler"
],
"repo": "bamler-lab/constriction",
"url": "https://github.com/bamler-lab/constriction/issues/41",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
483220406 | refractored start
@bamzi
Created a set of functions and an array of interfaces to init Start function.
In order to add new params, just define the setter function and append it's name to the functions array, no need to change the start function.
Thank you @unishubh
| gharchive/pull-request | 2019-08-21T06:15:52 | 2025-04-01T06:43:31.709092 | {
"authors": [
"bamzi",
"unishubh"
],
"repo": "bamzi/jobrunner",
"url": "https://github.com/bamzi/jobrunner/pull/16",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
199515508 | 1.7.8版本,本地化语言有问题
TZImagePickerController.m文件 121行调用 [self configDefaultSetting]方法,里面调用的[self configDefaultBtnTitle]方法明明有调用[NSBundle tz_localizedStringForKey]这个方法,可是在NSBundle+TZImagePicker.m文件里tz_localizedStringForKey这个方法打了断点并没有被调用
你好,方法走了打了断点却没执行,可能是打了断点后你对代码做了改动,导致断点记录的位置不准了。建议把断点全部去除,再重新加一次。
你好,按照你说的方法还是会出现这种情况... | gharchive/issue | 2017-01-09T10:09:25 | 2025-04-01T06:43:31.716449 | {
"authors": [
"banchichen",
"rushairer",
"zhangjingjingWoman"
],
"repo": "banchichen/TZImagePickerController",
"url": "https://github.com/banchichen/TZImagePickerController/issues/342",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
478584301 | Banco Coopnore - Cnab 400
O Banco Coopnore (Cooperativa de Crédito) utiliza o mesmo retorno BB, mesmo header tudo praticamente igual, porém eles mudaram as posições de início e fim do nosso número que no arquivo de exemplo, está nas posições 46 a 63 (17 caracteres) onde:
Nosso número completo no retorno: 162800000000... | gharchive/issue | 2019-08-08T16:52:41 | 2025-04-01T06:43:31.720381 | {
"authors": [
"gildonei",
"mariohmol"
],
"repo": "banco-br/cnab_yaml",
"url": "https://github.com/banco-br/cnab_yaml/issues/9",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
743898705 | Menu in Responsive view has some strange background
There is some strange background when in responsive view. See red circle:
seems to be darkmode and desktop browser related. Cannot reproduce on mobile device or light mode.
darkmode is missing the rounded corner now.
darkmode is missing the rounded corner... | gharchive/issue | 2020-11-16T14:50:45 | 2025-04-01T06:43:31.723330 | {
"authors": [
"H34D",
"pingustar",
"sirius651"
],
"repo": "bancorprotocol/webapp",
"url": "https://github.com/bancorprotocol/webapp/issues/552",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
156951870 | 这种方法能不能用js重写
static void OPSxxtea_long_decrypt(OPSxxtea_long *v, OPSxxtea_long len, OPSxxtea_long *k) {}
C函数,不能
| gharchive/issue | 2016-05-26T10:22:43 | 2025-04-01T06:43:31.725861 | {
"authors": [
"bang590",
"wengxianxun"
],
"repo": "bang590/JSPatch",
"url": "https://github.com/bang590/JSPatch/issues/388",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
223283621 | 多线程调用引起的self"串线"?
在js中使用dispatch_after在后台线程调用A类的一个实例方法
dispatch_after(1, function() {
// 后台线程调用实例方法
dispatch_async(dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_BACKGROUND, 0), function() {
A.sharedInstance().xxx();
});
});
在另一个类B里调用网络请求
defineClass('B: NSObject', {
requestData: function... | gharchive/issue | 2017-04-21T05:49:45 | 2025-04-01T06:43:31.730513 | {
"authors": [
"Eflet",
"bang590",
"heartfly"
],
"repo": "bang590/JSPatch",
"url": "https://github.com/bang590/JSPatch/issues/777",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2382438218 | Cannot find module vue-weui-next or its corresponding type declarations.
main.ts import then:
import Weui from 'vue-weui-next';
error:
Vue: Cannot find module vue-weui-next or its corresponding type declarations.
how to solve?
我装错目录了
| gharchive/issue | 2024-06-30T20:43:00 | 2025-04-01T06:43:31.732023 | {
"authors": [
"medunea"
],
"repo": "banggx/vue-weui",
"url": "https://github.com/banggx/vue-weui/issues/1",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
510464194 | mybatis-plus.configuration.map-underscore-to-camel-case: true失效
当前使用版本(必须填写清楚,否则不予处理)
3.1.2;
3.2.0;
该问题是怎么引起的?(最新版上已修复的会直接close掉)
spring boot配置文件bootstrap.yml中配置:
mybatis-plus:
mapper-locations: classpath:mapper/*.xml
configuration:
# 配置返回数据库(column下划线命名&&返回java实体是驼峰命名),自动匹配无需as(没开启这个,SQL需要写as: select user_id as user... | gharchive/issue | 2019-10-22T06:55:12 | 2025-04-01T06:43:31.749211 | {
"authors": [
"miemieYaho",
"moxiaobin"
],
"repo": "baomidou/mybatis-plus",
"url": "https://github.com/baomidou/mybatis-plus/issues/1738",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
242419788 | Draw connectors between shapes
Hello, I've just discovered your library and I think it's really powerful!
I'm trying to create a diagram designer using pure HTML+javascript. Basically, this is what I would like to obtain: https://www.codeproject.com/KB/WPF/WPFDiagramDesigner_Part1/ScreenShot01.png and https://www.cod... | gharchive/issue | 2017-07-12T15:23:52 | 2025-04-01T06:43:31.759851 | {
"authors": [
"barmalei",
"jeanie77"
],
"repo": "barmalei/zebkit",
"url": "https://github.com/barmalei/zebkit/issues/117",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
1412743647 | import.meta.glob + defineAsyncComponent not working build
✅ This works on development as it is fetched on dev server.
❌ Doesn't work on Production. ( Produces chunks per component as desired but ) No 404 files resource but stays blank
const components = import.meta.glob('./../components/*.vue')
for ( const path in c... | gharchive/issue | 2022-10-18T07:53:12 | 2025-04-01T06:43:31.774055 | {
"authors": [
"alquezajanmaverick",
"montalvomiguelo",
"plcdnl"
],
"repo": "barrel/shopify-vite",
"url": "https://github.com/barrel/shopify-vite/issues/13",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
714937070 | How can I save the last page I was reading before exiting the application?
A very great effort that deserves our appreciation and thanks
I wanted to know how to save the pages that I was reading before exiting the application, so that it does not start again after opening the application, but I want it to open the la... | gharchive/issue | 2020-10-05T15:21:58 | 2025-04-01T06:43:31.802584 | {
"authors": [
"AhmerAfzal1",
"Ranspap23",
"kingdoom0"
],
"repo": "barteksc/AndroidPdfViewer",
"url": "https://github.com/barteksc/AndroidPdfViewer/issues/950",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
837025929 | this code do not display the last page I opened
https://github.com/barteksc/AndroidPdfViewer/blob/d243b39377f19c3eae41e227067da254ebbf731b/sample/src/main/java/com/github/barteksc/sample/PDFViewActivity.java#L118
Right, I tried this but not working...
Please help us
Store the current page number with shared prefe... | gharchive/issue | 2021-03-21T09:21:30 | 2025-04-01T06:43:31.804384 | {
"authors": [
"Mohit-Hicker",
"Ranspap23",
"hamza94max"
],
"repo": "barteksc/AndroidPdfViewer",
"url": "https://github.com/barteksc/AndroidPdfViewer/issues/995",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
393922912 | Fix Search
Hello , regarding issue number #697 Text search in pdf
It's solved :) ,
thank you
In latest update there is only UI for search text is there.There is no any method in JAVA file for searching text only XML UI which is useless.
@DroidMagician what i have to do for search functionality in this library.
Ca... | gharchive/pull-request | 2018-12-24T19:20:18 | 2025-04-01T06:43:31.809904 | {
"authors": [
"BharathPujariMize",
"DilumD",
"DroidMagician",
"SujeetKr9",
"lijusparkt",
"odmfl",
"rawan420",
"vimalcvs"
],
"repo": "barteksc/AndroidPdfViewer",
"url": "https://github.com/barteksc/AndroidPdfViewer/pull/729",
"license": "apache-2.0",
"license_type": "permissi... |
1396256941 | Flathub package not installing
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
Run flatpak install --user getit.flatpak
Expected behavior
It should install
Desktop (please complete the following information):
OS: PopOS 22.04
Platform: x64
Addition... | gharchive/issue | 2022-10-04T13:13:26 | 2025-04-01T06:43:31.813942 | {
"authors": [
"bartkessels",
"mijorus"
],
"repo": "bartkessels/GetIt",
"url": "https://github.com/bartkessels/GetIt/issues/58",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1174330870 | As a developer I want to know how to setup GCP app so that I could test locally google auth
AC:
README.md contains all necessary steps to set up google auth working locally
## Google Auth Configuration is already in README.md
| gharchive/issue | 2022-03-19T18:50:47 | 2025-04-01T06:43:31.815767 | {
"authors": [
"matee911"
],
"repo": "bartmanos/sfn",
"url": "https://github.com/bartmanos/sfn/issues/16",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1549554557 | Minor fixes and cosmetic changes
Updates:
Implement generic .As<T>() in addition to .As(Type type). And fix nullable warnings
Minor fixes:
Fix transitive dependency warning for Microsoft.AspNetCore.WebUtilities v2.2.0: "Transitive dependency System.Text.Encodings.Web 4.5.0 contains vulnerabilities according to Che... | gharchive/pull-request | 2023-01-19T16:52:51 | 2025-04-01T06:43:31.835684 | {
"authors": [
"basdijkstra",
"dev-experience"
],
"repo": "basdijkstra/rest-assured-net",
"url": "https://github.com/basdijkstra/rest-assured-net/pull/52",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2149184806 | [Onchain Squad] Docs Request: Add Keywords to Frontmatter for All Base Camp Docs
What is the issue you are encountering with the docs?
The Base Camp docs are missing the keywords section in the frontmatter. This section helps search engines find the content.
This should be added one folder at a time!
Links to Impact... | gharchive/issue | 2024-02-22T14:20:17 | 2025-04-01T06:43:31.839402 | {
"authors": [
"briandoyle81CB",
"taycaldwell"
],
"repo": "base-org/web",
"url": "https://github.com/base-org/web/issues/331",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2458571114 | Feat: Basenames Launch Modal
What changed? Why?
Added a modal for basenames launch
Notes to reviewers
How has it been tested?
locally
🟡 Heimdall Review Status
Requirement
Status
More Info
Reviews
🟡
0/1
Denominator calculation
Show calculation
1 if user is bot
0
1 if user is external
0
From .c... | gharchive/pull-request | 2024-08-09T19:48:17 | 2025-04-01T06:43:31.845159 | {
"authors": [
"brendan-defi",
"cb-heimdall"
],
"repo": "base-org/web",
"url": "https://github.com/base-org/web/pull/813",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2169749986 | Describe horizontal scaling support in README.md
There are a couple of closed issues asking about horizontal scaling:
https://github.com/basecamp/solid_queue/issues/85
https://github.com/basecamp/solid_queue/issues/138
... and I had the same questions. @rosa kindly mentioned that they are planning to write a blog p... | gharchive/pull-request | 2024-03-05T17:13:14 | 2025-04-01T06:43:31.849698 | {
"authors": [
"ansonj"
],
"repo": "basecamp/solid_queue",
"url": "https://github.com/basecamp/solid_queue/pull/163",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
170504131 | Potential for data loss during cluster restarts
During investigation of basho-labs/riak-mesos-executor#27 I found that data loss may occur during a cluster restart.
A full, in-depth write-up of the problem is pending.
This issue serves as a tracking point for the necessary changes to fix this problem.
An intermedia... | gharchive/issue | 2016-08-10T19:55:36 | 2025-04-01T06:43:31.858114 | {
"authors": [
"sanmiguel"
],
"repo": "basho-labs/riak-mesos",
"url": "https://github.com/basho-labs/riak-mesos/issues/18",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.