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 |
|---|---|---|---|---|---|
384479644 | Build script and file layout changes
Updated file layout for clarity and to more closely mirror Bootstrap's layout. This is why it looks like so many files were changed. Mostly, this consists of moving from a "src" directory to a "scss" directory, from "styles" to "css" and from "scripts" to "js".
Big changes to ... | gharchive/pull-request | 2018-11-26T19:37:22 | 2025-04-01T04:34:31.508122 | {
"authors": [
"jgolieb",
"mihai-mihalache"
],
"repo": "hortonworks/fluid-bootstrap-theme",
"url": "https://github.com/hortonworks/fluid-bootstrap-theme/pull/22",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
249013392 | Migration script for the change of ISSUE-785
There's change on DB schema, and one of table is broken down to two tables, so need to provide migration tool, along with schema update script.
@raju-saravanan resolved this issue. Closing.
| gharchive/issue | 2017-08-09T12:25:06 | 2025-04-01T04:34:31.509055 | {
"authors": [
"HeartSaVioR"
],
"repo": "hortonworks/streamline",
"url": "https://github.com/hortonworks/streamline/issues/876",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
64263737 | numer księgi głównej
March 25, 2015 at 02:05PM
created via Do Button
brak danych
| gharchive/issue | 2015-03-25T13:05:12 | 2025-04-01T04:34:31.510349 | {
"authors": [
"amarcinkowski"
],
"repo": "hospitalhub/punction",
"url": "https://github.com/hospitalhub/punction/issues/3",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
162136823 | ZNet.1.0.9 업데이트 설명
c# 클라이언트 전용 ZNet.dll 라이브러리가 1.0.9로 업데이트 되었습니다
몇가지 최적화 및 안정화 작업이 이루어졌으며 특히 유니티에서 간헐적으로 서버이동시 먹통되던 오류가 수정되었습니다
이미 서버쪽 부분은 다양한 유닛테스트와 스트레스 테스트를 통해 안정화 작업이 이루어 졌으나 c# 클라이언트 쪽은 많이 테스트를 하지 못하였는데 이번 업데이트로 인해 이제 유니티에서도 안정적으로 라이브러리를 사용할 수 있습니다
추가로 전체적인 기능들이 아닌 좀 더 간단히 실제적인 서버를 제작하고 싶은 분들은 아래 샘플을 참고하시면 도움이... | gharchive/issue | 2016-06-24T12:29:45 | 2025-04-01T04:34:31.512199 | {
"authors": [
"hothoty"
],
"repo": "hothoty/Zero",
"url": "https://github.com/hothoty/Zero/issues/2",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
260843992 | Handling large amount of users on user engagement graphs
@MariaSolovyeva @dimasciput How do we want to handle the user engagement graphs when we have a lot of users? Looks like this breaks when it's above 10 or 11 but that's dependent on the username length.
This is from the chart.js library, so I will try to cust... | gharchive/issue | 2017-09-27T04:33:38 | 2025-04-01T04:34:31.519089 | {
"authors": [
"dimasciput",
"smit1678"
],
"repo": "hotosm/field-campaigner",
"url": "https://github.com/hotosm/field-campaigner/issues/365",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
777600142 | Serialize/deserialize negative Decimal number is wrong
Hi,
I extracted codes from DataTypeDecimal, The following is the test codes:
@Test
public void testNegativeDecimal() {
//
int scale = 4;
BigDecimal negative = new BigDecimal("-18.2000");
BigDecimal scaleFactor = BigDecim... | gharchive/issue | 2021-01-03T09:03:15 | 2025-04-01T04:34:31.531386 | {
"authors": [
"baibaichen",
"sundy-li"
],
"repo": "housepower/ClickHouse-Native-JDBC",
"url": "https://github.com/housepower/ClickHouse-Native-JDBC/issues/277",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
537837590 | Modify onChange() example
func arrow missing
this change should actually be made in the javascript file itself, as these reference docs are generated from code:
https://github.com/howdyai/botkit/blob/master/packages/botkit/src/conversation.ts#L486
fix source comment instead
| gharchive/pull-request | 2019-12-14T00:37:38 | 2025-04-01T04:34:31.533831 | {
"authors": [
"benbrown",
"mattcobb"
],
"repo": "howdyai/botkit",
"url": "https://github.com/howdyai/botkit/pull/1876",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
599238432 | 安装项目报错
git下载https://github.com/howl-anderson/hanzi_char_featurizer.
cd 到目录下
python steup.py install
然后在控制台 导入包的时候 报错
import hanzi_char_featurizer Traceback (most recent call last): File "F:\ANACONDA\lib\site-packages\IPython\core\interactiveshell.py", line 2862, in run_code exec(code_obj, self.user_global_ns, ... | gharchive/issue | 2020-04-14T01:47:24 | 2025-04-01T04:34:31.536848 | {
"authors": [
"howl-anderson",
"luoqishuai"
],
"repo": "howl-anderson/hanzi_char_featurizer",
"url": "https://github.com/howl-anderson/hanzi_char_featurizer/issues/3",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2587193089 | Extra header in schematic?
Thank you for the amazing work here! This is exactly what I need for a project I'm working on.
I'm fairly new to reading schematics, and I'm getting tripped up as I read the example here: https://github.com/hpwit/I2SClocklessVirtualLedDriver/blob/main/extra/Schematic_4pins-virtual-8-1-20191... | gharchive/issue | 2024-10-14T22:33:58 | 2025-04-01T04:34:31.617545 | {
"authors": [
"hpwit",
"nuttingd"
],
"repo": "hpwit/I2SClocklessVirtualLedDriver",
"url": "https://github.com/hpwit/I2SClocklessVirtualLedDriver/issues/25",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
540701861 | fix(vx-brush): Fix BaseBrush, iterate on types + gallery
:rocket: Enhancements
Adds a bit of polish to the gallery brush example (changes the big:small chart ratio, changes colors from green to purple, uses our LinearGradient component instead of a manual defs version, hides bottom axes in smaller tile gallery vs pa... | gharchive/pull-request | 2019-12-20T02:13:51 | 2025-04-01T04:34:31.669748 | {
"authors": [
"williaster"
],
"repo": "hshoff/vx",
"url": "https://github.com/hshoff/vx/pull/567",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
546715697 | eleTree组件拖动节点时判断是否超出边界的代码有问题
场景描述:页面上有两棵树,两棵树均允许节点拖动
操作描述:拖动一棵树的节点到另一棵树上
期望结果:被拖动的节点不会添加到另一棵树上
实际结果:被拖动的节点添加到另一棵树上
结论:eleTree组件拖动节点时判断是否超出边界的代码有问题
jquery的parents()方法传入的参数应该是选择器(也就是字符串),而options.elem此时已经是对象了,导致 target.parents(options.elem).length===0 条件不成立,不能return
@muyunzhongtian 多谢提醒,之前没太注意到,修改之后通过获取节点的属性组成字符串查找
... | gharchive/issue | 2020-01-08T08:33:10 | 2025-04-01T04:34:31.677755 | {
"authors": [
"hsiangleev",
"muyunzhongtian"
],
"repo": "hsiangleev/layuiExtend",
"url": "https://github.com/hsiangleev/layuiExtend/issues/92",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
728640950 | Any plan to introduce lintting tools to the project
we can have something like auto format code, remove white spaces ..
or is there any vscode plugin recommend
Normally, TS has tslint.json for linting configuration, and can be execute every time we commit source code. Currently, I haven't configure it yet. :(
let... | gharchive/issue | 2020-10-24T02:53:50 | 2025-04-01T04:34:31.701916 | {
"authors": [
"heyfirst",
"hspotlight",
"thanakritju"
],
"repo": "hspotlight/metro-fare",
"url": "https://github.com/hspotlight/metro-fare/issues/15",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
297990470 | Fixed build issues
roles/kubernetes-apps/registry/tasks/main.yml
33:1 error trailing spaces (trailing-spaces)
41:8 error trailing spaces (trailing-spaces)
55:8 error trailing spaces (trailing-spaces)
@k1-hedayati thanks for reporting, I also discover something strange when rebase all my p... | gharchive/pull-request | 2018-02-17T08:50:27 | 2025-04-01T04:34:31.719293 | {
"authors": [
"hswong3i",
"k1-hedayati"
],
"repo": "hswong3i/kubespray",
"url": "https://github.com/hswong3i/kubespray/pull/1",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
303139289 | Plugin is saying that I'm tracking ignored files but it's wrong
Prerequisites
[X] Plugin is in the latest version
[X] Issue was not reported yet
[ ] Stack trace (if provided) contains mobi.hsz.idea.gitignore package name
Description
After I open a project the plugin presents a popup in the lower right corner that ... | gharchive/issue | 2018-03-07T15:19:21 | 2025-04-01T04:34:31.732129 | {
"authors": [
"chaimleib",
"hsz",
"jpickwell",
"kevincam3",
"mlsquires"
],
"repo": "hsz/idea-gitignore",
"url": "https://github.com/hsz/idea-gitignore/issues/523",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
2751185813 | 🛑 Manhuagui is down
In db99c26, Manhuagui (https://www.manhuagui.com) was down:
HTTP code: 0
Response time: 0 ms
Resolved: Manhuagui is back up in 1294b45 after 6 minutes.
| gharchive/issue | 2024-12-19T18:48:08 | 2025-04-01T04:34:31.856724 | {
"authors": [
"http403"
],
"repo": "http403/uptime_monitor",
"url": "https://github.com/http403/uptime_monitor/issues/410",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2591086872 | No Decoding of Http2PingFrame / Http2GoAwayFrame
We are seeing logs such as
Discarded inbound message DefaultHttp2GoAwayFrame(errorCode=0, content=UnpooledSlicedByteBuf(ridx: 8, widx: 15, cap: 15/15, unwrapped: PooledUnsafeDirectByteBuf(ridx: 24, widx: 41, cap: 63)), extraStreamIds=0, lastStreamId=771) that reached a... | gharchive/issue | 2024-10-16T08:32:32 | 2025-04-01T04:34:31.858329 | {
"authors": [
"hamnis",
"sam0jones0"
],
"repo": "http4s/http4s-netty",
"url": "https://github.com/http4s/http4s-netty/issues/714",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
945070610 | 修改两个小问题
1、修改全局变量覆盖局部变量的问题;(比如定义了某个全局变量A,某条用例在config.variables中又定义了变量A,在该条用例中应该使用局部变量。提出修改的原因是extract输出的变量是全局的,很容易和别的用例的自定义变量重名)
2、解决断言时,不能从list末尾开始取值的问题;(不支持-1的问题,如list.-1)
并没有人理我
并没有人理我
原来已经修复了啊。。这两个还都用到过,
大佬求解下,
1、如何能让提取的值给所有case用呢,只能通过读写外部文件了吗(全局变量) 蛮多场景需要的啊
2、集成到ci,能不能传值到debugtalk.py里面呢。。切环境时候.Env不能解决所有场景
3... | gharchive/pull-request | 2021-07-15T07:07:08 | 2025-04-01T04:34:31.863290 | {
"authors": [
"wangtesting",
"xiongjs"
],
"repo": "httprunner/httprunner",
"url": "https://github.com/httprunner/httprunner/pull/1099",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
300379280 | Add delegate for Web Socket session close event
This change allows client code to register a delegate to receive notification when a WebSocketSession will close. This should have no effect on sockets which aren't involved in a WebSocketSession.
Because of the way that the WebSocketSession is retained by a closure, it... | gharchive/pull-request | 2018-02-26T20:11:59 | 2025-04-01T04:34:31.866251 | {
"authors": [
"cwillisf",
"marcc-orange"
],
"repo": "httpswift/swifter",
"url": "https://github.com/httpswift/swifter/pull/295",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
2197163439 | 关于量化权重文件的生成
您好,我看了原工程的python代码。做了这样的调用
img_path='gao_mask.jpg'
img = cv2.imread(img_path)
img = cv2.cvtColor(img, cv2.COLOR_BGR2RGB) # 将BGR转换为RGB
from torchvision import transforms
# 预处理图像
transform = transforms.Compose([
transforms.ToPILImage(),
transforms.Resize((640, 640)), # 假设模型输入尺寸为640x640
transf... | gharchive/issue | 2024-03-20T10:18:12 | 2025-04-01T04:34:31.888802 | {
"authors": [
"foooal",
"huanggeli"
],
"repo": "huanggeli/yolov3tiny-ZYNQ7000",
"url": "https://github.com/huanggeli/yolov3tiny-ZYNQ7000/issues/11",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1662921283 | RL example: Platoon
Added baseline example, consisting of training, inference, and zoo agent registration, for the platooning task in Driving SMARTS 2023.3 benchmark.
Documented the challenge objective, desired inference code structure, and use of baseline example, for Driving SMARTS 2023.3 benchmark, i.e., platooni... | gharchive/pull-request | 2023-04-11T17:15:31 | 2025-04-01T04:34:31.898850 | {
"authors": [
"Adaickalavan",
"Gamenot"
],
"repo": "huawei-noah/SMARTS",
"url": "https://github.com/huawei-noah/SMARTS/pull/1955",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1379092837 | codecov actions add sc and zk env
Which issue(s) this PR fixes:
Fixes #770
Use case description: None
Does this PR introduce a user-facing change?
No
Additional documentation e.g., usage docs, etc.:
No
/lgtm
| gharchive/pull-request | 2022-09-20T09:21:00 | 2025-04-01T04:34:31.904995 | {
"authors": [
"robotLJW",
"xuezechao1"
],
"repo": "huaweicloud/Sermant",
"url": "https://github.com/huaweicloud/Sermant/pull/771",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
243534447 | Some events returned to Splunk have a semicolon and random string appended to the file name
From @basepi on March 7, 2017 22:42
From @mew1033 on March 2, 2017 23:12
There are some events getting returned to Splunk that have a semicolon and a random string appended to the file name.
The object_path parameter comes fr... | gharchive/issue | 2017-07-17T21:32:40 | 2025-04-01T04:34:31.922567 | {
"authors": [
"basepi"
],
"repo": "hubblestack/hubble",
"url": "https://github.com/hubblestack/hubble/issues/71",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
660821088 | Adding FDG Command line parser module
The module can be used to fetch value of keys provided in command lines.
Example:
"dockerd --config-file=/etc/docker/daemon.json --log-level=debug"
In the above command line, the module can be used to fetch the value of config-file and log-level.
Perhaps we should cover this in... | gharchive/pull-request | 2020-07-19T12:55:09 | 2025-04-01T04:34:31.924556 | {
"authors": [
"MoodyMudit",
"fossam"
],
"repo": "hubblestack/hubble",
"url": "https://github.com/hubblestack/hubble/pull/891",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
271595649 | Deploy Hubot 3.x to NPM?
Hello,
I was excited to see that version 3 had come out but I didn't see it available in NPM. If I go to https://www.npmjs.com/package/hubot it reports the latest version is still 2.19.0. Any thoughts on getting the newer versions deployed out there?
Thanks!
idg why this is so hard for so... | gharchive/issue | 2017-11-06T19:41:38 | 2025-04-01T04:34:31.935849 | {
"authors": [
"MattSFT",
"atomanyih",
"jwbennet",
"strugee",
"technicalpickles"
],
"repo": "hubotio/hubot",
"url": "https://github.com/hubotio/hubot/issues/1406",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
2632803635 | 🛑 VGMdb API is down
In 7f30c37, VGMdb API (https://vgmdb.info) was down:
HTTP code: 502
Response time: 350 ms
Resolved: VGMdb API is back up in 9ddb080 after 18 minutes.
| gharchive/issue | 2024-11-04T13:20:28 | 2025-04-01T04:34:31.947247 | {
"authors": [
"hufman"
],
"repo": "hufman/upptime",
"url": "https://github.com/hufman/upptime/issues/1335",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2679864155 | 🛑 VGMdb API is down
In aff5a31, VGMdb API (https://vgmdb.info) was down:
HTTP code: 502
Response time: 349 ms
Resolved: VGMdb API is back up in b121e37 after 11 minutes.
| gharchive/issue | 2024-11-21T15:15:01 | 2025-04-01T04:34:31.949573 | {
"authors": [
"hufman"
],
"repo": "hufman/upptime",
"url": "https://github.com/hufman/upptime/issues/1617",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1344983795 | Accelerator starting multiple wandb runs
Hi there! I may be doing something wrong, but when I call accelerator.init_trackers in my main function, I get N different runs for each process. Is this the expected behavior?
@ezhang7423 a pr was just merged to adjust this. But if you peek at the examples currently you'll ... | gharchive/issue | 2022-08-19T23:48:03 | 2025-04-01T04:34:31.952456 | {
"authors": [
"Gladiator07",
"ezhang7423",
"muellerzr"
],
"repo": "huggingface/accelerate",
"url": "https://github.com/huggingface/accelerate/issues/644",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1845294951 | I keep getting "requests.exceptions.HTTPError: 400 Client Error: Bad Request"
I am trying to fine-tune llama-2-7b-hf with my own dataset. I have tried both on huggingface and by running autotrain-advanced locally and I get this error:
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://api.a... | gharchive/issue | 2023-08-10T14:22:21 | 2025-04-01T04:34:31.954727 | {
"authors": [
"jaslatendresse"
],
"repo": "huggingface/autotrain-advanced",
"url": "https://github.com/huggingface/autotrain-advanced/issues/197",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1850304398 | feat: 🎸 be more specific in OpenAPI type
the failed configs format is a CustomError
The docs for this PR live here. All of your documentation changes will be reflected on that endpoint.
| gharchive/pull-request | 2023-08-14T18:16:33 | 2025-04-01T04:34:31.955873 | {
"authors": [
"HuggingFaceDocBuilderDev",
"severo"
],
"repo": "huggingface/datasets-server",
"url": "https://github.com/huggingface/datasets-server/pull/1682",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1946010912 | Cannot load dataset with 2.14.5: FileNotFound error
Describe the bug
I'm trying to load [piuba-bigdata/articles_and_comments] and I'm stumbling with this error on 2.14.5. However, this works on 2.10.0.
Steps to reproduce the bug
Colab link
Downloading readme: 100%
1.19k/1.19k [00:00<00:00, 30.9kB/s]
----------------... | gharchive/issue | 2023-10-16T20:11:27 | 2025-04-01T04:34:31.959875 | {
"authors": [
"albertvillanova",
"finiteautomata"
],
"repo": "huggingface/datasets",
"url": "https://github.com/huggingface/datasets/issues/6305",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2057377630 | ImportError: cannot import name 'SchemaInferenceError' from 'datasets.arrow_writer' (/opt/conda/lib/python3.10/site-packages/datasets/arrow_writer.py)
Describe the bug
While importing from packages getting the error
Code:
import os import torch from datasets import load_dataset, Dataset from transformers import ( ... | gharchive/issue | 2023-12-27T13:31:16 | 2025-04-01T04:34:31.985125 | {
"authors": [
"Sonali-Behera-TRT",
"YZx0pa",
"iwo9",
"lhoestq",
"lucken99"
],
"repo": "huggingface/datasets",
"url": "https://github.com/huggingface/datasets/issues/6538",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1898391913 | Fix latex example
The latex example string was incorrectly changed here: https://github.com/huggingface/hub-docs/pull/905/files
cc @mishig25 @julien-c
The docs for this PR live here. All of your documentation changes will be reflected on that endpoint.
| gharchive/pull-request | 2023-09-15T12:59:57 | 2025-04-01T04:34:32.073000 | {
"authors": [
"HuggingFaceDocBuilderDev",
"patrickvonplaten"
],
"repo": "huggingface/hub-docs",
"url": "https://github.com/huggingface/hub-docs/pull/955",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2668916671 | Tasks: Add image-text-to-text pipeline and inference API to task page
..and remove the long inference
ah need to lint
@pcuenca I changed it since it looked counterintuitive as an example, merging. thanks for the review
https://youtu.be/tKCQcM5vfac?feature=shared
On Thu, Dec 12, 2024, 08:50 Merve Noyan @.***> wr... | gharchive/pull-request | 2024-11-18T15:23:14 | 2025-04-01T04:34:32.077089 | {
"authors": [
"code30x58",
"merveenoyan"
],
"repo": "huggingface/huggingface.js",
"url": "https://github.com/huggingface/huggingface.js/pull/1039",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2327856648 | ModelHubMixn: Fix attributes lost in inheritance
Fix https://github.com/huggingface/huggingface_hub/issues/2300.
Instead of recreating the MixinInfo object, we should complete its information as mentioned by @qubvel. Thanks for reporting this!
The docs for this PR live here. All of your documentation changes will b... | gharchive/pull-request | 2024-05-31T13:35:41 | 2025-04-01T04:34:32.079824 | {
"authors": [
"HuggingFaceDocBuilderDev",
"Wauplin",
"qubvel"
],
"repo": "huggingface/huggingface_hub",
"url": "https://github.com/huggingface/huggingface_hub/pull/2305",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
2256571233 | Remove TGI models
Needs #158 to be merged first, then to be rebased on main.
TGI models might finally be needed, keeping this on hold
Works for me. FYI, I'll probably try to see if we can have a single launcher for inference endpoints and TGI (which, following discussions with Philip, seems like it should be true... | gharchive/pull-request | 2024-04-22T13:39:55 | 2025-04-01T04:34:32.081212 | {
"authors": [
"NathanHB",
"clefourrier"
],
"repo": "huggingface/lighteval",
"url": "https://github.com/huggingface/lighteval/pull/167",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2240979250 | Fix checking output limits for #114
Fixes issue from #114
@zaycev I'll merge as this makes the tests in https://github.com/huggingface/optimum-nvidia/pull/117 pass.
note: we should use public models and avoid requiring OPTIMUM_NVIDIA_HUB_READ_TOKEN secret that is not passed to PRs from forks on pull_request event.
| gharchive/pull-request | 2024-04-12T21:42:26 | 2025-04-01T04:34:32.082684 | {
"authors": [
"fxmarty",
"zaycev"
],
"repo": "huggingface/optimum-nvidia",
"url": "https://github.com/huggingface/optimum-nvidia/pull/115",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1212170251 | [Patch] Add loss for ORT inference
What does this PR do?
Wrap OnnxConfig by wrap_onnx_config_for_loss to obtain the loss while using ORTTrainer under the mode inference_with_ort=True.
Enable deepspeed for ONNX Runtime training. (Tested with ZeRO stage 2, full availability under progress)
Clean up unused dependencie... | gharchive/pull-request | 2022-04-22T10:30:04 | 2025-04-01T04:34:32.088139 | {
"authors": [
"HuggingFaceDocBuilderDev",
"JingyaHuang",
"echarlaix",
"lewtun"
],
"repo": "huggingface/optimum",
"url": "https://github.com/huggingface/optimum/pull/152",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2315504401 | Fix ORT CI
What does this PR do?
Fixes ort ci failures due to 1.18
Before submitting
[ ] This PR fixes a typo or improves the docs (you can dismiss the other checks if that's the case).
[ ] Did you make sure to update the documentation with your changes?
[ ] Did you write any new necessary tests?
Who can review?
... | gharchive/pull-request | 2024-05-24T14:07:16 | 2025-04-01T04:34:32.092002 | {
"authors": [
"HuggingFaceDocBuilderDev",
"IlyasMoutawwakil",
"echarlaix"
],
"repo": "huggingface/optimum",
"url": "https://github.com/huggingface/optimum/pull/1875",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1921037226 | QaLora
Feature request
This came out
https://github.com/yuhuixu1993/qa-lora/blob/main/qalora.py
would like to use it with transformers
btw, I also got mezo integrated with transformers. Maybe we can swap notes to get that integrated.
Motivation
more efficient
Your contribution
I'll test, contribute code if necessary... | gharchive/issue | 2023-10-01T23:48:27 | 2025-04-01T04:34:32.095810 | {
"authors": [
"BenjaminBossan",
"datavistics",
"thistleknot"
],
"repo": "huggingface/peft",
"url": "https://github.com/huggingface/peft/issues/986",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
469605157 | GPT sentence log loss: average or summed loss?
config = GPT2Config.from_pretrained('gpt2')
tokenizer = GPT2Tokenizer.from_pretrained('gpt2')
model = GPT2LMHeadModel(config)
input_ids = torch.tensor(tokenizer.encode("Hello, my dog is cute")).unsqueeze(0) # Batch size 1
outputs = model(input_ids, labels=input_ids)
... | gharchive/issue | 2019-07-18T07:09:05 | 2025-04-01T04:34:32.098402 | {
"authors": [
"jhlau",
"thomwolf"
],
"repo": "huggingface/pytorch-transformers",
"url": "https://github.com/huggingface/pytorch-transformers/issues/818",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
2232736465 | quantize() returns None with VGG19
Hi there,
I was hoping to use quanto to make my Neural Style Transfer application use less VRAM, which depends on the VGG19 classification model. However, when I run the following code, quanto.quantize() seems to return None, as the last line prints "None":
import torchvision.models... | gharchive/issue | 2024-04-09T06:56:53 | 2025-04-01T04:34:32.102477 | {
"authors": [
"IceWind233",
"dacorvo",
"jonahclarsen"
],
"repo": "huggingface/quanto",
"url": "https://github.com/huggingface/quanto/issues/157",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1735310237 | Converting models with shared tensors: roberta-base conversion seemingly(?) done incorrectly
@julien-c Converted with commit https://huggingface.co/roberta-base/commit/ff46155979338ff8063cdad90908b498ab91b181
However, the conversion script doesn't support models with shared tensors so I'm unsure how it was done. For... | gharchive/issue | 2023-06-01T02:10:25 | 2025-04-01T04:34:32.130633 | {
"authors": [
"Narsil",
"christian-storm"
],
"repo": "huggingface/safetensors",
"url": "https://github.com/huggingface/safetensors/issues/265",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2149778869 | 8-bit precision error with fine tuning of gemma
I am trying to fine tune gemma7-b with 4 A100 80 GB gpus using 4-bit qunatization
model_id = "google/gemma-7b"
BitsAndBytesConfig int-4 config
bnb_config = BitsAndBytesConfig(
load_in_4bit=True,
bnb_4bit_use_double_quant=True,
bnb_4bit_quant_type="nf4",
bnb_4bit_compute... | gharchive/issue | 2024-02-22T19:18:59 | 2025-04-01T04:34:32.215032 | {
"authors": [
"VIS-WA",
"smreddy05",
"younesbelkada"
],
"repo": "huggingface/trl",
"url": "https://github.com/huggingface/trl/issues/1355",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2114008281 | Fix typos in docs for Multi Adapter RL (MARL).
Just fixed up a few typos, nothing really significant
The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.
| gharchive/pull-request | 2024-02-02T04:06:00 | 2025-04-01T04:34:32.216990 | {
"authors": [
"HuggingFaceDocBuilderDev",
"elhusseiniali"
],
"repo": "huggingface/trl",
"url": "https://github.com/huggingface/trl/pull/1312",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
445728938 | Run boids in electron
old package.json moved to *_og
new package.json runs in electron with npm start
Meant to target my own fork for my work-in-progress. Sorry about that!
| gharchive/pull-request | 2019-05-18T15:57:09 | 2025-04-01T04:34:32.218174 | {
"authors": [
"dandye"
],
"repo": "hughsk/boids",
"url": "https://github.com/hughsk/boids/pull/6",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
241913390 | RSS Agent - include_feed_info - feed with no "description"
example feed: https://www.youtube.com/feeds/videos.xml?channel_id=UCoTLdfNePDQzvdEgIToLIUg
Error from Dry Run
[00:00:00] INFO -- : Dry Run started
[00:00:00] ERROR -- : Failed to fetch https://www.youtube.com/feeds/videos.xml?channel_id=UCoTLdfNePDQzvdEgIToLI... | gharchive/issue | 2017-07-11T03:22:49 | 2025-04-01T04:34:32.221363 | {
"authors": [
"dsander",
"zoomequipd"
],
"repo": "huginn/huginn",
"url": "https://github.com/huginn/huginn/issues/2054",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1629980484 | Push docker images to docker hub and ghcr
As discussed in #3234 we want to make the transition from hosting the docker images on docker hub to GitHub container registry. This change will push the images to both registries, after we have verified everything works as expected we can embed a warning in images pushed to ... | gharchive/pull-request | 2023-03-17T22:16:53 | 2025-04-01T04:34:32.223836 | {
"authors": [
"dsander",
"knu"
],
"repo": "huginn/huginn",
"url": "https://github.com/huginn/huginn/pull/3235",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1425543194 | Minor changes regarding dependency versions
Security update 'pytest: py<=1.1.0'
:warning: Please install the to ensure uploads and comments are reliably processed by Codecov.
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 100.00%. Comparing base (6ddc17... | gharchive/pull-request | 2022-10-27T12:19:02 | 2025-04-01T04:34:32.231199 | {
"authors": [
"codecov-commenter",
"hugowschneider"
],
"repo": "hugowschneider/fastgraphql",
"url": "https://github.com/hugowschneider/fastgraphql/pull/16",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1172084418 | Avellaneda - Hanging order amount's orig and adj does not matched on status
Describe the bug
While testing Avellaneda strategy on staging branch, we noticed that for hanging order amount the orig and adj does not match on status. Initially the orders are created with an order amount of 20 XRP but after one side getti... | gharchive/issue | 2022-03-17T08:39:33 | 2025-04-01T04:34:32.326645 | {
"authors": [
"JeremyKono",
"MementoRC",
"carlitogetaladajr",
"rapcmia"
],
"repo": "hummingbot/hummingbot",
"url": "https://github.com/hummingbot/hummingbot/issues/5190",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1452060443 | (feat) Update of Huobi spot connector to the latest spot connector st…
Before submitting this PR, please make sure:
[x] Your code builds clean without any errors or warnings
[x] You are using approved title ("feat/", "fix/", "docs/", "refactor/")
A description of the changes proposed in the pull request:
Updated ve... | gharchive/pull-request | 2022-11-16T18:11:52 | 2025-04-01T04:34:32.336474 | {
"authors": [
"aarmoa",
"nikspz"
],
"repo": "hummingbot/hummingbot",
"url": "https://github.com/hummingbot/hummingbot/pull/5892",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2665699561 | [Bug]: add video as link
Trying to add a video link as in this picture
and press apply
the video is shown as expected, but submit the form and save the content to local storage
and try to reload the page, and the initial content for the editor will be that data saved into local storage,
I got this weird form inside... | gharchive/issue | 2024-11-17T10:43:11 | 2025-04-01T04:34:32.341766 | {
"authors": [
"hunghg255",
"waleedsalah4"
],
"repo": "hunghg255/reactjs-tiptap-editor",
"url": "https://github.com/hunghg255/reactjs-tiptap-editor/issues/112",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1699011454 | 🛑 chirpy is down
In 62f3c95, chirpy (https://chirpy.craftstudios.shop/) was down:
HTTP code: 0
Response time: 0 ms
Resolved: chirpy is back up in 6f6a5f0.
| gharchive/issue | 2023-05-07T11:02:14 | 2025-04-01T04:34:32.354886 | {
"authors": [
"hupratt"
],
"repo": "hupratt/upptime",
"url": "https://github.com/hupratt/upptime/issues/239",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2619464767 | 🛑 chirpy is down
In 8d4c5f6, chirpy (https://chirpy.thekor.eu/) was down:
HTTP code: 502
Response time: 609 ms
Resolved: chirpy is back up in 56a9fb9 after 24 minutes.
| gharchive/issue | 2024-10-28T20:25:09 | 2025-04-01T04:34:32.357388 | {
"authors": [
"hupratt"
],
"repo": "hupratt/upptime",
"url": "https://github.com/hupratt/upptime/issues/3551",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1868597401 | 🛑 Blog is down
In d33c2ae, Blog (https://blog.craftstudios.shop/) was down:
HTTP code: 0
Response time: 0 ms
Resolved: Blog is back up in 7fcc4e8 after 834 days, 21 hours, 12 minutes.
| gharchive/issue | 2023-08-27T19:02:49 | 2025-04-01T04:34:32.359656 | {
"authors": [
"hupratt"
],
"repo": "hupratt/upptime",
"url": "https://github.com/hupratt/upptime/issues/529",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
374638794 | Background dimmed view is NOT animating
Describe the bug
In the previous versions, dimmed background view (screenBackground) was dismissed animatedly (fade out). But in this version, after dismissing our UIView/UIViewController, dimmed view is dismissing WITHOUT animation.
To Reproduce
I use this code:
var attributes... | gharchive/issue | 2018-10-27T12:12:23 | 2025-04-01T04:34:32.366962 | {
"authors": [
"huri000",
"omidgolparvar"
],
"repo": "huri000/SwiftEntryKit",
"url": "https://github.com/huri000/SwiftEntryKit/issues/132",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
602731658 | Can't choose prediction AI
Hello, i am trying to build an AI model, or use any type of AI to predict not random numbers.
So i have the algorithm that generates what is seemed to be random numbers from 100 (the lowest and the worst) to 1000 is the best (the closer you can predict the number the better). I know how thi... | gharchive/issue | 2020-04-19T14:39:58 | 2025-04-01T04:34:32.379921 | {
"authors": [
"IISuperluminaLII",
"yeah-me"
],
"repo": "huseinzol05/Stock-Prediction-Models",
"url": "https://github.com/huseinzol05/Stock-Prediction-Models/issues/78",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2726444330 | The speed of processing of hu_core_news_trf is slow.
Is your feature request related to a problem? Please describe.
I want to use hu_core_news_trf to do part-of-speech statistics for each sample sentence, but at a much slower pace than using nltk. I want to know what the problem is.
Describe the solution you'd like
M... | gharchive/issue | 2024-12-09T09:12:57 | 2025-04-01T04:34:32.383933 | {
"authors": [
"Dbgsaoge",
"oroszgy"
],
"repo": "huspacy/huspacy",
"url": "https://github.com/huspacy/huspacy/issues/73",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1669375190 | visualize
I need to visualize how the segmentation results are processed
same question
I need to visualize how the segmentation results are processed
| gharchive/issue | 2023-04-15T12:55:06 | 2025-04-01T04:34:32.385102 | {
"authors": [
"iamwenyizhang",
"lks0825"
],
"repo": "hustvl/BMaskR-CNN",
"url": "https://github.com/hustvl/BMaskR-CNN/issues/26",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
330969978 | Ocean tiles sometimes missing a row of polys
There appears to be an edgecase based on camera location that can cause some tiles to be missing their border:
Setting 'uniform tiles' fixes it.
Thanks for reporting! I'm pretty sure this bug has been lurking some time but was rare enough to evade my focus until now. T... | gharchive/issue | 2018-06-10T13:47:18 | 2025-04-01T04:34:32.386929 | {
"authors": [
"huwb",
"strich"
],
"repo": "huwb/crest-oceanrender",
"url": "https://github.com/huwb/crest-oceanrender/issues/26",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
496672155 | Extra properties of items and item nesting are lost
Version used: 4.1.2
How to reproduce:
Install https://github.com/tom-englert/ProjectMigrationHelper (optional)
Open https://github.com/tom-englert/ResXResourceManager sources in Visual Studio
Create a fingerprint "before" with ProjectMigrationHelper (optional)
Conv... | gharchive/issue | 2019-09-21T16:07:35 | 2025-04-01T04:34:32.401664 | {
"authors": [
"tom-englert"
],
"repo": "hvanbakel/CsprojToVs2017",
"url": "https://github.com/hvanbakel/CsprojToVs2017/issues/266",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2651997369 | Syhol: mise-vscode
I started working on a VSCode extension for mise a while back but it didn't go anywhere, feel free to take any bits from it:
https://github.com/syhol/mise-vscode
I doubt I'll develop it any further and its totally undocumented. I just wanted to share it in case you might get some use out of it.
I l... | gharchive/issue | 2024-11-12T12:05:13 | 2025-04-01T04:34:32.405875 | {
"authors": [
"hverlin",
"syhol"
],
"repo": "hverlin/mise-vscode",
"url": "https://github.com/hverlin/mise-vscode/issues/1",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
890643302 | 感谢大佬
感谢大佬的中间件,省去了很多工作,谢谢,专门提个issue感谢,希望以后能参加这个项目的开源.
只是做了最基本封装,大家一起进步
| gharchive/issue | 2021-05-13T02:31:39 | 2025-04-01T04:34:32.410774 | {
"authors": [
"hwpchn",
"madpudding"
],
"repo": "hwpchn/AroayCloudScraper",
"url": "https://github.com/hwpchn/AroayCloudScraper/issues/1",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
198290900 | Get built-in emoji id
How do you find the ID or object of a built-in emoji? I'm trying to add a reaction to one of the bot's messages and finding that no matter what I try, it throws an "Unknown Emoji" error.
If by "built-in" you mean a Unicode emoji, just use the raw emoji.
message.react('🍰');
| gharchive/issue | 2017-01-02T02:10:02 | 2025-04-01T04:34:32.412652 | {
"authors": [
"GusCaplan",
"tripl3dogdare"
],
"repo": "hydrabolt/discord.js",
"url": "https://github.com/hydrabolt/discord.js/issues/1056",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
123833771 | Add voiceChannel property to User.
I added a voiceChannel property to user which contains the voice channel that the user is currently in, or null if they're not in a voice channel, as per #106.
I also added a userVoiceUpdate event which is emitted when a user joins or leaves a voice channel.
Voice channels are typ... | gharchive/pull-request | 2015-12-24T20:52:15 | 2025-04-01T04:34:32.417206 | {
"authors": [
"TehSeph",
"abalabahaha",
"cpancake",
"hydrabolt"
],
"repo": "hydrabolt/discord.js",
"url": "https://github.com/hydrabolt/discord.js/pull/107",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
200521210 | add internal sharding
todo
[x] fix ready events
[x] fix up voice
[x] fix up sending presence updates
[x] TEEEEST
this was tested on:
a user account with 100 guilds
a user account with 1 guild
a bot with 8 guilds
a bot with 16k guilds
gus this is god-like, marry me
closing in favor of another thing because so... | gharchive/pull-request | 2017-01-13T00:51:06 | 2025-04-01T04:34:32.420460 | {
"authors": [
"GusCaplan",
"itslukej"
],
"repo": "hydrabolt/discord.js",
"url": "https://github.com/hydrabolt/discord.js/pull/1088",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
1648142548 | BDM NXP (Freescale) bkgd
hello, in the near future the bdm protocol could be added? thanks
NXP (Freescale)
Such feature is not planned and will requires more details to better understand what it is exactly and on which MCU/CPU/Platform it can be used/tested
PR is welcome as always
hello, I will gather all the nec... | gharchive/issue | 2023-03-30T18:50:20 | 2025-04-01T04:34:32.421987 | {
"authors": [
"Alfa16bravo",
"bvernoux"
],
"repo": "hydrabus/hydrafw",
"url": "https://github.com/hydrabus/hydrafw/issues/146",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
2360050404 | Added Catalan translation.
Added Catalan translation.
You need to also export your language in the src/locales/index.ts file
You need to also export your language in the src/locales/index.ts file
Sorry, totally forgot. Done now 👍 Thanks!
I just added two comments with things that a could remember now. Other... | gharchive/pull-request | 2024-06-18T14:46:34 | 2025-04-01T04:34:32.424438 | {
"authors": [
"Ecron",
"zamitto"
],
"repo": "hydralauncher/hydra",
"url": "https://github.com/hydralauncher/hydra/pull/605",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
392672635 | Resource Landing Page: fix layout of publication agreement
This iframe brings in unnecessary content (like an arbitrarily cropped up version of the footer), does not wrap the text correctly and does not set appropriate padding. This is specially obvious in mobile devices.
Possible fixes:
Retrieve the content that m... | gharchive/issue | 2018-12-19T16:11:37 | 2025-04-01T04:34:32.429397 | {
"authors": [
"Maurier",
"cuahsimarko"
],
"repo": "hydroshare/hydroshare",
"url": "https://github.com/hydroshare/hydroshare/issues/3062",
"license": "bsd-3-clause",
"license_type": "permissive",
"license_source": "bigquery"
} |
440893155 | Release Checklist 1.23
Issues in Release
[x] #2790 No message to user when resource folder creation fails due to duplicate name @pkdash
[ ] #1505 Order recent activity in groups from last to first @mraocuahsi
[ ] #2871 No user message during processing for resource creation/deletion @cuahsimarko
[ ] #3267 Capitaliz... | gharchive/issue | 2019-05-06T21:10:26 | 2025-04-01T04:34:32.443717 | {
"authors": [
"dtarb",
"sblack-usu"
],
"repo": "hydroshare/hydroshare",
"url": "https://github.com/hydroshare/hydroshare/issues/3380",
"license": "bsd-3-clause",
"license_type": "permissive",
"license_source": "bigquery"
} |
434888979 | [#3330] - push local_settings import to bottom
Pull Request Checklist:
[x] Positive Test Case Written by Dev
[x] Automated Testing
[x] Sufficient User and Developer Documentation
[ ] Passing Jenkins Build
[ ] Peer Code review and approval
Positive Test Case
When deployed ensure local_settings overwri... | gharchive/pull-request | 2019-04-18T17:58:00 | 2025-04-01T04:34:32.448288 | {
"authors": [
"phuongdm",
"sblack-usu"
],
"repo": "hydroshare/hydroshare",
"url": "https://github.com/hydroshare/hydroshare/pull/3331",
"license": "bsd-3-clause",
"license_type": "permissive",
"license_source": "bigquery"
} |
205418165 | Use addEventListener for popstate/hashchange events
With this approach if user will set his own handler on popstate/hashchange event it will not reset library behaviour
Nice pick up @itrelease mate! Consider this merged! :100:
addEventListener is not available in IE8, which is why I had it like that, but @itrelea... | gharchive/pull-request | 2017-02-05T11:07:05 | 2025-04-01T04:34:32.452888 | {
"authors": [
"itrelease",
"jbucaran",
"maraisr"
],
"repo": "hyperapp/hyperapp",
"url": "https://github.com/hyperapp/hyperapp/pull/26",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
315981987 | Accepting connections could be faster with level polling
Disclaimer: I'm new to rust.
I've been developing a "sort of" http server (it just uses the same protocol, but in reality it only get GET requests, so no body, nothing complex really) which really needs high performance. The earlier version was written in Go, a... | gharchive/issue | 2018-04-19T18:04:27 | 2025-04-01T04:34:32.475614 | {
"authors": [
"carllerche",
"orangesoup",
"seanmonstar"
],
"repo": "hyperium/hyper",
"url": "https://github.com/hyperium/hyper/issues/1493",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
173383988 | configure ssl
Cargo.toml contains dependencies as below
[dependencies]
hyper="0.9.10"
when type cargo run in cli , error shows as below
error: failed to run custom build command for `openssl v0.7.14`
Then how to configure ssl on hyper, could you give some examples
or should I compile hyper locally ,and Then intr... | gharchive/issue | 2016-08-26T07:06:03 | 2025-04-01T04:34:32.480413 | {
"authors": [
"fanyer",
"seanmonstar"
],
"repo": "hyperium/hyper",
"url": "https://github.com/hyperium/hyper/issues/903",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
557460605 | Add a blocking hello_world server example.
A blocking server example to go along with the client will be helpful.
Hello! I'd like to take a shot at this issue.
I believe the new example can be placed in the file https://github.com/hyperium/tonic/blob/master/examples/helloworld-tutorial.md. I intend to use futures::... | gharchive/issue | 2020-01-30T12:27:02 | 2025-04-01T04:34:32.482883 | {
"authors": [
"LucioFranco",
"amrx101",
"govardhangdg"
],
"repo": "hyperium/tonic",
"url": "https://github.com/hyperium/tonic/issues/253",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1946791274 | Refactor: Replace Manual Validation with Joi
Monika Pull Request (PR)
What feature/issue does this PR add
Replace manual validation with Joi validation for probe data input.
How did you implement / how did you fix it
Change manual validation with Joi validation.
Remove the following unknown properties from Symon.
... | gharchive/pull-request | 2023-10-17T07:58:23 | 2025-04-01T04:34:32.488985 | {
"authors": [
"haricnugraha",
"kevinhermawan"
],
"repo": "hyperjumptech/monika",
"url": "https://github.com/hyperjumptech/monika/pull/1145",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
461513098 | Load SPID as text (#85)
This PR allows to store SPID as text format and performs conversion to
binary format within ercc.
Signed-off-by: Marcus Brandenburger bur@zurich.ibm.com
you require now goimports as part of builds, whereas goimports is added only later via target 'gotools' in top-level Makefile. Maybe gotoo... | gharchive/pull-request | 2019-06-27T12:55:41 | 2025-04-01T04:34:32.493588 | {
"authors": [
"mbrandenburger"
],
"repo": "hyperledger-labs/fabric-private-chaincode",
"url": "https://github.com/hyperledger-labs/fabric-private-chaincode/pull/100",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1994862786 | test: add k6 credential definition performance scenario
Overview
Adds K6 performance scenario to measure credential definition endpoint
Checklist
My PR contains...
[x] No code changes (changes to documentation, CI, metadata, etc.)
[ ] Bug fixes (non-breaking change which fixes an issue)
[ ] Improvements (misc. chan... | gharchive/pull-request | 2023-11-15T14:14:17 | 2025-04-01T04:34:32.511439 | {
"authors": [
"antonbaliasnikov",
"davidpoltorak-io"
],
"repo": "hyperledger-labs/open-enterprise-agent",
"url": "https://github.com/hyperledger-labs/open-enterprise-agent/pull/787",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2047941125 | Issuing credentials with optional values
In Indy SDK it was allowed to issue a credential based on a credential definition and omitting certain fields from the credential, thus making those values optional.
You could then use attribute markers in a proof request to make sure the value is defined.
This feature seems t... | gharchive/issue | 2023-12-19T05:18:45 | 2025-04-01T04:34:32.515979 | {
"authors": [
"TimoGlastra",
"andrewwhitehead",
"berendsliedrecht",
"jorgefl0"
],
"repo": "hyperledger/anoncreds-rs",
"url": "https://github.com/hyperledger/anoncreds-rs/issues/290",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
734912269 | Failing hive consensus tests
There are currently 258 hive consensus tests failing as shown here
https://hivetests.ethdevops.io/?page=v-pills-results-tab&suite=1604262811-5fefe26d48ca5648989132f32b1bc576.json
Closed for latest hive
| gharchive/issue | 2020-11-02T23:41:54 | 2025-04-01T04:34:32.528183 | {
"authors": [
"davemec",
"non-fungible-nelson"
],
"repo": "hyperledger/besu",
"url": "https://github.com/hyperledger/besu/issues/1520",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1388286542 | Warn: --tx-pool-future-max-by-account has been deprecated
Mainnet
v22.7.4
Checkpoint sync
Bonsai
Paired with Lighthouse
On startup
2022-09-27 12:12:17.399+02:00 | main | WARN | Besu | --tx-pool-future-max-by-account has been deprecated, use --tx-pool-limit-by-account-percentage instead.
This is the correct behavi... | gharchive/issue | 2022-09-27T19:54:46 | 2025-04-01T04:34:32.529644 | {
"authors": [
"estensen",
"non-fungible-nelson"
],
"repo": "hyperledger/besu",
"url": "https://github.com/hyperledger/besu/issues/4452",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2064241887 | Under heavy load eth_estimateGas returns INTERNAL_ERROR
Description
Running a moderately high workload using caliper, after ~ 2000 transactions eth_estimateGas returns INTERNAL_ERROR to the caliper WS client
Command that was run to start Besu (single validator):
besu --data-path=data --genesis-file=../genesis.json --... | gharchive/issue | 2024-01-03T15:39:36 | 2025-04-01T04:34:32.533727 | {
"authors": [
"matthew1001"
],
"repo": "hyperledger/besu",
"url": "https://github.com/hyperledger/besu/issues/6344",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
513065545 | [Docs] RPC port numbers
It seems there is no docs for port numbers of RPCs such as web3, grpc, etc. Also, I'm not sure if they are configurable or not.
We'd love a quick PR on this if you were able.
The ports are, indeed, configurable, via the config file you use. We dump defaults into the default config file provi... | gharchive/issue | 2019-10-28T02:30:33 | 2025-04-01T04:34:32.535899 | {
"authors": [
"compleatang",
"conanoc",
"deepakchethan",
"gregdhill"
],
"repo": "hyperledger/burrow",
"url": "https://github.com/hyperledger/burrow/issues/1301",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2144401077 | refactor(gui): gui framework change from solid to react
changed gui framework to react
@petermetz Yes, the point of changing is that React is more common among people. It will be easier to develop the package for newcomers too because imo React has that advantage over Solid it is more documented/supported and mor... | gharchive/pull-request | 2024-02-20T13:36:02 | 2025-04-01T04:34:32.536986 | {
"authors": [
"rwat17"
],
"repo": "hyperledger/cacti",
"url": "https://github.com/hyperledger/cacti/pull/3028",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2488124184 | feat(core-api): add createIsJwsGeneralTypeGuard, createAjvTypeGuard
createAjvTypeGuard() is the lower level utility which can be used
to construct the more convenient, higher level type predicates/type guards
such as createIsJwsGeneralTypeGuard() which uses createAjvTypeGuard
under the hood.
This commit is also mean... | gharchive/pull-request | 2024-08-27T02:26:12 | 2025-04-01T04:34:32.545453 | {
"authors": [
"petermetz"
],
"repo": "hyperledger/cacti",
"url": "https://github.com/hyperledger/cacti/pull/3494",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1054705287 | Fix generator integration test
Downgrade to v3 Yeoman generator in dependencies
Downgrade to v3 Yeoman generator in integration test
Note: Yeoman v4 requires Node.js v14 LTS, bump back versions once Node version is also bumped.
Signed-off-by: Attila Klenik a.klenik@gmail.com
Well, the generator parts work fine, d... | gharchive/pull-request | 2021-11-16T10:26:12 | 2025-04-01T04:34:32.547560 | {
"authors": [
"aklenik",
"davidkel"
],
"repo": "hyperledger/caliper",
"url": "https://github.com/hyperledger/caliper/pull/1176",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
604627298 | FAB-17777 Create basic settings.yaml
This represents the current settings of this repo.
Signed-off-by: Ry Jones ry@linux.com
/azp run
| gharchive/pull-request | 2020-04-22T10:04:41 | 2025-04-01T04:34:32.548841 | {
"authors": [
"btl5037",
"ryjones"
],
"repo": "hyperledger/fabric-chaincode-go",
"url": "https://github.com/hyperledger/fabric-chaincode-go/pull/24",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
235510164 | master
Description
Motivation and Context
Fixes #
How Has This Been Tested?
Checklist:
[] I have added a Signed-off-by.
[] I have either added documentation to cover my changes or this change requires no new documentation.
[] I have either added unit tests to cover my changes or this change requires no new ... | gharchive/pull-request | 2017-06-13T10:37:00 | 2025-04-01T04:34:32.553758 | {
"authors": [
"aditya095",
"rjones-lf"
],
"repo": "hyperledger/fabric",
"url": "https://github.com/hyperledger/fabric/pull/56",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
2623781236 | docs: adding Pluto readme
https://github.com/hyperledger/identus-edge-agent-sdk-ts/issues/260
Starting a README for Pluto, trying to better explain the options available.
Pull Request Test Coverage Report for Build 11592275437
Details
1 of 1 (100.0%) changed or added relevant line in 1 file are covered.
3 unchang... | gharchive/pull-request | 2024-10-30T11:28:38 | 2025-04-01T04:34:32.560329 | {
"authors": [
"coveralls",
"curtis-h"
],
"repo": "hyperledger/identus-edge-agent-sdk-ts",
"url": "https://github.com/hyperledger/identus-edge-agent-sdk-ts/pull/314",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1110527872 | Inconsistent versioning of non-release python packages cause resolution issues for newer versions of pip
Example message from pip (for indy-plenum):
WARNING: Requested python3-indy==1.15.0-dev-1625 from https://files.pythonhosted.org/packages/a0/78/74c1d6206c1eae93f677abd6ff03bd6357412716615f0df6858bd655b6a1/python... | gharchive/issue | 2022-01-21T14:26:08 | 2025-04-01T04:34:32.570336 | {
"authors": [
"WadeBarnes",
"pSchlarb"
],
"repo": "hyperledger/indy-sdk",
"url": "https://github.com/hyperledger/indy-sdk/issues/2473",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
293819651 | Fix examples, add valid keys case
Fix comma issue as described in https://github.com/hyperledger/iroha/issues/779
Replace ... with valid keys
Any progress on that?
| gharchive/pull-request | 2018-02-02T09:10:56 | 2025-04-01T04:34:32.571850 | {
"authors": [
"grimadas",
"l4l"
],
"repo": "hyperledger/iroha-api",
"url": "https://github.com/hyperledger/iroha-api/pull/56",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1961603830 | 2024 update calendar
Adding updates for 2024
@tkuhrt plz review
@tkuhrt if this is ready, go ahead and merge
| gharchive/pull-request | 2023-10-25T14:44:48 | 2025-04-01T04:34:32.572939 | {
"authors": [
"ryjones"
],
"repo": "hyperledger/toc",
"url": "https://github.com/hyperledger/toc/pull/176",
"license": "CC-BY-4.0",
"license_type": "permissive",
"license_source": "github-api"
} |
308442226 | VisNetworkService fails after NgOnDestroy
[x] I've read, understood, and done my best to follow the *CONTRIBUTING guidelines.
What did you do?
I'm trying to use the getConnectedNodes method through the visNetworkService.
What happened instead?
This only happens when you change routes in Angular through the router-o... | gharchive/issue | 2018-03-26T06:00:35 | 2025-04-01T04:34:32.647206 | {
"authors": [
"hypery2k",
"sarahm7"
],
"repo": "hypery2k/ngx-vis",
"url": "https://github.com/hypery2k/ngx-vis/issues/77",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1888578357 | Mouse jumps to center of monitor on click while playing Eve.
Hyprland Version
Hyprland, built from branch main at commit 664827473583f8e986f9fb2a37a13e9b3a232cc2 dirty (fix: focusWindow on hidden workspace triggers another focusWindow. (3216)). Tag: v0.29.1-33-g66482747
Bug or Regression?
Bug
Description
Hello,
Bit o... | gharchive/issue | 2023-09-09T04:59:03 | 2025-04-01T04:34:32.721757 | {
"authors": [
"Eckstrom13",
"tchofy"
],
"repo": "hyprwm/Hyprland",
"url": "https://github.com/hyprwm/Hyprland/issues/3222",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
2177372978 | Unable to update hyprpm
Hyprland Version
System/Version info
<Paste the output of the command here>
Bug or Regression?
Bug
Description
I wanted to get static tiling on hyprland using a plugin
following the install guide
hyprpm update
output:
! Cloning https://github.com/hyprwm/hyprland, this might take a moment.
✔... | gharchive/issue | 2024-03-09T19:38:30 | 2025-04-01T04:34:32.727737 | {
"authors": [
"Z0achary",
"vaxerski"
],
"repo": "hyprwm/Hyprland",
"url": "https://github.com/hyprwm/Hyprland/issues/5046",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
2192715341 | Monitors Use 60Hz Refresh Rate Despite Configuration
Hyprland Version
System/Version info
Hyprland, built from branch HEAD at commit 84ab8d11e8951a6551d1e1bf87796a8589da6d47 (props: bump ver to 0.35.0).
Date: Mon Feb 5 01:59:02 2024
Tag: v0.35.0
flags: (if any)
System Information:
System name: Linux
Node name: r... | gharchive/issue | 2024-03-18T16:37:44 | 2025-04-01T04:34:32.731538 | {
"authors": [
"lhearachel",
"vaxerski"
],
"repo": "hyprwm/Hyprland",
"url": "https://github.com/hyprwm/Hyprland/issues/5158",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
2235728650 | crash after screen unlock and turning on dpms
Hyprland Version
System/Version info
Hyprland, built from branch at commit 303b9956b2ae15508b09dffae602550ca17e6539 ().
Date: 2024-04-10
Tag: , commits: @COMMITS@
flags: (if any)
System Information:
System name: Linux
Release: 6.8.4
GPU information:
0a:00.0 VGA com... | gharchive/issue | 2024-04-10T14:22:16 | 2025-04-01T04:34:32.741990 | {
"authors": [
"andresilva",
"vaxerski"
],
"repo": "hyprwm/Hyprland",
"url": "https://github.com/hyprwm/Hyprland/issues/5535",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
1906997166 | Double-sided ImagePlanes and Slits
Currently our ImagePlanes & Slits only detect ray collisions from one side, and don't collide with rays from the other side.
I think I figured out how to implement double-sided collision though.
The reason this was never merged was that tests like PlaneGratingDeviationDefault fail w... | gharchive/issue | 2023-09-21T13:32:12 | 2025-04-01T04:34:32.754761 | {
"authors": [
"memoryleak47"
],
"repo": "hz-b/rayx",
"url": "https://github.com/hz-b/rayx/issues/182",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1842554608 | Umlauts break links in posts
See this post:
https://nostrudel.ninja/#/n/nevent1qqsv3340guhmqadgxhe8cvshnx304mjtss2r37pn3rvlnu5jrrg7vwspzemhxue69uhhyetvv9ujumn0wd68ytnzv9hxgqgnwaehxw309aex2mrp09skymr99ehhyecpnksay
Link at the bottom stops at the Umlaut.
This is something that's been on my todo list for a while. @ al... | gharchive/issue | 2023-08-09T06:09:23 | 2025-04-01T04:34:32.793200 | {
"authors": [
"hzrd149",
"psic4t"
],
"repo": "hzrd149/nostrudel",
"url": "https://github.com/hzrd149/nostrudel/issues/5",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
199673841 | Make Labels and Shape Views's Backgrounds Transparent
Perhaps this should be an option when instantiating things, but this was a quick fix for a use that I needed. Thanks so much for your work.
Thanks! Makes sense!
For what do you need clipToBounds?
Could you please remove the fork infos from the readme? After the... | gharchive/pull-request | 2017-01-09T21:59:15 | 2025-04-01T04:34:32.799892 | {
"authors": [
"carbamide",
"i-schuetz"
],
"repo": "i-schuetz/ChartLegends",
"url": "https://github.com/i-schuetz/ChartLegends/pull/1",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
54758518 | Fix for error thrown by JSON.parse(body) in sync.js
Fixed an fatal error thrown by "JSON.parse(body)" if "body" is no valid json object.
published v1.6.2 of the remote sync backend
| gharchive/pull-request | 2015-01-19T12:34:31 | 2025-04-01T04:34:32.800823 | {
"authors": [
"faecke",
"jamuhl"
],
"repo": "i18next/i18next-node",
"url": "https://github.com/i18next/i18next-node/pull/167",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.