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 |
|---|---|---|---|---|---|
404838221 | identifier $cont6 unknown?
Just for fun, I tried running this code through pythran. The resulting error message is not very helpful :)
pythran smallest_enclosing_circle.py
CRITICAL: I am in trouble. Your input file does not seem to match Pythran's constraints...
E: identifier $cont6 unknown, either because it is an ... | gharchive/issue | 2019-01-30T15:56:20 | 2025-04-01T04:35:50.639650 | {
"authors": [
"nbecker",
"serge-sans-paille"
],
"repo": "serge-sans-paille/pythran",
"url": "https://github.com/serge-sans-paille/pythran/issues/1197",
"license": "bsd-3-clause",
"license_type": "permissive",
"license_source": "bigquery"
} |
99350190 | StanfordCoreNLP.annotate will hang with some input text.
Here is how StanfordCoreNLP is initialized.
// Annotation pipeline configuration
var props = new Properties();
props.setProperty("annotators", "tokenize, ssplit, pos, parse, sentiment");
props.setProperty("sutime.binders", "0");
... | gharchive/issue | 2015-08-06T04:24:57 | 2025-04-01T04:35:50.650638 | {
"authors": [
"sergey-tihon",
"zxli"
],
"repo": "sergey-tihon/Stanford.NLP.NET",
"url": "https://github.com/sergey-tihon/Stanford.NLP.NET/issues/21",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
665275844 | Статья 12
http://localhost:8000/article/article-12/
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do
eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim
veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea
commodo consequat. Duis aute irure dolor in reprehend... | gharchive/issue | 2020-07-24T16:19:52 | 2025-04-01T04:35:50.652839 | {
"authors": [
"sergeyyarkov"
],
"repo": "sergeyyarkov/devthread.ru",
"url": "https://github.com/sergeyyarkov/devthread.ru/issues/25",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
561710894 | appsettings.json equivalent to ElasticsearchJsonFormatter()
I am using Serilog with a .NET Core 3.1 web application, but I am configuring Serilog via the appsettings.json; however, I am trying to establish how to apply ElasticsearchJsonFormatter() to the "formatter" field of the appsettings.json
{
"AllowedHosts": "... | gharchive/issue | 2020-02-07T15:35:50 | 2025-04-01T04:35:50.691274 | {
"authors": [
"Vandersteen",
"ardacetinkaya",
"daz1761",
"sumeshes07",
"yuudj"
],
"repo": "serilog-contrib/serilog-sinks-elasticsearch",
"url": "https://github.com/serilog-contrib/serilog-sinks-elasticsearch/issues/314",
"license": "Apache-2.0",
"license_type": "permissive",
"license_... |
2316899849 | Support provider name customization
Is your feature request related to a problem? Please describe.
As an end user, I'd love to be able to customize the name of the Provider Name that can be viewed in the UI dropdown.
Describe the solution you'd like
I'd love to be able to customize the Provider Name when I register t... | gharchive/issue | 2024-05-25T10:10:16 | 2025-04-01T04:35:50.693745 | {
"authors": [
"followynne"
],
"repo": "serilog-contrib/serilog-ui",
"url": "https://github.com/serilog-contrib/serilog-ui/issues/119",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1765475793 | SpanId and TraceId remains similar
Hi Team,
I am using serilog sink for dotnet 3.1 core application. I am trying to generate log console for capturing trace and span information. I get the traceid not generated based on activity rather I get same value everytime i execute and spanid has | appended with traceid as sh... | gharchive/issue | 2023-06-20T13:59:32 | 2025-04-01T04:35:50.707177 | {
"authors": [
"Veeraraghavans",
"loomis"
],
"repo": "serilog/serilog-sinks-opentelemetry",
"url": "https://github.com/serilog/serilog-sinks-opentelemetry/issues/93",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2330087810 | Error messages appear in UI after running backup
Whenever I run a backup, I get a stream of errors showing up in the bottom right hand corner of the UI with an exclamation point and the following messages:
Service method 'items' - file name: backup_service.py - fn name: get - line: 100
Service method 'data' - file na... | gharchive/issue | 2024-06-03T03:30:01 | 2025-04-01T04:35:50.721654 | {
"authors": [
"davideserio",
"dcaputo-harmoni"
],
"repo": "seriohub/velero-ui",
"url": "https://github.com/seriohub/velero-ui/issues/27",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
525127288 | Remove legacy HTML attributes
The HTML attributes data-id, data-edit-type and data-edit-field aren't used any more and thus can be deleted.
Closed by #109
| gharchive/issue | 2019-11-19T16:39:57 | 2025-04-01T04:35:50.733625 | {
"authors": [
"inyono",
"kulla"
],
"repo": "serlo/serlo.org",
"url": "https://github.com/serlo/serlo.org/issues/108",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
270914098 | Add bash autocompletion to importify commands
I heard that optparse-applicative supports bash autocompletion. It would be really great to add such support to importify.
As a addition to the issue here is detailed info about completion in optparse-applicative:
https://github.com/pcapriotti/optparse-applicative/wiki/... | gharchive/issue | 2017-11-03T09:10:01 | 2025-04-01T04:35:50.735376 | {
"authors": [
"ChShersh",
"vrom911"
],
"repo": "serokell/importify",
"url": "https://github.com/serokell/importify/issues/77",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
2263701410 | 🛑 [KaKi87] Mail - SMTP (port 465) is down
In f36b5e0, [KaKi87] Mail - SMTP (port 465) (kaki87.net) was down:
HTTP code: 0
Response time: 0 ms
Resolved: [KaKi87] Mail - SMTP (port 465) is back up in 8c27546 after 10 minutes.
| gharchive/issue | 2024-04-25T14:10:39 | 2025-04-01T04:35:50.750992 | {
"authors": [
"server-KaTys"
],
"repo": "server-KaTys/status",
"url": "https://github.com/server-KaTys/status/issues/393",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1562728135 | Local environment files are not used
The .env.*.local files are not used. I also tried deleting non-local files. But even then it does not work. Is it a bug or do I have to do something to enable support for it? Non-local and also stage dependent env files are used correctly.
SST Version: SST v2.0.0-rc.56
Works for... | gharchive/issue | 2023-01-30T16:06:04 | 2025-04-01T04:35:50.756561 | {
"authors": [
"0ptional",
"estyrke",
"jayair",
"manurana",
"moochannel",
"thdxr"
],
"repo": "serverless-stack/sst",
"url": "https://github.com/serverless-stack/sst/issues/2397",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2230457047 | Randomly getting 'Email Already in use' error while trying to signin
I was trying to Sign up using serverpod_auth_email. But while pressing create account button I am getting 'Email already in user' error even though there are no entries in the db.
Video:
https://github.com/serverpod/serverpod/assets/113328135/ac4c1d... | gharchive/issue | 2024-04-08T07:23:03 | 2025-04-01T04:35:50.850504 | {
"authors": [
"AslamThachapalli",
"BenAuerDev",
"mtariqsiddiqui"
],
"repo": "serverpod/serverpod",
"url": "https://github.com/serverpod/serverpod/issues/2109",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
2302544367 | Decouple auth module
Is your feature request related to a problem? Please describe.
I want to add custom authentication. So I need to add the serverpod_auth_server package to do this. However, it depends on the abandoned (last commit was 2 years ago) firebase_admin package that depends on http 0.13 which is one year ... | gharchive/issue | 2024-05-17T11:55:25 | 2025-04-01T04:35:50.853545 | {
"authors": [
"Isakdl",
"Maksimka101"
],
"repo": "serverpod/serverpod",
"url": "https://github.com/serverpod/serverpod/issues/2269",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
2312058578 | Generated client.dart-code has errors (Target of URI doesn't exist - database_connection.dart)
Describe the bug
Recently, I used transaction for the first time in my serverpod app. I used it in the implementation of endpoints. Now, the file protocol/client.dart, produced by the command 'serverpod generate' contains t... | gharchive/issue | 2024-05-23T06:25:38 | 2025-04-01T04:35:50.864060 | {
"authors": [
"SalahAnwer-dev",
"SandPod",
"hoeverma"
],
"repo": "serverpod/serverpod",
"url": "https://github.com/serverpod/serverpod/issues/2303",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
2516755624 | Sign in with email (auth module) shows numeric keyboard, but requires text input
Haven't verified myself, but got a bug report that sign in with email shows a numeric keyboard for entering the authentication code, but the code has letter too. So, it's impossible to enter the code from the keyboard.
Not sure which pla... | gharchive/issue | 2024-09-10T15:14:55 | 2025-04-01T04:35:50.866072 | {
"authors": [
"SandPod",
"klkucaj",
"vlidholt"
],
"repo": "serverpod/serverpod",
"url": "https://github.com/serverpod/serverpod/issues/2735",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
1508229840 | 🛑 sg3.vmes.xyz is down
In 0206dfb, sg3.vmes.xyz (sg3.vmes.xyz) was down:
HTTP code: 0
Response time: 0 ms
Resolved: sg3.vmes.xyz is back up in 0862d81.
| gharchive/issue | 2022-12-22T17:00:28 | 2025-04-01T04:35:50.874565 | {
"authors": [
"serversshnet"
],
"repo": "serversshnet/uptime",
"url": "https://github.com/serversshnet/uptime/issues/732",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
695004267 | New Approval Controller Framework
Summary
Clear description or/and business justification of what the task is about.
Details
Create controller on base of Sample Adapter Source Code as maven module.
Acceptance criteria
Controller is deployable in APP
The issue should be closed within https://github.com/servicecata... | gharchive/issue | 2020-09-07T11:26:58 | 2025-04-01T04:35:50.876809 | {
"authors": [
"GoebelL",
"kowalczyka"
],
"repo": "servicecatalog/oscm-approval",
"url": "https://github.com/servicecatalog/oscm-approval/issues/34",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1291139248 | 🛑 Typeform (Fridges & Freezers) is down
In 1467390, Typeform (Fridges & Freezers) (https://servicesite.typeform.com/to/HMORmA) was down:
HTTP code: 403
Response time: 18 ms
Resolved: Typeform (Fridges & Freezers) is back up in ef6a318.
Resolved: Typeform (Fridges & Freezers) is back up in 22be3b3.
| gharchive/issue | 2022-07-01T09:12:46 | 2025-04-01T04:35:50.879947 | {
"authors": [
"alistairreay"
],
"repo": "servicesite/upptime",
"url": "https://github.com/servicesite/upptime/issues/198",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1344955096 | 🛑 Barnsley Repairs is down
In 066b7e6, Barnsley Repairs (https://barnsleyrepairs.co.uk) was down:
HTTP code: 0
Response time: 0 ms
Resolved: Barnsley Repairs is back up in 8763163.
| gharchive/issue | 2022-08-19T22:50:16 | 2025-04-01T04:35:50.882294 | {
"authors": [
"alistairreay"
],
"repo": "servicesite/upptime",
"url": "https://github.com/servicesite/upptime/issues/427",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
189253264 | Support for macro defined string constants
I am trying to make bindings for the OpenFX API and they define some constants using macros:
#define kOfxImageEffectPluginApi "OfxImageEffectPluginAPI"
#define kOfxImageEffectPluginApiVersion 1
Bindgen seems to have no trouble with the numeric constant, but it ignores the s... | gharchive/issue | 2016-11-14T23:12:03 | 2025-04-01T04:35:50.883752 | {
"authors": [
"azerupi",
"emilio"
],
"repo": "servo/rust-bindgen",
"url": "https://github.com/servo/rust-bindgen/issues/256",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
140670359 | Missing commas in buildbot master config
r? @Manishearth @edunham @aneeshusa
This change is
@bors-servo r+
:pushpin: Commit 9641b6d has been approved by Ms2ger
:hourglass: Testing commit 9641b6d with merge fa5b2d6...
:sunny: Test successful - travis
| gharchive/pull-request | 2016-03-14T13:15:52 | 2025-04-01T04:35:50.904172 | {
"authors": [
"Ms2ger",
"bors-servo",
"larsbergstrom"
],
"repo": "servo/saltfs",
"url": "https://github.com/servo/saltfs/pull/251",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
410002154 | linearize_pretrends() and residualize_covariates() does not respect anticipation
Currently, both use supplied long_data and restrict to the pre-treatment period, i.e., cal_time_var < onset_time_var. For the case with anticipation > 0, we'd want this to only use the pre-anticipation period.
This is fixed. Both now l... | gharchive/issue | 2019-02-13T21:06:25 | 2025-04-01T04:35:50.957884 | {
"authors": [
"davidnov"
],
"repo": "setzler/eventStudy",
"url": "https://github.com/setzler/eventStudy/issues/8",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
460705853 | [graphene]: add timestamp setting
The PyChunkedGraph supports root_id retrieval with a timestamp. Currently, neuroglancer only allows retrieval of the latest root_id. I would like to make this query option available to the user, eg. through a box in the graphene segmentation layer.
Proofreading should be disabled whe... | gharchive/issue | 2019-06-26T00:37:04 | 2025-04-01T04:35:50.969028 | {
"authors": [
"nkemnitz",
"ogewan",
"sdorkenw"
],
"repo": "seung-lab/neuroglancer",
"url": "https://github.com/seung-lab/neuroglancer/issues/284",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
2393369640 | 🛑 media-mstd (Cloudflare CDN, S3) is down
In ab65fe9, media-mstd (Cloudflare CDN, S3) (https://media-mstd.seungjin.net/accounts/avatars/109/737/937/659/013/254/original/626c9187e341632b.jpg) was down:
HTTP code: 0
Response time: 0 ms
Resolved: media-mstd (Cloudflare CDN, S3) is back up in f56dfda after 9 minutes... | gharchive/issue | 2024-07-06T03:47:20 | 2025-04-01T04:35:50.971717 | {
"authors": [
"seungjin"
],
"repo": "seungjin/uptime",
"url": "https://github.com/seungjin/uptime/issues/514",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1514938224 | Remove parking_lot dependency now that std's Mutex is faster than before
Hi.
Do you think we could remove the dependency to parking_lot now that std's Mutex is faster than before?
Regards.
Why?
parking_lot also avoids the poisoning behavior.
Oh, I thought it was used for performance reasons. So, removing it would... | gharchive/issue | 2022-12-31T01:17:11 | 2025-04-01T04:35:50.989080 | {
"authors": [
"BratSinot",
"antoyo",
"sfackler"
],
"repo": "sfackler/r2d2",
"url": "https://github.com/sfackler/r2d2/issues/138",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
130912865 | This adds a list of the users current adoptions to the search sidebar
The list is comprised of the names of the drains along with their
reverse geocoded address where the name is a link to zoom the map to
that drain's location.
Addresses #88
@jasonlally @jeanwalshie let me know what you think about this as a first ... | gharchive/pull-request | 2016-02-03T05:00:47 | 2025-04-01T04:35:50.998233 | {
"authors": [
"jeanwalshie",
"jszwedko"
],
"repo": "sfbrigade/adopt-a-drain",
"url": "https://github.com/sfbrigade/adopt-a-drain/pull/135",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
204221841 | When will rails_admin 1.1.2 be released?
I'd like to use kaminari 1.0.x. Related PR #2810 has already been merged.
Would prefer not to be linking to master in our Gemfile.
Related ISSUE #2823.
Thanks.
Please release new version @sferik :)
I think it would be great to have it release sooner than later
There are a... | gharchive/issue | 2017-01-31T07:23:03 | 2025-04-01T04:35:51.005141 | {
"authors": [
"PikachuEXE",
"koic",
"mshibuya",
"pschambacher",
"swistaczek"
],
"repo": "sferik/rails_admin",
"url": "https://github.com/sferik/rails_admin/issues/2826",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1937005 | custom field partials
I'm using rails admin on several projects, and I made heavy use of the feature of using my own partials for a field just by specifying on config.
Now I started a new project with rails 3.1 and the new rails admin (849898ff5bb1f4b2f3774320d7590b8c54946c31), but I found that rails admin doesn't re... | gharchive/issue | 2011-10-18T07:49:33 | 2025-04-01T04:35:51.020366 | {
"authors": [
"Rustik",
"amicming",
"bbenezech",
"ejmm320",
"epdp",
"jorgeramos",
"rodeofly",
"shqear93"
],
"repo": "sferik/rails_admin",
"url": "https://github.com/sferik/rails_admin/issues/787",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"... |
1190720887 | 🛑 Nodo is down
In 7ce811e, Nodo (https://nodotecnologico.catamarcacapital.edu.ar/) was down:
HTTP code: 0
Response time: 0 ms
Resolved: Nodo is back up in f22d089.
| gharchive/issue | 2022-04-02T19:34:55 | 2025-04-01T04:35:51.035695 | {
"authors": [
"juanml14"
],
"repo": "sfvc/upptime",
"url": "https://github.com/sfvc/upptime/issues/164",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1762490692 | 🛑 Civitas Juzgado is down
In 5b8d151, Civitas Juzgado (http://civitas.catamarcaciudad.gob.ar:8080/JUZ_CATA/forms/login.jsp) was down:
HTTP code: 0
Response time: 0 ms
Resolved: Civitas Juzgado is back up in c109e1b.
| gharchive/issue | 2023-06-18T22:38:01 | 2025-04-01T04:35:51.038080 | {
"authors": [
"juanml14"
],
"repo": "sfvc/upptime",
"url": "https://github.com/sfvc/upptime/issues/870",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2381826426 | Intersecting text taking a while
Hi,
Firstly, thanks for the awesome library.
I am trying to extrude and intersect two pieces of text:
const { drawText } = replicad;
const main = () => {
const john = drawText("JOHN", {
startX: 0,
startY: 0,
})
.sketchOnPlane("XZ")
.extrude(50);
const mary =... | gharchive/issue | 2024-06-29T15:56:07 | 2025-04-01T04:35:51.041849 | {
"authors": [
"r-bt",
"sgenoud"
],
"repo": "sgenoud/replicad",
"url": "https://github.com/sgenoud/replicad/issues/159",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2754020507 | [Bug] Qwen/QwQ-32B-Preview undefined symbol error
Checklist
[X] 1. I have searched related issues but cannot get the expected help.
[X] 2. The bug has not been fixed in the latest version.
[X] 3. Please note that if the bug-related issue you submitted lacks corresponding environment info and a minimal reproducible d... | gharchive/issue | 2024-12-21T13:17:13 | 2025-04-01T04:35:51.047352 | {
"authors": [
"HuanzhiMao",
"zhyncs"
],
"repo": "sgl-project/sglang",
"url": "https://github.com/sgl-project/sglang/issues/2539",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2759597947 | Refactor Scheduler to improve code organization
Motivation
When I try to deep into the Zero-Overhead Batch Scheduler , I find is hard to get clear on the scheduling, and is hard to impl a new scheduling policy, so I try to refactor SchedulePolicy,and make it easy to add new policy for me and others.
McCabe ind... | gharchive/pull-request | 2024-12-26T10:29:35 | 2025-04-01T04:35:51.053459 | {
"authors": [
"libratiger",
"merrymercy"
],
"repo": "sgl-project/sglang",
"url": "https://github.com/sgl-project/sglang/pull/2593",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
205174234 | fix issue #61 “No such module PDFGenerator”
added framework dependency
Sorry for replying late.
Thank you for the help 🙇
| gharchive/pull-request | 2017-02-03T14:38:51 | 2025-04-01T04:35:51.062936 | {
"authors": [
"mkowalski87",
"sgr-ksmt"
],
"repo": "sgr-ksmt/PDFGenerator",
"url": "https://github.com/sgr-ksmt/PDFGenerator/pull/62",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
107028206 | Get a 403 if I use request.setVisibleInDownloadsUi(true);
Hi @sgrebnov,
I was trying to use your plugin and I was wondering, why you need to use this line:
request.setVisibleInDownloadsUi(false);
https://github.com/sgrebnov/cordova-plugin-background-download/blob/master/src/android/BackgroundDownload.java#L175
I want... | gharchive/issue | 2015-09-17T17:00:45 | 2025-04-01T04:35:51.069518 | {
"authors": [
"rbournissent"
],
"repo": "sgrebnov/cordova-plugin-background-download",
"url": "https://github.com/sgrebnov/cordova-plugin-background-download/issues/12",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
1299774910 | Access specific MetaEdit command with buttons
Hi, this is as deep as I can get into MetaEdit from a button:
type command
action MetaEdit: Run MetaEdit
name Update status
Because of this, I still have to wade through all these options after clicking:
Can't I just pick an option: create new YAML meta-data > status ... | gharchive/issue | 2022-07-09T21:59:08 | 2025-04-01T04:35:51.095043 | {
"authors": [
"DeutscheGabanna",
"Minoo7"
],
"repo": "shabegom/buttons",
"url": "https://github.com/shabegom/buttons/issues/123",
"license": "Unlicense",
"license_type": "permissive",
"license_source": "github-api"
} |
2568614336 | Attributes and special attributes Karma calculation
Karma flag needed for attributes to include karmaSpent. It should be a calculated value for attributes.
Maybe I will just calculate each time from the value on the base to the new value.
| gharchive/issue | 2024-10-06T11:38:17 | 2025-04-01T04:35:51.154010 | {
"authors": [
"shadows-eye"
],
"repo": "shadows-eye/sr5-marketplace",
"url": "https://github.com/shadows-eye/sr5-marketplace/issues/17",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1753618022 | Controllers
Hellow Reviewer,
My name is @shafiuyushawu and this milestone fulfills the following requirement.
For each URL you should create:
A route.
An action in the correct controller.
A view file.
View files should include only placeholders written in plain HTML, e.g:
Here is a list of posts for a given user... | gharchive/pull-request | 2023-06-12T21:24:06 | 2025-04-01T04:35:51.228068 | {
"authors": [
"shafiuyushawu"
],
"repo": "shafiuyushawu/blog-app",
"url": "https://github.com/shafiuyushawu/blog-app/pull/4",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
709811312 | Added 90's Game Style Retro Buttons
Hi, I have added three 90's style retro buttons.
Issue: I was not able to give them a border, and I couldn't figure out why. Any help will be appreciated.
I wanted to create buttons like this:
But I couldn't get a border.
One final question: Where did you get the font? I pref... | gharchive/pull-request | 2020-09-27T20:35:18 | 2025-04-01T04:35:51.235755 | {
"authors": [
"anonyda",
"shahednasser"
],
"repo": "shahednasser/sbuttons",
"url": "https://github.com/shahednasser/sbuttons/pull/275",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
934585025 | README.MD FileNotFound on install
When installing 0.1.8 either through pip3 or setup.py it fails with a FileNotFound on "README.MD"
Workaround - rename README.md to README.MD.
Probably the error might be in setup.py with this line with open("README.MD","r") as file: but I already have put the file name as README... | gharchive/issue | 2021-07-01T08:48:52 | 2025-04-01T04:35:51.250324 | {
"authors": [
"RedBeardCleric",
"shaikhsajid1111"
],
"repo": "shaikhsajid1111/facebook_page_scraper",
"url": "https://github.com/shaikhsajid1111/facebook_page_scraper/issues/9",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
906156409 | Support playing multiple text tracks at once
Have you read the Tutorials?
yes
Have you read the FAQ and checked for duplicate open issues?
yes
What version of Shaka Player are you using?
v3.1.0
Please ask your question
I am working on a project where i use Shaka player as a debug and quality verifier for dash files ... | gharchive/issue | 2021-05-28T22:31:06 | 2025-04-01T04:35:51.255268 | {
"authors": [
"Sweknas",
"avelad",
"joeyparrish",
"theodab"
],
"repo": "shaka-project/shaka-player",
"url": "https://github.com/shaka-project/shaka-player/issues/3436",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2534842982 | test: Don't fail tests when cast property can't be deleted
On some real Cast devices, you can't delete window.cast. This is fine, and shouldn't cause the test to fail. If this happens, skip the test instead. The test, which mocks everything including the platform detection and the Cast API, is still valid on platf... | gharchive/pull-request | 2024-09-18T22:13:33 | 2025-04-01T04:35:51.256467 | {
"authors": [
"avelad",
"joeyparrish"
],
"repo": "shaka-project/shaka-player",
"url": "https://github.com/shaka-project/shaka-player/pull/7342",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2711558748 | fix: Codec switch reload - apply boundaries correctly
Fixes #7595
@shaka-bot test ce
@shaka-bot test ce
@shaka-bot test ce
@shaka-bot test ce
@shaka-bot test ce
@shaka-bot test ce
@shaka-bot test ce
| gharchive/pull-request | 2024-12-02T11:20:31 | 2025-04-01T04:35:51.258533 | {
"authors": [
"tykus160"
],
"repo": "shaka-project/shaka-player",
"url": "https://github.com/shaka-project/shaka-player/pull/7700",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1678931504 | 🛑 Shakedown Social - Uploads is down
In 8fb2686, Shakedown Social - Uploads (https://files.shakedown.social/accounts/avatars/109/357/389/718/265/462/original/dd80d2c95e48cfd2.jpeg) was down:
HTTP code: 403
Response time: 418 ms
Resolved: Shakedown Social - Uploads is back up in 0038586.
| gharchive/issue | 2023-04-21T18:32:58 | 2025-04-01T04:35:51.261094 | {
"authors": [
"clifff"
],
"repo": "shakedown-social/upptime",
"url": "https://github.com/shakedown-social/upptime/issues/1263",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1682258504 | 🛑 Shakedown Social - Uploads is down
In f46c347, Shakedown Social - Uploads (https://files.shakedown.social/accounts/avatars/109/357/389/718/265/462/original/dd80d2c95e48cfd2.jpeg) was down:
HTTP code: 403
Response time: 598 ms
Resolved: Shakedown Social - Uploads is back up in 9cfa4cc.
| gharchive/issue | 2023-04-25T01:08:36 | 2025-04-01T04:35:51.263615 | {
"authors": [
"clifff"
],
"repo": "shakedown-social/upptime",
"url": "https://github.com/shakedown-social/upptime/issues/1786",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
267855591 | FuckAccount()
So..uh.. I messed up an equipment injection and accidentally injected 1,401,001,500 Raven Berets. This causes the FFBE app to crash if you look at equipment under the items menu or if you tap on the head gear equipment box on the unit screen. If FuckAccount() is used to Fuck an account then this would b... | gharchive/issue | 2017-10-24T00:06:55 | 2025-04-01T04:35:51.269491 | {
"authors": [
"WithinGDR",
"shalzuth"
],
"repo": "shalzuth/BraveHaxvius",
"url": "https://github.com/shalzuth/BraveHaxvius/issues/20",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
398646703 | Sync & Download fail in Develop Tools with "HttpError: Not Found"
Visual Studio Code Version : [ 1.30.2 ]
Code Settings Sync Version : [ 3.2.4 ]
Operating System : [ WINDOWS 10 ]
Occurs On: [ Sync, Download ]
Proxy Enabled: [ No ]
Fresh install, Windows 10, recent VSC (1.30.2), recent Sync (3.2.4),
settings.json -> ... | gharchive/issue | 2019-01-13T11:09:48 | 2025-04-01T04:35:51.296111 | {
"authors": [
"Dalot",
"aamsur",
"asmyshlyaev177",
"h3d0",
"jf781",
"pauloneill",
"ravishankarkota2017",
"shanalikhan"
],
"repo": "shanalikhan/code-settings-sync",
"url": "https://github.com/shanalikhan/code-settings-sync/issues/748",
"license": "MIT",
"license_type": "permi... |
370518070 | How did you create the mask?
Two masks which you are using for stop sign how did you create them? Furthermore, here you are considering only the stop sign so only stop sign masks are used but what if I want to use this method for other datasets then I will have to create the masks for specific objects in images?
Y... | gharchive/issue | 2018-10-16T09:24:03 | 2025-04-01T04:35:51.385971 | {
"authors": [
"sadafgulshad1",
"shangtse"
],
"repo": "shangtse/robust-physical-attack",
"url": "https://github.com/shangtse/robust-physical-attack/issues/5",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
781844943 | isONcorrect published doi
The following instructions are for pull requests related to tool entries.
If your pull request is about something else they can be ignored.
Please describe your pull request below and fill out the check list:
Add your description here:
Please check whether you could check following boxes. El... | gharchive/pull-request | 2021-01-08T05:00:23 | 2025-04-01T04:35:51.390883 | {
"authors": [
"QGouil",
"shaniAmare"
],
"repo": "shaniAmare/long_read_tools",
"url": "https://github.com/shaniAmare/long_read_tools/pull/47",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
340085661 | How do you create the mention_type_test.txt?
I tried to run ./run.sh but it didn't create mention_type_test.txt I get this:
Traceback (most recent call last):
File "code/Evaluation/convertPredictionToJson.py", line 13, in
with open(typeMapFile) as typeF:
IOError: [Errno 2] No such file or directory: 'data/intermedi... | gharchive/issue | 2018-07-11T04:15:08 | 2025-04-01T04:35:51.393845 | {
"authors": [
"33Peng33",
"ellenmellon"
],
"repo": "shanzhenren/CoType",
"url": "https://github.com/shanzhenren/CoType/issues/8",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2458968613 | [bug] 修好了但没完全修好
部分图片帖子里面无法预览
修好了
| gharchive/issue | 2024-08-10T07:52:04 | 2025-04-01T04:35:51.412082 | {
"authors": [
"minyue-yu",
"share121"
],
"repo": "share121/inter-knot",
"url": "https://github.com/share121/inter-knot/issues/734",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
358658657 | Collision.RayIntersectsRay treats Rays as lines
When finding the intersection point:
float s = dets / denominator;
float t = dett / denominator;
//The points of intersection.
Vector3 point1 = ray1.Position + (s * ray1.Direction);
Vector3 point2 = ray2.Position + (t * ray2.Direction);
both s and t should be non-neg... | gharchive/issue | 2018-09-10T14:49:39 | 2025-04-01T04:35:51.458305 | {
"authors": [
"h1cks",
"mludlum"
],
"repo": "sharpdx/SharpDX",
"url": "https://github.com/sharpdx/SharpDX/issues/1077",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1708633126 | Re-enable autovacuum
Also fix the table name for this part of the process.
This is a quick fix for tables with no storage parameters but does not fix the issue if autovacuum is enabled but other storage parameters are indeed set.
Fixes #82
We could potentially do something like this in the case where storage_parame... | gharchive/pull-request | 2023-05-13T14:52:37 | 2025-04-01T04:35:51.483233 | {
"authors": [
"jfrost",
"shayonj"
],
"repo": "shayonj/pg-osc",
"url": "https://github.com/shayonj/pg-osc/pull/85",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
178219686 | Feature/alpine java
Needed this for one of my projects so added alpine java with oracle jdk 8 here.
Hi @whithajess,
thanks for you PR. Alpine support is planned for the third release from now (but it may change depending on KM releases). So I won't merge in master for now. But we have a alpine branch (https://githu... | gharchive/pull-request | 2016-09-21T01:07:02 | 2025-04-01T04:35:51.498354 | {
"authors": [
"sheepkiller",
"whithajess"
],
"repo": "sheepkiller/kafka-manager-docker",
"url": "https://github.com/sheepkiller/kafka-manager-docker/pull/14",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
187543444 | Get pipe tests running on Windows.
I used the FIND command which ships with Windows as something to
pass data through.
The test checks that a POSIX-like find(1) exists and skips the tests
if this condition is true because Windows-provided FIND is incompatible
with find(1).
@nfischer I find ss64 very useful. See FIN... | gharchive/pull-request | 2016-11-06T05:32:13 | 2025-04-01T04:35:51.514123 | {
"authors": [
"binki",
"nfischer"
],
"repo": "shelljs/shelljs",
"url": "https://github.com/shelljs/shelljs/pull/550",
"license": "bsd-3-clause",
"license_type": "permissive",
"license_source": "bigquery"
} |
285756191 | Enable social sharing
Enable twitter, facebook or another social platform to share blog post.
By chance, is this being worked on? I really like this theme, but would really love to be able to share blog posts to facebook, twitter and linkedin
Thank you.
| gharchive/issue | 2018-01-03T17:33:35 | 2025-04-01T04:35:51.516321 | {
"authors": [
"alcazar90",
"chrisselig"
],
"repo": "shenoybr/hugo-goa",
"url": "https://github.com/shenoybr/hugo-goa/issues/35",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
503237508 | switch to babel loader
#7 This PR switch awesome-typescript-loader to babel-loader.
But this one doesn't resolve an issue with reducing bundle size.
I played with settings and different babel setup, but with no success.
From Webpack analyzer report(attached) you can see that semantic-ui-react bundled with all modules... | gharchive/pull-request | 2019-10-07T05:18:47 | 2025-04-01T04:35:51.636647 | {
"authors": [
"ivan-nikolaievskyi",
"sheshbabu",
"vanya829"
],
"repo": "sheshbabu/freshlytics",
"url": "https://github.com/sheshbabu/freshlytics/pull/16",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
426045865 | Add textMapIsSparqlQuery URL parameter to shex-simple
This makes it possible to link to a version of shex-simple where users can enter a SPARQL query directly, without having to know the SPARQL extension syntax.
Part of our attempts to make the tool a bit easier to use for Wikidata editors not overly familiar with Sh... | gharchive/pull-request | 2019-03-27T15:58:57 | 2025-04-01T04:35:51.639115 | {
"authors": [
"ericprud",
"lucaswerkmeister",
"micgro42"
],
"repo": "shexSpec/shex.js",
"url": "https://github.com/shexSpec/shex.js/pull/38",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1926663840 | Request to Add Number System Conversion Topics
These topics could cover a range of conversions such as binary to decimal, hexadecimal to binary, or any other common conversions related to number systems. I believe that adding these topics would greatly benefit the repository's users who are looking for information an... | gharchive/issue | 2023-10-04T17:21:24 | 2025-04-01T04:35:51.647024 | {
"authors": [
"Sarthak950",
"ZRX-SIGMA",
"shhossain"
],
"repo": "shhossain/computer_science",
"url": "https://github.com/shhossain/computer_science/issues/653",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
170188176 | Tweaking Fleetup interaction
I have a few questions on tweaking.
FleetUp doesnt seem to post new operations when posted only upcoming ones.
What is the interval for "upcoming" to post and does it re-ping a few times? How can I modify this so say upcoming is 12hrs instead of 1 or whatever it is now.
What is the polle... | gharchive/issue | 2016-08-09T14:57:15 | 2025-04-01T04:35:51.652733 | {
"authors": [
"CokkocZateki",
"shibdib",
"warriorsoul15"
],
"repo": "shibdib/Dramiel",
"url": "https://github.com/shibdib/Dramiel/issues/20",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
238020053 | 银河 web 很快不能用了....
尊敬的投资者:
为进一步提升交易安全,我公司于2017年6月30日16时起停止提供WEB交易系统,您将无法通过该系统进行证券交易。本次暂停仅针对WEB交易系统,我公司提供的其它交易方式不受影响,为避免影响您的正常交易,建议请您使用我公司提供的其它交易方式(下载地址:http://www.chinastock.com.cn/yhwz/service/download.shtml)。
若您对此有任何意见或建议,请您与您所在当地营业部联系或致电95551。
中国银河证券股份有限公司提醒您:股市有风险,入市需谨慎。
是的,后面会完善下客户端
| gharchive/issue | 2017-06-23T01:59:47 | 2025-04-01T04:35:51.654451 | {
"authors": [
"4ever911",
"shidenggui"
],
"repo": "shidenggui/easytrader",
"url": "https://github.com/shidenggui/easytrader/issues/210",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
184252448 | libOpenCvSharpExtern.so: undefined symbol: _ZTIN2cv16ParallelLoopBodyE
OpenCvSharpExtern was compiled successfully, but when I try to use it on a simple example, I get these errors (with MONO_LOG_LEVEL=debug) with the mentions of an undefined symbol. ldd libOpenCvSharpExtern.so doesn't show any links to OpenCV. It lo... | gharchive/issue | 2016-10-20T14:53:51 | 2025-04-01T04:35:51.658729 | {
"authors": [
"Hodapp87",
"fedorkov",
"shimat"
],
"repo": "shimat/opencvsharp",
"url": "https://github.com/shimat/opencvsharp/issues/262",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
928748885 | Change to development environment to remote container
create dockerfile for development on /.devcontainer
add poetry in dev container
not use virtualenv
| gharchive/issue | 2021-06-24T00:45:34 | 2025-04-01T04:35:51.659890 | {
"authors": [
"shin-hama"
],
"repo": "shin-hama/JunkNoteAPI",
"url": "https://github.com/shin-hama/JunkNoteAPI/issues/24",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1242042687 | useStore hook returned on Store ref
Including a manner by which to consume the resulting Store on the ref allows easy mocking in tests.
Usage:
Tests:
Before
After
Confirmed after changing to the get trap override that it works:
| gharchive/pull-request | 2022-05-19T16:41:31 | 2025-04-01T04:35:51.668374 | {
"authors": [
"rkyle35242"
],
"repo": "shipt/osmosis",
"url": "https://github.com/shipt/osmosis/pull/101",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
56479209 | [Feature request] Add role related operations support in cli
Would be similar to what shipyard currently has for account related operations
roles show roles
add-role add role
delete-role delete role
This is no longer valid in v3. We do not have a custom CLI.
| gharchive/issue | 2015-02-04T04:36:20 | 2025-04-01T04:35:51.680348 | {
"authors": [
"ehazlett",
"isymbo"
],
"repo": "shipyard/shipyard",
"url": "https://github.com/shipyard/shipyard/issues/415",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
2292060610 | Questions about sd-scripts and diffusers
Hi shirayu,
Your work on diffusion models is really impressive! I came across your example_lora_training repo (https://github.com/shirayu/example_lora_training) and as someone just starting to learn about diffusion, I've been working with sd-scripts and diffusers. I'd really a... | gharchive/issue | 2024-05-13T07:35:01 | 2025-04-01T04:35:51.686387 | {
"authors": [
"elichan5168",
"shirayu"
],
"repo": "shirayu/tohoku_sd_lora",
"url": "https://github.com/shirayu/tohoku_sd_lora/issues/21",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1768077615 | [1.19.2 Forge] Crash Ticking World
Hi! In my singleplayer world, using the June release of the mod, I get this crash: https://pastebin.com/47Svhjvc
Forge version is 43.2.9.
It happens with or without shaders. Thanks for your time! And sorry for hitting enter too early lol.
what happened to cause this crash? the onl... | gharchive/issue | 2023-06-21T17:23:06 | 2025-04-01T04:35:51.694208 | {
"authors": [
"amoooooo",
"katubug"
],
"repo": "shiroroku/LootBeams",
"url": "https://github.com/shiroroku/LootBeams/issues/26",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1874747589 | Update snmp@8.4
Build snmp@8.4
:beers: @BrewTestBot has triggered a merge.
| gharchive/pull-request | 2023-08-31T04:03:32 | 2025-04-01T04:35:51.702786 | {
"authors": [
"shivammathur"
],
"repo": "shivammathur/homebrew-extensions",
"url": "https://github.com/shivammathur/homebrew-extensions/pull/3129",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2501724493 | Update php@8.4
Build php@8.4
:beers: @BrewTestBot has triggered a merge.
| gharchive/pull-request | 2024-09-03T00:26:59 | 2025-04-01T04:35:51.704110 | {
"authors": [
"shivammathur"
],
"repo": "shivammathur/homebrew-php",
"url": "https://github.com/shivammathur/homebrew-php/pull/3074",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1003352421 | Update php@8.1
Build php@8.1
:beers: @BrewTestBot has triggered a merge.
| gharchive/pull-request | 2021-09-21T21:55:15 | 2025-04-01T04:35:51.705150 | {
"authors": [
"shivammathur"
],
"repo": "shivammathur/homebrew-php",
"url": "https://github.com/shivammathur/homebrew-php/pull/515",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1023225539 | Update php@8.1
Build php@8.1
:beers: @BrewTestBot has triggered a merge.
| gharchive/pull-request | 2021-10-12T00:05:38 | 2025-04-01T04:35:51.706175 | {
"authors": [
"shivammathur"
],
"repo": "shivammathur/homebrew-php",
"url": "https://github.com/shivammathur/homebrew-php/pull/559",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1272891336 | Update php@8.2
Build php@8.2
:beers: @BrewTestBot has triggered a merge.
| gharchive/pull-request | 2022-06-16T00:08:27 | 2025-04-01T04:35:51.707177 | {
"authors": [
"shivammathur"
],
"repo": "shivammathur/homebrew-php",
"url": "https://github.com/shivammathur/homebrew-php/pull/923",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
544770319 | add card view to datatable
give an option to show a list of cards instead of a datatable.
Questions: Would editing still be possible? what functional differences would there be?
How would sorting work?
| gharchive/issue | 2020-01-02T22:15:35 | 2025-04-01T04:35:51.720342 | {
"authors": [
"shliachtx"
],
"repo": "shliachtx/lwc-listview",
"url": "https://github.com/shliachtx/lwc-listview/issues/9",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
2600473878 | Feature request idea: automatic retry upon error
Seeing errors in the log that state "Scraper error: error sending request for url " and the download stops after that point for the magazine issue. Restarting the download fixes the issue (suspect that rate limiting could fix this). An idea would be to do a retry or N ... | gharchive/issue | 2024-10-20T13:45:53 | 2025-04-01T04:35:51.721701 | {
"authors": [
"EvoDyn",
"shloop"
],
"repo": "shloop/google-book-scraper",
"url": "https://github.com/shloop/google-book-scraper/issues/5",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1709162120 | Unit testing
Description
Describe your changes in detail.
Motivation and context
Why is this change required? What problem does it solve?
If it fixes an open issue, please link to the issue here (if you write fixes #num
or closes #num, the issue will be automatically closed when the pull is accepted.)
How has this b... | gharchive/pull-request | 2023-05-15T01:30:42 | 2025-04-01T04:35:51.728599 | {
"authors": [
"shmolf"
],
"repo": "shmolf/noted",
"url": "https://github.com/shmolf/noted/pull/49",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1090346153 | Bad CPU type in executable
I'm setting up a new MBP 14'' M1 Pro with macOS 12.0.1 and ran into some problems getting this to work.
[08:49:56.928] NightShift[Keyword] Processing complete
[08:49:56.930] NightShift[Keyword] Passing output '' to Run Script
[08:49:57.011] ERROR: NightShift[Run Script] xattr: [Errno 13] Pe... | gharchive/issue | 2021-12-29T08:16:25 | 2025-04-01T04:35:51.731063 | {
"authors": [
"kgrhartlage",
"shmulvad"
],
"repo": "shmulvad/alfred-nightshift",
"url": "https://github.com/shmulvad/alfred-nightshift/issues/3",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1913983749 | Order of Rules Affects Parsing
Describe the bug
BNF grammar should be independent of the order of the rules as long as it is otherwise well-formed.
To Reproduce
Take the dna_left_recursive test and reverse the order of the rules. The BNF parser can no longer successfully parse the input string.
#[test]
fn dna_left_re... | gharchive/issue | 2023-09-26T17:33:46 | 2025-04-01T04:35:51.734214 | {
"authors": [
"CrockAgile",
"lambdaknight"
],
"repo": "shnewto/bnf",
"url": "https://github.com/shnewto/bnf/issues/137",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
293523764 | CON-2888: Implemented a language fallback
if there is no language file available for the designated language, the en-US file will now be used
removed the en-AU language file
Coverage decreased (-0.001%) to 4.071% when pulling faf166bc35972cf50069bc5f0d5794472ccdfb9d on CON-2888-translations-should-fallback-to in... | gharchive/pull-request | 2018-02-01T13:08:41 | 2025-04-01T04:35:51.761054 | {
"authors": [
"coveralls",
"kernelkiller"
],
"repo": "shopgate/theme-ios11",
"url": "https://github.com/shopgate/theme-ios11/pull/66",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1645085287 | Demo - change default preset to node-server
Related to: #90
More details: https://github.com/shopware/frontends/pull/90#issuecomment-1487529143
Acceptance criteria
app is building by default with node-server preset
when ENV variable is provided with another preset it's used for build
Sidenote idea: maybe it could b... | gharchive/issue | 2023-03-29T05:57:15 | 2025-04-01T04:35:51.783712 | {
"authors": [
"patzick"
],
"repo": "shopware/frontends",
"url": "https://github.com/shopware/frontends/issues/92",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
489688586 | Entity customer is missing discardChanges method
When editing a customer in the shopware administration panel and clicking on Cancel, the console prints:
[Discard-detail-page-changes Mixin] Could not discard changes for entity with name "customer".
and of course the changes that I made to the customer are permanent.... | gharchive/issue | 2019-09-05T11:18:11 | 2025-04-01T04:35:51.785444 | {
"authors": [
"itmuckel",
"taltholtmann"
],
"repo": "shopware/platform",
"url": "https://github.com/shopware/platform/issues/166",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
338847687 | Allow 0 as ID in state of Order API
1. Why is this change necessary?
The stateId is necessary on create of an order. This should not be requiered. Also see the ISSUE SW-21511 I also fixed the typo that states that shipping state is missing instead of billing state
The user can register without a stateId/state, why s... | gharchive/pull-request | 2018-07-06T08:19:26 | 2025-04-01T04:35:51.789821 | {
"authors": [
"Isengo1989",
"shopwareBot"
],
"repo": "shopware/shopware",
"url": "https://github.com/shopware/shopware/pull/1703",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
150881795 | introduce variables for column count in masonry emotions
Make column count in masonry emotion worlds configurable, so you can define the column count by setting a LESS variable in your own theme.
No BC breaks as the default values are the old ones.
see also: http://forum.shopware.com/discussion/34740/override-einkauf... | gharchive/pull-request | 2016-04-25T14:35:24 | 2025-04-01T04:35:51.791966 | {
"authors": [
"Phil23",
"SvenHerrmann",
"bcremer"
],
"repo": "shopware/shopware",
"url": "https://github.com/shopware/shopware/pull/523",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2563120876 | Detect offline shotover nodes
After introducing ShotoverNodeState to ShotoverNode in https://github.com/shotover/shotover-proxy/pull/1758, we should add a task to detect down shotover nodes and set ShotoverNodeState accordingly.
This PR adds a background task check_shotover_peers looping over peer shotover nodes and ... | gharchive/pull-request | 2024-10-03T04:53:31 | 2025-04-01T04:35:51.809802 | {
"authors": [
"justinweng-instaclustr"
],
"repo": "shotover/shotover-proxy",
"url": "https://github.com/shotover/shotover-proxy/pull/1762",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
582570208 | Correct Typos
This might be the most important commit till now
@horiaionut Please change the commit message to something meaningful. Use this https://chris.beams.io/posts/git-commit/ for reference. This is how you can change the commit message https://help.github.com/en/github/committing-changes-to-your-project/cha... | gharchive/pull-request | 2020-03-16T20:09:12 | 2025-04-01T04:35:51.815771 | {
"authors": [
"horiaionut",
"shresthagrawal"
],
"repo": "shresthagrawal/jslibp2p-chat-tutorial",
"url": "https://github.com/shresthagrawal/jslibp2p-chat-tutorial/pull/2",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
222345714 | ShtrihFiscalPrinter113 readTable writeTable написанны неправильно
При чтении/записи из таблицы просиходит ошибка
[ShtrihProtocol:getCashiersInfo:117]: Data parameter cannot be null
jpos.JposException: Data parameter cannot be null
at com.shtrih.jpos.DIOUtils.checkDataNotNull(DIOUtils.java:31)
at c... | gharchive/issue | 2017-04-18T08:53:31 | 2025-04-01T04:35:51.831501 | {
"authors": [
"mifkamaz",
"nyxiscoo1"
],
"repo": "shtrih-m/javapos_shtrih",
"url": "https://github.com/shtrih-m/javapos_shtrih/issues/6",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1638401749 | Bug Fix Confuzz
Non Reproducible: This is a quick and hacky way to fix, just add all ctest files into the Base Configuration API.
Non Deterministic: WIP
LGTM!
LGTM!
Okay. Let's also fix the Non-Deterministic bug in this PR @hwang-pku. What is the current state of that?
I plan to look into it more this afterno... | gharchive/pull-request | 2023-03-23T22:01:53 | 2025-04-01T04:35:51.834601 | {
"authors": [
"hwang-pku",
"shuaiwang516"
],
"repo": "shuaiwang516/fuzz-hadoop",
"url": "https://github.com/shuaiwang516/fuzz-hadoop/pull/7",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2165315979 | :triangular_flag_on_post: Migrate Avatar
🤔 Nature of this PR
[ ] 🐛 bug fix
[X] ✨ new feature
[ ] 📝 documentation improvement
[ ] 📝 demo code improvement
[ ] 🚀 component style/interaction improvement
[ ] 🏗️ ci/cd improvement
[ ] ♻️ refactoring
[ ] 🎨 code style optimization
[ ] ✅ test cases
[ ] 🔀 branch mergi... | gharchive/pull-request | 2024-03-03T11:41:10 | 2025-04-01T04:35:51.845266 | {
"authors": [
"Muzych",
"higuaifan"
],
"repo": "shuimo-design/shuimo-ui-react",
"url": "https://github.com/shuimo-design/shuimo-ui-react/pull/5",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
94587551 | Added ability to get tagged users (into dev branch)
I needed the ability to get tagged users (as I've talked about here: https://github.com/shyambhat/InstagramKit/issues/124) and I've added such functionality.
Tagged users can be accessed like media.usersInPhoto.
Accessing their X/Y coordinates inside the photo is al... | gharchive/pull-request | 2015-07-12T18:05:26 | 2025-04-01T04:35:51.930331 | {
"authors": [
"RyanTLX",
"can16358p",
"shyambhat"
],
"repo": "shyambhat/InstagramKit",
"url": "https://github.com/shyambhat/InstagramKit/pull/126",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1925695766 | [Feat]: Home page
What feature?
Home Page Feature
I think that there should be a home page. As every web page should have one.
The things I would like to see on the home page are:
An introduction to the application
What can you do in this application.
✅ I would like to work on this issue.
Add screenshots
Add scr... | gharchive/issue | 2023-10-04T08:39:43 | 2025-04-01T04:35:51.940350 | {
"authors": [
"Vaibhav91one",
"shyamtawli"
],
"repo": "shyamtawli/devFind",
"url": "https://github.com/shyamtawli/devFind/issues/448",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2459307185 | chore(main): release 0.4.0
:robot: I have created a release beep boop
0.4.0 (2024-08-10)
Features
Add spectral indices computation and calculation functions (3ef8c63)
Features generation implemented - automatic and spectral indices (16365e0)
Bug Fixes
include (6d7e9e5)
Remove unnecessary dataclass decorator bracke... | gharchive/pull-request | 2024-08-10T22:05:36 | 2025-04-01T04:35:51.955192 | {
"authors": [
"janezlapajne"
],
"repo": "siapy/siapy-lib",
"url": "https://github.com/siapy/siapy-lib/pull/99",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
160300027 | incompatible version required
Maybe this is just a fluke, but testing the package built by Launchpad fails, cf
http://cdash-bipop.inrialpes.fr/viewConfigure.php?buildid=20401
This can be reproduced by using
./driver.py --task=siconos_test_deb
You may want to change the Ubuntu distrib to 16.04, but it should not matte... | gharchive/issue | 2016-06-14T22:33:54 | 2025-04-01T04:35:52.051167 | {
"authors": [
"xhub"
],
"repo": "siconos/siconos",
"url": "https://github.com/siconos/siconos/issues/68",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
149694035 | scan error when match="*"
func (db *DB) Scan(dataType DataType, cursor []byte, count int, inclusive bool, match string)
这个函数里的match不能为"",如果为""会报错:
error parsing regexp: missing argument to repetition operator: *
如果我想穷举所有的key,match怎么设置
看了代码是标准的正则,好,我查一下相关写法
| gharchive/issue | 2016-04-20T08:12:51 | 2025-04-01T04:35:52.092124 | {
"authors": [
"1fei"
],
"repo": "siddontang/ledisdb",
"url": "https://github.com/siddontang/ledisdb/issues/237",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
501746669 | Add some date formats
Add some date formats. #1
Note: Have some short documentation for each method that would be great. I can add them, just leave an example of method documentation then I can update this PR or create a new one adding the rest.
@diegoalvis I think the documentation for each method will make the ... | gharchive/pull-request | 2019-10-02T21:54:21 | 2025-04-01T04:35:52.121651 | {
"authors": [
"diegoalvis",
"sidhuparas"
],
"repo": "sidhuparas/SimpleDate",
"url": "https://github.com/sidhuparas/SimpleDate/pull/3",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
706712623 | Maintain go-kstat
Hello @siebenmann
Along with @Smithx10 we are working porting nomad to illumos and go-kstat will make things easier for us, we would like to continue working on this package. Would you be willing to transfer the ownership of this repo to illumos organization?
We're certainly prepared to accept the... | gharchive/issue | 2020-09-22T21:44:13 | 2025-04-01T04:35:52.137210 | {
"authors": [
"Smithx10",
"cneira",
"jclulow",
"siebenmann"
],
"repo": "siebenmann/go-kstat",
"url": "https://github.com/siebenmann/go-kstat/issues/2",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
458732124 | Connection refused error on backend connecting to Whatsapp
After the API connected yo the backend, the backend tries to connect to Whatsapp, then I get "[Errno 111] Connection refused" and the following output:
This is my first time trying to use the project.
Has anyone run into the same problem?
Change https://g... | gharchive/issue | 2019-06-20T15:40:23 | 2025-04-01T04:35:52.152561 | {
"authors": [
"AvivBalan",
"Romerito007"
],
"repo": "sigalor/whatsapp-web-reveng",
"url": "https://github.com/sigalor/whatsapp-web-reveng/issues/201",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
978944992 | Adding firewall rule for certmanager webhook
This is an alternative solution to this PR in Ingress module. Things to note are:
Since ingress module is a part of core modules, it make perfect sense to enable it along with SSH or GKE webhooks firewall rules.
We are slightly diverging from upstream cert-manager, since... | gharchive/pull-request | 2021-08-25T09:51:11 | 2025-04-01T04:35:52.183012 | {
"authors": [
"angelbarrera92",
"nandajavarma"
],
"repo": "sighupio/fury-gke-installer",
"url": "https://github.com/sighupio/fury-gke-installer/pull/19",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
1181293388 | Cloud Foundry Buildpack for Collector
This is a deployment of the OpenTelemetry Collecter in the format of a
Cloud Foundry buildpack. This buildpack supplies the Collector to the
app it is used for. When the app is deployed it can run and configure
the Collector as a sidecar (as described in the README). This will al... | gharchive/pull-request | 2022-03-25T21:40:34 | 2025-04-01T04:35:52.233892 | {
"authors": [
"crobert-1",
"jcheng-splunk",
"jeffreyc-splunk"
],
"repo": "signalfx/splunk-otel-collector",
"url": "https://github.com/signalfx/splunk-otel-collector/pull/1404",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2019503119 | move discv5 to structured logging
transform logging statements from using formating in strings to structured logging, for example:
- debug!("Node set to disconnected: {}", node_id)
+ debug!(%node_id, "Node set to disconnected")
This would make it easier to make sense of emitted logs
it should be possible to shorte... | gharchive/issue | 2023-11-30T21:01:18 | 2025-04-01T04:35:52.252422 | {
"authors": [
"divagant-martian",
"emhane"
],
"repo": "sigp/discv5",
"url": "https://github.com/sigp/discv5/issues/222",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1929600427 | Start publishing the cursed token on GitHub Pages
Start publishing the token on GitHub Pages (https://sigstore-conformance.github.io/extremely-dangerous-public-oidc-beacon/oidc-token.txt):
This makes it a lot easier to find, download and use the token
The old artifact upload is preserved so current scripts (so sigst... | gharchive/pull-request | 2023-10-06T07:31:19 | 2025-04-01T04:35:52.292443 | {
"authors": [
"jku",
"woodruffw"
],
"repo": "sigstore-conformance/extremely-dangerous-public-oidc-beacon",
"url": "https://github.com/sigstore-conformance/extremely-dangerous-public-oidc-beacon/pull/7",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2202887038 | latest tag not set automatically for v2 releases in GCR
Description
Version
I had noticed previously that when we cut a v2 release, the latest tag is not set automatically. https://github.com/sigstore/cosign/issues/3620 noted that after releasing the backport v1 release yesterday, the latest tag was set on the v1 r... | gharchive/issue | 2024-03-22T16:36:51 | 2025-04-01T04:35:52.296076 | {
"authors": [
"cpanato",
"haydentherapper"
],
"repo": "sigstore/cosign",
"url": "https://github.com/sigstore/cosign/issues/3621",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.