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 |
|---|---|---|---|---|---|
261135160 | Number of stats and length of stat name should be configurable
Envoy currently hardcodes a limit of 16k individual stats, with a fixed maximum name length. These values should be tunable.
+1
Defaults should be settable at compile-time via .bazelrc (or similar), and overridable via CLI flag at startup.
@hennna
... | gharchive/issue | 2017-09-27T22:16:04 | 2025-04-01T06:38:34.097497 | {
"authors": [
"ggreenway",
"htuch",
"mattklein123"
],
"repo": "envoyproxy/envoy",
"url": "https://github.com/envoyproxy/envoy/issues/1761",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1664972971 | Add Attributes connection.transport_failure_reason
Title: Add Attributes connection.transport_failure_reason along with TLS connection errors
Description:
Describe the desired behavior, what scenario it enables and how it
would be used.
Purposed Attributes
connection.transport_failure_reason:
Currently upstream.tran... | gharchive/issue | 2023-04-12T17:36:46 | 2025-04-01T06:38:34.102156 | {
"authors": [
"XinyiZhangAws",
"mattklein123",
"ytsssun"
],
"repo": "envoyproxy/envoy",
"url": "https://github.com/envoyproxy/envoy/issues/26710",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2514216849 | Test flake: //test/extensions/filters/http/ext_proc:ext_proc_integration_test
https://dev.azure.com/cncf/envoy/_build/results?buildId=179508&view=logs&j=4930ecaf-18f4-5b3c-dea3-309729c3b3ae&t=573d8780-d7b9-52e3-b4e0-a89886b0b9ff&l=3840
[ RUN ] IpVersionsClientTypeDeferredProcessing/ExtProcIntegrationTest.GetAndC... | gharchive/issue | 2024-09-09T15:02:01 | 2025-04-01T06:38:34.109718 | {
"authors": [
"alyssawilk",
"cainelli",
"ravenblackx",
"tyxia"
],
"repo": "envoyproxy/envoy",
"url": "https://github.com/envoyproxy/envoy/issues/36041",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2626347837 | Implement a Token Introspection (RFC 7662) HTTP Filter
Token Introspection (RFC 7662): Implement an HTTP Filter to verify external token
Description:
Allow external OAuth2/OIDC token to be valided via the Token Introspection api in order for envoy to act as a Identity Aware Proxy (IAP)
Relevant Links:
https://data... | gharchive/issue | 2024-10-31T09:05:26 | 2025-04-01T06:38:34.113181 | {
"authors": [
"nezdolik",
"supercairos"
],
"repo": "envoyproxy/envoy",
"url": "https://github.com/envoyproxy/envoy/issues/36931",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
508523044 | Redis through envoy gets high response time with redis-benchmark
Hi,
I’m deploying envoy redis in our environment and I’ve found out that it’s increasing the RTT of the 95 percentile requests to redis in about 7~ms, I have run redis-benchmark tool in both configurations, and through envoy the higher percents getting ... | gharchive/issue | 2019-10-17T14:39:47 | 2025-04-01T06:38:34.132482 | {
"authors": [
"HenryYYang",
"mosespx",
"ramaraochavali",
"saagar241290"
],
"repo": "envoyproxy/envoy",
"url": "https://github.com/envoyproxy/envoy/issues/8644",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
522910625 | pre startup checks for windows: log if system variables need changing
pre startup checks: Check os variables before startup on windows
Description:
As a fix for issue https://github.com/envoyproxy/envoy/issues/7130, PR #8600 introduces an interface and a posix implementation that runs platform specific checks before ... | gharchive/issue | 2019-11-14T14:54:41 | 2025-04-01T06:38:34.135706 | {
"authors": [
"sriduth"
],
"repo": "envoyproxy/envoy",
"url": "https://github.com/envoyproxy/envoy/issues/9025",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
538217268 | API Request: Add HttpFilter.instance_name
HttpFilter.name is used to instantiate a specific type of filter by http_connection_manager
In that sense HttpFilter.name is the className parameter.
In filters like WASM and lua, a filter with the same name is deployed multiple times.
This makes it difficult to identify a sp... | gharchive/issue | 2019-12-16T06:44:54 | 2025-04-01T06:38:34.148945 | {
"authors": [
"alexburnos",
"htuch",
"kyessenov",
"lambdai",
"mandarjog",
"mattklein123"
],
"repo": "envoyproxy/envoy",
"url": "https://github.com/envoyproxy/envoy/issues/9358",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
735729040 | [fuzz] Got rid of all uninteresting call logs in health check fuzzing
Signed-off-by: Zach Reyes zasweq@google.com
Commit Message: Got rid of all uninteresting call logs in health check fuzzing
Additional Description: Uninteresting call logs were slowing down my health check fuzzer in oss-fuzz. This PR gets rid of all... | gharchive/pull-request | 2020-11-04T00:44:01 | 2025-04-01T06:38:34.153165 | {
"authors": [
"asraa",
"zasweq"
],
"repo": "envoyproxy/envoy",
"url": "https://github.com/envoyproxy/envoy/pull/13891",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
919796648 | docs: Use yaml build config for vars
Signed-off-by: Ryan Northey ryan@synca.io
Commit Message: docs: Use yaml build config for vars
Additional Description:
Another breakout from #15229
This adds a build configuration file for vars passed through to sphinx
Risk Level:
Testing:
Docs Changes:
Release Notes:
Platform Spe... | gharchive/pull-request | 2021-06-13T13:14:01 | 2025-04-01T06:38:34.156560 | {
"authors": [
"dmitri-d",
"phlax"
],
"repo": "envoyproxy/envoy",
"url": "https://github.com/envoyproxy/envoy/pull/16959",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
951740251 | bazel: remove old luajit workaround
According to https://luajit.org/install.html
Important: this relates to LuaJIT 2.0 only — use LuaJIT 2.1 to avoid these complications.
Since we have updated past 2.1 we shouldn't need these anymore which is
great since it breaks on Apple Silicon
https://github.com/envoyproxy/envo... | gharchive/pull-request | 2021-07-23T16:48:45 | 2025-04-01T06:38:34.159873 | {
"authors": [
"keith",
"moderation"
],
"repo": "envoyproxy/envoy",
"url": "https://github.com/envoyproxy/envoy/pull/17466",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
959392346 | conn pool: default enable runtime feature conn_pool_delete_when_idle
Signed-off-by: Greg Greenway ggreenway@apple.com
Commit Message: This enables the new behavior (clean up conn pools when they're idle, to avoid leaking memory in some configurations) from #17403 by default. It can still be disabled by setting runti... | gharchive/pull-request | 2021-08-03T18:47:49 | 2025-04-01T06:38:34.166867 | {
"authors": [
"alyssawilk",
"ggreenway",
"rgs1"
],
"repo": "envoyproxy/envoy",
"url": "https://github.com/envoyproxy/envoy/pull/17577",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
384420243 | reformat dynamic metadata emitted by Mongo proxy
Description: Emit metadata as map<resource, list(operations> so that it can be used in metadata matchers easily. The existing format (messages:list(structs)) is too hard to represent in metadata matchers.
Risk Level: LOW
Testing: Unit tests
Signed-off-by: Shriram Rajag... | gharchive/pull-request | 2018-11-26T16:51:50 | 2025-04-01T06:38:34.169363 | {
"authors": [
"rshriram"
],
"repo": "envoyproxy/envoy",
"url": "https://github.com/envoyproxy/envoy/pull/5117",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1942846397 | Global downstream connection limits.
Add a overload manager configuration to limit the total number of downstream connections
https://www.envoyproxy.io/docs/envoy/latest/configuration/operations/overload_manager/overload_manager#limiting-active-connections
It appears that the functionality is incomplete and unsuita... | gharchive/issue | 2023-10-14T01:05:39 | 2025-04-01T06:38:34.176495 | {
"authors": [
"arkodg",
"shahar-h",
"tmsnan"
],
"repo": "envoyproxy/gateway",
"url": "https://github.com/envoyproxy/gateway/issues/1966",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2084862185 | feat(cors): Allowed more wildcard options
A few weeks ago the allowed CORS origins have been changed from a regex to a wildcard notation (#2389). Implementation wise all kinds of wildcards are supported, however, the validation regex on the SecurityPolicy CRD limits the CORS options to hostnames prefixed with an wild... | gharchive/pull-request | 2024-01-16T20:35:09 | 2025-04-01T06:38:34.183618 | {
"authors": [
"arkodg",
"jaynis",
"zhaohuabing"
],
"repo": "envoyproxy/gateway",
"url": "https://github.com/envoyproxy/gateway/pull/2453",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
103241761 | Enyo 2171 Add tabindex for Item to prevent accessibility timing issue
Issue
screen reader sometimes does not read child component's content when Item is focused.
Cause
Item may have components as child. However, Sometimes screen reader does not read child component's content because time to receive tabindex is late t... | gharchive/pull-request | 2015-08-26T11:23:29 | 2025-04-01T06:38:34.223972 | {
"authors": [
"kbs12e"
],
"repo": "enyojs/moonstone",
"url": "https://github.com/enyojs/moonstone/pull/2465",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
1000814437 | [QUESTION] Path still gets generated even when told not to
Path still gets generated in the swagger.dart file when specified like the following in the build.yaml file:
targets:
$default:
sources:
- lib/**
- $package$
builders:
chopper_generator:
options:
header: "//Generated code"
swagger_dart_code_generator:
options... | gharchive/issue | 2021-09-20T10:37:52 | 2025-04-01T06:38:34.277567 | {
"authors": [
"Vovanella95",
"dtaskai"
],
"repo": "epam-cross-platform-lab/swagger-dart-code-generator",
"url": "https://github.com/epam-cross-platform-lab/swagger-dart-code-generator/issues/245",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1438145424 | [QUESTION] How can I config worker-pool on Chopper?
Please describe a problem.
The below is Chopper worker poll example.
/// inspired by https://github.com/d-markey/squadron_sample/blob/main/lib/main.dart
void initSquadron(String id) {
Squadron.setId(id);
Squadron.setLogger(ConsoleSquadronLogger());
Squadron.lo... | gharchive/issue | 2022-11-07T10:45:18 | 2025-04-01T06:38:34.280296 | {
"authors": [
"Vovanella95",
"dfdgsdfg"
],
"repo": "epam-cross-platform-lab/swagger-dart-code-generator",
"url": "https://github.com/epam-cross-platform-lab/swagger-dart-code-generator/issues/483",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2697974744 | Background for items in context menu opened from chat header should be blue (now green)
EPAM AI DIAL chat version
0.21.0
What happened?
Actual:
Expected: on the central part items are highlighted using blue color
Example:
Confidential information
[X] I confirm that do not share any confidential information
ver... | gharchive/issue | 2024-11-27T10:13:16 | 2025-04-01T06:38:34.284128 | {
"authors": [
"VolhaBazhkova",
"YauheniyaH"
],
"repo": "epam/ai-dial-chat",
"url": "https://github.com/epam/ai-dial-chat/issues/2678",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2595382305 | fix(chat): Update the phrase "Not allowed model selected. Please, change the model to proceed" (Issue #2363)
Description:
Update the phrase "Not allowed model selected. Please, change the model to proceed"
Issues:
Issue #2363
Checklist:
[x] the pull request name complies with Conventional Commits
[x] the pull requ... | gharchive/pull-request | 2024-10-17T17:56:05 | 2025-04-01T06:38:34.289251 | {
"authors": [
"Derikyan"
],
"repo": "epam/ai-dial-chat",
"url": "https://github.com/epam/ai-dial-chat/pull/2393",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1758757955 | Enable SAST scan for Tekton pipelines
As an EDP user, I would like to be able to use SAST scanning out of the box for tekton pipelines.
Acceptance Criteria:
SAST scan available out of the box for Tekton pipelines;
Enable only for build pipelines;
We have recently implemented a static application security testing ... | gharchive/issue | 2023-06-15T12:48:33 | 2025-04-01T06:38:34.292991 | {
"authors": [
"NikolayMarusenko",
"Rolika4"
],
"repo": "epam/edp-install",
"url": "https://github.com/epam/edp-install/issues/27",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
126428336 | Reference to undefined pattern comment
I tried converting http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.1.xsd to rnc using this stylesheet and then trang. However, when I tried to use the .rnc file in nxml-mode in emacs, it said: nxml-display-file-parse-error: Reference to undefined pattern comment.
My XS... | gharchive/issue | 2016-01-13T14:25:58 | 2025-04-01T06:38:34.303260 | {
"authors": [
"dwhoman",
"greenrd"
],
"repo": "epiasini/XSDtoRNG",
"url": "https://github.com/epiasini/XSDtoRNG/issues/20",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
527031031 | Pagination Documentation
I think a pagination entry is needed in the documentation. It works really nice and it's shame if someone overlooks it.
Using it right now with markup-tables
Thanks a lot for this wonderful template
Thanks for suggestion.
We're going to add docs as a part of vuestic-ui. Here's some not fee... | gharchive/issue | 2019-11-22T07:19:21 | 2025-04-01T06:38:34.306157 | {
"authors": [
"Heavenwalker",
"asvae",
"haizad"
],
"repo": "epicmaxco/vuestic-admin",
"url": "https://github.com/epicmaxco/vuestic-admin/issues/680",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
854256392 | Split tests ...
... for parallelization, more focussed test areas, and speedup.
To be tackled post-mvp
We have tests that install/uninstall Epinio or some components. As far as I can tell, these are the features tests (which enable/disable in-cluster services etc)
There are also other tests that enable the componen... | gharchive/issue | 2021-04-09T07:34:50 | 2025-04-01T06:38:34.337441 | {
"authors": [
"jimmykarily",
"kkaempf"
],
"repo": "epinio/epinio",
"url": "https://github.com/epinio/epinio/issues/263",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
732598332 | [v0.5] Epicli does not create PostgreSQL SET_BY_AUTOMATION values correctly
Rename SET_BY_AUTOMATION to AUTOCONFIGURED for shared_preload_libraries
/azp run
/azp run
| gharchive/pull-request | 2020-10-29T19:35:17 | 2025-04-01T06:38:34.340008 | {
"authors": [
"to-bar"
],
"repo": "epiphany-platform/epiphany",
"url": "https://github.com/epiphany-platform/epiphany/pull/1811",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
386537120 | Optional property
How to make an optional property ?
They are optional by default. Please see JSON schema spec
| gharchive/issue | 2018-12-02T07:59:10 | 2025-04-01T06:38:34.350393 | {
"authors": [
"DavidIzaac",
"epoberezkin"
],
"repo": "epoberezkin/ajv",
"url": "https://github.com/epoberezkin/ajv/issues/894",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
641889333 | fix overlaps check
The isBetween function did not return true when either top or bottom of cement was equal to top or bottom of hole. (Check was < or >, needs to be <= and >=)
Think I might have simplified it a little to much. Will check and update PR before review is needed
Fixed the overlap check and now all ce... | gharchive/pull-request | 2020-06-19T11:02:50 | 2025-04-01T06:38:34.419972 | {
"authors": [
"ooystein"
],
"repo": "equinor/esv-intersection",
"url": "https://github.com/equinor/esv-intersection/pull/336",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2521437942 | refactor!: simplify subnet configuration
BREAKING CHANGE: remove subnet object properties network_security_group, route_table and nat_gateway. Add subnet object properties security_group_id, route_table_id and nat_gateway_id.
Depends on hashicorp/terraform-provider-azurerm#27199
| gharchive/pull-request | 2024-09-12T06:09:09 | 2025-04-01T06:38:34.426320 | {
"authors": [
"hknutsen"
],
"repo": "equinor/terraform-azurerm-network",
"url": "https://github.com/equinor/terraform-azurerm-network/pull/78",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
301166680 | LALR parser throws gives UnexpectedToken exception with optional string
I have written a grammar that succesfully passes my testcases with the default parser. Now I am trying to convert it to an LALR parser. But this parser throws an exception when parsing a fairly sentence.
Expected Behavior
Lark should either give ... | gharchive/issue | 2018-02-28T20:14:11 | 2025-04-01T06:38:34.475923 | {
"authors": [
"eddieschoute",
"erezsh"
],
"repo": "erezsh/lark",
"url": "https://github.com/erezsh/lark/issues/98",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
2182957835 | RuntimeError: expected scalar type BFloat16 but found Float
when i run train_eval.py and do the evaluation stage1, i met this question and have no solution.
Can you provide more error details? This part seems an auto-casting issue, which should be automatically handled by lightening.
| gharchive/issue | 2024-03-13T01:46:03 | 2025-04-01T06:38:34.497913 | {
"authors": [
"KzZheng",
"oldwangggggg"
],
"repo": "eric-ai-lab/MiniGPT-5",
"url": "https://github.com/eric-ai-lab/MiniGPT-5/issues/45",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
400016478 | Error
Hi there, is there any thing to do in this case?
pylinkedin.exceptions.ServerIpBlacklisted: Linkedin blacklists ips for unauthentified http requests, Aws, Digital Ocean
Hey,
LinkedIn blacklists all IPs from major cloud providers so the only way i see you can use it is by using a different cloud provider. Ther... | gharchive/issue | 2019-01-16T21:58:06 | 2025-04-01T06:38:34.536712 | {
"authors": [
"conorg763",
"nithinkashyapn",
"renatoluz"
],
"repo": "ericfourrier/scrape-linkedin",
"url": "https://github.com/ericfourrier/scrape-linkedin/issues/17",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
339700724 | Twing throws: "SyntaxError: missing ) after argument list" whenever it encounters a ` character.
Hi, it took me a while to track down this issue as I'm currently porting a large project to Twing from Twig.js to be more compatible with our TwigPHP environment.
After a lot of digging I tracked down a "SyntaxError: miss... | gharchive/issue | 2018-07-10T05:45:21 | 2025-04-01T06:38:34.554698 | {
"authors": [
"deflock",
"ericmorand",
"nedkelly"
],
"repo": "ericmorand/twing",
"url": "https://github.com/ericmorand/twing/issues/230",
"license": "bsd-2-clause",
"license_type": "permissive",
"license_source": "bigquery"
} |
1761872195 | client.Describe No result returned
the code that reproduces this issue or a replay of the bug
const imgUrl=`https://cdn.discordapp.com/attachments/1008571049039896576/1119473369813884958/manuelcorazzari_dirty_hands_holding_dirt_from_the_ground_sun_li_98bfb5e5-8c4f-4cb3-879a-bc229108e505.png`
const msg = await client... | gharchive/issue | 2023-06-17T14:16:24 | 2025-04-01T06:38:34.572186 | {
"authors": [
"clementepestelli",
"lx-0",
"lys623",
"pyronaur",
"zcpua"
],
"repo": "erictik/midjourney-client",
"url": "https://github.com/erictik/midjourney-client/issues/136",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
219985062 | Folder Copying Won't Start - Returns Blank Screen
I just started using the app today and successfully used it twice this morning, including one folder that was very large (over 2000 total files). However, when I try to start a new folder now, once I click "copy folder," it goes to a blank screen and doesn't start the... | gharchive/issue | 2017-04-06T18:12:01 | 2025-04-01T06:38:34.636692 | {
"authors": [
"GASPARDYP",
"ericyd",
"karynrose1784"
],
"repo": "ericyd/gdrive-copy",
"url": "https://github.com/ericyd/gdrive-copy/issues/15",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
2643774955 | [automation] Updated mainnet.toml for erigon3 up to 21.141M
This is an AUTOMATIC PR raised from this machine (which is running erigon3): snapshotter-bm-e3-ethmainnet-n1
I'm closing this PR as we were waiting for the new Caplin state files, which were not produced because of a downloader glitch in creating their tor... | gharchive/pull-request | 2024-11-08T11:33:24 | 2025-04-01T06:38:34.646171 | {
"authors": [
"michelemodolo"
],
"repo": "erigontech/erigon-snapshot",
"url": "https://github.com/erigontech/erigon-snapshot/pull/329",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
210202490 | Fixed issue with missing migration
There were changes in the model and no makemigrations command was ran.
What's this PR do?
Fix issue #19
Where should the reviewer start?
How should this be manually tested?
Any background context you want to provide?
This template was adapted ~stolen~ from Quickleft/Sprint.ly
Code... | gharchive/pull-request | 2017-02-25T02:10:56 | 2025-04-01T06:38:36.018985 | {
"authors": [
"codecov-io",
"fernandolobato"
],
"repo": "erikiado/jp2_online",
"url": "https://github.com/erikiado/jp2_online/pull/20",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
750258668 | Different input frequencies are getting played as the same output frequency
In #2 I referenced a bug I was investigating. Here it is.
Background
I'm trying to use this library to prototype a personal data over sound project. I'm working on using the presence of a sound at any of 24 different frequencies to convey the... | gharchive/issue | 2020-11-25T01:45:54 | 2025-04-01T06:38:36.038204 | {
"authors": [
"eriknyquist",
"eriknyquist-avive",
"jhale1805"
],
"repo": "eriknyquist/tones",
"url": "https://github.com/eriknyquist/tones/issues/3",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
112146031 | Best practice to manipulate a field's value
Assume that I need to change the value of username input field upon the change of last name field. The reason why the username should be kept on the input is to let the user manipulating it. The way to do it is to call the change action to change the value of username input... | gharchive/issue | 2015-10-19T13:37:43 | 2025-04-01T06:38:36.067751 | {
"authors": [
"Jevgenius",
"anmol1591",
"anselmdk",
"astrauka",
"chaitanya0bhagvan",
"erikras",
"gabrielhpugliese",
"himawan-r",
"joaoreynolds",
"kaueburiti",
"mohebifar",
"saitonakamura",
"szokrika",
"xcatliu",
"zackshen"
],
"repo": "erikras/redux-form... |
127764767 | resetForm() leaves a ↵ when executed.
I have this form:
/**
* React component MessagesForm
*/
import React, { PropTypes } from 'react'
import {reduxForm, reset} from 'redux-form'
const MessagesForm = p => {
const {fields: {message}} = p
const addMessage = e => {
if(e.keyCode == 13 && e.shiftKey == false... | gharchive/issue | 2016-01-20T19:27:45 | 2025-04-01T06:38:36.071622 | {
"authors": [
"erikras",
"nschurmann"
],
"repo": "erikras/redux-form",
"url": "https://github.com/erikras/redux-form/issues/574",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
856777498 | Remove stable RNA
Use the tool in the same package as BBMap.
Fixed in 94e634465505874002b4431c4988b9b5df34eccd with --sequence_filter parameter.
| gharchive/issue | 2021-04-13T09:33:23 | 2025-04-01T06:38:36.072687 | {
"authors": [
"erikrikarddaniel"
],
"repo": "erikrikarddaniel/magmap",
"url": "https://github.com/erikrikarddaniel/magmap/issues/7",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
772608103 | Support multiple instances of each module
Currently, every module in the Glk JS ecosystem is a global object (window.GlkOte, window.Dialog, window.Quixe, etc). We would like to support the possibility of more than one. It should be possible to create instances of each and start them running, with each one talking onl... | gharchive/issue | 2020-12-22T03:27:29 | 2025-04-01T06:38:36.096852 | {
"authors": [
"curiousdannii",
"erkyrath"
],
"repo": "erkyrath/glkote",
"url": "https://github.com/erkyrath/glkote/issues/46",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
330016838 | ERRAI-1111: Fix a bug with interrupting a navigation hide.
This will properly allow us to interrupt the hiding process in navigation.
Can one of the admins verify this PR? Comment with 'ok to test' to start the build.
Are we able to progress this issue?
@BenDol Can you provide a more detailed description of the... | gharchive/pull-request | 2018-06-06T20:17:16 | 2025-04-01T06:38:36.126011 | {
"authors": [
"BenDol",
"kie-ci",
"kiereleaseuser2",
"tiagobento"
],
"repo": "errai/errai",
"url": "https://github.com/errai/errai/pull/347",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1706255600 | Add mailhog support to docker-compose.yml example
This took me longer than I'd like to admit to figure out how to properly integrate MailHog into one of my own projects' dev environments, so I thought I'd save someone the time and add MailHog to the example docker-compose.yml.
MailHog will catch all outgoing mail fro... | gharchive/pull-request | 2023-05-11T17:31:39 | 2025-04-01T06:38:36.134945 | {
"authors": [
"aleciavogel",
"erseco"
],
"repo": "erseco/alpine-moodle",
"url": "https://github.com/erseco/alpine-moodle/pull/28",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
197805994 | Add License
Hello
Congrats!
As any open source project, we must declare our licensing policy.
Done! Thanx.
| gharchive/issue | 2016-12-28T06:57:03 | 2025-04-01T06:38:36.215001 | {
"authors": [
"cengizIO",
"ersinerdal"
],
"repo": "ersinerdal/react-redux-immutable-ddd",
"url": "https://github.com/ersinerdal/react-redux-immutable-ddd/issues/1",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
49976751 | Issues with multiple block-level elements in definition lists
As tested on the parsedown demo: http://parsedown.org/demo?extra=1
this code does not render as it should within the definition list:
Term 1
: This is a definition with two paragraphs. Lorem ipsum
dolor sit amet, consectetuer adipiscing elit. Aliqua... | gharchive/issue | 2014-11-25T04:54:13 | 2025-04-01T06:38:36.219234 | {
"authors": [
"erusev",
"rhukster"
],
"repo": "erusev/parsedown-extra",
"url": "https://github.com/erusev/parsedown-extra/issues/25",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
2439873848 | Use fixed number of threads in test262-test concurrent mode
This PR makes following changes:
Change -test262-test:concurrent option to be number.
Use fixed number of threads in test262-test concurrent mode.
It is expected to resolve issue #251 (if proper number of threads is given).
Now concurrent and timeout opt... | gharchive/pull-request | 2024-07-31T11:59:59 | 2025-04-01T06:38:36.221673 | {
"authors": [
"stonechoe"
],
"repo": "es-meta/esmeta",
"url": "https://github.com/es-meta/esmeta/pull/252",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
1083966344 | get rid of QConv1d and co.
With pytorch 3.10 the concept of parametrization was introduced... Now pytorch provides a native way for us to inject and apply arbitrary modules to other modules parameters before they are used... E.g. A module behaving equivalently to QConv1d with Binarize can be built like this
import to... | gharchive/issue | 2021-12-18T23:33:11 | 2025-04-01T06:38:36.223573 | {
"authors": [
"glencoe"
],
"repo": "es-ude/elastic-ai.creator",
"url": "https://github.com/es-ude/elastic-ai.creator/issues/7",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1687687679 | Seeing intermittent future_key errors
2023-04-25 23:12:39 ERROR:flask_shell2http:future_key ebbb407f already exists 2023-04-25 23:12:39 ERROR:flask_shell2http:No report exists for key: 'ebbb407f'.
These are interspersed with working calls.
I turned off wait=true and switched to polling. This reduced the problem but d... | gharchive/issue | 2023-04-27T23:46:07 | 2025-04-01T06:38:36.243811 | {
"authors": [
"bfeist",
"eshaan7"
],
"repo": "eshaan7/Flask-Shell2HTTP",
"url": "https://github.com/eshaan7/Flask-Shell2HTTP/issues/53",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
2065123733 | Bug: false positive for security/detect-object-injection
What version of eslint-plugin-security are you using?
2.1.0
ESLint Environment
Node version: v20.10.0
npm version: v10.2.3
Local ESLint version: 8.56.0
Global ESLint version: Not found
Operating System: linux 6.2.0-1018-azure
What parser are you using?
Default ... | gharchive/issue | 2024-01-04T07:10:09 | 2025-04-01T06:38:36.257271 | {
"authors": [
"AnnAngela",
"nzakas"
],
"repo": "eslint-community/eslint-plugin-security",
"url": "https://github.com/eslint-community/eslint-plugin-security/issues/136",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1522976742 | Bug: Local development broken
URL(s)
(All)
What did you do?
Tried writing a new blog post with a date in the future.
What did you expect to happen?
I expected the blog post to be visible at https://localhost:2022/blog. We had this set up so that future posts would be shown locally to make it easier to debug, but then... | gharchive/issue | 2023-01-06T18:28:48 | 2025-04-01T06:38:36.262062 | {
"authors": [
"amareshsm",
"nzakas"
],
"repo": "eslint/eslint.org",
"url": "https://github.com/eslint/eslint.org/issues/397",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
782514368 | Clean up image API code paths
Most commits have individual descriptions, but at a high level I'm essentially getting rid of the complex mutually-recursing-across-processes behavior previously present in image.js. I've moved the part that actually calls into ImageMagick into its own file, so instead of commands callin... | gharchive/pull-request | 2021-01-09T05:03:52 | 2025-04-01T06:38:36.307185 | {
"authors": [
"TheEssem",
"adroitwhiz"
],
"repo": "esmBot/esmBot",
"url": "https://github.com/esmBot/esmBot/pull/49",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1906962973 | Add support for MCUboot
MCUboot support was added for the ESP32-C3 in #49, we should continue adding support for additional devices. There is interest in this from other teams within Espressif currently, and as such it is likely a useful feature for some community members as well.
See esp32c3_hal/src/lib.rs as a refe... | gharchive/issue | 2023-09-21T13:16:22 | 2025-04-01T06:38:36.327579 | {
"authors": [
"bjoernQ",
"jessebraham"
],
"repo": "esp-rs/esp-hal",
"url": "https://github.com/esp-rs/esp-hal/issues/806",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2518747758 | feat: Drop support for ESP-IDF 4.4 and Python 3.6
Description
This MR includes several fixes for the pipeline to pass:
The codereport maintainer has merged my MR (https://github.com/paulgessinger/codereport/pull/4) and released a new version 0.4.0. This should resolve dependency conflicts mentioned in: https://githu... | gharchive/pull-request | 2024-09-11T07:06:02 | 2025-04-01T06:38:36.630575 | {
"authors": [
"peterdragun"
],
"repo": "espressif/clang-tidy-runner",
"url": "https://github.com/espressif/clang-tidy-runner/pull/49",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
260138030 | BLE Notifications stop working after SPI init
Hi All,
I have a weird one for you.
I have a program that communicates over BLE (peripheral and central, connected as a peripheral) to a computer. The computer sends some commands and then sends a message to enable/initialise the SPI Master.
Before the SPI is enabled, the... | gharchive/issue | 2017-09-25T02:23:15 | 2025-04-01T06:38:36.638853 | {
"authors": [
"lucazader",
"negativekelvin",
"projectgus"
],
"repo": "espressif/esp-idf",
"url": "https://github.com/espressif/esp-idf/issues/1035",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2105921617 | Lacking double-checked locking optimization leads to significantly slower code for static local variables on RISC-V (IDFGH-12004)
Answers checklist.
[X] I have read the documentation ESP-IDF Programming Guide and the issue is not addressed there.
[X] I have updated my IDF branch (master or release) to the latest ver... | gharchive/issue | 2024-01-29T16:44:20 | 2025-04-01T06:38:36.668614 | {
"authors": [
"andylinpersonal",
"igrr"
],
"repo": "espressif/esp-idf",
"url": "https://github.com/espressif/esp-idf/issues/13072",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2308249487 | NO_AP_FOUND_IN_AUTHMODE_THRESHOLD while threshold's condition is respected (IDFGH-12863)
Answers checklist.
[X] I have read the documentation ESP-IDF Programming Guide and the issue is not addressed there.
[X] I have updated my IDF branch (master or release) to the latest version and checked that the issue is presen... | gharchive/issue | 2024-05-21T12:57:41 | 2025-04-01T06:38:36.677153 | {
"authors": [
"evoon",
"vik-gokhale"
],
"repo": "espressif/esp-idf",
"url": "https://github.com/espressif/esp-idf/issues/13827",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
194595336 | Loading application from openOCD
Hi,
Is it possible to upload the firmware through GDB ? When I try it, I got this error from openOCD
Error: esp32.cpu0: xtensa_write_memory (line 1024): DSR (8020CC13) indicates DIR instruction generated an exception! Warn : esp32.cpu0: Failed writing 4096 bytes at address 0x3F400010
... | gharchive/issue | 2016-12-09T13:20:48 | 2025-04-01T06:38:36.680236 | {
"authors": [
"Spritetm",
"dantonets",
"dumarjo"
],
"repo": "espressif/esp-idf",
"url": "https://github.com/espressif/esp-idf/issues/153",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
336256945 | using ccache with esp-idf
Hi all,
is possible to use ccache to speed up the build?
Thanks
Nicola Lunghi
totally you can ;) many of us already use it :)
ok i managed to create a directory called bin-ccache in the xtensa installation directory and link all the executables in bin to ccache
then I've added the xtensa... | gharchive/issue | 2018-06-27T14:34:04 | 2025-04-01T06:38:36.683061 | {
"authors": [
"me-no-dev",
"nicola-lunghi",
"projectgus"
],
"repo": "espressif/esp-idf",
"url": "https://github.com/espressif/esp-idf/issues/2114",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
419746640 | SPI slave broken by commit 58955a7 (IDFGH-702)
Environment
Development Kit: [ESP32-DevKitC|]
Using VSPI with IOMUX pins as described in https://github.com/espressif/esp-idf/blob/master/docs/en/api-reference/peripherals/spi_slave.rst
No dma
Init code:
host_(VSPI_HOST);
//...
spi_bus_config_t buscfg = {
... | gharchive/issue | 2019-03-12T00:33:01 | 2025-04-01T06:38:36.701819 | {
"authors": [
"dralves",
"ginkgm",
"igrr"
],
"repo": "espressif/esp-idf",
"url": "https://github.com/espressif/esp-idf/issues/3162",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
491152910 | Linking Issue (IDFGH-1829)
----------------------------- Delete above -----------------------------
Environment
Development Kit: ESP32-DevKitC
Kit version
Module or chip used: ESP32-WROOM-32
IDF version v4.1-dev-141-ga7e8d87d
Build System: CMake
Compiler version xtensa-esp32-elf-gcc (crosstool-NG esp32... | gharchive/issue | 2019-09-09T15:03:03 | 2025-04-01T06:38:36.712339 | {
"authors": [
"fvizzon",
"gojimmypi",
"igrr"
],
"repo": "espressif/esp-idf",
"url": "https://github.com/espressif/esp-idf/issues/4038",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
743298544 | Undefined reference to 'sysconf' and 'posix_memalign' (IDFGH-4268)
Environment
Environment type: [PlatformIO (Arduino)]
Development Kit: [ESP32-S2-Saola-1M]
Module or chip used: [ESP32-S2-WROOM]
IDF version [idf-release/v4.2]
Compiler version: [esp2020r2 8.2.0]
Operating System: [Windows]
Power Supply: [USB]
Proble... | gharchive/issue | 2020-11-15T17:02:28 | 2025-04-01T06:38:36.724094 | {
"authors": [
"GiovanniCmpaner",
"aquibjamal",
"dzz10"
],
"repo": "espressif/esp-idf",
"url": "https://github.com/espressif/esp-idf/issues/6119",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
964837397 | Bangle2 setting menu style for lefties
As lefti I scroll with my left hand through the settings menu and my finger hides the text.
Can we have a left hand menu style with text that is right aligned?
You mean with values on the left and the text on the right?
That's probably not something I'd build in but it should... | gharchive/issue | 2021-08-10T10:35:40 | 2025-04-01T06:38:36.785308 | {
"authors": [
"MaBecker",
"gfwilliams"
],
"repo": "espruino/BangleApps",
"url": "https://github.com/espruino/BangleApps/issues/782",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
374396188 | Card group switches
Add switch to a card header if there is entities with the same domain in the card and group switch is not disabled by configuration.
Done
| gharchive/issue | 2018-10-26T13:57:39 | 2025-04-01T06:38:36.804502 | {
"authors": [
"estevez-dev"
],
"repo": "estevez-dev/ha_client",
"url": "https://github.com/estevez-dev/ha_client/issues/157",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2042605348 | "Process markdown files" hangs[BUG]
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
doctor publish --outputFolder .
login to Microsoft Device Login using code provided
"Process markdown files" hangs for 30 min
There is no output in the output folder
... | gharchive/issue | 2023-12-14T22:33:50 | 2025-04-01T06:38:36.851035 | {
"authors": [
"DennisRutherford",
"estruyf",
"yuxin1234"
],
"repo": "estruyf/doctor",
"url": "https://github.com/estruyf/doctor/issues/155",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
328007018 | generalize time sequences
Changes to libarbor
Time sequences were added in src/time_sequence.hpp:
added new time_seq type that implements a type-erasure interface for the
concept of a time sequence generator.
added poisson, regular and vector-backed implementations of the time sequence
concept.
Event generators:
T... | gharchive/pull-request | 2018-05-31T06:15:11 | 2025-04-01T06:38:36.904325 | {
"authors": [
"bcumming",
"halfflat"
],
"repo": "eth-cscs/arbor",
"url": "https://github.com/eth-cscs/arbor/pull/496",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
663596647 | Performance variables must be numbers
I tried putting the output of "git commit" into a perf_var so that I could link changes in performance history to changes in the system configuration, but I get this error:
FAILURE INFO for ...
<snip>
* Failing phase: performance
<snip>
Reason: sanity error: the value extracted... | gharchive/issue | 2020-07-22T09:01:05 | 2025-04-01T06:38:36.911361 | {
"authors": [
"sjpb",
"vkarak"
],
"repo": "eth-cscs/reframe",
"url": "https://github.com/eth-cscs/reframe/issues/1430",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
1989638792 | Miscellaneous markdown formatting edits
Edit markdown formatting and page layout for consistency, clean up trailing spaces and unnecessary blank lines in code to address #87
Fix non-sequential numbering
Move install directions for Chrultrabook Controller to post-install.md
Remove old information regarding running Win... | gharchive/pull-request | 2023-11-12T23:45:53 | 2025-04-01T06:38:36.914045 | {
"authors": [
"ethanaobrien",
"marcsadler"
],
"repo": "ethanaobrien/docz",
"url": "https://github.com/ethanaobrien/docz/pull/8",
"license": "CC0-1.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1121257428 | Testing the server
I get this error in the console:
Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'getUrls')
at (index):26:37
/favicon.ico:1 Failed to load resource: the server responded with a status of 404 ()
(index):19 Uncaught TypeError: Cannot read properties of undef... | gharchive/issue | 2022-02-01T22:17:12 | 2025-04-01T06:38:36.916145 | {
"authors": [
"allancoding",
"ethanaobrien"
],
"repo": "ethanaobrien/emuserver",
"url": "https://github.com/ethanaobrien/emuserver/issues/7",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
195384255 | Metadata extractors in all transports
[x] TCP
[ ] IPC
Will be implemented as part of #50
| gharchive/issue | 2016-12-13T22:14:54 | 2025-04-01T06:38:36.918241 | {
"authors": [
"tomusdrw"
],
"repo": "ethcore/jsonrpc",
"url": "https://github.com/ethcore/jsonrpc/issues/17",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
768622131 | Color copy past not working
Hi All,
When I am trying to copy and paste the color and font size. Formatting is not working.
I have used ep_font_color for the color option.
Desktop:
OS: Window 10
Browser : chrome
Version : 87.0.4280.88
Tested here and it works fine:
https://video.etherpad.com/p/aUeq2TntWMJeyh7e_uIQ... | gharchive/issue | 2020-12-16T09:20:42 | 2025-04-01T06:38:36.923660 | {
"authors": [
"JohnMcLear",
"jinbullsushil"
],
"repo": "ether/ep_font_color",
"url": "https://github.com/ether/ep_font_color/issues/25",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
327128942 | Go bindings and tests
[ ] auto-generate bindings whenever Solidity file changes using go generate
[ ] tests using blockchain simulator
One thing to keep in mind about the blockchain simulator, I have never ever been able to get the adjust time function to work from go-ethereum's simulated backend:
https://godoc.o... | gharchive/issue | 2018-05-28T22:50:22 | 2025-04-01T06:38:36.941178 | {
"authors": [
"postables",
"shanev"
],
"repo": "ethereum-lightning/eth-lnd",
"url": "https://github.com/ethereum-lightning/eth-lnd/issues/2",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1978236272 | Add ERC: Cross-Contract Hierarchical NFT
Reopen this ongoing draft from the old PR in repo EIPs with all comments addressed.
@xinbenlv Please take another look. Previous comments include adding a set method and supplementing security considerations.
@SamWilsn Please help with the merge due to this issue
How do ... | gharchive/pull-request | 2023-11-06T03:57:11 | 2025-04-01T06:38:36.950905 | {
"authors": [
"Pandapip1",
"minkyn"
],
"repo": "ethereum/ERCs",
"url": "https://github.com/ethereum/ERCs/pull/91",
"license": "CC0-1.0",
"license_type": "permissive",
"license_source": "github-api"
} |
190962247 | Static analysis: warn about too long contracts
After "spurious dragon", the deploy size is limited to 24576 bytes, this should be checked.
This is not really the static analyzer as it doesn't operate on the AST, rather a warning from remix.
fixed
We actually added this code to the compiler too :)
| gharchive/issue | 2016-11-22T10:33:09 | 2025-04-01T06:38:36.952289 | {
"authors": [
"LianaHus",
"axic",
"chriseth"
],
"repo": "ethereum/browser-solidity",
"url": "https://github.com/ethereum/browser-solidity/issues/337",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
462389030 | Helpers cleanup
Addresses #918. It includes:
Grouping helpers by category
Renamings (for consistency, length, clarity)
Add top-level function comments where missing, and make them consistent
Remove neglected and sometimes misleading terminology section (to be readded post-freeze)
Various other cosmetic cleanups
I... | gharchive/pull-request | 2019-06-30T10:08:11 | 2025-04-01T06:38:36.955485 | {
"authors": [
"JustinDrake",
"djrtwo"
],
"repo": "ethereum/eth2.0-specs",
"url": "https://github.com/ethereum/eth2.0-specs/pull/1237",
"license": "CC0-1.0",
"license_type": "permissive",
"license_source": "github-api"
} |
812588330 | Data stewardship
User story
Story
As a local pinner, I want to validate if my locally pinned content is available in the network and reupload the content if that is not the case, such that I can guarantee availability of the content via Swarm
Acceptance criteria
A local pinner can run a process which periodically... | gharchive/issue | 2021-02-20T11:42:51 | 2025-04-01T06:38:37.062151 | {
"authors": [
"Eknir"
],
"repo": "ethersphere/bee",
"url": "https://github.com/ethersphere/bee/issues/1303",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
1113607242 | PR previews are not updated with more commits pushed to the PR
It looks like the PR previews are not updated upon new commits landing to the PR.
For example see here: https://github.com/ethersphere/bee-js-docs/pull/97
This is most probably not problem of this action but other automation that does not trigger the ac... | gharchive/issue | 2022-01-25T09:00:34 | 2025-04-01T06:38:37.063569 | {
"authors": [
"AuHau"
],
"repo": "ethersphere/beeload-action",
"url": "https://github.com/ethersphere/beeload-action/issues/14",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
1791331956 | New EtherspotPaymaster deployments and updated README and deploy scripts
Description
Deployed new EtherspotPaymaster implementation to supported chains.
Added new 'required' tag for deploying just wallet factory and paymaster.
Updated README with new info on deploying contracts and cleaned up code.
Added initialBa... | gharchive/pull-request | 2023-07-06T11:06:53 | 2025-04-01T06:38:37.067648 | {
"authors": [
"ch4r10t33r",
"lbw33"
],
"repo": "etherspot/etherspot-prime-contracts",
"url": "https://github.com/etherspot/etherspot-prime-contracts/pull/18",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1694075924 | Ensure data use and processing activity fields are locked down immediately after save
Is your feature request related to a specific problem?
A general requirement for the data use declaration form is that the Data use and Processing Activity fields are effectively locked-down in the UI (made read-only) once a data us... | gharchive/issue | 2023-05-03T13:25:33 | 2025-04-01T06:38:37.072501 | {
"authors": [
"adamsachs",
"rsilvery"
],
"repo": "ethyca/fides",
"url": "https://github.com/ethyca/fides/issues/3205",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1360235914 | Updated Configuration settings: Connector parameters and Dataset configuration
Purpose
Allows user to create a DB, Manual, and SASS connection. User enters connector parameters and dataset configuration for a given connection.
This PR includes the following JIRA tickets:
922 - Add a Connector - DB connector configs
... | gharchive/pull-request | 2022-09-02T13:58:05 | 2025-04-01T06:38:37.095404 | {
"authors": [
"chriscalhoun1974",
"pattisdr",
"seanpreston"
],
"repo": "ethyca/fidesops",
"url": "https://github.com/ethyca/fidesops/pull/1247",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
516890969 | Add support for RFC 5916
Add module and test for RFC 5916
Codecov Report
Merging #98 into master will increase coverage by <.01%.
The diff coverage is 100%.
@@ Coverage Diff @@
## master #98 +/- ##
==========================================
+ Coverage 99.35% 99.35... | gharchive/pull-request | 2019-11-03T21:23:04 | 2025-04-01T06:38:37.111967 | {
"authors": [
"codecov-io",
"etingof",
"russhousley"
],
"repo": "etingof/pyasn1-modules",
"url": "https://github.com/etingof/pyasn1-modules/pull/98",
"license": "bsd-2-clause",
"license_type": "permissive",
"license_source": "bigquery"
} |
539564211 | Receiving V3 Traps - Engine ID
We used to work with PySNMP version 4.3.1 to receive SNMP V3 traps, and it worked perfectly. Recently, we upgraded to version 4.4.12, and the traps were not received anymore.
I debugged the issue and found that the call to __getUserInfo at service.py line 759 throws a NoSuchInstanceErro... | gharchive/issue | 2019-12-18T09:38:27 | 2025-04-01T06:38:37.115301 | {
"authors": [
"aryes",
"lextm"
],
"repo": "etingof/pysnmp",
"url": "https://github.com/etingof/pysnmp/issues/333",
"license": "bsd-2-clause",
"license_type": "permissive",
"license_source": "bigquery"
} |
1955177747 | Access Denied When running litcher
I had it working and it started giving me this all of a sudden, not sure what changed here.
running it as admin
Did you update Windows? I believe this could be related to #12 sadly, and I haven't fixed it yet. It requires for me to update a dependency, a big TODO from my side.
... | gharchive/issue | 2023-10-21T00:58:01 | 2025-04-01T06:38:37.125851 | {
"authors": [
"bythehist",
"etra0"
],
"repo": "etra0/litcher",
"url": "https://github.com/etra0/litcher/issues/16",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
732799149 | Update Building.md to mention how to build a release configuration
Building.md doesn't currently mention explicitly how to build in a release configuration.
This is largely fine, since very few people would ever want to build macOS or Windows in non-debug, since there are pre-built releases available.
However, for Li... | gharchive/issue | 2020-10-30T00:50:20 | 2025-04-01T06:38:37.135004 | {
"authors": [
"Kangaroux",
"bluebandit21",
"poco0317"
],
"repo": "etternagame/etterna",
"url": "https://github.com/etternagame/etterna/issues/916",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
388961351 | Add a new command to check sdcard info
https://unix.stackexchange.com/questions/273971/how-to-get-hard-disk-information-on-linux-terminal
Rejected by LEAN
| gharchive/issue | 2018-12-08T21:31:46 | 2025-04-01T06:38:37.184707 | {
"authors": [
"jabrena"
],
"repo": "ev3dev-lang-java/ev3dev-lang-java",
"url": "https://github.com/ev3dev-lang-java/ev3dev-lang-java/issues/612",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1221378393 | 🛑 www.actionherojs.com is down
In 3b5bb23, www.actionherojs.com (https://www.actionherojs.com) was down:
HTTP code: 0
Response time: 0 ms
Resolved: www.actionherojs.com is back up in bbb33ec.
| gharchive/issue | 2022-04-29T18:19:40 | 2025-04-01T06:38:37.220972 | {
"authors": [
"evantahler"
],
"repo": "evantahler/upptime",
"url": "https://github.com/evantahler/upptime/issues/1203",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1129633812 | 🛑 www.actionherojs.com is down
In 2e39b3f, www.actionherojs.com (https://www.actionherojs.com) was down:
HTTP code: 0
Response time: 0 ms
Resolved: www.actionherojs.com is back up in a2e9b3b.
| gharchive/issue | 2022-02-10T08:32:03 | 2025-04-01T06:38:37.224013 | {
"authors": [
"evantahler"
],
"repo": "evantahler/upptime",
"url": "https://github.com/evantahler/upptime/issues/297",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
557041496 | Excessive newlines appear before lists in converted document
While markdown ignores more than 2 newlines, the converter currently generates 4 before lists. This creates an awkward looking document and requires a lot of search/replace to repair.
Note: this issues occurs in every case I tested, including after paragrap... | gharchive/issue | 2020-01-29T18:34:14 | 2025-04-01T06:38:37.259201 | {
"authors": [
"kaimantsch",
"trixr"
],
"repo": "evbacher/gd2md-html",
"url": "https://github.com/evbacher/gd2md-html/issues/57",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1218315654 | Netzbezug wenn PV DC-Leistung größer ist als AC-Leistung in Kombination mit DC-Speicher (Kostal)
Describe the bug
Habe einen Kostal Plenticore Wechselrichter mit DC-Speicher. Der Wechselrichter kann max. 10kW AC-Seitig ausgeben. Wird darüber hinaus von den Modulen mehr Strom erzeugt als der Wechselrichter AC-Seitig a... | gharchive/issue | 2022-04-27T11:41:59 | 2025-04-01T06:38:37.269691 | {
"authors": [
"Robbe64",
"andig"
],
"repo": "evcc-io/docs",
"url": "https://github.com/evcc-io/docs/issues/108",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2286271418 | Ladesteuerung für Hausakku mit Tibber
Wenn das Fahrzeug schon mit günstigem Strom von Tibber geladen werden kann wäre es toll wenn auch Akkus (zum Beispiel von e3dc) über Tibber geladen werden können wenn der Strom besonders günstig ist und keine Sonne hinreichend zur Verfügung steht.
Funktion soll über die Oberfläch... | gharchive/issue | 2024-05-08T19:14:57 | 2025-04-01T06:38:37.278892 | {
"authors": [
"premultiply",
"winfotiker"
],
"repo": "evcc-io/evcc",
"url": "https://github.com/evcc-io/evcc/issues/13819",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1640853632 | Safeguard for wrong climating notification
Is your feature request related to a problem? Please describe.
Currently Renault seems to report the climater as always active. This lead to draining the house battery quite a while until I noticed the actual problem. Even switching to "off" did not stop the charging, I had ... | gharchive/issue | 2023-03-26T10:26:43 | 2025-04-01T06:38:37.282949 | {
"authors": [
"andig",
"naltatis",
"pauxus"
],
"repo": "evcc-io/evcc",
"url": "https://github.com/evcc-io/evcc/issues/7062",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
146061708 | img-uses-alt does not allow empty string or possible empty string
This rule considers the following JSX bad:
function Foo() {
return <img alt={foo || ''} />;
}
this is also considered bad:
function Foo() {
return <img alt="" />;
}
but this is okay:
function Foo() {
return <img alt={foo} />;
}
However, I thin... | gharchive/issue | 2016-04-05T17:54:11 | 2025-04-01T06:38:37.294768 | {
"authors": [
"evcohen",
"lencioni"
],
"repo": "evcohen/eslint-plugin-jsx-a11y",
"url": "https://github.com/evcohen/eslint-plugin-jsx-a11y/issues/6",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
2660263866 | 🛑 /getNoWatermarkUrl - Get non watermarked video url is down
In a4b63ee, /getNoWatermarkUrl - Get non watermarked video url (https://tiktok.evelode.com/getNoWatermarkUrl?video_url=https://www.tiktok.com/@therock/video/7106855913906081070%3Fis_copy_url%3D1%26is_from_webapp%3Dv1&cache_timeout=0&license_key=$API_KEY) w... | gharchive/issue | 2024-11-14T22:42:20 | 2025-04-01T06:38:37.298176 | {
"authors": [
"sergeykomlev"
],
"repo": "evelode/tiktok-status",
"url": "https://github.com/evelode/tiktok-status/issues/2473",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
236127974 | Some feature needed
Hey first of all thumbs up for your library. I have seen different edit libraries but this one satisfy my needs although some features are required. I have one question is it possible to get the position of each elements on the screen before saving the picture
e.g Position of Text , Sticker Becaus... | gharchive/issue | 2017-06-15T09:22:10 | 2025-04-01T06:38:37.323270 | {
"authors": [
"mudassirzulfiqar",
"rkhater",
"vishalvanpariya"
],
"repo": "eventtus/photo-editor-android",
"url": "https://github.com/eventtus/photo-editor-android/issues/2",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
113913025 | Disable the puppetserver report processor feature by default
By default if reports is NOT defined, puppetserver will enable the "store" reports processor which will generate yaml reports in: /opt/puppetlabs/server/data/puppetserver/reports/
See: https://docs.puppetlabs.com/puppet/latest/reference/reporting_about.html... | gharchive/pull-request | 2015-10-28T20:17:18 | 2025-04-01T06:38:37.330715 | {
"authors": [
"jbehrends",
"jlambert121"
],
"repo": "evenup/evenup-puppet",
"url": "https://github.com/evenup/evenup-puppet/pull/33",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
2671013901 | [Bug] 任何note标签都会自带modern样式
任何note标签都会自带modern样式,导致flat样式无法正常显示
无设定样式:
设定flat样式:
顺便建议一下样式,只是个人习惯了butterfly,总感觉现在标签有点过宽,这是我目前修改的样式
.article-container .note p {
font-size: 0.7rem;
line-height: 1.7;
font-weight: 400;
margin: 0;
text-align: left;
letter-spacing: 0.6px;
}
.note:not(.no-icon) {
... | gharchive/issue | 2024-11-19T06:58:42 | 2025-04-01T06:38:37.361014 | {
"authors": [
"MskTmi",
"everfu"
],
"repo": "everfu/hexo-solitude-tag",
"url": "https://github.com/everfu/hexo-solitude-tag/issues/7",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
54193421 | 'settings' should be immutable
At the beginning of the middleware handler, there is:
var options = settings || defaults;
Later, at several places, the options object is modified. For example:
options.headers = this.header['access-control-request-headers'];
It means that the global middleware settings object (or def... | gharchive/issue | 2015-01-13T13:28:40 | 2025-04-01T06:38:37.385094 | {
"authors": [
"evert0n",
"mvila"
],
"repo": "evert0n/koa-cors",
"url": "https://github.com/evert0n/koa-cors/issues/21",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
337312531 | 413 Request Entity Too Large
I'm trying to upload a large plugin and it won't let me. I'm getting an nginx error page.
To recreate: Upload a plugin using wordpress's plugin uploader. The one I used is 4.3 MB. (.zip)
I'm thinking the solution would be to increase php limits, but they are already high enough in your de... | gharchive/issue | 2018-07-01T18:45:42 | 2025-04-01T06:38:37.403327 | {
"authors": [
"Koerner",
"evertramos",
"xtjoeywx"
],
"repo": "evertramos/docker-wordpress-letsencrypt",
"url": "https://github.com/evertramos/docker-wordpress-letsencrypt/issues/19",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
816481001 | feat: use bigger images in example
@osdiab I saw the issue #101. The reason of why the images doesn't look very well is because they don't have a good aspect ratio. I changed the images and now they are shown as it should be, for sure that we can improve this designs but at least with this the images are shown as exp... | gharchive/pull-request | 2021-02-25T14:20:27 | 2025-04-01T06:38:37.406257 | {
"authors": [
"martinbianchi",
"osdiab"
],
"repo": "everydotorg/donate-button",
"url": "https://github.com/everydotorg/donate-button/pull/116",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
244789505 | 精算一覧(サマリー)から個々の口座の記入に遷移したい
Feature
精算一覧(サマリー)
Problem
サマリーをみて、その口座の記入をつけはじめようとすることが多いが、動線がない。
せっかく口座ごとに表示されているのでその口座の記入ができる口がほしい。鉛筆マークとか、帳簿マークとか?
Goal
精算一覧(サマリー)に表示された任意の口座の一覧(記入)に簡単に遷移できる。
ついでにいえば、各月の記入に飛びたい気持ちもある。黒い字(未精算分)があるときにその月の記入に飛ぶのがいいのかもしれない。(ただ、精算作成のほうがより自然かもしれない)
| gharchive/issue | 2017-07-21T21:37:27 | 2025-04-01T06:38:37.407818 | {
"authors": [
"nay"
],
"repo": "everyleaf/kozuchi",
"url": "https://github.com/everyleaf/kozuchi/issues/149",
"license": "bsd-3-clause",
"license_type": "permissive",
"license_source": "bigquery"
} |
983280990 | Support for plotting multiple columns in LineChart
LineChart component currently requires tidy data to plot multiple lines. Add support for plotting multiple columns (i.e. 1 column per measure and plotting each).
Syntax could be something like <LineChart x=date y=(measure1, measure2)/>
Needs to be able to apply color... | gharchive/issue | 2021-08-30T23:08:17 | 2025-04-01T06:38:37.422984 | {
"authors": [
"hughess"
],
"repo": "evidence-dev/evidence",
"url": "https://github.com/evidence-dev/evidence/issues/110",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
249144198 | Subset URLs in ECO have changed
In the 2017-07-19 release, the structure of the subset URLs changed
e.g.
http://purl.obolibrary.org/obo/eco#go_groupings
->
http://purl.obolibrary.org/obo/eco/go_groupings
I can see the motivation for changing: the old URLs were ugly. However, unfortunately we were depending on these s... | gharchive/issue | 2017-08-09T19:59:46 | 2025-04-01T06:38:37.434239 | {
"authors": [
"cmungall",
"mchibucos",
"rctauber"
],
"repo": "evidenceontology/evidenceontology",
"url": "https://github.com/evidenceontology/evidenceontology/issues/149",
"license": "CC0-1.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.