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 |
|---|---|---|---|---|---|
408501978 | Report ClientID for consumers
Store and report ClientID for consumers, this is useful in environments where IPs are not ideal for identifying consumers. The ClientID is an ideal choice as it's user controlled so can be configured to be whatever the user finds most useful for correlation purposes.
Coverage increase... | gharchive/pull-request | 2019-02-10T05:10:25 | 2025-04-01T06:39:25.838733 | {
"authors": [
"bai",
"coveralls",
"josephglanville"
],
"repo": "linkedin/Burrow",
"url": "https://github.com/linkedin/Burrow/pull/491",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
2370827203 | Support nextMarker and nextContinuationToken
Support nextMarker for listObject and nextContinuationToken for listObjectV2
Codecov Report
Attention: Patch coverage is 48.64865% with 19 lines in your changes missing coverage. Please review.
Project coverage is 18.65%. Comparing base (52ba813) to head (fe3ca37).
Repo... | gharchive/pull-request | 2024-06-24T18:14:17 | 2025-04-01T06:39:25.846956 | {
"authors": [
"SophieGuo410",
"codecov-commenter"
],
"repo": "linkedin/ambry",
"url": "https://github.com/linkedin/ambry/pull/2807",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
318216592 | Cleanup deprecated code from PinotLLCRealtimeSegmentManager and ValidationManager
As part of https://github.com/linkedin/pinot/pull/2721 we refactored the PinotLLCRealtimeSegmentManager to not depend on znode for stream partition assignment. A lot of methods were rewritten, and older ones deprecated. This PR attempts... | gharchive/pull-request | 2018-04-26T22:18:56 | 2025-04-01T06:39:25.862432 | {
"authors": [
"codecov-io",
"npawar"
],
"repo": "linkedin/pinot",
"url": "https://github.com/linkedin/pinot/pull/2762",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
615954940 | Set DNS-SD service name/type for the directory
A service type for the directory service is not yet registered at IANA. But it is worth some improvements in our implementation.
Currently the the type is set to: _linksmart-td._tcp
Other works related to this:
https://github.com/w3c/wot-discovery/tree/18820a3f31f191f3e3... | gharchive/issue | 2020-05-11T15:01:52 | 2025-04-01T06:39:25.904660 | {
"authors": [
"farshidtz"
],
"repo": "linksmart/thing-directory",
"url": "https://github.com/linksmart/thing-directory/issues/9",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
494192031 | [Do Not Merge] LKE Beta Endpoints
Adds LKE Beta endpoints:
/lke/clusters
/lke/clusters/{clusterId}
/lke/clusters/{clusterId}/pools
/lke/clusters/{clusterId}/pools/{poolId}
/lke/clusters/{clusterId}/kubeconfig
/lke/versions
/lke/versions/{version}
Note: This work was started by @asauber and @jfrederickson in bits... | gharchive/pull-request | 2019-09-16T17:54:50 | 2025-04-01T06:39:26.040120 | {
"authors": [
"hzoppetti",
"leslitagordita"
],
"repo": "linode/linode-api-docs",
"url": "https://github.com/linode/linode-api-docs/pull/126",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2236367499 | upcoming: [M3-7972] - Invalidate PG queries on Linode create/delete
Description 📝
Now that the POST & DELETE linode/instances Alpha endpoint have been updated to work with placement groups, we need to invalidate the related PG if:
on POST (create linode) we assign a placement group
on DELETE (delete linode) we dele... | gharchive/pull-request | 2024-04-10T20:23:00 | 2025-04-01T06:39:26.048680 | {
"authors": [
"abailly-akamai",
"carrillo-erik"
],
"repo": "linode/manager",
"url": "https://github.com/linode/manager/pull/10366",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1521050476 | M3-6044: Create Button "Create Using Command Line" and show modal
Description 📝
This story is part of feature API-CLI.
Team, guide me incase I miss setting any process oriented things before kicking off feature development. (feature flag, etc..)
Note: ga events are in my radar, if need following PR's will cover tha... | gharchive/pull-request | 2023-01-05T16:48:40 | 2025-04-01T06:39:26.054593 | {
"authors": [
"cpathipa"
],
"repo": "linode/manager",
"url": "https://github.com/linode/manager/pull/8689",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
606284281 | Scanse Sweep compatibility
Hi,
I'm using linorobot with Jetson Nano (Ubuntu 18.04), Arduino Mega and Sweep Lidar.
I configured the linobase module and the minimal.launch is working fine.
In order to be able to use Sweep Lidar I added it's package into the linorobot directory and catkin_make it. After that, I changed ... | gharchive/issue | 2020-04-24T12:41:26 | 2025-04-01T06:39:26.069964 | {
"authors": [
"Valentinkvn",
"grassjelly"
],
"repo": "linorobot/linorobot",
"url": "https://github.com/linorobot/linorobot/issues/41",
"license": "BSD-2-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
296845869 | Update default threading behavior
If a message was sent in a thread, answer in a thread per default.
Hey! Looks good, how about adding a test for this? That would help merging it faster. Thanks!
Hey @jsargiot, thanks for the response. I won't make it to create a custom testing instance of Slack nor configure Trav... | gharchive/pull-request | 2018-02-13T18:49:12 | 2025-04-01T06:39:26.099861 | {
"authors": [
"jonas-schulze",
"jsargiot"
],
"repo": "lins05/slackbot",
"url": "https://github.com/lins05/slackbot/pull/172",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
2077713607 | fix: Enable PostgreSQL stream selection for c9s and RHEL9
c9s/RHEL9 provides PostgreSQL 13 as the default system version as a classic RPM package. Alternative versions are provided as modular content. So, it requires a different installation procedure.
Issue Tracker Tickets (Jira or BZ if any): RHEL-5274
[citest]
... | gharchive/pull-request | 2024-01-11T22:30:53 | 2025-04-01T06:39:26.127775 | {
"authors": [
"fila43",
"richm"
],
"repo": "linux-system-roles/postgresql",
"url": "https://github.com/linux-system-roles/postgresql/pull/72",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1366562168 | Increase healthcheck retries
Signed-off-by: Mohamed Abokammer mahmednabil109@gmail.com
Codecov Report
Merging #151 (b815f94) into main (a091455) will increase coverage by 0.00%.
The diff coverage is n/a.
@@ Coverage Diff @@
## main #151 +/- ##
==============================... | gharchive/pull-request | 2022-09-08T15:24:43 | 2025-04-01T06:39:26.144587 | {
"authors": [
"codecov-commenter",
"mahmednabil109"
],
"repo": "linuxboot/contest",
"url": "https://github.com/linuxboot/contest/pull/151",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1401905076 | New Twitter Update : Tweet with Multi Media
Hello
In the new update, people can share a tweet with multi media(For example photo, video and gif);
Tweets.GetTweetAsync gives the first media in tweet and doesn't show another media in Media Property.
Can I fix it? or you should correct it?
Thanks a lot.
Please see #11... | gharchive/issue | 2022-10-08T10:40:39 | 2025-04-01T06:39:26.238079 | {
"authors": [
"AMIR34A",
"kodsu"
],
"repo": "linvi/tweetinvi",
"url": "https://github.com/linvi/tweetinvi/issues/1189",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
717739066 | Make Geospatial Data Lake repo public
There are organisations outside of LINZ that are interested in what we are doing. We should make the repo public as soon as possible. I think it's fine to do this while it's a work in progress as long as we indicate that somehow.
Tasks
[x] LGTM
[x] check source code for non publ... | gharchive/issue | 2020-10-08T23:35:56 | 2025-04-01T06:39:26.239875 | {
"authors": [
"billgeo"
],
"repo": "linz/geospatial-data-lake",
"url": "https://github.com/linz/geospatial-data-lake/issues/31",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2107814948 | Theft of Vitae
text: If both combatants strike with Theft of Vitae while one of the vampires are at 0 blood, no blood is stolen from the empty vampire (but blood would still move to the empty vampire).
link: https://groups.google.com/g/rec.games.trading-cards.jyhad/c/BHeGvhd4yEA/m/SdKih5fV34wJ
Keeping it for afte... | gharchive/issue | 2024-01-30T13:02:23 | 2025-04-01T06:39:26.244376 | {
"authors": [
"codex-krcg",
"lionel-panhaleux"
],
"repo": "lionel-panhaleux/krcg",
"url": "https://github.com/lionel-panhaleux/krcg/issues/768",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2227706954 | Prevent spurious SET SEARCH_PATH SQL statements for Postgres during update-sql command. Fixes #5316
Impact
[X] Bug fix (non-breaking change which fixes expected existing functionality)
[ ] Enhancement/New feature (adds functionality without impacting existing logic)
[ ] Breaking change (fix or feature that would ca... | gharchive/pull-request | 2024-04-05T10:53:21 | 2025-04-01T06:39:26.298639 | {
"authors": [
"filipelautert",
"mpvvliet",
"rberezen"
],
"repo": "liquibase/liquibase",
"url": "https://github.com/liquibase/liquibase/pull/5774",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2259019304 | Simplify command titles to just the command (rather than the whole signature)
Overview
Right now we have command seciton headers like 'executable command ', etc. This is pretty wordy and we want to swap that so the section header is just the command name, which is followed by the full signature as text (but not headi... | gharchive/issue | 2024-04-23T14:20:31 | 2025-04-01T06:39:26.300284 | {
"authors": [
"zanerock"
],
"repo": "liquid-labs/command-line-documentation",
"url": "https://github.com/liquid-labs/command-line-documentation/issues/9",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2663743514 | Brian Neff added MCC clock divider example to basic package
Ben, I just wanted to try a very simple example to get this started. If this all works, I'll start pushing more.
Merged in a new PR #10
| gharchive/pull-request | 2024-11-16T04:22:43 | 2025-04-01T06:39:26.304163 | {
"authors": [
"bjneff13",
"bnizette-li"
],
"repo": "liquidinstruments/moku-examples",
"url": "https://github.com/liquidinstruments/moku-examples/pull/6",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1848098134 | [bugs] top level await + optional chaining (?.) will build product syntax error
// main.ts
// bugs reproduction
// top level await
console.log(await window?.fetch(`/`));
export {};
// test-top-level-await.user.js
// ==UserScript==
// @name test-top-level-await
// @namespace vite-plugin-monkey
// @version 0... | gharchive/issue | 2023-08-12T16:11:14 | 2025-04-01T06:39:26.316262 | {
"authors": [
"lisonge"
],
"repo": "lisonge/vite-plugin-monkey",
"url": "https://github.com/lisonge/vite-plugin-monkey/issues/101",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
924948504 | [New/Revise] improve parameter estimation performance with constant liar and shorter timeout_iteration
Summary of this new feature
Improve performance (estimation score and runtime) of parameter estimation with the following solutions.
improve estmation score with constant liar
optuna provides new option constant_li... | gharchive/issue | 2021-06-18T14:13:22 | 2025-04-01T06:39:26.336659 | {
"authors": [
"lisphilar"
],
"repo": "lisphilar/covid19-sir",
"url": "https://github.com/lisphilar/covid19-sir/issues/833",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
543303915 | 歌曲排序
加入歌单的歌曲都是后加的在最上面,建议加入手动排序,以及根据歌曲名,歌手等自动排序。
+10086 排序功能太重要啦~~~ :)
| gharchive/issue | 2019-12-29T01:49:55 | 2025-04-01T06:39:26.338021 | {
"authors": [
"Wine93",
"netsonicyxf"
],
"repo": "listen1/listen1_desktop",
"url": "https://github.com/listen1/listen1_desktop/issues/186",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1228588849 | 修复全局隐藏TopBar只在Tab布局下生效的问题
sorry,之前提交的PR[#228 ]只在Tab布局发现会自动隐藏,刚刚发现stack布局还是有topbar的,在这里修复了。
另外我们这个库是否支持tablet设备上横屏状态下TabBar改变位置?就是类似于很多iPad应用,将TabBar放到了左侧,我自己现在通过findViewById硬改实现了,想问一下有没有优雅点的方案呢?
刚刚测试了下,全局设置 topBarHidden: true, iOS 也是无法隐藏的
刚刚测试了下,全局设置 topBarHidden: true, iOS 也是无法隐藏的
我不太会iOS :joy:
刚刚测试了下,全局设置... | gharchive/pull-request | 2022-05-07T10:10:07 | 2025-04-01T06:39:26.341827 | {
"authors": [
"NiuGuohui",
"listenzz"
],
"repo": "listenzz/hybrid-navigation",
"url": "https://github.com/listenzz/hybrid-navigation/pull/229",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1975951638 | Can't run lit.dev on windows
When trying to run build the script fails when running the fonts:manrope script
rm (does not exist on windows)
cp (does not exist on windows)
mkdir -p (invalid syntax on windows)
I fixed those by changing the command by node scripts/fonts.js
After that some error with samples (D:\Worksp... | gharchive/issue | 2023-11-03T11:09:47 | 2025-04-01T06:39:26.349010 | {
"authors": [
"AndrewJakubowicz",
"VandeurenGlenn",
"augustjk"
],
"repo": "lit/lit.dev",
"url": "https://github.com/lit/lit.dev/issues/1249",
"license": "bsd-3-clause",
"license_type": "permissive",
"license_source": "bigquery"
} |
1910756659 | ipc
(open in new tab instead of new window)
I was looking for this funcion, but must ask on discord.
Not obvious from README.md...
The README is generated from manifest.json so that's the one that needs to be updated.
I think something like Adds inter-process communication support, single-instance mode and tab dr... | gharchive/pull-request | 2023-09-25T06:24:34 | 2025-04-01T06:39:26.366650 | {
"authors": [
"Guldoman",
"zen0bit"
],
"repo": "lite-xl/lite-xl-plugins",
"url": "https://github.com/lite-xl/lite-xl-plugins/pull/306",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
224943469 | iCloud backup Wallet seed
As Loaf/Bread Wallet uses something on the device as a seed for the wallet creation, do you know if replacing the processor in the phone will maintain whatever is used for this seed (Device ID/IMEI/serial number)?
I've had a phone die on me, and don't have the recovery phrase for the wallet.... | gharchive/issue | 2017-04-27T23:49:32 | 2025-04-01T06:39:26.400258 | {
"authors": [
"bearpig",
"losh11"
],
"repo": "litecoin-association/LoafWallet",
"url": "https://github.com/litecoin-association/LoafWallet/issues/23",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1659807451 | 🚀[ Release v.2.8.4] Merge into Main
Overview
This is the last major release prior to work on Newborn, the refactored Litewallet Android. While there are many requests to improve the current codebase, it is actually 7 years of patching and rework and the cost / time of maintenance is no longer worth it.
We looked at ... | gharchive/pull-request | 2023-04-09T09:08:59 | 2025-04-01T06:39:26.407260 | {
"authors": [
"josikie",
"kcw-grunt"
],
"repo": "litecoin-foundation/litewallet-android",
"url": "https://github.com/litecoin-foundation/litewallet-android/pull/138",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
603103815 | Replace deploy:service/deploy:process command with deploy
Dependency: https://github.com/liteflow-labs/liteflow-js/pull/38
Add liteflow deploy command that deploys all processes in a directory based on the liteflow framework structure.
All process-related services will automatically be deployed and started
Closing ... | gharchive/pull-request | 2020-04-20T09:54:19 | 2025-04-01T06:39:26.409412 | {
"authors": [
"antho1404"
],
"repo": "liteflow-labs/liteflow-js",
"url": "https://github.com/liteflow-labs/liteflow-js/pull/39",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
105671703 | Signal AWS when applications are deployed
We currently can't do rolling upgrades of the galaxy image because the apps often take longer to deploy than the instances.
Galaxy needs to lookup all applications that should be running on a host, and notify the ASG when deployment is complete.
The ASG can have an UpdatePoli... | gharchive/issue | 2015-09-09T19:52:06 | 2025-04-01T06:39:26.434148 | {
"authors": [
"jbardin"
],
"repo": "litl/galaxy",
"url": "https://github.com/litl/galaxy/issues/267",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
183257626 | 添加 enableCmdQR 参数以解决登录异常
当pillow没有安装时,本来应该使用备用的函数提示用户手动扫码,但由于缺少enableCmdQR参数,触发了client.py中的except,并出现莫名其妙的报错 “Failed to get QR Code, please restart the program”
@xmcp 是我疏忽了,多谢!
| gharchive/pull-request | 2016-10-16T09:29:49 | 2025-04-01T06:39:26.442468 | {
"authors": [
"littlecodersh",
"xmcp"
],
"repo": "littlecodersh/ItChat",
"url": "https://github.com/littlecodersh/ItChat/pull/99",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1578773815 | 🛑 USTC Mirrors (IPv4) is down
In 41f09e6, USTC Mirrors (IPv4) (https://ipv4.mirrors.ustc.edu.cn) was down:
HTTP code: 0
Response time: 0 ms
Resolved: USTC Mirrors (IPv4) is back up in 5fa02b3.
| gharchive/issue | 2023-02-09T23:43:41 | 2025-04-01T06:39:26.444908 | {
"authors": [
"littlekud"
],
"repo": "littlekud/sites-status",
"url": "https://github.com/littlekud/sites-status/issues/1238",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2459290571 | Compile error on Termux (Android)
OS: Android (Termux)
vim-clap version: Latest from main.
Describe the bug
I get a compilation error when trying to upgrade:
error[E0282]: type annotations needed for `Box<_>`
--> /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-0.3.34/src... | gharchive/issue | 2024-08-10T21:07:09 | 2025-04-01T06:39:26.462375 | {
"authors": [
"luisdavim"
],
"repo": "liuchengxu/vim-clap",
"url": "https://github.com/liuchengxu/vim-clap/issues/1088",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1653122452 | pip install -r requirements.txt报错
请问是故意的还是不小心的←_←为什么会有googleads
Collecting googleads==3.8.0
Using cached https://mirrors.aliyun.com/pypi/packages/fa/f8/f84ad483afaa29bfc807ab6e8a06b6712ee494a2aad7db545865655bdf99/googleads-3.8.0.tar.gz (23 kB)
Preparing metadata (setup.py) ... error
error: subprocess-exited-wi... | gharchive/issue | 2023-04-04T03:46:56 | 2025-04-01T06:39:26.480073 | {
"authors": [
"AIhasArrived",
"Gillwindy",
"NijiharaTsubasa",
"chenxvb",
"gak123",
"liujing04"
],
"repo": "liujing04/Retrieval-based-Voice-Conversion-WebUI",
"url": "https://github.com/liujing04/Retrieval-based-Voice-Conversion-WebUI/issues/9",
"license": "MIT",
"license_type": "per... |
1608895351 | An easy interface to add custom accelerators / backends?
There should be some easy framework, so that i can easily add my ops for custom accelerator / framework.
I wanted to see if i can add easily port it to a proprietary chip aiming to outcompete M1 GPU.
I really like TFs framework for adding custom backends but it... | gharchive/issue | 2023-03-03T16:05:56 | 2025-04-01T06:39:26.483106 | {
"authors": [
"brappier",
"liuliu"
],
"repo": "liuliu/s4nnc",
"url": "https://github.com/liuliu/s4nnc/issues/7",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
1775728286 | 🛑 clans.korabli.su is down
In 537d4ac, clans.korabli.su (https://clans.korabli.su) was down:
HTTP code: 0
Response time: 0 ms
Resolved: clans.korabli.su is back up in 59c36b7.
| gharchive/issue | 2023-06-26T21:57:32 | 2025-04-01T06:39:26.546476 | {
"authors": [
"nonamenix"
],
"repo": "live4dev/uptime.live4.dev",
"url": "https://github.com/live4dev/uptime.live4.dev/issues/450",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
967502682 | Working version of tvp to stored proc
Updated dependencies, merged with dizzy:masters and confirmed working.
confirmed working to sqlserver 2019 windows env
Updated version of #49
| gharchive/pull-request | 2021-08-11T21:34:25 | 2025-04-01T06:39:26.557554 | {
"authors": [
"Deathklok-97"
],
"repo": "livehelpnow/tds",
"url": "https://github.com/livehelpnow/tds/pull/125",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2414940497 | How to type rpm packets
Due to the requirements of the business scenario, we need to package this component as rpm
sorry, we do not currently offer official RPM distributions. You can use GoReleaser to build your own
| gharchive/issue | 2024-07-18T01:13:06 | 2025-04-01T06:39:26.558350 | {
"authors": [
"davidzhao",
"zuyou-alt"
],
"repo": "livekit/livekit",
"url": "https://github.com/livekit/livekit/issues/2875",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
412708322 | Explorer round count sometimes shows up negative
Describe the bug (required)
The "rounds remaining" indicator displays incorrect data while the data is still loading from Infura. I believe I introduced this with https://github.com/livepeer/livepeerjs/pull/333, as that switched up the render logic on some of the Graph... | gharchive/issue | 2019-02-21T01:38:20 | 2025-04-01T06:39:26.562191 | {
"authors": [
"adamsoffer",
"iameli"
],
"repo": "livepeer/livepeerjs",
"url": "https://github.com/livepeer/livepeerjs/issues/340",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1622150254 | Modifier -> SwiftUI -> Documents: renameAction(_:)
Doc:
https://developer.apple.com/documentation/swiftui/view/renameaction(_:)-6lghl
[x] Swift implementation
[x] Elixir implementation
https://developer.apple.com/documentation/swiftui/view/renameaction(_:)-324yw
[x] Swift implementation
[x] Elixir implementation
... | gharchive/issue | 2023-03-13T19:45:15 | 2025-04-01T06:39:26.564716 | {
"authors": [
"AZholtkevych",
"carson-katri"
],
"repo": "liveview-native/liveview-client-swiftui",
"url": "https://github.com/liveview-native/liveview-client-swiftui/issues/613",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
972643073 | RegisterCommandIf Not working
` public function boot()
{
Spotlight::registerCommandIf(Auth::check() && Auth::user()->role == 'A',Logout::class);
}`
@sandy15d please use the shouldBeShown method on the command when working with dependencies that need to be resolved:
public function shouldBeShown(Request $req... | gharchive/issue | 2021-08-17T12:36:55 | 2025-04-01T06:39:26.566722 | {
"authors": [
"PhiloNL",
"sandy15d"
],
"repo": "livewire-ui/spotlight",
"url": "https://github.com/livewire-ui/spotlight/issues/39",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1567742451 | 按照文档执行报错
npm install nestscript
npx nsc compile main.js main 到这步直接报错
拉去master分支,将/nsc/bin/run文件中的#!/usr/bin/env ts-node修改为#!/usr/bin/env node,然后在nestscript-master目录下执行npx nsc compile main.js main npx nsc run main,正常输出了,注意需要安装Oclif环境,参考http://semlinker.com/oclif-node-cli/,楼主的命令使用了oclif框架,本人逆向工作者,遇到了个网站使用了这个项目进行了JS... | gharchive/issue | 2023-02-02T10:13:15 | 2025-04-01T06:39:26.575224 | {
"authors": [
"livoras",
"weifeng2"
],
"repo": "livoras/nestscript",
"url": "https://github.com/livoras/nestscript/issues/35",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2043053523 | update ICASSP'24 info
Source of information on the number of accepted papers: https://cmsworkshops.com/ICASSP2024/papers/accepted_papers.php
Source of information on paper acceptance rate and number of valid submissions: official notification email.
The numbers from different channels are slightly different.
Thanks... | gharchive/pull-request | 2023-12-15T07:27:09 | 2025-04-01T06:39:26.584795 | {
"authors": [
"lixin4ever",
"youngfish42"
],
"repo": "lixin4ever/Conference-Acceptance-Rate",
"url": "https://github.com/lixin4ever/Conference-Acceptance-Rate/pull/81",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
351464503 | Use IP.SB's HTTPS API
Use IP.SB's HTTPS API
该api是属于个人搭建,考虑稳定性、信息收集和兼容性(兼容其他有更多输出内容的api),不使用该api作为默认预设,可加入readme中推荐。
| gharchive/pull-request | 2018-08-17T05:47:02 | 2025-04-01T06:39:26.587488 | {
"authors": [
"HamJin",
"lixuy"
],
"repo": "lixuy/CloudXNS-DDNS-with-BashShell",
"url": "https://github.com/lixuy/CloudXNS-DDNS-with-BashShell/pull/1",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
210221537 | NODE_ENV=production egg-bin dev Instead of nuxt build
use NODE_ENV=production egg-bin dev to run server.
it has two steps.
nuxt build
egg start
Done.
| gharchive/issue | 2017-02-25T08:42:19 | 2025-04-01T06:39:26.589493 | {
"authors": [
"liyanlong"
],
"repo": "liyanlong/nuxt-egg",
"url": "https://github.com/liyanlong/nuxt-egg/issues/3",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1289800839 | 🛑 Personal Home is down
In 3a25125, Personal Home (https://liyaodong.com) was down:
HTTP code: 403
Response time: 37 ms
Resolved: Personal Home is back up in 256e0ef.
| gharchive/issue | 2022-06-30T08:44:01 | 2025-04-01T06:39:26.591798 | {
"authors": [
"liyaodong"
],
"repo": "liyaodong/uptime",
"url": "https://github.com/liyaodong/uptime/issues/182",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1389366266 | 没有第二块屏幕的时候,main函数也会执行两次
普通单屏平板或者虚拟机调试的时候,发现会执行两次main函数。
其中一次 window.defaultRouteName 是 /
一次 window.defaultRouteName 是 subMain
而且执行顺序不固定
这个是正常的么?
你好,问题已修复,之前为了适配应用使用过程中手机投屏电视,默认加载app就初始化了副屏engine。修复后只有检测到第二块屏幕后才会初始化副屏engine。
谢谢
| gharchive/issue | 2022-09-28T13:29:35 | 2025-04-01T06:39:26.593207 | {
"authors": [
"cwangfr",
"liyufengrex"
],
"repo": "liyufengrex/flutter_subscreen_plugin",
"url": "https://github.com/liyufengrex/flutter_subscreen_plugin/issues/6",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
127901726 | dw [delete word] at last word of line should not shift a line below
I faced a problem when I use command 'dw' [delete word] at last word of line. A below line will be shifted to current line.
[example document]
line1,col2,col3
line2,col2,col3
line3,col2,col3
[after dw at 'col3' on line1]
line1,col2,line2,col2,col3
li... | gharchive/issue | 2016-01-21T11:15:07 | 2025-04-01T06:39:26.636979 | {
"authors": [
"paween1980"
],
"repo": "lloeki/ex-mode",
"url": "https://github.com/lloeki/ex-mode/issues/126",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
155659716 | Cannot get Peer-Tweet running
Everything's in the title.
I followed the instructions on installing. I ran
npm install
npm install --save-dev electron-rebuild
./node_modules/.bin/electron-rebuild
After launching with 2 separate instance of terminal with these commands
npm run hot-server
npm run start-hot
When I star... | gharchive/issue | 2016-05-19T05:56:22 | 2025-04-01T06:39:26.822633 | {
"authors": [
"lapin-b",
"lmatteis"
],
"repo": "lmatteis/peer-tweet",
"url": "https://github.com/lmatteis/peer-tweet/issues/11",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1881944269 | Formatting the LNBits Frontpage Description
Issue:
When entering the LNBits Frontpage there is a description like you can see in the following Screenshot:
This lines have no formating rules. So the lines set just next to next. It would be lovely for reading and serve informaion in a well formatted architecture.
Solu... | gharchive/issue | 2023-09-05T13:05:51 | 2025-04-01T06:39:26.839311 | {
"authors": [
"DoktorShift",
"arbadacarbaYK",
"bitkarrot",
"dni",
"talvasconcelos"
],
"repo": "lnbits/lnbits",
"url": "https://github.com/lnbits/lnbits/issues/1912",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1594910592 | possible to support https://github.com/bytedance/terarkdb
pls support this as storage backend
https://github.com/bytedance/terarkdb
No, it will not be supported.
First, it is a RocksDB based KV store, storing Raft logs in KV stores is always wasteful. We have a much better storage engine for the logs, it is availab... | gharchive/issue | 2023-02-22T11:09:31 | 2025-04-01T06:39:26.843067 | {
"authors": [
"dioptre",
"lni",
"ultperf"
],
"repo": "lni/dragonboat",
"url": "https://github.com/lni/dragonboat/issues/273",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1891620789 | Support external node registry functions
This PR allows clients to provide a NodeRegistryFactory function in the Expert config section which will be used to resolve nodes.
This is useful for clients who want to create and manage a node discovery service externally (so it can be used for other things) but still have t... | gharchive/pull-request | 2023-09-12T03:56:43 | 2025-04-01T06:39:26.854034 | {
"authors": [
"codecov-commenter",
"lni",
"tylerwilliams"
],
"repo": "lni/dragonboat",
"url": "https://github.com/lni/dragonboat/pull/327",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
167150525 | Is --keep-until-expiring needed?
The renew command only generates new certificates if they are near expiry. See https://certbot.eff.org/docs/using.html#command-line-options
Thanks for all your fixes! :D
| gharchive/issue | 2016-07-22T23:22:03 | 2025-04-01T06:39:26.856905 | {
"authors": [
"emersion"
],
"repo": "lnicola/certbot-systemd-nginx",
"url": "https://github.com/lnicola/certbot-systemd-nginx/issues/3",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
129181205 | handle multiple events
the site is currently showing info for the Feb event, which is cool but people probably still want to know what is going to be happening tonight at the January event.
Can we switch it back to Jan? I've checked my phone so many times on the way to the event to remind myself what the talks are ... | gharchive/issue | 2016-01-27T15:43:29 | 2025-04-01T06:39:26.863865 | {
"authors": [
"clarkie",
"simonmcmanus"
],
"repo": "lnug/lnug.github.io",
"url": "https://github.com/lnug/lnug.github.io/issues/103",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
183642051 | [Error: no commits found]
I'm getting the following error on a mac system:
[Error: no commits found]
There were 3 commits in the repo when I first saw the issue, and I added two more commits to test, but itt still wouldn't work.
Hmm that's odd. Could you let me know what version of git you're using? Also, when you ... | gharchive/issue | 2016-10-18T10:02:32 | 2025-04-01T06:39:26.903321 | {
"authors": [
"akashdeep-singh",
"robinjoseph08"
],
"repo": "lob/generate-changelog",
"url": "https://github.com/lob/generate-changelog/issues/8",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
2357228338 | SELF-302: IconButton Variant
JIRA
SELF-343
Description
Adds IconButton text variant
Add Skeleton component
Screenshots
Reviewer Checklist
This section is to be filled out by reviewers
Testing
[ ] This code was tested by somebody other than the developer. Do not merge until this has been done.
Hey Nate! I'd l... | gharchive/pull-request | 2024-06-17T12:29:21 | 2025-04-01T06:39:26.915183 | {
"authors": [
"NateWaldschmidt",
"shannamurry"
],
"repo": "lob/ui-components",
"url": "https://github.com/lob/ui-components/pull/517",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1056133558 | Is isRunning method works fine?
I try to make a simple e2e test (Java + Spring Framework) which check our API by stopping Localstack instance, sending message to broker instance and finally asserting HTTP error response code. This test is part of bigger test suite with DirtiesContext annotation (with after each metho... | gharchive/issue | 2021-11-17T13:29:32 | 2025-04-01T06:39:26.941428 | {
"authors": [
"lakkeger",
"whummer",
"wojciechszymski"
],
"repo": "localstack/localstack-java-utils",
"url": "https://github.com/localstack/localstack-java-utils/issues/81",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
205309929 | Back button, close button, buttons size, getValue
backButton - Back button component prop (optional).
closeButton - Close button component prop (optional).
backCloseSize - sets the size of back button & close button (default 20).
getValue - returns the current value.
Solves #6
Changes accepted, please re-review... | gharchive/pull-request | 2017-02-04T01:08:59 | 2025-04-01T06:39:26.963613 | {
"authors": [
"avishayil"
],
"repo": "localz/react-native-searchbar",
"url": "https://github.com/localz/react-native-searchbar/pull/10",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
357215137 | GEOMESA-2386 Adding WPS module to FileSystem gs-plugin
Signed-off-by: Emilio Lahr-Vivaz elahrvivaz@ccri.com
I haven't been able to re-create the original issue, but bundles the jars needed for WPS in with the FSDS gs-plugin (where previously you had to also install the e.g. accumulo gs-plugin, or manually copy the ... | gharchive/pull-request | 2018-09-05T12:53:32 | 2025-04-01T06:39:26.964877 | {
"authors": [
"elahrvivaz"
],
"repo": "locationtech/geomesa",
"url": "https://github.com/locationtech/geomesa/pull/2052",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
2627522250 | link opening without clicking it
Here I'm trying to append to the bullet point "door opening procedure" I want to press enter and ultimately write "fixed". So I click on the blank space after, we can discuss the capture behavior here but opening this link is def not my intention and I didn't tap the link.
https://git... | gharchive/issue | 2024-10-31T18:09:47 | 2025-04-01T06:39:26.977819 | {
"authors": [
"Parth",
"tvanderstad"
],
"repo": "lockbook/lockbook",
"url": "https://github.com/lockbook/lockbook/issues/3050",
"license": "Unlicense",
"license_type": "permissive",
"license_source": "github-api"
} |
1770116368 | Added model saving
It looks like the code to save the models was missing, I've added these three lines to main.py:
if args.save:
model.save_pretrained(args.save)
tokenizer.save_pretrained(args.save)
Thanks for the interest in our work! I have updated the repository to add support for this featu... | gharchive/pull-request | 2023-06-22T17:28:45 | 2025-04-01T06:39:26.982048 | {
"authors": [
"CoffeeVampir3",
"Eric-mingjie"
],
"repo": "locuslab/wanda",
"url": "https://github.com/locuslab/wanda/pull/3",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1987443906 | SocketIOUser not support send BINARY data
Prerequisites
[X] I am using the latest version of Locust
[X] I am suggesting a new feature, not asking a question
Description
in this function, it prevent user to send data in OPCODE_BINARY, so I suggest to export websocket 'opcode' param to user as bellow。
# def se... | gharchive/issue | 2023-11-10T11:26:23 | 2025-04-01T06:39:26.985573 | {
"authors": [
"cyberw",
"luis-allan"
],
"repo": "locustio/locust",
"url": "https://github.com/locustio/locust/issues/2457",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
789298501 | Feature chart sync
This PR improves the charts of the index and the report page with the following changes:
Prevent to continue reporting stats to the history of stats when the runner is stopped
Usage of shared template to build stats_history data to reload to charts data in the index.html and report.html templates
... | gharchive/pull-request | 2021-01-19T19:32:14 | 2025-04-01T06:39:26.988371 | {
"authors": [
"aek",
"cyberw"
],
"repo": "locustio/locust",
"url": "https://github.com/locustio/locust/pull/1678",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
2653588969 | [BUG] Can't add new role
After adding the first role, when second role is added, role-already-exists is displayed in the chat box, and the role cannot be added.
Incidentally, when checking the lectern at this point, the first role name is blank.
After restarting the server, the roles “permissions” and “players” appea... | gharchive/issue | 2024-11-12T23:12:21 | 2025-04-01T06:39:26.992864 | {
"authors": [
"DrJekyllH",
"lofi-enjoyer"
],
"repo": "lofi-enjoyer/NubladaTowns",
"url": "https://github.com/lofi-enjoyer/NubladaTowns/issues/51",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1323370718 | No way to disband parties?
I cannot seem to find a way to disband parties, as you cannot leave a party if you are the leader and there doesn't appear to be a party disband command
I am also having this issue.
| gharchive/issue | 2022-07-31T05:59:20 | 2025-04-01T06:39:26.993882 | {
"authors": [
"MoneyRBK",
"Random-User-34"
],
"repo": "lofi-enjoyer/TownyElections",
"url": "https://github.com/lofi-enjoyer/TownyElections/issues/6",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
851257259 | Use stable rbac.authorization.k8s.io/v1 API
RBAC mode is stable since k8s v1.8.
We should also update the helm charts.
oh, new helm charts already use rbac.authorization.k8s.io/v1 💪
| gharchive/pull-request | 2021-04-06T09:53:08 | 2025-04-01T06:39:27.005274 | {
"authors": [
"jorgebay"
],
"repo": "logdna/logdna-agent-v2",
"url": "https://github.com/logdna/logdna-agent-v2/pull/129",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
165790067 | Pypi install
@StephenHynes7 @eflanagan-r7 please review
+1
| gharchive/pull-request | 2016-07-15T13:45:46 | 2025-04-01T06:39:27.006248 | {
"authors": [
"eflanagan-r7",
"stopal-r7"
],
"repo": "logentries/lecli",
"url": "https://github.com/logentries/lecli/pull/12",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1798560871 | Reloading standalone page fails with 500 error
When reloading the standalone page (e.g. /chat/{address}/object/{objectId}/new) a 500 Internal Error is reported. On the console log there is a message 'no wallet`.
Since this PR the problem can be traced back to the check for having wallet defined in src/lib/objects/u... | gharchive/issue | 2023-07-11T09:52:51 | 2025-04-01T06:39:27.014617 | {
"authors": [
"agazso"
],
"repo": "logos-innovation-lab/waku-objects-playground",
"url": "https://github.com/logos-innovation-lab/waku-objects-playground/issues/178",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
121991527 | High CPU usage in logstash 2.0
Hi, we are using logstash 2.0 to collect logs. But we found it consumed too much CPU resource, over 300% (8 cores).
Here is the config:
input {
kafka {
group_id => "logstash"
topic_id => "logstash"
zk_connect => "192.168.1.101:2181,192.168.1.102:2181,192.168.... | gharchive/issue | 2015-12-14T07:48:21 | 2025-04-01T06:39:27.060252 | {
"authors": [
"caipeichao",
"joekiller",
"jsvd",
"oazabir",
"r-tock",
"suyograo",
"talevy"
],
"repo": "logstash-plugins/logstash-input-kafka",
"url": "https://github.com/logstash-plugins/logstash-input-kafka/issues/52",
"license": "Apache-2.0",
"license_type": "permissive",
"l... |
416655185 | Add --log-level flag and use boost trivial logger
Allows to specify --log-level trace/debug/info/warning/error/fatal optionally (default: info)
Ran clang-format so there are some noisy styling changes, sorry.
Please review the log level used for each message and if I could add more messages.
Resolves #22
| gharchive/pull-request | 2019-03-04T06:47:46 | 2025-04-01T06:39:27.070169 | {
"authors": [
"sachaaaaa"
],
"repo": "loki-project/loki-storage-server",
"url": "https://github.com/loki-project/loki-storage-server/pull/25",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1503320114 | not able to login anymore
I noticed today that I'm not able to login anymore. I get the error "You are not supposed to be here".
I tried login in on the website manually with the same login/password, working without a problem.
Is this something on my side or did DeGiro change something in the API?
Yeah, I guess 4 i... | gharchive/issue | 2022-12-19T17:35:53 | 2025-04-01T06:39:27.112524 | {
"authors": [
"Jakub-CZ",
"brogel"
],
"repo": "lolokraus/DegiroAPI",
"url": "https://github.com/lolokraus/DegiroAPI/issues/60",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
202931784 | Read CORS settings from configuration file
Use the same pattern as in akka.http.impl.settings.ServerSettingsImpl to load the settings from a .conf file.
Provide a reference.conf with default values.
Have you been work on this? I think I could try to implement it. :)
@jiminhsieh I already started working on this, ... | gharchive/issue | 2017-01-24T20:31:19 | 2025-04-01T06:39:27.114961 | {
"authors": [
"jiminhsieh",
"lomigmegard"
],
"repo": "lomigmegard/akka-http-cors",
"url": "https://github.com/lomigmegard/akka-http-cors/issues/13",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
118072943 | Destinations beta opt-out banner
Adds a banner to top of page that allows Destinations Next beta users to opt out and return to the original experience. Also has a 'close' button that will hide the banner and set a cookie to prevent showing the banner again.
| gharchive/pull-request | 2015-11-20T16:11:51 | 2025-04-01T06:39:27.118691 | {
"authors": [
"JoeShep",
"edubkendo"
],
"repo": "lonelyplanet/rizzo-next",
"url": "https://github.com/lonelyplanet/rizzo-next/pull/221",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1745922370 | 🛑 小程序 - 个股详情页面 (via longbridgeapp.com) is down
In 5932816, 小程序 - 个股详情页面 (via longbridgeapp.com) (https://longbridgeapp.com/quote/00700.HK?source_app=longbridge) was down:
HTTP code: 500
Response time: 2942 ms
Resolved: 小程序 - 个股详情页面 (via longbridgeapp.com) is back up in 6cc1c90.
| gharchive/issue | 2023-06-07T13:32:04 | 2025-04-01T06:39:27.130154 | {
"authors": [
"huacnlee"
],
"repo": "longbridgeapp/uptime",
"url": "https://github.com/longbridgeapp/uptime/issues/607",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
918029573 | 🛑 KeepCup is down
In 527dd2d, KeepCup (https://keepcup.eco.jau.co.jp) was down:
HTTP code: 0
Response time: 0 ms
Resolved: KeepCup is back up in d3804bb.
| gharchive/issue | 2021-06-10T23:04:16 | 2025-04-01T06:39:27.132747 | {
"authors": [
"sonnymai"
],
"repo": "longforme/longforme-uptime-monitor",
"url": "https://github.com/longforme/longforme-uptime-monitor/issues/19",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1108670799 | 🛑 KeepCup is down
In 619a76a, KeepCup (https://keepcup.eco.jau.co.jp) was down:
HTTP code: 0
Response time: 0 ms
Resolved: KeepCup is back up in 2f0ad5f.
| gharchive/issue | 2022-01-19T23:43:29 | 2025-04-01T06:39:27.135236 | {
"authors": [
"sonnymai"
],
"repo": "longforme/longforme-uptime-monitor",
"url": "https://github.com/longforme/longforme-uptime-monitor/issues/230",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1523844010 | 🛑 Posie is down
In 9bd4640, Posie (https://posie.jau.co.jp) was down:
HTTP code: 0
Response time: 0 ms
Resolved: Posie is back up in ac5d94c.
| gharchive/issue | 2023-01-07T13:52:21 | 2025-04-01T06:39:27.137572 | {
"authors": [
"sonnymai"
],
"repo": "longforme/longforme-uptime-monitor",
"url": "https://github.com/longforme/longforme-uptime-monitor/issues/2410",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
956291350 | 2818 further socket usage optimizations
Lazily initialize the replica clients for replica/sync service
This is to optimize the connection count for the longhorn-manager engine
monitor loop, in a single loop the monitor executes the engine binary 8
times this leads to a total connection count of f() = 8e + 6 * 2r = 20... | gharchive/pull-request | 2021-07-30T00:07:30 | 2025-04-01T06:39:27.141414 | {
"authors": [
"joshimoo"
],
"repo": "longhorn/longhorn-engine",
"url": "https://github.com/longhorn/longhorn-engine/pull/646",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2721724650 | chore(robot): test pvc expand more than storage maximum size
Which issue(s) this PR fixes:
Issue longhorn/longhorn#6633
What this PR does / why we need it:
Add a robot test case to verify that a PVC cannot be expanded beyond the storage maximum size.
Special notes for your reviewer:
None
Additional documentation or ... | gharchive/pull-request | 2024-12-06T00:06:55 | 2025-04-01T06:39:27.146622 | {
"authors": [
"c3y1huang"
],
"repo": "longhorn/longhorn-tests",
"url": "https://github.com/longhorn/longhorn-tests/pull/2178",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
612331611 | test: Add test case for multiple paths on the same filesystem in the node default disk config annotation
This test case is for if there are two or more disk paths in the default disk config annotation cat not in the same filesystem in the node.
Test steps:
Make a clean condition: no disk, no tag, no default disk rel... | gharchive/issue | 2020-05-05T04:37:33 | 2025-04-01T06:39:27.154136 | {
"authors": [
"boknowswiki",
"meldafrawi"
],
"repo": "longhorn/longhorn",
"url": "https://github.com/longhorn/longhorn/issues/1293",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
524522179 | Update the CSI driver list
https://kubernetes-csi.github.io/docs/drivers.html
Docs PR at https://github.com/kubernetes-csi/docs/pull/228
PR merged. Done.
| gharchive/issue | 2019-11-18T17:53:00 | 2025-04-01T06:39:27.155743 | {
"authors": [
"yasker"
],
"repo": "longhorn/longhorn",
"url": "https://github.com/longhorn/longhorn/issues/898",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1213558377 | 报警通知功能中,未能正常推送到企业微信
目前在验证Hippo4J过程中,配置报警通知遇到一点小问题,请教一下:
我是使用docker搭建的hippo4j-server,dockerfile如下:
FROM openjdk:8u322-jdk
WORKDIR /app
ADD hippo4j-server /app/hippo4j-server
ENV TZ=Asia/Shanghai
EXPOSE 6691
CMD java -Djava.ext.dirs=/usr/local/openjdk-8/jre/lib/ext:/usr/local/openjdk-8/lib/ext -Xloggc:/app/hippo4j-ser... | gharchive/issue | 2022-04-24T06:13:16 | 2025-04-01T06:39:27.167323 | {
"authors": [
"chenruiyingry",
"longtai-cn"
],
"repo": "longtai-cn/hippo4j",
"url": "https://github.com/longtai-cn/hippo4j/issues/199",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2212335133 | feat(app): Implement the trust level restrictions on starting a new discussion
Added policy for creating a discussion
check the policy around the Start a Discussion button
Pull Request Test Coverage Report for Build 8462524096
Details
4 of 4 (100.0%) changed or added relevant lines in 1 file are covered.
No unc... | gharchive/pull-request | 2024-03-28T04:40:44 | 2025-04-01T06:39:27.173234 | {
"authors": [
"coveralls",
"lonnieezell"
],
"repo": "lonnieezell/forum-example",
"url": "https://github.com/lonnieezell/forum-example/pull/317",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1053395581 | Delete paper_wallet when removing DB
Backup the paper_wallet + remove the file if it exists.
@all-contributors please add @neuhausj for code
| gharchive/pull-request | 2021-11-15T09:15:19 | 2025-04-01T06:39:27.199951 | {
"authors": [
"neuhausj",
"titulebolide"
],
"repo": "lorcalhost/BTB-manager-telegram",
"url": "https://github.com/lorcalhost/BTB-manager-telegram/pull/149",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1827996815 | Fix #85
The issues here are related to those discussed in the previous meeting. If deletion is triggered before synchronization with the index occurs, the deletion will be lost. Would it be better to directly add a deletion record without checking if the index exists in this case?
Yes, I think you are right. There ... | gharchive/pull-request | 2023-07-30T16:39:50 | 2025-04-01T06:39:27.232741 | {
"authors": [
"akiozihao",
"yanxiaoqi932"
],
"repo": "lotusdblabs/lotusdb",
"url": "https://github.com/lotusdblabs/lotusdb/pull/87",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2236849506 | Erreur lorsque j'essaie de créer un compte en dev
MongoDB roule et le Serveur back-end écoute sur le port 4400 (je crois que mes .env sont corrects). Pourtant, l'histoire de compte Gmail pour créer un compte n'est pas documentée.
Dois-je utiliser un compte Gmail bidon dont je spécifie le mot de passe (texte clair) d... | gharchive/issue | 2024-04-11T03:39:36 | 2025-04-01T06:39:27.240933 | {
"authors": [
"fuhrmanator"
],
"repo": "louis-antoine-etsmtl/EvalueTonSavoir",
"url": "https://github.com/louis-antoine-etsmtl/EvalueTonSavoir/issues/55",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
147728416 | Bugreport
Hi
I have encountered a problem with nedb creating duplicate records using the same _id, this is a gist I have created to show bug.
https://gist.github.com/simon-p-r/f043d8885115549a90d327a34c87cf1a
OS is Windows 8.1
Node version is 5.10.1
Thanks
Simon
Works fine on my machine, and I don't see any problem... | gharchive/issue | 2016-04-12T12:00:22 | 2025-04-01T06:39:27.249888 | {
"authors": [
"crstffr",
"louischatriot",
"simon-p-r",
"zevero"
],
"repo": "louischatriot/nedb",
"url": "https://github.com/louischatriot/nedb/issues/406",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1848105240 | sort monitor before DOWN then alphabetical order
⚠️ Please verify that this feature request has NOT been suggested before.
[X] I checked and didn't find similar feature request
🏷️ Feature Request Type
UI Feature
🔖 Feature description
for me is more a clean interface is if a monitor is down is displayed first.
i h... | gharchive/issue | 2023-08-12T16:25:25 | 2025-04-01T06:39:27.255877 | {
"authors": [
"CommanderStorm",
"ale82x"
],
"repo": "louislam/uptime-kuma",
"url": "https://github.com/louislam/uptime-kuma/issues/3567",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2169012919 | monitoring giving socket hang up
⚠️ Please verify that this question has NOT been raised before.
[X] I checked and didn't find similar issue
🛡️ Security Policy
[X] I agree to have read this project Security Policy
📝 Describe your problem
Hello dear ones!
I have a problem with my kuma uptime, and I can't find a ... | gharchive/issue | 2024-03-05T11:56:21 | 2025-04-01T06:39:27.261918 | {
"authors": [
"CommanderStorm",
"Vanieltk"
],
"repo": "louislam/uptime-kuma",
"url": "https://github.com/louislam/uptime-kuma/issues/4553",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1826336801 | Callbacks: accessing subcharts and setting switcher option
Hello,
i'm trying to implement show_async to have a more flexible chart. I am using the Callbacks example.
I'm wondering about two things.
1.) Accessing subcharts
When using the Callbacks example I want to create a chart including subcharts. I am struggling t... | gharchive/issue | 2023-07-28T12:26:03 | 2025-04-01T06:39:27.265940 | {
"authors": [
"Zartexo",
"louisnw01"
],
"repo": "louisnw01/lightweight-charts-python",
"url": "https://github.com/louisnw01/lightweight-charts-python/issues/52",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
527118951 | Problem to use sharp / libvips on Docker / Dokku
Hello,
I'm trying to use the sharp module within a nodejs application and it works fine locally on Ubuntu. Now I want to deploy this application on our server as a dokku application. This application relies on a Dockerfile that initializes elements:
FROM node:8.9.0
# ... | gharchive/issue | 2019-11-22T10:38:40 | 2025-04-01T06:39:27.286777 | {
"authors": [
"lovell",
"templth"
],
"repo": "lovell/sharp-libvips",
"url": "https://github.com/lovell/sharp-libvips/issues/29",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
889258293 | optimal way to omit alpha channel in output, SVG to PNG
What are you trying to achieve?
I want to convert SVG to PNG without an alpha channel in the result, as well as get an optimized rendering of the text.
I am successfully converting SVG to PNG files with code shown below. The problem is the result contains 4 ch... | gharchive/issue | 2021-05-12T00:13:15 | 2025-04-01T06:39:27.292547 | {
"authors": [
"cyrfer",
"lovell"
],
"repo": "lovell/sharp",
"url": "https://github.com/lovell/sharp/issues/2711",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
891187568 | After resizing animation, broken image returns
Are you using the latest version? Is the version currently in use as reported by npm ls sharp the same as the latest version as reported by npm view sharp dist-tags.latest?
yes
What is the expected behaviour?
correct output
Are you able to provide a minimal, standalone ... | gharchive/issue | 2021-05-13T16:30:45 | 2025-04-01T06:39:27.302414 | {
"authors": [
"MaxMls",
"lovell"
],
"repo": "lovell/sharp",
"url": "https://github.com/lovell/sharp/issues/2714",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2131298124 | Why does Tile skip folder numbers the higher the zoom?
I'm trying to use Sharp to tile an uploaded image for leaflet maps. I'm pretty close, but I found that leaflet is trying to grab say image url 4/0/0, and it's a failed get request. Taking a look at the tiled images sharp created and I found that zoom folder 4 ski... | gharchive/issue | 2024-02-13T01:23:20 | 2025-04-01T06:39:27.306355 | {
"authors": [
"GcodeG01",
"lovell"
],
"repo": "lovell/sharp",
"url": "https://github.com/lovell/sharp/issues/3991",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
313725195 | Make check fails on O3D303 IFM camera: XMLRPC call timed out
Hi all,
I am trying to use libo3d3xx with our IFM O3D303 Camera and eventually I want to use o3d3xx-ros to extract the Point Cloud from the camera and use it for navigation of our manipulator.
I have changed the camera's ip into 192.168.1.69 and i can ping ... | gharchive/issue | 2018-04-12T13:23:20 | 2025-04-01T06:39:27.445244 | {
"authors": [
"Andychou007",
"tpanzarella"
],
"repo": "lovepark/libo3d3xx",
"url": "https://github.com/lovepark/libo3d3xx/issues/126",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
859376251 | [lockstep] Introduce optimization barrier around lockstep Ibex
Certain synthesis tools like DC are very smart at optimizing away redundant logic.
Hence, we have to insert an optimization barrier at the IOs of the lockstep Ibex.
This is achieved by manually buffering each bit using prim_buf.
Our Xilinx and DC synthesi... | gharchive/pull-request | 2021-04-16T01:28:24 | 2025-04-01T06:39:27.451735 | {
"authors": [
"msfschaffner"
],
"repo": "lowRISC/ibex",
"url": "https://github.com/lowRISC/ibex/pull/1341",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
1150095426 | [dv/doc] Document security verification for memory integrity
I missed this one last time. Now add it.
Signed-off-by: Weicai Yang weicai@google.com
@rswarbrick thank you so much for correcting the grammars. Fixed all of them.
| gharchive/pull-request | 2022-02-25T06:33:49 | 2025-04-01T06:39:27.453048 | {
"authors": [
"weicaiyang"
],
"repo": "lowRISC/opentitan",
"url": "https://github.com/lowRISC/opentitan/pull/11103",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1185117495 | [aes] Fix clearing of data input registers without inferring combo loop
Previously, the write enable for the data input registers was set for two clock cycles when clearing the registers. This caused the data_in_qe_i signals used for status tracking to be high during the first clock cycle when back in IDLE. As a resu... | gharchive/pull-request | 2022-03-29T16:23:59 | 2025-04-01T06:39:27.455854 | {
"authors": [
"tjaychen",
"vogelpi"
],
"repo": "lowRISC/opentitan",
"url": "https://github.com/lowRISC/opentitan/pull/11771",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1275386435 | [usbdev/dif] Move DIF to S2
[RTL] Change pkt_sent interrupt to a ganged-status type instead of a pulsed-event type.
Adjust the TX status function to break up checking for sent packets and clearing status, since the function that checks the status dispatches handling to other, endpoint-specific functions.
Rebase the ... | gharchive/pull-request | 2022-06-17T19:27:10 | 2025-04-01T06:39:27.458452 | {
"authors": [
"a-will",
"tjaychen"
],
"repo": "lowRISC/opentitan",
"url": "https://github.com/lowRISC/opentitan/pull/13287",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1433939077 | [chip testplan] Fix chip level testplan
Fix the mis-mapped chip_sw_spi_device_tpm test.
Expand on example tests.
Signed-off-by: Srikrishna Iyer sriyer@google.com
Thanks for cleaning this up @sriyerg !
| gharchive/pull-request | 2022-11-03T00:11:56 | 2025-04-01T06:39:27.459980 | {
"authors": [
"sriyerg",
"timothytrippel"
],
"repo": "lowRISC/opentitan",
"url": "https://github.com/lowRISC/opentitan/pull/15959",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
755740246 | [lc_ctrl/otp_ctrl/doc] Documentation updates
Updates include:
LC:
[x] Corrections to the programmers guide due to the multibit mutex
[x] Update block diagram
[x] Document signals and interfaces
[x] Update documentation of revised life cycle access control signals (#4504)
[x] Add main FSM diagram
- [ ] Add system int... | gharchive/pull-request | 2020-12-03T01:36:32 | 2025-04-01T06:39:27.466780 | {
"authors": [
"cindychip",
"msfschaffner"
],
"repo": "lowRISC/opentitan",
"url": "https://github.com/lowRISC/opentitan/pull/4386",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1021500903 | [reggen] Fixes and mubi introduction
This primarily ensures reset values are consistent
Fixes #8521
Fixes #7566
Tracking issue for mubi conversions: https://github.com/lowRISC/opentitan/issues/8347
| gharchive/pull-request | 2021-10-08T22:04:10 | 2025-04-01T06:39:27.468458 | {
"authors": [
"msfschaffner",
"tjaychen"
],
"repo": "lowRISC/opentitan",
"url": "https://github.com/lowRISC/opentitan/pull/8589",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2365536296 | Add path flag to loxicmd save to non default /etc/loxilb directory
Is your feature request related to a problem? Please describe.
BPFire UI is able to configure loxilb lb, fw, ip. but unable to save the configuration, and if loxilb restart, the configuration configured from UI is lost.
from BPFire web UI to invoke l... | gharchive/issue | 2024-06-21T01:43:42 | 2025-04-01T06:39:27.480275 | {
"authors": [
"inhogog2",
"vincentmli"
],
"repo": "loxilb-io/loxilb",
"url": "https://github.com/loxilb-io/loxilb/issues/706",
"license": "Apache-2.0",
"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.