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 |
|---|---|---|---|---|---|
174152177 | dracut: add network config for auto link local
Both OpenStack and DigitalOcean require link-local auto-configuration in
order to communicate with the network metadata service.
lgtm, how does this relate to https://github.com/coreos/init/pull/216?
We are going we a slightly different approach. Trigger conditions d... | gharchive/pull-request | 2016-08-30T23:43:15 | 2025-04-01T06:38:16.998917 | {
"authors": [
"crawford",
"vcaputo"
],
"repo": "coreos/bootengine",
"url": "https://github.com/coreos/bootengine/pull/97",
"license": "bsd-2-clause",
"license_type": "permissive",
"license_source": "bigquery"
} |
232741991 | internal: Simplify checking for supported providers and metadata function to call
This duplication bothered me a bit, so I figured I'd submit a PR to get rid of it.
Perhaps a better suggestion here: introduce a metadataFetcher() (fetchFn, error) which returns the provider-specific fetcher or an error for unknown on... | gharchive/pull-request | 2017-06-01T01:33:52 | 2025-04-01T06:38:17.017584 | {
"authors": [
"joonas",
"lucab"
],
"repo": "coreos/coreos-metadata",
"url": "https://github.com/coreos/coreos-metadata/pull/48",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
205658130 | Bug: Using Kubernetes storage, always gets "Bad Request - Invalid client_id"
kubectl get oauth2clients -o yaml -n auth:
apiVersion: v1
items:
- apiVersion: oidc.coreos.com/v1
clientID: stag
clientSecret: <censored>
kind: OAuth2Client
metadata:
creationTimestamp: 2017-02-06T17:30:30Z
name: stag
nam... | gharchive/issue | 2017-02-06T17:43:33 | 2025-04-01T06:38:17.026503 | {
"authors": [
"alon-argus",
"ericchiang"
],
"repo": "coreos/dex",
"url": "https://github.com/coreos/dex/issues/798",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
256018056 | pod-policy: add automountServiceAccountToken to the pod policy
By default, Kubernetes will mount a service account token into the etcd
pods. This allows users to disable this via the pod-policy.
@etcd-bot ok to test
@etcd-bot retest this please
Sorry, I had violated a minor go-simple rule. This has been fixed. ... | gharchive/pull-request | 2017-09-07T17:46:24 | 2025-04-01T06:38:17.035114 | {
"authors": [
"fanminshi",
"hongchaodeng",
"ultimateboy"
],
"repo": "coreos/etcd-operator",
"url": "https://github.com/coreos/etcd-operator/pull/1383",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
134637685 | etcd-agent: get base when renaming
Partially related to https://github.com/coreos/etcd/issues/4552.
/cc @heyitsanthony @xiang90 Thanks.
lgtm.
| gharchive/pull-request | 2016-02-18T17:05:29 | 2025-04-01T06:38:17.036909 | {
"authors": [
"gyuho",
"xiang90"
],
"repo": "coreos/etcd",
"url": "https://github.com/coreos/etcd/pull/4558",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
178638682 | functional-tester: decouple stresser from tester
This commit decouples stresser from the tester of
functional-tester. For doing it, this commit adds a new option
--stresser to etcd-tester. The option accepts two types of stresser:
"default" and "nop". If the option is "default", etcd-tester stresses
its etcd cluster ... | gharchive/pull-request | 2016-09-22T15:16:00 | 2025-04-01T06:38:17.039745 | {
"authors": [
"gyuho",
"heyitsanthony",
"mitake"
],
"repo": "coreos/etcd",
"url": "https://github.com/coreos/etcd/pull/6506",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
343277150 | CHANGELOG-3.2: update from #7892
CHANGELOG-3.2: update from #7892
Codecov Report
Merging #9948 into master will increase coverage by 0.03%.
The diff coverage is n/a.
@@ Coverage Diff @@
## master #9948 +/- ##
==========================================
+ Coverage 69.12... | gharchive/pull-request | 2018-07-20T23:52:07 | 2025-04-01T06:38:17.055663 | {
"authors": [
"codecov-io",
"gyuho",
"wenjiaswe"
],
"repo": "coreos/etcd",
"url": "https://github.com/coreos/etcd/pull/9948",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
172722121 | fleetctl: service uptime for list-units
Allow fleetctl list-units to retrieve per-unit uptime from systemd, for example:
localhost # ./fleet/fleetctl list-units
UNIT MACHINE ACTIVE SUB UPTIME
world.service 06ecd4f7.../192.168.122.30 active running 2015-07-06 07:38:38 AM UTC, Since 11m39s
world2.service 1d3430ef.../19... | gharchive/pull-request | 2016-08-23T14:57:09 | 2025-04-01T06:38:17.059365 | {
"authors": [
"dongsupark",
"jonboulle"
],
"repo": "coreos/fleet",
"url": "https://github.com/coreos/fleet/pull/1669",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
172843814 | Make install does not work
Looks like I'm missing some dependencies or something. If so you should explicitly list the required dependencies.
Also there is no Make command or documentation on how to do a clean uninstall.
I'm running Fedora 24 with nothing special related to python.
ran:
sudo make install
output:
r... | gharchive/issue | 2016-08-24T01:18:56 | 2025-04-01T06:38:17.082408 | {
"authors": [
"ant31",
"sym3tri"
],
"repo": "coreos/kpm",
"url": "https://github.com/coreos/kpm/issues/107",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
341224020 | [helm/kuber-prometheus] Can't control nodeSelector for all services
What did you do?
I need use helm to deploy prometheus operator and kube-prometheus and nominate nodeSelector (for example, function=monitoring).
Since there are more dependency services under kuber-prometheus (https://github.com/coreos/prometheus-ope... | gharchive/issue | 2018-07-14T09:40:12 | 2025-04-01T06:38:17.090291 | {
"authors": [
"gianrubio",
"ozbillwang"
],
"repo": "coreos/prometheus-operator",
"url": "https://github.com/coreos/prometheus-operator/issues/1617",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
110704827 | fetch: support docker v2 registry
The docker:// protocol currently uses v1, which is effectively gone from upstream Docker at this point.
Probably related: https://github.com/appc/docker2aci/issues/46
I threw a lot of time at getting docker2aci to support the new API. I got stuck on something, my woes are documente... | gharchive/issue | 2015-10-09T17:39:25 | 2025-04-01T06:38:17.092841 | {
"authors": [
"dgonyeo",
"jonboulle",
"stevenschlansker"
],
"repo": "coreos/rkt",
"url": "https://github.com/coreos/rkt/issues/1583",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
634436688 | SQLi using set var at PL2
Referring to #1727 this new rule tries to block SQLi payload that uses MySQL set variable syntax at PL1.
Looked a bit into this rule and ran it on some trafic: it doesn't trigger too much but still raise a few false positives on passwords. We're also seeing a few false positives on semi-fo... | gharchive/pull-request | 2020-06-08T09:28:27 | 2025-04-01T06:38:17.103920 | {
"authors": [
"Taiki-San",
"dune73",
"franbuehler",
"lifeforms",
"theMiddleBlue"
],
"repo": "coreruleset/coreruleset",
"url": "https://github.com/coreruleset/coreruleset/pull/1793",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
2592960311 | Pre-Commit hook rejects valid commits
As Developer
I would like the kotlin linter/formatter to only run on staged files for the pre-commit hook check
So that I can make small commits, as currently a single unfinished/not compiling file that is not contained in the commit is enough that the formatter rejects the commi... | gharchive/issue | 2024-10-16T20:15:30 | 2025-04-01T06:38:17.108624 | {
"authors": [
"flamion",
"nikkischnelle"
],
"repo": "corewar-teamprojekt/corewar",
"url": "https://github.com/corewar-teamprojekt/corewar/issues/47",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2268757846 | About --wx --wy --a --cdt --conf_thresh --vmax
Hello! Thanks for sharing the code. I am currently trying to apply ucmctrack to visdrone. I have a question.
What is the criteria for determining the parameters mentioned in the title in run_mot17_test.py?
I can see that the parameters are set differently for each seque... | gharchive/issue | 2024-04-29T11:18:31 | 2025-04-01T06:38:17.110608 | {
"authors": [
"Emil-Jiang",
"Paulkie99",
"ohchannah"
],
"repo": "corfyi/UCMCTrack",
"url": "https://github.com/corfyi/UCMCTrack/issues/28",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1684083752 | Spring 2023 Pre-Enroll Release
Summary
TBD
Changes
Front & Back End
[x] Create workflow to backup Firestore #754 @benjamin-shen
[x] Semesters singleton migration #723 @andxu282 @zachary0kent
[x] Added Standardized Abbreviations for Colleges, Majors, and Minors #780 @jerrry1123 @zachary0kent @noschiff
[x] Refactor T... | gharchive/pull-request | 2023-04-26T01:06:19 | 2025-04-01T06:38:17.121835 | {
"authors": [
"noschiff",
"zachary0kent"
],
"repo": "cornell-dti/course-plan",
"url": "https://github.com/cornell-dti/course-plan/pull/821",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2276180435 | SP24 Release
Summary
SP24 Release
Schedule Generator!
Frontend fixes
Updates courses to FA24
What's up with the merge conflicts?
| gharchive/pull-request | 2024-05-02T18:12:11 | 2025-04-01T06:38:17.123672 | {
"authors": [
"andxu282",
"zachary-kent"
],
"repo": "cornell-dti/course-plan",
"url": "https://github.com/cornell-dti/course-plan/pull/931",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
639461684 | Wrong warning about disabled bluetooth
Describe the bug
The app tells me that bluetooth is disabled even though it is not.
Expected behaviour
The app should not show me a wrong warning.
Steps to reproduce the issue
I don't know.
Technical details
Tested on a OnePlus 6T. See screenshot for more details.
Additional ... | gharchive/issue | 2020-06-16T08:08:18 | 2025-04-01T06:38:17.156231 | {
"authors": [
"Bastian",
"FEWI999",
"GPclips",
"MaikWagner",
"corneliusroemer",
"svengabr",
"tomjschwanke"
],
"repo": "corona-warn-app/cwa-app-android",
"url": "https://github.com/corona-warn-app/cwa-app-android/issues/496",
"license": "Apache-2.0",
"license_type": "permissive",... |
672878326 | Translation Delivery
Translation Delivery
This pull request is for translation delivery. Please review and approve them, @D067796
This pull request is for translation delivery. Please review and approve them, @D067796
| gharchive/pull-request | 2020-08-04T15:23:50 | 2025-04-01T06:38:17.157823 | {
"authors": [
"service-tip-git"
],
"repo": "corona-warn-app/cwa-app-android",
"url": "https://github.com/corona-warn-app/cwa-app-android/pull/976",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1414971099 | Translation Delivery
Translation Delivery
This pull request is for translation delivery. Please review and approve them.
| gharchive/pull-request | 2022-10-19T13:25:04 | 2025-04-01T06:38:17.158606 | {
"authors": [
"service-tip-git"
],
"repo": "corona-warn-app/cwa-app-ios",
"url": "https://github.com/corona-warn-app/cwa-app-ios/pull/4849",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1538319796 | Add hotline shutdown information to README
This PR adds the information about the planned TAN hotline shutdown on Jan 31, 2023 to the README file.
Reference
https://www.coronawarn.app/en/blog/2023-01-18-cwa-3-0/
There's a separate PR bumping the copyright year in the README.md file here: https://github.com/corona-... | gharchive/pull-request | 2023-01-18T16:37:24 | 2025-04-01T06:38:17.161508 | {
"authors": [
"Ein-Tim",
"MikeMcC399",
"dsarkar"
],
"repo": "corona-warn-app/cwa-hotline",
"url": "https://github.com/corona-warn-app/cwa-hotline/pull/34",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1066256924 | Science blog 4 EN
Internal Tracking ID: EXPOSUREAPP-10697
@dsarkar
Do you want feedback on this PR at the moment?
Could you explain what "on hold" means if that is relevant for a review?
Hi @MikeMcC399 This is ready for review. "On hold" because we still don't know the publishing date.
@dsarkar
This is ready f... | gharchive/pull-request | 2021-11-29T16:42:02 | 2025-04-01T06:38:17.166755 | {
"authors": [
"MikeMcC399",
"dsarkar"
],
"repo": "corona-warn-app/cwa-website",
"url": "https://github.com/corona-warn-app/cwa-website/pull/2137",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1736012434 | Feature/technical hotline shutdown
remove hotline cypress test
remove hotline test from workflow
remove hotline from footer
@dsarkar
There is also a line in https://github.com/corona-warn-app/cwa-website/blob/master/docs/TESTING.md which could be removed
| gharchive/pull-request | 2023-06-01T10:38:51 | 2025-04-01T06:38:17.169468 | {
"authors": [
"MikeMcC399",
"dsarkar"
],
"repo": "corona-warn-app/cwa-website",
"url": "https://github.com/corona-warn-app/cwa-website/pull/3529",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1670157665 | 🛑 FashionLady.ro is down
In 47885a2, FashionLady.ro (https://fashionlady.ro) was down:
HTTP code: 0
Response time: 0 ms
Resolved: FashionLady.ro is back up in 5e6358c.
| gharchive/issue | 2023-04-16T21:50:28 | 2025-04-01T06:38:17.197681 | {
"authors": [
"corozanu"
],
"repo": "corozanu/uptime.crz.ro",
"url": "https://github.com/corozanu/uptime.crz.ro/issues/66",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
688316505 | Use apt repo in debian images and update to 8u265 and 11.0.8
Issue #, if available: #28
Description of changes:
Instead of downloading the deb and using dpkg for local installation, use Corretto apt repo instead.
Update Dockerfiles to the latest 8u265 & 11.0.8 releases.
Rev-2: Modified update-dockerfiles.sh to up... | gharchive/pull-request | 2020-08-28T19:41:36 | 2025-04-01T06:38:17.204499 | {
"authors": [
"ziyiluo"
],
"repo": "corretto/corretto-docker",
"url": "https://github.com/corretto/corretto-docker/pull/30",
"license": "MIT-0",
"license_type": "permissive",
"license_source": "github-api"
} |
754538568 | Service Monitor templates have no defaults
When deploying from the latest commit, I'm getting these errors:
Error: template: cortex/templates/table-manager-servicemonitor.yaml:1:14: executing "cortex/templates/table-manager-servicemonitor.yaml" at <.Values.table_manager.serviceMonitor.enabled>: nil pointer evaluating... | gharchive/issue | 2020-12-01T16:23:48 | 2025-04-01T06:38:17.212330 | {
"authors": [
"drewbowering",
"khaines"
],
"repo": "cortexproject/cortex-helm-chart",
"url": "https://github.com/cortexproject/cortex-helm-chart/issues/79",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1443834666 | Chart labels overlapping
As seen on the attached example, the left-side label on all chart is covering the axis values
Much better.
Please sync with @katrinDY she is also working on some element repositioning, rotation and hiding features.
This is _Axis.nameLocation, correct?
How about if we let the user decide ... | gharchive/issue | 2022-11-10T12:37:57 | 2025-04-01T06:38:17.229595 | {
"authors": [
"Bojan-Svirkov",
"Fajfa",
"darh"
],
"repo": "cortezaproject/corteza",
"url": "https://github.com/cortezaproject/corteza/issues/464",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
304623489 | keeps style folder but deletes everything in it
Changes the tools/removDemo.js file so that the styles folder is not deleted but that everything in the styles folder is deleted
per https://github.com/coryhouse/react-slingshot/issues/545#issue-304096397
Coverage remained the same at 91.453% when pulling 4e239567c... | gharchive/pull-request | 2018-03-13T04:23:00 | 2025-04-01T06:38:17.249966 | {
"authors": [
"coveralls",
"nharrisanalyst"
],
"repo": "coryhouse/react-slingshot",
"url": "https://github.com/coryhouse/react-slingshot/pull/546",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
2542637031 | Sonic revert
I want sonic revert pls
A Minecraft maybe?
Whell its blocked so it realy doesent materr but nate-gamew needs to fix
Sonic revert
El lun, 30 de sep. de 2024 12:00 p. m., warawl @.***>
escribió:
A Minecraft maybe?
—
Reply to this email directly, view it on GitHub
https://github.com/cosmic-city/cosmic-... | gharchive/issue | 2024-09-23T13:21:50 | 2025-04-01T06:38:17.255078 | {
"authors": [
"Axolotl045419",
"warawl"
],
"repo": "cosmic-city/cosmic-city.github.io",
"url": "https://github.com/cosmic-city/cosmic-city.github.io/issues/5",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2059966854 | Update Terra Gas Fees
update terra to reflect gas price changes
Thank you for the contribution. In the future please try to use a more descriptive PR title.
| gharchive/pull-request | 2023-12-29T13:20:52 | 2025-04-01T06:38:17.257152 | {
"authors": [
"JeremyParish69",
"mwmerz"
],
"repo": "cosmos/chain-registry",
"url": "https://github.com/cosmos/chain-registry/pull/3520",
"license": "CC-BY-4.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1941110716 | fix: allow value with slashes in URL template (for v4)
Description
This is an issue that has already been raised and has been implemented in v7 and main. https://github.com/cosmos/ibc-go/pull/3045
This should also apply to v5 and v6, which are currently maintained, including v4.
closes: #XXXX
Commit Message / Chang... | gharchive/pull-request | 2023-10-13T02:17:46 | 2025-04-01T06:38:17.304582 | {
"authors": [
"JoowonYun",
"charleenfei",
"crodriguezvega"
],
"repo": "cosmos/ibc-go",
"url": "https://github.com/cosmos/ibc-go/pull/4858",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
365066989 | Jordan/1283 language refactor
Closes #1283
Description:
many language changes based on info from @rigelrozanski (#1283)
didn't change any vuex modules which should still be done to complete this "epic" (#1381)
already did! #1381
| gharchive/pull-request | 2018-09-28T22:58:57 | 2025-04-01T06:38:17.306283 | {
"authors": [
"jbibla"
],
"repo": "cosmos/voyager",
"url": "https://github.com/cosmos/voyager/pull/1383",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
417204821 | Fabo/2138 fix nbsp
Closes #2138
Closes #1211
Description:
Thank you! 🚀
For contributor:
[ ] Added entries in CHANGELOG.md with issue # and GitHub username
[ ] Reviewed Files changed in the github PR explorer
[ ] Attach screenshots of the UI components on the PR description (if applicable)
[ ] Scope of work approv... | gharchive/pull-request | 2019-03-05T09:42:58 | 2025-04-01T06:38:17.309354 | {
"authors": [
"faboweb",
"fedekunze"
],
"repo": "cosmos/voyager",
"url": "https://github.com/cosmos/voyager/pull/2163",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
428704859 | Use "/usr/local" as default prefix for "make install"
Conventional filesystem standards imply that /usr prefix should be used only by system package managers. Custom installations should go to /usr/local by default. However, on Linux machines make install installs to /usr, messing with package manager installations. ... | gharchive/pull-request | 2019-04-03T11:06:50 | 2025-04-01T06:38:17.330285 | {
"authors": [
"ilammy",
"shadinua",
"vixentael"
],
"repo": "cossacklabs/themis",
"url": "https://github.com/cossacklabs/themis/pull/448",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
656475964 | Move static libs and link files into dev packages
Normally the “library” packages on Debian and RHEL contain only shared library files. Headers, static libraries, and shared library links go into the “development” package which is necessary to build software that uses the library (but not run it). On RHEL the static ... | gharchive/pull-request | 2020-07-14T09:39:21 | 2025-04-01T06:38:17.337427 | {
"authors": [
"ilammy",
"shadinua"
],
"repo": "cossacklabs/themis",
"url": "https://github.com/cossacklabs/themis/pull/678",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
1268684124 | Styling does not work
I have tried to update colorlist in global config, but it does not work.
Check stackblitz: https://stackblitz.com/edit/minimal-confirm-box-s13g4b
Same here, doesn't matter what colours I set in app.module, they do not change.
I had to add CSS to my global styles, eg:
.ed-btn-customone {
back... | gharchive/issue | 2022-06-12T19:50:55 | 2025-04-01T06:38:17.345972 | {
"authors": [
"costlydeveloper",
"mdudek",
"rmcsharry"
],
"repo": "costlydeveloper/ngx-awesome-popup",
"url": "https://github.com/costlydeveloper/ngx-awesome-popup/issues/35",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
925382091 | How to disable scroll animation when user tap TOC in a post
Checklist
[x] I have read the tutorials and know the correct effect of the functional design.
[x] There are no similar question on existing issues (including closed ones).
[x] I searched the Internet for related problems, but still couldn't solve it.
[x] ... | gharchive/issue | 2021-06-19T12:13:15 | 2025-04-01T06:38:17.363869 | {
"authors": [
"Huang-Libo",
"NichtsHsu",
"cotes2020"
],
"repo": "cotes2020/jekyll-theme-chirpy",
"url": "https://github.com/cotes2020/jekyll-theme-chirpy/issues/351",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1627252245 | 🛑 Mainnet [TezTools] (eu01-node.teztools.net) is down
In 2d9cee9, Mainnet [TezTools] (eu01-node.teztools.net) (https://eu01-node.teztools.net/chains/main/blocks/head/header) was down:
HTTP code: 502
Response time: 563 ms
Resolved: Mainnet [TezTools] (eu01-node.teztools.net) is back up in 74729f2.
| gharchive/issue | 2023-03-16T11:14:37 | 2025-04-01T06:38:17.367677 | {
"authors": [
"copolycube"
],
"repo": "cotezos/teznodes",
"url": "https://github.com/cotezos/teznodes/issues/1671",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
62828341 | Port iOS's View.updateIndex() - multi-view index update
iOS's View.updateIndex() updates multiple views. This might improve updateIndex() performance.
Dup of #681
| gharchive/issue | 2015-03-18T23:37:41 | 2025-04-01T06:38:17.371144 | {
"authors": [
"hideki",
"zgramana"
],
"repo": "couchbase/couchbase-lite-java-core",
"url": "https://github.com/couchbase/couchbase-lite-java-core/issues/501",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
117460337 | Changes for compatibility with ES 2.x
Changes to make plugin compatible with ES 2.x
Still testing... Please wait until my next comment to merge.
One additional thing that I haven't looked into yet is the compatibility with other ES plugins, namely "marvel". In my attempts to get the transporter to work with ES 2... | gharchive/pull-request | 2015-11-17T21:56:51 | 2025-04-01T06:38:17.399069 | {
"authors": [
"bignolip"
],
"repo": "couchbaselabs/elasticsearch-transport-couchbase",
"url": "https://github.com/couchbaselabs/elasticsearch-transport-couchbase/pull/104",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
111960931 | Tests not fully supported on Windows.
Our integration tests rely on starting and stopping a temporary CouchDB server. On Windows there are some problems doing this.
Consequently, the integration test get_view fails.
$ cargo test get_view
Running target\debug\commands-8c77530f0accee12.exe
running 1 test
test get... | gharchive/issue | 2015-10-17T12:15:54 | 2025-04-01T06:38:17.403201 | {
"authors": [
"cmbrandenburg"
],
"repo": "couchdb-rs/couchdb",
"url": "https://github.com/couchdb-rs/couchdb/issues/8",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
2188887323 | readme
fix the read-me entirely. make sure it is no longer knitted / markdown. also, @ciretje already had some updates with names and stuff it appears lost. maybe you could locate it.
If you want to see the sepearte details (e.g., fix title etc) see recorded video
good work linda. i have finalized your changed
| gharchive/issue | 2024-03-15T15:37:03 | 2025-04-01T06:38:17.418603 | {
"authors": [
"Ciertje"
],
"repo": "course-dprep/team-project-team_1",
"url": "https://github.com/course-dprep/team-project-team_1/issues/41",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
614531179 | Update jsoniter-scala-core, ... to 2.2.2
Updates
com.github.plokhotnyuk.jsoniter-scala:jsoniter-scala-core
com.github.plokhotnyuk.jsoniter-scala:jsoniter-scala-macros
from 2.2.1 to 2.2.2.
GitHub Release Notes - Version Diff
I'll automatically update this PR to resolve conflicts as long as you don't change it yourse... | gharchive/pull-request | 2020-05-08T06:17:40 | 2025-04-01T06:38:17.432871 | {
"authors": [
"alexarchambault",
"scala-steward"
],
"repo": "coursier/coursier",
"url": "https://github.com/coursier/coursier/pull/1707",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
142513620 | Add byte-array returning methods
TODO: implement decodeQRDataAsBytes
Will return to this in the future.
| gharchive/pull-request | 2016-03-22T00:50:44 | 2025-04-01T06:38:17.471211 | {
"authors": [
"osdiab"
],
"repo": "cozmo/jsQR",
"url": "https://github.com/cozmo/jsQR/pull/8",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
371446461 | Accept non-ASCII octets in percent-decoding
This PR fixes #118. All unit tests passed.
Removed code that throws when an octet outside ASCII is detected.
Changed a unit test that asserts decoding %80 does not throw.
Added a unit test that asserts decoding some UTF-8 does not throw.
Many thanks for the report and f... | gharchive/pull-request | 2018-10-18T09:45:25 | 2025-04-01T06:38:17.506679 | {
"authors": [
"glynos",
"mtrenkmann"
],
"repo": "cpp-netlib/uri",
"url": "https://github.com/cpp-netlib/uri/pull/119",
"license": "BSL-1.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1970966345 | News items display
News listings display needs updating.
TBD all changes, but these seem like a reasonable starting point:
Title of item links to news detail page
This is always necessary even for Link types since this is the only page a user can edit/delete from
URL displayed underneath, directly linking to the ... | gharchive/issue | 2023-10-31T17:36:28 | 2025-04-01T06:38:17.520918 | {
"authors": [
"4down",
"gregnewman"
],
"repo": "cppalliance/temp-site",
"url": "https://github.com/cppalliance/temp-site/issues/769",
"license": "BSL-1.0",
"license_type": "permissive",
"license_source": "github-api"
} |
304610162 | 数据无法动态显示
按教程成功部署好了,但我发现您给出的 DEMO 上服务器的数据是动态展示的,而我自己部署的却是静态的,要手动刷新页面后,网络等数据才变化。
查看nginx是否做了缓存~ @pkuplus
@cppla
查看了 PHP 确实启用了 Zend Opcache,关闭后可以了。就是刷新频率比较慢,您的刷新间格设置是多久?
默认是1秒,可以自己调。 @pkuplus ,查看演示:https://tz.cloudcpp.com
@cppla 我默认也是1秒,但差不多几十秒才自动刷新一次,而您的演示站刷新频率几乎是时时的。
检查是否开启缓存,反代,正代等。 我这边刷新频率是1s,同时我nginx缓存是... | gharchive/issue | 2018-03-13T02:55:49 | 2025-04-01T06:38:17.526708 | {
"authors": [
"cppla",
"pkuplus"
],
"repo": "cppla/ServerStatus",
"url": "https://github.com/cppla/ServerStatus/issues/15",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
98782820 | More data
Continuing the experiment to see where it goes.
It works for me, and I think the team will like it. Plus, cookies...
Not sure about this... Have you tested it really well?
OK... I'll go with it this time...
| gharchive/pull-request | 2015-08-03T16:25:50 | 2025-04-01T06:38:17.549594 | {
"authors": [
"jpjuecks"
],
"repo": "cps209test/teamwork",
"url": "https://github.com/cps209test/teamwork/pull/2",
"license": "bsd-2-clause",
"license_type": "permissive",
"license_source": "bigquery"
} |
398565752 | Add FHIR R4 to the translator
Add support for the released FHIR R4 version.
Adressed in 1.3.14
| gharchive/issue | 2019-01-12T15:57:46 | 2025-04-01T06:38:17.556108 | {
"authors": [
"brynrhodes"
],
"repo": "cqframework/clinical_quality_language",
"url": "https://github.com/cqframework/clinical_quality_language/issues/380",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
71388119 | Overflow content choice
Why the scrollbar to manage the overflow content is put in the modal/alert rather than on the windows (with overflow:auto ) ? On Tablet or mobile device, when the scrollbar is attach to the device screen, i think that it's better and simply to scroll content (in the case where the content over... | gharchive/issue | 2015-04-27T20:11:52 | 2025-04-01T06:38:17.639086 | {
"authors": [
"craftpip",
"usb248"
],
"repo": "craftpip/jquery-confirm",
"url": "https://github.com/craftpip/jquery-confirm/issues/13",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
220477416 | Organize unit tests
This is a first in a series of PRs that will update our testing infrastructure.
This PR organizes test files into appropriate subdirectories.
Next PR will update qunit version and all unit tests that run in browser in node:
All test commands are no longer available on global scope, but rather on ... | gharchive/pull-request | 2017-04-09T15:16:24 | 2025-04-01T06:38:17.641151 | {
"authors": [
"mucaho",
"starwed"
],
"repo": "craftyjs/Crafty",
"url": "https://github.com/craftyjs/Crafty/pull/1104",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
119236859 | Updates for most recent versions of node+packages
I tried updating to the most recent versions of node and all the various packages.
I ran into some sort of issue with node-qunit, where it complained about being unable to find lib/log.js. I don't know if this is a problem with my install, or the package itself. gru... | gharchive/pull-request | 2015-11-27T19:03:54 | 2025-04-01T06:38:17.649980 | {
"authors": [
"mucaho",
"starwed"
],
"repo": "craftyjs/Crafty",
"url": "https://github.com/craftyjs/Crafty/pull/984",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
128872828 | remove unnessesay firewall-config package
Can somebody explain the need for firewall-config?
It provides a GUI AFAIK, we can probably drop it as a default
:+1:
Probably better as an optional parameter defaulting to false....
Added to 2.2.0
| gharchive/issue | 2016-01-26T16:36:47 | 2025-04-01T06:38:17.690739 | {
"authors": [
"crayfishx",
"helge000",
"pioto"
],
"repo": "crayfishx/puppet-firewalld",
"url": "https://github.com/crayfishx/puppet-firewalld/issues/43",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
318077434 | Test won't work for Puppet 4.0.0
As rspec-puppet breaks with puppet 4.0.0 (see rodjek/rspec-puppet#663),
I propose to drop tests and support for puppet 4.0.0
The module still works, if its just the rspec that fails I think it would make more sense to just pin rpsec-puppet to 2.6.9, or whichever last known good vers... | gharchive/pull-request | 2018-04-26T15:18:18 | 2025-04-01T06:38:17.693522 | {
"authors": [
"crayfishx",
"jfroche"
],
"repo": "crayfishx/puppet-firewalld",
"url": "https://github.com/crayfishx/puppet-firewalld/pull/178",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
1150669333 | Delete key fails when you use set a subkey for the fingerprint input
Behaviour
If you use the input fingerprint with the fingerprint of the subkey, the Post import GPG key step tried to delete the key using the fingerprint of the subkey. I suppose you have to use the KeyID (fingerprint of the primary key).
Steps to r... | gharchive/issue | 2022-02-25T17:04:48 | 2025-04-01T06:38:17.697746 | {
"authors": [
"josecelano",
"t3chguy"
],
"repo": "crazy-max/ghaction-import-gpg",
"url": "https://github.com/crazy-max/ghaction-import-gpg/issues/124",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
775280333 | Improve protocol documentation
Do you think there is a way to disable automatic build just for this PR? Maybe we can cancel it early or something since it does not make sense to increment version number just for documentation changes.
Version number only increments when a release is manually made
oh then awesome
| gharchive/pull-request | 2020-12-28T08:36:22 | 2025-04-01T06:38:17.701544 | {
"authors": [
"crc-32",
"matejdro"
],
"repo": "crc-32/libpebblecommon",
"url": "https://github.com/crc-32/libpebblecommon/pull/14",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
181495951 | Staging Site Settings for IPN Testing
This relates to #27691 in Redmine and the Recurring Contributions Extension testing:
Here's the staging site for the new Creative Commons Gravity Forms donation page:
https://staging.creativecommons.org/donate/
September 16th we started discussing with Affinity Bridge how we woul... | gharchive/issue | 2016-10-06T18:51:10 | 2025-04-01T06:38:17.717979 | {
"authors": [
"alkrieger",
"fmann"
],
"repo": "creativecommons/creativecommons.org",
"url": "https://github.com/creativecommons/creativecommons.org/issues/476",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1658306130 | [Feature Request] Guide to update for react 17?
What is your enhancement?
is there any guidance on how to update this package to reactjs 17?
I've been trying to figure it out but I'm still not sure how to do it, anyway this is a really great template!
Hello, @ahmadxgani ! Thanks for using our products! The product ... | gharchive/issue | 2023-04-07T03:18:10 | 2025-04-01T06:38:17.732325 | {
"authors": [
"ahmadxgani",
"simmmpleweb"
],
"repo": "creativetimofficial/argon-dashboard-chakra",
"url": "https://github.com/creativetimofficial/argon-dashboard-chakra/issues/3",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1562265226 | Install FindSecBugs
...and suppress false positives. (No actual issues found)
Reviewer checklist
[ ] Read the contributing guide
[ ] PR should be motivated, i.e. what does it fix, why, and if relevant, how
[ ] Ensure relevant issues are linked (description should include text like "Fixes #")
[ ] Ensure any appropri... | gharchive/pull-request | 2023-01-30T11:29:24 | 2025-04-01T06:38:17.741498 | {
"authors": [
"big-andy-coates",
"coveralls"
],
"repo": "creek-service/creek-json-schema",
"url": "https://github.com/creek-service/creek-json-schema/pull/108",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
403165415 | Imbalanced learning simple solution
It would be nice to see if we could implement something simple to handle imbalanced learning. This could be part of a new sub-module called imblearn in reference to the imbalanced-learn library.
I'm on it and I'm proposing two things:
Weighted cross-entropy
The focal loss
Yo... | gharchive/issue | 2019-01-25T13:51:23 | 2025-04-01T06:38:17.754009 | {
"authors": [
"AdilZouitine",
"MaxHalford"
],
"repo": "creme-ml/creme",
"url": "https://github.com/creme-ml/creme/issues/2",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
253120927 | FIX: Intermittent spec failure
First run, all pass
> rspec
............................................................................................................................................................................................
Finished in 12.18 seconds (files took 2.8 seconds to load)
188 exampl... | gharchive/issue | 2017-08-26T20:28:43 | 2025-04-01T06:38:17.777769 | {
"authors": [
"astronaut-wannabe",
"shushugah",
"veganstraightedge"
],
"repo": "crimethinc/website",
"url": "https://github.com/crimethinc/website/issues/454",
"license": "CC0-1.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2667012198 | 2024-01-06
:loud_sound:Crisp Weekly 2024-01-06 is now in collecting.
/post
Sampling with SQL
https://blog.moertel.com/posts/2024-08-23-sampling-with-sql.html
/post
Vector Databases Are the Wrong Abstraction
https://www.timescale.com/blog/vector-databases-are-the-wrong-abstraction/
/post
HTML Form Validatio... | gharchive/issue | 2024-11-18T03:47:03 | 2025-04-01T06:38:17.788687 | {
"authors": [
"crispgm"
],
"repo": "crispgm/weekly",
"url": "https://github.com/crispgm/weekly/issues/87",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1275849881 | Add basic support for refutable if-let statements
TODO:
[x] handle array patterns
[x] don't destructure variables for refutable parts of a pattern
Codecov Report
Merging #125 (4a811bd) into main (208bacc) will increase coverage by 0.01%.
The diff coverage is 89.06%.
@@ Coverage Diff @@
##... | gharchive/pull-request | 2022-06-18T18:08:24 | 2025-04-01T06:38:17.821866 | {
"authors": [
"codecov-commenter",
"kevinbarabash"
],
"repo": "crochet-lang/crochet",
"url": "https://github.com/crochet-lang/crochet/pull/125",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1452483496 | Fix Ped.CanBeKnockedOffBike
This fixes Ped.CanBeKnockedOffBike by inverting the value passed to that native. The underlying native in this function uses an enum rather than a bool, but the first two values in the enum are '0' for the default ped behavior of being able to be knocked off, and '1' for a ped never being ... | gharchive/pull-request | 2022-11-17T00:16:29 | 2025-04-01T06:38:17.827076 | {
"authors": [
"kagikn",
"nomakewan"
],
"repo": "crosire/scripthookvdotnet",
"url": "https://github.com/crosire/scripthookvdotnet/pull/1111",
"license": "Zlib",
"license_type": "permissive",
"license_source": "github-api"
} |
992407718 | add readme
Description of your changes
A rough readme to get something up and running. There are still things that are unclear but it'd give people an idea about what it does and how they can get started if they feel adventurous.
We'll need to do another pass in the coming weeks.
Fixes https://github.com/crossplane-c... | gharchive/pull-request | 2021-09-09T16:21:17 | 2025-04-01T06:38:17.872587 | {
"authors": [
"luebken",
"muvaf"
],
"repo": "crossplane-contrib/terrajet",
"url": "https://github.com/crossplane-contrib/terrajet/pull/57",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
503642360 | Template Stacks UX: overall experience; modeling, design thinking; UX;
part of #853
What problem are you facing?
How could Crossplane help solve your problem?
I am working on this in a repository with code examples. I plan to try to create a design document to complement the code examples and Marques's design do... | gharchive/issue | 2019-10-07T19:23:49 | 2025-04-01T06:38:17.892706 | {
"authors": [
"prasek",
"suskin"
],
"repo": "crossplaneio/crossplane",
"url": "https://github.com/crossplaneio/crossplane/issues/915",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
60605310 | [stability][xwalk-3585] Add testapp source code for fuzz
Impacted TCs num(approved): New 0, Update 1, Delete 0
Unit test Platform: Android
Android test result summary: Pass 0, Fail 1, Block 0
Fail bugId: xwalk-3575
Let's hold on this for license clarify
| gharchive/pull-request | 2015-03-11T03:29:07 | 2025-04-01T06:38:17.896083 | {
"authors": [
"cicili",
"wanghongjuan"
],
"repo": "crosswalk-project/crosswalk-test-suite",
"url": "https://github.com/crosswalk-project/crosswalk-test-suite/pull/1928",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
139801522 | [usecase-apptools] Add tests to test signing release for android apptools usecase
Impacted tests(approved): new 1, update 0, delete 0
Unit test platform: [Android]
Unit test result summary: pass 1, fail 0, block 0
BUG=https://crosswalk-project.org/jira/browse/XWALK-5436
LGTM
| gharchive/pull-request | 2016-03-10T06:44:14 | 2025-04-01T06:38:17.897510 | {
"authors": [
"Honry",
"yunxliu"
],
"repo": "crosswalk-project/crosswalk-test-suite",
"url": "https://github.com/crosswalk-project/crosswalk-test-suite/pull/3427",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
1514078602 | Add support for new parameters
Opening this PR to add support for new parameters and functions that were not in previous versions.
Majority of video functions, amp functions, all tone functions and listening modes will be added. Below is a check list that I need to work through to get all the responses decoded, then ... | gharchive/pull-request | 2022-12-29T21:59:03 | 2025-04-01T06:38:17.930324 | {
"authors": [
"11harveyj",
"crowbarz"
],
"repo": "crowbarz/aiopioneer",
"url": "https://github.com/crowbarz/aiopioneer/pull/4",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
389717384 | Reset button not working in email
Reset button in 'Reset Crownstone password' email with Outlook client is broken.
Issue
-Webviewer outlook email contains in plain text: "[cloud.crownstone.rocks/reset-password?access_token='...']Reset"
-Mobile outlook viewer shows button but doesn't respond to click.
Do you only ac... | gharchive/issue | 2018-12-11T11:25:20 | 2025-04-01T06:38:17.943455 | {
"authors": [
"alexderidder",
"mrquincle"
],
"repo": "crownstone/crownstone-cloud",
"url": "https://github.com/crownstone/crownstone-cloud/issues/13",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2753381025 | test issue for webhook
ignore
| gharchive/issue | 2024-12-20T19:36:26 | 2025-04-01T06:38:17.944284 | {
"authors": [
"crowplexus"
],
"repo": "crowplexus/hscript-iris",
"url": "https://github.com/crowplexus/hscript-iris/issues/10",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
262477784 | Status bar text ( center aligned) doesn't show up in iPhone X
Hi Guys, i've encountered an issue with the CRToastTypeStatusBar. The texts which are aligned center in the status bar presenter are not showing up in iPhone X. I am attaching the screenshot as well. Could you please let me know if there is any alternative... | gharchive/issue | 2017-10-03T15:39:45 | 2025-04-01T06:38:17.950630 | {
"authors": [
"Ashton-W",
"chessboy",
"dmiedema",
"mavris",
"quhaoran007",
"vamshikpadala"
],
"repo": "cruffenach/CRToast",
"url": "https://github.com/cruffenach/CRToast/issues/226",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
138255999 | UI
" he can take a look at perfect viewer and see how that works, with different spots on the screen doing different things"
Use exhentais colors for backgrounds so it looks more like the actual page
| gharchive/issue | 2016-03-03T18:15:12 | 2025-04-01T06:38:17.952805 | {
"authors": [
"Lapan"
],
"repo": "cruor99/sadpandareader",
"url": "https://github.com/cruor99/sadpandareader/issues/29",
"license": "WTFPL",
"license_type": "permissive",
"license_source": "github-api"
} |
246188840 | Update attachment card implementations
Updates all currently implemented attachments
Converts implementations to use the cost and/or target API.
Makes sure the ability can only trigger or initiate if it would change the game state
Standardises action labels, prompt titles and chat messages.
Changes actions to use a ... | gharchive/pull-request | 2017-07-27T22:34:31 | 2025-04-01T06:38:17.962861 | {
"authors": [
"DukeTax",
"ystros"
],
"repo": "cryogen/throneteki",
"url": "https://github.com/cryogen/throneteki/pull/1263",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
487422406 | refactor: Switch tests to ava.
$ npm run test
@mohanson
现在全部测试都能跑过了,之前跑不过的原因是字符串里有 \n,eval 会解析成 "";。。 奇葩
| gharchive/pull-request | 2019-08-30T10:57:14 | 2025-04-01T06:38:17.964314 | {
"authors": [
"yejiayu"
],
"repo": "cryptape/minits",
"url": "https://github.com/cryptape/minits/pull/36",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
353733067 | add docker, drop MetaData and optional for blocks
optional for blocks
drop MetaData
add docker for deploy
Codecov Report
Merging #11 into master will increase coverage by 0.01%.
The diff coverage is 100%.
@@ Coverage Diff @@
## master #11 +/- ##
====================... | gharchive/pull-request | 2018-08-24T10:40:13 | 2025-04-01T06:38:17.979673 | {
"authors": [
"classicalliu",
"codecov-io",
"yatef"
],
"repo": "cryptape/re-birth",
"url": "https://github.com/cryptape/re-birth/pull/11",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1322729158 | Autopublish + Artefacts on Error
New Features
Autopublish artefacts
When test pipeline fails, due to failing tests, artefacts are still generated
Workflow now uses local action for easier testing
Added test for upload-artifact: false
Changes
Bash cleanup
.NET 6.0
Notes
My thoughts are people integrating this will... | gharchive/pull-request | 2022-07-29T22:28:58 | 2025-04-01T06:38:17.989899 | {
"authors": [
"awgeorge",
"cryptic-wizard"
],
"repo": "cryptic-wizard/run-specflow-tests",
"url": "https://github.com/cryptic-wizard/run-specflow-tests/pull/3",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
169460737 | Timeout's not properly caught by poller
raises the following traceback:
Traceback (most recent call last):
File "/opt/hourglass/.virtualenvs/hourglass/lib/python3.4/site-packages/hourglass_naglitejs/cache.py", line 100, in get
response = yield from session.get(url)
File "/opt/hourglass/.virtualenvs/hourglass/... | gharchive/issue | 2016-08-04T20:01:11 | 2025-04-01T06:38:17.992137 | {
"authors": [
"cryptk",
"testeddoughnut"
],
"repo": "cryptk/opsy",
"url": "https://github.com/cryptk/opsy/issues/160",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
2042793182 | trade history page
closes #320
there's no trade history page for desktop, so i'm adding trade history page for both desktop and mobile via this PR
I think hover effect on dropdown items should cover the top and bottom space and no radius in between.
it's seems to be that way on all dropdowns, should probably be... | gharchive/pull-request | 2023-12-15T02:40:32 | 2025-04-01T06:38:17.994370 | {
"authors": [
"dreacot"
],
"repo": "crypto-power/cryptopower",
"url": "https://github.com/crypto-power/cryptopower/pull/333",
"license": "ISC",
"license_type": "permissive",
"license_source": "github-api"
} |
2141010601 | Add operator validao cosmoshub-osmosis.json
Add ValiDAO details
Relayer Operator Onboarding
Thank you for your IBC relaying efforts for the Cosmos Hub. This pull request template is for onboarding new operators.
Instructions
Add your account addresses and contact information in the correct format to the specified JSO... | gharchive/pull-request | 2024-02-18T14:22:09 | 2025-04-01T06:38:18.004373 | {
"authors": [
"clemensgg",
"murakamikaze"
],
"repo": "cryptocrew-validators/relayer-feegrant-wg",
"url": "https://github.com/cryptocrew-validators/relayer-feegrant-wg/pull/45",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1367304580 | crystal-1.5.1-1-darwin-universal.tar.gz is broken
Bug Report
Seems like tar archive generation for darwin is broken: v1.5.1 archive release is only 118Kb (versus 44Mb for v1.5.0).
As result, some CICD pipeines is broken: https://github.com/evgkrsk/reqs-up/runs/8263698759
I uploaded the correct package.
Something mu... | gharchive/issue | 2022-09-09T05:26:56 | 2025-04-01T06:38:18.059441 | {
"authors": [
"beta-ziliani",
"evgkrsk",
"straight-shoota"
],
"repo": "crystal-lang/crystal",
"url": "https://github.com/crystal-lang/crystal/issues/12463",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
716140707 | JSON::Any.nil? returns false
Hopefully a simple one, the work around is simple enough but thought it worth making an issue
require "json"
test = JSON.parse("null")
test.nil? # => false
test == nil # => true
nil.nil? # => true
Maybe a special case of .nil? needs to be created for JSON::Any?
Try json.raw.nil?
... | gharchive/issue | 2020-10-07T02:13:27 | 2025-04-01T06:38:18.061458 | {
"authors": [
"Blacksmoke16",
"stakach"
],
"repo": "crystal-lang/crystal",
"url": "https://github.com/crystal-lang/crystal/issues/9807",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1398228994 | [WASM] add missing __powisf2 and __powidf2 compiler-rt functions
Functions __powisf2 and __powidf2 from compiler-rt are called from the wasm32 codegen and must be provided. This happens whenever float exponentiation is used.
wasm-ld: error: F-loat64.wasm: undefined symbol: __powidf2
Implementation source:
https://g... | gharchive/pull-request | 2022-10-05T18:57:07 | 2025-04-01T06:38:18.063817 | {
"authors": [
"lbguilherme"
],
"repo": "crystal-lang/crystal",
"url": "https://github.com/crystal-lang/crystal/pull/12569",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
354173 | Using Scala classes
I've got octobot all up and running, but I'm having a hard time getting it to load my tasks. Specifically, they're Scala classes... am I missing something? I've got them packaged up in a jar as described by the docs, but they don't seem to be getting picked up. Are there more steps involved if I w... | gharchive/issue | 2010-10-09T00:46:29 | 2025-04-01T06:38:18.129392 | {
"authors": [
"eatenbyagrue",
"matthiase"
],
"repo": "cscotta/Octobot",
"url": "https://github.com/cscotta/Octobot/issues/2",
"license": "bsd-3-clause",
"license_type": "permissive",
"license_source": "bigquery"
} |
2306903583 | Text editor only changes the subtitles of one of the dates
Bug unable to be recreated as of now. Refreshing fixed it.
There is no screenshot / recording of this bug since this was discovered in the lab computer.
Details: somehow editing any of the text boxes will change the subtitles of only one (the first of the l... | gharchive/issue | 2024-05-20T22:29:05 | 2025-04-01T06:38:18.134366 | {
"authors": [
"BernicoJC",
"michaelcheungkm"
],
"repo": "cse110-sp24-group18/cse110-sp24-group18",
"url": "https://github.com/cse110-sp24-group18/cse110-sp24-group18/issues/102",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
126381934 | Different type of infrastructures: how to identify them?
When an application has to be submitted to the infrastructure there is not a parameter to clarify what kind of infrastructure is and which adaptor should be used.
The distinction of the different infrastructure is made using the parameter jobservice which has... | gharchive/issue | 2016-01-13T09:57:18 | 2025-04-01T06:38:18.139183 | {
"authors": [
"fmarco76"
],
"repo": "csgf/csgf-api",
"url": "https://github.com/csgf/csgf-api/issues/3",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
1091784189 | Daten konnten nicht geladen werden
Hi,
ich habe das Problem, dass ich die app nicht u laufen bekomme mit folgender Fehlermeldung:
"Daten konnten nicht geladen werden" als admin/user.
ich kann aktuell keine Pläne anlegen, Typen erzeugen etc.
Muss ich hier irgendwas noch anpassen?
nc-version: 22.2.3
nextcloud-log:
{"re... | gharchive/issue | 2022-01-01T10:02:36 | 2025-04-01T06:38:18.153481 | {
"authors": [
"franconianmetal"
],
"repo": "csoc-de/Shifts",
"url": "https://github.com/csoc-de/Shifts/issues/19",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2278268578 | kairos-cli: implement call to deposit endpoint and integration test
Things done
Moved all code except cli parsing to kairos_cli::run
Introduced new kairos-server-address option, that defaults a value if not set
Implemented a client function that will submit a transaction to the kairos-server, this client function in... | gharchive/pull-request | 2024-05-03T19:12:45 | 2025-04-01T06:38:18.165602 | {
"authors": [
"Rom3dius",
"koxu1996",
"marijanp"
],
"repo": "cspr-rad/kairos",
"url": "https://github.com/cspr-rad/kairos/pull/91",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
223339961 | Exporting the generated QR code as image
Would it be possible to get the image of the QR code as a usable image, like base64? Is that something we can already access or is an additional method in the component needed?
The library works perfect also in Expo.
I wanna to have a photograph enlarged,how to do?
I wanna... | gharchive/issue | 2017-04-21T10:11:35 | 2025-04-01T06:38:18.179343 | {
"authors": [
"Cariss",
"kylanhurt",
"lucfranken",
"nianxiaoning",
"omoprodigi",
"sigmazen",
"xiaomuxi"
],
"repo": "cssivision/react-native-qrcode",
"url": "https://github.com/cssivision/react-native-qrcode/issues/27",
"license": "MIT",
"license_type": "permissive",
"license_s... |
899032658 | Quote column names to avoid name colisions with reserved names or keywords
What type of PR is this?
bug
What this PR does / why we need it:
Imagine we have this CSV file (called nutrient.csv, from the https://fdc.nal.usda.gov/download-datasets.html // Supporting data for Downloads - April 2021 (CSV – 1.0M):
id,name,u... | gharchive/pull-request | 2021-05-23T14:28:23 | 2025-04-01T06:38:18.241015 | {
"authors": [
"andygrunwald",
"gvenzl"
],
"repo": "csv2db/csv2db",
"url": "https://github.com/csv2db/csv2db/pull/51",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
731964299 | make network compile using Box
One of the two or both need to be boxed to fix these errors:
Compiling azure_mgmt_network v0.1.0 (/Users/cameron/rs/azure-sdk-for-rust/services/mgmt/network)
error[E0072]: recursive type `IpConfigurationPropertiesFormat` has infinite size
--> services/mgmt/network/src/package_202... | gharchive/pull-request | 2020-10-29T03:26:31 | 2025-04-01T06:38:18.255219 | {
"authors": [
"ctaggart"
],
"repo": "ctaggart/azure-sdk-for-rust",
"url": "https://github.com/ctaggart/azure-sdk-for-rust/pull/1",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
631506607 | feat: create a bootstrap command to initialize users on the first run.
What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)
Ability to bootstrap goiardi installation
What is the new behavior (if this is a feature change)?
Added new flag --bootstrap. When used it will introduce a clean ... | gharchive/pull-request | 2020-06-05T11:03:41 | 2025-04-01T06:38:18.258739 | {
"authors": [
"alekc",
"ctdk"
],
"repo": "ctdk/goiardi",
"url": "https://github.com/ctdk/goiardi/pull/73",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
450100175 | 怎么分模块打包
您好,怎么根据不同模块分别打包不同的crn bundle
假设我们有两个业务,它们分别是通过crn-cli init flight和crn-cli init bus创建的。
我们分别进入flight和bus目录执行crn-cli pack。这时候会在工程目录生成对应打包后产物publish里面有rn_common和rn_flight,rn_bus。其中rn_common是公共部分,rn_flight和rn_bus对应业务包。
总结: 进入不同的工程目录,分别执行crn-cli pack进行打包。
假设我们有两个业务,它们分别是通过crn-cli init flight和crn-cli init bus创... | gharchive/issue | 2019-05-30T02:27:50 | 2025-04-01T06:38:18.281983 | {
"authors": [
"blackwuxin",
"fangcaiwen"
],
"repo": "ctripcorp/CRN",
"url": "https://github.com/ctripcorp/CRN/issues/40",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
305412627 | 最近发现配置更新推送机制失效了,没有异常日志,只有5分钟一次的拉取机制
最近发现配置更新推送机制失效了,没有异常日志,只有5分钟一次的拉取机制,有碰到类似问题的吗?
你找一下客户端的日志,应该是有日志的。Warning级别的也看一下,估计是长连接有问题。
@LittleShrimp1987 之前在群里提这个问题的也是你吧,看群里的聊天记录应该解决了?
我的问题解决了,是我自己加一个spring mvc filter的时候,把http long polling那种异步请求结果DeferredResult 的response body给覆盖为空了,去掉这个filter就好了
我自己的问题,解决了。
| gharchive/issue | 2018-03-15T04:34:01 | 2025-04-01T06:38:18.283578 | {
"authors": [
"LittleShrimp1987",
"lepdou",
"nobodyiam"
],
"repo": "ctripcorp/apollo",
"url": "https://github.com/ctripcorp/apollo/issues/1000",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
425181269 | docker镜像层下载不下来
docker镜像有一层下载不下来
Status: Downloaded newer image for mysql:5.7
Pulling apollo-quick-start (nobodyiam/apollo-quick-start:)...
latest: Pulling from nobodyiam/apollo-quick-start
6c40cc604d8e: Downloading 这一层下载不了,试了好几次
e78b80385239: Download complete
f41fe1b6eee3: Download complete
f81fe3873b24: Download ... | gharchive/issue | 2019-03-26T01:09:20 | 2025-04-01T06:38:18.286918 | {
"authors": [
"abelzhyb",
"nobodyiam"
],
"repo": "ctripcorp/apollo",
"url": "https://github.com/ctripcorp/apollo/issues/2080",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
456920029 | openapi 是否支持对集群的操作
openapi 是否支持对集群的操作,比如创建集群、删除集群
目前不支持
| gharchive/issue | 2019-06-17T12:57:00 | 2025-04-01T06:38:18.287990 | {
"authors": [
"houzhen1308",
"nobodyiam"
],
"repo": "ctripcorp/apollo",
"url": "https://github.com/ctripcorp/apollo/issues/2346",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
236917797 | Add a backup of the desired output csv
Verified that code works.
Great job!
| gharchive/pull-request | 2017-06-19T14:52:39 | 2025-04-01T06:38:18.294082 | {
"authors": [
"KevinHanson",
"StewartUF"
],
"repo": "ctsit/J.O.B-Training-Repo-2",
"url": "https://github.com/ctsit/J.O.B-Training-Repo-2/pull/9",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1313343715 | Repeated Wrong Perms on /var/run/chrony
Seems to be working, but I do see perm issue a lot in the log. Running in Docker on a RPi4 and an Intel Nuc not with the 'higher security option. Log is pulled from the rpi4, similar on the nuc. Volumes: /var/lib/chrony /etc/chrony /run/chrony Build: cturra/docker-ntp build-dat... | gharchive/issue | 2022-07-21T14:23:17 | 2025-04-01T06:38:18.305498 | {
"authors": [
"cturra",
"phantum29"
],
"repo": "cturra/docker-ntp",
"url": "https://github.com/cturra/docker-ntp/issues/51",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
344907202 | custom style not working
If i add custom style as follows
import * as customStyle from 'react-tabtab/lib/themes/bootstrap';
This works fine.
However, if i create my own style following instructions and put into themes/index.js. Import as follows
import * as customStyle from '../themes';
Then it does not work. Not wo... | gharchive/issue | 2018-07-26T16:02:33 | 2025-04-01T06:38:18.308576 | {
"authors": [
"ctxhou",
"prodigylabs"
],
"repo": "ctxhou/react-tabtab",
"url": "https://github.com/ctxhou/react-tabtab/issues/101",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1908182023 | Contact Details
No response
What would you like to ask or discuss?
正常情况hdfs日志应该是 /data/ds2hdfs/dolphinscheduler/2023-09-22/4292/1149520/3552154.log 这个格式
正常情况hdfs日志应该是 /data/ds2hdfs/dolphinscheduler/2023-09-22/4292/1149520/3552154.log 这个格式
是因为日志格式 1149520/3552154.log 有带 .(dot)号,我们这边解析escape了,查看一下,
https://github.... | gharchive/issue | 2023-09-22T04:57:07 | 2025-04-01T06:38:18.389881 | {
"authors": [
"cn-tingguo",
"zebozhuang"
],
"repo": "cubefs/compass",
"url": "https://github.com/cubefs/compass/issues/126",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
128123795 | Minimum text size: Only check text nodes with actual text in them
We're raising failures for elements that have no text (or just whitespace) in them.
Fixed in https://github.com/cucumber-ltd/bbc-a11y/pull/86
| gharchive/issue | 2016-01-22T10:12:10 | 2025-04-01T06:38:18.409512 | {
"authors": [
"joshski",
"mattwynne"
],
"repo": "cucumber-ltd/bbc-a11y",
"url": "https://github.com/cucumber-ltd/bbc-a11y/issues/81",
"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.