added stringdate 2025-04-01 04:05:38 2025-04-01 07:14:06 | created timestamp[us]date 2001-10-09 16:19:16 2025-01-01 03:51:31 | id stringlengths 4 10 | metadata dict | source stringclasses 2
values | text stringlengths 0 1.61M |
|---|---|---|---|---|---|
2025-04-01T04:34:19.364387 | 2020-02-06T14:35:50 | 561052936 | {
"authors": [
"ClaireTroughtonJAC",
"londonprojects",
"warrensearle"
],
"license": "MIT",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:7202",
"repo": "jac-uk/admin",
"url": "https://github.com/jac-uk/admin/issues/250"
} | gharchive/issue | Send emails
There are two user needs here.
Some emails should be automatically sent by the system
Some emails should be sent by admins at specific points in the exercise
The first type are those in reaction to action by a candidate for instance starting an application
The second type are dependent on how the candid... |
2025-04-01T04:34:19.372279 | 2021-05-20T13:03:32 | 896803438 | {
"authors": [
"HalcyonJAC",
"lloback",
"warrensearle"
],
"license": "MIT",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:7203",
"repo": "jac-uk/apply",
"url": "https://github.com/jac-uk/apply/pull/786"
} | gharchive/pull-request | updating packages
I have resolved some security vulnerabilities by doing the following:
upgraded some packages
installed some peer dev dependancies manually
removed the firebase-tools package as had a vulnerability in it and the package wasn't being used anywhere. Note: If we need it in future add the latest (secure... |
2025-04-01T04:34:19.380673 | 2021-01-11T01:04:38 | 782951555 | {
"authors": [
"jack1142"
],
"license": "Apache-2.0",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:7204",
"repo": "jack1142/JackCogs",
"url": "https://github.com/jack1142/JackCogs/issues/40"
} | gharchive/issue | Interactive shell session?
Look into providing a way to interact with shell (maybe only specific ones like bash) in a session. Possibly with tty?
Did a bit of research and while it is possible to interact with bash using pty, it will probably make more sense to use pexpect for this to avoid having to deal with comm... |
2025-04-01T04:34:19.464609 | 2016-12-06T16:07:40 | 193812589 | {
"authors": [
"dborin",
"jacksegal",
"koenvdvelde",
"pastorjustin"
],
"license": "MIT",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:7205",
"repo": "jacksegal/google-compute-snapshot",
"url": "https://github.com/jacksegal/goog... | gharchive/issue | v2 - Major Changes
@dborin, @JoeAlamo - Thanks for your contributions to the project!
I've made some Major Changes to the code and done a new release under tag 2.0.1.
The code is now function based, for easier testing (coming soon...) and modifications. I've also re-done the README to include "beefier" installation ... |
2025-04-01T04:34:19.471231 | 2023-09-10T17:21:06 | 1889253585 | {
"authors": [
"jackzou233",
"stymbhrdwj"
],
"license": "MIT",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:7206",
"repo": "jackzou233/RawHDR",
"url": "https://github.com/jackzou233/RawHDR/issues/2"
} | gharchive/issue | Make the dataset available for users outside China
I cannot access the dataset via pan.baidu.com as I am unable to register for a Baidu account with an Indian mobile number. I kindly request the authors to also share the dataset on a globally accessible cloud service e.g. Google Drive or Microsoft OneDrive.
Thank you... |
2025-04-01T04:34:19.473374 | 2023-12-12T18:01:07 | 2038296927 | {
"authors": [
"jacob-bauer"
],
"license": "MIT",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:7207",
"repo": "jacob-bauer/PerfectDecimal",
"url": "https://github.com/jacob-bauer/PerfectDecimal/issues/23"
} | gharchive/issue | Implement IComparisonOperators<PerfectDecimal, PerfectDecimal, bool>
Implement comparison operators through the interface IComparisonOperators<...>.
Comparisons to types other than PerfectDecimal will be handled by their cast operators.
Implementing IComparisonOperators requires implementing IEqualityOperators.
S... |
2025-04-01T04:34:19.485573 | 2015-11-24T13:01:59 | 118604092 | {
"authors": [
"Metavirulent",
"jacobdufault"
],
"license": "mit",
"license_source": "bigquery",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:7208",
"repo": "jacobdufault/fullserializer",
"url": "https://github.com/jacobdufault/fullserializer/pull/74"
} | gharchive/pull-request | Fixes: when using versioning, $ref refers to the old non-migrated version.
When using versioning, $id works correctly but $refs still refer to the old version, because it is written to _references prior to being migrated.
This pull request updates the _references such that the migrated version ends up being used for ... |
2025-04-01T04:34:19.518038 | 2020-01-10T14:38:46 | 548115225 | {
"authors": [
"funny-falcon",
"yurishkuro"
],
"license": "Apache-2.0",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:7209",
"repo": "jaegertracing/jaeger-client-go",
"url": "https://github.com/jaegertracing/jaeger-client-go/pull/483"
} | gharchive/pull-request | Add limit on log records per span
The MaxLogsPerSpan option limits the number of logs in a Span. Events are
dropped as necessary; a log in the finished span indicates how many were
dropped.
Resolves #46
Almost copy of https://github.com/opentracing/basictracer-go/pull/39/commits/723bb40d4f3bf4fcc8d01a1805bde4bd194305... |
2025-04-01T04:34:19.537323 | 2021-12-02T10:31:18 | 1069383171 | {
"authors": [
"QLeelulu",
"arushi09-hub",
"diogoserrano",
"frzifus",
"iblancasa",
"jpkrohling",
"rubenvp8510",
"violinorg"
],
"license": "Apache-2.0",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:7210",
"repo": "... | gharchive/issue | Sidecar injection failures
When installing the simple-prod example in the monitoring namespace, the following is shown in the logs:
INFO[1123] injecting Jaeger Agent sidecar jaeger=simple-prod jaeger-namespace=monitoring name=simple-prod-query namespace=monitoring
ERRO[1123] failed to update deployment... |
2025-04-01T04:34:19.545128 | 2019-06-28T07:49:28 | 461905093 | {
"authors": [
"jpkrohling",
"mholleville"
],
"license": "apache-2.0",
"license_source": "bigquery",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:7211",
"repo": "jaegertracing/jaeger",
"url": "https://github.com/jaegertracing/jaeger/issues/1644"
} | gharchive/issue | Jaeger agent don't push metrics
Hello ! I'm trying to install jaeger since yesterday.
I have an ES 6.8.0 cluster. First strange thing, I have all Jaeger stack to install but I only have one index finger. Is that normal?
Then I deployed the agents in daemonset and when I log the container I do have an active connecti... |
2025-04-01T04:34:19.551500 | 2024-10-07T10:29:29 | 2570015994 | {
"authors": [
"feldentm-SAP",
"yurishkuro"
],
"license": "apache-2.0",
"license_source": "bigquery",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:7212",
"repo": "jaegertracing/jaeger",
"url": "https://github.com/jaegertracing/jaeger/issues/6070"
} | gharchive/issue | [Bug]: Jaeger UI Lacks service.name in Process section.
What happened?
The Jaeger UI seems to remove the service.name resource attribute as some sort of data deduplication as it is shown.
This is confusing for OTLP spans as the content does not reflect what has been sent.
Steps to reproduce
Seems to happen unconditio... |
2025-04-01T04:34:19.553984 | 2021-08-10T13:54:29 | 965009442 | {
"authors": [
"jpkrohling",
"pavolloffay"
],
"license": "apache-2.0",
"license_source": "bigquery",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:7213",
"repo": "jaegertracing/jaeger",
"url": "https://github.com/jaegertracing/jaeger/pull/3198"
} | gharchive/pull-request | Automatically detect OpenSearch version
Updates #3044
Automatically set ES version to 7 if OpenSearch 1x is used
Add OpenSearch to itests
@albertteoh would you like to review?
Are the test failures expected?
Are the test failures expected?
no it needed a bit more love. It should be fixed now and it needs re... |
2025-04-01T04:34:19.562556 | 2024-04-25T12:02:15 | 2263410842 | {
"authors": [
"0x3D55476273463264",
"Talanor",
"bugoverfl0w"
],
"license": "MIT",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:7214",
"repo": "jaeles-project/gospider",
"url": "https://github.com/jaeles-project/gospider/issues/73"... | gharchive/issue | infinite loop
When passing the gospider to a list of active hosts, there are hosts where it enters an infinite loop and is only in 1 days, apparently bringing the same thing, is there any way to avoid it?
To add more context (maybe ?)
A web server configured to always return 200 /index instead of 404 will go in a r... |
2025-04-01T04:34:19.566157 | 2023-10-27T17:53:07 | 1965952815 | {
"authors": [
"A9G-Data-Droid",
"jaime-olivares"
],
"license": "mit",
"license_source": "bigquery",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:7215",
"repo": "jaime-olivares/zipstorer",
"url": "https://github.com/jaime-olivares/zipstorer/pull/50"
} | gharchive/pull-request | Support Net6
I have removed all unsupported .net versions. By targeting only .netstandard2.0 this library can support any project that is Framework 4.6.2+, which is the lowest currently supported version. This has greatly simplified the codebase.
I upgraded the test project to .NET6, and moved the required CodePages ... |
2025-04-01T04:34:19.597517 | 2016-02-08T00:55:56 | 132030568 | {
"authors": [
"jake-white"
],
"license": "MIT",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:7216",
"repo": "jake-white/VGC-2016-Damage-Calculator",
"url": "https://github.com/jake-white/VGC-2016-Damage-Calculator/issues/4"
} | gharchive/issue | Gender-specific Pokemon don't parse correctly
Any gender-specific Pokemon will have a tag applied to them by default. In addition, the teambuilder applies a tag upon choosing any gender other than Random. While this is mostly problematic thanks to the genie-trio and Meowstic, sometimes people will change gender due... |
2025-04-01T04:34:19.611707 | 2020-07-16T19:48:16 | 658509565 | {
"authors": [
"Adm28",
"jakekgrog"
],
"license": "BSD-3-Clause",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:7217",
"repo": "jakekgrog/GhostDB",
"url": "https://github.com/jakekgrog/GhostDB/issues/28"
} | gharchive/issue | Request history
We would like to be able to create a log of recent request history for the node (the last hour for example). These logs would contain information about what commands were executed, who the request came from (what client). Whether to request failed or succeeded etc. It is open for discussion here so pl... |
2025-04-01T04:34:19.620794 | 2021-03-05T20:59:16 | 823407514 | {
"authors": [
"eugeniomiro"
],
"license": "MIT",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:7218",
"repo": "jakubgarfield/Bonobo-Git-Server",
"url": "https://github.com/jakubgarfield/Bonobo-Git-Server/pull/883"
} | gharchive/pull-request | Add 50 Tests for Controllers
Hi @willdean, this PR contains a set of tests for Controllers that don't modify any server code, just adds test code.
All Tests pass
I merged Master code before sending the PR because there was a conflict in one line before that.
Closing because it was broken, checking now
|
2025-04-01T04:34:19.625890 | 2017-05-08T20:55:20 | 227171608 | {
"authors": [
"Norman-Amy",
"jakubpawlowicz"
],
"license": "mit",
"license_source": "bigquery",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:7219",
"repo": "jakubpawlowicz/clean-css",
"url": "https://github.com/jakubpawlowicz/clean-css/issues/939"
} | gharchive/issue | Nested CSS @apply mixins are breaking when minified.
I've run into a problem after CSS has been minified (through kangax/html-minifier which uses clean-css) where the last property being applied to a CSS mixin variable loses its semi-colon. If this property is another mixin, it breaks, particularly for IE11 and Edge.... |
2025-04-01T04:34:19.627546 | 2024-06-13T04:48:45 | 2350140945 | {
"authors": [
"bbbneo333"
],
"license": "MIT",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:7220",
"repo": "jalantechnologies/github-ci",
"url": "https://github.com/jalantechnologies/github-ci/issues/48"
} | gharchive/issue | (feat) Add support for giving priority to preview deployments
If resources are limited and trying to deploy multiple preview apps, the deployments fail as we are running out of resources.
To mitigate this, we can look into adding support for priority where latest deployment is always prioritised over other ones.
Fi... |
2025-04-01T04:34:19.631834 | 2024-01-10T15:55:50 | 2074673284 | {
"authors": [
"PaulCailly",
"davehorton"
],
"license": "MIT",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:7221",
"repo": "jambonz/jambonz-webapp",
"url": "https://github.com/jambonz/jambonz-webapp/issues/377"
} | gharchive/issue | Incorrect optimize_streaming_latency Implementation in ElevenLabs Integration
Description
The optimize_streaming_latency parameter is incorrectly implemented in the ElevenLabs integration within our webapp. It is currently included in the body of the request with a value of 100, which is not aligned with the official... |
2025-04-01T04:34:19.640420 | 2022-08-28T12:00:01 | 1353332114 | {
"authors": [
"jamesgeer"
],
"license": "MIT",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:7223",
"repo": "jamesgeer/conf-twitter-bot",
"url": "https://github.com/jamesgeer/conf-twitter-bot/pull/14"
} | gharchive/pull-request | Signup page
Sign-up form linked with backend, simple validation but more rules can be added, inputs show errors and user is redirected if their account creation is successful.
Closes #12.
|
2025-04-01T04:34:19.643021 | 2021-06-15T15:29:53 | 921524547 | {
"authors": [
"chenyangguang",
"jamesjmeyer210"
],
"license": "Unlicense",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:7224",
"repo": "jamesjmeyer210/actix_sqlx_mysql_user_crud",
"url": "https://github.com/jamesjmeyer210/actix_sqlx_m... | gharchive/issue | post fail
Can't send post request success.
Can you elaborate on the specific post request that is failing?
method; POST
route: /group
{ "name": "gitvim" }
If you take a closer look at the source code, you'll see that the POST group endpoint accepts a string:
#[post("/group")]
async fn post_group(
group: web... |
2025-04-01T04:34:19.655081 | 2018-01-28T23:52:45 | 292251776 | {
"authors": [
"SleeplessByte",
"jamesmfriedman"
],
"license": "MIT",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:7225",
"repo": "jamesmfriedman/rmwc",
"url": "https://github.com/jamesmfriedman/rmwc/issues/135"
} | gharchive/issue | Published version should either polyfill ES6 methods (Array.fill... etc), or document necessary polyfills.
This will address issues with Array.from, String.startsWith, and Set
If you want to tackle having an es6 version and put in a PR that would be a great addition.
Another option is to simply publish the src dire... |
2025-04-01T04:34:19.705953 | 2018-08-24T21:08:55 | 353928520 | {
"authors": [
"janbeckert"
],
"license": "MIT",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:7226",
"repo": "janbeckert/ion-range-slider-angularjs",
"url": "https://github.com/janbeckert/ion-range-slider-angularjs/issues/1"
} | gharchive/issue | Simultaneously changing range values outside current range results in only one value being changed
Simultaneously changing range values outside current range results in only one value being changed.
Given the current range is [20, 30]:
When I update the range using:
$scope.model.age.min = 40; $scope.model.age.max = 5... |
2025-04-01T04:34:19.784582 | 2017-06-23T07:39:10 | 238064490 | {
"authors": [
"Khady",
"UnixJunkie",
"hcarty",
"jonsterling",
"rgrinberg",
"shonfeder",
"trefis"
],
"license": "apache-2.0",
"license_source": "bigquery",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:7227",
"repo": "janestreet/jbuilder",
"url": "... | gharchive/issue | a wizard / quickstart a la oasis would be cool
yes, I'm lazy. ;)
But seriously, it helps newcomers to get started. It lowers the entry barrier to switching to jbuilder
existing projects.
There is some work going on Ohai, a small tool to bootstrap ocaml/reason projects: https://github.com/jaredly/ohai
It might compl... |
2025-04-01T04:34:19.800378 | 2017-02-15T02:39:13 | 207693849 | {
"authors": [
"diml",
"rgrinberg"
],
"license": "apache-2.0",
"license_source": "bigquery",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:7228",
"repo": "janestreet/jbuilder",
"url": "https://github.com/janestreet/jbuilder/pull/5"
} | gharchive/pull-request | First cut cmdliner support
Attempted to complete one of the TODO items listed in the repository.
The only intended change to the command line itself is just add an explicit
subcommand for building targets. I'd recommend to keep that because default
subcommands are unnatural and somewhat rare.
Feel free to change/modi... |
2025-04-01T04:34:19.811244 | 2024-05-31T02:39:36 | 2326854872 | {
"authors": [
"irfanpena",
"louis-jan"
],
"license": "Apache-2.0",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:7229",
"repo": "janhq/cortex",
"url": "https://github.com/janhq/cortex/pull/637"
} | gharchive/pull-request | api: Update the API decorator
Describe Your Changes
Remove the Cortex tag description because the Cortex endpoints are deprecated
Add desc for chat completions endpoint
Fixes Issues
Closes #
Closes #
Self Checklist
[ ] Added relevant comments, esp in complex areas
[ ] Updated docs (for bug fixes / features)
[ ] ... |
2025-04-01T04:34:19.847948 | 2017-06-09T04:50:36 | 234720851 | {
"authors": [
"dabidpoto",
"jantaylor"
],
"license": "mit",
"license_source": "bigquery",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:7230",
"repo": "jantaylor/road-home-time-tracker",
"url": "https://github.com/jantaylor/road-home-time-tracker/issues/29"
} | gharchive/issue | Hide Django admin next url
Django next parameter shows in the URL, it'd be nice to hide this for security.
admin/login/?next=/admin/ should just be admin/ or admin/login
@jantaylor I have been looking high and low to figure this one out, it looks like it may have to stay that way because of the way admin is built i... |
2025-04-01T04:34:19.862128 | 2015-04-09T09:44:31 | 67323106 | {
"authors": [
"jantman",
"snufalufagus",
"wyrie"
],
"license": "mit",
"license_source": "bigquery",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:7231",
"repo": "jantman/vagrant-r10k",
"url": "https://github.com/jantman/vagrant-r10k/issues/7"
} | gharchive/issue | Multiple deploys with vmware_workstation provider
Hi
Firstly, thanks for the plugin!
I recently switched to the vmware_workstation provider for vagrant and I am having an issue with the plugin. The r10k deploys multiple times for up and destroy commands. It also runs for the ssh command. I haven't yet tested resume o... |
2025-04-01T04:34:19.872340 | 2023-12-07T09:32:21 | 2030288064 | {
"authors": [
"ShiranHi",
"invincibleJai",
"karthikjeeyar",
"rohitkrai03"
],
"license": "Apache-2.0",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:7232",
"repo": "janus-idp/backstage-plugins",
"url": "https://github.com/janus-... | gharchive/pull-request | feat(tekton): add view logs and view sbom actions in the pipelineRun list
Fixes:
https://github.com/janus-idp/backstage-plugins/issues/988
Description:
Add View logs and View SBOM actions in the pipelineRun list.
Screenshots:
Video: link
[updated] Disabled tooltip wordings:
Steps to enable SBOM link in the UI:
Vie... |
2025-04-01T04:34:19.875840 | 2024-06-04T02:27:38 | 2332393199 | {
"authors": [
"karthikjeeyar",
"kim-tsao",
"schultzp2020"
],
"license": "Apache-2.0",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:7233",
"repo": "janus-idp/backstage-showcase",
"url": "https://github.com/janus-idp/backstage-showc... | gharchive/pull-request | chore(deps): update janus deps
Description
Please explain the changes you made here.
Which issue(s) does this PR fix
Fixes #?
PR acceptance criteria
Please make sure that the following steps are complete:
[ ] GitHub Actions are completed and successful
[ ] Unit Tests are updated and passing
[ ] E2E Tests are updat... |
2025-04-01T04:34:19.937856 | 2017-01-04T17:33:58 | 198765464 | {
"authors": [
"adibacco",
"jaredrummler"
],
"license": "apache-2.0",
"license_source": "bigquery",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:7234",
"repo": "jaredrummler/MaterialSpinner",
"url": "https://github.com/jaredrummler/MaterialSpinner/issues/32"
} | gharchive/issue | No knobs to tune left padding. Only way is to redefine ms__padding_left
dimen name="ms__padding_left">24dp</dimen
Pull requests are welcome. Please provide addition details. Apologies for the delayed reply.
|
2025-04-01T04:34:19.949114 | 2019-03-10T16:55:23 | 419207202 | {
"authors": [
"jariazavalverde",
"jburse"
],
"license": "BSD-3-Clause",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:7235",
"repo": "jariazavalverde/tau-prolog",
"url": "https://github.com/jariazavalverde/tau-prolog/issues/76"
} | gharchive/issue | negation of failure should not be cut transparent
Hi,
I get two times false:
But according to the ISO core standard, the first query should
give false, and the second query should give true.
Basically (+)/1 should open a context like call/1, and then flip the result
from true to false, and from false to true. You ... |
2025-04-01T04:34:19.959031 | 2023-02-08T06:03:56 | 1575536685 | {
"authors": [
"6ziv",
"jarro2783"
],
"license": "mit",
"license_source": "bigquery",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:7236",
"repo": "jarro2783/cxxopts",
"url": "https://github.com/jarro2783/cxxopts/issues/389"
} | gharchive/issue | About a new tag-release
Will a new release come soon? Thanks.
I think there have been a number of bug fixes, so I can make a new release next week.
|
2025-04-01T04:34:19.960039 | 2017-10-04T18:34:25 | 262887502 | {
"authors": [
"JustinRChou",
"jarrodek"
],
"license": "Apache-2.0",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:7237",
"repo": "jarrodek/ChromeRestClient",
"url": "https://github.com/jarrodek/ChromeRestClient/issues/1055"
} | gharchive/issue | Saving New Requests under the same project
Is the only way to add new requests under a project just be saving a current request as new?
I have been experience issues with "Save as New" just overriding my requests.
Saving request module, flow and UI has been rewritten in version 10 (releasing today) and this should ... |
2025-04-01T04:34:19.977635 | 2017-06-29T05:59:43 | 239373509 | {
"authors": [
"jas-chen",
"zoutepopcorn"
],
"license": "mit",
"license_source": "bigquery",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:7238",
"repo": "jas-chen/atom-live-server",
"url": "https://github.com/jas-chen/atom-live-server/issues/72"
} | gharchive/issue | alt + ctrl + l
alt + ctrl + l
is in my linux (Debian) version Lock screen...
Not a real bug, but not cool
Debian is not cool, got it.
|
2025-04-01T04:34:19.980673 | 2016-08-16T07:31:59 | 171343143 | {
"authors": [
"akre54",
"estshy"
],
"license": "mit",
"license_source": "bigquery",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:7239",
"repo": "jashkenas/backbone",
"url": "https://github.com/jashkenas/backbone/issues/4066"
} | gharchive/issue | Implement own method to sort collection
According to the codebase we sort collection using Array.prototype.sort which is not guaranteed to use stable sort algorithm. It leads to problems in Chrome while sorting table column with only empty values.
Codebase:
sort: function(options) {
var comparator = this.com... |
2025-04-01T04:34:19.993294 | 2022-07-09T10:56:01 | 1299644136 | {
"authors": [
"jgonggrijp",
"xQwexx"
],
"license": "mit",
"license_source": "bigquery",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:7240",
"repo": "jashkenas/backbone",
"url": "https://github.com/jashkenas/backbone/pull/4258"
} | gharchive/pull-request | Bug Collection:reset calls add model in case of models undefined
Currently if you call reset() on a collection it will use the add(models) function with models == undefined.
So I think it is rather logical to call the add if the models is not undefined.
Thank you for your willingness to contribute, @xQwexx.
I think... |
2025-04-01T04:34:19.999642 | 2017-07-03T10:01:44 | 240124586 | {
"authors": [
"akre54",
"coveralls",
"ershing"
],
"license": "MIT",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:7241",
"repo": "jashkenas/underscore",
"url": "https://github.com/jashkenas/underscore/pull/2687"
} | gharchive/pull-request | Add function _.mergeBy
manytime we want to combine two object array through some properties they own , we just need to put two object arrays into the function and point out the property . we can get the result.
Coverage decreased (-0.2%) to 96.6% when pulling fa92b057e481c377b8578ff48e937004fc1d2452 on ershing:er... |
2025-04-01T04:34:20.002403 | 2020-08-04T15:51:16 | 672897685 | {
"authors": [
"jasoncabot-ms"
],
"license": "MIT",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:7242",
"repo": "jasoncabot-ms/devops-demo-react-app-api",
"url": "https://github.com/jasoncabot-ms/devops-demo-react-app-api/pull/7"
} | gharchive/pull-request | Add PDF Extractor
Hey I found this great new library
Let's add it to our project, it looks like it'll do just what we need
Thanks!
Closing for now - needs rebasing on master
|
2025-04-01T04:34:20.013558 | 2019-12-29T04:05:06 | 543314046 | {
"authors": [
"JohnRoesler",
"wishdev"
],
"license": "BSD-2-Clause",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:7243",
"repo": "jasonlvhit/gocron",
"url": "https://github.com/jasonlvhit/gocron/pull/138"
} | gharchive/pull-request | Fix PR #133 so that it does not break RunAll
First sorry about #136. Obviously two different competing concepts here.
I think the solution here is to distinguish between the two concepts - add a simply bool to the run() function.
hey, this repo is no longer maintained (per the note in the readme) - we have a mainta... |
2025-04-01T04:34:20.170130 | 2017-01-17T21:59:16 | 201417689 | {
"authors": [
"benlangfeld",
"mehulkar"
],
"license": "mit",
"license_source": "bigquery",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:7244",
"repo": "javan/whenever",
"url": "https://github.com/javan/whenever/issues/682"
} | gharchive/issue | Feature to turn off jobs in environment?
Is there a way to turn off a feature in a specific environment?
I'm guessing I can do something like this:
if ENV['RAILS_ENV'] == 'production'
every 5.minutes {}
end
But would it make sense to add a more firsthand feature for this? For example:
every 5.minutes do
runner '... |
2025-04-01T04:34:20.194099 | 2021-07-15T08:08:26 | 945115813 | {
"authors": [
"rodhoward",
"sanex3339"
],
"license": "bsd-2-clause",
"license_source": "bigquery",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:7245",
"repo": "javascript-obfuscator/javascript-obfuscator",
"url": "https://github.com/javascript-obfuscator/javascript-... | gharchive/pull-request | To increase performance and prevent possible runtime errors `transfor…
…mObjectKeysoption now completely ignores objects withCallExpression` nodes
I think you need to remove the "?." optional chaining as your using node v12 I think. You can probably simplify the isTrue function to simply false and still get the sam... |
2025-04-01T04:34:20.213224 | 2016-12-25T03:54:51 | 197486375 | {
"authors": [
"danieldietrich",
"xenoterracide"
],
"license": "Apache-2.0",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:7246",
"repo": "javaslang/javaslang",
"url": "https://github.com/javaslang/javaslang/issues/1772"
} | gharchive/issue | confusing documentation
I don't understand this
This is how the new Java 8 Stream API works. It is a computational layer above the well known Java collections.
// = ["1", "2", "3"] in Java 8
Arrays.asList(1, 2, 3)
.stream()
.map(Object::toString)
.collect(Collectors.toList())
Javaslang is greatly inspired by Scala. ... |
2025-04-01T04:34:20.245562 | 2022-10-04T18:28:27 | 1396680810 | {
"authors": [
"jayasuryat"
],
"license": "Apache-2.0",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:7252",
"repo": "jayasuryat/dowel",
"url": "https://github.com/jayasuryat/dowel/issues/4"
} | gharchive/issue | Handle absence of no-args constructor for @ConsiderForDowel
Currently DowelGenerator is not considering if the class annotated with @ConsiderForDowel has a no-args constructor or not. It just assumes such a constructor exists and generates code which tries to invoke a (non-existent) no-args constructor. See here.
Dow... |
2025-04-01T04:34:20.266731 | 2023-05-16T11:47:49 | 1711859732 | {
"authors": [
"Lin-Youth"
],
"license": "cc0-1.0",
"license_source": "bigquery",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:7253",
"repo": "jaywcjlove/awesome-mac",
"url": "https://github.com/jaywcjlove/awesome-mac/pull/1251"
} | gharchive/pull-request | Add Jellyfin and IconChanger apps.
Types of Changes
What types of changes does your PR introduce? Put an x in all boxes that apply
[x ] New addition to list
Proposed Changes
Describe each of your changes here to communicate to the maintainers why we should accept this pull request.
Add Jellyfin and IconChanger app... |
2025-04-01T04:34:20.275103 | 2022-05-31T18:32:05 | 1254263156 | {
"authors": [
"dcwatson",
"mattseymour"
],
"license": "BSD-3-Clause",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:7254",
"repo": "jazzband/dj-database-url",
"url": "https://github.com/jazzband/dj-database-url/pull/170"
} | gharchive/pull-request | Engine registration and custom options
This was originally part of #151. The short version is that this adds a register function to allow third-party database engines to be registered as URL schemes. It also lets you pass any DATABASES setting options through config/parse (see #116 for example).
This is a breaking ... |
2025-04-01T04:34:20.284391 | 2020-09-18T16:27:24 | 704506448 | {
"authors": [
"jdufresne",
"matthiask",
"tim-schilling"
],
"license": "bsd-3-clause",
"license_source": "bigquery",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:7255",
"repo": "jazzband/django-debug-toolbar",
"url": "https://github.com/jazzband/django-debug-tool... | gharchive/pull-request | Log a warning when django static files settings are misconfigured.
If the django static files are misconfigured in some way or a
directory doesn't exist, the toolbar should still run, but
attempt to alert the user to the issue.
Fixes #1318
Hmm, this would require users to make a change to their LOGGERS setting. I'm... |
2025-04-01T04:34:20.288197 | 2021-02-24T08:57:59 | 815265904 | {
"authors": [
"aleksihakli",
"malteger",
"podplatnikm"
],
"license": "MIT",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:7256",
"repo": "jazzband/django-ical",
"url": "https://github.com/jazzband/django-ical/issues/46"
} | gharchive/issue | Add VALARM option
Hello all!
For my project, I need to specify alarms/notifications for an .ical file I'm building. But there are no hooks or method I can return the Alarm object like I can return Items/Events. Am I missing something, how can I get around this. Are you planning to add a VALARM option in the future?
B... |
2025-04-01T04:34:20.296114 | 2021-11-09T16:27:49 | 1048814999 | {
"authors": [
"auvipy",
"pablolmedorado",
"rtpg"
],
"license": "BSD-3-Clause",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:7257",
"repo": "jazzband/django-taggit",
"url": "https://github.com/jazzband/django-taggit/pull/763"
} | gharchive/pull-request | Make TaggableManager.set API compatible with Django's RelatedManager.set
See #686
I don't consider this a blocker but I think it would be good if the release notes just went into more detail, saying that this changed from taking varargs to taking an explicit list (perhaps just an example). Without that people will ... |
2025-04-01T04:34:20.300639 | 2023-11-15T18:08:29 | 1995281925 | {
"authors": [
"anusreesoumya"
],
"license": "MIT",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:7258",
"repo": "jazzband/djangorestframework-simplejwt",
"url": "https://github.com/jazzband/djangorestframework-simplejwt/issues/764"
} | gharchive/issue | Issue with Database Queries in Authenticated Django API Calls despite JWT Verification
Each time an authorized API call is made using a bearer token (specifically a simple JWT), a database query is executed to retrieve user details, even though JWT Authentication is supposed to eliminate the need for database validat... |
2025-04-01T04:34:20.325691 | 2021-02-06T09:10:57 | 802652179 | {
"authors": [
"ArronChan",
"jbdel",
"noetits"
],
"license": "MIT",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:7259",
"repo": "jbdel/MOSEI_UMONS",
"url": "https://github.com/jbdel/MOSEI_UMONS/issues/7"
} | gharchive/issue | How to extract mel-Spectrogram just like you do?
Hi, thank you so much for sharing your code.
I want to create my own input for the emotion classification task using the pretrained model"Model_LA_e". But I don't know how to extract the mel-Spectrogram from my audio input just like you do in MOSEI Dataset?
I try to us... |
2025-04-01T04:34:20.349491 | 2017-12-07T21:24:55 | 280284068 | {
"authors": [
"goffinf",
"jawn",
"jberezanski"
],
"license": "mit",
"license_source": "bigquery",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:7260",
"repo": "jberezanski/ChocolateyPackages",
"url": "https://github.com/jberezanski/ChocolateyPackages/issues/31"
} | gharchive/issue | The install of visualstudio2017-workload-netweb was NOT successful (in Docker)
The following error is emitting when attempting to install this package on Windows Server 2016. Any chance you can take a look please :-
choco install visualstudio2017-workload-netweb --confirm --limit-output --timeout 21600 --package-para... |
2025-04-01T04:34:20.352746 | 2018-03-14T23:22:29 | 305363302 | {
"authors": [
"ahmeterbay",
"jberkel",
"jcrben"
],
"license": "apache-2.0",
"license_source": "bigquery",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:7261",
"repo": "jberkel/sms-backup-plus",
"url": "https://github.com/jberkel/sms-backup-plus/issues/852"
} | gharchive/issue | sms-backup logo-icon proposal
hi..
sometimes i design logo on utopian.io and i saw your open source project application..
ı wanted desıgn a logo for your app..
ı thınk u wıll lıke it.
plss check ıt and feedback me-like or not :))
https://steemit.com/utopian-io/@ahmeterbay/sms-backup-logo-icon-proposal
@ahmeterbay t... |
2025-04-01T04:34:20.362332 | 2016-04-01T22:42:54 | 145302859 | {
"authors": [
"davidkeaveny",
"jameshulse",
"jbogard",
"joaomatossilva"
],
"license": "apache-2.0",
"license_source": "bigquery",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:7262",
"repo": "jbogard/MediatR",
"url": "https://github.com/jbogard/MediatR/issues... | gharchive/issue | Question: Why the Handler Wrappers?
Hi,
Like the titles says, this is not really an issue, but just a question. I was looking around the code (kudos by the way :+1: ) and I notices the double Generic caches of ConcurrentDictionaries to hold the generic types of both the Generic Handler and a default Handler Wrapper.
... |
2025-04-01T04:34:20.459285 | 2015-07-06T09:44:56 | 93235066 | {
"authors": [
"jbuonagurio",
"kyroskoh"
],
"license": "bsd-3-clause",
"license_source": "bigquery",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:7264",
"repo": "jbuonagurio/docker-cartodb",
"url": "https://github.com/jbuonagurio/docker-cartodb/issues/3"
} | gharchive/issue | Last Stage Phase --> CartoDB <--- Error
I have encountered an error as shown below, where it is trying to create cartodb from unpackaged:
** Execute cartodb:db:setup
rake aborted!
PG::Error: ERROR: extension "cartodb" has no update path from version "unpackaged" to version "0.8.0"
CONTEXT: SQL statement "CREATE EXT... |
2025-04-01T04:34:20.466499 | 2022-07-13T04:30:23 | 1302888650 | {
"authors": [
"peripheralist",
"tomquirk",
"wraeth-eth"
],
"license": "MIT",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:7265",
"repo": "jbx-protocol/juice-interface",
"url": "https://github.com/jbx-protocol/juice-interface/pull/... | gharchive/pull-request | Draft: NextJS
What does this PR do and why?
Work for migrating to Next
Screenshots or screen recordings
If applicable, provide screenshots or screen recordings to demonstrate the changes.
Acceptance checklist
[ ] I have evaluated the Approval Guidelines for this PR.
[ ] I have tested this PR in all supported browser... |
2025-04-01T04:34:20.474902 | 2023-05-28T08:52:09 | 1729314275 | {
"authors": [
"wraeth-eth"
],
"license": "MIT",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:7266",
"repo": "jbx-protocol/juice-interface",
"url": "https://github.com/jbx-protocol/juice-interface/pull/3626"
} | gharchive/pull-request | payouts sub panel
What does this PR do and why?
Provide a description of what this PR does. Link to any relevant GitHub issues, Notion tasks or Discord discussions.
Screenshots or screen recordings
If applicable, provide screenshots or screen recordings to demonstrate the changes.
Acceptance checklist
[ ] I have eva... |
2025-04-01T04:34:20.477358 | 2020-07-28T18:33:30 | 667283380 | {
"authors": [
"chaptergy",
"michael-pellegrini"
],
"license": "MIT",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:7267",
"repo": "jc21/nginx-proxy-manager",
"url": "https://github.com/jc21/nginx-proxy-manager/issues/528"
} | gharchive/issue | 2FA - Yubikey or Authy
Is your feature request related to a problem? Please describe.
No.
Describe the solution you'd like
2 factor authentication using yubikey, Authy app, etc
Describe alternatives you've considered
None, run nginx proxy manager gui on private lan only.
Additional context
Great solution, works like ... |
2025-04-01T04:34:20.493553 | 2022-04-09T18:59:15 | 1198743512 | {
"authors": [
"Azuzota"
],
"license": "Apache-2.0",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:7268",
"repo": "jchen42703/waiting-line-app",
"url": "https://github.com/jchen42703/waiting-line-app/pull/39"
} | gharchive/pull-request | Replaced HandleQueueTable with DeleteButton
DeleteButton component will make it so the whole table doesn't rerender on toggle, just the components
Added getAllUsers endpoint to QueueTableDelete
Added handleNextUser to queueDashboard
@jchen42703
|
2025-04-01T04:34:20.499360 | 2023-08-10T01:35:37 | 1844264650 | {
"authors": [
"bobaoapae",
"jchristn"
],
"license": "MIT",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:7269",
"repo": "jchristn/HttpServerLite",
"url": "https://github.com/jchristn/HttpServerLite/pull/30"
} | gharchive/pull-request | Added exception handling inside the catch logic on the client connected event
This solve a problem when the exception being caught it's due to client disconnected, so the sendAsync will throw other exception that will propagate and cause a unhandled exception and crash the application.
Very sorry for the delay, tha... |
2025-04-01T04:34:20.527650 | 2022-04-06T19:43:11 | 1195093544 | {
"authors": [
"agg23",
"jcornaz"
],
"license": "MIT",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:7270",
"repo": "jcornaz/heron",
"url": "https://github.com/jcornaz/heron/pull/234"
} | gharchive/pull-request | feat: expose CollisionData in Collisions component
Currently the Collisions component only exposes the entities present in a collision, but there is additional useful information available, such as the collision normals. This change exposes the CollisionData object in the Collisions component.
Additionally, the colli... |
2025-04-01T04:34:20.537633 | 2016-03-13T21:14:11 | 140530551 | {
"authors": [
"TrevorEdwards",
"jcubic"
],
"license": "mit",
"license_source": "bigquery",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:7271",
"repo": "jcubic/jquery.terminal",
"url": "https://github.com/jcubic/jquery.terminal/issues/231"
} | gharchive/issue | CTRL+L doesn't redisplay line
Normally, CTRL+L will both clear the screen and re-display the line currently being typed, but this implementation clears the screen and the currently entered line.
Fixed in devel branch.
|
2025-04-01T04:34:20.549388 | 2019-12-18T19:05:55 | 539861756 | {
"authors": [
"jcurl",
"leocb"
],
"license": "MS-PL",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:7272",
"repo": "jcurl/SerialPortStream",
"url": "https://github.com/jcurl/SerialPortStream/issues/103"
} | gharchive/issue | Synchronous performance is slower than .NET SerialPort
Hi, first of all, thanks for this lib, reliability is greater and CPU usage is lower, great work!
However, i noticed that the performance when doing several small packets synchronously is slower than .NET default SerialPort
My setup is as follows:
Program send 6... |
2025-04-01T04:34:20.556752 | 2019-01-26T20:36:44 | 403480794 | {
"authors": [
"jczic",
"washcycle"
],
"license": "mit",
"license_source": "bigquery",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:7273",
"repo": "jczic/MicroWebSrv",
"url": "https://github.com/jczic/MicroWebSrv/pull/49"
} | gharchive/pull-request | fixed documented default behavior of mws.Start
The default behavior of mws.Start is to run in the same thread, threaded=False. I think the ReadMe comment coveys the opposite.
Hello,
I released a fully new version (v2.0) of my web server here :
github.com/jczic/MicroWebSrv2.
Open source MIT, fully asynchronous, more... |
2025-04-01T04:34:20.587494 | 2022-07-19T11:13:09 | 1309362648 | {
"authors": [
"MariiaNebesnova",
"MarinaFm",
"savinovava"
],
"license": "MIT",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:7274",
"repo": "jdi-testing/jdn-ai",
"url": "https://github.com/jdi-testing/jdn-ai/issues/540"
} | gharchive/issue | After editing generation of locator continues
https://jdi-family.atlassian.net/wiki/spaces/JDN/pages/12877879/US-7-2+User+can+edit+locators+manually#UC-7-2-6-User-edit-the-locator%2C-that-isn’t-generated
GIVEN locator is generating
AND The window “Edit” is active
WHEN I edit the locator’s fields
AND save the new loca... |
2025-04-01T04:34:20.598874 | 2016-08-17T07:23:41 | 171591322 | {
"authors": [
"ramast",
"richardbarran"
],
"license": "BSD-3-Clause",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:7275",
"repo": "jdriscoll/django-photologue",
"url": "https://github.com/jdriscoll/django-photologue/issues/158"
} | gharchive/issue | Why photo title has to be unique accross all galleries and sites?
class photo(imagemodel):
title = models.CharField(_('title'), max_length=250, unique=true)
Why does a photo require a unique title? Its difficult to tell the user "Sorry, this title has already been taken, think of something else"
That's a good ... |
2025-04-01T04:34:20.606005 | 2022-07-23T21:52:28 | 1315752748 | {
"authors": [
"LivsWorld"
],
"license": "Apache-2.0",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:7276",
"repo": "jdtyner/sps22-team6",
"url": "https://github.com/jdtyner/sps22-team6/pull/7"
} | gharchive/pull-request | Modify navbar and minor formatting on Income vs. Expense page
I fixed a bug in the IncomeExpenseServlet.java so the Map containing the monthly finance data is cleared each time a new CSV is uploaded. I also added an icon to the BetterBudget logo and made minor formatting changes to income-expense.html. I removed the ... |
2025-04-01T04:34:20.631519 | 2023-02-03T13:50:16 | 1569873485 | {
"authors": [
"eugenesvk",
"jdxcode"
],
"license": "MIT",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:7277",
"repo": "jdxcode/rtx",
"url": "https://github.com/jdxcode/rtx/pull/91"
} | gharchive/pull-request | [feat] add Xonsh shell support
Seems to be working (it compiles, and since it's Rust, should be fine :)), installed a tool and check entering/exiting a dir with a .tool-versions file, not much beyond that, will go through the contributing list of checks some time later
Meanwhile, a few questions/comments:
path: shou... |
2025-04-01T04:34:20.658764 | 2017-10-06T22:21:38 | 263586853 | {
"authors": [
"FunTimeCoding",
"mk-f"
],
"license": "mit",
"license_source": "bigquery",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:7278",
"repo": "jedi4ever/veewee",
"url": "https://github.com/jedi4ever/veewee/pull/1108"
} | gharchive/pull-request | Alpinelinux 3.6.2 x86 64 virtual template
Provide a template for AlpineLinux-3.6.2-x86_64. The who am i-Test fails, because Alpine Linux uses musl instead of glibc which does not implement utmp (see here)
I reviewed the changes. Thank you.
|
2025-04-01T04:34:20.664220 | 2015-08-01T21:00:35 | 98561286 | {
"authors": [
"d0wnblog",
"jedisct1"
],
"license": "ISC",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:7279",
"repo": "jedisct1/dnscrypt-proxy",
"url": "https://github.com/jedisct1/dnscrypt-proxy/pull/246"
} | gharchive/pull-request | dns.d0wn.biz Server update
Update for dns.d0wn.biz servers... Many changes...
Thanks for the update!
These changes rename existing resolver identifiers (d0wn-fr-ns1 -> ns1.fr.dns.d0wn.biz).
This is fine, but it is going to break dnscrypt for many people currently using one of your resolvers. When a non-existent res... |
2025-04-01T04:34:20.711200 | 2020-10-17T11:58:15 | 723741559 | {
"authors": [
"sam-n-johnston"
],
"license": "MIT",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:7280",
"repo": "jefer590/serverless-offline-step-functions",
"url": "https://github.com/jefer590/serverless-offline-step-functions/issues/21"... | gharchive/issue | Implement Retry
Is your feature request related to a problem? Please describe.
The objective is to implement the Retry described here
Started working on thi
|
2025-04-01T04:34:20.805962 | 2017-10-02T11:41:05 | 262058111 | {
"authors": [
"vpetersson",
"xRahul"
],
"license": "mit",
"license_source": "bigquery",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:7281",
"repo": "jekyll/jekyll-assets",
"url": "https://github.com/jekyll/jekyll-assets/issues/420"
} | gharchive/issue | Jekyll-Assets: Missing assets when building site
We're struggling to overcome a strange behavior with Jekyll-Assets when exporting all assets correctly on build command. The configuration is set to use cachebusting with "file system" cache type. When building we get all images and fonts correctly. But on one of the s... |
2025-04-01T04:34:20.813599 | 2015-11-30T21:30:48 | 119585327 | {
"authors": [
"benbalter",
"parkr"
],
"license": "mit",
"license_source": "bigquery",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:7282",
"repo": "jekyll/jekyll-gist",
"url": "https://github.com/jekyll/jekyll-gist/pull/28"
} | gharchive/pull-request | Use Octokit to fetch Gist content when passed a GItHub token
Fixes https://github.com/jekyll/jekyll-gist/issues/27
(Should work, but having trouble getting tests to run locally)
but having trouble getting tests to run locally
Sorry about this. Remove line 10 from spec/spec_helper.rb – that should help. That line ... |
2025-04-01T04:34:20.918664 | 2024-03-18T13:14:47 | 2192175330 | {
"authors": [
"alecharp",
"lemeurherve",
"zbynek"
],
"license": "MIT",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:7283",
"repo": "jenkins-infra/plugin-health-scoring",
"url": "https://github.com/jenkins-infra/plugin-health-scori... | gharchive/pull-request | Provide scoring timestamp on JSON API
Description
Closes #489.
This introduce the date of the score computation on the API endpoint.
This can be used to display that information on plugins.jenkins.io
@zbynek you can see the produced API content on the test.
Testing done
Modified existing API test to validate the ex... |
2025-04-01T04:34:20.927800 | 2023-04-22T10:15:14 | 1679460397 | {
"authors": [
"NotMyFault",
"jonesbusy"
],
"license": "MIT",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:7284",
"repo": "jenkins-infra/repository-permissions-updater",
"url": "https://github.com/jenkins-infra/repository-permissions-u... | gharchive/pull-request | Adopt plugin-next-executions
Description
Adopt abandoned plugin-next-executions : https://github.com/jenkinsci/next-executions-plugin
I want to deliver https://github.com/jenkinsci/next-executions-plugin/pull/9 that is a refresh of the plugin
FYI @ialbors
Submitter checklist for adding or changing permissions
Always
... |
2025-04-01T04:34:20.934251 | 2024-04-15T14:56:52 | 2243900022 | {
"authors": [
"CJkrishnan",
"NotMyFault",
"alecharp",
"justnoxx"
],
"license": "MIT",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:7285",
"repo": "jenkins-infra/repository-permissions-updater",
"url": "https://github.com/jenki... | gharchive/pull-request | Adoption request for "CloudBees CD" plugin
Link to GitHub repository
When modifying release permission
List the GitHub usernames of the users who should have commit permissions below:
@CJkrishnan
This is needed in order to cut releases of the plugin or component.
If you are modifying the release permission of your... |
2025-04-01T04:34:20.942100 | 2019-11-18T11:36:20 | 524310028 | {
"authors": [
"jenkins-x-bot-test"
],
"license": "Apache-2.0",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:7286",
"repo": "jenkins-x-bot-test/environment-pr-119-1abc-staging",
"url": "https://github.com/jenkins-x-bot-test/environment-pr-... | gharchive/pull-request | chore: bdd-spring-1574076700 to 0.0.1
chore: Promote bdd-spring-1574076700 to version 0.0.1
[APPROVALNOTIFIER] This PR is NOT APPROVED
This pull-request has been approved by:
To fully approve this pull request, please assign additional approvers.
We suggest the following additional approvers:
If they are not alread... |
2025-04-01T04:34:20.945826 | 2019-11-30T13:48:56 | 530581376 | {
"authors": [
"jenkins-x-bot-test"
],
"license": "Apache-2.0",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:7287",
"repo": "jenkins-x-bot-test/environment-pr-484-4arc-production",
"url": "https://github.com/jenkins-x-bot-test/environment-... | gharchive/pull-request | chore: bdd-spring-1575120792 to 0.0.1
chore: Promote bdd-spring-1575120792 to version 0.0.1
[APPROVALNOTIFIER] This PR is NOT APPROVED
This pull-request has been approved by:
To fully approve this pull request, please assign additional approvers.
We suggest the following additional approvers:
If they are not alread... |
2025-04-01T04:34:20.953851 | 2020-07-17T11:45:09 | 659188639 | {
"authors": [
"ankitm123",
"jstrachan"
],
"license": "Apache-2.0",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:7288",
"repo": "jenkins-x/jx-secret",
"url": "https://github.com/jenkins-x/jx-secret/issues/2"
} | gharchive/issue | add some filter options to jx-secret edit
so that folks can edit only secrets in a specific namespace ; or with a specific name or name filter or with a specific key.
e.g.
jx-secret edit --namespace foo --name lighthouse-hmac
or something like that
We may want to reuse the same filter arguments to jx-secret verify -... |
2025-04-01T04:34:20.988799 | 2016-11-17T13:20:27 | 190044900 | {
"authors": [
"carlossg",
"rmoriz"
],
"license": "MIT",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:7289",
"repo": "jenkinsci/docker",
"url": "https://github.com/jenkinsci/docker/issues/391"
} | gharchive/issue | Logging to STDOUT should be the default
The steps mentioned in https://github.com/jenkinsci/docker#configuring-logging should be applied by default as this is the best practice of docker images.
wdym? logging already goes to stdout by default. Logging level is customizable as explained there
by default, the conta... |
2025-04-01T04:34:21.001210 | 2021-12-03T23:17:52 | 1071042402 | {
"authors": [
"batmat",
"jtnord",
"olamy"
],
"license": "Apache-2.0",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:7290",
"repo": "jenkinsci/google-kubernetes-engine-plugin",
"url": "https://github.com/jenkinsci/google-kubernetes-... | gharchive/pull-request | [JENKINS-67297] reduce usage of guava
Signed-off-by: Olivier Lamy<EMAIL_ADDRESS>
@donmccasland Hi Don! care to review & merge & release this one? This is very important to make sure this plugin does not blow up with the next LTS that contains the Guava lib version bump from 11 to 30+. Thanks a lot!
@jtnord so my ... |
2025-04-01T04:34:21.011056 | 2016-12-27T09:02:00 | 197670860 | {
"authors": [
"khmarbaise",
"suchasplus"
],
"license": "MIT",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:7291",
"repo": "jenkinsci/java-client-api",
"url": "https://github.com/jenkinsci/java-client-api/issues/220"
} | gharchive/issue | default api/json?depth=1 cause timeout
due to jenkins api desc:
Another way to retrieve more data is to use the depth=N query parameter . This retrieves all the data up to the specified depth. Compare depth=0 and depth=1 and see what the difference is for yourself. Also note that data created by a smaller depth val... |
2025-04-01T04:34:21.036228 | 2020-08-20T14:18:33 | 682755306 | {
"authors": [
"EliaBracciSumo",
"TomTucka",
"pitaylor",
"timja"
],
"license": "MIT",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:7292",
"repo": "jenkinsci/slack-plugin",
"url": "https://github.com/jenkinsci/slack-plugin/issue... | gharchive/issue | Slack User ID from profile
Your checklist for this issue
[2.235.4] Jenkins version
[2.40] Plugin version
Description
Hi,
If there any way to get the slack user ID from someone's Jenkins profile? I'd like to personal message people using the bot when specific things happen in certain builds
Cheers
Use slackUse... |
2025-04-01T04:34:21.038713 | 2019-03-08T21:05:26 | 418957235 | {
"authors": [
"coveralls",
"darxriggs"
],
"license": "MIT",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:7293",
"repo": "jenkinsci/statistics-gatherer-plugin",
"url": "https://github.com/jenkinsci/statistics-gatherer-plugin/pull/29"
} | gharchive/pull-request | Improvements - wording & formatting
@lucamilanesio that's the text improvements part of pull request #27.
Coverage remained the same at 63.065% when pulling 949cc7f8740c80beb9e08ff6f4fad25dd5c430bc on darxriggs:improvements-text into e3096a17b639c81e0cda12dc945fa472473ff33f on jenkinsci:master.
@maximecharron / ... |
2025-04-01T04:34:21.083607 | 2024-03-22T09:42:42 | 2202096631 | {
"authors": [
"chadlwilson",
"jeremylong",
"marcelstoer"
],
"license": "Apache-2.0",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:7296",
"repo": "jeremylong/DependencyCheck",
"url": "https://github.com/jeremylong/DependencyCheck/i... | gharchive/issue | Direct osv.dev and/or GHSA support
Is your feature request related to a problem? Please describe.
Currently, the challenges with the NVD program are very much in people's minds (courtesy of @marcelstoer)
https://www.infosecurity-magazine.com/news/nist-vulnerability-database/
https://www.linkedin.com/posts/danlorenc_... |
2025-04-01T04:34:21.085687 | 2018-04-10T04:25:58 | 312768652 | {
"authors": [
"jericson",
"johnsyweb"
],
"license": "artistic-2.0",
"license_source": "bigquery",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:7297",
"repo": "jericson/jericson.github.io",
"url": "https://github.com/jericson/jericson.github.io/pull/3"
} | gharchive/pull-request | Fix "get an account" link
Hi,
I really enjoyed reading this series of posts. This minor edit fixes the "get an account" link (which currently 404s).
Regards;
--paj
Looks good. Thanks for the feedback!
|
2025-04-01T04:34:21.097112 | 2022-03-28T18:40:04 | 1183838625 | {
"authors": [
"Waiker"
],
"license": "MIT",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:7298",
"repo": "jeroennoten/Laravel-AdminLTE",
"url": "https://github.com/jeroennoten/Laravel-AdminLTE/issues/1088"
} | gharchive/issue | [FEATURE] use Spatie in sidabar menu
Hello. Thanks for the project.
How can I use ROLE with Spatie instead of CAN in the sidebar?
Example:
[
'text' => 'main',
'url' => 'admin/main',
'icon' => 'far fa-fw fa-newspaper',
'roles' => 'admin',
... |
2025-04-01T04:34:21.101615 | 2019-12-10T09:35:41 | 535604820 | {
"authors": [
"nicolocarpignoli",
"ongeo-dev"
],
"license": "MIT",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:7299",
"repo": "jeromeetienne/AR.js",
"url": "https://github.com/jeromeetienne/AR.js/pull/673"
} | gharchive/pull-request | Fix for issue #670
It seems not to be necessary to wait for the stream, so it could be shown directly.
Also added some missing semicolons.
What kind of change does this PR introduce?
Fix for 3rd party integration (https://github.com/cordova-rtc/cordova-plugin-iosrtc)
Can it be referenced to an Issue? If so what is th... |
2025-04-01T04:34:21.116661 | 2023-02-05T23:24:45 | 1571660335 | {
"authors": [
"jerryjliu",
"mcminis1"
],
"license": "MIT",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:7300",
"repo": "jerryjliu/gpt_index",
"url": "https://github.com/jerryjliu/gpt_index/pull/391"
} | gharchive/pull-request | Adding logging
#390
I think I'm ok with this! could you provide an example of a user being able to easily use the logger for stdout? I want to make sure that it's still easy to use in a Jupyter notebook setting.
I'll try to add an example
also, are you planning to land multiple PR's?
just one. this is currently... |
2025-04-01T04:34:21.121418 | 2023-05-05T16:19:26 | 1697873223 | {
"authors": [
"Disiok",
"ccueto36",
"krish240574",
"unitedsoftworks"
],
"license": "MIT",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:7301",
"repo": "jerryjliu/llama_index",
"url": "https://github.com/jerryjliu/llama_index/is... | gharchive/issue | Persit GPTSQLStructStoreIndex
When trying to run load_index_from_storage on a persisted GPTSQLStructStoreIndex index, i am given an error ValueError: sql_database must be specified
The code below is what im using. is there some secret to persisting this?
The docs dont really cover it and they just give examples of it... |
2025-04-01T04:34:21.125932 | 2023-09-23T08:04:18 | 1909761727 | {
"authors": [
"yasyf"
],
"license": "MIT",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:7302",
"repo": "jerryjliu/llama_index",
"url": "https://github.com/jerryjliu/llama_index/pull/7797"
} | gharchive/pull-request | Add support for vector_store_query_mode to VectorIndexAutoRetriever.
Description
Add support for vector_store_query_mode to VectorIndexAutoRetriever. To support hybrid queries for Pinecone!
Type of Change
Please delete options that are not relevant.
[x] Bug fix (non-breaking change which fixes an issue)
[ ] New feat... |
2025-04-01T04:34:21.135375 | 2018-10-08T08:10:09 | 367677610 | {
"authors": [
"Achie72",
"akosthekiss",
"zherczeg"
],
"license": "apache-2.0",
"license_source": "bigquery",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:7303",
"repo": "jerryscript-project/jerryscript",
"url": "https://github.com/jerryscript-project/jerryscript... | gharchive/pull-request | Add API function to retrieve API, debugger, and snapshot version
Added getters for each component, and an API function named jerry_get_component_versions(). A new enum is created, to signal which version we want to get.
JerryScript-DCO-1.0-Signed-off-by: Bela Toth<EMAIL_ADDRESS>
It could help, if we only have an bin... |
2025-04-01T04:34:21.147468 | 2018-11-30T15:35:26 | 386236496 | {
"authors": [
"rerobika"
],
"license": "apache-2.0",
"license_source": "bigquery",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:7304",
"repo": "jerryscript-project/jerryscript",
"url": "https://github.com/jerryscript-project/jerryscript/pull/2630"
} | gharchive/pull-request | Optimize binary operations put result
This patch introduces 4 macros that fastens the calculation of put results of binary operations.
The arithmetics binary operators always put their results onto the stack but it cannot be done directly,
since the binary lvalue operations use the same VM instructions, but these ins... |
2025-04-01T04:34:21.148911 | 2018-08-03T01:39:58 | 347229119 | {
"authors": [
"jerson",
"muhamad-rizki"
],
"license": "MIT",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:7305",
"repo": "jerson/react-native-palette-full",
"url": "https://github.com/jerson/react-native-palette-full/issues/3"
} | gharchive/issue | Color not matching correctly on android
as title said, i tried using this library on my apps but the color swatches is not matching correctly, i think its on android palette api problem
solved in https://github.com/jerson/react-native-palette-full/pull/2
|
2025-04-01T04:34:21.151221 | 2014-11-10T04:46:02 | 48229594 | {
"authors": [
"jesseadams",
"solarce"
],
"license": "apache-2.0",
"license_source": "bigquery",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:7306",
"repo": "jesseadams/pacman",
"url": "https://github.com/jesseadams/pacman/pull/3"
} | gharchive/pull-request | Adds yaourt resource
I don't know if you're interested, but I took a stab at a yaourt resource
Is there still interest in this?
not from me @jesseadams, I moved on from trying to manage my Arch install with Chef ages ago and just put stuff in Docker containers now :>
|
2025-04-01T04:34:21.171250 | 2017-09-05T13:00:41 | 255269183 | {
"authors": [
"PsyChip",
"dougaitken"
],
"license": "cc0-1.0",
"license_source": "bigquery",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:7308",
"repo": "jessicard/remote-jobs",
"url": "https://github.com/jessicard/remote-jobs/pull/338"
} | gharchive/pull-request | added codestunts.com
This is a modified version of the Contributing Guidelines.
This pull request adheres to the repository's Code of Conduct
[ ] This PR contains housekeeping (URL edits, copy changes etc)
[X] You know your alphabet - company is listed in alphabetical order in the README
[X] A company profile is inc... |
2025-04-01T04:34:21.172797 | 2015-10-15T21:19:09 | 111709791 | {
"authors": [
"chelmyers",
"jessicard"
],
"license": "cc0-1.0",
"license_source": "bigquery",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:7309",
"repo": "jessicard/remote-jobs",
"url": "https://github.com/jessicard/remote-jobs/pull/95"
} | gharchive/pull-request | Adding Happy Cog
Great idea! Adding Happy Cog to the list.
Thank you! Any way you could fill out a company profile? If not, I'll go ahead and merge.
Added here due to conflicts: https://github.com/jessicard/remote-jobs/commit/60f378acdcd949f436cb4ca8414ad73a28e807c1
|
2025-04-01T04:34:21.182349 | 2021-02-26T05:05:56 | 817043190 | {
"authors": [
"jeswr"
],
"license": "MIT",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:7310",
"repo": "jeswr/shacl-test-as-object",
"url": "https://github.com/jeswr/shacl-test-as-object/issues/20"
} | gharchive/issue | Make browser compatible version
Do this by transforming the data files to jsonld and importing.
Should also maintain the local file version for testing with electron setups.
Partially completed here. Probably need to create separate repos or make this a monorepo
|
2025-04-01T04:34:21.201020 | 2023-07-26T18:57:39 | 1822982362 | {
"authors": [
"bestickley",
"kevin-mitchell",
"khuezy"
],
"license": "Apache-2.0",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:7311",
"repo": "jetbridge/cdk-nextjs",
"url": "https://github.com/jetbridge/cdk-nextjs/issues/122"
} | gharchive/issue | Guidance on developing this package locally?
I'd like to take a stab at trying to get this project working with current versions of open-next, but am not sure about the best (here I'll define "best" as "most straightforward and simple") way to actually get this project running locally.
I had hoped that simply cloning... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.