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
58235988
bugfix for relative rule option require 'absolute ruleFilePath' instead of 'relative rule option'; Thank you so much ! This change has been merged and published in anyproxy@3.2.2.
gharchive/pull-request
2015-02-19T16:56:51
2025-04-01T04:55:53.373243
{ "authors": [ "ottomao", "threeday0905" ], "repo": "alibaba/anyproxy", "url": "https://github.com/alibaba/anyproxy/pull/18", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
106470092
fastjson处理字典项,有什么好的办法么? 表里某些字段如性别,存的值是1,对应字典表里是男,然后hql后直接返回成实体类了,然后再用JSON.toJSONString()传给EasyUI的datagrid了,所以想问下,整个过程中,从哪一步处理把1替换成男最好?当然尽量不要说循环实体类好吧,先谢谢各位智慧的网友了。 建议你看下,https://github.com/alibaba/fastjson/wiki/定制序列化这个。 请参考GinKoSen给的连接
gharchive/issue
2015-09-15T03:25:12
2025-04-01T04:55:53.423154
{ "authors": [ "GinKoSen", "WangYu-Li", "wenshao" ], "repo": "alibaba/fastjson", "url": "https://github.com/alibaba/fastjson/issues/417", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1892283812
[BUG] JSONB.parseObject error, create instance error interface java.util.Set, offset 8 问题描述 简要描述您碰到的问题。 环境信息 JDK: openjdk 11 Fastjson2:2.0.40 Dubbo: 3.2.5 重现步骤 server java.io.IOException: org.apache.dubbo.common.serialize.SerializationException: com.alibaba.fastjson2.JSONException: create instance error interface j...
gharchive/issue
2023-09-12T11:11:15
2025-04-01T04:55:53.432986
{ "authors": [ "liaozan", "wenshao" ], "repo": "alibaba/fastjson2", "url": "https://github.com/alibaba/fastjson2/issues/1857", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
413648436
add default meter implements Signed-off-by: zhengyangyong yangyong.zheng@qq.com Ⅰ. Describe what this PR did add default meter implements Ⅱ. Does this pull request fix one issue? https://github.com/alibaba/fescar/issues/384 Codecov Report Merging #452 into feature_metrics will increase coverage by 0.96%. The dif...
gharchive/pull-request
2019-02-23T03:03:28
2025-04-01T04:55:53.447557
{ "authors": [ "codecov-io", "zhengyangyong" ], "repo": "alibaba/fescar", "url": "https://github.com/alibaba/fescar/pull/452", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2339998313
higress1.3.3不兼容ingress迁移过来的路由规则 操作步骤: helm安装的应用:包括deployment,service,ingress higress:界面上不做任何操作 流量经过:域名-->higress的gateway-->进入部署的应用 出现现象:http可以访问,https出现404 404日志如图: 是1.3.3么,你升级到最新版本试试呢 @leeqwe1 最新版本可以吗
gharchive/issue
2024-06-07T09:25:48
2025-04-01T04:55:53.450194
{ "authors": [ "johnlanni", "leeqwe1" ], "repo": "alibaba/higress", "url": "https://github.com/alibaba/higress/issues/1032", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1593229372
doc: Use helm repo instead of OCI image as the installation source Ⅰ. Describe what this PR did Use helm repo instead of OCI image as the installation source Ⅱ. Does this pull request fix one issue? Ⅲ. Why don't you add test cases (unit test/integration test)? Ⅳ. Describe how to verify it Ⅴ. Special notes for reviews...
gharchive/pull-request
2023-02-21T10:33:38
2025-04-01T04:55:53.456693
{ "authors": [ "CH3CHO", "codecov-commenter" ], "repo": "alibaba/higress", "url": "https://github.com/alibaba/higress/pull/210", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2018276711
低代码搭建协议中的 defaultProps 没有实现。 Describe the bug (required) / 详细描述 bug(必填) 根据搭建协议 中对 defaultProps 的定义 低代码组件中如果定义了 defaultProps,该低代码组件应该有默认的 props 值。但是目前没有实现。 复现方式: 1.启动 lowcode-demo 中的 demo-general 2.替换 demo-general/src/plugins/plugin-lowcode-component/lowcode-schema.json 中的 schema 这里添加了 defaultProps 这里将文案替换成啦 this.pr...
gharchive/issue
2023-11-30T09:56:24
2025-04-01T04:55:53.497987
{ "authors": [ "liujuping" ], "repo": "alibaba/lowcode-engine", "url": "https://github.com/alibaba/lowcode-engine/issues/2715", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2288780498
通过列表切换实现动态页面渲染的能力的问题 想实现点击左侧树列表,右侧预览页动态渲染,现在点击左侧树引起state改变,按理来说会重新渲染DOM,但是页面没有切换渲染,参见下图 预测是预览初始化方法使用async的原因,请问应该如何解决这个问题 这个跟初始化方法没有关系,你得看下是不是hook使用时缺少了对于选中页面变化的依赖
gharchive/issue
2024-05-10T02:14:56
2025-04-01T04:55:53.501841
{ "authors": [ "1490113799", "AndyJinSS" ], "repo": "alibaba/lowcode-engine", "url": "https://github.com/alibaba/lowcode-engine/issues/3019", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1195695505
feat(create-element): init 参数使用 projectName \ 统一生成目录的前缀 改动点1: npm init @alilc/element your-element-name your-element-name 改成非必传 改动点2: 参考 https://github.com/alibaba/lowcode-plugins/tree/main/packages 的 plugin 命名方式,给生成的文件夹拼接 plugin-、setter-、component- 前缀 目前生成的 plugin 跟 setter 文件模板,会自动拼接成 LowcodePluginXXX 跟 LowcodeS...
gharchive/pull-request
2022-04-07T08:26:17
2025-04-01T04:55:53.507227
{ "authors": [ "CLAassistant", "eternalsky", "twinkle77" ], "repo": "alibaba/lowcode-tools", "url": "https://github.com/alibaba/lowcode-tools/pull/2", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
335052957
eip brandwith setting does not work @zhuzhih2017 "internet_charge_type": "PayByTraffic", "internet_max_bandwidth_out": 100, set the two fields above in packer config JSON file, and run packer build, the brand width of the EIP allocated by packer was set to 5Mbps。 reason: packer does not pass BrandWidth param when al...
gharchive/issue
2018-06-23T00:42:18
2025-04-01T04:55:53.579503
{ "authors": [ "willmao" ], "repo": "alibaba/packer-provider", "url": "https://github.com/alibaba/packer-provider/issues/36", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
736659077
About Nacos config: I'm confused when handling with multi-environment config files. It seems either Nacos's namespace or Spring's profile has provided a way to fulfill multi-env requirement, but I'm wondering which is the reconmmended way to do this? https://github.com/alibaba/spring-cloud-alibaba/wiki/Nacos-config...
gharchive/issue
2020-11-05T06:40:24
2025-04-01T04:55:53.585421
{ "authors": [ "SuperIllidan", "yuhuangbin" ], "repo": "alibaba/spring-cloud-alibaba", "url": "https://github.com/alibaba/spring-cloud-alibaba/issues/1804", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1007977266
Sidecar无法注册服务 此处逻辑是否有问题?导致异构的服务无法注册到服务中心。 方法位置:com.alibaba.cloud.sidecar.SidecarHealthChecker#check 不知道服务注册的入口就是这里,如果是那么在第一次注册服务的时候方框里的代码是创建缓存并保存到MAP,然后是如果状态为UP就先检查一下是否需要注册,但检查是否需要注册的逻辑是对比缓存,此方法永远返回false,导致服务永远不会被注册。 注册的逻辑是对比缓存,此方法永远返回false, 上面已经说了,这里是服务健康检查的处理,第一次注册服务并不是在这里处理 你的问题仅仅是通过自己看代码觉得有问题吗? 你可以动手实践一下...
gharchive/issue
2021-09-27T10:29:19
2025-04-01T04:55:53.587356
{ "authors": [ "oSunnyo", "yuhuangbin" ], "repo": "alibaba/spring-cloud-alibaba", "url": "https://github.com/alibaba/spring-cloud-alibaba/issues/2273", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
977897956
tidevice install失败了 版本tidevice version 0.4.18 CreatingStagingDirectory (5%) ExtractingPackage (15%) [E 210824 17:27:36 _device:744] PackageExtractionFailed [E 210824 17:27:36 _device:745] Could not extract archive Traceback (most recent call last): File "/usr/local/bin/tidevice", line 8, in sys.exit(main()) File "/...
gharchive/issue
2021-08-24T09:28:21
2025-04-01T04:55:53.591691
{ "authors": [ "chengducode", "codeskyblue", "gangeyubo", "hc2088" ], "repo": "alibaba/taobao-iphone-device", "url": "https://github.com/alibaba/taobao-iphone-device/issues/135", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1836370636
Supports appending HTTP headers of the user request to upstream based on routing of header, cookie or query 基于Header/Cookie/Query的路由匹配,向后端upstream转发时在请求中追加指定的Header。 在请求消息的header中追加header值 如果存在相同的header名,在已有的header值后增加'&'分割符,再追加header值 如果请求消息的header不存在,则直接增加 值格式:"header name:header value[||header name:header value]*"...
gharchive/issue
2023-08-04T09:11:19
2025-04-01T04:55:53.595663
{ "authors": [ "lianglli" ], "repo": "alibaba/tengine", "url": "https://github.com/alibaba/tengine/issues/1844", "license": "BSD-2-Clause", "license_type": "permissive", "license_source": "github-api" }
177625303
[Android] WXStreamModule.fetch 优化建议 开发过程中有一个http请求是使用post方法,在iOS和H5下面是OK的,在android上面请求报错,经调查Andriod平台下http method只能是大写的。 以下两种建议二选一: 建议在Android中把客户端传过来的http method 做大写统一转换; Stream文档中明确提出必须要大些method; 好建议,欢迎你发个PR来实现这些优化 👍 @sospartan 好的,晚上补一下 @sospartan 已经提交PR
gharchive/issue
2016-09-18T02:50:53
2025-04-01T04:55:53.627481
{ "authors": [ "lanceliu", "sospartan" ], "repo": "alibaba/weex", "url": "https://github.com/alibaba/weex/issues/1239", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
170012093
add screenshot Nice theme,I added the screenshot as recommanded in the documentation: https://jekyllrb.com/docs/themes/#adding-a-screenshot Sorry, I somehow just saw this. Thanks 🙌
gharchive/pull-request
2016-08-08T20:02:40
2025-04-01T04:55:53.649946
{ "authors": [ "DirtyF", "aliou" ], "repo": "aliou/ace", "url": "https://github.com/aliou/ace/pull/5", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
326750994
Support HTTP/2 protocol. Motivation: Support HTTP/1.1 & HTTP/2 protocol. Modification: Add data to SofaRequest & SofaResponse Add HTTP/1.1 server & HTTP/2 Clear text server Add HTTP/2 client transport. Result: Fix #25 Codecov Report Merging #138 into master will increase coverage by 0.07%. The diff coverage is 6...
gharchive/pull-request
2018-05-26T16:36:42
2025-04-01T04:55:53.671421
{ "authors": [ "codecov-io", "leizhiyuan", "ujjboy" ], "repo": "alipay/sofa-rpc", "url": "https://github.com/alipay/sofa-rpc/pull/138", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2705138607
How to read de trace file( xx.tr )? After simulation ,we get the trace file( xx.tr ). In the directory: SimAI/ns-3-alibabacloud/analysis : './trace_reader <xx.tr file>', but read nothing. Same as #29 ,I assume you wish to trace the flow dynamics within ns3, like switch throughput, NIC throughput, and switch qu...
gharchive/issue
2024-11-29T13:26:54
2025-04-01T04:55:53.732178
{ "authors": [ "Huoyuan100861", "wangdong-66" ], "repo": "aliyun/SimAI", "url": "https://github.com/aliyun/SimAI/issues/24", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1753893203
请教一下bpf关于拼接长字符串的问题, 您好,麻烦请教一下就是我在内核态程序需要循环通过struct dentry结构获取某一个文件的路径,我的方法目前是首先有一个结构体,结构体内部有一个char filename[512];的数组,然后循环将每一级目录加上'/'拼成一个完整的路径, 问题是循环过程中调用bpf_probe_read_kernel_str接口向filename中拷贝时如果第二个参数是一个变量,那么运行时Bpf校验器就会说可能越界什么的,但是在前后我已经做了很完善的边界检查了,之所以bpf_probe_read_kernel_str第二个参数需要是变量是因为每一级目录名长度是不同的,当我改成一个定值就没问题了。 其...
gharchive/issue
2023-06-13T02:00:06
2025-04-01T04:55:53.762914
{ "authors": [ "Killing11L", "guomsh", "luxingwen", "majoki" ], "repo": "aliyun/coolbpf", "url": "https://github.com/aliyun/coolbpf/issues/26", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
312747249
关于同步一致性问题 MySQL -> PostgreSQL/Greenplum mysql2pgsql 功能:以表为单位的多线程全量数据迁移 使用全量同步的时候,怎么知道mysql binlog的位置?能保证同步时 数据的一致性吗? 我理解全量数据同步不需要知道 binlog 的位置吧,只是去执行一条 sql,比如 select * from table1。 关于一致性,没有验证,但是有个参数,插入到GP允许有多少条错误,比如设置为10,有11条数据插入失败,整个同步就失败了,如果有9条数据插入失败,整个同步是成功的,但是那9条还是没有同步到GP
gharchive/issue
2018-04-10T02:03:38
2025-04-01T04:55:53.764547
{ "authors": [ "LeoLiang666", "zhangnew" ], "repo": "aliyun/rds_dbsync", "url": "https://github.com/aliyun/rds_dbsync/issues/96", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1640298398
Finish mobile finish mobile version -create index.html -create style.css I don't understand. where is the problem. On Fri, Mar 24, 2023 at 6:49 PM Amine @.***> wrote: @.**** commented on this pull request. Hi @alizaamir123 https://github.com/alizaamir123 While you made a great effort in this project, unfortunately...
gharchive/pull-request
2023-03-25T01:24:42
2025-04-01T04:55:53.774848
{ "authors": [ "alizaamir123", "medaminedev66", "tsohleDev" ], "repo": "alizaamir123/setup-mobile-first", "url": "https://github.com/alizaamir123/setup-mobile-first/pull/3", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1245046949
truenas scale 拉取docker镜像失败 你使用的 chinesesubfinder 是什么版本,什么环境? docker 你遇到什么问题了? 拉取镜像提示 Failed to pull image "allanpk716/chinesesubfinder:latest": rpc error: code = Unknown desc = Error response from daemon: Get "https://registry-1.docker.io/v2/": unexpected EOF 老板,不知道为什么,latest标签拉到的都不是最新的镜像.....每次都是手动更改docker-compos...
gharchive/issue
2022-05-23T11:53:20
2025-04-01T04:55:53.790609
{ "authors": [ "1061875478", "ZCkyle" ], "repo": "allanpk716/ChineseSubFinder", "url": "https://github.com/allanpk716/ChineseSubFinder/issues/368", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
664971547
scispacy entitylinker error in creating the object Linker Linker = EntityLinker() using scispacy-0.2.5 and en_core_sci_sm-0.2.5 entity_linker_error_log.txt file includes the error log the packages and dependencies installed and docker file for the container environment Hi, I am not able to reproduce this, even usin...
gharchive/issue
2020-07-24T07:24:58
2025-04-01T04:55:53.829265
{ "authors": [ "danielkingai2", "radiatechs-karan" ], "repo": "allenai/scispacy", "url": "https://github.com/allenai/scispacy/issues/257", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1048215714
manually chose references with specific issues into inputs/sample.jso… …n generate_dqm_json_test_set.py now has option to generate sample reference set based on sample.json Cool, thanks Ian
gharchive/pull-request
2021-11-09T05:48:03
2025-04-01T04:55:53.831980
{ "authors": [ "azurebrd" ], "repo": "alliance-genome/agr_literature_service", "url": "https://github.com/alliance-genome/agr_literature_service/pull/20", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2177115420
🛑 West Shire Decks is down In 9354652, West Shire Decks (https://westshiredecks.com) was down: HTTP code: 0 Response time: 0 ms Resolved: West Shire Decks is back up in 21da754 after 8 minutes.
gharchive/issue
2024-03-09T07:44:53
2025-04-01T04:55:53.834667
{ "authors": [ "alliancewebteam" ], "repo": "alliancewebteam/Uptime", "url": "https://github.com/alliancewebteam/Uptime/issues/1071", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2026982187
🛑 Capital Hospitality Services is down In 5eba8a8, Capital Hospitality Services (https://chshotelrenovations.com) was down: HTTP code: 0 Response time: 0 ms Resolved: Capital Hospitality Services is back up in eca83cf after 8 minutes.
gharchive/issue
2023-12-05T19:34:41
2025-04-01T04:55:53.837045
{ "authors": [ "alliancewebteam" ], "repo": "alliancewebteam/Uptime", "url": "https://github.com/alliancewebteam/Uptime/issues/508", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2512448553
🛑 Buckland Sales is down In 8f22612, Buckland Sales (https://bucklandsales.com) was down: HTTP code: 0 Response time: 0 ms Resolved: Buckland Sales is back up in 617a6ee after 11 minutes.
gharchive/issue
2024-09-08T15:43:39
2025-04-01T04:55:53.839540
{ "authors": [ "alliancewebteam" ], "repo": "alliancewebteam/uptime", "url": "https://github.com/alliancewebteam/uptime/issues/206", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2631804614
Demo Issue 2 This is to test the workflow This issue has been automatically marked as stale due to inactivity. If no further activity occurs, it will be closed. This issue has been closed due to inactivity.
gharchive/issue
2024-11-04T04:28:00
2025-04-01T04:55:53.841708
{ "authors": [ "alloydsa", "dkharkwal" ], "repo": "alloydsa/Testaction", "url": "https://github.com/alloydsa/Testaction/issues/3", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
264934606
Copy ~/artifacts.key to working directory, so it is rsynced to duffy machine. This should enable rsyncing to artifacts.ci.centos.org directly from duffy machine (useful for junit results, screenshots, ...). Signed-off-by: rhopp rhopp@dhcp-10-40-4-239.brq.redhat.com Len is using this approach in his jobs (https://gi...
gharchive/pull-request
2017-10-12T13:06:11
2025-04-01T04:55:53.874930
{ "authors": [ "rhopp" ], "repo": "almighty/almighty-jobs", "url": "https://github.com/almighty/almighty-jobs/pull/345", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
1780509298
[BUG] На телефоне выпадающий список не перемещается вместе с остальной формой Опишите баг В виджетах "Заявка" в разделе "Продвинутые" для "Группа", "Тип исполнения заявки", "Сторона", а также в табе Условная для "Условие" в настройках "Блоттер" и "Стакан" в Профиле в табах "Общие" и "Уведомления": при клике на поле...
gharchive/issue
2023-06-29T10:06:11
2025-04-01T04:55:53.884148
{ "authors": [ "PilgrimViis", "ilya7am" ], "repo": "alor-broker/Astras-Trading-UI", "url": "https://github.com/alor-broker/Astras-Trading-UI/issues/1039", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
253995639
Fail fast if S3 bucket name is not configured in production Supersedes #159. The app will now fail fast with a KeyError if the AWS_S3_BUCKET_NAME environment variable is not set in the production environment. If the environment variable is not set in the development environment then a "null object" version of the S3S...
gharchive/pull-request
2017-08-30T13:17:19
2025-04-01T04:55:53.905070
{ "authors": [ "floehopper" ], "repo": "alphagov/asset-manager", "url": "https://github.com/alphagov/asset-manager/pull/167", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1445479275
GUA-468 delete stack alerting WIP whilst I test How to test SNS Topic Alerts trigger Prerequisites Check the topic SQS DLQ exists: https://eu-west-2.console.aws.amazon.com/sqs/v2/home?region=eu-west-2#/queues/https%3A%2F%2Fsqs.eu-west-2.amazonaws.com%2F985326104449%2Faccount-mgmt-backend-UserAccountDeletionTopicDeadL...
gharchive/pull-request
2022-11-11T13:29:35
2025-04-01T04:55:53.917065
{ "authors": [ "huwd" ], "repo": "alphagov/di-account-management-backend", "url": "https://github.com/alphagov/di-account-management-backend/pull/47", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1653946846
PYIC-2621 Change made to store clientOAuthSessionId with ipvSession. Proposed changes Store clientOAuthSessionId with ipvSession. What changed Update InitialiseIpvSessionHandler to store clientOAuthSessionId with ipvSession. Why did it change Issue tracking PYIC-2621 Checklists Environment variables or secre...
gharchive/pull-request
2023-04-04T13:56:11
2025-04-01T04:55:53.922028
{ "authors": [ "rpayal" ], "repo": "alphagov/di-ipv-core-back", "url": "https://github.com/alphagov/di-ipv-core-back/pull/734", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
90607983
Fix disappearing fields bug Brings in https://github.com/alphagov/digitalmarketplace-utils/pull/74 as well as some other fixes to the utils. This fixes a bug where filtering of the content persisted between requests, causing some fields which should have been shown to start disappearing (terminationCost was the examp...
gharchive/pull-request
2015-06-24T08:27:34
2025-04-01T04:55:53.925025
{ "authors": [ "allait", "quis" ], "repo": "alphagov/digitalmarketplace-admin-frontend", "url": "https://github.com/alphagov/digitalmarketplace-admin-frontend/pull/80", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
677514508
Replace banners-with-actions with confirm-action page https://trello.com/c/JhIzksR3/116-2-replace-banners-with-actions-with-confirm-action-page-pattern Withdrawing and deleting briefs now show a separate confirmation page. My review checklist I've: [ ] looked at the code [ ] tested locally [ ] run functional tests...
gharchive/pull-request
2020-08-12T08:46:47
2025-04-01T04:55:53.927466
{ "authors": [ "domoscargin", "lfdebrux" ], "repo": "alphagov/digitalmarketplace-briefs-frontend", "url": "https://github.com/alphagov/digitalmarketplace-briefs-frontend/pull/338", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
184487233
Feature flag for new supplier flow For this story on Pivotal. This feature flag will render a new message and button before a supplier starts applying for a brief when turned on. It's currently only set in the base config and can be turned on in different environments when needed. More feature flags will be needed in...
gharchive/pull-request
2016-10-21T13:39:32
2025-04-01T04:55:53.929900
{ "authors": [ "Wynndow", "idavidmcdonald" ], "repo": "alphagov/digitalmarketplace-buyer-frontend", "url": "https://github.com/alphagov/digitalmarketplace-buyer-frontend/pull/394", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
272478173
Update indexing script Summary Update index-services script to have a default mapping (for services) to remain compatible after updates to the search-api/apiclient I might be missing something, but isn't the "index-services" script always going to index services? Why parameterise something that will always be serv...
gharchive/pull-request
2017-11-09T08:32:44
2025-04-01T04:55:53.931761
{ "authors": [ "TheDoubleK", "samuelhwilliams" ], "repo": "alphagov/digitalmarketplace-scripts", "url": "https://github.com/alphagov/digitalmarketplace-scripts/pull/175", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
217560568
[#141943157]mark_definite_framework_results: make declaration "status" handling "special case" Story https://www.pivotaltracker.com/story/show/141943157 It was going to be ugly to get the frameworks to automagically generate an assessment schema that also included the status criteria, and what's more we already do "s...
gharchive/pull-request
2017-03-28T13:31:38
2025-04-01T04:55:53.934092
{ "authors": [ "TheDoubleK", "risicle" ], "repo": "alphagov/digitalmarketplace-scripts", "url": "https://github.com/alphagov/digitalmarketplace-scripts/pull/98", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
96899310
Fix page title on local petitions without a postcode If the user doesn't enter a postcode when searching from the home page or they navigate to the page directly then the page title helper doesn't have a count to pick which translation to use. For this case set the count to -1 so that the :other key is used from the ...
gharchive/pull-request
2015-07-23T20:31:46
2025-04-01T04:55:53.935639
{ "authors": [ "alanth", "pixeltrix" ], "repo": "alphagov/e-petitions", "url": "https://github.com/alphagov/e-petitions/pull/354", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1106665158
Update Node.js to active LTS version What Update the project to use the latest active Long Term Support (LTS) version of Node.js for development, testing, and deployment. Why This project currently uses Node.js version 14, which has been in maintenance since last October (2021-10-19) and won't receive new features. ...
gharchive/issue
2022-01-18T09:24:57
2025-04-01T04:55:53.942205
{ "authors": [ "domoscargin", "lfdebrux", "webketje" ], "repo": "alphagov/govuk-design-system", "url": "https://github.com/alphagov/govuk-design-system/issues/2021", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1702035434
Use the same version of marked in our build and our plugins What Sync marked version/source across: @metalsmith/markdown lib/extract-page-headings lib/get-macro-options lib/marked-renderer Why @metalsmith/markdown uses marked v4+ under the hood, and this does the heavy lifting of rendering our markdown code to HTML....
gharchive/issue
2023-05-09T13:25:06
2025-04-01T04:55:53.958464
{ "authors": [ "36degrees", "colinrotherham", "domoscargin", "webketje" ], "repo": "alphagov/govuk-design-system", "url": "https://github.com/alphagov/govuk-design-system/issues/2767", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
815440497
Add GOV.UK Frontend WTForms package Adding WTForms Widget package to generate GOV.UK compliant forms. Works in conjunction with the existing GOV.UK Frontend Jinja package. You can preview this change here: Built without sensitive environment variables with commit a6028b9c238bdb74011dcb91110ae63103ea8d1b https://dep...
gharchive/pull-request
2021-02-24T12:39:49
2025-04-01T04:55:53.965769
{ "authors": [ "govuk-design-system-ci", "matthew-shaw", "vanitabarrett" ], "repo": "alphagov/govuk-design-system", "url": "https://github.com/alphagov/govuk-design-system/pull/1532", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1141229104
Remove errors from phone numbers guidance Fixes #2022. Updates the 'links' section of our telephone numbers guidance. Changes Current guidance says: most desktop machines do not support calls - this is untrue so we're changing it most modern mobile browsers detect phone numbers and display them as links - as above ...
gharchive/pull-request
2022-02-17T11:41:15
2025-04-01T04:55:53.970069
{ "authors": [ "EoinShaughnessy", "davidc-gds" ], "repo": "alphagov/govuk-design-system", "url": "https://github.com/alphagov/govuk-design-system/pull/2070", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1559762855
Draft: 'share user research' guidance Draft of some guidance to help teams share useful research findings about things in the Design System @christopherthomasdesign The PR to fix your Markdown code wrapping got merged by the way 👍 https://github.com/alphagov/govuk-design-system/pull/2563 Sorry @calvin-lau-sig7...
gharchive/pull-request
2023-01-27T13:20:48
2025-04-01T04:55:53.973916
{ "authors": [ "christopherthomasdesign", "colinrotherham" ], "repo": "alphagov/govuk-design-system", "url": "https://github.com/alphagov/govuk-design-system/pull/2559", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1418339722
Simplify nodemon configuration We have been seeing some weird bugs with watching the .env file, which this change fixes by simplifying how we use nodemon. Apart from .env, the only files the user might change that we want to restart the app automatically for are now in their app folder. We can therefore simplify our ...
gharchive/pull-request
2022-10-21T13:25:22
2025-04-01T04:55:53.977583
{ "authors": [ "lfdebrux" ], "repo": "alphagov/govuk-prototype-kit", "url": "https://github.com/alphagov/govuk-prototype-kit/pull/1709", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
147721708
Staff changes Remove Matt and add Jon :+1: go merge
gharchive/pull-request
2016-04-12T11:40:09
2025-04-01T04:55:53.978749
{ "authors": [ "deanwilson", "surminus" ], "repo": "alphagov/govuk-terraform-provisioning", "url": "https://github.com/alphagov/govuk-terraform-provisioning/pull/39", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
548181923
Upgrade Ruby to 2.7.0 Upgrade Ruby to 2.7.0, see commits for more details. https://trello.com/c/XoJF36Pn/1663-8-upgrade-to-ruby-27 Closing. Sorry for the spam across all the apps! It turns out that there's a key deprecation which is causing a load of errors in gems that we use. The gem authors (including R...
gharchive/pull-request
2020-01-10T16:46:33
2025-04-01T04:55:53.980937
{ "authors": [ "issyl0" ], "repo": "alphagov/manuals-publisher", "url": "https://github.com/alphagov/manuals-publisher/pull/1556", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
90633532
Make vault decryption more quiet Set gpg to be quiet while decripting the vault. This prevents printing all the recipients of the vault everytime we run ansible. The same option has been already added to tsuru-ansible works, merging
gharchive/pull-request
2015-06-24T10:17:59
2025-04-01T04:55:53.982379
{ "authors": [ "keymon", "mtekel" ], "repo": "alphagov/multicloud-deploy", "url": "https://github.com/alphagov/multicloud-deploy/pull/28", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
224206390
PP-1717 username in api urls cleanup WHAT Modifies pay-adminusers service to use only external id in api endpoints. Before that we were querying for username and externalId in api endpoints. This PR replaces username with externalId from the endpoints and services (removes the username condition) HOW Modified UserRe...
gharchive/pull-request
2017-04-25T17:00:09
2025-04-01T04:55:53.988470
{ "authors": [ "DanailMinchev", "mrlumbu" ], "repo": "alphagov/pay-adminusers", "url": "https://github.com/alphagov/pay-adminusers/pull/68", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
370592144
[WIP] Proposal for new validation pattern in connector This commit illustrates how to use Dropwizard's built in validation functionality to validate incoming requests. It is quite powerful, and can do most of (probably all) the things we require of it. In this commit I have taken one example endpoint /v1/frontend/cha...
gharchive/pull-request
2018-10-16T12:40:59
2025-04-01T04:55:53.993564
{ "authors": [ "mrlumbu", "oswaldquek" ], "repo": "alphagov/pay-connector", "url": "https://github.com/alphagov/pay-connector/pull/748", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1138581129
Updates list of countries with converted headers Trello: https://trello.com/c/ZegaI995 What's changed? Update the list of countries in the countries_with_content_headers_converted method ready for go live. The full list is here: https://foreign-travel-spike.herokuapp.com/api/completed_locations. Why? More countries h...
gharchive/pull-request
2022-02-15T11:48:01
2025-04-01T04:55:53.998297
{ "authors": [ "Rosa-Fox", "leenagupte" ], "repo": "alphagov/smart-answers", "url": "https://github.com/alphagov/smart-answers/pull/5780", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
147034160
[CLOSED] RSpec3 Issue by bestie Monday 28 July 2014 at 13:36 GMT Originally opened as https://github.com/alphagov/specialist-publisher/pull/193 Cucumber updagraded to 1.3.16 rspec-rails gem removed Disable should syntax bestie included the following code: https://github.com/alphagov/specialist-publisher/pull/193...
gharchive/issue
2016-04-08T20:41:07
2025-04-01T04:55:54.003082
{ "authors": [ "benilovj" ], "repo": "alphagov/specialist-publisher-rebuild", "url": "https://github.com/alphagov/specialist-publisher-rebuild/issues/193", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
236858760
Add related item to business finance support scheme Adds the 'Apply for a start up loan' start page as related to the business finance support finder. See https://trello.com/c/xm4W1SzB 👍 https://www.gov.uk/apply-start-up-loan doesn't exist yet (it's in draft - https://draft-origin.publishing.service.gov.uk/apply-s...
gharchive/pull-request
2017-06-19T11:21:53
2025-04-01T04:55:54.005065
{ "authors": [ "andrewgarner", "tijmenb" ], "repo": "alphagov/specialist-publisher", "url": "https://github.com/alphagov/specialist-publisher/pull/1043", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
199591326
PP: Add 'permit eligibility requirements' to things needed on start page It's already on the actual start page, just need to add it to the bullet list Thanks @kateiw 🐐 💯 🙏
gharchive/issue
2017-01-09T16:06:41
2025-04-01T04:55:54.005966
{ "authors": [ "sanjaypoyzer" ], "repo": "alphagov/verify-local-patterns", "url": "https://github.com/alphagov/verify-local-patterns/issues/30", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
311997325
DO NOT MERGE: BAU: Use later version of hub-saml and verify-saml-libs with fixes The newer version of verify-saml-libs have fixes to give metadata resolver unique names when adding them to the metric. There are issues with this set of changes.
gharchive/pull-request
2018-04-06T14:28:22
2025-04-01T04:55:54.006885
{ "authors": [ "IreneLau-GDS" ], "repo": "alphagov/verify-matching-service-adapter", "url": "https://github.com/alphagov/verify-matching-service-adapter/pull/46", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
200402379
Add form to tag Education content to beta taxonomy For documents belonging to DfE and SFA, show a button to tag to the Finding Things education taxonomy. This allows stakeholders to keep tagging content to the taxonomy during beta. Look & Feel Trello: https://trello.com/c/miTSiYfk/409-create-tagging-interface-for-...
gharchive/pull-request
2017-01-12T15:48:31
2025-04-01T04:55:54.011616
{ "authors": [ "Davidslv", "MatMoore", "tijmenb" ], "repo": "alphagov/whitehall", "url": "https://github.com/alphagov/whitehall/pull/2963", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1602930646
Add guidance for images tab on Case Studies, Speeches and Fatality Notices Trello ticket link What Adds guidance for using the new images tab on Case Studies, Speeches and Fatality Notices for users who have the Preview images update permission. Why These content types only support image attachments - not file attach...
gharchive/pull-request
2023-02-28T12:04:02
2025-04-01T04:55:54.017719
{ "authors": [ "jyoung-gds" ], "repo": "alphagov/whitehall", "url": "https://github.com/alphagov/whitehall/pull/7387", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
54471795
Add support for OpenEncryptedFileRaw and related functions. Issue by alphaleonis from Friday Jan 02, 2015 at 19:33 GMT Originally opened as https://github.com/alphaleonis/AlphaFS/issues/3 Encryption/decryption happens automatically with most of the regular api calls if the right cert is installed. However there are ...
gharchive/issue
2015-01-15T16:41:39
2025-04-01T04:55:54.022782
{ "authors": [ "alphaleonis" ], "repo": "alphaleonis/AlphaFS.New", "url": "https://github.com/alphaleonis/AlphaFS.New/issues/3", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
356433768
Cannot save external access to GUI I have used the cmd: HOST=0.0.0.0 PORT=9000 crontab-ui Where host = my server IP but as soon as I exit SSH, its not saving and I am unable to access crontab-ui What do you mean? Just like any program, If it is running in the foreground, it wouldn't work once you close the shell. E...
gharchive/issue
2018-09-03T09:50:41
2025-04-01T04:55:54.071108
{ "authors": [ "JayBird707", "alseambusher", "charliejsford" ], "repo": "alseambusher/crontab-ui", "url": "https://github.com/alseambusher/crontab-ui/issues/87", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
253607263
Lifetime of scene::Children bound to parent Currently, one can't own the children of nodes due to incorrect lifetimes. fn process(node: gltf::Node) { struct Item { node: gltf::Node, } let mut stack = vec![Item { node }]; while let Some(item) = stack.pop() { for child in item.node.chi...
gharchive/issue
2017-08-29T10:37:09
2025-04-01T04:55:54.080509
{ "authors": [ "alteous" ], "repo": "alteous/gltf", "url": "https://github.com/alteous/gltf/issues/85", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1943909546
🛑 roothouse-1 is down In 1f4f763, roothouse-1 (https://rhstatus-proxy.alterine0101.id/?deviceId=roothouse-1) was down: HTTP code: 404 Response time: 749 ms Resolved: roothouse-1 is back up in 318041d.
gharchive/issue
2023-10-15T14:25:22
2025-04-01T04:55:54.086334
{ "authors": [ "1010bots" ], "repo": "alterine0101/roothouse-status", "url": "https://github.com/alterine0101/roothouse-status/issues/1834", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1167959683
🛑 roothouse-2 is down In 60d537c, roothouse-2 (https://rhstatus-proxy.alterine0101.id/?deviceId=roothouse-2) was down: HTTP code: 404 Response time: 259 ms Resolved: roothouse-2 is back up in a39a307.
gharchive/issue
2022-03-14T06:49:27
2025-04-01T04:55:54.088951
{ "authors": [ "reinhart1010" ], "repo": "alterine0101/roothouse-status", "url": "https://github.com/alterine0101/roothouse-status/issues/977", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
491966203
Beta lower than one is it right to have beta lower than one multiplied by KLd? Good question - this is more a question of what helps empirically. E.g. in some work annealing beta helps: https://arxiv.org/abs/1511.06349 It probably depends on the problem; it's easy to try. However, leaving beta lower than one is tec...
gharchive/issue
2019-09-11T01:09:57
2025-04-01T04:55:54.125197
{ "authors": [ "Ivamcoder", "altosaar" ], "repo": "altosaar/variational-autoencoder", "url": "https://github.com/altosaar/variational-autoencoder/issues/22", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
188979939
Query Document Validation As described in the GraphQL Working Draft, October 2016: Operations [x] Operation Name Uniqueness (5.1.1.1) [x] Lone Anonymous Operation (5.1.2.1) Fields [x] Field Selections in Scope (5.2.1) [ ] Field Selection Merging (5.2.2) [x] Leaf Field Selections (5.2.3) Arguments [x] Argument Na...
gharchive/issue
2016-11-13T16:42:02
2025-04-01T04:55:54.157238
{ "authors": [ "xsc" ], "repo": "alumbra/alumbra", "url": "https://github.com/alumbra/alumbra/issues/2", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
728885435
RK-G210S Здравствуйте! А возможно ли как-то добавить чайник RK-G210S? Думаю, будет работать. Выберите ближайший, например RK-G211S. Пробовал все выбирать, но не подключается. Пишет, что последнее найденное устройство bluetooth - RK-G210S. Всё работает, в настройках надо ещё имя чайника прописать - RK-G210S. Я е...
gharchive/issue
2020-10-24T21:56:35
2025-04-01T04:55:54.166609
{ "authors": [ "BertTomsk", "Den-88", "DivanX10", "alutov" ], "repo": "alutov/ESP32-R4sGate-for-Redmond", "url": "https://github.com/alutov/ESP32-R4sGate-for-Redmond/issues/11", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1209655600
Needed to change role name podman to alvistack.podman This role is awesome but for the "quick start" i needed to change the role name podman to alvistack.podman in molecule/default/converge.yml. Is this an error or did I make a mistake? Good question with some background history: In the old bad day before Ansible ...
gharchive/issue
2022-04-20T13:01:14
2025-04-01T04:55:54.181309
{ "authors": [ "g3n35i5", "hswong3i" ], "repo": "alvistack/ansible-role-podman", "url": "https://github.com/alvistack/ansible-role-podman/issues/5", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1906137284
🛑 zhibao.itove.com is down In febe52b, zhibao.itove.com (https://zhibao.itove.com) was down: HTTP code: 0 Response time: 0 ms Resolved: zhibao.itove.com is back up in 0855b6e after 12 minutes.
gharchive/issue
2023-09-21T05:26:03
2025-04-01T04:55:54.208216
{ "authors": [ "alzee" ], "repo": "alzee/up", "url": "https://github.com/alzee/up/issues/2426", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
970886949
Initial setup instructions missing a step for iOS I'm on a M1 Mac. It took me a while to discover that I need to run "dart pub get" first to before the .pub-cache directory was created. Then mv ~/Downloads/TensorFlowLiteC.framework ~/.pub-cache/hosted/pub.dartlang.org/tflite_flutter-0.9.0/ios/ worked and I succeeded...
gharchive/issue
2021-08-14T10:57:47
2025-04-01T04:55:54.214508
{ "authors": [ "CaptainDario", "YupengLin", "hapasa" ], "repo": "am15h/tflite_flutter_plugin", "url": "https://github.com/am15h/tflite_flutter_plugin/issues/147", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2116883204
🛑 AllTyres2U is down In fa16235, AllTyres2U (https://alltyres2u.com.au) was down: HTTP code: 403 Response time: 937 ms Resolved: AllTyres2U is back up in e8922dd after 10 minutes.
gharchive/issue
2024-02-04T04:50:02
2025-04-01T04:55:54.217054
{ "authors": [ "am8-badams" ], "repo": "am8-badams/upptime", "url": "https://github.com/am8-badams/upptime/issues/103", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
200150393
License Great sample! What is the license for this code? Thanks. Sorry I didn't see this, I accidentally had notifications disabled. Just added MIT license.
gharchive/issue
2017-01-11T17:03:07
2025-04-01T04:55:54.220539
{ "authors": [ "amacneil", "robinbobbitt" ], "repo": "amacneil/git-banish-large-files", "url": "https://github.com/amacneil/git-banish-large-files/issues/1", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2326718371
Redlocate endpoint the /homepage endpoint is currently located in the /error controller, we should move this to its own homepage controller class issue closed. no notes
gharchive/issue
2024-05-30T23:46:22
2025-04-01T04:55:54.224769
{ "authors": [ "amamolo9986" ], "repo": "amamolo9986/The-Porsche-Project", "url": "https://github.com/amamolo9986/The-Porsche-Project/issues/7", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2456618326
How to send the language (locale) code to Fetch operations processed by the Client Side? Description I've done all the checks and I've gone through all the documents in detail, but I can't find a solution. I think there's something missing here. Problem 1: I want to fetch from the client side (when the document is cr...
gharchive/issue
2024-08-08T21:02:25
2025-04-01T04:55:54.235503
{ "authors": [ "amannn", "salihandic" ], "repo": "amannn/next-intl", "url": "https://github.com/amannn/next-intl/issues/1243", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1920843062
Module '"next-intl/server"' has no exported member 'getRequestConfig' Description I use Next 13.5.3 I follow this guide - https://next-intl-docs.vercel.app/docs/getting-started/app-router-server-components When I paste this to my i18n.ts (in root directory) import {getRequestConfig} from 'next-intl/server'; export ...
gharchive/issue
2023-10-01T16:08:49
2025-04-01T04:55:54.240482
{ "authors": [ "amannn", "nicitaacom" ], "repo": "amannn/next-intl", "url": "https://github.com/amannn/next-intl/issues/538", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1002244752
Leetcode Question Number 1290 Leetcode Question Number 1290 solution needs to be added in the repo . The link for the question is this. Accepted Languages C++ / JAVA . You Only need to add the class Solution in the file. Make Sure you have read the contributions guidelines before creating an PR. Assign me
gharchive/issue
2021-09-21T11:06:20
2025-04-01T04:55:54.242128
{ "authors": [ "amanvermatemp", "aniketsaha19" ], "repo": "amanv8060/Leetcode-Questions", "url": "https://github.com/amanv8060/Leetcode-Questions/issues/1193", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2040284785
Can I reduce the time it takes to initiate the camera? I'm working on an application that requires that the device wakes up and takes a picture extremely quickly. So far I've been able to get this down to 267ms which meets spec for the project. But to do this I had to initialize the file system AFTER I initialized th...
gharchive/issue
2023-12-13T18:50:01
2025-04-01T04:55:54.307562
{ "authors": [ "M-ichae-l", "jonathan84clark" ], "repo": "ambiot/ambpro2_arduino", "url": "https://github.com/ambiot/ambpro2_arduino/issues/170", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
388194788
Fix multiprocessing support for Windows binary The black binary generated for Windows builds would fail on reformatting multiple files due to a Windows-specific multiprocessing issue. Fix by calling freeze_support() as described in Python docs. I didn't create an issue for this, not sure if that's a required part o...
gharchive/pull-request
2018-12-06T12:35:38
2025-04-01T04:55:54.321464
{ "authors": [ "allhailwesttexas", "coveralls", "zsol" ], "repo": "ambv/black", "url": "https://github.com/ambv/black/pull/632", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1533401307
React capstone project - Metrics webapp Raised for React Capstone Project. I have built Air Quality Data Metrics mobile web application using the Air Pollution API. Following project requirements have been implemented: Features; Followed these provided guidelines. Built a Home Page that: Build Home Page where ...
gharchive/pull-request
2023-01-14T18:00:40
2025-04-01T04:55:54.372298
{ "authors": [ "amentetteh" ], "repo": "amentetteh/react-capstone-metrics-webapp-project", "url": "https://github.com/amentetteh/react-capstone-metrics-webapp-project/pull/1", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1061630590
use constant name not value in documentation. Problem Statement Documentation is out of sync with code. Uses constant value and not constant name. Description of Change Changes all instances in documentation from value to constant name. Breaking Change not Closes #5 Hey @wadearnold thanks for the PR, looks like the...
gharchive/pull-request
2021-11-23T19:20:30
2025-04-01T04:55:54.377775
{ "authors": [ "madflojo", "wadearnold" ], "repo": "americanexpress/simplemli", "url": "https://github.com/americanexpress/simplemli/pull/6", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
464369985
Added resources for Git. Added resources for Git. Thanks, @yashk2000 for the PR. I have a few changes, I will do the changes in the evening and merge it then. :tada: @vchrombie any updates? Any changes I should make?
gharchive/pull-request
2019-07-04T18:50:12
2025-04-01T04:55:54.385486
{ "authors": [ "vchrombie", "yashk2000" ], "repo": "amfoss/vidyaratna", "url": "https://github.com/amfoss/vidyaratna/pull/32", "license": "CC-BY-4.0", "license_type": "permissive", "license_source": "github-api" }
2550281243
🛑 KMHARS Main Fiber Line is down In 6639e1e, KMHARS Main Fiber Line (het09022amj.sn.mynetname.net) was down: HTTP code: 0 Response time: 0 ms Resolved: KMHARS Main Fiber Line is back up in 15cdc2b after 5 hours, 2 minutes.
gharchive/issue
2024-09-26T11:16:56
2025-04-01T04:55:54.410476
{ "authors": [ "amin-IT" ], "repo": "amin-IT/kmhars", "url": "https://github.com/amin-IT/kmhars/issues/311", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1903976783
请问搜索栏怎么设置默认值,比如下拉设置一个默认的选项 请问搜索栏怎么设置默认值,比如下拉设置一个默认的选项,我知道可以在get_page里面直接填充filterform对应的value ,但是还是想问下怎么直接设置 重写get_list_table, 给table添加defaultParams属性. 好的,我试下, 其实有了get_page 重构,这个框架灵活性完全不是问题,感谢作者这轮子,熟悉后,很高效。
gharchive/issue
2023-09-20T02:27:01
2025-04-01T04:55:54.428319
{ "authors": [ "amisadmin", "tomasky" ], "repo": "amisadmin/fastapi-amis-admin", "url": "https://github.com/amisadmin/fastapi-amis-admin/issues/124", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1599259757
Any way to use vercel.json? As the title says — is there a way to get this excellent GHA to “see” and respect a project’s top-level vercel.json file, such as to provide Cache-Control headers and so forth? @brycewray Just place vercel.json in your distribution directory. https://github.com/amondnet/vercel-action/blo...
gharchive/issue
2023-02-24T20:49:18
2025-04-01T04:55:54.525950
{ "authors": [ "amondnet", "brycewray" ], "repo": "amondnet/vercel-action", "url": "https://github.com/amondnet/vercel-action/issues/225", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1293048577
Storyline for Demo-Day: What scenarios to include and how to approach them? User story As a team We want / need have a great demo day presentation So that we finish the project in style Acceptance criteria [ ] POs and one SD have a meeting and think about what scenarios we could show and how we can implement them ...
gharchive/issue
2022-07-04T11:38:14
2025-04-01T04:55:54.530791
{ "authors": [ "Meisterlu", "codingwithelijah" ], "repo": "amosproj/amos2022ss05-find-my-hearing-aid", "url": "https://github.com/amosproj/amos2022ss05-find-my-hearing-aid/issues/228", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
111345567
cannot upload sftp after latest atom update Atom v.1.0.19 OS Win10x64 Trace: Error: Cannot find module 'ssh2' at Module._resolveFilename (module.js:334:15) at Function.Module._resolveFilename (C:\Users\Стас\AppData\Local\atom\app-1.0.19\resources\app.asar\src\module-cache.js:383:52) at Function.Module._load (module.j...
gharchive/issue
2015-10-14T08:09:06
2025-04-01T04:55:54.535752
{ "authors": [ "amoussard", "lightinen" ], "repo": "amoussard/sftp-deployment", "url": "https://github.com/amoussard/sftp-deployment/issues/88", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1093760798
stat failed hi, i have an error in amphp when i init madeline Exception: stat(): stat failed for E:\php\telegram\tbot\session.madeline.safe.php in BlockingDriver.php:47 PHP Fatal error: Uncaught \danog\MadelineProto\Exception: stat(): stat failed for E:\session.madeline.safe.php in phar://madeline-12bb6...
gharchive/issue
2022-01-04T21:17:39
2025-04-01T04:55:54.568353
{ "authors": [ "amirziaee", "enumag" ], "repo": "amphp/file", "url": "https://github.com/amphp/file/issues/65", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
115625326
[TACHYON-988] Added LocalTachyonClusterResource This is a Junit rule, which serves as sort-of a mixin for integration tests. The goal is that instead of creating and managing your own LocalTachyonCluster for every integration test, you use a LocalTachyonClusterResource, with some basic defaults, and can employ per-cl...
gharchive/pull-request
2015-11-07T02:13:25
2025-04-01T04:55:54.571210
{ "authors": [ "apc999", "calvinjia", "manugoyal", "yupeng9" ], "repo": "amplab/tachyon", "url": "https://github.com/amplab/tachyon/pull/2009", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
64735320
[TACHYON-324] Fix format issue Previously, Tachyon only delete block files under data folder during formatting worker storage. and it is not right to format directory by deleting and creating the directory, because the user may doesn't have the privilege in parent directory. Test PASSed. Refer to this link for buil...
gharchive/pull-request
2015-03-27T10:29:46
2025-04-01T04:55:54.574128
{ "authors": [ "AmplabJenkins", "calvinjia", "shimingfei" ], "repo": "amplab/tachyon", "url": "https://github.com/amplab/tachyon/pull/756", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
69039615
[TACHYON-371] Upgrade release plugin https://tachyon.atlassian.net/browse/TACHYON-371 Fixes some critical bugs when integrating with newer versions of git. Test FAILed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/Tachyon-Pull-Request-Builder/...
gharchive/pull-request
2015-04-17T01:01:10
2025-04-01T04:55:54.578028
{ "authors": [ "AmplabJenkins", "calvinjia" ], "repo": "amplab/tachyon", "url": "https://github.com/amplab/tachyon/pull/829", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2106093489
Offline support for React Native SDK Summary This issue is to collect customer requests on supporting offline mode for React Native SDK while Amplitude Browser SDK supports offline mode out of the box by https://github.com/amplitude/Amplitude-TypeScript/pull/644. Leave a comment under this issue with the use causes ...
gharchive/issue
2024-01-29T17:46:24
2025-04-01T04:55:54.596820
{ "authors": [ "Mercy811", "cgibson-emesent" ], "repo": "amplitude/Amplitude-TypeScript", "url": "https://github.com/amplitude/Amplitude-TypeScript/issues/655", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
356502051
AMP Story previews missing https://ampbyexample.com/stories/introduction/amp_story_hello_world/preview/embed/ 404s. It previously existed, and is the "view story" link from https://ampbyexample.com/stories/introduction/amp_story_hello_world/. Not sure what happened here. Some of the code around this was fiddled with ...
gharchive/issue
2018-09-03T13:16:02
2025-04-01T04:55:54.598815
{ "authors": [ "ithinkihaveacat", "sebastianbenz" ], "repo": "ampproject/amp-by-example", "url": "https://github.com/ampproject/amp-by-example/issues/1497", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
154429608
Improve linking between ampproject/amphtml and amp-by-example It would be useful to have a better way to reference amp-by-example from the project pages. For example: a "Check out this component on ABE" badge. Which project pages are you talking about, amphtml? Yes, and https://www.ampproject.org/ Let me edit the...
gharchive/issue
2016-05-12T08:52:25
2025-04-01T04:55:54.600792
{ "authors": [ "juliantoledo", "kul3r4", "sebastianbenz" ], "repo": "ampproject/amp-by-example", "url": "https://github.com/ampproject/amp-by-example/issues/157", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
332904033
Carousel lightbox Fixes #578 Can you please fix the HTML validation error: The id value [ carousel-with-preview ] must be unique. (id-unique) @sebastianbenz Done!
gharchive/pull-request
2018-06-15T20:26:23
2025-04-01T04:55:54.602074
{ "authors": [ "kul3r4", "sebastianbenz" ], "repo": "ampproject/amp-by-example", "url": "https://github.com/ampproject/amp-by-example/pull/1316", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
2551584380
ULTRA SEVERITY: README.md contains evil word "lazy" Version v0.1.0 Severity Ultra Summary Readme file contains prohibited word "lazy". What kind of issue is this? The inclusion of the word "lazy" in the README.md file represents a clear violation of the guidelines established by HR Manager Karen. This term is consi...
gharchive/issue
2024-09-26T21:48:50
2025-04-01T04:55:54.844435
{ "authors": [ "Meltr0n", "Mineshafter61", "amshamah419" ], "repo": "amshamah419/Karen-Inspect", "url": "https://github.com/amshamah419/Karen-Inspect/issues/2", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
704468764
docs : add WeTransfer to 'Who uses Amundsen?' Summary of Changes Adds WeTransfer to Who uses Amundsen? in the README As a side note, I'm sharing some of the things we did differently. Maybe helpful for some people. use Kuberenetes Ingress set up authentication with OAuth Proxy separate config and application codes ...
gharchive/pull-request
2020-09-18T15:28:53
2025-04-01T04:55:54.879980
{ "authors": [ "feng-tao", "higee" ], "repo": "amundsen-io/amundsen", "url": "https://github.com/amundsen-io/amundsen/pull/705", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1330331462
Type cast before normalize dpt What does this PR do? Modifies the feature extractor call to make the inputs to BatchFeature always numpy arrays. This ensures the type of the returned pixel_values matches those requested with return_tensors. The conversion to numpy arrays happens before normalization to ensure consist...
gharchive/pull-request
2022-08-05T19:45:24
2025-04-01T04:55:54.886851
{ "authors": [ "HuggingFaceDocBuilderDev", "amyeroberts" ], "repo": "amyeroberts/transformers", "url": "https://github.com/amyeroberts/transformers/pull/15", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1277498893
Add support for TYPE_MATCHES relocation This change adds support for the TYPE_MATCHES relocation to the program. This relocation backs the type match relation, which is introduced here: https://lore.kernel.org/bpf/20220620231713.2143355-1-deso@posteo.net/ Signed-off-by: Daniel Müller deso@posteo.net Thanks!
gharchive/pull-request
2022-06-20T23:36:29
2025-04-01T04:55:54.920182
{ "authors": [ "anakryiko", "danielocfb" ], "repo": "anakryiko/btfdump", "url": "https://github.com/anakryiko/btfdump/pull/1", "license": "BSD-2-Clause", "license_type": "permissive", "license_source": "github-api" }
2454748709
fix: additional dir paths windows Closes # [optional] What gif best describes this PR or how it makes you feel? @allcontributors add @illunix for code
gharchive/pull-request
2024-08-08T02:36:13
2025-04-01T04:55:54.948968
{ "authors": [ "brandonroberts", "illunix" ], "repo": "analogjs/analog", "url": "https://github.com/analogjs/analog/pull/1260", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2081219108
Stable API for components 多分需要があるけどどのコンポーネントから手を付ければいいかがわからないのでほしいcomponentをユースケースとともに教えてください Merge Skinned Mesh declavatar で切り替えアニメーションを生成する際、マージした状態でアニメーションを生成するようにしたい 他のエディタ拡張などでも、切り替えパターン的にマージ可能なもの同士を自動でマージするような機能を実装する余地がうまれるはず 極論ツールの都合のみで必要な GameObject/Component を手動で生成させたくない Remove Mesh by BlendShape / in ...
gharchive/issue
2024-01-15T04:18:14
2025-04-01T04:55:55.001165
{ "authors": [ "Sabu006", "anatawa12", "fu-sasa", "kb10uy" ], "repo": "anatawa12/AvatarOptimizer", "url": "https://github.com/anatawa12/AvatarOptimizer/issues/832", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
373103673
Connection aborted due to "bad status line" http://termbin.com/k7jp I thought this might somehow be related to the issues that github was having, but I'm still getting this error. I don't think there's some issue with my repository settings or the path or anything, since it was able to get the image digest of the doc...
gharchive/issue
2018-10-23T17:04:54
2025-04-01T04:55:55.005633
{ "authors": [ "nurmi", "paulcdejean" ], "repo": "anchore/anchore-engine", "url": "https://github.com/anchore/anchore-engine/issues/107", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
716844562
Package list API should use syft packages (python packages) As an engine user I expect the product to leverage syft capabilities to produce the listing for Python packages. AC In order to support the existing UI client implement a translation layer on syft for the following: Match the existing packages API call synt...
gharchive/issue
2020-10-07T20:53:59
2025-04-01T04:55:55.009219
{ "authors": [ "wagoodman" ], "repo": "anchore/anchore-engine", "url": "https://github.com/anchore/anchore-engine/issues/654", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }