added stringdate 2025-04-01 04:05:38 2025-04-01 07:14:06 | created timestamp[us]date 2001-10-09 16:19:16 2025-01-01 03:51:31 | id stringlengths 4 10 | metadata dict | source stringclasses 2
values | text stringlengths 0 1.61M |
|---|---|---|---|---|---|
2025-04-01T04:34:01.473791 | 2019-04-12T02:24:51 | 432358425 | {
"authors": [
"Frizi",
"kvark"
],
"license": "Apache-2.0",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:6309",
"repo": "gfx-rs/gfx",
"url": "https://github.com/gfx-rs/gfx/pull/2741"
} | gharchive/pull-request | [mtl] Use private_caps data for reported texture sizes
I also found out that the queried feature set was off by one version.
PR checklist:
[ ] make succeeds (on *nix)
[ ] make reftests succeeds
[ ] tested examples with the following backends:
[x] rustfmt run on changed code
bors retry
|
2025-04-01T04:34:01.501734 | 2024-02-08T16:52:16 | 2125642063 | {
"authors": [
"auron95",
"ggandor"
],
"license": "Unlicense",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:6310",
"repo": "ggandor/leap-spooky.nvim",
"url": "https://github.com/ggandor/leap-spooky.nvim/issues/26"
} | gharchive/issue | Custom text objects overwrite the default ones
Hello, thank you for this awesome plugin!
I wanted to point out a bug for the custom text objects feature: adding custom text objects will overwrite the default ones. This is apparently because vim.tbl_extend on line 73 does not concatenate arrays, but merges tables, so ... |
2025-04-01T04:34:01.534457 | 2021-07-16T12:00:24 | 946228263 | {
"authors": [
"ggilmore",
"hauks96",
"heliumbrain"
],
"license": "MIT",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:6311",
"repo": "ggilmore/asdf-just",
"url": "https://github.com/ggilmore/asdf-just/pull/7"
} | gharchive/pull-request | Adapt to new Just versioning
Since 0.9.5 the Just releases are no longer prefixed with a "v" as can be seen here: https://github.com/casey/just/releases. Can be handled much nicer and more robust, but it works for now (same way as before)
Would be nice to have this merged?
My apologies for missing this contributi... |
2025-04-01T04:34:01.606196 | 2022-08-30T14:41:47 | 1355880323 | {
"authors": [
"suzuki-shunsuke"
],
"license": "MIT",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:6312",
"repo": "gha-trigger/gha-trigger",
"url": "https://github.com/gha-trigger/gha-trigger/issues/33"
} | gharchive/issue | Support Google Cloud Function
Terraform
Run Function asynchronously
Secrets Manager
How to manage configuration
https://cloud.google.com/functions/docs/concepts/go-runtime
Run Function asynchronously
gha-trigger receives GitHub Webhook and run GitHub Actions Workflow.
GitHub Webhook has a timeout (10 seconds)... |
2025-04-01T04:34:01.608728 | 2015-07-17T12:03:25 | 95644006 | {
"authors": [
"kfigiela"
],
"license": "mit",
"license_source": "bigquery",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:6313",
"repo": "ghcjs/ghcjs-base",
"url": "https://github.com/ghcjs/ghcjs-base/pull/19"
} | gharchive/pull-request | Fix h$lazyTextFromString
This also requires patch of rts.h from shims repo.
I did this modifications to get it working, however I don't know ghcjs internals well enough to say that this is 100% correct.
For GHC 7.10 branch of ghcjs.
Yes, I double checked and the shims patch is wrong. I will update both soon.
I've... |
2025-04-01T04:34:01.639578 | 2021-02-16T20:16:49 | 809616837 | {
"authors": [
"blackyzero",
"ghermans"
],
"license": "MIT",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:6314",
"repo": "ghermans/bagisto-pickup",
"url": "https://github.com/ghermans/bagisto-pickup/issues/7"
} | gharchive/issue | Compatible with v1.3 ?
Hello,
I got this error during installation,
`Do not run Composer as root/super user! See https://getcomposer.org/root for details
Continue as root/super user [yes]? yes
Using version dev-master for digibytes/pickup
./composer.json has been updated
Running composer update digibytes/pickup --wit... |
2025-04-01T04:34:01.645411 | 2024-05-16T13:26:31 | 2300407473 | {
"authors": [
"coveralls",
"lkuchenb"
],
"license": "Apache-2.0",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:6315",
"repo": "ghga-de/metldata",
"url": "https://github.com/ghga-de/metldata/pull/69"
} | gharchive/pull-request | Minor refactoring
Move the NewContentSchemaPath class to a common module to be reused in other transformations
Homologise import logic between transformations
Fix copy & paste error in docstring
Pull Request Test Coverage Report for Build<PHONE_NUMBER>
Details
11 of 11 (100.0%) changed or added relevant lines i... |
2025-04-01T04:34:01.672115 | 2015-10-15T09:27:09 | 111577666 | {
"authors": [
"ghiscoding",
"gsantiago",
"williamoliveira"
],
"license": "mit",
"license_source": "bigquery",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:6316",
"repo": "ghiscoding/angular-validation",
"url": "https://github.com/ghiscoding/angular-validation/is... | gharchive/issue | Custom rules
Is there an way of making custom rules?
It's all in the Wiki documentation... Wiki - Regular Expression Pattern
yeah, I saw it, but regex is now enought for me, is'nt there a way to really create new ones?
Custom Regex is the only I have in place, it usually fit almost all situations. What are you ... |
2025-04-01T04:34:01.696146 | 2023-11-09T15:07:22 | 1985824428 | {
"authors": [
"Michaellh0079",
"lindsleycj"
],
"license": "Apache-2.0",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:6317",
"repo": "ghrcdaac/cumulus-api",
"url": "https://github.com/ghrcdaac/cumulus-api/pull/25"
} | gharchive/pull-request |
Updated api to be compatible with v16.1.1 api and should be backwa…
…rds compatible with some previous versions.
@Michaellh0079 I was just looking at the latest cumulus-api docs. Should a replace_rule and replace_granule be added.
https://nasa.github.io/cumulus-api/v18.1.0/#cumulus-api
It's mentioned in the v18.1... |
2025-04-01T04:34:01.704149 | 2014-05-28T16:45:01 | 34484733 | {
"authors": [
"giampaolo",
"yuyang733"
],
"license": "mit",
"license_source": "bigquery",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:6318",
"repo": "giampaolo/pyftpdlib",
"url": "https://github.com/giampaolo/pyftpdlib/issues/263"
} | gharchive/issue | memory leak in Multiprocess mode
From<EMAIL_ADDRESS>on June 12, 2013 15:59:36
What steps will reproduce the problem?
1. python multi_proc_ftp.py
2. python ftp_test.py (ftp.login, ftp.pwd, ftp.quit)
3. after a few minutes & run `top` cmd
What is the expected output?
What do you see instead?
PID USER PR ... |
2025-04-01T04:34:01.710724 | 2017-06-02T19:46:30 | 233281001 | {
"authors": [
"marians",
"oponder"
],
"license": "Apache-2.0",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:6319",
"repo": "giantswarm/api-spec",
"url": "https://github.com/giantswarm/api-spec/issues/29"
} | gharchive/issue | Question: How to approach add / remove members from organizations
@marians how do you think we should approach adding and removing members from organizations?
Do you think we should use PATCH /v4/organizations/:org-id/ with some json in the body representing the full final state of the members as the user wants it to... |
2025-04-01T04:34:01.725405 | 2024-07-31T09:39:14 | 2439598816 | {
"authors": [
"mcharriere"
],
"license": "Apache-2.0",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:6320",
"repo": "giantswarm/cilium-app",
"url": "https://github.com/giantswarm/cilium-app/pull/200"
} | gharchive/pull-request | Upgrade to Cilium v1.16.0
This PR:
Sync with upstream v1.16.0
Disable digest from all images
Remove metrics port patch
Towards https://github.com/giantswarm/giantswarm/issues/31353
Checklist
[x] Update changelog in CHANGELOG.md.
first test looks good.
g:~/gs $ cilium status
/¯¯\
/¯¯\__/¯¯\ Cilium: ... |
2025-04-01T04:34:01.727710 | 2024-04-24T12:45:22 | 2261213897 | {
"authors": [
"glitchcrab",
"vxav"
],
"license": "Apache-2.0",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:6321",
"repo": "giantswarm/cluster-vsphere",
"url": "https://github.com/giantswarm/cluster-vsphere/pull/183"
} | gharchive/pull-request | Refactor helm values for compatibility with shared cluster chart
Towards https://github.com/giantswarm/roadmap/issues/3372
- [x] Move `.Values.metadata` to `.Values.global.metadata`.
- [x] Move `.Values.connectivity` to `.Values.global.connectivity`.
- [x] Move `.Values.baseDomain` to `.Values.global.connectivity.bas... |
2025-04-01T04:34:01.729201 | 2022-03-07T18:04:59 | 1161751330 | {
"authors": [
"kopiczko"
],
"license": "Apache-2.0",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:6322",
"repo": "giantswarm/default-apps-openstack",
"url": "https://github.com/giantswarm/default-apps-openstack/pull/26"
} | gharchive/pull-request | Set the DNS Service name to kube-dns for net-exporter
Towards https://github.com/giantswarm/roadmap/issues/725
Going with a ping. There is nothing controversial in this PR.
|
2025-04-01T04:34:01.730323 | 2023-07-13T12:47:26 | 1802952514 | {
"authors": [
"pipo02mix",
"weatherhog"
],
"license": "Apache-2.0",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:6323",
"repo": "giantswarm/docs",
"url": "https://github.com/giantswarm/docs/pull/1865"
} | gharchive/pull-request | add highlights for 2023-07-20
This Weeks Highlights PR. Please add you contributions till Wednesday eob
Nothing to see here, closing
|
2025-04-01T04:34:01.773088 | 2022-07-05T10:49:49 | 1294129806 | {
"authors": [
"T-Kukawka"
],
"license": "Apache-2.0",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:6324",
"repo": "giantswarm/roadmap",
"url": "https://github.com/giantswarm/roadmap/issues/1207"
} | gharchive/issue | AWSCluster CR: Validation if secret is from correct organization
When a cluster for AWS is created via kubectl gs template cluster --provider aws --organization ACME an empty entry spec.provider.credentialSecret.name is created for the AWSCluster object.
The empty value for this entry is okay, as defaulting will look... |
2025-04-01T04:34:01.792237 | 2024-03-11T20:48:33 | 2180201157 | {
"authors": [
"QuentinBisson",
"marieroque"
],
"license": "Apache-2.0",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:6325",
"repo": "giantswarm/roadmap",
"url": "https://github.com/giantswarm/roadmap/issues/3318"
} | gharchive/issue | Atlas general alerting review and migration to mimir
Towards https://github.com/giantswarm/roadmap/issues/3312
Atlas is planning to migrate our monitoring setup to mimir targetting CAPI only.
This will result in all data being in a single database, instead of the current one-prometheus-per-cluster setup.
Current aler... |
2025-04-01T04:34:01.803972 | 2024-09-16T08:18:18 | 2527801940 | {
"authors": [
"AverageMarcus",
"Gacko",
"yulianedyalkova"
],
"license": "Apache-2.0",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:6326",
"repo": "giantswarm/roadmap",
"url": "https://github.com/giantswarm/roadmap/issues/3673"
} | gharchive/issue | Releases for hybrid installations
We already have installations like wallaby that are hybrid. Is there anything that needs to be done in a different way than the single-provider ones? Any technical limitations?
app-admission-operator has been updated to handle cross-provider Releases in https://github.com/giantswar... |
2025-04-01T04:34:01.806630 | 2023-11-29T16:57:37 | 2017031825 | {
"authors": [
"fhielpos",
"stone-z"
],
"license": "Apache-2.0",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:6327",
"repo": "giantswarm/security-bundle",
"url": "https://github.com/giantswarm/security-bundle/pull/237"
} | gharchive/pull-request | Re enable exception-recommender
This PR:
adds/changes/removes etc
Checklist
[ ] Update changelog in CHANGELOG.md.
[ ] Make sure values.yaml and values.schema.json are valid.
Issue link?
Maybe not needed for now.
|
2025-04-01T04:34:01.808924 | 2014-11-08T18:27:09 | 48174768 | {
"authors": [
"bfredl",
"gibiansky"
],
"license": "MIT",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:6328",
"repo": "gibiansky/IHaskell",
"url": "https://github.com/gibiansky/IHaskell/issues/300"
} | gharchive/issue | load more than one module?
:load seems not to work with more than one module,
:load a.hs
:load b.hs
gives on the second load the cryptic message:
Failed to load module B: attempting to use module ‘main:A’ (a.hs) which is not loaded
(a and b doesn't reference each other at all)
:load a.hs b.hs as one can do in ghci ... |
2025-04-01T04:34:01.810277 | 2016-09-20T12:56:54 | 178051938 | {
"authors": [
"NickSeagull",
"o1lo01ol1o",
"vaibhavsagar"
],
"license": "MIT",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:6329",
"repo": "gibiansky/IHaskell",
"url": "https://github.com/gibiansky/IHaskell/pull/691"
} | gharchive/pull-request | Experimental Display instance for Frames
I'm recreating this pull request so the Travis CI tests are run. It is a very useful (and small) module to visualize Frames as a table.
Is there an issue preventing this from being merged? @vaibhavsagar
There have been enough changes to Frames that this doesn't compile any... |
2025-04-01T04:34:01.814560 | 2024-01-02T18:22:05 | 2062784608 | {
"authors": [
"kerriegeil"
],
"license": "MIT",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:6330",
"repo": "gicait/PyAEZ",
"url": "https://github.com/gicait/PyAEZ/pull/100"
} | gharchive/pull-request | 3 fixes to ClimateRegime.py
Hey guys. I've been working on a sped up version of module 1 and comparing it's outputs to the outputs of the repo model version. During this process I've found a few bugs in the repo version of pyaez. They are in ClimateRegime.py:
in getLGP. The initialization of Sb_old and Wb_old to ze... |
2025-04-01T04:34:01.824286 | 2023-06-10T11:58:45 | 1750939998 | {
"authors": [
"devlocalhost",
"gicrisf"
],
"license": "MIT",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:6331",
"repo": "gicrisf/swapforqute",
"url": "https://github.com/gicrisf/swapforqute/issues/2"
} | gharchive/issue | small mistake in readme
git clone --depth 1 https://github.com/gicrisf/swapforqute ~/.config/qutebrowser/userscripts should be git clone --depth 1 https://github.com/gicrisf/swapforqute ~/.config/qutebrowser/userscripts/swapforqute, otherwise: chmod: cannot access '/home/dev64/.config/qutebrowser/userscripts/swapforq... |
2025-04-01T04:34:01.856154 | 2018-07-05T08:33:06 | 338476152 | {
"authors": [
"ericmandel",
"o-smirnov"
],
"license": "mit",
"license_source": "bigquery",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:6332",
"repo": "gijzelaerr/js9notebook",
"url": "https://github.com/gijzelaerr/js9notebook/issues/6"
} | gharchive/issue | Unable to invoke JS9 classes directly within a Jupyter cell's output
So we've got JS9 going if we invoke it within an iframe:
%%html
<iframe src="http://localhost:8888/files/js9.html" width=1000 height=750></iframe>
Direct invocation fails due to a socket.io/XHR issue. See https://github.com/gijzelaerr/js9notebook/i... |
2025-04-01T04:34:01.887352 | 2016-11-04T02:38:48 | 187240787 | {
"authors": [
"johncoghlan",
"shellscape"
],
"license": "mit",
"license_source": "bigquery",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:6333",
"repo": "gilt/tech-blog",
"url": "https://github.com/gilt/tech-blog/pull/43"
} | gharchive/pull-request | post: running with scissors: koa and vue
As previously discussed with John Coghlan, this is a syndicated post from one I wrote for my personal blog, following common patterns of syndication observed on platforms like Medium. Please contact John for any concerns surrounding syndication.
Love it! ✂️ ✂️ ✂️
@johncog... |
2025-04-01T04:34:01.891749 | 2023-11-17T16:34:47 | 1999511604 | {
"authors": [
"davidfrickert",
"laszlocph"
],
"license": "Apache-2.0",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:6334",
"repo": "gimlet-io/onechart",
"url": "https://github.com/gimlet-io/onechart/issues/92"
} | gharchive/issue | [charts/onechart] Specifying ports in values doesn't work as expected
Specifying ports in values doesn't work as expected.
E.g.:
ports:
- name: 445
svcPort: 445
The template tries to fill the name in both the actual name and in targetPort, which doesn't work, as port needs to be a number and name needs to be a... |
2025-04-01T04:34:01.916512 | 2016-07-30T15:15:18 | 168472009 | {
"authors": [
"jcague",
"nionis"
],
"license": "MIT",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:6335",
"repo": "ging/licode",
"url": "https://github.com/ging/licode/pull/514"
} | gharchive/pull-request | Fix L.Resizer error when bundling / webpack
this.L = this.L = {} was the cause of multiple errors while I was making a library for wrapping erizo client for use in webpack / browserify etc, similar to this but with auto-updating and a respiratory for people to contribute
closing because we've fix all Resizer functi... |
2025-04-01T04:34:01.970127 | 2021-09-27T16:01:16 | 1008326334 | {
"authors": [
"Subhradeep10",
"eshan1925",
"jaya6400",
"pjdurden"
],
"license": "MIT",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:6336",
"repo": "girlscript/winter-of-contributing",
"url": "https://github.com/girlscript/wint... | gharchive/issue | DSA 2.2.3 Monotonic functions
Description
Give an introduction and explain the working of monotonic functions in the context of binary search and bisection method.
Task
[ ] Documentation
[ ] Audio
[ ] Video
Note
While requesting the issue to be assigned, please mention your NAME & BATCH NUMBER.
Kindly refer to Iss... |
2025-04-01T04:34:01.972945 | 2021-11-13T03:59:58 | 1052536238 | {
"authors": [
"anisha-01-phoenix"
],
"license": "MIT",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:6337",
"repo": "girlscript/winter-of-contributing",
"url": "https://github.com/girlscript/winter-of-contributing/issues/7816"
} | gharchive/issue | Easy Runtime Permissions with Dexter
Description
This article will demonstrate the use of the Dexter Library and how it can be used for runtime permissions.
Domain
Android Dev (Java)
Type of Contribution
Documentation
Code of Conduct
[X] I follow Contributing Guidelines & Code of conduct of this project.
/ assign... |
2025-04-01T04:34:01.981296 | 2018-02-10T23:00:14 | 296142103 | {
"authors": [
"elouanKeryell-Even"
],
"license": "Apache-2.0",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:6338",
"repo": "gisaia/ARLAS-server",
"url": "https://github.com/gisaia/ARLAS-server/issues/46"
} | gharchive/issue | Collection Management - integration tests
In gitlab by @sfalquier on May 9, 2017, 09:36
In gitlab by @sfalquier on May 9, 2017, 09:37
changed title from Collection Management integration tests to Collection Management {+- +}integration tests
In gitlab by @MohamedHamouGisaia on May 23, 2017, 14:47
added ~1918367 a... |
2025-04-01T04:34:01.989744 | 2021-11-14T05:08:01 | 1052848542 | {
"authors": [
"giswqs"
],
"license": "MIT",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:6339",
"repo": "giswqs/geemap",
"url": "https://github.com/giswqs/geemap/issues/746"
} | gharchive/issue | Add quarterly/monthly Landsat/Sentinel timelapse
Geemap supports creating annual Landsat/Sentinel-2 timelapse. It would be great to add quarterly/monthly timelapse.
This feature has been implemented. You can now create quarter/monthly Landsat/Sentinel-2 timelapse.
Try it out at https://streamlit.gishub.org
|
2025-04-01T04:34:02.028316 | 2018-11-14T02:18:54 | 380506628 | {
"authors": [
"nullstatement",
"pmiossec"
],
"license": "apache-2.0",
"license_source": "bigquery",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:6340",
"repo": "git-tfs/git-tfs",
"url": "https://github.com/git-tfs/git-tfs/issues/1233"
} | gharchive/issue | Support TLS 1.2
Support when tfs is only using TLS 1.2
Not sure the best way to fix this generally but I fixed it in the code by adding the line
ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12;
as the first line in Program.cs
Error:
Technical information (for administrator):
The request was aborted:... |
2025-04-01T04:34:02.032333 | 2020-04-07T18:35:12 | 596070351 | {
"authors": [
"pd4d10",
"shreyas1599"
],
"license": "Apache-2.0",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:6341",
"repo": "git-touch/git-touch",
"url": "https://github.com/git-touch/git-touch/pull/49"
} | gharchive/pull-request | completed handling all event types
Fixes #2
The following event types were removed as they do not appear in user timelines or are no longer delivered:
DeploymentEvent
DeploymentStatusEvent
DownloadEvent
FollowEvent
ForkApplyEvent
GitHubAppAuthorizationEvent
GistEvent
LabelEvent
MembershipEvent
MilestoneEvent
Organi... |
2025-04-01T04:34:02.054483 | 2017-03-21T10:27:34 | 215690546 | {
"authors": [
"gitbrent",
"tb23911"
],
"license": "mit",
"license_source": "bigquery",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:6342",
"repo": "gitbrent/PptxGenJS",
"url": "https://github.com/gitbrent/PptxGenJS/issues/64"
} | gharchive/issue | issue calculating the available height for a table using Auto paging
When creating a table using
slide.addTable( arrRows,
{
slideMargin: [ 1.2, 0.0, 1.18, 0.0 ],
x:0.5,
y:1.2,
colW:[5.0,0.55],
font_size:9,
margin:0,
border:{pt:'0.75', color:'E00000'},
debug:true
}
... |
2025-04-01T04:34:02.239789 | 2022-10-10T18:52:23 | 1403582658 | {
"authors": [
"cmwilson21",
"nickfyson"
],
"license": "CC-BY-4.0",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:6348",
"repo": "github/docs",
"url": "https://github.com/github/docs/pull/21250"
} | gharchive/pull-request | update link on artifact use to new location
Why:
The documentation link on this page was referring to a page that has clearly moved, and hence the title given in the link was wrong (even if it ends up at the right place thanks to a redirect). Updating the link seemed like the right thing to do! :-)
What's being chang... |
2025-04-01T04:34:02.246203 | 2021-05-03T01:08:47 | 874161702 | {
"authors": [
"affrae",
"andrekolodochka",
"janiceilene"
],
"license": "CC-BY-4.0",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:6349",
"repo": "github/docs",
"url": "https://github.com/github/docs/pull/5969"
} | gharchive/pull-request | Replacing GITHUB_TOKEN with PAT
Since the permissions for GITHUB_TOKEN are limited to the repository that contains the workflow, it won't be possible to use GITHUB_TOKEN to access other private repositories. Instead, until centrally managed workflows are implemented, users would need to create and us a PAT to access ... |
2025-04-01T04:34:02.250909 | 2021-08-29T06:42:14 | 982010447 | {
"authors": [
"hugovk",
"ramyaparimi"
],
"license": "CC-BY-4.0",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:6350",
"repo": "github/docs",
"url": "https://github.com/github/docs/pull/9413"
} | gharchive/pull-request | Python: tox is lowercase
Why:
For consistency, spell tox all in lowercase. This is how the tox project spells it, and these docs also have it lowercase in some places.
https://tox.readthedocs.io/
https://twitter.com/jugmac00/status/1431712286557843457
What's being changed:
Change example workflow to use lowercase t... |
2025-04-01T04:34:02.255498 | 2016-11-17T06:03:39 | 189947410 | {
"authors": [
"JiaLiPassion",
"mislav"
],
"license": "mit",
"license_source": "bigquery",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:6351",
"repo": "github/fetch",
"url": "https://github.com/github/fetch/issues/437"
} | gharchive/issue | Android 4.x, TypeError: Object # has no method 'blob' when use systemjs
fetch version 2.0.0
The detailed error log is here
https://travis-ci.org/angular/zone.js/builds/176598482
It seems in Android4.x, support.arrayBuffer is true, but blob is false.
If I modify the package.json, with "whatwg-fetch": "https://github.c... |
2025-04-01T04:34:02.276964 | 2017-07-27T15:59:32 | 246089406 | {
"authors": [
"derekperkins",
"enisoc",
"shlomi-noach"
],
"license": "apache-2.0",
"license_source": "bigquery",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:6352",
"repo": "github/orchestrator",
"url": "https://github.com/github/orchestrator/issues/246"
} | gharchive/issue | orchestrator-raft: next steps.
The orchestrator-raft PR will soon be merged. It was out in the open for a few months now.
Noteworthy docs are:
https://github.com/github/orchestrator/blob/raft-sqlite/docs/raft.md
https://github.com/github/orchestrator/blob/raft-sqlite/docs/raft-vs-sync-repl.md
https://github.com/gith... |
2025-04-01T04:34:02.287466 | 2017-07-27T14:52:56 | 246066760 | {
"authors": [
"chriswarrenstreet",
"nsqe"
],
"license": "CC0-1.0",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:6353",
"repo": "github/site-policy",
"url": "https://github.com/github/site-policy/issues/67"
} | gharchive/issue | Section L "Cancellation and Termination" subsection 3 "GitHub May Terminate"
Please read our README.md and CONTRIBUTING.md files before creating an issue. If you are creating an issue to provide feedback about our Closed Policies, please note that we may not incorporate your feedback into our policies due to laws tha... |
2025-04-01T04:34:02.303072 | 2020-06-23T15:07:59 | 643921839 | {
"authors": [
"carryn65",
"githubteacher"
],
"license": "MIT",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:6354",
"repo": "githubschool/github-games-carryn65",
"url": "https://github.com/githubschool/github-games-carryn65/issues/2"
} | gharchive/issue | URL in description and README broken
The URL in the repository description and the one in the README are pointing to githubschool's copy of the game instead of yours.
Please fix both so they point to your copy of the game at https://githubschool.github.io/github-games-carryn65/
This issue has been resolved.
|
2025-04-01T04:34:02.369434 | 2017-10-13T00:59:28 | 265137058 | {
"authors": [
"chinesedfan",
"housseindjirdeh",
"kodisto"
],
"license": "mit",
"license_source": "bigquery",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:6355",
"repo": "gitpoint/git-point",
"url": "https://github.com/gitpoint/git-point/pull/471"
} | gharchive/pull-request | feat(translation): add Esperanto translation
For issue #439, translation of Esperanto
Thank you @kodisto 🙏 Only thing is the flag emoticon, everything else looks solid 🎉
@housseindjirdeh This PR breaks ESLint. I will fix it in #478.
|
2025-04-01T04:34:02.375636 | 2016-12-24T19:03:37 | 197474093 | {
"authors": [
"gizak",
"rainux"
],
"license": "mit",
"license_source": "bigquery",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:6356",
"repo": "gizak/termui",
"url": "https://github.com/gizak/termui/issues/115"
} | gharchive/issue | Is it possible to determine screen height automatically?
The Grid system handle width automatically, but I didn't found anyway to do this on height.
Unfortunately automatically stretching height is not supported, but we can do this manually by listening resize event.
|
2025-04-01T04:34:02.383880 | 2023-08-18T12:39:26 | 1856657042 | {
"authors": [
"Berhinj",
"gjoseph92"
],
"license": "MIT",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:6357",
"repo": "gjoseph92/stackstac",
"url": "https://github.com/gjoseph92/stackstac/issues/214"
} | gharchive/issue | Can't leverage custom projection like modis ?
Planetary computer provides a very neat stac catalog to acces geotifs from MODIS. I would have loved to leverage stackstac instead of the suggested odc.stac library to access such data but it requires a proj:epsg properties for the stac item that modis doesn't per nature.... |
2025-04-01T04:34:02.402257 | 2020-06-02T12:25:56 | 629161667 | {
"authors": [
"MarvinSchmitz",
"Masterruffy",
"solewniczak"
],
"license": "mit",
"license_source": "bigquery",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:6358",
"repo": "gkrid/dokuwiki-plugin-approve",
"url": "https://github.com/gkrid/dokuwiki-plugin-approve/i... | gharchive/issue | Approve Assignments groups
Hey !
I have a dokuwiki with ldap connection and I can not assign approver groups. On a local instance the groups assignment works just like it should. In the Admin panel I can assign a person a namespace/page but I would like to assign it to a group of people. If I enter the desired group ... |
2025-04-01T04:34:02.404845 | 2016-05-08T01:57:38 | 153629636 | {
"authors": [
"misterfish",
"pepkin88"
],
"license": "mit",
"license_source": "bigquery",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:6359",
"repo": "gkz/prelude-ls",
"url": "https://github.com/gkz/prelude-ls/pull/106"
} | gharchive/pull-request | Map ok
Hi,
My proposal is a map-ok function, which is identical to map, except that returning undefined or null will remove the element from the output list.
The use case is that I often find myself wanting to remove an element while I'm mapping, and end up using an extra compact. It would be nice to be able to do it... |
2025-04-01T04:34:02.446619 | 2022-01-13T21:00:01 | 1102365938 | {
"authors": [
"lpil",
"phaleth"
],
"license": "Apache-2.0",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:6360",
"repo": "gleam-lang/mix_gleam",
"url": "https://github.com/gleam-lang/mix_gleam/issues/15"
} | gharchive/issue | module MixGleam is not available
Is there any way to install MixGleam in an unattended mode? I keep getting a prompt when deploying with docker.
...
Step 7/29 : RUN git clone https://github.com/gleam-lang/mix_gleam.git --branch v0.4.0 && cd mix_gleam && MIX_ENV=prod mix do archive.build, archive.install && ... |
2025-04-01T04:34:02.484981 | 2016-08-09T11:01:56 | 170138861 | {
"authors": [
"JEET0291",
"antonsamper",
"glennjones"
],
"license": "mit",
"license_source": "bigquery",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:6373",
"repo": "glennjones/hapi-swagger",
"url": "https://github.com/glennjones/hapi-swagger/issues/309"
} | gharchive/issue | Disabling Swagger UI
In the documentation it mentions that if you want to disable the documentation and just have the swagger.json generated then all you need to do is add options.enableDocumentation: false, however ran into dependency issues when i tried it.
I found where it happens in the code...
if (settings.enabl... |
2025-04-01T04:34:02.487565 | 2017-10-09T21:10:28 | 264027345 | {
"authors": [
"robmcguinness",
"rossanthony"
],
"license": "mit",
"license_source": "bigquery",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:6374",
"repo": "glennjones/hapi-swagger",
"url": "https://github.com/glennjones/hapi-swagger/issues/463"
} | gharchive/issue | Support for x-amazon extensions for AWS API Gateway
We are looking to be able to generate an AWS API Gateway compatible swagger.json file which could be used to automate the setup of an API Gateway as part of our deploy process.
Curious to know if there is any plan to support the inclusion of the AWS API Gateway Exte... |
2025-04-01T04:34:02.515727 | 2021-02-01T04:55:12 | 797950039 | {
"authors": [
"RedBug312",
"glepnir"
],
"license": "MIT",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:6375",
"repo": "glepnir/galaxyline.nvim",
"url": "https://github.com/glepnir/galaxyline.nvim/issues/89"
} | gharchive/issue | Request: Add spacing field in provider function
Trying to migrate to galaxyline these days.
For paddings between separator, like this at section.right
master | LUA | 10%
^ ^ these ones
I have to add additional spaces to separators of FileTypeName and LinePercent, or declare a function to return spaces.
loc... |
2025-04-01T04:34:02.519289 | 2023-01-16T02:53:55 | 1534185090 | {
"authors": [
"Johan-Palacios",
"glepnir"
],
"license": "MIT",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:6376",
"repo": "glepnir/lspsaga.nvim",
"url": "https://github.com/glepnir/lspsaga.nvim/issues/702"
} | gharchive/issue | LspSaga Code Action delete code
Describe the bug
LspSaga Code action not working properly, because delete some parts of code, doing an action
https://user-images.githubusercontent.com/77251405/212588090-64e36b11-097c-4e92-8988-609980b9bc20.mp4
Steps to reproduce
local status_saga, lspsaga = pcall(require, "lspsaga")
... |
2025-04-01T04:34:02.524828 | 2023-01-28T11:11:13 | 1560820834 | {
"authors": [
"glepnir",
"xfzv"
],
"license": "MIT",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:6377",
"repo": "glepnir/lspsaga.nvim",
"url": "https://github.com/glepnir/lspsaga.nvim/issues/782"
} | gharchive/issue | aedef7f breaks automatic filetype detection
Describe the bug
I'm using Lazy:
return {
"glepnir/lspsaga.nvim",
event = "BufRead",
dependencies = { "kyazdani42/nvim-web-devicons" },
config = function()
require("lspsaga").setup({})
end,
}
After updating to today's commits (the issue occurs f... |
2025-04-01T04:34:02.528564 | 2023-02-23T14:41:36 | 1596989635 | {
"authors": [
"glepnir",
"uloco"
],
"license": "MIT",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:6378",
"repo": "glepnir/lspsaga.nvim",
"url": "https://github.com/glepnir/lspsaga.nvim/issues/910"
} | gharchive/issue | SagaLightBlub highlight not themeable
Describe the bug
I set my code_action config to a nerdfont light bulb icon.
When I specify SagaLightBlub highlight it doesn't get applied to the icon.
Steps to reproduce
set light bulb icon (not emoji)
ui = {
code_action = "",
}
run :hi SagaLightBlub guifg=#ff0000 guibg=#0... |
2025-04-01T04:34:02.531982 | 2018-05-28T22:30:17 | 327127086 | {
"authors": [
"Pokechu22",
"dougbinks"
],
"license": "Zlib",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:6379",
"repo": "glfw/glfw",
"url": "https://github.com/glfw/glfw/pull/1279"
} | gharchive/pull-request | Fix disabled cursor mode over remote desktop
There were two major issues:
RDP uses MOUSE_MOVE_ABSOLUTE for its input events, and the
implementation of this was incorrect. Although poorly documented,
the values actually range from 0-65535 and represent monitor positions,
instead of being positions beforehand. The ... |
2025-04-01T04:34:02.570630 | 2022-12-19T23:02:23 | 1503728183 | {
"authors": [
"carlhiggs"
],
"license": "MIT",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:6380",
"repo": "global-healthy-liveable-cities/global-indicators",
"url": "https://github.com/global-healthy-liveable-cities/global-indicators/iss... | gharchive/issue | Buffered study region should be for identified urban study region, not administrative area (if using)
We buffer our study region to account for edge effects, ensuring that when data are imported for analysis the encompass some extent beyond our area of interest (e.g. because populations of interest in our study regio... |
2025-04-01T04:34:02.586233 | 2018-10-19T01:45:14 | 371775532 | {
"authors": [
"rafaeleyng",
"vierno"
],
"license": "mit",
"license_source": "bigquery",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:6381",
"repo": "globocom/megadraft",
"url": "https://github.com/globocom/megadraft/pull/222"
} | gharchive/pull-request | Add optional prop "id" to MegadraftEditor
I have some scenarios where I need multiple MegadraftEditor at once in a page (like several cards with a MegadraftEditor on each one). In that case, I would have several elements with the same ID on the same tree, which goes against the spec:
When specified on HTML elements,... |
2025-04-01T04:34:02.616093 | 2016-12-22T20:00:31 | 197255415 | {
"authors": [
"jarrpa",
"obnoxxx"
],
"license": "Apache-2.0",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:6382",
"repo": "gluster/gluster-kubernetes",
"url": "https://github.com/gluster/gluster-kubernetes/pull/115"
} | gharchive/pull-request | Remove router comment from Kubernetes deployment.
Signed-off-by: Jose A. Rivera<EMAIL_ADDRESS>
This change is
LGTM
|
2025-04-01T04:34:02.617691 | 2016-01-24T18:20:52 | 128415138 | {
"authors": [
"aoeu",
"glycerine"
],
"license": "bsd-2-clause",
"license_source": "bigquery",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:6383",
"repo": "glycerine/zygomys",
"url": "https://github.com/glycerine/zygomys/pull/4"
} | gharchive/pull-request | Edits to README
Adding various grammatical edits and tweaks for consistency in the README.
@aoeu Hey Travis, thanks for these thoughtful suggestions. Some I will adopt, and some not. I'm rather particular about the front page. Still I really appreciate you taking the time make them.
Best,
Jason
Cool! I've been tr... |
2025-04-01T04:34:02.678125 | 2023-02-09T17:56:30 | 1578351941 | {
"authors": [
"Kongzhu79",
"Sapiens333",
"gmsafir",
"ramsilveira"
],
"license": "CC-BY-4.0",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:6384",
"repo": "gmsafir/gmsafir",
"url": "https://github.com/gmsafir/gmsafir/issues/55"
... | gharchive/issue | Module "matplotlib"
Please, how to get the module "matplotlib"?
I tried to run gmsafir without success. It was requested this module.
Thanks,
Ricardo
please do type in your Windows command window:
python.exe -m pip install matplotlib
and retry
Thanks a lot!!
Regards,
Ricardo
Ricardo A.M. Silveira, D.Sc.
Full Pr... |
2025-04-01T04:34:02.727411 | 2024-04-14T23:43:09 | 2242430736 | {
"authors": [
"jefft0",
"n0izn0iz",
"zivkovicmilos"
],
"license": "Apache-2.0",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:6385",
"repo": "gnolang/tx-indexer",
"url": "https://github.com/gnolang/tx-indexer/pull/34"
} | gharchive/pull-request | feat: index genesis transactions
Depends on https://github.com/gnolang/gno/pull/1941
Related to https://github.com/gnolang/gno/pull/1941
@n0izn0iz
I think you can just add a special "genesis" fetch before we start the main run routines for fetching blocks / block result chunks, since for the genesis block we onl... |
2025-04-01T04:34:02.747918 | 2018-04-13T14:31:28 | 314130678 | {
"authors": [
"coveralls",
"giacomolicari"
],
"license": "MIT",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:6386",
"repo": "gnosis/gnosis-safe-push-service",
"url": "https://github.com/gnosis/gnosis-safe-push-service/pull/6"
} | gharchive/pull-request | Feature/wa 320 swagger setup
Introduced SWAGGER_SCHEME_PROTOCOL to force to use swagger using a specific scheme protocol.
Pull Request Test Coverage Report for Build 67
0 of 0 (NaN%) changed or added relevant lines in 0 files are covered.
No unchanged relevant lines lost coverage.
Overall coverage remained the sam... |
2025-04-01T04:34:02.750065 | 2021-02-17T15:14:58 | 810273724 | {
"authors": [
"vkgnosis"
],
"license": "Apache-2.0",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:6387",
"repo": "gnosis/gp-v2-services",
"url": "https://github.com/gnosis/gp-v2-services/pull/323"
} | gharchive/pull-request | Pick solvable orders while taking balances into account
The order book has to make a choice for which orders to include when a user has multiple orders selling the same token but not enough balance for all of them. This is a first PR to fix that. We use a simple algorithm to pick which orders are solvable by ordering... |
2025-04-01T04:34:02.831963 | 2020-12-04T06:38:18 | 756847924 | {
"authors": [
"6543",
"fnetX",
"lunny",
"noerw",
"wxiaoguang"
],
"license": "MIT",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:6390",
"repo": "go-gitea/gitea",
"url": "https://github.com/go-gitea/gitea/issues/13842"
} | gharchive/issue | [Bug] markdown link formater cant pars issue-url including comment-link
Copy from https://codeberg.org/Codeberg/Community/issues/212
I just commented including this code:
and https://codeberg.org/Codeberg/Community/issues/140#issuecomment-49756 is now
-> and #140 now
so both the issue is not linked and the word after... |
2025-04-01T04:34:02.840257 | 2021-01-17T14:14:26 | 787714779 | {
"authors": [
"6543",
"cameronbraid",
"noerw",
"zeripath"
],
"license": "MIT",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:6391",
"repo": "go-gitea/gitea",
"url": "https://github.com/go-gitea/gitea/issues/14365"
} | gharchive/issue | release find by tag returns 500 error
git server version 1.13.1
When using the Get a release by tag name api call a 500 error is returned for a tag_name after git tag has been done but a release has not been created. The response is
{
"message": "user does not exist [uid: 0, name: , keyid: 0]",
"url": "https://git-d... |
2025-04-01T04:34:02.844611 | 2021-07-24T05:19:07 | 952003657 | {
"authors": [
"guojie",
"zeripath"
],
"license": "MIT",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:6392",
"repo": "go-gitea/gitea",
"url": "https://github.com/go-gitea/gitea/issues/16531"
} | gharchive/issue | why timeout connect to ssh?
PS D:\workspace\front\wiki> git push origin master
Enumerating objects: 383, done.
Counting objects: 100% (383/383), done.
Delta compression using up to 8 threads
Compressing objects: 100% (178/178), done.
Writing objects: 100% (242/242), 842.44 KiB | 1.81 MiB/s, done.
Total 242 (delta 107... |
2025-04-01T04:34:02.861145 | 2022-10-10T08:06:41 | 1402761677 | {
"authors": [
"delvh",
"zakjan"
],
"license": "MIT",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:6393",
"repo": "go-gitea/gitea",
"url": "https://github.com/go-gitea/gitea/issues/21392"
} | gharchive/issue | Server error on user-specific PR diff and a pruned commit
Description
This is an edge case happening with the following conditions:
an open PR with an assigned reviewer
the reviewer interacted with the PR, Gitea stores user details about the interaction linked to a particular commit
the author force-pushed to the PR... |
2025-04-01T04:34:02.866563 | 2022-10-18T16:48:32 | 1413540183 | {
"authors": [
"iTrooz",
"lunny"
],
"license": "MIT",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:6394",
"repo": "go-gitea/gitea",
"url": "https://github.com/go-gitea/gitea/issues/21502"
} | gharchive/issue | nil pointer deference at install (db.DefaultContext is nil)
Description
Steps to reproduce :
Clone the gitea repository
run TAGS="bindata sqlite sqlite_unlock_notify" make build && ./gitea web
connect to http://localhost:3000
Note : I tried to follow https://docs.gitea.io/en-us/logging-configuration/#debugging-prob... |
2025-04-01T04:34:02.880425 | 2024-04-23T06:24:34 | 2258049191 | {
"authors": [
"yp05327"
],
"license": "MIT",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:6395",
"repo": "go-gitea/gitea",
"url": "https://github.com/go-gitea/gitea/issues/30658"
} | gharchive/issue | Can not create merge commit when checks succeed
Description
reproduce:
user A: site admin
user B: normal user
user A: create an individual repo
user A: add user B as a contributor with write permission
user A: push some code to this repo with an action workflow
user A: add a branch rule to main with
push whiteliste... |
2025-04-01T04:34:02.890879 | 2018-10-11T02:22:48 | 368925695 | {
"authors": [
"lafriks",
"lunny",
"renothing",
"wxiaoguang"
],
"license": "MIT",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:6396",
"repo": "go-gitea/gitea",
"url": "https://github.com/go-gitea/gitea/issues/5070"
} | gharchive/issue | settings refactoring
there are so many global options for gitea. and the variables grew up more and more. it's so boring for upgrading, user have to check every config variable before upgrade. maybe it's better to make a distinction. we can make two part:
1: readonly: like database settings, ssh server settings, do... |
2025-04-01T04:34:02.895832 | 2019-05-31T05:05:55 | 450616903 | {
"authors": [
"kaoticfire",
"zeripath"
],
"license": "MIT",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:6397",
"repo": "go-gitea/gitea",
"url": "https://github.com/go-gitea/gitea/issues/7091"
} | gharchive/issue | Failed to initialize ORM engine: Error 1045: Unknown
Gitea version (or commit ref):
Git version:
Operating system:
Database (use [x]):
[ ] PostgreSQL
[X ] MySQL
[ ] MSSQL
[ ] SQLite
Can you reproduce the bug at https://try.gitea.io:
[ ] Yes (provide example URL)
[ ] No
[X ] Not relevant
Log gist:
...itea/rou... |
2025-04-01T04:34:02.898680 | 2019-11-05T10:12:13 | 517674664 | {
"authors": [
"lunny",
"masudur-rahman"
],
"license": "MIT",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:6398",
"repo": "go-gitea/gitea",
"url": "https://github.com/go-gitea/gitea/issues/8837"
} | gharchive/issue | Invalid email can be made primary and also logged in with.
From account section:
If any user adds an email address to his account, he can't make it primary unless he verifies it. Hence, he can't login with the email address.
But from profile section:
Any user can add any email address and he doesn't need to verify it... |
2025-04-01T04:34:02.912728 | 2020-03-26T23:18:49 | 588785520 | {
"authors": [
"codecov-io",
"zeripath"
],
"license": "MIT",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:6399",
"repo": "go-gitea/gitea",
"url": "https://github.com/go-gitea/gitea/pull/10845"
} | gharchive/pull-request | Fix internal server error on checkboxes
Annoyingly goldmarks SetAttributeString requires that
the value of the attribute is still a []byte but does
not make it clear in the documentation.
Fix #10842
Signed-off-by: Andrew Thornton<EMAIL_ADDRESS>
Codecov Report
Merging #10845 into master will increase coverage by 0.0... |
2025-04-01T04:34:02.914066 | 2020-04-30T02:31:45 | 609517661 | {
"authors": [
"guillep2k",
"kevans91"
],
"license": "MIT",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:6400",
"repo": "go-gitea/gitea",
"url": "https://github.com/go-gitea/gitea/pull/11254"
} | gharchive/pull-request | cmd: dump: check value of skip-repository flag
This is a boolean flag; simply checking if it's set isn't enough, we must
check the value as well.
Ping LG-TM
|
2025-04-01T04:34:02.928324 | 2020-10-11T19:43:38 | 718912243 | {
"authors": [
"6543",
"codecov-io",
"kolaente"
],
"license": "MIT",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:6401",
"repo": "go-gitea/gitea",
"url": "https://github.com/go-gitea/gitea/pull/13102"
} | gharchive/pull-request | Update golangci-lint to version 1.31.0
This PR updates golangci-lint to the latest version 1.31.0.
The upgrade introduced a new check for which I've fixed or disabled most cases.
Codecov Report
Merging #13102 into master will increase coverage by 0.09%.
The diff coverage is 48.78%.
@@ Coverage Diff ... |
2025-04-01T04:34:02.942255 | 2020-12-15T10:18:53 | 767425447 | {
"authors": [
"6543",
"codecov-io"
],
"license": "MIT",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:6402",
"repo": "go-gitea/gitea",
"url": "https://github.com/go-gitea/gitea/pull/13994"
} | gharchive/pull-request | HotFix: Hide private partisipation in Orgs
close #13868
Codecov Report
Merging #13994 (764da9f) into master (b8c58ed) will decrease coverage by 0.00%.
The diff coverage is 68.00%.
@@ Coverage Diff @@
## master #13994 +/- ##
==========================================
- C... |
2025-04-01T04:34:02.945878 | 2022-05-19T19:30:00 | 1242231420 | {
"authors": [
"6543",
"silverwind"
],
"license": "MIT",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:6403",
"repo": "go-gitea/gitea",
"url": "https://github.com/go-gitea/gitea/pull/19763"
} | gharchive/pull-request | Replace blue button and label classes with primary
Replaces and includes https://github.com/go-gitea/gitea/pull/19758.
Makes all buttons/labels use primary class instead of blue. There were a few cases where secondary was more appropriate and I fixed the styling for it as well.
--color-blue-dark is not what it mea... |
2025-04-01T04:34:02.948600 | 2023-04-07T03:57:14 | 1658327259 | {
"authors": [
"silverwind",
"wxiaoguang"
],
"license": "MIT",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:6404",
"repo": "go-gitea/gitea",
"url": "https://github.com/go-gitea/gitea/pull/23965"
} | gharchive/pull-request | Drop "unrolled/render" package
None of the features of unrolled/render package is used.
The Golang builtin "html/template" just works well. Then we can improve our HTML render to resolve the "$.root.locale.Tr" problem as much as possible.
Next step: we can have a template render pool (by Clone), then we can inject gl... |
2025-04-01T04:34:02.950057 | 2023-06-02T05:30:24 | 1737495981 | {
"authors": [
"JakobDev",
"maffan"
],
"license": "MIT",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:6405",
"repo": "go-gitea/gitea",
"url": "https://github.com/go-gitea/gitea/pull/25044"
} | gharchive/pull-request | Fix "from" branch not being shown in swedish translation
A typo in the format string kept the "from" branch from being shown in the UI.
Please fix the translation on Crowdin. Pull Requests against translation files other then en-Us are generally not accepted.
I'll try Crowdin instead then :-)
|
2025-04-01T04:34:02.951545 | 2024-01-11T03:06:30 | 2075638258 | {
"authors": [
"gwymor",
"lunny"
],
"license": "MIT",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:6406",
"repo": "go-gitea/gitea",
"url": "https://github.com/go-gitea/gitea/pull/28757"
} | gharchive/pull-request | Add ability to see open and closed issues at the same time
By clicking the currently active "Open" or "Closed" filter button in the
issue list, the user can toggle that filter off in order to see all
issues regardless of state. The URL "state" parameter will be set to
"all" and the "Open"/"Closed" button will not sho... |
2025-04-01T04:34:02.953733 | 2024-03-18T21:37:20 | 2193387872 | {
"authors": [
"silverwind",
"wxiaoguang"
],
"license": "MIT",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:6407",
"repo": "go-gitea/gitea",
"url": "https://github.com/go-gitea/gitea/pull/29893"
} | gharchive/pull-request | Fix border on focus in dashboard repo search
Before:
After:
Apparently the order icon after input is the one fomantic documents and the changes makes the icon no longer highlight correctly on focus. Looking for other solutions...
Fixed and removed a useless transition on the icon as well.
I do not think it nee... |
2025-04-01T04:34:02.963751 | 2018-10-05T15:22:02 | 367258086 | {
"authors": [
"Xiol",
"adelowo",
"codecov-io",
"lafriks",
"techknowlogick"
],
"license": "MIT",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:6408",
"repo": "go-gitea/gitea",
"url": "https://github.com/go-gitea/gitea/pull/5... | gharchive/pull-request | Add docs on passing SSH through to container
Wasn't clear how to pass SSH connections through the container, found a
few blog posts which described roughly the same procedure I've
documented here.
Credit should really go to:
https://blog.sakuragawa.moe/gitea-in-docker-container-and-sharing-ssh-with-host/
http://www.... |
2025-04-01T04:34:02.996984 | 2014-09-10T15:35:04 | 42426331 | {
"authors": [
"sbinet"
],
"license": "bsd-3-clause",
"license_source": "bigquery",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:6409",
"repo": "go-hep/fwk",
"url": "https://github.com/go-hep/fwk/issues/35"
} | gharchive/issue | (optionally) display data-flow graph
implement (switchable via a fwk.Property) an ASCII representation or DOT representation of the job data-flow dependency graph.
This issue was moved to go-hep/sw#35
|
2025-04-01T04:34:03.001849 | 2020-08-26T01:11:58 | 685931039 | {
"authors": [
"OrlandoCo",
"go-jet"
],
"license": "Apache-2.0",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:6410",
"repo": "go-jet/jet",
"url": "https://github.com/go-jet/jet/pull/50"
} | gharchive/pull-request | Add LATERAL support for postgres
Resolves #49
Add supports for pg:
LATERAL
INNER JOIN LATERAL
LEFT JOIN LATERAL
RIGHT JOIN LATERAL
FULL JOIN LATERAL
CROSS JOIN LATERAL
All receives a SelectTable interface
@OrlandoCo Thanks for your MR.
Why do we need additional join types?
Wouldn't be simple just to add a LATE... |
2025-04-01T04:34:03.006407 | 2022-10-18T15:16:16 | 1413411865 | {
"authors": [
"Mo3et"
],
"license": "MIT",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:6411",
"repo": "go-kratos/go-kratos.dev",
"url": "https://github.com/go-kratos/go-kratos.dev/pull/168"
} | gharchive/pull-request | feat: update gh actions yml
The latest Actions running has theproblem.
So update the checkout version and the actions-gh-pages version. But the actions-gh-pages latest release no solve this problem. The reference issue is open.
I have replaced the old version with JamesIves/github-pages-deploy-action.
Ref: New GitH... |
2025-04-01T04:34:03.038074 | 2020-04-27T11:47:53 | 607481883 | {
"authors": [
"codecov-io",
"sbinet"
],
"license": "BSD-3-Clause",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:6412",
"repo": "go-latex/latex",
"url": "https://github.com/go-latex/latex/pull/13"
} | gharchive/pull-request | latex,ast,token: simplify ast and token
Fixes #10.
Fixes #11.
Codecov Report
Merging #13 into master will increase coverage by 0.29%.
The diff coverage is 55.73%.
@@ Coverage Diff @@
## master #13 +/- ##
==========================================
+ Coverage 96.33% ... |
2025-04-01T04:34:03.069797 | 2022-07-12T10:31:23 | 1301865638 | {
"authors": [
"Lesliefans0-0",
"PMohanJ",
"emaborsa",
"tina-hello"
],
"license": "Apache-2.0",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:6413",
"repo": "go-swagger/go-swagger",
"url": "https://github.com/go-swagger/go-swagg... | gharchive/issue | Unable to locate package swagger
As written here , I am trying to install swagger using the following command:
sudo apt install -y apt-transport-https gnupg curl
curl -1sLf 'https://dl.cloudsmith.io/public/go-swagger/go-swagger/gpg.2F8CB673971B5C9E.key' | sudo apt-key add -
curl -1sLf 'https://dl.cloudsmith.io/public... |
2025-04-01T04:34:03.079961 | 2022-02-03T09:42:20 | 1122859525 | {
"authors": [
"CLAassistant",
"vcaesar"
],
"license": "apache-2.0",
"license_source": "bigquery",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:6414",
"repo": "go-vgo/robotgo",
"url": "https://github.com/go-vgo/robotgo/pull/456"
} | gharchive/pull-request | Removed msc, macro and other C code
Please provide Issues links to:
Issues: #
Provide test code:
Description
...
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.You have si... |
2025-04-01T04:34:03.233007 | 2017-07-15T23:10:59 | 243206060 | {
"authors": [
"hachi8833",
"st0012"
],
"license": "mit",
"license_source": "bigquery",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:6415",
"repo": "goby-lang/goby",
"url": "https://github.com/goby-lang/goby/issues/269"
} | gharchive/issue | Unicode normalization feature on string
Not in a hurry.
Ruby has a method for Unicode normalization: https://ruby-doc.org/stdlib-2.2.1/libdoc/unicode_normalize/rdoc/String.html
We can use the following official packages for normalization:
http://godoc.org/golang.org/x/text/unicode/norm
http://godoc.org/golang.org/x/... |
2025-04-01T04:34:03.235321 | 2017-08-28T03:14:42 | 253216390 | {
"authors": [
"ear7h",
"st0012"
],
"license": "mit",
"license_source": "bigquery",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:6416",
"repo": "goby-lang/goby",
"url": "https://github.com/goby-lang/goby/pull/371"
} | gharchive/pull-request | POST request functionality to Net::HTTP class and tests for .get() and .post() methods
http.go
HTTP.post() - uses native go http.Post() method to post data via http
http_test.go tests for http class
HTTP.get()
HTTP.post()
Committed changes from your feedback
One more thing, can you also add tests for false usage ... |
2025-04-01T04:34:03.314132 | 2014-11-11T17:15:48 | 48408856 | {
"authors": [
"bluemir",
"ianneub"
],
"license": "mit",
"license_source": "bigquery",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:6417",
"repo": "gocraft/web",
"url": "https://github.com/gocraft/web/pull/42"
} | gharchive/pull-request | Add option parameter for StaticMiddleware
StaticOption
Prefix : serve static file only when prefixed with this.
default is ""
IndexFile : name of local file to serve when request URL is directory.
if its value equals "", middleware dosen't try serve
file when request URL is directory
:+1: I'd like to see this ... |
2025-04-01T04:34:03.410541 | 2017-11-21T00:55:31 | 275549464 | {
"authors": [
"Krakean",
"sketchyfun"
],
"license": "MIT",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:6418",
"repo": "godotengine/godot",
"url": "https://github.com/godotengine/godot/issues/13124"
} | gharchive/issue | 3D Editor slows down every 60 seconds
Operating system or device, Godot version, GPU Model and driver (if graphics related):
Windows 7
GeForce GTX 760
Godot built from master (commit 3962181)
Issue description:
I've noticed that roughly every 60 seconds the 3D editor will slow down for about 5-6 seconds before return... |
2025-04-01T04:34:03.413797 | 2017-12-16T13:15:42 | 282622954 | {
"authors": [
"icnikerazah",
"vnen"
],
"license": "MIT",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:6419",
"repo": "godotengine/godot",
"url": "https://github.com/godotengine/godot/issues/14736"
} | gharchive/issue | Resizing window creates font artifacts.
godot version
MBP (2016) MacOs Sierra 10.12.06
Radeon Pro 455 2048 MB
Intel HD Graphics 530 1536 MB
maybe relevant : https://github.com/godotengine/godot/issues/12477
Steps to reproduce:
https://youtu.be/byPni2AQO_4
Resize script font with "Command+MouseScroll/up/down"
Resize ... |
2025-04-01T04:34:03.417951 | 2018-02-06T10:00:05 | 294697358 | {
"authors": [
"PullTheStrings",
"reduz"
],
"license": "MIT",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:6420",
"repo": "godotengine/godot",
"url": "https://github.com/godotengine/godot/issues/16442"
} | gharchive/issue | 2D particles set to blend mode Add are not blending correctly
Godot version:
3.0
OS/device including version:
Issue description:
2D particles with blend mode set to Add are not blending to white but instead to a brighter color of the particle color. Blending to white was the previous behavior in Godot 2.
In the s... |
2025-04-01T04:34:03.428149 | 2018-02-25T06:39:53 | 300003265 | {
"authors": [
"Alexia-AT-Digitecnology",
"lawnjelly"
],
"license": "MIT",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:6421",
"repo": "godotengine/godot",
"url": "https://github.com/godotengine/godot/issues/17004"
} | gharchive/issue | Add support for physical keyboard on Android
Godot version:
All 3.0 branches (stable/master)
OS/device including version:
Android
Issue description:
Godot v3 does not support physical keyboards on Android. It does not recognize input events.
Steps to reproduce:
Create a Godot Android Project that prints input events... |
2025-04-01T04:34:03.430655 | 2018-05-19T20:40:19 | 324658737 | {
"authors": [
"YeldhamDev"
],
"license": "MIT",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:6422",
"repo": "godotengine/godot",
"url": "https://github.com/godotengine/godot/issues/19052"
} | gharchive/issue | New inspector doesn't trigger the SpriteFrames editor
Godot version:
eded061
Issue description:
When clicking in a SpriteFrames resource, the SpriteFrames editor doesn't open anymore.
Considering that there is now a "Open Editor" button for resources, should this and #19053 be closed?
@akien-mga Very well, closi... |
2025-04-01T04:34:03.438904 | 2015-05-16T16:53:56 | 77080058 | {
"authors": [
"Aimarekin",
"Calinou",
"OvermindDL1",
"PonySchreck",
"chris13524",
"hasahmed",
"neikeq",
"nucky9",
"razvanc-r",
"razvanc87",
"reduz",
"spookdogg"
],
"license": "MIT",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "... | gharchive/issue | Add a way to change font size in editor without having to import a font
It would be easier to have an editor setting to change font size, without having to import your own font.
maybe for 2.1 when we add variable sized fonts.
I'm quite surprised font size can't be changed actually. I thought this is such a basic ... |
2025-04-01T04:34:03.443539 | 2018-07-05T15:05:15 | 338613972 | {
"authors": [
"Zylann",
"jahd2602",
"marcelofg55"
],
"license": "MIT",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:6424",
"repo": "godotengine/godot",
"url": "https://github.com/godotengine/godot/issues/19985"
} | gharchive/issue | Bucket fill does nothing on master (Tilemap editor)
Godot version:
master @ 92bfde531cea21555dc74ad928a79120fbc9c34d
OS/device including version:
Windows 10 Home Version 1803 Build 17134.147
Processor i9-8950HK
Nvidia GTX 1050 Ti
Issue description:
In 3.0.2, the bucket fill function from the tilemap editor was worki... |
2025-04-01T04:34:03.450629 | 2018-09-05T18:31:38 | 357351292 | {
"authors": [
"Anaxagor14",
"KoBeWi",
"TextusGames",
"avencherus",
"groud"
],
"license": "MIT",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:6425",
"repo": "godotengine/godot",
"url": "https://github.com/godotengine/godot/... | gharchive/issue | Method to reparent Node while keeping global transform
Right now, if you want to change parent of a node, you need to do:
node.get_parent().remove_child(node)
new_parent.add_child(node)
This already causes problems, as I see people confused on why they can't just add_child() to another node (the fact that they don't... |
2025-04-01T04:34:03.455875 | 2019-04-20T03:06:17 | 435349847 | {
"authors": [
"clayjohn",
"deadcodeonly",
"fire"
],
"license": "MIT",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:6426",
"repo": "godotengine/godot",
"url": "https://github.com/godotengine/godot/issues/28221"
} | gharchive/issue | Render slow when compared to version 3.0.6
Test performed on a windows 10, I7, 8GB Radeon R7 M265, monitor 60HZ.
The problem was encountered during the migration of a complex 2D game in which I am working and I thought I should migrate it from version 3.0.6 to new 3.1 (the performance problem prevented me).
To reprod... |
2025-04-01T04:34:03.462488 | 2019-08-08T22:39:56 | 478718222 | {
"authors": [
"LinuxUserGD",
"neikeq",
"nightblade9"
],
"license": "MIT",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0004.json.gz:6427",
"repo": "godotengine/godot",
"url": "https://github.com/godotengine/godot/issues/31219"
} | gharchive/issue | Exported C#/Mono Project Crashes
Godot version: 3.1.1 + Mono
OS/device including version: Manjaro
Issue description: When I export a C#/Mono project to /tmp for Linux/x64, it crashes on startup. The console shows this:
OpenGL ES 2.0 Renderer: Mesa DRI Intel(R) Sandybridge Desktop
Mono: Logfile is: /home/nightblade/... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.