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 |
|---|---|---|---|---|---|
350794660 | Versions and installation problems
Hi,
I have some problems with AR queries in Oracle. Normally it's working alright, but sometimes makes mistakes. E.g. command:
->addSelect('SUM(pk_me.gtat_bt (a_m_id, et.tl_id, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL)) BD')
result:
..., "NULL", "0", "NULL))" BD
I wanted to instal... | gharchive/issue | 2018-08-15T12:40:16 | 2025-04-01T06:04:36.742300 | {
"authors": [
"lowap"
],
"repo": "yiisoft/db-oracle",
"url": "https://github.com/yiisoft/db-oracle/issues/3",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
306234668 | Drop aliases in favour of Reference
Will allow define aliases in config and it seems to me that implementation might get even simpler.
$container = new Container([
EngineInterface::class => EngineMarkOne::class,
'engine_one' => \yii\di\Reference::to(EngineInterface::class),
];
Good idea.
| gharchive/issue | 2018-03-18T12:08:13 | 2025-04-01T06:04:36.743524 | {
"authors": [
"hiqsol",
"samdark"
],
"repo": "yiisoft/di",
"url": "https://github.com/yiisoft/di/issues/27",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
434884142 | What's inside?
What is going to be inside the package?
StringHelper mainly.
| gharchive/issue | 2019-04-18T17:46:02 | 2025-04-01T06:04:36.744292 | {
"authors": [
"hiqsol",
"samdark"
],
"repo": "yiisoft/string",
"url": "https://github.com/yiisoft/string/issues/2",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
528339178 | Fix #93: Add non-verbose mode for ErrorHandler
That would allow configuring it like the following:
Yiisoft\Yii\Web\ErrorHandler\ErrorHandler::class => function (ContainerInterface $container) {
$errorHandler = $container->get(ErrorHandler::class);
return $errorHandler->withoutExposedDetails();
},
Q
A
... | gharchive/pull-request | 2019-11-25T21:11:57 | 2025-04-01T06:04:36.747545 | {
"authors": [
"samdark",
"schmunk42"
],
"repo": "yiisoft/yii-web",
"url": "https://github.com/yiisoft/yii-web/pull/168",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
205490529 | Issue with URL::to when the URL only contains a default element
What steps will reproduce the problem?
in the config/main.php add the following rule
[ 'pattern' => '<language>', 'route' => 'site/index', 'defaults' => ['language' => 'en'], ... | gharchive/issue | 2017-02-06T05:22:15 | 2025-04-01T06:04:36.755163 | {
"authors": [
"MattDalm",
"cebe"
],
"repo": "yiisoft/yii2",
"url": "https://github.com/yiisoft/yii2/issues/13522",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
277748171 | Tests. Something wrong happened
What steps will reproduce the problem?
run PHPUnit test with this config
(with fix #15244 /optional/ and #15246)
What is the expected result?
no F in output
What do you get instead?
Time: 18.63 minutes, Memory: 90.00MB
There were 7 failures:
1) yiiunit\framework\caching\DbCacheTest::... | gharchive/issue | 2017-11-29T13:09:14 | 2025-04-01T06:04:36.779291 | {
"authors": [
"bscheshirwork",
"schmunk42",
"sergeymakinen"
],
"repo": "yiisoft/yii2",
"url": "https://github.com/yiisoft/yii2/issues/15248",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
301349717 | Get object or 404
Please add methods like get_object_or_404 in Django to ORM ActiveRecord. Because this is the most expected behavior! Almost every controller has to write a check and manually throw an error many times.
Duplicates #3896
| gharchive/issue | 2018-03-01T10:20:55 | 2025-04-01T06:04:36.781580 | {
"authors": [
"i-panov",
"klimov-paul"
],
"repo": "yiisoft/yii2",
"url": "https://github.com/yiisoft/yii2/issues/15810",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
306001355 | Mutex and PCNTL aren't good friends at all
What steps will reproduce the problem?
Using the command line, create a php file where you acquire a mutex then go ahead and using a for loop and pcntl_fork, fork 10 processes, 9 of the processes will have a sleep call for say 30 seconds but the last process in the for loop... | gharchive/issue | 2018-03-16T16:49:24 | 2025-04-01T06:04:36.786119 | {
"authors": [
"sergeymakinen",
"twisted1919"
],
"repo": "yiisoft/yii2",
"url": "https://github.com/yiisoft/yii2/issues/15913",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
892218604 | It is impossible to create relation with "not equal" condition. OnCondition not supports conditions for columns
Required query
SELECT "documents".*,"dup".*
FROM "documents"
LEFT JOIN "documents" "dup"
ON ("documents"."filehash" = "dup"."filehash"
AND "documents"."company_id" = "dup"."compa... | gharchive/issue | 2021-05-14T20:24:40 | 2025-04-01T06:04:36.793357 | {
"authors": [
"Insolita",
"ntesic"
],
"repo": "yiisoft/yii2",
"url": "https://github.com/yiisoft/yii2/issues/18657",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
1087539037 | yii2 update greater than 2147483647
i use yii2,the code like this
$dd=aa::find()->where(['id' => 2147483648])->one();
$dd->updatetime= date('Y-m-d H:i:s');
$dd->save();
it doesn't work and effects 0 rows,the generated sql like this
UPDATE aaSETupdatetime='2021-12-23 16:02:02' WHERE id=2147483648;
I change the sql li... | gharchive/issue | 2021-12-23T09:34:34 | 2025-04-01T06:04:36.801905 | {
"authors": [
"bizley",
"nanrenlei"
],
"repo": "yiisoft/yii2",
"url": "https://github.com/yiisoft/yii2/issues/19109",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
58563220 | Minify registerJs and registerCss input
Would this be worth a PR?
I'm thinking something like JSMin could be used to minify inline scripts.
As registerJs uses a key to store the script in the View array this key could be used as the name of the cached file.
I don't think it worth doing. Registered chunks of JavaScr... | gharchive/issue | 2015-02-23T09:42:21 | 2025-04-01T06:04:36.803762 | {
"authors": [
"Alex-Code",
"samdark"
],
"repo": "yiisoft/yii2",
"url": "https://github.com/yiisoft/yii2/issues/7393",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
64917547 | Less
Hello i've got a bug with AssetManager.
E.g: i have less files 1.less, 2.less with contents:
1.less contents:
@import 2.less
2.less contents:
.myClass {
backgroundColor: #ffffff;
}
I'm using lessc for generating css.
I'm using only 1.less in class MyAsset.
I'm using MyAsset in my yii-site layout.
In process of d... | gharchive/issue | 2015-03-28T08:27:45 | 2025-04-01T06:04:36.807022 | {
"authors": [
"mig25bm"
],
"repo": "yiisoft/yii2",
"url": "https://github.com/yiisoft/yii2/issues/7902",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
100963020 | yii2 rest api db oracle
Hello! I have such problem. I'm building REST API on yii2 and my database on ORACLE. I can't authenticate. I got an error "Undefined index: CONSTRAINT_TYPE".
what's problem?
Need more info:
Stacktrace.
A way to reproduce the issue.
Our team build mobile application on android, rest api o... | gharchive/issue | 2015-08-14T08:37:04 | 2025-04-01T06:04:36.815130 | {
"authors": [
"cebe",
"faradoxuz",
"samdark"
],
"repo": "yiisoft/yii2",
"url": "https://github.com/yiisoft/yii2/issues/9415",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
1747669008 | How to use in nuxt 3?
Thank you for creating this library. Not only me but everyone also wants to see an example/usage of how to use this module in Nuxt 3.
https://github.com/yikoyu/nuxt3-test
This is the Nuxt 3 example on CodeSandbox
Nuxt3 CodeSandbox
| gharchive/issue | 2023-06-08T11:05:35 | 2025-04-01T06:04:36.819932 | {
"authors": [
"duongxinh2003",
"yikoyu"
],
"repo": "yikoyu/vuetify-pro-tiptap",
"url": "https://github.com/yikoyu/vuetify-pro-tiptap/issues/141",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1536243565 | Model checkpoint support?
Hi, is it possible to release the models' checkpoints? Thanks!
this checkpoint is ~2.3 GB, where I don't have a good place to host it (my OSU school GDrive account is expiring).
| gharchive/issue | 2023-01-17T11:46:39 | 2025-04-01T06:04:36.821017 | {
"authors": [
"Smu-Tan",
"yilinyang7"
],
"repo": "yilinyang7/fairseq_multi_fix",
"url": "https://github.com/yilinyang7/fairseq_multi_fix/issues/3",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
177880669 | commands between MULTI and EXEC does not replicated to slave
I have a master and a slave configuration running ardb 0.8.6. Regular command or massive inserts runs fine but if I use pipeline mode which wraps commands between MULTI and EXEC. The results only show up on the master but not the slave.
Without pipeline
mas... | gharchive/issue | 2016-09-19T19:55:46 | 2025-04-01T06:04:36.835160 | {
"authors": [
"e9485111",
"yinqiwen"
],
"repo": "yinqiwen/ardb",
"url": "https://github.com/yinqiwen/ardb/issues/287",
"license": "bsd-3-clause",
"license_type": "permissive",
"license_source": "bigquery"
} |
164723585 | Improve error handling in Spell
Report missing executable & status codes.
Resolved in 1954c6b40db603d4acd987beb4ea4afd4a3df0b7
| gharchive/issue | 2016-07-10T16:44:43 | 2025-04-01T06:04:36.836966 | {
"authors": [
"yitzchak"
],
"repo": "yitzchak/linter-spell",
"url": "https://github.com/yitzchak/linter-spell/issues/8",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
356210119 | 网页端活动抽奖 循环
这是v4,b站自己有一些延迟的原因
对了 舰长提督是怎样监听的 貌似并不多啊 按理来说应该很多的
请另开issue
昨天开始会无限循环了 然后就403
昨天开始会无限循环了 然后就403
方便的话看看是什么问题,是暂时性api错误还是怎么着,目前我同时是两个版本,这是v4,bili2.0采用了老版v3,讲道理不应该啊。。。
监控到抽奖以后 就会这样 然后一段时间就403了
没有出现api错误等log
顺便问一下 输入账号密码后[WinError 10061] 由于目标计算机积极拒绝,无法连接是为啥
顺便问一下 输入账号密码后[WinError 10... | gharchive/issue | 2018-09-01T15:17:05 | 2025-04-01T06:04:36.844221 | {
"authors": [
"lovezm",
"scott90578",
"yjqiang"
],
"repo": "yjqiang/bilibili-live-tools",
"url": "https://github.com/yjqiang/bilibili-live-tools/issues/91",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
530530260 | How to get IOP score for each proposal?
How to get IOP predict value for each proposal?
Is the output_prob of model in test_cluster_det contain IOP prediction score?
I checked the code about the train code for GCN-D,but only found iou signal in line 69 of cluster_det_processor.py
Thanks very much
@eezxuan This repo... | gharchive/issue | 2019-11-30T04:18:11 | 2025-04-01T06:04:36.861187 | {
"authors": [
"Dyfine",
"eezxuan",
"yl-1993"
],
"repo": "yl-1993/learn-to-cluster",
"url": "https://github.com/yl-1993/learn-to-cluster/issues/24",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
237688099 | Multiple query parameters with the same name
I updated the parser to be able to handle the situation where you might have the same query string parameters multiple times. Also updated the demo app to show this situation
Thank you for your contribution @mdkitzman !
I will release the gem in the following days.
| gharchive/pull-request | 2017-06-21T23:00:25 | 2025-04-01T06:04:36.867413 | {
"authors": [
"mdkitzman",
"yllieth"
],
"repo": "yllieth/angular-url-parser",
"url": "https://github.com/yllieth/angular-url-parser/pull/1",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1832591830 | add support for 4bit inference
Description
This PR adds support for 4-bit inference, which can effectively reduce the VRAM. The VRAM after loading the model is as follows (in Tesla P40) :
load_in_4bit
load_in_8bit
fp16
4999M
7989M
13759M
Usage
Just add the --load_in_kbit to the launching command. For exampl... | gharchive/pull-request | 2023-08-02T07:20:06 | 2025-04-01T06:04:36.881853 | {
"authors": [
"airaria",
"iMountTai"
],
"repo": "ymcui/Chinese-LLaMA-Alpaca-2",
"url": "https://github.com/ymcui/Chinese-LLaMA-Alpaca-2/pull/47",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1946530369 | .
Can you provided the code how to generate 'average_scan2cad.txt' file?
The current code tries to read from the following path: '/work/vig/Datasets/ScanNet/average_scan2cad.txt'
Or, what does it look like and what's for?
Thanks for your interest in our work! I added this file to our codebase: average_scan2cad.txt
... | gharchive/issue | 2023-10-17T04:43:30 | 2025-04-01T06:04:36.883861 | {
"authors": [
"dwleeKAIST",
"ymingxie"
],
"repo": "ymingxie/PARQ",
"url": "https://github.com/ymingxie/PARQ/issues/2",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2072944668 | 🛑 Sistema de Pagos is down
In 11a5b77, Sistema de Pagos (https://pagos.itistmo.edu.mx) was down:
HTTP code: 502
Response time: 2250 ms
Resolved: Sistema de Pagos is back up in db28740 after 6 hours, 11 minutes.
| gharchive/issue | 2024-01-09T18:37:34 | 2025-04-01T06:04:36.886321 | {
"authors": [
"ymiranda-web"
],
"repo": "ymiranda-web/istmo-status",
"url": "https://github.com/ymiranda-web/istmo-status/issues/320",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1652875449 | Publisher: Plugin.active attribute is not respected
Running version
3.15.4-nightly.2
Describe the bug
The new publisher does not respect cls.active attribute on pyblish plug-ins.
To Reproduce
Set active = False on a pyblish plug-in. It will still show and run in the publisher.
Or for a more complicated case - that ... | gharchive/issue | 2023-04-03T22:48:57 | 2025-04-01T06:04:36.911814 | {
"authors": [
"BigRoy"
],
"repo": "ynput/OpenPype",
"url": "https://github.com/ynput/OpenPype/issues/4770",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1730521166 | extract_color_transcode: Support working with single frame renders.
Changelog Description
When there is only 1 file, the datamember files on the representation should be a string.
Testing notes:
Setup a profile for Maya in project_settings/global/publish/ExtractOIIOTranscode/profiles.
Setup a render in Maya and publ... | gharchive/pull-request | 2023-05-29T10:40:16 | 2025-04-01T06:04:36.914875 | {
"authors": [
"moonyuet",
"tokejepsen"
],
"repo": "ynput/OpenPype",
"url": "https://github.com/ynput/OpenPype/pull/5053",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1793610774 | Error with multiple loads from 1 placeholder
Changelog Description
Bug : If we enable the set suppression, we have an error from the 2nd object because it deletes the set with it.
TypeError: No object matches name: PLACEHOLDERS_SET
To fixe it, we need to firstly remove the object from the set and secondly delete it, ... | gharchive/pull-request | 2023-07-07T14:04:56 | 2025-04-01T06:04:36.918176 | {
"authors": [
"BigRoy",
"SherineKB",
"fabiaserra",
"mustafa-zarkash"
],
"repo": "ynput/OpenPype",
"url": "https://github.com/ynput/OpenPype/pull/5263",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2278336073 | Houdini: support get_publish_families method
Is there an existing issue for this?
[X] I have searched the existing issues.
Please describe the feature you have in mind and explain what the current shortcomings are?
Support get_publish_families similar to Maya.
How would you imagine the implementation of the feature... | gharchive/issue | 2024-05-03T19:57:27 | 2025-04-01T06:04:36.923217 | {
"authors": [
"BigRoy",
"MustafaJafar",
"moonyuet"
],
"repo": "ynput/ayon-core",
"url": "https://github.com/ynput/ayon-core/issues/485",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
598476957 | Fix linking of multiple products from the same Swift Package
Project Spec
https://github.com/toshi0383/abceed/blob/bc1bad08ea861c737c712bb95612f51bd1aad55b/project.yml
...
AbceedCore:
platform: iOS
type: framework.static
sources:
- AbceedCore/
dependencies:
- package: RxSwift
pro... | gharchive/pull-request | 2020-04-12T12:46:00 | 2025-04-01T06:04:36.974140 | {
"authors": [
"brentleyjones",
"toshi0383",
"yonaskolb"
],
"repo": "yonaskolb/XcodeGen",
"url": "https://github.com/yonaskolb/XcodeGen/pull/830",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
2151769511 | 🛑 Api Payments is down
In 2e2f1a4, Api Payments (https://payments.rexmas.com) was down:
HTTP code: 503
Response time: 376 ms
Resolved: Api Payments is back up in f716fab after 8 minutes.
| gharchive/issue | 2024-02-23T20:43:09 | 2025-04-01T06:04:36.976811 | {
"authors": [
"yorkijr"
],
"repo": "yorkijr/rexmas-uptime",
"url": "https://github.com/yorkijr/rexmas-uptime/issues/372",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2381400242 | Image
| gharchive/issue | 2024-06-29T01:52:24 | 2025-04-01T06:04:36.980120 | {
"authors": [
"yorunoR"
],
"repo": "yorunoR/benches-docker-front",
"url": "https://github.com/yorunoR/benches-docker-front/issues/58",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
184690408 | Use bole for logging
Use the bole logger.
Looking great! - just a lil comment is all :sparkles: - would be super keen to merge this :gring:
test if this does work
On Sun, Oct 23, 2016 at 7:22 PM Yoshua Wuyts notifications@github.com
wrote:
Merged #85 https://github.com/yoshuawuyts/bankai/pull/85.
—
You are recei... | gharchive/pull-request | 2016-10-23T13:32:45 | 2025-04-01T06:04:36.987984 | {
"authors": [
"aknuds1",
"yoshuawuyts"
],
"repo": "yoshuawuyts/bankai",
"url": "https://github.com/yoshuawuyts/bankai/pull/85",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
919675377 | Builds for Windows and Linux
Add a Github workflow
Take the artifact from the latest 3.x branch on Godot Engine
Export the project
Combine with openseeface
Save as artifact
Review, use or modify https://github.com/marketplace/actions/godot-export.
Fetch openseeface.
# Whenever a push is made to the master branc... | gharchive/issue | 2021-06-12T22:41:48 | 2025-04-01T06:04:37.008876 | {
"authors": [
"EMCP",
"Supermagnum",
"fire",
"orowith2os",
"you-win"
],
"repo": "you-win/openseeface-gd",
"url": "https://github.com/you-win/openseeface-gd/issues/15",
"license": "BSD-2-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
1941311506 | vertex
我理解的这个项目,人脸的高频细节,如皱纹、酒窝等,似乎是在最后将3DMM重建后的面部render出的图像,与原始图像进行一些运算得到的。有没有可能将这种高频细节的结果反向应用回3DMM的模型,去修正顶点的位置呢?如果能修正3DMM模型的顶点位置,项目的价值又可以向前一大步了
您好,这块是有的,结果的输出是包含了一个xxx_hrn_high_mesh.obj的文件,这个就是把高频细节作用到3dmm模型上的结果。如果您那边没有这个输出的话,可以重新pull一下代码试试。
不好意思,现在才看到消息,感谢您的回复。我再确认一下看看
| gharchive/issue | 2023-10-13T06:17:26 | 2025-04-01T06:04:37.010443 | {
"authors": [
"tankchenggeng",
"youngLBW"
],
"repo": "youngLBW/HRN",
"url": "https://github.com/youngLBW/HRN/issues/48",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
804152525 | 友链
https://youngjuning.js.org/links
怕什么真理无穷,进一寸有一寸的欢喜
https://zhanhongzhu.top
随心远行,宁静致远。
https://zhanhongzhu.top
随心远行,宁静致远。
安排
| gharchive/issue | 2021-02-09T02:56:44 | 2025-04-01T06:04:37.015168 | {
"authors": [
"youngjuning",
"zhanhongzhu"
],
"repo": "youngjuning/youngjuning.github.io",
"url": "https://github.com/youngjuning/youngjuning.github.io/issues/36",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
2081966997 | changing Manifest's branch should be done via command and not by editing '.tsrc/config.yml' file
Is your feature request related to a problem? Please describe.
tsrc seems powerful tool in every aspect except working reasonably with Manifest's versioning. I know that you can add Manifest's repository to the workspace,... | gharchive/issue | 2024-01-15T12:46:41 | 2025-04-01T06:04:37.018652 | {
"authors": [
"lomnido"
],
"repo": "your-tools/tsrc",
"url": "https://github.com/your-tools/tsrc/issues/387",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
93451324 | Doc: Document prefetching behavior
Closes #210
LGTM :dolphin:
| gharchive/pull-request | 2015-07-07T06:35:08 | 2025-04-01T06:04:37.031734 | {
"authors": [
"awbraunstein",
"nicksay"
],
"repo": "youtube/spfjs",
"url": "https://github.com/youtube/spfjs/pull/354",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
102450869 | proc: Fix listening on any port for Go 1.5.
":0" instead of ":" is now required as listening address.
See http://golang.org/pkg/net/#ListenTCP
@enisoc
LGTM
That would explain the test failure someone was experiencing. We should reply to that thread after we submit this.
This is probably a last minute change in the ... | gharchive/pull-request | 2015-08-21T19:50:58 | 2025-04-01T06:04:37.034220 | {
"authors": [
"enisoc",
"michael-berlin",
"sougou"
],
"repo": "youtube/vitess",
"url": "https://github.com/youtube/vitess/pull/1019",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
113316104 | YouTube videos
Hi,
How can I use the library to watch youtube videos?
Thanks.
I'm not sure how to integrate with youtube.
maybe the following link will help u if u want the functionality to play youtube in ur app.
https://developers.google.com/youtube/android/player/
| gharchive/issue | 2015-10-26T09:33:51 | 2025-04-01T06:04:37.061982 | {
"authors": [
"rotman",
"yqritc"
],
"repo": "yqritc/Android-ScalableVideoView",
"url": "https://github.com/yqritc/Android-ScalableVideoView/issues/7",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
1912169124 | 🛑 GetCannab is down
In 2824af6, GetCannab (https://getcannab.com) was down:
HTTP code: 0
Response time: 0 ms
Resolved: GetCannab is back up in d5bba96 after 16 minutes.
| gharchive/issue | 2023-09-25T19:41:17 | 2025-04-01T06:04:37.125123 | {
"authors": [
"ysemashko"
],
"repo": "ysemashko/getcannab_uptime",
"url": "https://github.com/ysemashko/getcannab_uptime/issues/131",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
248219777 | New increment
Merge
~~embedded_ai/2017-08-07.md at bi-weekly-2017-08-07 · PerfXLab/embedded_ai
https://github.com/PerfXLab/embedded_ai/blob/bi-weekly-2017-08-07/bi-weekly-reports/2017-08-07.md~~
Company
Lift: A novel approach to achieving performance portability on parallel accelerators. | Where High-Level Programmin... | gharchive/issue | 2017-08-06T01:46:02 | 2025-04-01T06:04:37.148173 | {
"authors": [
"ysh329"
],
"repo": "ysh329/awesome-embedded-ai",
"url": "https://github.com/ysh329/awesome-embedded-ai/issues/3",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
242878905 | Error when running npm run deploy
After running sudo npm run deploy (Amazon Linux), I get the following error output:
> aws-lambda-image@0.13.0 deploy /home/ec2-user/aws-lambda-image
> claudia create --profile $npm_package_config_profile --region $npm_package_config_region --version dev --handler index.handler --no-o... | gharchive/issue | 2017-07-14T02:17:29 | 2025-04-01T06:04:37.169680 | {
"authors": [
"fabianobonomini",
"mhuebner",
"stormcrow85",
"user23145"
],
"repo": "ysugimoto/aws-lambda-image",
"url": "https://github.com/ysugimoto/aws-lambda-image/issues/141",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1580803153 | fix fourth argument type of accept.language_filter_basic
Fix accept.language_filter_basic function argument type.
The 4th argument type must be INTEGER but defined as STRING so I've changed it.
see doc: https://developer.fastly.com/reference/vcl/functions/content-negotiation/accept-language-filter-basic/
This is ju... | gharchive/pull-request | 2023-02-11T11:46:25 | 2025-04-01T06:04:37.171762 | {
"authors": [
"ysugimoto"
],
"repo": "ysugimoto/falco",
"url": "https://github.com/ysugimoto/falco/pull/121",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2629466212 | [playlist] how to limit number of pages downloaded for large playlists?
DO NOT REMOVE OR SKIP THE ISSUE TEMPLATE
[X] I understand that I will be blocked if I intentionally remove or skip any mandatory* field
Checklist
[X] I'm asking a question and not reporting a bug or requesting a feature
[X] I've looked through... | gharchive/issue | 2024-11-01T16:59:10 | 2025-04-01T06:04:37.178532 | {
"authors": [
"idMysteries",
"seproDev"
],
"repo": "yt-dlp/yt-dlp",
"url": "https://github.com/yt-dlp/yt-dlp/issues/11427",
"license": "Unlicense",
"license_type": "permissive",
"license_source": "github-api"
} |
1474023814 | Selective --dump-json (don't want to download loads of format data)
DO NOT REMOVE OR SKIP THE ISSUE TEMPLATE
[X] I understand that I will be blocked if I remove or skip any mandatory* field
Checklist
[X] I'm asking a question and not reporting a bug or requesting a feature
[X] I've looked through the README
[X] I'... | gharchive/issue | 2022-12-03T13:29:51 | 2025-04-01T06:04:37.187329 | {
"authors": [
"bashonly",
"hedgehog90",
"pukkandan"
],
"repo": "yt-dlp/yt-dlp",
"url": "https://github.com/yt-dlp/yt-dlp/issues/5701",
"license": "Unlicense",
"license_type": "permissive",
"license_source": "github-api"
} |
1560490588 | What does a Website need to be automatically "compatible" with yt-dlp?
DO NOT REMOVE OR SKIP THE ISSUE TEMPLATE
[X] I understand that I will be blocked if I remove or skip any mandatory* field
Checklist
[X] I'm asking a question and not reporting a bug or requesting a feature
[X] I've looked through the README
[X]... | gharchive/issue | 2023-01-27T22:08:51 | 2025-04-01T06:04:37.206636 | {
"authors": [
"BergHeisen",
"bashonly"
],
"repo": "yt-dlp/yt-dlp",
"url": "https://github.com/yt-dlp/yt-dlp/issues/6101",
"license": "Unlicense",
"license_type": "permissive",
"license_source": "github-api"
} |
976144779 | cannot support vlive channel download
D:\Desktop>yt-dlp https://www.vlive.tv/channel/EDBF/board/3484
[vlive:channel] EDBF: Downloading decode channel code
ERROR: Unable to download JSON metadata: HTTP Error 401: Unauthorized (caused by <HTTPError 401: 'Unauthorized'>); please report this issue on https://github.com/... | gharchive/issue | 2021-08-21T14:07:15 | 2025-04-01T06:04:37.209824 | {
"authors": [
"ashoffire",
"pukkandan"
],
"repo": "yt-dlp/yt-dlp",
"url": "https://github.com/yt-dlp/yt-dlp/issues/748",
"license": "Unlicense",
"license_type": "permissive",
"license_source": "github-api"
} |
1111310045 | [Instagram] Fix extraction when logged in
Please follow the guide below
You will be asked some questions, please read them carefully and answer honestly
Put an x into all the boxes [ ] relevant to your pull request (like that [x])
Use Preview tab to see how your pull request will actually look like
Before submitti... | gharchive/pull-request | 2022-01-22T07:17:48 | 2025-04-01T06:04:37.217656 | {
"authors": [
"MinePlayersPE",
"wxolp"
],
"repo": "yt-dlp/yt-dlp",
"url": "https://github.com/yt-dlp/yt-dlp/pull/2439",
"license": "Unlicense",
"license_type": "permissive",
"license_source": "github-api"
} |
2255520944 | Always replace with full-width character
Description of your pull request and other information
The ⧸ (U+29F8) is ugly and looks weird in my terminal so use / (U+FF0F) instead (like the comment above that code suggests).
Before submitting a pull request make sure you have:
[x] At least skimmed through contributing g... | gharchive/pull-request | 2024-04-22T03:54:39 | 2025-04-01T06:04:37.226297 | {
"authors": [
"Anuskuss",
"pukkandan"
],
"repo": "yt-dlp/yt-dlp",
"url": "https://github.com/yt-dlp/yt-dlp/pull/9758",
"license": "Unlicense",
"license_type": "permissive",
"license_source": "github-api"
} |
591073600 | [DPlay] unable to download free or premium episodes from dplay.no, es.dplay.com and it.dplay.com with user account
Checklist
[x] I'm reporting a broken site support
[x] I've verified that I'm running youtube-dl version 2020.03.24
[x] I've checked that all provided URLs are alive and playable in a browser
[x] I've ... | gharchive/issue | 2020-03-31T12:37:58 | 2025-04-01T06:04:37.251884 | {
"authors": [
"Arnvidr",
"RobertusIT",
"felisucoibi",
"havarh"
],
"repo": "ytdl-org/youtube-dl",
"url": "https://github.com/ytdl-org/youtube-dl/issues/24554",
"license": "Unlicense",
"license_type": "permissive",
"license_source": "github-api"
} |
665602842 | Fix error when using --audio-format and specifying an extension for the output file.
Please follow the guide below
You will be asked some questions, please read them carefully and answer honestly
Put an x into all the boxes [ ] relevant to your pull request (like that [x])
Use Preview tab to see how your pull reques... | gharchive/pull-request | 2020-07-25T15:18:22 | 2025-04-01T06:04:37.264425 | {
"authors": [
"BassThatHertz",
"CrypticSignal",
"alexmerkel",
"dirkf"
],
"repo": "ytdl-org/youtube-dl",
"url": "https://github.com/ytdl-org/youtube-dl/pull/26110",
"license": "Unlicense",
"license_type": "permissive",
"license_source": "github-api"
} |
506517574 | where is the code of teacher to student??
where is the distillation code? i dont know
the distillation code?
The distillation code locates at example/mpii_kd.py lines 207 - 220 .
tks
but the teacher model is training with the student at the same time???
or i have to trained the teacher model lonely.then use th... | gharchive/issue | 2019-10-14T08:41:55 | 2025-04-01T06:04:37.293607 | {
"authors": [
"henbucuoshanghai",
"yuanyuanli85"
],
"repo": "yuanyuanli85/Fast_Human_Pose_Estimation_Pytorch",
"url": "https://github.com/yuanyuanli85/Fast_Human_Pose_Estimation_Pytorch/issues/17",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2444332445 | the official code for DCRN is released.
the official code for DCRN is released.
https://github.com/yueliu1999/DCRN
您好,你的邮件我已经收到,祝学业有成!工作顺利! --王晓栋I have recieved your e-mail,and I will reply you as soon as possible. Hope you have every successful on education and work! --xiaodong wang
| gharchive/issue | 2024-08-02T07:56:33 | 2025-04-01T06:04:37.294969 | {
"authors": [
"buffaloiron",
"draym28"
],
"repo": "yueliu1999/Awesome-Deep-Graph-Clustering",
"url": "https://github.com/yueliu1999/Awesome-Deep-Graph-Clustering/issues/34",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
936384533 | long类型无法被浏览器解析
您好,我在测试时发现,浏览器接收到的 long 类型数据(例如chaptersID)发生了精度丢失,能不能在后端解决一下?感谢。
需要Web自行处理
| gharchive/issue | 2021-07-04T05:56:49 | 2025-04-01T06:04:37.296164 | {
"authors": [
"Hero601",
"yuenov"
],
"repo": "yuenov/reader-api",
"url": "https://github.com/yuenov/reader-api/issues/8",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1838262084 | Add support for Azure, OpenAI, Palm, Anthropic, Cohere, Replicate Models - using litellm
This PR adds support for models from all the above mentioned providers using litellm https://github.com/BerriAI/litellm - a simple & light package to call OpenAI, Azure, Cohere, Anthropic API Endpoints
Here's a sample of how it's... | gharchive/pull-request | 2023-08-06T16:08:09 | 2025-04-01T06:04:37.298076 | {
"authors": [
"ishaan-jaff"
],
"repo": "yufeikang/ai-cli",
"url": "https://github.com/yufeikang/ai-cli/pull/21",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1387730472 | 有关于数据集的问题。
你好,首先谢谢你分享我的好研究。 我有一个疑问,所以问您。
请问Yelp18数据集的rawdata是从哪里找到的? 请分享一下,谢谢。
Thank you!
| gharchive/issue | 2022-09-27T13:05:34 | 2025-04-01T06:04:37.307408 | {
"authors": [
"LuckyDL21"
],
"repo": "yuh-yang/KGCL-SIGIR22",
"url": "https://github.com/yuh-yang/KGCL-SIGIR22/issues/10",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
360219085 | Removing these code and then it become origin GNN?
https://github.com/yujiali/ggnn/blob/master/ggnn/BaseGGNN.lua#L123-L124
local update_gate = nn.Narrow(2, 1, self.state_dim)(gates)
local reset_gate = nn.Narrow(2, self.state_dim+1, self.state_dim)(gates)
remove the gate
@yujiali Thank you very much!!... | gharchive/issue | 2018-09-14T09:06:24 | 2025-04-01T06:04:37.309229 | {
"authors": [
"guotong1988"
],
"repo": "yujiali/ggnn",
"url": "https://github.com/yujiali/ggnn/issues/5",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
88951743 | v1.0向けマイルストーン
version1.0にするために行う事をまとめて!
ドキュメントの整理
coverage100%保証
contributerを1名以上入れ保守を複数人体制にする
デモの充実
追加
メソッドやプロパティの命名が適当でないところを第三者から指摘してもらい変更する
| gharchive/issue | 2015-06-17T08:19:27 | 2025-04-01T06:04:37.328443 | {
"authors": [
"yukik"
],
"repo": "yukik/koyomi",
"url": "https://github.com/yukik/koyomi/issues/1",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1407420553 | fix/remotefile guest
What this PR does / why we need it:
fix remotefile guest disk\eip bug
If yes, write the release branches name in the below format and submit the related cherry-pick PR:
cc @ioito
/lgtm
| gharchive/pull-request | 2022-10-13T09:03:10 | 2025-04-01T06:04:37.353358 | {
"authors": [
"gouqi11",
"ioito"
],
"repo": "yunionio/cloudpods",
"url": "https://github.com/yunionio/cloudpods/pull/15185",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
799967329 | feat(monitor): alert add silent period param
这个 PR 实现什么功能/修复什么问题:
报警静默期支持
是否需要 backport 到之前的 release 分支:
release/3.7
/cc @zexi
/area monitor
Codecov Report
Merging #10127 (55921fb) into master (70c9dd3) will increase coverage by 5.98%.
The diff coverage is 0.00%.
@@ Coverage Diff @@
#... | gharchive/pull-request | 2021-02-03T04:54:29 | 2025-04-01T06:04:37.370103 | {
"authors": [
"codecov-io",
"zhaoxiangchun"
],
"repo": "yunionio/onecloud",
"url": "https://github.com/yunionio/onecloud/pull/10127",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
490606794 | hotfix: avolid auth for yunionmeta dbinstance_skus
这个 PR 实现什么功能/修复什么问题:
meta 服务的rds套餐不需要认证
是否需要 backport 到之前的 release 分支:
None
/area region
/cc @swordqiu @yousong
Codecov Report
Merging #2790 into master will decrease coverage by <.01%.
The diff coverage is n/a.
@@ Coverage Diff @@
## ... | gharchive/pull-request | 2019-09-07T08:02:39 | 2025-04-01T06:04:37.379307 | {
"authors": [
"codecov-io",
"ioito",
"yousong"
],
"repo": "yunionio/onecloud",
"url": "https://github.com/yunionio/onecloud/pull/2790",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
600856923 | Automated cherry pick of #5825: fix: 尽量避免secgroup重名问题
Cherry pick of #5825 on release/2.12.
#5825: fix: 尽量避免secgroup重名问题
Codecov Report
Merging #5829 into release/2.12 will decrease coverage by 0.50%.
The diff coverage is 2.71%.
@@ Coverage Diff @@
## release/2.12 #5829 ... | gharchive/pull-request | 2020-04-16T08:42:45 | 2025-04-01T06:04:37.393918 | {
"authors": [
"codecov-io",
"ioito"
],
"repo": "yunionio/onecloud",
"url": "https://github.com/yunionio/onecloud/pull/5829",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
719899389 | fix: trans google new region name
这个 PR 实现什么功能/修复什么问题:
翻译google新region名称
[x] 功能、bugfix描述
[x] 冒烟测试
[ ] 单元测试编写
是否需要 backport 到之前的 release 分支:
release/3.3
/area region
/cc @zexi
Codecov Report
Merging #8267 into master will increase coverage by 0.07%.
The diff coverage is n/a.
@@ Coverage Diff ... | gharchive/pull-request | 2020-10-13T06:14:52 | 2025-04-01T06:04:37.409480 | {
"authors": [
"codecov-io",
"ioito"
],
"repo": "yunionio/onecloud",
"url": "https://github.com/yunionio/onecloud/pull/8267",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
751547447 | fix(cloudid): auto update saml provider metadata
这个 PR 实现什么功能/修复什么问题:
删除云账号后再次添加云账号saml认证需要更新metadata文件
[x] 功能、bugfix描述
[x] 冒烟测试
[ ] 单元测试编写
是否需要 backport 到之前的 release 分支:
release/3.5
/area region
/cc @zexi
/lgtm
/approve
| gharchive/pull-request | 2020-11-26T12:19:43 | 2025-04-01T06:04:37.412346 | {
"authors": [
"ioito",
"zexi"
],
"repo": "yunionio/onecloud",
"url": "https://github.com/yunionio/onecloud/pull/9018",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
900367987 | 云上aws弹性IP的标签没有同步到云管平台
What happened:
aws官网创建弹性IP并打上标签;
云管平台同步aws云账号,该弹性IP快照同步到云管平台,但是该弹性IP的标签却没有同步到云管平台
Environment:
OS (e.g. cat /etc/os-release):
Kernel (e.g. uname -a):
经验证已解决
| gharchive/issue | 2021-05-25T07:04:09 | 2025-04-01T06:04:37.414522 | {
"authors": [
"wenlong113"
],
"repo": "yunionio/yunioncloud",
"url": "https://github.com/yunionio/yunioncloud/issues/11209",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
244900186 | Fix/improve group join
fix broken redirect on "home" page
make join-group available for everybody. for logged-in users, show only groups that they are not yet part of
align join button to the right
add padding
Can be merged instantly hopefully ;)
Codecov Report
Merging #565 into master will increase coverage by ... | gharchive/pull-request | 2017-07-23T09:48:43 | 2025-04-01T06:04:37.425177 | {
"authors": [
"codecov-io",
"tiltec"
],
"repo": "yunity/foodsaving-frontend",
"url": "https://github.com/yunity/foodsaving-frontend/pull/565",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
2242458315 | Always catch panic when panic=unwind
Close #163
Stacktrace is not available on release build because there's no debug info. Let's drop it. cf. https://stackoverflow.com/questions/38803760/how-to-get-a-release-build-with-debugging-information-when-using-cargo
> foo()
panic occured!
Original message:
panicked at... | gharchive/pull-request | 2024-04-15T00:33:44 | 2025-04-01T06:04:37.522606 | {
"authors": [
"yutannihilation"
],
"repo": "yutannihilation/savvy",
"url": "https://github.com/yutannihilation/savvy/pull/186",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
206671315 | Performance
I tried playing with granularpad in both Firefox and Chrome. I notice that it takes about 3 seconds to load some of the examples, like the Transforms and the KeyboardNavigation examples. The KeyboardNavigation example has 58 controls on it. I am looking at creating an app that has about 10000 controls ... | gharchive/issue | 2017-02-10T00:25:12 | 2025-04-01T06:04:37.535297 | {
"authors": [
"asthomas",
"geoffreymcgill",
"yuvaltz"
],
"repo": "yuvaltz/Granular",
"url": "https://github.com/yuvaltz/Granular/issues/31",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
2644816095 | Updating: Vision of this project
All of you are welcome to build the vision of this project!
v0:
Working with data scientists, AI researchers, and forest professionals - build open-access tools (e.g., deep learning algorithms)
Open science for AI and digital research infrastructure - forestry professionals, environme... | gharchive/issue | 2024-11-08T18:27:55 | 2025-04-01T06:04:37.537111 | {
"authors": [
"acocac",
"yuwei-cao-git"
],
"repo": "yuwei-cao-git/DRI-EDIA-F4A",
"url": "https://github.com/yuwei-cao-git/DRI-EDIA-F4A/issues/2",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
777953669 | TypeError: in method 'bruteForceKnn', argument 12 of type 'faiss::Index::idx_t *'
hi,there are some problem
Did you figure it out? It seems the issue with faiss package. Please use faiss_gpu==1.6.3.
| gharchive/issue | 2021-01-04T09:24:52 | 2025-04-01T06:04:37.548734 | {
"authors": [
"luckycookiecookie",
"yxgeee"
],
"repo": "yxgeee/SpCL",
"url": "https://github.com/yxgeee/SpCL/issues/26",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2477238564 | web在安卓机上的问题,出现undefined的问题
有 demo 吗
| gharchive/issue | 2024-08-21T07:04:01 | 2025-04-01T06:04:37.549976 | {
"authors": [
"ckken",
"kele855"
],
"repo": "yylive/YYEVA-Web",
"url": "https://github.com/yylive/YYEVA-Web/issues/25",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
532107148 | OOM问题
OOM issues
when i click the gift button ,do'not stop for about 300 times ,the system crash
this is the error code
parser.decodeFromURL(url, new SVGAParser.ParseCompletion() {
@Override
public void onComplete(SVGAVideoEntity svgaVideoEntity) {
SVGADrawable drawable = new SVGADrawable(svgaVideoEntity);
svgaImage... | gharchive/issue | 2019-12-03T16:28:17 | 2025-04-01T06:04:37.553452 | {
"authors": [
"errnull",
"liuleshuai",
"lylylywww"
],
"repo": "yyued/SVGAPlayer-Android",
"url": "https://github.com/yyued/SVGAPlayer-Android/issues/209",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
245394065 | 咨询个问题,本地发开完成后代码上传到服务器,admin表不会自动创建
执行php artisan migrate命令后没有创建admin表,
执行php artisan admin:install命令后会创建admin表,但是会有个错误提示
/Users/libai/project/enterprise-server/app/Admin directory already exists !
虽然不会产生什么影响,我想知道我的操作是不是不对呢?
需不需要单独执行php artisan admin:install命令
https://github.com/z-song/laravel-admin/issues/361#issue... | gharchive/issue | 2017-07-25T13:04:09 | 2025-04-01T06:04:37.568753 | {
"authors": [
"libybai",
"z-song"
],
"repo": "z-song/laravel-admin",
"url": "https://github.com/z-song/laravel-admin/issues/1020",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
360523973 | Casts -> array support for textarea
I use a column as array, I can add and show data. But I can't edit. Because field casting as array. We need to convert to string.
protected $casts = [
'veri' => 'array'
];
On edit page, it's ok.
Thanks!
| gharchive/pull-request | 2018-09-15T09:25:43 | 2025-04-01T06:04:37.570193 | {
"authors": [
"marzochi",
"z-song"
],
"repo": "z-song/laravel-admin",
"url": "https://github.com/z-song/laravel-admin/pull/2502",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
496059532 | grid batch action when in xs screen should hide a btn
Before:
After:
Thanks!
| gharchive/pull-request | 2019-09-19T22:43:19 | 2025-04-01T06:04:37.571700 | {
"authors": [
"cawa0505",
"z-song"
],
"repo": "z-song/laravel-admin",
"url": "https://github.com/z-song/laravel-admin/pull/3942",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1062932686 | Search is a pain to remember the attempts and delays
I also noticed how much of a pain playbook is now you have to keep defining these on the search actions as well as the start action - we need to find a nicer more user friendly way to do this. I expect we need to include it in the playbook data and then when you ch... | gharchive/issue | 2021-11-24T21:41:37 | 2025-04-01T06:04:37.584470 | {
"authors": [
"b1scuit-thi3f",
"z1pti3"
],
"repo": "z1pti3/jimiPlugin-playbook",
"url": "https://github.com/z1pti3/jimiPlugin-playbook/issues/6",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1985615867 | Galaxy watch 4 R870
I tried to download a flash file for galaxy watch 4 SM-R870 ILO and I get a error 400, I tried a few different region and they are all the same error.
Unfortunately you can't download the firmware for watches directly.
| gharchive/issue | 2023-11-09T13:22:19 | 2025-04-01T06:04:37.608826 | {
"authors": [
"7716508",
"zacharee"
],
"repo": "zacharee/SamloaderKotlin",
"url": "https://github.com/zacharee/SamloaderKotlin/issues/114",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2474151961 | refactor(via-router): simplify what is passed around in visit
A rough draft that attempts to improve the memory usage and performance of via-router by removing unnecessary indirection and favoring references whenever possible.
Closing this PR as the work is redundant with what was introduced in #13.
| gharchive/pull-request | 2024-08-19T20:30:29 | 2025-04-01T06:04:37.609767 | {
"authors": [
"zacharygolba"
],
"repo": "zacharygolba/via",
"url": "https://github.com/zacharygolba/via/pull/12",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
355339266 | Three 0.95.0 support
:wave: Hello @zadvorsky, Thanks for your work on this library! I'm just getting my feet wet with it and noticed it didn't run under THREE 0.95.0 (the latest as of this PR). It appears that a shader was renamed in https://github.com/mrdoob/three.js/pull/14406. This PR makes updates to the mater... | gharchive/pull-request | 2018-08-29T21:24:48 | 2025-04-01T06:04:37.631882 | {
"authors": [
"Caged",
"zadvorsky"
],
"repo": "zadvorsky/three.bas",
"url": "https://github.com/zadvorsky/three.bas/pull/21",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1014716650 | Gnome 41 compatibility
Hi there,
Will Time++ be available for Gnome 41? Not rushing, pushing or nagging, just genuinely curious.
I am also curious when will support for GNOME 41 come?
It looks like it is working well with Gnome 41 (Fedora 35).
Just change metadata.json:
"shell-version": [
"40",
"41"
],
Thanks,
... | gharchive/issue | 2021-10-04T04:25:08 | 2025-04-01T06:04:37.634371 | {
"authors": [
"apinter",
"lev741",
"tanayparashar",
"zagortenay333"
],
"repo": "zagortenay333/timepp",
"url": "https://github.com/zagortenay333/timepp/issues/177",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1088552381 | Bug: npm run setup not install supported browsers for playwright
Description
I'm is first time using playwright, when run command for initial setup (npm run setup) it will getting error like this :
Then, I run command for download supported browsers :
npx playwright install
Also run initial setup again, to make sur... | gharchive/issue | 2021-12-25T05:56:27 | 2025-04-01T06:04:37.653913 | {
"authors": [
"retry19",
"zainfathoni"
],
"repo": "zainfathoni/kelas.rumahberbagi.com",
"url": "https://github.com/zainfathoni/kelas.rumahberbagi.com/issues/47",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
631265046 | いいところ診断の結果に優しさを追加したい
以下の結果を追加したい
'{userName}のいいところは優しさです。あなたの優しい雰囲気や立ち振る舞いに多くの人が癒やされています。'
これから対応します。
${b2f80713ecb05a5d1910d975154b638e116d5599}で対応されました。
${b2f8071} で対応されました。
b2f8071 で対応されました。
| gharchive/issue | 2020-06-05T02:30:06 | 2025-04-01T06:04:37.656074 | {
"authors": [
"zak4132"
],
"repo": "zak4132/assessment",
"url": "https://github.com/zak4132/assessment/issues/1",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
447521958 | RFC: Make OAuth*Problem extend ProblemException instead of werkzeug
Description
I wonder if these should extend ProblemException instead of the werkzeug exceptions.
connexion.exceptions.OAuthProblem(werkzeug.exceptions.Unauthorized)
connexion.exceptions.OAuthResponseProblem(OAuthProblem)
connexion.exceptions.OAuthSc... | gharchive/issue | 2019-05-23T08:41:43 | 2025-04-01T06:04:37.678298 | {
"authors": [
"cognifloyd"
],
"repo": "zalando/connexion",
"url": "https://github.com/zalando/connexion/issues/958",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2425860522 | Implement responsive design
Set title “First release to production”, set metadata (assignees, labels, milestones, projects). Then merge pull request. Note: the branches should not be deleted after merging a pull request**.
For this activity you will need to create the file style.css containing the following tasks:
... | gharchive/issue | 2024-07-23T18:36:28 | 2025-04-01T06:04:37.796463 | {
"authors": [
"zamorajg"
],
"repo": "zamorajg/homepage",
"url": "https://github.com/zamorajg/homepage/issues/2",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1758196108 | Feature request: Use independent domain name to directly access image directory
Thank you for developing this great program. I want to use an independent domain name to directly access the picture directory. At the same time, I can customize functions such as removing and deleting pictures. Do not click on the file p... | gharchive/issue | 2023-06-15T07:17:14 | 2025-04-01T06:04:37.800727 | {
"authors": [
"ccc2020666",
"zanllp"
],
"repo": "zanllp/sd-webui-infinite-image-browsing",
"url": "https://github.com/zanllp/sd-webui-infinite-image-browsing/issues/240",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2336443145 | Multi-label segmentation masks - make the visibility toggle persistent throughout cases
I’m working with masks that have multiple labels (e.g., 14). I am only interested in a subset of these labels (e.g., 2 out of 14). When I toggle the visibility to focus on these 2 labels for a single case, all 14 labels are shown ... | gharchive/issue | 2024-06-05T17:21:43 | 2025-04-01T06:04:37.803166 | {
"authors": [
"ibro45",
"zapaishchykova"
],
"repo": "zapaishchykova/SegmentationReview",
"url": "https://github.com/zapaishchykova/SegmentationReview/issues/16",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
953334034 | Call as function
is it possible to call as function in a container, instead of changing all over project ?
for example,. when i press a button, is it possible to call alert as SuperAlert.alert(......) ?
Unfortunately it only works in a global context, soon I will check to implement this functionality, if you want ... | gharchive/issue | 2021-07-26T22:20:56 | 2025-04-01T06:04:37.804258 | {
"authors": [
"pkkasu",
"zapcriativo"
],
"repo": "zapcriativo/react-native-super-alert",
"url": "https://github.com/zapcriativo/react-native-super-alert/issues/1",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
182637416 | "Invalid env variable" error when environment variable contains "="
I have an environment variable:
MONGO_URI="mongodb://user:password@host1:15145,host2:15145/db-name?ssl=true"
This should be perfectly legal environment variable. However, forever service script assumes that there are no "=" characters in the environm... | gharchive/issue | 2016-10-12T21:21:38 | 2025-04-01T06:04:37.850484 | {
"authors": [
"arvind-agarwal",
"jackSnaps",
"mfa777",
"nemecec",
"paivaric",
"zedar187"
],
"repo": "zapty/forever-service",
"url": "https://github.com/zapty/forever-service/issues/78",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
53322597 | Fixes for recent Rust changes
cargo test passes for me on Mac OS X 10.10.
Works on RHEL7 too. Looks good, thanks!
Yay! :smile:
| gharchive/pull-request | 2015-01-04T02:32:59 | 2025-04-01T06:04:37.851789 | {
"authors": [
"cuviper",
"dirk"
],
"repo": "zargony/rust-fuse",
"url": "https://github.com/zargony/rust-fuse/pull/33",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
321474464 | Blosc silently fails with 2GB buffer
>>> import numcodecs
>>> import numpy as np
>>> a = np.ones(1024**3, dtype=np.int8)
>>> a.nbytes
1073741824
>>> codec = numcodecs.Blosc()
>>> x = codec.encode(a)
>>> len(x)
4505616
>>> a = np.ones(2... | gharchive/issue | 2018-05-09T08:18:57 | 2025-04-01T06:04:37.853976 | {
"authors": [
"alimanfoo",
"jeromekelleher"
],
"repo": "zarr-developers/numcodecs",
"url": "https://github.com/zarr-developers/numcodecs/issues/80",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1937639820 | Implement stacktrace
Required for #6
fixed by #4
| gharchive/issue | 2023-10-11T12:19:30 | 2025-04-01T06:04:37.854795 | {
"authors": [
"zarstensen"
],
"repo": "zarstensen/AsepriteDebugger",
"url": "https://github.com/zarstensen/AsepriteDebugger/issues/8",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
756035491 | z-merge.yml
Support backsyncs from v1
@z-merge it
@z-merge it
We don't have fancy bots here.
@z-merge it
@dobladov now we do
| gharchive/pull-request | 2020-12-03T09:45:14 | 2025-04-01T06:04:37.856325 | {
"authors": [
"dobladov",
"godban"
],
"repo": "zattoo/changelog",
"url": "https://github.com/zattoo/changelog/pull/44",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
196051073 | Error in base64 decoding
Sometimes happen decoding error attachments.
Problem ($this->leftover = '0') is here: Base64DecodeStreamFilter.php
if (!empty($this->leftover)) {
Fix:
if (strlen($this->leftover)) {
Nice -- thank you for pointing that out :+1:
My terrible use of "empty" in a number of places has been fixed ... | gharchive/issue | 2016-12-16T12:41:33 | 2025-04-01T06:04:37.887817 | {
"authors": [
"vvv476",
"zbateson"
],
"repo": "zbateson/MailMimeParser",
"url": "https://github.com/zbateson/MailMimeParser/issues/26",
"license": "bsd-2-clause",
"license_type": "permissive",
"license_source": "bigquery"
} |
155252980 | Remove complete_min_length
It is the unused variable.
@Shougo I was overlooked. Thanks!
Thank you!
| gharchive/pull-request | 2016-05-17T12:58:54 | 2025-04-01T06:04:37.931859 | {
"authors": [
"Shougo",
"zchee"
],
"repo": "zchee/deoplete-jedi",
"url": "https://github.com/zchee/deoplete-jedi/pull/36",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
123947985 | Improved boot2docker version detection
Mount boot2docker iso into a known path instead of trying to find it in
/Volumes
Also fixes that the previous code broke when some volumes in /Volumes were not accessible.
@johanneswuerbach LGTM.
| gharchive/pull-request | 2015-12-26T20:49:18 | 2025-04-01T06:04:37.933027 | {
"authors": [
"johanneswuerbach",
"zchee"
],
"repo": "zchee/docker-machine-driver-xhyve",
"url": "https://github.com/zchee/docker-machine-driver-xhyve/pull/31",
"license": "bsd-3-clause",
"license_type": "permissive",
"license_source": "bigquery"
} |
1583300832 | 我这边返回的数据是多层嵌套的数据,这边能不能开个口子用来处理数据
你可以给getData包一层promise,而不是直接请求,类似下面这样
async function getData(params) {
const { data } = await api.getData(params)
const resolveData = {}
resolveData.pageData = ...
resolveData.total = ...
return new Promise((resolve,reject) => {
return resolve({data: resolveData})
})
}
好的,感谢帮助
| gharchive/issue | 2023-02-14T00:47:17 | 2025-04-01T06:04:37.940544 | {
"authors": [
"Amdeo",
"zclzone"
],
"repo": "zclzone/qs-admin",
"url": "https://github.com/zclzone/qs-admin/issues/4",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
438680941 | small fix rpc
https://trello.com/c/MTlEcteu/413-seems-like-we-did-not-validate-the-situation-with-spend-many-like-d05
https://trello.com/c/og4WYbuU/338-remove-old-sigma-mint-spend-transaction-creation-functions
https://trello.com/c/pt16UgX4/373-add-description-for-rpc-mint
@riordant Could you please review again?
... | gharchive/pull-request | 2019-04-30T09:26:44 | 2025-04-01T06:04:37.942464 | {
"authors": [
"FreakyMaryk",
"thebevrishot"
],
"repo": "zcoinofficial/zcoin",
"url": "https://github.com/zcoinofficial/zcoin/pull/389",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
686200926 | Add information about min version 1.25.5+ for docker in Guides
Add information about min version 1.25.5+ for docker
done:
https://zebrunner.github.io/zebrunner/prerequisites/
Verified.
| gharchive/issue | 2020-08-26T10:18:58 | 2025-04-01T06:04:37.953243 | {
"authors": [
"dhreben",
"okamara",
"vdelendik"
],
"repo": "zebrunner/zebrunner",
"url": "https://github.com/zebrunner/zebrunner/issues/271",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1305174234 | [Question] Telemetry?
Hello!
First of all, thank you for this editor!
When trying to install the latest version, this operation failed due to an OpenSSL installation being missing. What does zee need OpenSSL for? Does zee have telemetry features or why is OpenSSL a requirement for the editor?
Kevin,
Not an author... | gharchive/issue | 2022-07-14T18:57:58 | 2025-04-01T06:04:38.074403 | {
"authors": [
"iainh",
"kevinmatthes"
],
"repo": "zee-editor/zee",
"url": "https://github.com/zee-editor/zee/issues/38",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
596241143 | can't swipe with the new update 9.0.1
was working fine on v8.x.x, after upgrading to 9.0.1 I can't swipe between containers, its does the swap internally but the actual container aint moving, if you resize the window it works again as expected.
"ngx-swiper-wrapper": "^9.0.1",
"@angular/animations": "^9.1.0",
"@angula... | gharchive/issue | 2020-04-08T01:09:18 | 2025-04-01T06:04:38.087132 | {
"authors": [
"kudinov-k",
"snakone"
],
"repo": "zefoy/ngx-swiper-wrapper",
"url": "https://github.com/zefoy/ngx-swiper-wrapper/issues/265",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
208766900 | fixing repo link
was pointing to zeit/release
🙏
| gharchive/pull-request | 2017-02-20T01:59:05 | 2025-04-01T06:04:38.093847 | {
"authors": [
"brandonmp",
"leo"
],
"repo": "zeit/async-retry",
"url": "https://github.com/zeit/async-retry/pull/32",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.