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 |
|---|---|---|---|---|---|
1825632392 | 🛑 Google is down
In 7eca41a, Google (https://google.icloudnative.io) was down:
HTTP code: 0
Response time: 0 ms
Resolved: Google is back up in 28f7c48.
| gharchive/issue | 2023-07-28T03:21:38 | 2025-04-01T06:40:58.654294 | {
"authors": [
"yangchuansheng"
],
"repo": "yangchuansheng/upptime",
"url": "https://github.com/yangchuansheng/upptime/issues/3682",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1946550650 | 🛑 Google is down
In 86c3f51, Google (https://google.icloudnative.io) was down:
HTTP code: 0
Response time: 0 ms
Resolved: Google is back up in 2ebe8eb after 14 minutes.
| gharchive/issue | 2023-10-17T05:02:41 | 2025-04-01T06:40:58.656941 | {
"authors": [
"yangchuansheng"
],
"repo": "yangchuansheng/upptime",
"url": "https://github.com/yangchuansheng/upptime/issues/5123",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1200980025 | How to get targets from sentences?
Hi,
I am using the "eberta-v3-base-absa-v1.1" model/tokenizer from huggingface in order to run the model on my data but my data only has sentences, it doesn't have targets specified. I see that the example shown already inputs "manager" as the target but does your model also allow a... | gharchive/issue | 2022-04-12T03:59:01 | 2025-04-01T06:40:58.662292 | {
"authors": [
"pepi99",
"unasimov"
],
"repo": "yangheng95/PyABSA",
"url": "https://github.com/yangheng95/PyABSA/issues/172",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1934904436 | mj取消后一直报绘画任务执行失败
⚠️ 确认 issue 是否已存在 ⚠️
[X] 我已经搜索了现有的问题,没有找到跟我问题相关的问题。
GPT-3 or GPT-4
GPT-3.5
操作系统
Windows
Bug 描述 📝
2023-10-10T17:34:17.304+0800 INFO mj/service.go:61 Consuming Task: {Id:0 SessionId:mixjipz7cs7lyizs70q1wtumcp3uqy1vu9qt5dfh4i Src:chat Type:image UserId:4 Prompt:Elon Musk driving a tractor in the cou... | gharchive/issue | 2023-10-10T09:36:47 | 2025-04-01T06:40:58.671109 | {
"authors": [
"wshze",
"yangjian102621"
],
"repo": "yangjian102621/chatgpt-plus",
"url": "https://github.com/yangjian102621/chatgpt-plus/issues/39",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
606362169 | Usage Tutorial
Can you provide step by step how to use it to encrypt APK?
@Ali-Khazaee
clean project
Build the project (AS->Build->Rebuild Project)
Open proxy_tools/src/main/main.java file configuration, configure dx, zipalign, apksigner environment
Run the proxy_tools/src/main/main.java file
Get the signed file: ... | gharchive/issue | 2020-04-24T14:37:44 | 2025-04-01T06:40:58.673503 | {
"authors": [
"Ali-Khazaee",
"yangkun19921001"
],
"repo": "yangkun19921001/DexEncryptionDecryption",
"url": "https://github.com/yangkun19921001/DexEncryptionDecryption/issues/5",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
275325515 | Flow - defaultProp has no corresponding propTypes declaration react/default-props-match-prop-types
Hello, I'm using flow and and I'm getting this error.
I'm using the latest version: 7.5.1.
Here is the code.
import type { FieldProps } from 'redux-form';
type Props = FieldProps & {
name: string,
type: string,
l... | gharchive/issue | 2017-11-20T11:37:57 | 2025-04-01T06:40:58.682581 | {
"authors": [
"ardok",
"dquang-tran",
"ionutcirja",
"ljharb",
"ryami333"
],
"repo": "yannickcr/eslint-plugin-react",
"url": "https://github.com/yannickcr/eslint-plugin-react/issues/1554",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
522043423 | Understanding "PropType is defined but prop is not never used" + Formik
Hello all!
I am making a Formik form and ESLint was complaining about some props missing validation. Then, I added propTypes and defaults and I got the error "PropType is defined but prop is never used".
I believe this error is due to the fact th... | gharchive/issue | 2019-11-13T08:41:10 | 2025-04-01T06:40:58.691129 | {
"authors": [
"golopot",
"javierguzman",
"jzabala",
"ljharb"
],
"repo": "yannickcr/eslint-plugin-react",
"url": "https://github.com/yannickcr/eslint-plugin-react/issues/2495",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
145550998 | jsx-equals-spacing should have an option for ignoring newlines
In one of my React components, I have the following code snippet:
<p dangerouslySetInnerHTML=
{this.renderedRelationship()}
/>
The {this.renderedRelationship()} is split onto a new line, due to a project-standard line length limit o... | gharchive/issue | 2016-04-03T23:11:52 | 2025-04-01T06:40:58.693961 | {
"authors": [
"LordSputnik",
"ljharb"
],
"repo": "yannickcr/eslint-plugin-react",
"url": "https://github.com/yannickcr/eslint-plugin-react/issues/527",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2188627550 | Bots instantly start shooting when enemy is visible regardless of difficulty or reaction times set in cfg
Version: 4.5.989 continuous
Demo(join server 82.76.20.181:27015 to download resources):
cs.di57inct.tk-2024.03.15-fy_buzzkill.zip
yb_difficulty 1
difficulty.cfg file(notice that i added 3 seconds to the reaction ... | gharchive/issue | 2024-03-15T14:18:57 | 2025-04-01T06:40:58.719834 | {
"authors": [
"di57inct",
"jeefo"
],
"repo": "yapb/yapb",
"url": "https://github.com/yapb/yapb/issues/534",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1393442139 | Improve the scrollbar according to the theme
Want to make the scrollbar attractive under the hacktoberfest.
There is no scrollbar in app, if it's showing scrollbar we need to remove it!
This is a scaling issue, it should be the full-screen app. Would you like to fix the scale?
Hi @yashchaudhari008, Can you p... | gharchive/issue | 2022-10-01T15:18:47 | 2025-04-01T06:40:58.811279 | {
"authors": [
"SanskritiKushik5",
"tejozarkar",
"yashchaudhari008"
],
"repo": "yashchaudhari008/tic-tac-toe",
"url": "https://github.com/yashchaudhari008/tic-tac-toe/issues/14",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1228006229 | Training on tieredImageNet leads to CUDA out of memory.
Hello,
In this issue https://github.com/ybendou/easy/issues/11#issuecomment-1116237889 you mentioned changing the argument dataset to ‘tieredimagenet’ can reproduce the results on tieredImageNet.
My device is an RTX 3090 with 24GB memory. Even if I reduce the b... | gharchive/issue | 2022-05-06T15:27:29 | 2025-04-01T06:40:58.861912 | {
"authors": [
"whyygug",
"ybendou"
],
"repo": "ybendou/easy",
"url": "https://github.com/ybendou/easy/issues/13",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2149586690 | [Filestore] Make Filestore write throughput scalable with respect to the number of clients
Holds a lot of similarities with #324.
The main idea is to handoff write request from IndexTablet to a client. May need to assign different channels to different clients. Using this approach is seems to be reasonable for big an... | gharchive/issue | 2024-02-22T17:41:57 | 2025-04-01T06:40:58.869125 | {
"authors": [
"debnatkh"
],
"repo": "ydb-platform/nbs",
"url": "https://github.com/ydb-platform/nbs/issues/539",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2520031090 | Sort table columns according to the schema
Now column order in results is arbitrary and may not match reality
blocked by #9689
| gharchive/issue | 2024-09-11T15:12:18 | 2025-04-01T06:40:58.870480 | {
"authors": [
"antonkovalenko",
"kunga"
],
"repo": "ydb-platform/ydb-embedded-ui",
"url": "https://github.com/ydb-platform/ydb-embedded-ui/issues/1285",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2208788229 | fix flaky logger test
I hereby agree to the terms of the CLA available at: https://yandex.ru/legal/cla/?lang=en
Pull request type
Please check the type of change your PR introduces:
[ ] Bugfix
[ ] Feature
[ ] Code style update (formatting, renaming)
[ ] Refactoring (no functional changes, no api changes)
[ ] Build... | gharchive/pull-request | 2024-03-26T16:51:40 | 2025-04-01T06:40:58.885856 | {
"authors": [
"asmyasnikov",
"codecov-commenter"
],
"repo": "ydb-platform/ydb-go-sdk",
"url": "https://github.com/ydb-platform/ydb-go-sdk/pull/1167",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
295639764 | README.md misses information on how to deploy jpeek as a web application
Taking into account the issues like #57, it seems that the current documentation of JPeek misses any information on how to use it as a web service. This issue is proposal to fit this gap.
README.md should describe a way to deploy JPeek locally o... | gharchive/issue | 2018-02-08T19:38:59 | 2025-04-01T06:40:58.912372 | {
"authors": [
"0crat",
"skapral",
"yegor256",
"ypshenychka"
],
"repo": "yegor256/jpeek",
"url": "https://github.com/yegor256/jpeek/issues/162",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
409369457 | More precise example how to do the URI-encoding
This is of course related to #147. It could provide helpful guidance before #147 lands.
Thanks @madarche!
You are very welcome. This is the least one can do for this great package. All thanks to the maintainer!
| gharchive/pull-request | 2019-02-12T15:53:31 | 2025-04-01T06:40:58.924630 | {
"authors": [
"madarche",
"yeojz"
],
"repo": "yeojz/otplib",
"url": "https://github.com/yeojz/otplib/pull/150",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
799380601 | PERS-5 .cljc migration
The following updates have been made:
Add ClojureScript compatibility
Change all files from .clj to .cljc
Replace Ubergraph with Loom
Replace Cheshire with data.json and incorporate JS JSON parsing
Add jsonschema npm dependency
Singleton sub-Pattern IDs now MUST be IRIs, not object maps
Fo... | gharchive/pull-request | 2021-02-02T15:24:36 | 2025-04-01T06:40:58.929595 | {
"authors": [
"FeLungs",
"kelvinqian00"
],
"repo": "yetanalytics/project-pan",
"url": "https://github.com/yetanalytics/project-pan/pull/17",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
970147664 | AbortError: The user aborted a request.
I want to fetch data using GET request:
curl http://localhost:5000/v2/_catalog
{"repositories":["centos","golang"]}
the struct:
#[derive(Deserialize, Debug, Clone)]
pub struct RegistryCatalog {
pub repositories: Vec<String>,
}
GET request when first render:
fn render... | gharchive/issue | 2021-08-13T07:43:40 | 2025-04-01T06:40:58.934851 | {
"authors": [
"fanux",
"siku2"
],
"repo": "yewstack/yew",
"url": "https://github.com/yewstack/yew/issues/2002",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2437008203 | 【发送无反应】The request times out
已连接同一Wi-Fi
配置文件已修改
bonjour 是在Apple Developer SDK下的
不知道怎么处理,望大佬解答
是需要重新下吗【直接删除软件包吗】
bonjour旧版的才可以,新版不知道为什么用不了,试试卸载安装release压缩包里面的版本
另外试试把主机名改成pc的IP地址看看能不能用,能用的话就是bonjour版本的问题
| gharchive/issue | 2024-07-30T06:28:40 | 2025-04-01T06:40:58.940912 | {
"authors": [
"Darrenpig",
"yeyt97"
],
"repo": "yeyt97/AirDropPlus",
"url": "https://github.com/yeyt97/AirDropPlus/issues/15",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1770397548 | clearvoid causing rendering client crash 1.19.2
https://paste.atlauncher.com/view/f9a7fe9a-d181-403e-b808-b50067a3e278
it was fixed the moment i removed the mod
I also found earilier that the way of patching of breaking because the gl fragment for the dark sky is removed. The game crashed when I tried to turn on sh... | gharchive/issue | 2023-06-22T21:07:41 | 2025-04-01T06:40:58.970714 | {
"authors": [
"netcore10",
"yezhiyi9670"
],
"repo": "yezhiyi9670/clear-void",
"url": "https://github.com/yezhiyi9670/clear-void/issues/1",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
48393548 | oracle_db
Added connectivity to Oracle db with "cx_Oracle" library.
Now it's possible to query the database (with or without limit), searching for columns and tables.
On my Oracle server, it takes a lot of time to reverse-engineer the DB/Schemas, because I have thousands of tables. Maybe it could be a good idea to qu... | gharchive/pull-request | 2014-11-11T15:06:32 | 2025-04-01T06:40:58.980607 | {
"authors": [
"azimut",
"genfri"
],
"repo": "yhat/db.py",
"url": "https://github.com/yhat/db.py/pull/30",
"license": "bsd-2-clause",
"license_type": "permissive",
"license_source": "bigquery"
} |
165491258 | request: mapping in geom_* and stat_*
The geom_ and stat_ functions should support specific mapping arguments.
For example, I don't see how I can make a plot that shows color-coded points as well as a single regression or trend line (stat_smooth) (rather than one for each color).
I face the same restrictions. Makin... | gharchive/issue | 2016-07-14T07:05:26 | 2025-04-01T06:40:58.984974 | {
"authors": [
"davidswelt",
"glamp",
"schmeing"
],
"repo": "yhat/ggplot",
"url": "https://github.com/yhat/ggplot/issues/506",
"license": "bsd-2-clause",
"license_type": "permissive",
"license_source": "bigquery"
} |
849148114 | Can the code of InterHand be made public?
Hello!
Can you share the relevant code of InterHand? For example, yaml file and dataloader.
Thank you!
Best wishes!
@endoplasmic1357 can we release this part?
Duplicate of #14
| gharchive/issue | 2021-04-02T10:50:59 | 2025-04-01T06:40:59.000984 | {
"authors": [
"yihui-he",
"zqq-judy"
],
"repo": "yihui-he/epipolar-transformers",
"url": "https://github.com/yihui-he/epipolar-transformers/issues/19",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
953846031 | Remove FactoryInterface
Q
A
Is bugfix?
❌
New feature?
❌
Breaks BC?
✔️
Fixed issues
#101
Adopt PR: https://github.com/yiisoft/widget/pull/35
Tests pass in demo and DI.
👍
| gharchive/pull-request | 2021-07-27T12:46:24 | 2025-04-01T06:40:59.009763 | {
"authors": [
"samdark",
"vjik"
],
"repo": "yiisoft/factory",
"url": "https://github.com/yiisoft/factory/pull/103",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
1718226053 | MapTest usage of CustomData
Usage of CustomData attribute to fill data in MapTest makes it harder to read compared to passing data array directly. Would it make sense to do it in a simple way?
Usage CustomData:
Open MapClass
View data in CustomData attribute
View mapping in Map attribute
Open MapTest
View compared... | gharchive/issue | 2023-05-20T16:52:59 | 2025-04-01T06:40:59.015338 | {
"authors": [
"samdark",
"vjik"
],
"repo": "yiisoft/hydrator",
"url": "https://github.com/yiisoft/hydrator/issues/17",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
634854555 | Separate package
Q
A
Is bugfix?
❌
New feature?
❌
Breaks BC?
✔️
Tests pass?
✔️
Fixed issues
https://github.com/yiisoft/rbac/issues/12
👍
| gharchive/pull-request | 2020-06-08T18:52:06 | 2025-04-01T06:40:59.018151 | {
"authors": [
"romkatsu",
"samdark"
],
"repo": "yiisoft/rbac-php",
"url": "https://github.com/yiisoft/rbac-php/pull/1",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
1061277737 | Cleanup and add docblocks to source classes
Q
A
Is bugfix?
❌
New feature?
❌
Breaks BC?
❌
Fixed issues
-
👍
| gharchive/pull-request | 2021-11-23T13:17:11 | 2025-04-01T06:40:59.020134 | {
"authors": [
"devanych",
"samdark"
],
"repo": "yiisoft/user",
"url": "https://github.com/yiisoft/user/pull/40",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
777531796 | Fix generate dropdown menu
Q
A
Is bugfix?
✔️
New feature?
❌
Breaks BC?
❌
Ok, let's see what your code outputs (example taken from NavTest::testNavIcon)
$html = NavBar::widget()
->brandLabel('My Project')
->brandImage('yii-logo.jpg')
->brandUrl('/')
... | gharchive/pull-request | 2021-01-02T22:00:03 | 2025-04-01T06:40:59.032538 | {
"authors": [
"Mister-42",
"art009",
"samdark"
],
"repo": "yiisoft/yii-bulma",
"url": "https://github.com/yiisoft/yii-bulma/pull/26",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
118674409 | Weird behavior of Yii::t() while using "plural" and "spellout" formats
Hello,
I'm trying to learn how to use different formats which is supported by Yii::t() but it looks like Yii::t() works for me not like it described in Yii2 docs. So please look at my screenshots.
To test how plural format works I have taken sampl... | gharchive/issue | 2015-11-24T18:31:31 | 2025-04-01T06:40:59.053840 | {
"authors": [
"SilverFire",
"dajnz",
"samdark"
],
"repo": "yiisoft/yii2",
"url": "https://github.com/yiisoft/yii2/issues/10240",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
29571055 | CheckBoxList: To save the selection of multiple items in array
Add on actionUpdate
To save the selection of multiple items in array generated by CheckBoxList, add the option to see if an array and handle it accordingly
Example:
$data=Yii::$app->request->post();
if (!empty($data)) {
$data['User']['attribute']=implode(... | gharchive/issue | 2014-03-17T15:41:20 | 2025-04-01T06:40:59.059636 | {
"authors": [
"cebe",
"daab",
"jgrasta"
],
"repo": "yiisoft/yii2",
"url": "https://github.com/yiisoft/yii2/issues/2782",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
111973255 | GridView игнорирует заголовки полей, если таблица пуста.
Если в выводимой таблице есть содержимое, то заголовки столбцов берутся из массива, который возвращает Model::attributeLabels(), но если таблица выводится пустой (одна строка "Ничего не найдено."), то в заголовки столбцов попадают просто имена полей из БД, т.е.... | gharchive/issue | 2015-10-17T16:57:01 | 2025-04-01T06:40:59.068272 | {
"authors": [
"SilverFire",
"artur-ciesielski",
"flowip",
"jeicd",
"m00nk",
"samdark"
],
"repo": "yiisoft/yii2",
"url": "https://github.com/yiisoft/yii2/issues/9950",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
1980421546 | Pre-training stage1 BLIP2 or your work
First of all, thanks for sharing great work!
I try reproduce your work and BLIP2 for 4M dataset in 8 A100 gpus (40GB)
But, It takes 15 hours for a single epoch in stage1 for both BLIP2 (LAVIS) and your work.
Could you give some advice for accelerating this? In your paper, only t... | gharchive/issue | 2023-11-07T02:30:43 | 2025-04-01T06:40:59.089032 | {
"authors": [
"jaeseokbyun",
"yiren-jian"
],
"repo": "yiren-jian/BLIText",
"url": "https://github.com/yiren-jian/BLIText/issues/2",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
1741873605 | I'm sorry I'm asking this question here
Can you send your cso2 .lo file editor again? I really need it, please
My email is 3433796750@qq.com
cso2.lo ? what's that ?
Is a game's file
The file is encrypted, but decompiled is a lua file
All I need now is his decompiler, and LoveBeforT released a repository and... | gharchive/issue | 2023-06-05T14:09:11 | 2025-04-01T06:40:59.108590 | {
"authors": [
"nanhui233",
"yitter"
],
"repo": "yitter/IdGenerator",
"url": "https://github.com/yitter/IdGenerator/issues/62",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2566239726 | 🛑 KeepShare is down
In 8a1f494, KeepShare (https://keepshare.org/gv78k1oi/magnet%3A%3Fxt%3Durn%3Abtih%3AULRHXZU7IHGEIVKIXMRIGSRHSY26K7TF) was down:
HTTP code: 0
Response time: 0 ms
Resolved: KeepShare is back up in f9a02b6 after 17 minutes.
| gharchive/issue | 2024-10-04T12:18:25 | 2025-04-01T06:40:59.119611 | {
"authors": [
"yjl9903"
],
"repo": "yjl9903/upptime",
"url": "https://github.com/yjl9903/upptime/issues/100",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2005074539 | Nuke: Explicit Thumbnail workflow
Changelog Description
Nuke made a shift from using its own plugin to a global one for thumbnail creation. This was because it had to handle several thumbnail workflows for baking intermediate data streams. To manage this, the global plugin had to be upgraded. Now, each baking stream ... | gharchive/pull-request | 2023-11-21T20:29:16 | 2025-04-01T06:40:59.142516 | {
"authors": [
"jakubjezek001",
"moonyuet"
],
"repo": "ynput/OpenPype",
"url": "https://github.com/ynput/OpenPype/pull/5941",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
54514580 | Collection should not be required as a string.
As of right now, collection is required to be a string and is looked up via window
https://github.com/yogiben/meteor-autoform-file/blob/master/lib/client/autoform-file.coffee#L68
We should be able to pass a FS.Collection object or the FS.Collection name, like in cfs:auto... | gharchive/issue | 2015-01-15T22:35:26 | 2025-04-01T06:40:59.153326 | {
"authors": [
"RobertLowe",
"yogiben"
],
"repo": "yogiben/meteor-autoform-file",
"url": "https://github.com/yogiben/meteor-autoform-file/issues/9",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1316592842 | 安装了image-size运行依然报错
安装了image-size之后运行bot依然有报错
大佬救救
我没接触过nodejs和这个项目源码,仅说一下我解决的方式
试试在yunzai的安装目录执行你之前用的安装命令,或者用yarn安装(yarn需要额外下载)
yarn add image-size
如果还是不行可以试着改一下Character.js中的代码,没试过,不保证能用。
import换成这样的(来自官方文档)
const sizeOf = require('image-size')
我使用npm安装之后没有缺失包的问题了,但出现了另一个错误,重新装一下依赖就可以
pnpm install -P
如果仍没有解决,就等... | gharchive/issue | 2022-07-25T10:19:52 | 2025-04-01T06:40:59.180304 | {
"authors": [
"ShiinaRinne",
"marvinli001",
"yoimiya-kokomi"
],
"repo": "yoimiya-kokomi/miao-plugin",
"url": "https://github.com/yoimiya-kokomi/miao-plugin/issues/75",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1307532473 | Add isChromeOS os-util
issue: https://github.com/yola/ws-editor/issues/4297
env: https://editor.hto-ya.env.yola.net/
How to test
Go to editor
Expected result
if OS is ChromeOS:
in the header you should see !!!!!CHROME OS!!!!! label (just for test purposes)
if OS is NOT ChromeOS:
in the header you should see !!... | gharchive/pull-request | 2022-07-18T07:40:04 | 2025-04-01T06:40:59.184747 | {
"authors": [
"chobitV",
"sereezha",
"snitch"
],
"repo": "yola/yola-bowser",
"url": "https://github.com/yola/yola-bowser/pull/31",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1355483412 | feature request: output the free size of a block device
Please excuse me if I'm wrong, but I was not able to find a way to output the bytes / blocks that are free on a given volume (also not how many are used, how many are there all together).
It would be great to have these statistics to figure out when care should ... | gharchive/issue | 2022-08-30T09:47:08 | 2025-04-01T06:40:59.188657 | {
"authors": [
"hannesm",
"yomimono"
],
"repo": "yomimono/chamelon",
"url": "https://github.com/yomimono/chamelon/issues/12",
"license": "ISC",
"license_type": "permissive",
"license_source": "github-api"
} |
338204009 | You have no permission to get the file.
안녕하세요.
yona에 생성된 이슈에 댓글 입력 시 이미지를 첨부하였는데요
파일 첨부시 사용한 제 계정에서는 정상적으로 보이나,
다른 계정에서는 아래와 같이 메시지가 나와서요.
"You have no permission to get the file."
설정 파일을 봐도 파일 권한 부분을 못찾겠는데요.
어떻게 처리하면 될까요?
도움 부탁드립니다.
이런 경우는 해당 파일이 첨부된 이슈나 이슈가 속한 프로젝트에 대한 접근 권한을 다른 계정이 가지고 있지 않기 때문입니다.
해당 프로젝트를 공개로... | gharchive/issue | 2018-07-04T09:41:49 | 2025-04-01T06:40:59.192948 | {
"authors": [
"bethleekor",
"doortts"
],
"repo": "yona-projects/yona",
"url": "https://github.com/yona-projects/yona/issues/403",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
1537524652 | Improve Counter interface
Description:
CounterType as a numeric enum may confuse users.
To address this, I suggest inputting the type as a string. And how about making the long type the default?
Also, we need to update the yorkie document to reflect these changes to the interface. https://yorkie.dev/docs/js-sdk#coun... | gharchive/issue | 2023-01-18T07:29:13 | 2025-04-01T06:40:59.201584 | {
"authors": [
"chacha912",
"hackerwins"
],
"repo": "yorkie-team/yorkie-js-sdk",
"url": "https://github.com/yorkie-team/yorkie-js-sdk/issues/439",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2269167856 | 🛑 Sitio Web Rexmas is down
In 32adb17, Sitio Web Rexmas (https://rexmas.com) was down:
HTTP code: 0
Response time: 0 ms
Resolved: Sitio Web Rexmas is back up in e4a5c14 after 13 minutes.
| gharchive/issue | 2024-04-29T14:14:08 | 2025-04-01T06:40:59.204323 | {
"authors": [
"yorkijr"
],
"repo": "yorkijr/rexmas-uptime",
"url": "https://github.com/yorkijr/rexmas-uptime/issues/478",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2728052503 | feat: hotkey for copying PWD to clipboard
A simple PR addressing #256
Thank you!
| gharchive/pull-request | 2024-12-09T19:29:14 | 2025-04-01T06:40:59.205107 | {
"authors": [
"wassup05",
"yorukot"
],
"repo": "yorukot/superfile",
"url": "https://github.com/yorukot/superfile/pull/510",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1063841312 | the clang compiler does not support '-march=native'
I'm using a Macbook Air with an Apple M1 chip. I don't know anything about clang so I can't debug this on my own. Annoy installs fine with pip but I need it in a ruby project, not python. Thanks for your effort in making the gem.
Installing annoy-rb 0.4.0 with nativ... | gharchive/issue | 2021-11-25T18:08:07 | 2025-04-01T06:40:59.211452 | {
"authors": [
"jefflyne",
"yoshoku"
],
"repo": "yoshoku/annoy.rb",
"url": "https://github.com/yoshoku/annoy.rb/issues/2",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2261192578 | Buenas a la hora de crear un link de pago me sale este error en el servidor
Error del servidor:
\node_modules@yosle\tropipayjs\index.js:48
return new TropipayJSException(errorMessage, axiosResponse.status, axiosResponse.data.error);
^
TropipayJSException [Error]: Invalid Parameter
at handleExceptions (D:\Proyectos\Pr... | gharchive/issue | 2024-04-24T12:34:41 | 2025-04-01T06:40:59.224341 | {
"authors": [
"Hacedor2003",
"yosle"
],
"repo": "yosle/tropipayjs",
"url": "https://github.com/yosle/tropipayjs/issues/6",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
516497181 | Project Feedback!
<img alt="+1" title="+1" src="/images/emoji/unicode/1f44d.png"}" style="vertical-align:middle" width="20" height="20" /> Congrats on completing the third project!
I have provided a detailed Project 3 Feedback Guide here which covers the most common issues with this submitted project. Read through th... | gharchive/issue | 2019-11-02T06:24:06 | 2025-04-01T06:40:59.241609 | {
"authors": [
"codepathreview"
],
"repo": "youncher/CodePath_Assignment_3_MySimpleTwitter",
"url": "https://github.com/youncher/CodePath_Assignment_3_MySimpleTwitter/issues/1",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
505697849 | ureport图片加载问题
为了您的问题能得到及时准确解答,请认真填写下面各个选项,感谢您的配合。
当前使用的UReport的具体版本号:2.2.9
遇到的问题描述:图片加载设置宽度不设置高度加载还是原图宽高
涉及到的异常信息(完整异常信息):
相关截图:
在web-inf项目放入一个静态图片,只放到根目录下,用/图片名称访问不到,放到resouces用classpath的路径也试了,还是不行,求解
当前UReport版本:2.2.9
遇到的问题描述:在web-inf项目放入一个静态图片,只放到根目录下,用/图片名称访问不到,放到resouces用classpath的路径也试了,还是不行,求解
相关截... | gharchive/issue | 2019-10-11T07:56:25 | 2025-04-01T06:40:59.257064 | {
"authors": [
"18134415595",
"tianyu19900512",
"youseries"
],
"repo": "youseries/ureport",
"url": "https://github.com/youseries/ureport/issues/459",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
429130808 | 是否支持权限控制
为了您的问题能得到及时准确解答,请认真填写下面各个选项,感谢您的配合。
当前使用的URule的具体版本号:urule-pro 2.1.3
遇到的问题详细描述:目前没有输入用户名,密码直接进入了urule操作平台,项目是否支持通过用户名,密码登陆urule,并以此用户名设定相关的权限控制,若支持,如何操作
涉及到的异常信息(完整异常信息):
非异常
相关截图:
无截图
看文档,可以扩展
urule只是一款规则引擎,需要嵌入到我们自己的应用当中,比如我们自己的应用里有登录之类功能,这样利用 http://www.bstek.com/resources/doc/15zhi-shi-k... | gharchive/issue | 2019-04-04T07:48:31 | 2025-04-01T06:40:59.260469 | {
"authors": [
"1635594911",
"shaoyn",
"youseries"
],
"repo": "youseries/urule",
"url": "https://github.com/youseries/urule/issues/121",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
103814804 | Treat mysql err 1264 similar to 1062, so it does not count as service…
… error.
@alainjobart @sougou
@aaijazi
I will admit that I don't fully understand how we do compute things based on these counters.
Regardless, this LGTM for now, and we can discuss more in person (to see if there's any additional action we ne... | gharchive/pull-request | 2015-08-28T23:59:59 | 2025-04-01T06:40:59.261984 | {
"authors": [
"aaijazi",
"guoliang100",
"sougou"
],
"repo": "youtube/vitess",
"url": "https://github.com/youtube/vitess/pull/1057",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1827560791 | Problem with CsWin32 generated entry point function
In idl file, the entry point function is declared like this:
[
uuid(fefc1487-3c52-4ea1-a8eb-19cd7ec533e6),
dllname("FabricClient.dll")
]
module FabricClientModule {
[entry("FabricCreateLocalClient")] HRESULT FabricCreateLocalClien... | gharchive/issue | 2023-07-29T17:16:45 | 2025-04-01T06:40:59.266750 | {
"authors": [
"AArnott",
"youyuanwu"
],
"repo": "youyuanwu/service-fabric-cs",
"url": "https://github.com/youyuanwu/service-fabric-cs/issues/2",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1012392403 | Some action needed to update the vulnerable ansi-regex package
Requested Update
A vulnerability was discovered in the ansi-regex package a few days ago.
GitHub Advisory Database: https://github.com/advisories/GHSA-93q8-gq69-wqmw
This package is an indirect dependency in the tree:
es-check@^6.0.0
> caporal@^1.4.0
... | gharchive/issue | 2021-09-30T16:38:39 | 2025-04-01T06:40:59.311459 | {
"authors": [
"StudioMaX",
"andersk",
"apepper",
"yowainwright"
],
"repo": "yowainwright/es-check",
"url": "https://github.com/yowainwright/es-check/issues/123",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
217180880 | 赞一个!有QQ群吗?
跟vuejs一样比较容易入门,兼容IE6-8还是很有必要的,有QQ群或是别的方式交流吗?有些问题想请教
QQ 群不易于沉淀问题,就在这提 issue 吧,方便后人查,你觉得呢
@hyingreborn 232021930
| gharchive/issue | 2017-03-27T09:09:00 | 2025-04-01T06:40:59.312850 | {
"authors": [
"hyingreborn",
"musicode"
],
"repo": "yoxjs/yox",
"url": "https://github.com/yoxjs/yox/issues/2",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1556439274 | Is retaining alpha channel poissible?
Looking to retain the alpha transparancy of my source image, if that means the output is in a string of png formats that's ok, is this possible?
You should use range, not rangle
That has fixed it but it dosent retain alpha transaparancy on the png which is a shame, I'll stic... | gharchive/issue | 2023-01-25T10:52:50 | 2025-04-01T06:40:59.314098 | {
"authors": [
"LeoLovechest",
"instant-high"
],
"repo": "yoyo-nb/Thin-Plate-Spline-Motion-Model",
"url": "https://github.com/yoyo-nb/Thin-Plate-Spline-Motion-Model/issues/51",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
621950824 | Implement directory listing as per #1
Implement directory listing instead of showing hardcoded index.html as requested by https://github.com/ysugimoto/go-static-server/issues/1.
I'm also using http.DetectContentType for setting response Content-Type header.
I have tested it by hand, it seems to work good, thanks !
| gharchive/pull-request | 2020-05-20T17:28:23 | 2025-04-01T06:40:59.338300 | {
"authors": [
"albandewilde",
"jarmo"
],
"repo": "ysugimoto/go-static-server",
"url": "https://github.com/ysugimoto/go-static-server/pull/3",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
2379680673 | [youtube:tab] Unable to recognize playlist
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 reporting that yt-dlp is broken on a supported site
[X] I've verified that I have updated yt-dlp to nightly or master ... | gharchive/issue | 2024-06-28T06:21:24 | 2025-04-01T06:40:59.346567 | {
"authors": [
"276562578",
"coletdjnz"
],
"repo": "yt-dlp/yt-dlp",
"url": "https://github.com/yt-dlp/yt-dlp/issues/10287",
"license": "Unlicense",
"license_type": "permissive",
"license_source": "github-api"
} |
1107376626 | yt-dlp reports "Malformed storyboard" when attempting to download a YT URL
Checklist
[X] I'm reporting a bug unrelated to a specific site
[X] I've verified that I'm running yt-dlp version 2021.12.27. (update instructions)
[X] I've checked that all provided URLs are alive and playable in a browser
[X] I've checked th... | gharchive/issue | 2022-01-18T21:24:17 | 2025-04-01T06:40:59.354257 | {
"authors": [
"BozRetro",
"coletdjnz"
],
"repo": "yt-dlp/yt-dlp",
"url": "https://github.com/yt-dlp/yt-dlp/issues/2382",
"license": "Unlicense",
"license_type": "permissive",
"license_source": "github-api"
} |
2241302817 | Version number on PyPI is different from version number on Github
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 reporting a bug unrelated to a specific site
[X] I've verified that I have updated yt-dlp to ni... | gharchive/issue | 2024-04-13T05:09:39 | 2025-04-01T06:40:59.363204 | {
"authors": [
"Grub4K",
"countermeasure"
],
"repo": "yt-dlp/yt-dlp",
"url": "https://github.com/yt-dlp/yt-dlp/issues/9678",
"license": "Unlicense",
"license_type": "permissive",
"license_source": "github-api"
} |
504124304 | Very fast downloading for VOD, slow download for streams
Checklist
[ x] I'm reporting a broken site support issue
[x ] I've verified that I'm running youtube-dl version 2019.09.28
[x ] I've checked that all provided URLs are alive and playable in a browser
[x ] I've checked that all URLs and arguments with special... | gharchive/issue | 2019-10-08T15:42:49 | 2025-04-01T06:40:59.387986 | {
"authors": [
"Samuel-Nathanson",
"dstftw"
],
"repo": "ytdl-org/youtube-dl",
"url": "https://github.com/ytdl-org/youtube-dl/issues/22645",
"license": "Unlicense",
"license_type": "permissive",
"license_source": "github-api"
} |
560439889 | Dailymotion downloads are broken
Checklist
[x] I'm reporting a broken site support
[x] I've verified that I'm running youtube-dl version 2020.01.24
[x] I've checked that all provided URLs are alive and playable in a browser
[x] I've checked that all URLs and arguments with special characters are properly quoted or... | gharchive/issue | 2020-02-05T15:17:22 | 2025-04-01T06:40:59.393233 | {
"authors": [
"TaktakTaktouk",
"dckjnls"
],
"repo": "ytdl-org/youtube-dl",
"url": "https://github.com/ytdl-org/youtube-dl/issues/23971",
"license": "Unlicense",
"license_type": "permissive",
"license_source": "github-api"
} |
587224044 | Vimeo: Unable to download subtitle for "es"
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 checked that all URLs and arguments with special characters are properl... | gharchive/issue | 2020-03-24T19:22:53 | 2025-04-01T06:40:59.397836 | {
"authors": [
"inklesspen"
],
"repo": "ytdl-org/youtube-dl",
"url": "https://github.com/ytdl-org/youtube-dl/issues/24463",
"license": "Unlicense",
"license_type": "permissive",
"license_source": "github-api"
} |
600096484 | Youtube ERROR: unable to download video data: HTTP Error 403: Forbidden
[x] I'm reporting a broken site support issue
[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 checked that all URLs and arguments with special ... | gharchive/issue | 2020-04-15T07:53:09 | 2025-04-01T06:40:59.406264 | {
"authors": [
"ZaxonXP",
"adamiss5138",
"audiofeature",
"dstftw",
"filixm",
"gameszaum",
"owlboy",
"sr9000"
],
"repo": "ytdl-org/youtube-dl",
"url": "https://github.com/ytdl-org/youtube-dl/issues/24794",
"license": "Unlicense",
"license_type": "permissive",
"license_source... |
639851540 | Youtube subscriptions not working
Checklist
[x] I'm reporting a broken site support
[x] I've verified that I'm running youtube-dl version 2020.06.16.1
[x] I've checked that all provided URLs are alive and playable in a browser
[x] I've checked that all URLs and arguments with special characters are properly quoted... | gharchive/issue | 2020-06-16T17:37:44 | 2025-04-01T06:40:59.411769 | {
"authors": [
"AthenaAzuraea",
"harroguk"
],
"repo": "ytdl-org/youtube-dl",
"url": "https://github.com/ytdl-org/youtube-dl/issues/25695",
"license": "Unlicense",
"license_type": "permissive",
"license_source": "github-api"
} |
860538150 | Youtube-dl and player.stv.tv
% youtube-dl -F "https://player.stv.tv/episode/424n/sony-panam" --verbose
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: [u'-F', u'https://player.stv.tv/episode/424n/sony-panam', u'--verbose']
[debug] Encodings: locale UTF-8, fs utf-... | gharchive/issue | 2021-04-17T23:53:14 | 2025-04-01T06:40:59.431723 | {
"authors": [
"89z",
"Fred127",
"Vangelis66"
],
"repo": "ytdl-org/youtube-dl",
"url": "https://github.com/ytdl-org/youtube-dl/issues/28787",
"license": "Unlicense",
"license_type": "permissive",
"license_source": "github-api"
} |
577551368 | Added login support for PornHub and PornHub Premium.
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
Befo... | gharchive/pull-request | 2020-03-08T19:24:42 | 2025-04-01T06:40:59.444732 | {
"authors": [
"dstftw",
"etmatrix",
"footar64",
"twaddington"
],
"repo": "ytdl-org/youtube-dl",
"url": "https://github.com/ytdl-org/youtube-dl/pull/24294",
"license": "Unlicense",
"license_type": "permissive",
"license_source": "github-api"
} |
243675268 | -999 已取消 一个没有参数的get请求,超时没改过,默认的是60s
Error Domain=NSURLErrorDomain Code=-999 "已取消" UserInfo={NSErrorFailingURLKey=https://apitest.homeba.com.cn/api/banners, NSLocalizedDescription=已取消, NSErrorFailingURLStringKey=https://apitest.homeba.com.cn/api/banners}
Not our problem. Closing.
| gharchive/issue | 2017-07-18T10:49:35 | 2025-04-01T06:40:59.461446 | {
"authors": [
"gank0326",
"skyline75489"
],
"repo": "yuantiku/YTKNetwork",
"url": "https://github.com/yuantiku/YTKNetwork/issues/361",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1811771163 | 可以只取chaglm 输入的向量表示吗?
chatglm 是transform结构,请问可以只得到 输入的 encode 表示吗
万分感谢大佬!
| gharchive/issue | 2023-07-19T11:43:49 | 2025-04-01T06:40:59.462763 | {
"authors": [
"AlanTubring"
],
"repo": "yuanzhoulvpi2017/zero_nlp",
"url": "https://github.com/yuanzhoulvpi2017/zero_nlp/issues/136",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1440730591 | dx_pttrn excludes COVID-19 codes
Thanks for the great package! We have a large DB of codes and DRGs assigned at a large regional hospital system and we've been looking at cases where this library disagrees with the billed DRGs. One high volume case is patients with a primary DX of U071 COVID-19. The CMS files show th... | gharchive/issue | 2022-11-08T18:52:13 | 2025-04-01T06:40:59.465007 | {
"authors": [
"mdbecker",
"yubin-park"
],
"repo": "yubin-park/drgpy",
"url": "https://github.com/yubin-park/drgpy/issues/13",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
108681792 | support for client certificate
I do not know go so please review thoroughly for gross errors.
added support for client certificate, options:
verify_client_cert = true
client_cas = [ "/path/to/your/pem/ca/file/something.crt" ]
wercker build crashed with
Setup environment failed:
SyntaxError: Unexpected token u
H... | gharchive/pull-request | 2015-09-28T15:24:17 | 2025-04-01T06:40:59.470917 | {
"authors": [
"freakhill",
"yudai"
],
"repo": "yudai/gotty",
"url": "https://github.com/yudai/gotty/pull/67",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1821531227 | 打包问题
项目做的挺好的,就是打包太慢了
Build successful. Please see dist-dev directory
Done in 204.76s.
这。。。
真的是太慢了。。。希望能优化
好的。
| gharchive/issue | 2023-07-26T03:56:00 | 2025-04-01T06:40:59.472239 | {
"authors": [
"Heyunzhen",
"YunaiV"
],
"repo": "yudaocode/yudao-ui-admin-vue3",
"url": "https://github.com/yudaocode/yudao-ui-admin-vue3/issues/15",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1444836134 | 🛑 Microservices is down
In 8a35dd2, Microservices ($MSG_SITE) was down:
HTTP code: 502
Response time: 2277 ms
Resolved: Microservices is back up in fc2df82.
Resolved: Microservices is back up in 7a84142.
| gharchive/issue | 2022-11-11T02:35:49 | 2025-04-01T06:40:59.544431 | {
"authors": [
"soemarko-yukbid"
],
"repo": "yukbid/upptime",
"url": "https://github.com/yukbid/upptime/issues/576",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
375036878 | Improved Gecco tutorial view
When tutorial reaches to rectangle view, the rectangle text is not fully visible.
Before:
After:
This PR will be closed as we have fixed here. Thank you!
| gharchive/pull-request | 2018-10-29T14:15:57 | 2025-04-01T06:40:59.546428 | {
"authors": [
"bannzai",
"vatsalkul"
],
"repo": "yukiasai/Gecco",
"url": "https://github.com/yukiasai/Gecco/pull/45",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
709677245 | 流程模型-》流程设计-》保存会报错
Caused by: org.xml.sax.SAXParseException: 元素类型 "path" 必须后跟属性规范 ">" 或 "/>"。
at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.createSAXParseException(ErrorHandlerWrapper.java:203)
at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.fatalError(ErrorHandlerWrapper.java:177)
at c... | gharchive/issue | 2020-09-27T06:15:34 | 2025-04-01T06:40:59.572527 | {
"authors": [
"jimxu1982"
],
"repo": "yunchaoyun/active4j-flow",
"url": "https://github.com/yunchaoyun/active4j-flow/issues/1",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1465533461 | fix: vmware convert to kvm need check network configuration
What this PR does / why we need it:
fix: vmware convert to kvm need check network configuration
Does this PR need to be backport to the previous release branch?:
release/3.10
release/3.9
/cc @wanyaoqi @zexi @ioito
/lgtm
| gharchive/pull-request | 2022-11-27T18:18:07 | 2025-04-01T06:40:59.580887 | {
"authors": [
"swordqiu",
"wanyaoqi"
],
"repo": "yunionio/cloudpods",
"url": "https://github.com/yunionio/cloudpods/pull/15445",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
491499827 | Automated cherry pick of #2842: fix ucloud snapshot delete
Cherry pick of #2842 on release/2.10.0.
#2842: fix ucloud snapshot delete
Codecov Report
:exclamation: No coverage uploaded for pull request base (release/2.10.0@48dfe2d). Click here to learn what that means.
The diff coverage is 0%.
@@ Cov... | gharchive/pull-request | 2019-09-10T07:29:42 | 2025-04-01T06:40:59.591040 | {
"authors": [
"codecov-io",
"swordqiu",
"tb365"
],
"repo": "yunionio/onecloud",
"url": "https://github.com/yunionio/onecloud/pull/2843",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
432448179 | 移除重复代码
这个 PR 实现什么功能/修复什么问题:
移除重复代码
是否需要 backport 到之前的 release 分支:
release/2.8.0
release/2.7.0
release/2.6.0
/cherrypick release/2.8.0
/cherrypick release/2.7.0
/cherrypick release/2.6.0
/cherrypick release/2.7.0
/cherrypick release/2.6.0
/approve
/lgtm
| gharchive/pull-request | 2019-04-12T08:29:35 | 2025-04-01T06:40:59.594044 | {
"authors": [
"ioito",
"yousong"
],
"repo": "yunionio/onecloud",
"url": "https://github.com/yunionio/onecloud/pull/359",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
589478314 | fix: allow list loadbalancer cluster by default
这个 PR 实现什么功能/修复什么问题:
修正:增加list lb cluster的缺省权限
是否需要 backport 到之前的 release 分支:
release/2.12
release/2.13
release/3.0
release/3.1
/cc @yousong @zexi
/area region
/lgtm
/approve
| gharchive/pull-request | 2020-03-28T00:53:28 | 2025-04-01T06:40:59.596776 | {
"authors": [
"swordqiu",
"yousong"
],
"repo": "yunionio/onecloud",
"url": "https://github.com/yunionio/onecloud/pull/5608",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
285196801 | 認証時の判定ロジックの変更
[x] 手動承認のControllerでUserDetailEntityを利用するのではなくUserEntityを利用するように変更
[x] 手動承認のControllerで生成しているUserDetailEntityをAuthService内で生成するように変更
[x] AuthRepositoryのfindUserをstringのemailに変更するようにする
[x] findUserはsocialRepositoryからauthRepositoryを利用するように変更
done
| gharchive/issue | 2017-12-30T10:57:41 | 2025-04-01T06:40:59.603459 | {
"authors": [
"yutanakano"
],
"repo": "yutanakano/yoshinani",
"url": "https://github.com/yutanakano/yoshinani/issues/86",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2681516803 | ops-mysql报glibc错误
docker logs ops-mysql
Fatal glibc error: CPU does not support x86-64-v2
Fatal glibc error: CPU does not support x86-64-v2
使用默认的mysql镜像:swr.cn-east-3.myhuaweicloud.com/lansefenbao/mysql:8.4.2-CST
机器为虚拟机,cpu改为宿主机cpu好了
| gharchive/issue | 2024-11-22T01:56:21 | 2025-04-01T06:40:59.611600 | {
"authors": [
"jhsswl"
],
"repo": "yuyan075500/ops-api",
"url": "https://github.com/yuyan075500/ops-api/issues/3",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
77740295 | Not Responding
Seems the newest version likes to hang up between screens. During missions it will often freeze for several seconds and show 'Not responding' after the compass spin or while loading the combat screen after choosing formation.
Have you checked your adobe flash settings? Since the newer version reset y... | gharchive/issue | 2015-05-18T17:39:05 | 2025-04-01T06:40:59.612997 | {
"authors": [
"mikenzb",
"mutantpotato"
],
"repo": "yuyuvn/KanColleViewer",
"url": "https://github.com/yuyuvn/KanColleViewer/issues/34",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1289750619 | 求解惑:远程组件this的指向
我们的技术栈时vue,我们的远程模块A项目使用了一些挂载在vue.prototype上的方法,还有全局的自定义指令,router等等,现在要在另一个项目B上使用,this实例就变成了B。这种情况如何解决?
为什么 B 要用 A 的方法?既然是两个微应用他们应该是相互隔离的,他们最多一起消费基座的方法,要不然很奇怪。
嗯嗯,因为模块是写在A项目中,当时没有要给别的项目使用的打算,所以耦合了A项目的一些方法,比如vue.prototype.$isApp,现在通过mf暴漏出来给B项目使用,模块中的this指向了B项目的vue.prototype,其中并没有$isApp,导致报错。
你的 A... | gharchive/issue | 2022-06-30T08:01:04 | 2025-04-01T06:40:59.617350 | {
"authors": [
"jiayechao",
"yuzhanglong"
],
"repo": "yuzhanglong/mf-lite",
"url": "https://github.com/yuzhanglong/mf-lite/issues/38",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1537785025 | stash does not run with Pythonista v3.4 Beta
Today Pythonista v3.4 Beta was released.
When I execute launch_stash.py the following issue appears:
Traceback (most recent call last):
File "/private/var/mobile/Containers/Shared/AppGroup/04823405-B61A-4EBC-8D72-116EB0824B40/Pythonista3/Documents/launch_stash.py", line ... | gharchive/issue | 2023-01-18T10:49:50 | 2025-04-01T06:40:59.640187 | {
"authors": [
"AltKrypto",
"cclauss",
"mkb79",
"sbbosco"
],
"repo": "ywangd/stash",
"url": "https://github.com/ywangd/stash/issues/462",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1846554509 | 类和结构体
Swift 结构体
Swift 结构体是构建代码所用的一种通用且灵活的构造体。
我们可以为结构体定义属性(常量、变量)和添加方法,从而扩展结构体的功能。
与 C 和 Objective C 不同的是:
结构体不需要包含实现文件和接口。
结构体允许我们创建一个单一文件,且系统会自动生成面向其它代码的外部接口。
结构体总是通过被复制的方式在代码中传递,因此它的值是不可修改的。
语法
我们通过关键字 struct 来定义结构体:
Swift 类是构建代码所用的一种通用且灵活的构造体。
我们可以为类定义属性(常量、变量)和方法。
与其他编程语言所不同的是,Swift 并不要求你为自定义类去创建独立的接口和实现文件。你所要... | gharchive/issue | 2023-08-11T10:06:43 | 2025-04-01T06:40:59.644448 | {
"authors": [
"yytmzys"
],
"repo": "yytmzys/blog",
"url": "https://github.com/yytmzys/blog/issues/5",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
379040374 | 用react的时候只是import进文件就已经报错是什么原因
文件放在public 文件夹,在component的index.js文件里
import hashiqiDogSvga from '../../../public/hashiqiDogSvga.svga'
这样就已经报错,请问是什么原因
已经npm install svgaPlayerWeb,在script里也已经引用了
svga 文件是不可以 import 的
如果不import,只是引用的话,webpack就不会打包svga到线上的文件,请问这个怎么解决
rules: [
{
test: /\.(svga)$/,
use: [... | gharchive/issue | 2018-11-09T06:33:30 | 2025-04-01T06:40:59.646782 | {
"authors": [
"PonyCui",
"lilijialiang",
"yiwuxing"
],
"repo": "yyued/SVGAPlayer-Web",
"url": "https://github.com/yyued/SVGAPlayer-Web/issues/38",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
636034202 | App crashes on android release build
Tried to scan a QR code by picking the image from the phones gallery, but with a release build the app crashes after an image was selected and decode method was called.
When just using the debug (react-native run-android) version it worked fine, but only when i create a release ve... | gharchive/issue | 2020-06-10T08:13:37 | 2025-04-01T06:40:59.649801 | {
"authors": [
"anhtuank7c",
"varaloo"
],
"repo": "yyyyu/react-native-barcode",
"url": "https://github.com/yyyyu/react-native-barcode/issues/13",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1632304243 | possible issue with conda venv activation
All goes well until I activate the environment. Unclear if this is an actual issue, will investigate further.
(base) tim@thinkpad-P15:~/Dropbox/MEDIPIPE$ conda activate MEDIPIPE
ERROR: This cross-compiler package contains no program /home/tim/mambaforge/envs/MEDIPIPE/bin/x86... | gharchive/issue | 2023-03-20T15:06:48 | 2025-04-01T06:40:59.654075 | {
"authors": [
"ttriche",
"yzeng-lol"
],
"repo": "yzeng-lol/MEDIPIPE",
"url": "https://github.com/yzeng-lol/MEDIPIPE/issues/1",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1238882326 | ECOD and COPOD explain_outlier on new data?
Hi there,
Really like the python package, have been using it for a while. I was wondering if it was possible for explain_outlier method in ECOD and COPOD to be adapted as to accept new data not used during training?
Or at least to return the scores per feature given a event... | gharchive/issue | 2022-05-17T16:20:34 | 2025-04-01T06:40:59.655969 | {
"authors": [
"romanovzky",
"yzhao062"
],
"repo": "yzhao062/pyod",
"url": "https://github.com/yzhao062/pyod/issues/408",
"license": "BSD-2-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
748044432 | Overhaul - Plugin System
The jimi plugin system is core to its functionality and although it is functional there are a number of items that need to be overhauled.
Core
Update
Uninstall and Cleanup
Enable and Disable
Dependency checking and improved error handling
Core API
Web
Plugin view/panel + upgrade and instal... | gharchive/issue | 2020-11-21T15:49:32 | 2025-04-01T06:40:59.666463 | {
"authors": [
"b1scuit-thi3f",
"z1pti3"
],
"repo": "z1pti3/jimi",
"url": "https://github.com/z1pti3/jimi/issues/53",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2002900769 | [feature request] consistent YAML ordering
I find it useful to have consistent ordering on some sections of dbt, and default alphabetical ordering on some other sections.
The example below are sources, but the idea can be applied to other yaml documents too.
version: 2
sources:
# main keys are ordered consistently, ... | gharchive/issue | 2023-11-20T19:59:24 | 2025-04-01T06:40:59.669574 | {
"authors": [
"manypozo",
"z3z1ma"
],
"repo": "z3z1ma/dbt-osmosis",
"url": "https://github.com/z3z1ma/dbt-osmosis/issues/117",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1448558823 | Template NVIDIA - Unsupported item key.
Hello evrybody,
i using Zabbix Zabbix 6.2.4
i try to get graphics with my nvidia card with the template Nvidia found here : https://github.com/zabbix/community-templates/tree/main/Server_Hardware/Other/template_nvidia-smi_integration/6.0
i install the template with import and i... | gharchive/issue | 2022-11-14T18:42:24 | 2025-04-01T06:40:59.672985 | {
"authors": [
"gamersalpha",
"igorbach",
"inewthinker"
],
"repo": "zabbix/community-templates",
"url": "https://github.com/zabbix/community-templates/issues/169",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
301035677 | Documet supported platform in Readme
Screenshots and .dmg suggests it's OS X only?
Agreed! Thanks @kevroletin !
| gharchive/issue | 2018-02-28T14:04:32 | 2025-04-01T06:40:59.679714 | {
"authors": [
"kevroletin",
"zachcurry"
],
"repo": "zachcurry/emacs-anywhere",
"url": "https://github.com/zachcurry/emacs-anywhere/issues/2",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
118371581 | Uncaught TypeError: Cannot read property 'className' of undefined
I created a project using Ionic Materail. I am getting a error when one of my html is getting called.
The error is
Uncaught TypeError: Cannot read property 'className' of undefined, http://localhost:8100/lib/ionic-material/dist/ionic.material.min.js, L... | gharchive/issue | 2015-11-23T12:32:42 | 2025-04-01T06:40:59.682177 | {
"authors": [
"kashban",
"rig1"
],
"repo": "zachsoft/Ionic-Material",
"url": "https://github.com/zachsoft/Ionic-Material/issues/162",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
2038858897 | Add play button to index.html escape room game cards to initiate gameplay
[ ] Link to the game.html view
Here's a great response to that GitHub forum question with your keyword incorporated naturally:
Reply:
To add a play button to your game cards in the index.html for an escape room game, you can follow these s... | gharchive/issue | 2023-12-13T02:52:27 | 2025-04-01T06:40:59.691773 | {
"authors": [
"Bros5",
"WIlliamsSmith0",
"Yasir-oss1",
"YasirShafique00",
"zackrylangford"
],
"repo": "zackrylangford/escape-room-builder-frontend",
"url": "https://github.com/zackrylangford/escape-room-builder-frontend/issues/10",
"license": "MIT",
"license_type": "permissive",
"lice... |
217295740 | 0.8.16.19分段视频不能合并成一个视频下载了?
我记得以前下载视频能将分段视频合并成一个视频下载的,现在不行了?
请仅使用问题反馈报告 bug 或者提交功能请求. 如果您需要一般性的帮助, 请直接和我们联系或者在项目首页下留言.
Bilibili 助手没有提供视频合并的功能, 出现分段可能是因为视频源变化. 如果优先 MP4 格式下载通常会下载到单一文件.
| gharchive/issue | 2017-03-27T16:05:54 | 2025-04-01T06:40:59.693272 | {
"authors": [
"liu870825yi",
"zacyu"
],
"repo": "zacyu/bilibili-helper",
"url": "https://github.com/zacyu/bilibili-helper/issues/359",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
67109672 | Mac install fails: Looking for main in /dist folder
I just tried installing this extension on a Mac (OSX Yosemite 10.10.2), Brackets Release 1.2 build 1.2.0-15697 (release 8f82e2a97), using the instructions in the README. The clone and npm install went smoothly but the extension shows in Extension Manager as in error... | gharchive/issue | 2015-04-08T11:37:36 | 2025-04-01T06:40:59.726979 | {
"authors": [
"davidwaterston",
"zaggino"
],
"repo": "zaggino/brackets-npm-registry",
"url": "https://github.com/zaggino/brackets-npm-registry/issues/12",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
534407794 | New brlogger for supporting independent log writes to secondary storage
The current logger writes into the terminal (even trivial data which is useless for the terminal thereby spamming the terminal, but for tracing, would be important and hence flushing in the secondary storage) and the log file as well. We need a n... | gharchive/issue | 2019-12-07T14:24:04 | 2025-04-01T06:40:59.732194 | {
"authors": [
"Harkishen-Singh",
"ganeshpatro321"
],
"repo": "zairza-cetb/bench-routes",
"url": "https://github.com/zairza-cetb/bench-routes/issues/118",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
504221726 | Do not panic the ping go routine if an error is returned from ping command.
This code change is for fixing bug #65 that I reported.
To fix this, I am Returning an empty string to indicate error. which will be handled in HandlePing() and nothing is added in tsdb for error case.
There is one cleaner way of catching/i... | gharchive/pull-request | 2019-10-08T19:03:14 | 2025-04-01T06:40:59.736266 | {
"authors": [
"Harkishen-Singh",
"Pratik32",
"muskankhedia"
],
"repo": "zairza-cetb/bench-routes",
"url": "https://github.com/zairza-cetb/bench-routes/pull/66",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
411861835 | Release 0.26.0
Release version 0.26.0 and bump version for development
:+1:
:+1:
Codecov Report
Merging #91 into master will not change coverage.
The diff coverage is n/a.
@@ Coverage Diff @@
## master #91 +/- ##
=======================================
Coverage 82.4... | gharchive/pull-request | 2019-02-19T10:51:23 | 2025-04-01T06:40:59.748866 | {
"authors": [
"codecov-io",
"harti2006",
"oporkka"
],
"repo": "zalando-stups/swagger1st",
"url": "https://github.com/zalando-stups/swagger1st/pull/91",
"license": "ISC",
"license_type": "permissive",
"license_source": "github-api"
} |
166124674 | feat(font-cache-busting): #203 add font cache busting by appending query string based on the package version
be sure that icons and css icon stylesheet is generated before compiling the styles
remove gulp-iconfont-css because not maintained anymore
sort generated css classes, mixins, etc. alphabetically
updates RELE... | gharchive/pull-request | 2016-07-18T15:41:01 | 2025-04-01T06:40:59.754170 | {
"authors": [
"RyanVelasco",
"rbarilani",
"sambhav-gore"
],
"repo": "zalando/dress-code",
"url": "https://github.com/zalando/dress-code/pull/230",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1691614718 | Finished instructions
User story and acceptance criteria
looks good
| gharchive/pull-request | 2023-05-02T00:36:31 | 2025-04-01T06:40:59.824196 | {
"authors": [
"JordanEngland",
"afrazier01"
],
"repo": "zamorejake/Maps-Streetview",
"url": "https://github.com/zamorejake/Maps-Streetview/pull/8",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2336926478 | No suggestions being generated inside/outside of panel
This was working for me for some time but recently stopped working. Attached is the log I get from LspLog with trace on. Any ideas would be helpful. Copilot works for me in vscode and using copilot.vim, seems to just fail with this plugin. I removed all traces of... | gharchive/issue | 2024-06-05T22:24:15 | 2025-04-01T06:40:59.902457 | {
"authors": [
"jmrussell"
],
"repo": "zbirenbaum/copilot.lua",
"url": "https://github.com/zbirenbaum/copilot.lua/issues/294",
"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.