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 |
|---|---|---|---|---|---|
132183855 | Webpack fails to build ES6 in external packages
I'm trying to use an ES6 npm package (in this case one called gamesystem) in a project and build with webpack (and babel) it fails to build any ES6 code inside the external dependency, why is that? If I have the same code as a dependency with a relative path it works fi... | gharchive/issue | 2016-02-08T16:08:53 | 2025-04-01T04:58:45.115571 | {
"authors": [
"IngwiePhoenix",
"ThariqS",
"eng-dibo",
"ndelvalle",
"raphaelparent",
"tconroy",
"tirithen"
],
"repo": "webpack/webpack",
"url": "https://github.com/webpack/webpack/issues/2017",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
227734442 | Class comparison only works when NODE_ENV = production
I would like to report a bug.
React type/class comparison only seems to work when the NODE_ENV is set to production.
I have created a repo to illustrate the bug here.
I expect the type/class comparison to work regardless of what NODE_ENV is set to.
I'm not sure i... | gharchive/issue | 2017-05-10T16:14:52 | 2025-04-01T04:58:45.118855 | {
"authors": [
"dadamssg"
],
"repo": "webpack/webpack",
"url": "https://github.com/webpack/webpack/issues/4853",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
476442196 | Webpack PublicPath to be a function
Feature request
The documentation says that __webpack_public_path__ can be overwritten at runtime, something like __webpack_public_path__ = '/www.something.com/.
We could extend this feature by allowing it to be a function:
__webpack_public_path__ = chunk => `www.something.com/${c... | gharchive/issue | 2019-08-03T11:19:12 | 2025-04-01T04:58:45.127012 | {
"authors": [
"evilebottnawi",
"hitmands"
],
"repo": "webpack/webpack",
"url": "https://github.com/webpack/webpack/issues/9518",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
292414871 | Problem with Chrome 64.0.3282.123
Browsers and versions affected
Good Afternoon i have a problem with Google Chrome (64.0.3282.123)
Description
the video stream does not work. Since I have updated chrome I have this problem.
In the example on-line => https://serratus.github.io/quaggaJS/examples/live_w_locator.html ap... | gharchive/issue | 2018-01-29T13:54:36 | 2025-04-01T04:58:45.146007 | {
"authors": [
"CarmineScala92",
"KaptenJansson",
"karls",
"tajulsdream",
"veikkoeeva"
],
"repo": "webrtc/adapter",
"url": "https://github.com/webrtc/adapter/issues/755",
"license": "bsd-3-clause",
"license_type": "permissive",
"license_source": "bigquery"
} |
905052288 | 「评论」使用Effect Hook
页面:https://websmallrabbit.github.io/pages/72710d/
very nice!?
| gharchive/issue | 2021-05-28T09:37:25 | 2025-04-01T04:58:45.152742 | {
"authors": [
"websmallrabbit"
],
"repo": "websmallrabbit/snail-blog-gitalk-comment",
"url": "https://github.com/websmallrabbit/snail-blog-gitalk-comment/issues/2",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1290250447 | 🛑 OGS is down
In 8d7d6ee, OGS (https://organicgardeningsecrets.net) was down:
HTTP code: 403
Response time: 99 ms
Resolved: OGS is back up in a4cf67e.
| gharchive/issue | 2022-06-30T14:50:34 | 2025-04-01T04:58:45.166141 | {
"authors": [
"webworldview"
],
"repo": "webworldview/uptime",
"url": "https://github.com/webworldview/uptime/issues/48",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
596976413 | refactor: 单元测试中避免使用 assert
顺带修复 #556 中的 import 问题
Codecov Report
Merging #559 into master will not change coverage by %.
The diff coverage is 100.00%.
@@ Coverage Diff @@
## master #559 +/- ##
=======================================
Coverage 71.77% 71.77%
... | gharchive/pull-request | 2020-04-09T02:27:29 | 2025-04-01T04:58:45.176999 | {
"authors": [
"LKI",
"codecov-io"
],
"repo": "wechatpy/wechatpy",
"url": "https://github.com/wechatpy/wechatpy/pull/559",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
704853111 | Google Drive API Search for files and folders
Query string examples
What you want to query
Example
Files with the name "hello"
name = 'hello'
Files with a name containing the words "hello" and "goodbye"
name contains 'hello' and name contains 'goodbye'
Files with a name that does not contain the word "hell... | gharchive/issue | 2020-09-19T10:02:50 | 2025-04-01T04:58:45.187680 | {
"authors": [
"huan"
],
"repo": "wechaty/chat-drive",
"url": "https://github.com/wechaty/chat-drive/issues/2",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
593838830 | Add memory_card
The simple implementation of memory-card can not be as complicated as the TS version at present. The goal is to run the go wechaty demo first, and then iterate as needed later.
Question 1: which directory is suitable for such a toolkit?
The MemoryCard plays a very important part of the Wechaty bot s... | gharchive/pull-request | 2020-04-04T12:49:25 | 2025-04-01T04:58:45.191090 | {
"authors": [
"dchaofei",
"dingdayu",
"huan"
],
"repo": "wechaty/go-wechaty",
"url": "https://github.com/wechaty/go-wechaty/pull/19",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2234803733 | [BUG]WorkPro: 个人微信修改昵称后,机器人再采集好友以及群聊信息好友昵称都没有更新最新的昵称
在企业微信的外部群中,个人微信好友昵称修改后,机器人重新采集好友信息,以及群聊信息都不会采集到最新修改的昵称,还请尽快排查原因,和解决方案
无反馈,问题关闭。
| gharchive/issue | 2024-04-10T05:48:13 | 2025-04-01T04:58:45.192075 | {
"authors": [
"hcfw007",
"zhl0101"
],
"repo": "wechaty/puppet-supports",
"url": "https://github.com/wechaty/puppet-supports/issues/417",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
854371155 | how is accuracy the friend relationship
xiaoli delete the robot from his friendship list,but when i run the robot,data shows that xiaoli is still a friend
It's hard to make it accuracy.
For example, your case is also a problem on WeChat phone app: you can not get to know when others delete you from their friend li... | gharchive/issue | 2021-04-09T06:27:37 | 2025-04-01T04:58:45.193120 | {
"authors": [
"huan",
"xidiancanghai"
],
"repo": "wechaty/wechaty",
"url": "https://github.com/wechaty/wechaty/issues/2172",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
879235867 | no MIME Type found on mediaMessage: voice.slk or no MIME Type found on mediaMessage: voice.silk
As shown in the error report, my silk voice file is correct and can be sent through other social software, but I can’t send it in Wechaty. What is the specific problem?
+1
| gharchive/issue | 2021-05-07T15:40:48 | 2025-04-01T04:58:45.194041 | {
"authors": [
"ghost",
"zouhuigang"
],
"repo": "wechaty/wechaty",
"url": "https://github.com/wechaty/wechaty/issues/2186",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
201227283 | fix_function_room.member_#173
#173
#104
change parseNickMap, add remark value
add contact.ready() to get full contact, and get contact's remark
Sorry, I found I fix what I need, but bring in other bug, so please wait until I fix all
this commit can help to find member in room by nick/display/remark
add followi... | gharchive/pull-request | 2017-01-17T10:03:55 | 2025-04-01T04:58:45.207304 | {
"authors": [
"lijiarui",
"zixia"
],
"repo": "wechaty/wechaty",
"url": "https://github.com/wechaty/wechaty/pull/211",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
1987185538 | add next-auth
next-authを追加した。
https://next-auth.js.org/
env.development.localファイルを作成して以下を設定する
GITHUB_ID=xxxxx
GITHUB_SECRET=xxxxx
NEXTAUTH_SECRET=xxxxx
| gharchive/pull-request | 2023-11-10T08:50:21 | 2025-04-01T04:58:45.225863 | {
"authors": [
"broccoli1002"
],
"repo": "wedinc/hydrangea",
"url": "https://github.com/wedinc/hydrangea/pull/26",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
484423602 | Fix the event handler code with function invocation (fix #8)
Fix the #8 .
@zwwill place review it.
This solution works
| gharchive/pull-request | 2019-08-23T09:19:26 | 2025-04-01T04:58:45.244194 | {
"authors": [
"Hanks10100",
"zwwill"
],
"repo": "weexteam/weex-vue-precompiler",
"url": "https://github.com/weexteam/weex-vue-precompiler/pull/9",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1360709798 | Setup the app entry point
[ ] add a simple html with libp2p available
[ ] try create 3000 instances of libp2p in the page #1
The founded peers and connected peers are increasing along the time:
done :)
| gharchive/issue | 2022-09-03T00:57:42 | 2025-04-01T04:58:45.250128 | {
"authors": [
"ericwangqing"
],
"repo": "weihaopeng/W3-POC",
"url": "https://github.com/weihaopeng/W3-POC/issues/6",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2265808560 | BluetoothCentralManagerCallback#onConnected not called for BluetootheCentralManager autoConnect methods
Hi,
we are encountering an issue with the auto connect methods, specifically related to the BluetoothCentralManagerCallback#onConnected callback not being triggered as expected when a connection is being automatica... | gharchive/issue | 2024-04-26T13:36:48 | 2025-04-01T04:58:45.273611 | {
"authors": [
"mobamipari",
"weliem"
],
"repo": "weliem/blessed-kotlin",
"url": "https://github.com/weliem/blessed-kotlin/issues/16",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
746760837 | Interpretation types in Prismic need to handle title, label and messaging independently
What is it and who's it for?
Content editors who need to add interpretationType to Events
The interpretationType in Prismic contains these 4 fields:
Title
Abbreviation
Message
Message if primary interpretation
The Title of an ... | gharchive/issue | 2020-11-19T17:00:39 | 2025-04-01T04:58:45.290768 | {
"authors": [
"jamesgorrie",
"jennpb"
],
"repo": "wellcomecollection/wellcomecollection.org",
"url": "https://github.com/wellcomecollection/wellcomecollection.org/issues/5791",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
447118163 | user research: viewer round 2 & date filters (23.05.19)
Aims/Purpose
viewer:
validate workflow with new design: overview (thumbnails) to double page view
check understanding of new icons/all controls
validate vertical scrolling across both views
check assumptions for the information panel
date filters:
how do peop... | gharchive/issue | 2019-05-22T12:51:18 | 2025-04-01T04:58:45.298424 | {
"authors": [
"hthair"
],
"repo": "wellcometrust/wellcomecollection.org",
"url": "https://github.com/wellcometrust/wellcomecollection.org/issues/4493",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
211748275 | Shunt images offscreen instead of fading out
What is this PR trying to achieve?
Scrolly-shove instead of fading out the sticky elements in the right-hand rail. Fixes #574.
[x] Test perf – looks like it could get quite janky.
[x] Squash bugs.
What does it look like?
For interface components
[x] Browser testing - H... | gharchive/pull-request | 2017-03-03T17:13:50 | 2025-04-01T04:58:45.301766 | {
"authors": [
"davidpmccormick",
"gestchild"
],
"repo": "wellcometrust/wellcomecollection.org",
"url": "https://github.com/wellcometrust/wellcomecollection.org/pull/650",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1239573535 | python binding local build failed
Describe the bug
the WeNet python binding fails to built locally after the latest update.
error: [Errno 2] No such file or directory: '/home/wenet/runtime/binding/python/fc_base/openfst-subbuild/openfst-populate-prefix/lib/libfstscript.so'
Tried in following OS (please complete the ... | gharchive/issue | 2022-05-18T07:54:44 | 2025-04-01T04:58:45.311096 | {
"authors": [
"ftdzh1994",
"pengzhendong"
],
"repo": "wenet-e2e/wenet",
"url": "https://github.com/wenet-e2e/wenet/issues/1130",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1342869177 | 不使用glog和gflags编译runtime
glog和gflags比较大,我想使用openfst默认的flags和log。我将kaldi和openfst中patch的代码替换回去了,但是出现了大量的如下的错误,请问是什么原因导致的以及如何修改呢?
重写openfst.cmake解决
| gharchive/issue | 2022-08-18T10:03:38 | 2025-04-01T04:58:45.312305 | {
"authors": [
"Ryuk17"
],
"repo": "wenet-e2e/wenet",
"url": "https://github.com/wenet-e2e/wenet/issues/1391",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2356271847 | moe模型的适配问题
请问一下目前moe模型只能用pt模型测试吗,能否在runtime上运行;moe模型的转onnx是否适配;
在大数据集上训练的1B的moe模型训练速度能到多少
只能pt;libtorch的runtime可以无缝跑;转onnx因为有分支操作,所以需要适配;速度见paper
只能pt;libtorch的runtime可以无缝跑;转onnx因为有分支操作,所以需要适配;速度见paper https://arxiv.org/pdf/2404.16407
请问下,使用libtorch的runtime跑MoE的jit script,RTF反而比没有MoE的模型还高,是测试方法不对吗?
| gharchive/issue | 2024-06-17T03:30:57 | 2025-04-01T04:58:45.313953 | {
"authors": [
"programYoung",
"srdfjy",
"xingchensong"
],
"repo": "wenet-e2e/wenet",
"url": "https://github.com/wenet-e2e/wenet/issues/2557",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1879366663 | about the dino logger
非常感谢您可以开源这个项目,我最近再根据您的项目复现dino,您可以提供一下eacpa-tdnn在dino的训练日志吗,我前几轮的eer我发现都有14.多。 非常感谢
后面就下降了
我是用一张3090 train的,目前40轮的结果是7.6 。请问目前是正常的吗,还有我在训的时候我发现train loss并不是单调下降的
抱歉,之前训练的log并没有保存。
这个issue先暂时关闭了,如果还有任何疑问,欢迎随时讨论。
| gharchive/issue | 2023-09-04T01:49:55 | 2025-04-01T04:58:45.315488 | {
"authors": [
"Hunterhuan",
"JINzezhong7",
"wntg"
],
"repo": "wenet-e2e/wespeaker",
"url": "https://github.com/wenet-e2e/wespeaker/issues/199",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
682283009 | How to up length decoded character output (now limit is 50 character)
Hi man.
Your model very useful with me. I appreciate it, but length of output decoder just 50 character, how can i change it.
I found some variable to set limit characters in script https://github.com/wenwenyu/PICK-pytorch/blob/master/data_utils/... | gharchive/issue | 2020-08-20T01:29:39 | 2025-04-01T04:58:45.350842 | {
"authors": [
"cnxdeverloper"
],
"repo": "wenwenyu/PICK-pytorch",
"url": "https://github.com/wenwenyu/PICK-pytorch/issues/24",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
426909962 | 如果用 msys2 和 clang 编译wke 会遇到哪些问题?
如果用 msys2 和 clang 编译wke
主要会 遇到些什么障碍
不知道作者能否讲一讲
[我在msys2下,在vs下使用clang都不能创建窗口,出现0xC0000005错误。原因未知,大神好像也没时间回答问题。
| gharchive/issue | 2019-03-29T10:07:14 | 2025-04-01T04:58:45.361566 | {
"authors": [
"BruceMok",
"shithappens2016"
],
"repo": "weolar/miniblink49",
"url": "https://github.com/weolar/miniblink49/issues/261",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
164070867 | 宿主、app插件和lib插件之间能够互相调用代码这种设计的意义何在?为什么不做完全的隔离
宿主、插件间能够直接调用对方代码的话,那插件的意义是什么呢?
公共部分也能最为插件,实现动态更新
完全独立的可以用360的, small偏重于项目模块插件化
我理解插件应该是独立完整的,如果需要依赖其他插件或者宿主也需要通过其他插件或宿主提供服务接口来支持,做到接口隔离,否则代码都可以互相调用那跟aar有什么区别,每个modle规定自己的资源带上固定前缀就能解决资源冲突问题啊,所以真正的意义在哪里?
1.不同module带上前缀不能解决id冲突问题,因为发生冲突的是id,不是资源名,而id是在编译时aapt自动生成的
2.a... | gharchive/issue | 2016-07-06T13:05:11 | 2025-04-01T04:58:45.366965 | {
"authors": [
"galenlin",
"kongyan4696",
"sxsx0723",
"tcking"
],
"repo": "wequick/Small",
"url": "https://github.com/wequick/Small/issues/198",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
277664239 | 编译运行sample问题
[x] 我已阅读并理解 贡献指南,严格遵循其约定。
错误报告
你做了什么?
按照官方指引运行sample
你期望的结果是什么?
运行small 的sample
实际结果是什么?
点击run按钮的时候出现编译错误
错误日志
Error:Execution failed for task ':app+stub:transformClassesAndResourcesWithSyncLibJarsForRelease'.
java.io.IOException: Could not delete path 'D:\devolop\demo\Small\Android\Sample\app+stub\bu... | gharchive/issue | 2017-11-29T08:15:38 | 2025-04-01T04:58:45.373475 | {
"authors": [
"JohnsonChow",
"hao321",
"jackdong0224",
"longlyboyhe",
"realicing",
"xingzjx"
],
"repo": "wequick/Small",
"url": "https://github.com/wequick/Small/issues/552",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
2463574724 | chore: release 2.10.3
:robot: I have created a release *beep* *boop*
2.10.3 (2024-08-15)
Bug Fixes
build, buildah, stapel: prevent sensitive data exposure by not printing user commands (b95670c)
deploy: invalid labels/annotations silently remove all user labels/annotations for the resource (35a2fe7)
This PR was ge... | gharchive/pull-request | 2024-08-13T15:00:38 | 2025-04-01T04:58:45.382396 | {
"authors": [
"flant-team-sysdev"
],
"repo": "werf/werf",
"url": "https://github.com/werf/werf/pull/6312",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2170692833 | Getting 404, on some sizes of images
We are seeing
{"status": "error", "code": 404, "message": "The hostname of the origin is unresolvable (DNS) or blocked by policy." }
On requests on some image sizes. If we change the image size the image appears as expected.
In the nginx error.log on we see the following lines
[e... | gharchive/issue | 2024-03-06T05:53:18 | 2025-04-01T04:58:45.388246 | {
"authors": [
"kleisauke",
"nilsmakeable"
],
"repo": "weserv/images",
"url": "https://github.com/weserv/images/issues/410",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
1360387747 | 🛑 Mumble (CN) is down
In b88a4f3, Mumble (CN) (mumble.winterco.cn) was down:
HTTP code: 0
Response time: 0 ms
Resolved: Mumble (CN) is back up in 3e17209.
| gharchive/issue | 2022-09-02T16:13:39 | 2025-04-01T04:58:45.502640 | {
"authors": [
"wfjsw"
],
"repo": "wfjsw/status-winterco-org",
"url": "https://github.com/wfjsw/status-winterco-org/issues/180",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
294047659 | FIX: fixed .travis.yml aspell and duplicates
Add: added aspell and aspell-en to needed packages
Remove: Removed generating the ansible.cfg from .travis.yml
Resolves: #7"
@donvipre @Cinux90 may one of you review this PR?
After the merge i'll start #11 in the same branch.
@donvipre it's in the tests-scripts... | gharchive/pull-request | 2018-02-02T22:50:45 | 2025-04-01T04:58:45.595798 | {
"authors": [
"daniel-wtd"
],
"repo": "while-true-do/ansible-galaxy-skeleton",
"url": "https://github.com/while-true-do/ansible-galaxy-skeleton/pull/10",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
240138757 | Maybe use ready package for listing files to publish
https://github.com/timoxley/pkgfiles
https://github.com/thlorenz/irish-pub
Probalby not.
| gharchive/issue | 2017-07-03T10:59:54 | 2025-04-01T04:58:45.597228 | {
"authors": [
"whitecolor"
],
"repo": "whitecolor/yalc",
"url": "https://github.com/whitecolor/yalc/issues/5",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1092300519 | Update brew install command
Update command as shown at https://formulae.brew.sh/cask/qlstephen#default.
brew cask install qlstephen fails with Error: Unknown command: cask in brew 3.3.9.
Haha, there are about 10 open pull requests for this... ping @whomwah
Fixed in https://github.com/whomwah/qlstephen/pull/108
| gharchive/pull-request | 2022-01-03T08:05:10 | 2025-04-01T04:58:45.613815 | {
"authors": [
"mmontag",
"whomwah"
],
"repo": "whomwah/qlstephen",
"url": "https://github.com/whomwah/qlstephen/pull/132",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
2167853481 | 74 efficient calculation for stats on homeview
Ram auslastung minimiert
berechnungen werden auf sql ausgelagert
limit für query in bahnhof view hinzugefügt
Hier bräuchte ich mal please ein emergency review, dann würde ich alles neue heute gleich deployen weil die auslastung teilweise echt kritisch ist @whosFritz
... | gharchive/pull-request | 2024-03-04T21:58:45 | 2025-04-01T04:58:45.615782 | {
"authors": [
"olech2412"
],
"repo": "whosFritz/Rail-Insights",
"url": "https://github.com/whosFritz/Rail-Insights/pull/79",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2291284292 | 🛑 TVBS新聞網 is down
In 0ae8df5, TVBS新聞網 (https://www.tvbs.com.tw/) was down:
HTTP code: 404
Response time: 260 ms
Resolved: TVBS新聞網 is back up in 050df4e after 11 minutes.
| gharchive/issue | 2024-05-12T11:07:47 | 2025-04-01T04:58:45.618155 | {
"authors": [
"whosawhosa"
],
"repo": "whosawhosa/upptime",
"url": "https://github.com/whosawhosa/upptime/issues/364",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
706552877 | Connection Pooling
Is there any way to configure CPR to take advantage of the underlying libcurl functionality to share connections between http requests to the same IP:Port?
Yes, and no.
You are able to reuse a connection if you use a cpr::Session object (Docs).
An actual connection pool does not exist. A while ba... | gharchive/issue | 2020-09-22T17:08:01 | 2025-04-01T04:58:45.619870 | {
"authors": [
"COM8",
"LukeMauldin"
],
"repo": "whoshuu/cpr",
"url": "https://github.com/whoshuu/cpr/issues/448",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1806507196 | 青龙面板新建视图的筛选文件要是支持"或"和"且"同时使用就好了
Clear and concise description of the problem
青龙面板新建视图的筛选文件要是支持"或"和"且"同时使用就好了……
装了 2.15.17 发现还是没有
或和且只能单独使用的话,这种场景,只能手动分拆或和且建立多个视图,或者想办法手动加唯一的标签或者填上唯一的完整的命令什么的,不然只部分关键字,每个视图会多出一堆东西……
如果能同时使用的话,就只需要一个视图就能筛选出 个人精选内容 了(
Suggested solution
支持同时使用“或”和“且”筛选
例如:
1.需要"或"的项目均被满足的"且“:
"名称包含A 或 名称... | gharchive/issue | 2023-07-16T09:08:39 | 2025-04-01T04:58:45.639260 | {
"authors": [
"dyingsu",
"whyour"
],
"repo": "whyour/qinglong",
"url": "https://github.com/whyour/qinglong/issues/2015",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
910233677 | 运行脚本日志直接就结束了
老哥,这种怎么解决啊?
 is down
In a156369, Girasol 🇪🇸 (es) (https://holiday-lescala.com/es/h/casa-girasol/) was down:
HTTP code: 0
Response time: 0 ms
Resolved: Girasol 🇪🇸 (es) is back up in 2ae7ba3 after 35 minutes.
| gharchive/issue | 2024-12-19T06:53:42 | 2025-04-01T04:58:45.643892 | {
"authors": [
"whytspace"
],
"repo": "whytspace/upptime-holiday-lescala",
"url": "https://github.com/whytspace/upptime-holiday-lescala/issues/2063",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1970823920 | 🛑 Francoli 🇫🇷 (fr) is down
In 5c4593e, Francoli 🇫🇷 (fr) (https://holiday-lescala.com/fr/h/maison-francoli/) was down:
HTTP code: 0
Response time: 0 ms
Resolved: Francoli 🇫🇷 (fr) is back up in b8abb56 after 12 minutes.
| gharchive/issue | 2023-10-31T16:16:10 | 2025-04-01T04:58:45.646435 | {
"authors": [
"whytspace"
],
"repo": "whytspace/upptime-holiday-lescala",
"url": "https://github.com/whytspace/upptime-holiday-lescala/issues/343",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2120548510 | 3v3-5v support for the address bus?
I'm seeing that in the schematics the address bus is connected directly to the PI Pico without any level shifting. Does this means that it's only compatible with 3v3 ROM interfaces and not 5v?
I have used it exclusively with 5v systems. The RP2040 is not specced as being 5v toler... | gharchive/issue | 2024-02-06T11:24:22 | 2025-04-01T04:58:45.649820 | {
"authors": [
"giulioz",
"ramapcsx2",
"wickerwaka"
],
"repo": "wickerwaka/PicoROM",
"url": "https://github.com/wickerwaka/PicoROM/issues/2",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1726021899 | Odd behavior importing relative files
I have run into two issues while trying to import relative local tsx files.
FIrst when I moved buckaroo to ipyreact, I got the following error:
404 Not Found https://esm.sh/ColumnsEditor?external=react,react-dom imported from blob:http://localhost:8888/9844a197-0bbd-4643-9ba4-1d2... | gharchive/issue | 2023-05-25T15:14:14 | 2025-04-01T04:58:45.721388 | {
"authors": [
"maartenbreddels",
"manzt",
"paddymul",
"wangqianwen0418"
],
"repo": "widgetti/ipyreact",
"url": "https://github.com/widgetti/ipyreact/issues/38",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
865138195 | Select widget is not being displayed in a full screen ipyleaflet map
I'm trying to include some ipyvuetify widgets inside an ipyleaflet map, however, when I try to open the items in the Full-screen mode, they are not displayed.
from ipyleaflet import Map, WidgetControl, FullScreenControl
import ipyvuetify as v
map_... | gharchive/issue | 2021-04-22T16:10:55 | 2025-04-01T04:58:45.729933 | {
"authors": [
"12rambau",
"dfguerrerom",
"mariobuikhuizen"
],
"repo": "widgetti/ipyvuetify",
"url": "https://github.com/widgetti/ipyvuetify/issues/141",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
112851239 | label corruption
There seems to be something wrong with the label generation... possibly to do with removing HTML char encodings, leading to a label "Fatty Aanion "head-out"" in WP1902 rev 81630. I confirmed that there is no "Aanion" is in the GPML, suggesting the problem is in the conversion.
fixed in current vers... | gharchive/issue | 2015-10-22T17:27:12 | 2025-04-01T04:58:45.752608 | {
"authors": [
"RyAMiller",
"egonw"
],
"repo": "wikipathways/GPML2RDF",
"url": "https://github.com/wikipathways/GPML2RDF/issues/12",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
1152226673 | Add a return to home button on leaderboard page
Might not be the most intuitive to have our navbar link as the only way to return to home quickly after someone finishes a game
Please assign it to me.
I think @dqian3 already completed this
| gharchive/issue | 2022-02-26T20:04:34 | 2025-04-01T04:58:45.753654 | {
"authors": [
"adkood",
"mliu59"
],
"repo": "wikispeedruns/wikipedia-speedruns",
"url": "https://github.com/wikispeedruns/wikipedia-speedruns/issues/197",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1195578068 | OVERPASS_STOP_AFTER_INIT has no effect in the clone mode
I can see that in the clone mode the config OVERPASS_STOP_AFTER_INIT is ignored and the container is restarting regardless of the value of the flag.
My question is are there any technical limitations or this is just a bug.
If that's just a bug I can propose a P... | gharchive/issue | 2022-04-07T06:28:51 | 2025-04-01T04:58:45.757571 | {
"authors": [
"CezaryTarnowski-TomTom",
"wiktorn"
],
"repo": "wiktorn/Overpass-API",
"url": "https://github.com/wiktorn/Overpass-API/issues/89",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
7323853 | How to we catch and handle Postmark::InvalidMessageError
I noticed in my error log today a number of these:
Postmark::InvalidMessageError
You tried to send to a recipient that has been marked as inactive. Found inactive addresses:
Since we don't do anything special except use Rails 2.3's normal ActiveMailer for send... | gharchive/issue | 2012-10-03T14:45:47 | 2025-04-01T04:58:45.762464 | {
"authors": [
"bithavoc",
"chrispa",
"ndbroadbent",
"noctivityinc",
"ssurfr2819",
"zykadelic"
],
"repo": "wildbit/postmark-rails",
"url": "https://github.com/wildbit/postmark-rails/issues/19",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1205547993 | Fix for WFCORE-5877, Upgrade galleon plugins to 5.2.11.Final
Issue: https://issues.redhat.com/browse/WFCORE-5877
Core - Full Integration Build 11338 outcome was FAILURE using a merge of 66da7ca1abb30aa3445ff463da70660708939efd
Summary: Tests failed: 1 (1 new), passed: 3988, ignored: 41 Build time: 02:00:13
Failed t... | gharchive/pull-request | 2022-04-15T12:41:20 | 2025-04-01T04:58:45.768806 | {
"authors": [
"bstansberry",
"jfdenise",
"wildfly-ci"
],
"repo": "wildfly/wildfly-core",
"url": "https://github.com/wildfly/wildfly-core/pull/5053",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1554993152 | WFCORE-6203 Move test dependency to testbom
Issue: https://issues.redhat.com/browse/WFCORE-6203
Core -> WildFly Preview Integration Build 12087 outcome was FAILURE using a merge of 226b94e43a02bb6739a8cfd96ed5e17360b18a72
Summary: Exit code 1 (Step: Build & test full (Maven)) Build time: 00:02:09
Core -> Full Int... | gharchive/pull-request | 2023-01-24T13:31:39 | 2025-04-01T04:58:45.890889 | {
"authors": [
"bstansberry",
"parsharma",
"wildfly-ci",
"yersan"
],
"repo": "wildfly/wildfly-core",
"url": "https://github.com/wildfly/wildfly-core/pull/5359",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
791277049 | [WFLY-14219] Fix ee-8-api...javax/ws/rs/api/main/module.xml for TCK test
Fix for https://issues.redhat.com/browse/WFLY-14219?focusedCommentId=15680282&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-15680282
Thanks @boris-unckel , I will try running the Jakarta EE 8 signature tests loc... | gharchive/pull-request | 2021-01-21T16:10:58 | 2025-04-01T04:58:45.906989 | {
"authors": [
"boris-unckel",
"bstansberry",
"scottmarlow"
],
"repo": "wildfly/wildfly",
"url": "https://github.com/wildfly/wildfly/pull/13904",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
54218789 | WFLY-3904 Unable to enable statistics via configuration for resource ada...
...pters
Windows Build 862 is now running using a merge of 14a015e2d592ebceaee67db168ce282bbe60043c
Linux with security manager Build 738 is now running using a merge of 14a015e2d592ebceaee67db168ce282bbe60043c
Linux Build 5751 is now r... | gharchive/pull-request | 2015-01-13T17:02:58 | 2025-04-01T04:58:45.912328 | {
"authors": [
"maeste",
"wildfly-ci"
],
"repo": "wildfly/wildfly",
"url": "https://github.com/wildfly/wildfly/pull/7095",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1657894654 | XPI Build Process
Create automated build and signing process so the plugin can be installed offline.
https://extensionworkshop.com/documentation/publish/self-distribution/
https://extensionworkshop.com/documentation/publish/signing-and-distribution-overview/
https://extensionworkshop.com/documentation/develop/web-ext... | gharchive/issue | 2023-04-06T18:51:17 | 2025-04-01T04:58:45.914614 | {
"authors": [
"wilgaboury"
],
"repo": "wilgaboury/super-speedy-dial",
"url": "https://github.com/wilgaboury/super-speedy-dial/issues/20",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2011371135 | 🛑 will.cymru is down
In 0621309, will.cymru (https://www.will.cymru) was down:
HTTP code: 523
Response time: 1806 ms
Resolved: will.cymru is back up in a484166 after 11 minutes.
| gharchive/issue | 2023-11-27T02:31:53 | 2025-04-01T04:58:45.933690 | {
"authors": [
"will936"
],
"repo": "will936/Upptime",
"url": "https://github.com/will936/Upptime/issues/111",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2349609 | [Cache] Add new Cache Adapter
Bugfix: no
Feature: yes
BC Break: yes
Tests pass: yes
I add some new CacheAdapter and rename the Cache namespace to CacheAdapter.
@Baachi well, you didn't split the PR, but I'm ok with that, just fix CS
Oh sorry, i fix it :)
We are almost ready :)
Hell yeah, lots of adapters here... | gharchive/issue | 2011-11-25T14:10:12 | 2025-04-01T04:58:45.939902 | {
"authors": [
"Baachi",
"dguyon",
"willdurand"
],
"repo": "willdurand/Geocoder",
"url": "https://github.com/willdurand/Geocoder/issues/37",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2198389461 | 4-sqlite-performance: quick performance check
For me locally:
modernc.org/sqlite
writes: 9.681202343s
reads: 39.381931ms
mattn/go-sqlite3
writes: 6.531749771s
reads: 18.955969ms
Should've been a draft PR. Closing this now :)
| gharchive/pull-request | 2024-03-20T19:28:16 | 2025-04-01T04:58:45.941519 | {
"authors": [
"willemschots"
],
"repo": "willemschots/househunt",
"url": "https://github.com/willemschots/househunt/pull/14",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1093041096 | sumneko-lua does not work
Describe the bug
I am on windows system. I installed lsp with this plugin for vim, pyright, c. Thay all work. I also installed sumneko-lua, LspInstallInfo shows that the installation is successful, but when I open a lua file, an error is reported: cmd is not defined. I enter :LspInfo, it sho... | gharchive/issue | 2022-01-04T06:08:55 | 2025-04-01T04:58:45.949279 | {
"authors": [
"Q-Xue",
"williamboman"
],
"repo": "williamboman/nvim-lsp-installer",
"url": "https://github.com/williamboman/nvim-lsp-installer/issues/381",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
454465328 | 移除或改造unittest相关部分
定制化的 unitest.TestCase 部分在这个框架中显得有些冗余。实际上这个部分应该由业务方来决定,后续将不再出现在框架内,或成为可选插件。
目前决定暂时不进行改动,但不再推荐直接使用 FTestCase 的用法。
| gharchive/issue | 2019-06-11T03:36:35 | 2025-04-01T04:58:45.954459 | {
"authors": [
"williamfzc"
],
"repo": "williamfzc/fitch",
"url": "https://github.com/williamfzc/fitch/issues/3",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2322309995 | Allow setting {currentPositionX, currentPositionY}
Description of the problem
I'm implementing a photo viewer. You start with the image fully zoomed out. This image is a low-resolution thumbnail. As you zoom in, this triggers a load of the original high-resolution image. Of course, the new image has different dimensi... | gharchive/issue | 2024-05-29T04:08:37 | 2025-04-01T04:58:45.994347 | {
"authors": [
"midzelis",
"willnguyen1312"
],
"repo": "willnguyen1312/zoom-image",
"url": "https://github.com/willnguyen1312/zoom-image/issues/296",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2018404959 | Buffer Grouping
Hi,
is there a possibility to group buffers together via specific criteria like regex or file-extension? As someone working with a big ansible project, it would be nice to group the inventories together and automatically collapse/fold in if not focused right now.
(similar to https://github.com/akinsho... | gharchive/issue | 2023-11-30T11:06:58 | 2025-04-01T04:58:45.996405 | {
"authors": [
"Zombiefleischer",
"willothy"
],
"repo": "willothy/nvim-cokeline",
"url": "https://github.com/willothy/nvim-cokeline/issues/182",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2667542568 | 🛑 willpxxr.com is down
In f53b0ba, willpxxr.com (https://willpxxr.com) was down:
HTTP code: 999
Response time: 188 ms
Resolved: willpxxr.com is back up in ce2a7bc after 36 minutes.
| gharchive/issue | 2024-11-18T07:49:29 | 2025-04-01T04:58:45.999679 | {
"authors": [
"willpxxr"
],
"repo": "willpxxr/status.willpxxr.com",
"url": "https://github.com/willpxxr/status.willpxxr.com/issues/92",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1392772536 | not found
I followed the steps in the readme to configure Cloudflare for my Dream Machine. When I go to my worker url, I see 'not found'. Is that the expected behavior?
pretty much. your worker is expecting additional information to be sent with the url, and since that information is missing it fails to the not fou... | gharchive/issue | 2022-09-30T17:55:09 | 2025-04-01T04:58:46.002147 | {
"authors": [
"Cohors1316",
"andrew-davis",
"willswire"
],
"repo": "willswire/unifi-cloudflare-ddns",
"url": "https://github.com/willswire/unifi-cloudflare-ddns/issues/21",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1829628537 | How to binding a website in IIS
I tried to add SSL to IIS site by command: wacs --source iis --siteid 12
Also I tried wacs --source iis --siteid 12 --sslport 443
It create certificate but is not binding to site. Need manually in IIS add new record with port 443 and assign the created certificate from dropdown list.
... | gharchive/issue | 2023-07-31T16:34:12 | 2025-04-01T04:58:46.009513 | {
"authors": [
"Revencu1970",
"woutertinusf19"
],
"repo": "win-acme/win-acme",
"url": "https://github.com/win-acme/win-acme/issues/2411",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
832810149 | Error with SvelteKit
Describe the bug
On Windows:
Did pnpm init svelte@next
Followed the steps in this repo with import "virtual:windi.css" inside src/$layout.svelte
pnpm run dev gives the error
Minimal Reproductions
repository
Versions
vite-plugin-windicss: 0.8.3
vite: 2.1.0
framework(vue/react/svelte/etc): sve... | gharchive/issue | 2021-03-16T13:37:46 | 2025-04-01T04:58:46.049329 | {
"authors": [
"ElMassimo",
"JustinVoitel",
"NoelJacob",
"antfu",
"joaopaulobdac",
"joshua1",
"ohmree"
],
"repo": "windicss/vite-plugin-windicss",
"url": "https://github.com/windicss/vite-plugin-windicss/issues/90",
"license": "MIT",
"license_type": "permissive",
"license_sourc... |
606746638 | An extension to use pack and buildpacks to build container images
First pass at an extension for using pack. There are a few arguments on pack that would be useful to expose here as well, but this covers the main use case I think.
@victorwuky as mentioned in the docs.
Thanks @garethr !
@landism can you please revie... | gharchive/pull-request | 2020-04-25T11:09:48 | 2025-04-01T04:58:46.052081 | {
"authors": [
"garethr",
"landism",
"victorwuky"
],
"repo": "windmilleng/tilt-extensions",
"url": "https://github.com/windmilleng/tilt-extensions/pull/14",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
863992015 | Update main.yml
Fix for https://jira.wingcon.com/browse/WSP5-206
fixed in a better way with 4d14484
| gharchive/pull-request | 2021-04-21T15:07:23 | 2025-04-01T04:58:46.072276 | {
"authors": [
"DEvil0000",
"scooby472000"
],
"repo": "wingcon/ansible-role-zookeeper",
"url": "https://github.com/wingcon/ansible-role-zookeeper/pull/1",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
232285622 | Automatic course subscription
Every new user has to be automatically subscribed to specific courses. To achieve that, we have to use autoenrol plugin:
Possible plugins to use:
https://moodle.org/plugins/enrol_autoenrol (last version for M2.8)
https://moodle.org/plugins/enrol_auto (last version for M3.0)
Although ther... | gharchive/issue | 2017-05-30T15:09:36 | 2025-04-01T04:58:46.095518 | {
"authors": [
"dasistwas",
"winnidat"
],
"repo": "winnidat/moodlemobile2",
"url": "https://github.com/winnidat/moodlemobile2/issues/5",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1429419573 | [Bug]: Getting info and error in different formats not in text format, getting error as a key value pair
🔎 Search Terms
winston logger error wrong format
The problem
When we log info or error, getting wrong format which in not in text
ERROR {"0":"P","1":"l","10":"e","11":"r","12":"s","13":"i","14":"o","15":"n","16":... | gharchive/issue | 2022-10-31T07:56:40 | 2025-04-01T04:58:46.100009 | {
"authors": [
"h1t3ndr4",
"wbt"
],
"repo": "winstonjs/winston",
"url": "https://github.com/winstonjs/winston/issues/2228",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2421347563 | Usage should be installed for completions to work
https://usage.jdx.dev/ has to be installed first for completions to work now. Would be good to include in readme.
mise use -g usage
Thanks @inventfossil will update the README to reflect the need to install usage.
Plugin updated accordingly.
| gharchive/issue | 2024-07-21T11:03:24 | 2025-04-01T04:58:46.103398 | {
"authors": [
"inventfossil",
"wintermi"
],
"repo": "wintermi/zsh-mise",
"url": "https://github.com/wintermi/zsh-mise/issues/2",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
123648924 | Add PHP7 with travis
All is in the title.
You should also add sudo: false to use container based platform architure on travis and make cache directories properly works ;)
Thanks @ProPheT777 I made the change.
Thanks @blazarecki!
| gharchive/pull-request | 2015-12-23T12:09:52 | 2025-04-01T04:58:46.104906 | {
"authors": [
"ProPheT777",
"blazarecki",
"winzou"
],
"repo": "winzou/state-machine",
"url": "https://github.com/winzou/state-machine/pull/17",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
2049344199 | Attempt to fix delay tests
Attempt to fix unit tests introduced by #31 which can now be exercised by #34.
Stopwatch.elapsed(TimeUnit) loses precision if there are fractional units. From the Stopwatch.elapsed(TimeUnit) docs:
Returns the current elapsed time shown on this stopwatch, expressed in the desired time unit... | gharchive/pull-request | 2023-12-19T19:54:14 | 2025-04-01T04:58:46.186388 | {
"authors": [
"edeandrea"
],
"repo": "wiremock/wiremock-grpc-extension",
"url": "https://github.com/wiremock/wiremock-grpc-extension/pull/36",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1917400278 | Add WireMock Spring Boot to the Solutions page
Apparently I forgot to do it in May @maciejwalkowiak
Submitter checklist
[ ] The PR request is well described and justified, including the body and the references
[ ] The PR title represents the desired changelog entry
[ ] If the change against WireMock 2 functionalit... | gharchive/pull-request | 2023-09-28T12:18:42 | 2025-04-01T04:58:46.189617 | {
"authors": [
"maciejwalkowiak",
"oleg-nenashev"
],
"repo": "wiremock/wiremock.org",
"url": "https://github.com/wiremock/wiremock.org/pull/187",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2165151181 | Replace net.jockx:littleproxy by JDK
Replace net.jockx:littleproxy by JDK
Great stuff, thanks for the PR. Looks great
| gharchive/pull-request | 2024-03-03T04:58:35 | 2025-04-01T04:58:46.190574 | {
"authors": [
"leeturner",
"pks-1981"
],
"repo": "wiremock/wiremock",
"url": "https://github.com/wiremock/wiremock/pull/2624",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1371264267 | Skip congrats bot action on [ci] format commits
What kind of changes does this PR include?
Something else!
Description
#1199 added a CI task to automatically format our source code with Prettier after each commit merges into main. This PR adds a check to our congrats bot action so that when a [ci] format commit l... | gharchive/pull-request | 2022-09-13T11:03:07 | 2025-04-01T04:58:46.224763 | {
"authors": [
"delucis",
"sarah11918"
],
"repo": "withastro/docs",
"url": "https://github.com/withastro/docs/pull/1545",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1568170814 | Add html to RSS guide
What kind of changes does this PR include?
New or updated content
Description
Recommend html helper for rendering Markdown contents https://github.com/withastro/astro/pull/6097
Add MDX caution banner to make instructions more explicit. Felt like we were hiding this caveat before
Hi @bhol... | gharchive/pull-request | 2023-02-02T14:34:31 | 2025-04-01T04:58:46.227203 | {
"authors": [
"bholmesdev",
"sarah11918"
],
"repo": "withastro/docs",
"url": "https://github.com/withastro/docs/pull/2545",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1251747344 | i18n(pt-BR): Add api-reference.md translation
What kind of changes does this PR include?
[ ] Minor content fixes (broken links, typos, etc.)
[ ] New or updated content
[X] Translated content
[ ] Changes to the docs site code
[ ] Something else!
Description
Add api-reference.md pt-BR translation. Special 100th contr... | gharchive/pull-request | 2022-05-28T23:50:34 | 2025-04-01T04:58:46.229632 | {
"authors": [
"Yan-Thomas",
"victor0x16"
],
"repo": "withastro/docs",
"url": "https://github.com/withastro/docs/pull/684",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2138317506 | i18n(zh-cn): Update images.mdx
Description (required)
Update images.mdx
Related issues & labels (optional)
#6797
#6799
Thank you for the update. The check link CI failed.
Sorry. Withdrawn LGTM. The missing-image-dimension.mdx also has outdated content that needs updating.
See: https://github.com/withastr... | gharchive/pull-request | 2024-02-16T10:37:31 | 2025-04-01T04:58:46.232592 | {
"authors": [
"huyikai",
"liruifengv"
],
"repo": "withastro/docs",
"url": "https://github.com/withastro/docs/pull/6913",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2141116822 | docs: Add more plugins & tools
What kind of changes does this PR include?
Changes or translations of Starlight docs site content
Description
Following the release of Starlight v0.19.0, starlight-blog and starlight-openapi have now been refactored to Starlight plugins. This PR moves them to the appropriate section i... | gharchive/pull-request | 2024-02-18T17:59:34 | 2025-04-01T04:58:46.234632 | {
"authors": [
"HiDeoo",
"at-the-vr"
],
"repo": "withastro/starlight",
"url": "https://github.com/withastro/starlight/pull/1528",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1952523561 | Add folksrouter.io to showcase
What kind of changes does this PR include?
Changes or translations of Starlight docs site content
Description
Add folksrouter.io to showcase
Thanks for noticing, I guess Figma tricked me.
| gharchive/pull-request | 2023-10-19T15:23:39 | 2025-04-01T04:58:46.236497 | {
"authors": [
"GabrieleDiRemigio"
],
"repo": "withastro/starlight",
"url": "https://github.com/withastro/starlight/pull/936",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1056323979 | Feat: Add CELO/EUR to Celo networks
Closes #29, #30 and https://github.com/witnet/data-feed-app/issues/97.
@guidiaz Merge and close so that we can keep our burndown as linear as possible!
| gharchive/pull-request | 2021-11-17T16:23:09 | 2025-04-01T04:58:46.275072 | {
"authors": [
"aesedepece",
"guidiaz"
],
"repo": "witnet/witnet-price-feed-examples",
"url": "https://github.com/witnet/witnet-price-feed-examples/pull/50",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
455239046 | Taps Not Working on Simulator
Describe the bug
When the tap method is called, Detox attempts to tap the button (as the circle shows up) but nothing happens. If instead of tap I use multiTap(2) the button works correctly. If I click on the button on the simulator the button works correctly so tap should as well.
To Re... | gharchive/issue | 2019-06-12T14:13:45 | 2025-04-01T04:58:46.282793 | {
"authors": [
"LeoNatan",
"ReshmiCode"
],
"repo": "wix/Detox",
"url": "https://github.com/wix/Detox/issues/1444",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
714995751 | expect(...).toBeVisible is not a function
Description
After upgrading to jest@26.5.x and jest-circus@26.5.x, all Detox tests began failing with:
TypeError: expect(...).toBeVisible is not a function
Expected behavior
Detox should initialize its global variables correctly, i.e.: Jest's expect should not shadow the Det... | gharchive/issue | 2020-10-05T16:39:52 | 2025-04-01T04:58:46.287521 | {
"authors": [
"LeoNatan",
"noomorph"
],
"repo": "wix/Detox",
"url": "https://github.com/wix/Detox/issues/2390",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1397341324 | Count all elements in a scrollview
Description
Hi !
First of all, thanks for Detox, it's awesome !
I'm having troubles understanding how the by.id works.
I thought it matched all elements (not only visible ones) so matchers as toExist could be applied.
But it seems it doesn't work that way: I have a scrollview with n... | gharchive/issue | 2022-10-05T07:10:35 | 2025-04-01T04:58:46.293190 | {
"authors": [
"Alaa-Ben",
"asafkorem",
"d4vidi",
"pradeipp"
],
"repo": "wix/Detox",
"url": "https://github.com/wix/Detox/issues/3622",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
900940662 | Profiler framework incompatible with RN 0.64.1 / Xcode 12.5
Description
Just reproduced this on 2 machines. Trying to build a project with the profiler framework using RN 0.64.1 and Xcode 12.5 causes the app to pause on a breakpoint and crash later.
Steps to Reproduce
Steps to reproduce the behavior:
Build an app wi... | gharchive/issue | 2021-05-25T15:03:06 | 2025-04-01T04:58:46.299273 | {
"authors": [
"jduarter",
"thibmaek",
"virgule-xyz",
"vlanemcev",
"whalemare"
],
"repo": "wix/DetoxInstruments",
"url": "https://github.com/wix/DetoxInstruments/issues/83",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
144594138 | Can not dismiss all modals at once
In case when I open a modal on top of another modal and then do:
this.props.navigator.dismissModal({animationType: 'none'});
this.props.navigator.dismissModal({animationType: 'none'});
second modal does not get closed. However this closes both modals:
this.props.navigator.dismissMo... | gharchive/issue | 2016-03-30T13:30:28 | 2025-04-01T04:58:46.303352 | {
"authors": [
"artald",
"talkol",
"tautvilas"
],
"repo": "wix/react-native-controllers",
"url": "https://github.com/wix/react-native-controllers/issues/36",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
362842204 | FlatList Pull to refresh not working inside Interactable.View in Android
I have used FlatList inside Interactable.View with Pull to Refresh feature. I used Interactable.View to intergrate drag action to open Navigation Menu Drawer.
<View style={styles.container}>
<Menu
onItemSelect... | gharchive/issue | 2018-09-22T09:39:23 | 2025-04-01T04:58:46.305895 | {
"authors": [
"Inbal-Tish",
"sinhpn92"
],
"repo": "wix/react-native-interactable",
"url": "https://github.com/wix/react-native-interactable/issues/232",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2340541571 | 노하우 창 이전 버튼 오류
노하우 창에서 이전 버튼을 구현하였지만, 이전의 창으로 넘어가는 것이 아닌 창이 닫히는 현상이 생겼습니다.
수정 완료
| gharchive/issue | 2024-06-07T14:00:59 | 2025-04-01T04:58:46.350784 | {
"authors": [
"gosaemin"
],
"repo": "wjdduqtls1517/OpenSourceProject",
"url": "https://github.com/wjdduqtls1517/OpenSourceProject/issues/60",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1329515640 | How to reproduce visualization results in README?
Thanks for your wonderful work!
I'd like to reproduce the visualization results in your README.
I tried to add following 2 lines before demo/demo.py#L29:
from detectron2.projects.idol import add_idol_config
add_idol_config(cfg)
But it returrn this:
appuser@091614... | gharchive/issue | 2022-08-05T06:38:54 | 2025-04-01T04:58:46.369224 | {
"authors": [
"Mamatharun",
"QingZhong1996",
"andreazuna89",
"assia855",
"aylinaydincs",
"babble2",
"netzahdzc",
"reno77",
"smileschang",
"unihornWwan"
],
"repo": "wjf5203/VNext",
"url": "https://github.com/wjf5203/VNext/issues/11",
"license": "Apache-2.0",
"license_... |
2022015251 | 大神https://github.com/wjz304/arpl-i18n是不是关闭了?
大神https://github.com/wjz304/arpl-i18n是不是关闭了?
真是遗憾
宫廷玉液酒
可以了,我还在找更新呢
刚跟着指导到这一步 就gg了
作者: Ing
QQ群1: 21609194 点击链接加入QQ群
QQ群2: 73119176 点击链接加入QQ群
QQ群3: 51929774 点击链接加入QQ群
QQ群4: 49756829 点击链接加入QQ群
QQ频道: RR Org 点击链接加入QQ频道
TG频道: RR Org 点击链接加入TG频道
| gharchive/issue | 2023-12-02T12:07:34 | 2025-04-01T04:58:46.378327 | {
"authors": [
"Jun199205",
"rongchun",
"treelook",
"wjz304"
],
"repo": "wjz304/arpl-zh_CN-action",
"url": "https://github.com/wjz304/arpl-zh_CN-action/issues/2",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
242450216 | Option to restore system as before --up was called
Your script is used in https://github.com/nstinus/nordvpn.
In our use case, people could want to use vpnfailsafe to ensure that an active service having a dropping connection is still safe but also having the option to stop the openvpn service in which case, they mig... | gharchive/issue | 2017-07-12T17:02:52 | 2025-04-01T04:58:46.412916 | {
"authors": [
"nstinus",
"wknapik"
],
"repo": "wknapik/vpnfailsafe",
"url": "https://github.com/wknapik/vpnfailsafe/issues/16",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
2575311373 | First delivery
In this delivery, I made just the basic tests;
The tests are in a directory named tests;
In this delivery, I fixed the basic tests;
Add some intermediate tests;
Created a GitHub Action to run the tests;
In this delivery:
Fixed the previous tests;
Add the advanced tests;
Add the ESLint to the pr... | gharchive/pull-request | 2024-10-09T09:14:37 | 2025-04-01T04:58:46.416043 | {
"authors": [
"Cicero-Henrique"
],
"repo": "wlsf82/EngageSphere-Test-Design-Masterclass-Turma-3-new",
"url": "https://github.com/wlsf82/EngageSphere-Test-Design-Masterclass-Turma-3-new/pull/3",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
615357113 | Error response from daemon, wait until the container is running
I follow the instruction. I changed domains and mail in init-letsencrypt.sh and app.conf.
When I run ./init-letsencrypt.sh, I get error:
### Creating dummy certificate for kosyachniy.com ...
Generating a RSA private key
.....+++++
.......................... | gharchive/issue | 2020-05-10T09:58:27 | 2025-04-01T04:58:46.435870 | {
"authors": [
"BenoitRanque",
"kosyachniy",
"sheodox"
],
"repo": "wmnnd/nginx-certbot",
"url": "https://github.com/wmnnd/nginx-certbot/issues/69",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
161584974 | 如何进行分布式部署?
请问此平台如何进行分布式部署?
集成了zookeeper,先配置好zookeeper,然后修改参数文件,见:http://wiki.osgi.help/pages/viewpage.action?pageId=22054931
然后,多个JXADF实例,每个实例可以自己定义启动哪些bundle。
| gharchive/issue | 2016-06-22T03:11:50 | 2025-04-01T04:58:46.438144 | {
"authors": [
"wmzsoft",
"xiemn"
],
"repo": "wmzsoft/JXADF",
"url": "https://github.com/wmzsoft/JXADF/issues/3",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
208512712 | dist file cannot be minified with babili
In the dist/element-resize-detector.js, it runs var browserDetector = require("../browser-detector");.
I tracked this down because when minifying with babili, it fails here with something like Uncaught ReferenceError: G is not defined.
This correlates to source in detection-st... | gharchive/issue | 2017-02-17T17:55:44 | 2025-04-01T04:58:46.444921 | {
"authors": [
"rosskevin",
"wnr"
],
"repo": "wnr/element-resize-detector",
"url": "https://github.com/wnr/element-resize-detector/issues/71",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1105650066 | Autoplay feature?
Would you mind adding an autoplay feature?
We're considering using your component in a setting where autoplay is preferrable, but due to Chrome's (and most other browsers') new demands to not autoplay on pages where the user hasn't interacted, we'll need a nice-looking non-autoplay look as well. You... | gharchive/issue | 2022-01-17T10:10:40 | 2025-04-01T04:58:46.451929 | {
"authors": [
"NicoIsapro",
"kendrick-fnw",
"sebastianvitterso",
"wobsoriano"
],
"repo": "wobsoriano/vue-lite-youtube-embed",
"url": "https://github.com/wobsoriano/vue-lite-youtube-embed/issues/6",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1718312818 | Fix indentation of the proof environment
Proof environment is redefined, however, when a proof is the first thing in the solution, the \noindent command applies the negative indentation on top of the same applied by the section configuration. The effect is that the "Proof" label, as well as the section label, are mov... | gharchive/issue | 2023-05-20T22:54:26 | 2025-04-01T04:58:46.456183 | {
"authors": [
"wojtask"
],
"repo": "wojtask/clrs4e-solutions",
"url": "https://github.com/wojtask/clrs4e-solutions/issues/1572",
"license": "CC-BY-4.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1858525978 | Fix typos
Found via codespell -L datas
Haha, those are silly. Thank you :)
:partying_face: :partying_face: :partying_face: :partying_face: :partying_face:
| gharchive/pull-request | 2023-08-21T03:45:53 | 2025-04-01T04:58:46.489809 | {
"authors": [
"kianmeng",
"wolph"
],
"repo": "wolph/python-progressbar",
"url": "https://github.com/wolph/python-progressbar/pull/282",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
788635809 | add an optional max_size argument to encode() for speed & convenience
Providing max_size to encode() will first resize the image to max_size (by creating an Image thumbnail), and will then create the blurhash. Resizing first will achieve much faster hashing for large images.
Hello @m4hmmd, thank you for the pull re... | gharchive/pull-request | 2021-01-19T01:26:35 | 2025-04-01T04:58:46.498536 | {
"authors": [
"lautat",
"m4hmmd"
],
"repo": "woltapp/blurhash-python",
"url": "https://github.com/woltapp/blurhash-python/pull/8",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
365265761 | Run cargo-fmt
Depends on #75. Splitting this up to as this is pretty noisy.
Travis build is broken for Unrecognized option: 'write-mode' in the format command line. This was the cargo +nightly fmt -- --write-mode=diff bit added to ensure the code was correctly formatted or to cause a build break otherwise.
| gharchive/pull-request | 2018-09-30T21:59:05 | 2025-04-01T04:58:46.995163 | {
"authors": [
"daithiocrualaoich",
"passy"
],
"repo": "woofwoofinc/cargo-sphinx",
"url": "https://github.com/woofwoofinc/cargo-sphinx/pull/76",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
1014527025 | Add function to generate deterministic UUIDs and use it when creating devices
Whenever an application using the library gets restarted, it generates new UUIDs for devices. This annoys control points that now report a new device has popped out, while the old device is disconnected and might come back online at some ot... | gharchive/issue | 2021-10-03T20:14:34 | 2025-04-01T04:58:47.002983 | {
"authors": [
"wooky"
],
"repo": "wooky/zupnp",
"url": "https://github.com/wooky/zupnp/issues/9",
"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.