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 |
|---|---|---|---|---|---|
812946636 | 🛑 tools is down
In 2dd0712, tools (https://tools.snowdreams1006.cn) was down:
HTTP code: 0
Response time: 0 ms
Resolved: tools is back up in d14b45c.
| gharchive/issue | 2021-02-21T20:45:19 | 2025-04-01T04:58:21.612508 | {
"authors": [
"snowdreams1006"
],
"repo": "snowdreams1006/monitor",
"url": "https://github.com/snowdreams1006/monitor/issues/59",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
924299133 | Pages for Group Basic Concepts
Task -> Assignee
[ ] Basic Concepts ->
[ ] Project Structure ->
[ ] Astro Pages ->
[ ] Astro Components ->
[ ] Frontend Components (React, Svelte, Vue, and more) ->
[ ] Component Hydration ->
[ ] Layouts -> @ewatch
[ ] Styling -> @itskitto
[ ] Content (Markdown) -> @jgil-r
[ ] Data Fe... | gharchive/issue | 2021-06-17T20:19:36 | 2025-04-01T04:58:21.635834 | {
"authors": [
"FredKSchott",
"Hanawa02",
"ewatch",
"itskitto",
"jgil-r"
],
"repo": "snowpackjs/astro-docs",
"url": "https://github.com/snowpackjs/astro-docs/issues/7",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1318393553 | Remove SimpleEmitter (close #341)
For issue #341.
Removes SimpleEmitter, and combines AbstractEmitter and BatchEmitter into one class.
I kept the name BatchEmitter rather than changing it to Emitter for two reasons: the Emitter interface is already called Emitter; and to avoid a huge breaking change.
Thanks for you... | gharchive/pull-request | 2022-07-26T15:17:08 | 2025-04-01T04:58:21.638489 | {
"authors": [
"mscwilson",
"snowplowcla"
],
"repo": "snowplow/snowplow-java-tracker",
"url": "https://github.com/snowplow/snowplow-java-tracker/pull/343",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
191608188 | SPPayload's value is truncated to 6 digits precision
getPayload uses %g to format a double as a string, but %g defaults to 6 digits of precision:
The double argument is converted in style f or e (or F or E for G conversions). The precision specifies the number of significant digits. If the precision is missing, 6 ... | gharchive/issue | 2016-11-25T01:04:34 | 2025-04-01T04:58:21.641007 | {
"authors": [
"AlexBenny",
"gchilds"
],
"repo": "snowplow/snowplow-objc-tracker",
"url": "https://github.com/snowplow/snowplow-objc-tracker/issues/300",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
1291026082 | Replace Gitlab
I love Gitlab, but it is too complex and obscure, and is a huuuge system resources sink, especially when not actively in use.
Maybe we should replace it with something like Gitea + Drone IO or Travis CI or Circle CI (+ deployment tool if necessary) + Uptime Kuma + Prometheus & Grafana ?
Another possi... | gharchive/issue | 2022-07-01T07:29:52 | 2025-04-01T04:58:21.669250 | {
"authors": [
"snyssen"
],
"repo": "snyssen/infra-snyssen.be",
"url": "https://github.com/snyssen/infra-snyssen.be/issues/21",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
57465570 | Exhibitor reverting to default config in case of network disconnect.
I've got 3 exhibitors on 3 nodes using a central config file on a network share. And everything runs fine. Except, during certain periods of high network traffic, the connection to the central config file is severed. Usually this doesn't matter, but... | gharchive/issue | 2015-02-12T14:19:51 | 2025-04-01T04:58:21.670956 | {
"authors": [
"Randgalt",
"ashic",
"xiaochuanyu"
],
"repo": "soabase/exhibitor",
"url": "https://github.com/soabase/exhibitor/issues/229",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
232171247 | v1.5.6 pom.xml uses version 1.5.5
The stand-alone pom for tag v.1.5.6 references version 1.5.5 i.s.o. the updated v1.5.6 file.
Please update the v1.5.6 tag with the updated version number.
The same issue exists for the exhibitor-1.1.0 tag pom.xml which is referencing 1.5.6.
Hmm .. I'm not sure how to edit the conte... | gharchive/issue | 2017-05-30T07:58:50 | 2025-04-01T04:58:21.674430 | {
"authors": [
"bassco",
"xiaochuanyu"
],
"repo": "soabase/exhibitor",
"url": "https://github.com/soabase/exhibitor/issues/339",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
1583319138 | Custom sql comparison between 2 data source
Usecase:
We have tables with incremental numeric primary key and I want to run comparison between src and destination based on max primary key.
Example,
Find the max_value :
val max_id=s"select max(${pkey}) from ${sf_table}"
MSSQL:
select * from mssql_table where ${pk... | gharchive/issue | 2023-02-14T01:08:48 | 2025-04-01T04:58:21.760565 | {
"authors": [
"jmarien",
"m1n0",
"sivankumar86"
],
"repo": "sodadata/soda-core",
"url": "https://github.com/sodadata/soda-core/issues/1788",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2601447982 | add _.isBigint
Description
Please provide a detailed description of the changes and the intent behind them :)
Checklist
[x] Changes are covered by tests if behavior has been changed or added
[x] Tests have 100% coverage
[x] If code changes were made, the version in package.json has been bumped (matching semver)
[x] ... | gharchive/pull-request | 2024-10-21T06:09:21 | 2025-04-01T04:58:21.763521 | {
"authors": [
"aleclarson",
"heathcliff-hu"
],
"repo": "sodiray/radash",
"url": "https://github.com/sodiray/radash/pull/434",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2093524589 | 复写Log4jLogger,适配多模块下static final修饰的Logger情况使用
每次调用日志打印 根据当前线程上下文类加载器动态获取Logger
麻烦再补充两点内容
在 log4j2 的 samples 里再补充个case
log4j2 的适配原理 补充下适配的原理
麻烦再补充两点内容
在 log4j2 的 samples 里再补充个case
log4j2 的适配原理 补充下适配的原理
已补充
| gharchive/pull-request | 2024-01-22T09:55:07 | 2025-04-01T04:58:21.777803 | {
"authors": [
"lvjing2",
"suntaiming"
],
"repo": "sofastack/sofa-serverless",
"url": "https://github.com/sofastack/sofa-serverless/pull/478",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
160435295 | Error: Attempting to watch missing directory
After installing the add-on and running ember server, I get the following error.
The Broccoli Plugin: [Funnel] failed with:
Error: Attempting to watch missing directory: C:\Program Files\Git\ember-panels
node_modules\sl-ember-components\node_modules\sl-ember-components\app... | gharchive/issue | 2016-06-15T14:24:29 | 2025-04-01T04:58:21.817921 | {
"authors": [
"georges49",
"jdhines",
"notmessenger",
"vlascik"
],
"repo": "softlayer/sl-ember-components",
"url": "https://github.com/softlayer/sl-ember-components/issues/1677",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
231065138 | Single select configuration - onChange firing before unselect
When using a configuration with selectionLimit=1 and autoUnselect=true, the onChange function passed into the input ngModelChange is fired before the original value is unselected, so the optionsModel ends up with 2 elements in it. The event is also not fi... | gharchive/issue | 2017-05-24T14:44:37 | 2025-04-01T04:58:21.822150 | {
"authors": [
"chris--jones",
"jeremiah-white"
],
"repo": "softsimon/angular-2-dropdown-multiselect",
"url": "https://github.com/softsimon/angular-2-dropdown-multiselect/issues/183",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
553524196 | async-http-client cannot detect proxy settings
HttpURLConnectionBackend works fine without any configuration.
But when I try to use async-http-client I get HTTP/1.1 407 Proxy Authentication Required
So I need to set
options = SttpBackendOptions.httpProxy()
manually
Could async-http-client work the same way as HttpUR... | gharchive/issue | 2020-01-22T12:57:46 | 2025-04-01T04:58:21.855163 | {
"authors": [
"halfhp",
"user753"
],
"repo": "softwaremill/sttp",
"url": "https://github.com/softwaremill/sttp/issues/403",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
215073568 | play command (-p) doesn't work for multiple translation languages
If I have multiple languages as translation languages (tl) in my init.trans and try to translate a word with the -p option, the first one will be played, while for the second one I receive the following error:
gawk: /dev/fd/63:3481: fatal: expression ... | gharchive/issue | 2017-03-17T17:37:54 | 2025-04-01T04:58:21.859649 | {
"authors": [
"freeasinbear",
"soimort"
],
"repo": "soimort/translate-shell",
"url": "https://github.com/soimort/translate-shell/issues/169",
"license": "unlicense",
"license_type": "permissive",
"license_source": "bigquery"
} |
1234942468 | refactor: reconfig baseUrl in tsconfig file and import order
Configure base url...
refactor import part
please get latest and re-request if desired to merge into latest wallet updates
| gharchive/pull-request | 2022-05-13T09:02:32 | 2025-04-01T04:58:21.866852 | {
"authors": [
"DonnySolana",
"haodev007"
],
"repo": "solana-labs/dapp-scaffold",
"url": "https://github.com/solana-labs/dapp-scaffold/pull/183",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
696087166 | Fix deposit instruction
Refactor tests for easier composibility
Add deposit instruction and test
Deposit JS test works again
absolutely, I'm building up a list of tests to add, using what's present currently in token as inspiration
| gharchive/pull-request | 2020-09-08T18:28:54 | 2025-04-01T04:58:21.868065 | {
"authors": [
"joncinque"
],
"repo": "solana-labs/solana-program-library",
"url": "https://github.com/solana-labs/solana-program-library/pull/399",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2202942055 | token-js: bump to 0.4.2 for release
Problem
Thanks to @qiweiii, the TokenGroup and TokenGroupMember extensions are now available in @solana/spl-token, but we need to publish a release with the new features!
Solution
Ship it!
git diff [] [] [--] […]
git diff [] --cached [--merge-base] [] [--] […]
git diff [] [--merg... | gharchive/pull-request | 2024-03-22T17:07:27 | 2025-04-01T04:58:21.872145 | {
"authors": [
"Eianaftyio",
"buffalojoec"
],
"repo": "solana-labs/solana-program-library",
"url": "https://github.com/solana-labs/solana-program-library/pull/6481",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1471445765 | Fix borsh library version
There was a new release of dao-xyz/borsh-ts with breaking changes. As we are about to abandon this library, I am only removing the caret from package.json to avoid downloading the newest version.
I am curious (as the maintainer of this lib) what the pain-points are with "@dao-xyz/borsh" li... | gharchive/pull-request | 2022-12-01T14:48:31 | 2025-04-01T04:58:21.874870 | {
"authors": [
"LucasSte",
"marcus-pousette",
"seanyoung"
],
"repo": "solana-labs/solana-solidity.js",
"url": "https://github.com/solana-labs/solana-solidity.js/pull/46",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1110365640 | Can't edit Logo URI
I, can't update the logo URI for UXS token, as the auto merger always gives the error that,
Not eligible for automerge (click details for more information)
found removed line: - "logoURI":
I was changing the logo URI.
Thanks for the help, @keone but the auto-merge test still failed with the sam... | gharchive/issue | 2022-01-21T11:29:56 | 2025-04-01T04:58:21.909426 | {
"authors": [
"UjjwalGupta49"
],
"repo": "solana-labs/token-list",
"url": "https://github.com/solana-labs/token-list/issues/15048",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
988483793 | Automate token listing with a GitHub bot
I'm submitting a ...
[ ] bug report
[x] feature request
[ ] question about the decisions made in the repository
[ ] question about how to use this project
Summary
Current way of manual approvals is a bottleneck, but PR reviews are necessary to ensure that others' data is... | gharchive/issue | 2021-09-05T11:11:26 | 2025-04-01T04:58:21.918382 | {
"authors": [
"CEO-NextMindCoin",
"Cl3v4",
"SolGuy801",
"exogenesys",
"secretshardul",
"shikokusolanatoken",
"stevenpollack"
],
"repo": "solana-labs/token-list",
"url": "https://github.com/solana-labs/token-list/issues/852",
"license": "Apache-2.0",
"license_type": "permissive",... |
1089462696 | Adding Armani Mendrek token
Please note: This repository is being rebuilt to accept the new volume of token additions and modifications. PR merges will be delayed.
I agree to not ping anybody on Discord/Twitter/email about this pull request. Instead I will inquire by posting a new comment in the pull request if nee... | gharchive/pull-request | 2021-12-27T20:40:45 | 2025-04-01T04:58:21.926289 | {
"authors": [
"githubmaster308"
],
"repo": "solana-labs/token-list",
"url": "https://github.com/solana-labs/token-list/pull/11043",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1192073406 | add BRKTR token
Please note: This repository is being rebuilt to accept the new volume of token additions and modifications. PR merges will be delayed.
I agree to not ping anybody on Discord/Twitter/email about this pull request. Instead I will inquire by posting a new comment in the pull request if needed.
PRs ar... | gharchive/pull-request | 2022-04-04T17:07:56 | 2025-04-01T04:58:21.934325 | {
"authors": [
"id7141"
],
"repo": "solana-labs/token-list",
"url": "https://github.com/solana-labs/token-list/pull/24142",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1259416987 | add guild saga gems token
Please note: This repository is being rebuilt to accept the new volume of token additions and modifications. PR merges will be delayed.
I agree to not ping anybody on Discord/Twitter/email about this pull request. Instead I will inquire by posting a new comment in the pull request if neede... | gharchive/pull-request | 2022-06-03T04:54:22 | 2025-04-01T04:58:21.941960 | {
"authors": [
"SolCharms"
],
"repo": "solana-labs/token-list",
"url": "https://github.com/solana-labs/token-list/pull/28904",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1005300032 | Populating componentsjs variables from env-vars
For creating component-instances, all config is currently refactored out to componentsjs config files. And there is provision for variables.
But there is no direct way to create and use new variables other than creating custom init/AppRunner.ts, as it takes only pre-def... | gharchive/issue | 2021-09-23T11:08:12 | 2025-04-01T04:58:22.007193 | {
"authors": [
"damooo",
"joachimvh"
],
"repo": "solid/community-server",
"url": "https://github.com/solid/community-server/issues/964",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
944150601 | cannot read jsonld resource
https://timbl.com/timbl/Public/Test/Content-Type/application/ld-json/
On a server created in december the problem do not occur https://bourgeoa.bourgeoa.ga:8560/public/test.jsonld
What's the problem here? I tried the url at timbl.com and it seems to work properly for me:
@NoelDeMartin... | gharchive/issue | 2021-07-14T07:52:41 | 2025-04-01T04:58:22.028785 | {
"authors": [
"NoelDeMartin",
"angelo-v",
"bourgeoa",
"jeff-zucker",
"scenaristeur"
],
"repo": "solid/solidos",
"url": "https://github.com/solid/solidos/issues/37",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1105832115 | rdflib with LiveStore version added
solidos had a rdflib dependence. Not sure why but I changed it to include the LiveStore commit.
This is not correct nor relevant anymore
| gharchive/pull-request | 2022-01-17T13:05:39 | 2025-04-01T04:58:22.030170 | {
"authors": [
"theRealImy"
],
"repo": "solid/solidos",
"url": "https://github.com/solid/solidos/pull/110",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2417204340 | fix catchError propagation
Summary
Opening this up just for the idea. I initially used a separate const ErrorHandled = Symbol() but changed to ERROR.
fixes https://github.com/solidjs/solid/issues/1895
IMO, catchError should work like one we have in the language. It should stop further execution inside the boundary.... | gharchive/pull-request | 2024-07-18T19:20:48 | 2025-04-01T04:58:22.038071 | {
"authors": [
"coveralls",
"mdynnl",
"ryansolid"
],
"repo": "solidjs/solid",
"url": "https://github.com/solidjs/solid/pull/2227",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
925972381 | upgrade to 21.05.2
this is only a upgrade from 0.31.6 to 21.05.2 like the last upgrade
Hey @sysreport,
thanks for your contribution. I'll let handle CI the rest and merge it if all goes green.
| gharchive/pull-request | 2021-06-21T08:36:56 | 2025-04-01T04:58:22.039368 | {
"authors": [
"solidnerd",
"sysreport"
],
"repo": "solidnerd/docker-bookstack",
"url": "https://github.com/solidnerd/docker-bookstack/pull/259",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
674931302 | Reconsider adding an address to the imported StockLocation
We're currently using Shopify's HQ as the default stock location address, but we'd probably better off not setting an address at all, making the behavior more simple and understandable.
@MinasMazar wdyt?
Hi @elia! This is no longer an issue since #39 has be... | gharchive/issue | 2020-08-07T10:45:49 | 2025-04-01T04:58:22.040508 | {
"authors": [
"MinasMazar",
"elia"
],
"repo": "solidusio-contrib/solidus_importer",
"url": "https://github.com/solidusio-contrib/solidus_importer/issues/31",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
2324595648 | macOS 菜单栏汉化
菜单栏的汉化怎么是Windows那套风格草哈哈哈哈
这是你的个人设置的问题吧,改变一下主题看看,我这里最新的release是没问题的,下面是预览图:
抱歉我没说清楚,我的意思是macOS的菜单栏应该没有"(F)" "(E)"这些源自Windows的Alt快捷键提示才对吧
好像是,不过也没啥影响,晚会更新到最新的版本试试。
刚测试了最新版本的,也有这个问题,不过这个也不是我能搞定的,先关闭issue了。
| gharchive/issue | 2024-05-30T03:01:38 | 2025-04-01T04:58:22.058548 | {
"authors": [
"RA1NO3O",
"sollyu"
],
"repo": "sollyu/AndroidStudioChineseLanguagePack",
"url": "https://github.com/sollyu/AndroidStudioChineseLanguagePack/issues/1",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2015453154 | Solo APIs. @tag-name=sa-k8s-1.28-bump
Bump to k8s 1.28
Updates the latest rate-limit protos as of 2023-12-05
Updates skv2 and adds the corresponding flags to mitigate breaking changes
Given the conversations we had around why this branch exists, and what alternatives we considered, I think it would be helpful if we... | gharchive/pull-request | 2023-11-28T22:49:01 | 2025-04-01T04:58:22.068727 | {
"authors": [
"davidjumani",
"sam-heilbron"
],
"repo": "solo-io/solo-apis",
"url": "https://github.com/solo-io/solo-apis/pull/1084",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1679598608 | 🛑 server.h-24871.kz is down
In 7660f8f, server.h-24871.kz (185.121.81.43) was down:
HTTP code: 0
Response time: 0 ms
Resolved: server.h-24871.kz is back up in 297403a.
| gharchive/issue | 2023-04-22T16:02:51 | 2025-04-01T04:58:22.071551 | {
"authors": [
"solo10010"
],
"repo": "solo10010/upptime",
"url": "https://github.com/solo10010/upptime/issues/892",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
699274729 | Directory listing: give more characters to the name column
I am almost sure this is not the right repository for this enhancement request.
Please let me know if I have to move it to another GitHub project!
What are you trying to do?
At https://search.maven.org/artifact/io.netty/netty-tcnative-boringssl-static/2.0.3... | gharchive/issue | 2020-09-11T12:45:18 | 2025-04-01T04:58:22.171735 | {
"authors": [
"ArjunDandagi",
"martin-g"
],
"repo": "sonatype-nexus-community/search-maven-org",
"url": "https://github.com/sonatype-nexus-community/search-maven-org/issues/133",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1782672013 | 令牌创建初始额度设置问题
例行检查
[x] 我已确认目前没有类似 issue
[x] 我已确认我已升级到最新版本
[x] 我已完整查看过项目 README,尤其是常见问题部分
[x] 我理解并愿意跟进此 issue,协助测试和提供反馈
[x] 我理解并认可上述内容,并理解项目维护者精力有限,不遵循规则的 issue 可能会被无视或直接关闭
问题描述
版本:v0.4.9-alpha.1
令牌创建初始额度设置为0,后面再把额度增加上,这时候会发现即使有额度,也还是用不了,一直提示额度已耗尽。
复现步骤
预期结果
相关截图
你是不是没有启用?
你是不是没有启用?
不,我又测试了一下,确实是有这个问题,编辑加额度后,启用... | gharchive/issue | 2023-06-30T14:52:51 | 2025-04-01T04:58:22.175796 | {
"authors": [
"Ackites",
"songquanpeng"
],
"repo": "songquanpeng/one-api",
"url": "https://github.com/songquanpeng/one-api/issues/228",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1800414852 | stream 模式下,字符串的兼容性问题。
例行检查
[x] 我已确认目前没有类似 issue
[x] 我已确认我已升级到最新版本
[x] 我已完整查看过项目 README,尤其是常见问题部分
[x] 我理解并愿意跟进此 issue,协助测试和提供反馈
[x] 我理解并认可上述内容,并理解项目维护者精力有限,不遵循规则的 issue 可能会被无视或直接关闭
问题描述
对于 stream 响应的容错性不足,对于下图的 stream 响应似乎会报错:[SYS] 2023/07/12 - 15:58:34 | error unmarshalling stream response: invalid character 'd' af... | gharchive/issue | 2023-07-12T08:03:22 | 2025-04-01T04:58:22.182664 | {
"authors": [
"c121914yu",
"mrhaoji",
"songquanpeng"
],
"repo": "songquanpeng/one-api",
"url": "https://github.com/songquanpeng/one-api/issues/277",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2432057232 | [Thinkit] Add APIs
Build Results:
divya@e9e9b2e05579:/sonic/src/sonic-p4rt/sonic-pins$ bazel build $BAZEL_BUILD_OPTS ...
INFO: Analyzed 373 targets (0 packages loaded, 0 targets configured).
INFO: Found 373 targets...
INFO: Elapsed time: 0.524s, Critical Path: 0.00s
INFO: 1 process: 1 internal.
INFO: Build completed ... | gharchive/pull-request | 2024-07-26T11:43:58 | 2025-04-01T04:58:22.233597 | {
"authors": [
"bibhuprasad-hcl",
"divyagayathri-hcl"
],
"repo": "sonic-net/sonic-pins",
"url": "https://github.com/sonic-net/sonic-pins/pull/385",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
963008631 | Null Safety
Is there a timeline on this getting migrated to null safety?
Hi @emmett-deen, We don't have a timeline for that yet, but our repo is open to receive contributions. It would be awesome if you can help us on that.
| gharchive/issue | 2021-08-06T19:57:24 | 2025-04-01T04:58:22.237093 | {
"authors": [
"emmett-deen",
"maiconpeixinho"
],
"repo": "sonikro/flutter-okta-sdk",
"url": "https://github.com/sonikro/flutter-okta-sdk/issues/24",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
1395165725 | Create readme.md for SQL directory
hacktoberfest-2022
Created SQL folder with readme.md file.
Will add commands of SQL in the next PRs
You can follow me on github and give ⭐ to this repo.
| gharchive/pull-request | 2022-10-03T18:43:24 | 2025-04-01T04:58:22.260474 | {
"authors": [
"NamanManjkhola",
"sonumahajan"
],
"repo": "sonumahajan/All_Program_helper",
"url": "https://github.com/sonumahajan/All_Program_helper/pull/652",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
305074952 | Question: What validations to perform before placing a market order?
I'm placing a market order (say XRPETH, 20, SELL) and sometimes I'm getting "Error happened while making order to Binance. Filter failure: LOT_SIZE", sometimes succeed.
So, is there any kind of checks to perform before placing a market order?
@bet... | gharchive/issue | 2018-03-14T09:10:43 | 2025-04-01T04:58:22.265920 | {
"authors": [
"betimd",
"sonvister"
],
"repo": "sonvister/Binance",
"url": "https://github.com/sonvister/Binance/issues/78",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
910183594 | FLW-890 Update Validators screen & Recommended flow
add option of "Select by yourself"
update navigation of "Select recommended"
Show "Recommended validators" with validators and their APY, and a button to continue to Confirm screen
add "Stake with your validators" text block and action cell
Codecov Report
Me... | gharchive/pull-request | 2021-06-03T07:13:03 | 2025-04-01T04:58:22.295043 | {
"authors": [
"codecov-commenter",
"stas-litvinov"
],
"repo": "soramitsu/fearless-iOS",
"url": "https://github.com/soramitsu/fearless-iOS/pull/277",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
567251049 | Allow us to silence type alias related runtime errors
Problem
https://sorbet.run/#require 'sorbet-runtime'
module Contracts
class Maybe
end
end
class A
extend T%3A%3ASig
X %3D Contracts%3A%3AMaybe.new
sig {returns(X)}
def self.foo
end
end
A.foo
I'd like to use failure overrides to prevent this fro... | gharchive/issue | 2020-02-19T01:03:02 | 2025-04-01T04:58:22.304987 | {
"authors": [
"AlexEvanczuk",
"jez"
],
"repo": "sorbet/sorbet",
"url": "https://github.com/sorbet/sorbet/issues/2673",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
470460117 | Don't overwrite sorbet/config file if one already exists
Motivation
This should help people to run srb init more aggressively.
Test plan
I confirmed that the test I wrote failed before my change:
https://buildkite.com/sorbet/sorbet/builds/4496#28512d46-e01e-432f-aa97-3e5a59b80f39/281-311
👍
| gharchive/pull-request | 2019-07-19T17:53:41 | 2025-04-01T04:58:22.306946 | {
"authors": [
"DarkDimius",
"jez"
],
"repo": "sorbet/sorbet",
"url": "https://github.com/sorbet/sorbet/pull/1343",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
119364331 | 生成されたコメントDOMの後始末をする
このままだとブラウザが死んでしまう
comments.jsxのコメントアウトを外して調整でおk
done
| gharchive/issue | 2015-11-29T15:05:15 | 2025-04-01T04:58:22.347136 | {
"authors": [
"sota1235"
],
"repo": "sota1235/Party",
"url": "https://github.com/sota1235/Party/issues/29",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
2093733836 | Load (human) chess play data
Hi, first of all thank you very much for your work on Pgx!
I'm opening this issue because I am hoping to be able to leverage Pgx's chess environment for a project on scaling laws in RL. As part of this project, I would like to load some large scale supervised learning data (obtained from ... | gharchive/issue | 2024-01-22T11:47:16 | 2025-04-01T04:58:22.355544 | {
"authors": [
"NZ99",
"sotetsuk"
],
"repo": "sotetsuk/pgx",
"url": "https://github.com/sotetsuk/pgx/issues/1165",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
253063478 | Multiple SMS for a share
If a share price has been increased more than the defined limit, each time the code runs SMS will be sent. This should be avoided.
Possible suggestions:
Send SMS uniquely for each time the share price crosses on the multiples of the defining_limit.
Plan to solve:
Set a flag and changed... | gharchive/issue | 2017-08-26T05:13:51 | 2025-04-01T04:58:22.365824 | {
"authors": [
"soumendrak"
],
"repo": "soumendrak/stock_price_change_alert",
"url": "https://github.com/soumendrak/stock_price_change_alert/issues/3",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
944751714 | Uneven Footer Section
Description:
The footer sections do not have grid layout, the sections are unevenly placed
Image:
@soumita1234 please assign this issue to me under the label LGM-SOC
| gharchive/issue | 2021-07-14T20:00:20 | 2025-04-01T04:58:22.367421 | {
"authors": [
"gunjan-g"
],
"repo": "soumita1234/HelpingHand",
"url": "https://github.com/soumita1234/HelpingHand/issues/174",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
111522611 | [October 2015] Intel are CPU magicians. But there's no one weird trick....
Intel released a small blog-post recently covering that they have crazy-talk speeds for ConvNets on their Haswell CPU line.
I took their Caffe implementation, painfully installed the dependencies, and the numbers look almost too good to be tru... | gharchive/issue | 2015-10-15T00:46:26 | 2025-04-01T04:58:22.667356 | {
"authors": [
"andravin",
"benanne",
"bhack",
"ducha-aiki",
"emfomenk",
"gujunli",
"moskewcz",
"nicolasvasilache",
"ozabluda",
"rsdubtso",
"scott-gray",
"soumith"
],
"repo": "soumith/convnet-benchmarks",
"url": "https://github.com/soumith/convnet-benchmarks/issue... |
1283647648 | Make the readme more detailed and precise - Authentication service
Describe the bug
Add details about all the other features
-refresh token
-MFA
-provide more examples or links to our example
make it more specific.
Maintaining docs improvement issues in here: https://github.com/sourcefuse/loopback4-microservice-cat... | gharchive/issue | 2022-06-24T11:42:50 | 2025-04-01T04:58:22.692196 | {
"authors": [
"shubhamp-sf",
"yeshamavani"
],
"repo": "sourcefuse/loopback4-microservice-catalog",
"url": "https://github.com/sourcefuse/loopback4-microservice-catalog/issues/852",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1648339145 | [Snyk] Security upgrade node from 16-slim to lts-slim
This PR was automatically created by Snyk using the credentials of a real user.Keeping your Docker base image up-to-date means you’ll benefit from security fixes in the latest version of your chosen image.
Changes included in this PR
sandbox/oauth-example/auth-se... | gharchive/pull-request | 2023-03-30T21:21:54 | 2025-04-01T04:58:22.705100 | {
"authors": [
"jamescrowley321",
"shubhamp-sf"
],
"repo": "sourcefuse/loopback4-microservice-catalog",
"url": "https://github.com/sourcefuse/loopback4-microservice-catalog/pull/1365",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
729454137 | Icon
@AlicjaSuska could you help with an icon for this extension?
Sure thing!
All done - please export from Figma:
https://www.figma.com/file/LZMNKvNDwaPKrdscrGTTNH/Link-preview-extension-icon-5?node-id=1%3A35
@felixfbecker when are you planning to add this icon to the extension?
@tjkandala since you've writt... | gharchive/issue | 2020-10-26T10:45:48 | 2025-04-01T04:58:22.717390 | {
"authors": [
"AlicjaSuska",
"felixfbecker"
],
"repo": "sourcegraph/sourcegraph-link-preview-expander",
"url": "https://github.com/sourcegraph/sourcegraph-link-preview-expander/issues/5",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
837800861 | Missing CodeDeploy permissions in recommended IAM policy in README (?)
Readme mentions S3 permission, but not exact CodeDeploy permissions.
I know it needs at least:
codedeploy:RegisterApplicationRevision for applcations
codedeploy:CreateDeployment and list deployments (I just used codedeploy:List*) for deployment g... | gharchive/issue | 2021-03-22T14:56:39 | 2025-04-01T04:58:22.823908 | {
"authors": [
"countless-integers",
"iBotPeaches"
],
"repo": "sourcetoad/aws-codedeploy-action",
"url": "https://github.com/sourcetoad/aws-codedeploy-action/issues/32",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1963897019 | Update tested platforms
Description
Describe what this change achieves
Issues Resolved
List any existing issues this PR resolves
Check List
[ ] A summary of changes made is included in the CHANGELOG under ## Unreleased
[ ] New functionality includes testing.
[ ] New functionality has been documented in the README if... | gharchive/pull-request | 2023-10-26T16:09:01 | 2025-04-01T04:58:22.826045 | {
"authors": [
"damacus",
"kitchen-porter"
],
"repo": "sous-chefs/sc-mongodb",
"url": "https://github.com/sous-chefs/sc-mongodb/pull/310",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1576474414 | [#6558] Update to ANTLR 4.11 to compensate for breaking changes between versions
Fixes # 6558
#minor
Note: This PR was based on the changes made in the pull request # 6557.
Description
This PR upgrades the ANTLR from 4.8.0 to 4.11.1 in the AdaptiveExpressions and LanguageGeneration libraries.
Specific Changes
Upda... | gharchive/pull-request | 2023-02-08T16:54:19 | 2025-04-01T04:58:22.832868 | {
"authors": [
"sw-joelmut"
],
"repo": "southworks/botbuilder-dotnet",
"url": "https://github.com/southworks/botbuilder-dotnet/pull/503",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2380667449 | fix: Remove CVE-2021-3807 vulnerability
Addresses # 4684
#minor
Description
This PR removes the vulnerable versions of ansi-regex to avoid the CVE-2021-3807 vulnerability.
Specific Changes
Replaced tinyify with babelify and esmify in adaptive-expressions to avoid the use of ansi-regex 2.1.1.
Added babel.config in a... | gharchive/pull-request | 2024-06-28T15:20:17 | 2025-04-01T04:58:22.845317 | {
"authors": [
"JhontSouth",
"coveralls"
],
"repo": "southworks/botbuilder-js",
"url": "https://github.com/southworks/botbuilder-js/pull/441",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
852412559 | Cannot login to IMAP server
Hi !
I have this error :
❯ himalaya
Cannot login to IMAP server
↳ No Response: Empty username or password.
And this is my config file :
name = "Nicolas Bouliol"
downloads-dir = "~/himalaya"
signature = "Regards,"
[gmail]
default = true
email = "cheuveux@gmail.com"
imap-host = "imap.gm... | gharchive/issue | 2021-04-07T13:30:34 | 2025-04-01T04:58:22.859286 | {
"authors": [
"chawyehsu",
"nbouliol",
"soywod"
],
"repo": "soywod/himalaya",
"url": "https://github.com/soywod/himalaya/issues/72",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2198382440 | The response of tafsirs are same
Assalamualaikum wa rahmatullahi wa barakatuh, first of all, may Allah SWT accept your repentance and grant you Jannah on the Day of Judgment. Jazakallah khair for providing the API. The issue is that the tafsir of "en-tafsir-al-tustari" and "en-kashf-al-asrar-tafsir" are the same. Cou... | gharchive/issue | 2024-03-20T19:24:44 | 2025-04-01T04:58:22.872015 | {
"authors": [
"Wreaking",
"spa5k"
],
"repo": "spa5k/tafsir_api",
"url": "https://github.com/spa5k/tafsir_api/issues/5",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1704596007 | Disable round start arachnid
Описание PR
Медиа
Проверки
[ ] PR полностью завершён и мне не нужна помощь чтобы его закончить.
[ ] Я внимательно просмотрел все свои изменения и багов в них не нашёл.
[ ] Я запускал локальный сервер со своими изменениями и всё протестировал.
[ ] Я добавил скриншот/видео демонстрации... | gharchive/pull-request | 2023-05-10T20:35:38 | 2025-04-01T04:58:22.895948 | {
"authors": [
"Morb0",
"lzk228"
],
"repo": "space-syndicate/space-station-14",
"url": "https://github.com/space-syndicate/space-station-14/pull/1057",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2590034600 | inserting gas tank in canister doesn't make a sound
https://github.com/user-attachments/assets/db97d289-895a-49f3-87c1-b83074f1f4ff
Good catch! I might have a possible solution for that in my head. I'll check on it tonight or the next days.
Good catch! I might have a possible solution for that in my head. I'll c... | gharchive/issue | 2024-10-15T22:02:01 | 2025-04-01T04:58:22.898102 | {
"authors": [
"lzk228",
"scrivoy"
],
"repo": "space-wizards/space-station-14",
"url": "https://github.com/space-wizards/space-station-14/issues/32835",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1432954122 | Fix damageoverlay for oldchat
Couldn't find an issue.
:cl:
fix: Fixed the damage/death overlay being off-centre while using the "separated" HUD layout.
There is an issue for this, #12177. While this fixes one shader, others probably still need fixing.
| gharchive/pull-request | 2022-11-02T11:07:48 | 2025-04-01T04:58:22.899341 | {
"authors": [
"ElectroJr",
"metalgearsloth"
],
"repo": "space-wizards/space-station-14",
"url": "https://github.com/space-wizards/space-station-14/pull/12358",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1893638062 | give lizards their hair
Snakes had their arms taken by god as punishment for their sins. Lizards have evolved past this feeble restriction, regaining not only their arms, but even their thumbs. They're just as good as humans in every way- except for one. Their scaled skulls are too tough for the hair follicles to ari... | gharchive/pull-request | 2023-09-13T03:04:34 | 2025-04-01T04:58:22.906189 | {
"authors": [
"AJCM-git",
"DogZeroX",
"Emisse",
"LankLTE",
"Skarletto",
"UbaserB",
"asperger-sind",
"deltanedas",
"mirrorcult",
"moonheart08"
],
"repo": "space-wizards/space-station-14",
"url": "https://github.com/space-wizards/space-station-14/pull/20093",
"license": ... |
2582744209 | Omnivorous_tag
About the PR
Added tag and example of use for products that can be consumed with all stomach types.
Why / Balance
An alternative is to add "Pill" or other non-product related tags.
Technical details
Just a new tag. +tag in stomachs proto +new snack +new taste
Media
New snack -- carbon paste
Requ... | gharchive/pull-request | 2024-10-12T09:49:45 | 2025-04-01T04:58:22.912588 | {
"authors": [
"0x6273",
"Froffy025",
"SkaldetSkaeg"
],
"repo": "space-wizards/space-station-14",
"url": "https://github.com/space-wizards/space-station-14/pull/32767",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
182130298 | Client sleeping before host can lead to crash
I've been unable to isolate the reasoning, but this is a post-1.1 issue.
If the client goes to bed before the host, there's a chance (not every time) that the host will crash.
The indicator is always the same, the bottom half of your character goes transparent (as if mid-... | gharchive/issue | 2016-10-10T22:27:17 | 2025-04-01T04:58:22.929584 | {
"authors": [
"Clorith",
"avarisc",
"spacechase0",
"thetesher"
],
"repo": "spacechase0/StardewValleyMP",
"url": "https://github.com/spacechase0/StardewValleyMP/issues/25",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
2234284485 | local-preview cannot create run
> spacectl -v spacectl version 0.30.0
Getting this error when trying to execute a local-preview:
> spacectl stack local-preview --id github-private Packing local workspace... Uploading local workspace... 126.48 KiB / 126.48 KiB [---------------------------------------------------------... | gharchive/issue | 2024-04-09T20:57:33 | 2025-04-01T04:58:22.941241 | {
"authors": [
"TheMacies",
"marcinwyszynski",
"wjbabicz"
],
"repo": "spacelift-io/spacectl",
"url": "https://github.com/spacelift-io/spacectl/issues/224",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2750220566 | Small improvement to the GPG command
Description of the change
It doesn't work on my machine without this option. I thought I'll add it.
Checklist
Please make sure that the proposed change checks all the boxes below before requesting a review:
[x] I have reviewed the guidelines for contributing to this repository.
[... | gharchive/pull-request | 2024-12-19T12:46:50 | 2025-04-01T04:58:22.947102 | {
"authors": [
"peterdeme"
],
"repo": "spacelift-io/user-documentation",
"url": "https://github.com/spacelift-io/user-documentation/pull/699",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1712210356 | package section is broken for python packages
The problem
The package section is broken for python packages. It seems to be caused by the function using the wrong variable ($project_toml instead of $pyproject_toml)
https://github.com/spaceship-prompt/spaceship-prompt/blob/78afcbd207e63ae9bfca2dcfefef74b08f70daac/sect... | gharchive/issue | 2023-05-16T15:01:18 | 2025-04-01T04:58:22.960055 | {
"authors": [
"denysdovhan",
"killjoy1221"
],
"repo": "spaceship-prompt/spaceship-prompt",
"url": "https://github.com/spaceship-prompt/spaceship-prompt/issues/1357",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
115402485 | Feature request: WordPress configuration
Hi there,
I would love to see a config file that accomplishes all of the WordPress formatting standards: https://make.wordpress.org/core/handbook/best-practices/inline-documentation-standards/php/
Thanks for an awesome package!
What's missing? It seems not that different?
... | gharchive/issue | 2015-11-05T23:50:09 | 2025-04-01T04:58:22.992060 | {
"authors": [
"MickeyKay",
"spadgos"
],
"repo": "spadgos/sublime-jsdocs",
"url": "https://github.com/spadgos/sublime-jsdocs/issues/399",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1812377797 | 非常低级的语病
“即使中国大陆的标点符号用法允许重复使用标点符号,但是这么做会破坏句子的美观性。”
“即使” 和 “但是” 不能连用。
正确应为:
即使中国大陆的标点符号用法允许重复使用标点符号,这么做会破坏句子的美观性。
或
中国大陆的标点符号用法允许重复使用标点符号,但是这么做会破坏句子的美观性。
或
虽然中国大陆的标点符号用法允许重复使用标点符号,但是这么做会破坏句子的美观性。
欢迎来到GitHub社区!感谢您对本专案的关注。
我注意到这是您第一次提交问题文档(Issue),故提出若干关于使用GitHub之建议:
在撰写文本时,可采用Markdown语法,更加美观;
有明确的改动建议时,可直接创建拉取请求,样式可参考... | gharchive/issue | 2023-07-19T17:19:05 | 2025-04-01T04:58:23.014302 | {
"authors": [
"Dropless-arch",
"liyishuai"
],
"repo": "sparanoid/chinese-copywriting-guidelines",
"url": "https://github.com/sparanoid/chinese-copywriting-guidelines/issues/190",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1536798867 | Updating the psych requirements to 5.0 breaks macOS build
Commit c7a780298614c81f3dc5925e2b0c23b836e1c6e0 updates the psych requirements from 4.0 to 5.0 and this is broken on macOS. There's more context here.
The basic problem is that psych no longer bundles libyaml and macOS doesn't come with libyaml nor does it hav... | gharchive/issue | 2023-01-17T17:53:17 | 2025-04-01T04:58:23.053228 | {
"authors": [
"flavorjones",
"stevecheckoway"
],
"repo": "sparklemotion/nokogiri",
"url": "https://github.com/sparklemotion/nokogiri/issues/2769",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
963804488 | Feature request: Exporting the UTXO table to CSV
Thanks - already implemented in https://github.com/sparrowwallet/sparrow/commit/fc9cdaabb4b7b602dfd93b26d1fc53a2e92144b2 :)
| gharchive/issue | 2021-08-09T09:23:38 | 2025-04-01T04:58:23.059851 | {
"authors": [
"craigraw",
"xavierfiechter"
],
"repo": "sparrowwallet/sparrow",
"url": "https://github.com/sparrowwallet/sparrow/issues/169",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1155868473 | TypeError: undefined is not an object (evaluating 'n.code_snippet')
zE@http://10.10.10.109/:72:257090mi@http://10.10.10.109/:72:70707Ql@http://10.10.10.109/:72:122310xc@http://10.10.10.109/:72:109799_c@http://10.10.10.109/:72:109727Cc@http://10.10.10.109/:72:109590Nc@http://10.10.10.109/:72:106584hc@http://10.10.10.1... | gharchive/issue | 2022-03-01T22:09:25 | 2025-04-01T04:58:23.068598 | {
"authors": [
"AlexVanderbist",
"GAC74"
],
"repo": "spatie/ignition",
"url": "https://github.com/spatie/ignition/issues/56",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1955588348 | Update QueueCheck.php
BUG: DispatchQueueCheckJobsCommand is dispatching a HealthQueueJob Job. But as per the code in the QueueCheck.php file, it's taking based on the driver from the config/queue.php there is no any key named driver.
I have changed it to queue.default so as per the configuration default driver will b... | gharchive/pull-request | 2023-10-21T17:23:36 | 2025-04-01T04:58:23.071395 | {
"authors": [
"freekmurze",
"hirenkeraliya"
],
"repo": "spatie/laravel-health",
"url": "https://github.com/spatie/laravel-health/pull/197",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
783260162 | App not work in Ubuntu 20.04.
While I download ray app for Linux version using this link. https://spatie.be/products/ray/download/linux/latest it downloads a binary file which is not executed in ubuntu 20.04
You need to chown a+x the downloaded file (works for me in Ubuntu 20.10)
You need to chown a+x the downloa... | gharchive/issue | 2021-01-11T10:44:46 | 2025-04-01T04:58:23.085649 | {
"authors": [
"freekmurze",
"pascalchevrel",
"shankhadevpadam"
],
"repo": "spatie/ray",
"url": "https://github.com/spatie/ray/issues/106",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
59099054 | Alerting on infections
Paul, this looks like a great project, I really like the ida. I'll be setting this up myself and running a test data set through it. One thing I'd suggest for alert generation is checking for the presence of the honey binary in conjunction with api calls like urldownloadtofilea or urldownloadto... | gharchive/issue | 2015-02-26T16:36:24 | 2025-04-01T04:58:23.093855 | {
"authors": [
"nycedwardd",
"spcampbell"
],
"repo": "spcampbell/FireStic",
"url": "https://github.com/spcampbell/FireStic/issues/2",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
693336911 | Provide a debug render mode, more intuitive box select, and optimizations in listing transformations
A boolean flag when initializing the SDFV can force SDFV to draw a coordinate-grid of configurable grid width over the SDFV canvas. Additionally, in that debug mode, mouse coordinates get printed to the bottom right... | gharchive/pull-request | 2020-09-04T16:04:03 | 2025-04-01T04:58:23.100552 | {
"authors": [
"phschaad"
],
"repo": "spcl/dace-webclient",
"url": "https://github.com/spcl/dace-webclient/pull/8",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
2088971047 | Converting from JSON to tag:value creates invalid SPDX
bug.spdx.json.txt
bug.spdx.txt
We have a valid SPDX JSON file bug.spdx.json.
With tools-java we convert it to tag:value giving bug.spdx.
bug.spdx is invalid accoding to tools-python:
pyspdxtools -i bug.spdx
ERROR:root:There have been issues while parsing the prov... | gharchive/issue | 2024-01-17T14:54:34 | 2025-04-01T04:58:23.126152 | {
"authors": [
"goneall",
"vargenau"
],
"repo": "spdx/spdx-java-tagvalue-store",
"url": "https://github.com/spdx/spdx-java-tagvalue-store/issues/58",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
123254722 | setting multi mdm_ip and command to restart service
comment on my commit message
I've checked and I'm good with these changes ff7ec2f and 2891333, in fact I should I've done that a long time ago :)
Not sure about commit 9ded872, this could be related to a bug with ansible itself in your lab or the o/s that is runni... | gharchive/pull-request | 2015-12-21T10:54:15 | 2025-04-01T04:58:23.153244 | {
"authors": [
"sperreault",
"wangzhizheng"
],
"repo": "sperreault/ansible-scaleio",
"url": "https://github.com/sperreault/ansible-scaleio/pull/3",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
231393663 | When I try to install the latest 0.21 version of Hugo with Tarball hugo_0.21_macOS-64bit.tar.gz I am getting version 0.18.1
When I try to install the latest 0.21 version of Hugo with Tarball hugo_0.21_macOS-64bit.tar.gz I amgetting version 0.18.1. I have tried it several times. I have removed hugo and then re-install... | gharchive/issue | 2017-05-25T16:43:35 | 2025-04-01T04:58:23.189988 | {
"authors": [
"bep",
"interglobalmedia"
],
"repo": "spf13/hugo",
"url": "https://github.com/spf13/hugo/issues/3526",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
147361350 | Feature to return a change log for updated products
Use Case:
When a product is updated it gets unpublished.
In the case when such products need to be published manually, there is no information in the MC which tells what changed in the product.
To provide this information, the Product Import needs to return a change... | gharchive/issue | 2016-04-11T09:00:08 | 2025-04-01T04:58:23.216769 | {
"authors": [
"PhilippSpo",
"butenkor",
"panshul007"
],
"repo": "sphereio/sphere-product-import",
"url": "https://github.com/sphereio/sphere-product-import/issues/76",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
2101728310 | fix(core): Ensure required artifacts always included in output selection
Purpose
Fixes an issue where its possible for required compiler artifacts to not be output during remote executor compilation due to the outputSelection not including them.
We might want to consider if there are other implications wrt how we han... | gharchive/pull-request | 2024-01-26T07:33:36 | 2025-04-01T04:58:23.246593 | {
"authors": [
"RPate97"
],
"repo": "sphinx-labs/sphinx",
"url": "https://github.com/sphinx-labs/sphinx/pull/1383",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
745611497 | fix broken link to analysis instructions
This PR fixes broken link to analysis instructions on the readthedocs website.
Travis failed from unknown reason for me.
It happened during spine-generic dependency installation (matplotlib):
https://travis-ci.com/github/spine-generic/data-multi-subject/builds/202370396#L203... | gharchive/pull-request | 2020-11-18T12:19:32 | 2025-04-01T04:58:23.290392 | {
"authors": [
"jcohenadad",
"valosekj"
],
"repo": "spine-generic/data-multi-subject",
"url": "https://github.com/spine-generic/data-multi-subject/pull/61",
"license": "CC-BY-4.0",
"license_type": "permissive",
"license_source": "github-api"
} |
949023100 | fix(deploy): Fix ordering and some refactoring
Key changes is that a read operation happens after a force refresh of the cache
Renames some methods to identify these are cached query calls
Forces several methods to "retry" since it's a cache read, vs a live call on the requests. Should add some additional resilienc... | gharchive/pull-request | 2021-07-20T19:53:18 | 2025-04-01T04:58:23.304204 | {
"authors": [
"eyalle",
"jasonmcintosh",
"nimakaviani"
],
"repo": "spinnaker-plugins/aws-lambda-deployment-plugin-spinnaker",
"url": "https://github.com/spinnaker-plugins/aws-lambda-deployment-plugin-spinnaker/pull/86",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": ... |
2089623095 | Search for expenses
I personally need to look for old expenses often. One of the annoyingly premium features of Splitwise is searching for expenses - it would be nice to have some sort of search on the expenses list page.
Is that only in the current group or across multiple groups?
Assuming only for one group, th... | gharchive/issue | 2024-01-19T05:37:18 | 2025-04-01T04:58:23.387949 | {
"authors": [
"ankitbahl",
"manuerwin",
"scastiel"
],
"repo": "spliit-app/spliit",
"url": "https://github.com/spliit-app/spliit/issues/51",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2307659804 | docs: add documentation descriptions to globalConfig's schema file
Issue number: ADDON-70521
Summary
Adding documentation descriptions to json schema file.
Changes
Added description for all of fields in json schema file.
User experience
Currently user should be much more comfortable t use just json schema, and do not... | gharchive/pull-request | 2024-05-21T08:16:34 | 2025-04-01T04:58:23.396075 | {
"authors": [
"soleksy-splunk",
"vtsvetkov-splunk"
],
"repo": "splunk/addonfactory-ucc-generator",
"url": "https://github.com/splunk/addonfactory-ucc-generator/pull/1201",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1030990260 | Update .gitignore
Edits for clarity and grammar. Let me know if this is still accurate.
We require lock for CI non mac/linux developers will need to reset lock but not commit
| gharchive/pull-request | 2021-10-20T05:27:47 | 2025-04-01T04:58:23.398288 | {
"authors": [
"andrewy-splunk",
"rfaircloth-splunk"
],
"repo": "splunk/splunk-connect-for-snmp",
"url": "https://github.com/splunk/splunk-connect-for-snmp/pull/124",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2653022564 | Update README.md: Fixed link to AUR package
Title
Fixed link to AUR package in README
Description
Fixed link in docs to AUR package. Feel free to close if not needed.
Related Issue
Motivation and Context
How Has This Been Tested?
Screenshots (if appropriate)
Types of Changes
[ ] Bug fix (non-breaking chan... | gharchive/pull-request | 2024-11-12T18:42:55 | 2025-04-01T04:58:23.415753 | {
"authors": [
"Silverarmor",
"aminvakil",
"inform880"
],
"repo": "spotDL/spotify-downloader",
"url": "https://github.com/spotDL/spotify-downloader/pull/2227",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
698628349 | Show a message if TechDocs page takes long time to load (first time visit)
Feature Suggestion
We now have TechDocs setup in out of the box Backstage! When we visit one of the component's docs for the first time, it could take up to 10 or more seconds to load the docs. This happens for the first time page visit onl... | gharchive/issue | 2020-09-10T23:53:39 | 2025-04-01T04:58:23.447428 | {
"authors": [
"OrkoHunter",
"emmaindal",
"freben",
"harshilparmar",
"themousepotato"
],
"repo": "spotify/backstage",
"url": "https://github.com/spotify/backstage/issues/2416",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
164844757 | Fix docker-lab/helios#462 (Authentication against private registry.hub.docker.com repositories)
This change is
[Current coverage][cc-pull] is 51.82%
Merging [#473][cc-pull] into [master][cc-base-branch] will increase coverage by 0.39%
@@ master #473 diff @@
=================================... | gharchive/pull-request | 2016-07-11T14:03:15 | 2025-04-01T04:58:23.453519 | {
"authors": [
"codecov-io",
"elifarley",
"mattnworb"
],
"repo": "spotify/docker-client",
"url": "https://github.com/spotify/docker-client/pull/473",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
197952200 | Add test suite with coverage
Description
Would y'all be willing to potentially take a PR that adds a test suite with coverage for the docker-gc script? Something using bats maybe.
definitely!
| gharchive/issue | 2016-12-29T04:30:51 | 2025-04-01T04:58:23.454951 | {
"authors": [
"RochesterinNYC",
"mattnworb"
],
"repo": "spotify/docker-gc",
"url": "https://github.com/spotify/docker-gc/issues/150",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
256510107 | Invalid RSA private key when using Docker client with maven dockerfile:build with Docker Data Center 17.06
Hello,
I am experiencing an "Invalid RSA Private Key" exception, coming from Spotify's underlying Docker Client when running mvn dockerfile:build against a remote Docker Data Center Cluster 17.06.
I have therefo... | gharchive/issue | 2017-09-10T13:26:43 | 2025-04-01T04:58:23.457585 | {
"authors": [
"blueelephants",
"chrsoo",
"grumpymatt"
],
"repo": "spotify/dockerfile-maven",
"url": "https://github.com/spotify/dockerfile-maven/issues/74",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
185466564 | K filters behavior?
It doesn't seem like any of the K-filtering aggregations work. Regardless of the filter / k values that I use, the same sample gets returned every time. Am I using these wrong?
For example, in a set of values:
[
[1, 10.0],
[2, 20.0],
[3, 30.0]
]
I would expect a query w/ "aggregation:... | gharchive/issue | 2016-10-26T18:01:33 | 2025-04-01T04:58:23.463279 | {
"authors": [
"juruen",
"mykolasmith",
"udoprog"
],
"repo": "spotify/heroic",
"url": "https://github.com/spotify/heroic/issues/121",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
353773313 | revert tornado upgrade
Description
Revert the change of tornado version requirement.
Motivation and Context
Since 5.0 tornado requires Python 2.7.9+ and 3.4+.
Have you tested this? If so, how?
Travis.
@dlstadther PTAL
Yeah I will.
| gharchive/pull-request | 2018-08-24T12:57:18 | 2025-04-01T04:58:23.465811 | {
"authors": [
"honnix"
],
"repo": "spotify/luigi",
"url": "https://github.com/spotify/luigi/pull/2504",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
1237055497 | Upgrade Android Gradle Plugin to 7.3.0
What has changed
Android Gradle plugin was updated to 7.3.0
Gradle was updated to 7.5.1
Other dependencies were updated
Why was it changed
In order to stay up-to-date and compatible with latest releases
Related issues
N/A
@ViktorPetrovski @botronic feel free to merge th... | gharchive/pull-request | 2022-05-16T12:06:55 | 2025-04-01T04:58:23.468171 | {
"authors": [
"simonschiller"
],
"repo": "spotify/ruler",
"url": "https://github.com/spotify/ruler/pull/72",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
225278462 | Braintree::NotFoundError issue with gateway (PayPal)
hello everyone im using Spree gem with a ecommerce site. the version are:
gem 'spree', '~> 3.2.0'
gem 'spree_auth_devise', '~> 3.2.0.beta'
gem 'spree_gateway', '~> 3.2.0.beta'
and i found a video tutorial in youtube to make payments with paypal using Spree: https:/... | gharchive/issue | 2017-04-29T19:09:23 | 2025-04-01T04:58:23.507981 | {
"authors": [
"Ingosmar89219",
"Mafi88"
],
"repo": "spree-contrib/spree_braintree_vzero",
"url": "https://github.com/spree-contrib/spree_braintree_vzero/issues/161",
"license": "bsd-3-clause",
"license_type": "permissive",
"license_source": "bigquery"
} |
1093465971 | VEN-259 UX: when saving/creating/removing product properties it should redirect back to product properties, not product edit
https://getvendo.atlassian.net/browse/VEN-259
@damianlegawiec Previously we have made both product property fields required. Now consider this:
Go to product properties
Update existing prope... | gharchive/pull-request | 2022-01-04T15:27:40 | 2025-04-01T04:58:23.515143 | {
"authors": [
"aleksandarpetrushev"
],
"repo": "spree/spree_backend",
"url": "https://github.com/spree/spree_backend/pull/101",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
173099484 | Where can I find user/pass to use in "cf create-service-broker"
Can you please tell me where I can find the user/password to register this MongoDB broker to a CF environment
Thanks
Beth Tran
Please close this issue. The spring framework points me to Spring Boot security for the setup.
Thanks
| gharchive/issue | 2016-08-25T02:16:54 | 2025-04-01T04:58:23.525265 | {
"authors": [
"betht1220"
],
"repo": "spring-cloud-samples/cloudfoundry-service-broker",
"url": "https://github.com/spring-cloud-samples/cloudfoundry-service-broker/issues/14",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
364753667 | Scheduler Not Execute
I set up a scheduled task, but it didn't execute.
How to use it?
the time in the cron expression is also related to the the timezone the nodes are configured for. check that the time your configuring in your cron expression matches the timezone the node(s) (minikube, GKE, etc).
closing due ... | gharchive/issue | 2018-09-28T06:10:23 | 2025-04-01T04:58:23.530535 | {
"authors": [
"chrisjs",
"xyjwsj"
],
"repo": "spring-cloud/spring-cloud-dataflow-server-kubernetes",
"url": "https://github.com/spring-cloud/spring-cloud-dataflow-server-kubernetes/issues/336",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1891296048 | Fix nullable flag in ShortcutConfigurable.ShortcutType#GATHER_LIST_TAIL_FLAG
Hey,
We are building SCG with custom predicates and filters on top of database configuration with nullable predicate and filter parameter values in case to avoid ordering issues with optional parameters.
But we are getting NPE on ShortcutCon... | gharchive/issue | 2023-09-11T21:30:15 | 2025-04-01T04:58:23.536098 | {
"authors": [
"muchnik",
"spencergibb"
],
"repo": "spring-cloud/spring-cloud-gateway",
"url": "https://github.com/spring-cloud/spring-cloud-gateway/issues/3048",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
393993407 | Polyglot support
I Wonder how do gateway support polyglot apps?
I use Sidecar before. But I Want to change Zuul 1.x to Spring Cloud Gateway.
So I Wonder whether do we have some components like Sidecar .
@spencergibb @ryanjbaxter
Sorry, I didn't recognize that.
I wish you have a goog holiday.
| gharchive/issue | 2018-12-25T09:22:57 | 2025-04-01T04:58:23.538171 | {
"authors": [
"eacdy"
],
"repo": "spring-cloud/spring-cloud-gateway",
"url": "https://github.com/spring-cloud/spring-cloud-gateway/issues/735",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
415806545 | Datastore discrimination ref docs and sample
fixes #1475
refdoc and sample update for discrimination
Codecov Report
Merging #1496 into master will decrease coverage by 0.37%.
The diff coverage is 0%.
@@ Coverage Diff @@
## master #1496 +/- ##
=======================... | gharchive/pull-request | 2019-02-28T20:21:58 | 2025-04-01T04:58:23.551160 | {
"authors": [
"ChengyuanZhao",
"codecov-io",
"meltsufin"
],
"repo": "spring-cloud/spring-cloud-gcp",
"url": "https://github.com/spring-cloud/spring-cloud-gcp/pull/1496",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
595304549 | Clarify Secret Manager sample property class
Add a comment to clarify the @Autowiring of the MyAppProperties in the Secret Manager sample.
Fixes #2299.
Fractal clarification requested :)
| gharchive/pull-request | 2020-04-06T17:45:46 | 2025-04-01T04:58:23.552660 | {
"authors": [
"dzou",
"elefeint"
],
"repo": "spring-cloud/spring-cloud-gcp",
"url": "https://github.com/spring-cloud/spring-cloud-gcp/pull/2304",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.