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 |
|---|---|---|---|---|---|
927606681 | feat(Consumer): escape commas + use Writer + test Print
Address the remaining tasks of: https://github.com/optopodi/optopodi/issues/30
[x] escape , in entry content
[x] make a test producer that supplies dummy data to test it
[ ] Use anyhow::Error instead of String for the Consumer return type. This can be addresse... | gharchive/pull-request | 2021-06-22T20:26:56 | 2025-04-01T06:39:55.594301 | {
"authors": [
"angelocatalani",
"chazkiker2",
"nikomatsakis"
],
"repo": "optopodi/optopodi",
"url": "https://github.com/optopodi/optopodi/pull/37",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1046225084 | Unable to use an iSCSI disk greater than 2 TB
When i try to create a volume more than 2 TB, always get formated to 2 TB, tops. fdisk only support up to 2 TB.
Investigating
Problem was related to the usage of fdisks that won't comply beyond 2TB.
Fix is to use gpart
Fixed block looks like this:
resource "null_resou... | gharchive/issue | 2021-11-05T20:33:32 | 2025-04-01T06:39:55.640651 | {
"authors": [
"dralquinta",
"kakopedreros"
],
"repo": "oracle-devrel/terraform-oci-cloudbricks-linux-iscsi-disks",
"url": "https://github.com/oracle-devrel/terraform-oci-cloudbricks-linux-iscsi-disks/issues/6",
"license": "UPL-1.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1455484394 | Fix css to make video responsive - LLAPEX - 646
Add here your WMS ID
General requirements
Information in the workshop is adequate and updated
Code is correct and working
Links are correct
Make sure you enter the help email link in your manifest.json
Please make sure WMS URLs are updated as needed after your PR is ap... | gharchive/pull-request | 2022-11-18T17:07:29 | 2025-04-01T06:39:55.645221 | {
"authors": [
"anooshapilli",
"arabellayao"
],
"repo": "oracle-livelabs/common",
"url": "https://github.com/oracle-livelabs/common/pull/137",
"license": "UPL-1.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2199370402 | chore: use dunder function str when requiring a string serialization of a PackageURL object
The PackageURL class implements the __str__() function here:
def __str__(self, *args: Any, **kwargs: Any) -> str:
return self.to_string()
That __str__() function is invoked automatically when using %s in a format ... | gharchive/pull-request | 2024-03-21T07:16:40 | 2025-04-01T06:39:55.736008 | {
"authors": [
"behnazh-w",
"jenstroeger"
],
"repo": "oracle/macaron",
"url": "https://github.com/oracle/macaron/pull/675",
"license": "UPL-1.0",
"license_type": "permissive",
"license_source": "github-api"
} |
378814466 | Use options.PVName when creating FSS PV objects
An OCID cannot be reliability used as a PV name since OCIDs may contain invalid
chars.
This change fixes a previous bug where FSS PV's would fail to create in certain regions
leaving orphaned OCI resources.
This behaviour mimics the AWS EFS provisioner.
For reference ... | gharchive/pull-request | 2018-11-08T16:30:23 | 2025-04-01T06:39:55.741861 | {
"authors": [
"owainlewis"
],
"repo": "oracle/oci-cloud-controller-manager",
"url": "https://github.com/oracle/oci-cloud-controller-manager/pull/279",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
117013321 | change site method to use new name
see: https://github.com/jekyll/jekyll/pull/3240
Is this going to be accepted?
Oops, I totally forgot about this. Is it possible to make the code work with Jekyll 2 and 3?
If not, maybe I'll keep a 2.0 and 3.0 branch with corresponding versions.
Also, version 1.0.0 is now out w... | gharchive/pull-request | 2015-11-15T19:49:09 | 2025-04-01T06:39:55.788812 | {
"authors": [
"blundin",
"friedenberg",
"orangejulius"
],
"repo": "orangejulius/jekyll-footnotes",
"url": "https://github.com/orangejulius/jekyll-footnotes/pull/4",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1362841801 | feat: Repository.Manifest() now returns a ManifestStore
Resolves #284
Signed-off-by: Sylvia Lei lixlei@microsoft.com
Codecov Report
Merging #300 (a9cee9c) into main (e413b92) will increase coverage by 0.03%.
The diff coverage is 100.00%.
@@ Coverage Diff @@
## main #300 ... | gharchive/pull-request | 2022-09-06T07:38:48 | 2025-04-01T06:39:55.797799 | {
"authors": [
"Wwwsylvia",
"codecov-commenter"
],
"repo": "oras-project/oras-go",
"url": "https://github.com/oras-project/oras-go/pull/300",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
236801538 | handle program exceptions
add try & catch to the program exceptions
Done.
| gharchive/issue | 2017-06-19T07:25:49 | 2025-04-01T06:39:55.811561 | {
"authors": [
"orbardugo",
"sabagsapir"
],
"repo": "orbardugo/Hahot-Hameshulash",
"url": "https://github.com/orbardugo/Hahot-Hameshulash/issues/45",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
2643178415 | The application crashes when the cross is pressed
Describe the bug
I usually close the application window so that it stays running but not displayed on the screen. At some point after clicking on the cross - the app started to unload from memory. I am using OrbStack on multiple macs with the same settings for both th... | gharchive/issue | 2024-11-08T07:49:22 | 2025-04-01T06:39:55.833296 | {
"authors": [
"kdrag0n",
"sandergol"
],
"repo": "orbstack/orbstack",
"url": "https://github.com/orbstack/orbstack/issues/1558",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1643203672 | Linux virtual machine creation stuck
Describe the bug
Linux virtual machine creation stuck
To Reproduce
Steps to reproduce the behavior:
Download and install orbstack
click create virtual machine
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add scree... | gharchive/issue | 2023-03-28T05:02:24 | 2025-04-01T06:39:55.920622 | {
"authors": [
"MrBIMC",
"Smi1eSEC",
"jjeejj",
"kdrag0n",
"xiantang",
"youmeng1024"
],
"repo": "orbstack/orbstack",
"url": "https://github.com/orbstack/orbstack/issues/68",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
926912739 | Prevent loadDefaultView firing twice
Description
Prevents the default view from being loaded twice on mount (loadDefaultView is handled by initializeFirstView)
Closes #333
Checklist
[x] The documentation reflects the changes.
[x] I have manually tested the application to make sure the changes don’t cause any downs... | gharchive/pull-request | 2021-06-22T07:17:35 | 2025-04-01T06:39:55.930974 | {
"authors": [
"joe-bell",
"ricklamers"
],
"repo": "orchest/orchest",
"url": "https://github.com/orchest/orchest/pull/337",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1372621538 | Plugins clear button and remove button don't work well together
Describe the bug
When using clear button and remove button plugins together with a multiple select row,
clear button is not well placed and cannot be differentiate with other remove buttons.
To Reproduce
Have clear button enabled
Have remove button en... | gharchive/issue | 2022-09-14T09:02:48 | 2025-04-01T06:39:55.943526 | {
"authors": [
"cavasinf",
"oyejorge"
],
"repo": "orchidjs/tom-select",
"url": "https://github.com/orchidjs/tom-select/issues/469",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
808848340 | Scavenge About/Construction and Demonstration of docs/ Publishing
The Miser Project has an effort to spiral the construction of of its docs/ and the understanding of the default template and other aspects of the mapping between docs/ and the published orcmid.github.io/miser pages.
Bring those components here and then... | gharchive/issue | 2021-02-15T22:13:31 | 2025-04-01T06:39:55.947603 | {
"authors": [
"orcmid"
],
"repo": "orcmid/docEng",
"url": "https://github.com/orcmid/docEng/issues/3",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2191955828 | ignore invalid instruction of rune commit tx
fix https://github.com/ordinals/ord/issues/3306
We get transactions from bitcoin core, so I don't think it's possible to encounter a transaction with an invalid instruction. Have you found a case where it is possible?
| gharchive/pull-request | 2024-03-18T11:32:51 | 2025-04-01T06:39:55.948985 | {
"authors": [
"casey",
"nowherekai"
],
"repo": "ordinals/ord",
"url": "https://github.com/ordinals/ord/pull/3307",
"license": "CC0-1.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2568473121 | 🛑 Code Quality Analysis is down
In dd5d765, Code Quality Analysis (https://sonar.orfeo-toolbox.org) was down:
HTTP code: 0
Response time: 0 ms
Resolved: Code Quality Analysis is back up in 93e91d7 after 7 minutes.
| gharchive/issue | 2024-10-06T05:31:21 | 2025-04-01T06:39:55.956142 | {
"authors": [
"Julien-Osman"
],
"repo": "orfeotoolbox/status-page",
"url": "https://github.com/orfeotoolbox/status-page/issues/275",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
67135243 | Traverse in some case with additinal condition return more value than without.
As title
@tglman do you still have the test case...?
fixed on commit 35ed13f8a68fd571bda2a7b19df0de2b0cdc34a7 develop branch. The issue was related to field deserialization
| gharchive/issue | 2015-04-08T13:51:22 | 2025-04-01T06:39:55.978759 | {
"authors": [
"luigidellaquila",
"tglman"
],
"repo": "orientechnologies/orientdb",
"url": "https://github.com/orientechnologies/orientdb/issues/3892",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
99596161 | Functions with duplicate names
Orientdb can have function with the same name but while retrieving the functions from java api, using meta data as below, it needs the function name. How can I know which function is getting retrieve from the below code? Is there way to retrieve the function using its RID?
db.getMetadat... | gharchive/issue | 2015-08-07T07:33:06 | 2025-04-01T06:39:55.984484 | {
"authors": [
"luigidellaquila",
"lvca",
"matanshukry",
"nagarajasr",
"randikaf"
],
"repo": "orientechnologies/orientdb",
"url": "https://github.com/orientechnologies/orientdb/issues/4751",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
116734627 | Rewrite functionality of tracking of changes inside of atomic operation using RoaringBitmaps
In order to track changes on pages inside of atomic operation we need some form of implementation of sparse bitset. Typically data structures proposed to be us as sparse bitset use very poor sequential performance for example... | gharchive/issue | 2015-11-13T09:45:22 | 2025-04-01T06:39:55.987294 | {
"authors": [
"laa",
"lvca"
],
"repo": "orientechnologies/orientdb",
"url": "https://github.com/orientechnologies/orientdb/issues/5309",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
71278529 | Telescope and Orion
Has anyone looked at how to possibly integrate Orion with Telescope? (point the telescope towards Orion, lol).
You may ask "why", I'm building a community-based platform and instead of reinventing the wheel I would rather just reuse some of that Telescope code. What I imagine is replace the secur... | gharchive/issue | 2015-04-27T13:08:50 | 2025-04-01T06:39:55.989292 | {
"authors": [
"timfam",
"vonwao"
],
"repo": "orionjs/orion",
"url": "https://github.com/orionjs/orion/issues/119",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
205016100 | initAccounts is not a function
Hello,
I'm trying to use meteor-apollo-accounts, with the tutorial http://dev.apollodata.com/core/meteor.html and your README.md.
So now I have :
import { createApolloServer } from 'meteor/apollo';
import { makeExecutableSchema, addMockFunctionsToSchema } from 'graphql-tools';
import... | gharchive/issue | 2017-02-02T22:28:47 | 2025-04-01T06:39:56.002205 | {
"authors": [
"ahsanwtc",
"dbrrt",
"rwaness",
"simsim0709"
],
"repo": "orionsoft/meteor-apollo-accounts",
"url": "https://github.com/orionsoft/meteor-apollo-accounts/issues/42",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
169297634 | react highlighting and autocomplete not working
hi yesterday it works but now it doesn't work. Why is that? Can you help me fix it
I'm experiencing the same problem, you aren't alone!
SAme problem here
I installed the package called language-babel. That works perfectly fine. Another solution is to use this pack... | gharchive/issue | 2016-08-04T06:02:10 | 2025-04-01T06:39:56.010095 | {
"authors": [
"MarcusHurney",
"mauriciord",
"orktes",
"pillowface"
],
"repo": "orktes/atom-react",
"url": "https://github.com/orktes/atom-react/issues/184",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
2054995864 | Universal?
Universal hashing implies N/M collision estimate for all collision test sets, and not (N^2)/M/2 like can be seen in SMHasher tests for Polymur. Just saying. https://www.cs.cmu.edu/~avrim/451f11/lectures/lect1004.pdf
The universal hash function for strings is a unicorn (that is, it doesn't exist). Any fix... | gharchive/issue | 2023-12-24T06:03:54 | 2025-04-01T06:39:56.061441 | {
"authors": [
"avaneev",
"orlp"
],
"repo": "orlp/polymur-hash",
"url": "https://github.com/orlp/polymur-hash/issues/8",
"license": "Zlib",
"license_type": "permissive",
"license_source": "github-api"
} |
383956588 | Add support for custom hashers in SparseSecondaryMap. Closes #14
Merging after #18 will require the tweak for std::hash to core::hash.
I would rather merge this first then leave the no std for last.
@orlp Rebased onto your master.
| gharchive/pull-request | 2018-11-24T03:55:28 | 2025-04-01T06:39:56.065185 | {
"authors": [
"james-darkfox",
"orlp"
],
"repo": "orlp/slotmap",
"url": "https://github.com/orlp/slotmap/pull/20",
"license": "Zlib",
"license_type": "permissive",
"license_source": "github-api"
} |
1580143349 | Extra closing brace removed
Call me crazy but I think there's a dangling closing brace.
ok but why all the extra spaces?
fixed extra space
| gharchive/pull-request | 2023-02-10T18:31:57 | 2025-04-01T06:39:56.077976 | {
"authors": [
"dehidehidehi",
"ornicar"
],
"repo": "ornicar/userstyles",
"url": "https://github.com/ornicar/userstyles/pull/5",
"license": "WTFPL",
"license_type": "permissive",
"license_source": "github-api"
} |
2118432707 | MediaDevices: add support for MediaTrackConstraints.channelCount
Fixes #446
TODO: channelCount should be modeled as a ConstrainULong, not just u32.
TODO: cubeb support
Cool, really nice you could make it so fast
| gharchive/pull-request | 2024-02-05T12:32:15 | 2025-04-01T06:39:56.095209 | {
"authors": [
"b-ma",
"orottier"
],
"repo": "orottier/web-audio-api-rs",
"url": "https://github.com/orottier/web-audio-api-rs/pull/447",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1111309788 | proof of concept: delegation.
The point of this exploration is to see if we can hide some of the internals of the (base)audiocontext implementation from the user facing code as discussed in #76
Ideally AsBaseAudioContext should go, as it is not part of the official spec and might surprise users that they have to impo... | gharchive/pull-request | 2022-01-22T07:16:59 | 2025-04-01T06:39:56.111839 | {
"authors": [
"b-ma",
"orottier",
"tasogare3710"
],
"repo": "orottier/web-audio-api-rs",
"url": "https://github.com/orottier/web-audio-api-rs/pull/99",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1651881131 | Add deployment example
This PR adds an example of how to use the OpenTelemetry Collector (Red Hat Distribution) as deployment.
@iblancasa please wait for approvals before merging
@pavolloffay since we talked and you told me it looks OK, I decided to merge after your last requests. Sorry for that.
| gharchive/pull-request | 2023-04-03T11:28:57 | 2025-04-01T06:39:56.175136 | {
"authors": [
"iblancasa",
"pavolloffay"
],
"repo": "os-observability/redhat-rhosdt-samples",
"url": "https://github.com/os-observability/redhat-rhosdt-samples/pull/4",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2102836814 | Update FwController.cs
Will not be excessive, because the JSON reposnse doesn't get return_url value as location in afterSaveLocation() earlier.
I used it with modals and form ajax submits to other controllers.
Let's discuss this.
Wouldn't it be better to update afterSaveLocation instead?
So we can have just a sing... | gharchive/pull-request | 2024-01-26T20:14:57 | 2025-04-01T06:39:56.204955 | {
"authors": [
"osalabs",
"vladsavchuk"
],
"repo": "osalabs/osafw-asp.net-core",
"url": "https://github.com/osalabs/osafw-asp.net-core/pull/106",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
123954590 | Include template from schema does not work
Hello Oscar,
I started working on the oddgen project. The goal is to support several template languages, one of them is tePLSQL.
I've tried to include a template using <%@ include(templ, my_package, package_body, demo) %>. This was not working for several reasons:
There is ... | gharchive/issue | 2015-12-27T00:24:50 | 2025-04-01T06:39:56.208600 | {
"authors": [
"PhilippSalvisberg",
"osalvador"
],
"repo": "osalvador/tePLSQL",
"url": "https://github.com/osalvador/tePLSQL/issues/10",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
2161622284 | fedora: webui only on rawhide
The webui for Fedora has been delayed until Fedora 41, current rawhide. Let our version gates reflect that.
Speaking of, do we want a const RAWHIDE somewhere in distro/fedora?
Duplicate of #479.
| gharchive/pull-request | 2024-02-29T16:16:02 | 2025-04-01T06:39:56.211732 | {
"authors": [
"supakeen"
],
"repo": "osbuild/images",
"url": "https://github.com/osbuild/images/pull/485",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1071252499 | Support icon theme
I would like to be able to choose different icon themes for light/dark
Which icons do you mean? Do you use Gnome, KDE or something else? Or do you mean an application?
Which icons do you mean? Do you use Gnome, KDE or something else? Or do you mean an application?
I mean all applications icon... | gharchive/issue | 2021-12-04T17:07:23 | 2025-04-01T06:39:56.260065 | {
"authors": [
"AlexandreMarkus",
"l0drex"
],
"repo": "oskarsh/Yin-Yang",
"url": "https://github.com/oskarsh/Yin-Yang/issues/110",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2731257311 | scientific_full fora do ar, documentar e juntar essa issue com as demais sobre edição de coberturas
https://afa.codes/scientific_full/
Diretamente não funciona. precisa acessar um código, por exemplo: https://afa.codes/scientific_full/BR+d
Tal qual funciona a scientific normal.
| gharchive/issue | 2024-12-10T21:46:36 | 2025-04-01T06:39:56.263479 | {
"authors": [
"0e1",
"ppKrauss"
],
"repo": "osm-codes/gridMap-draftPages",
"url": "https://github.com/osm-codes/gridMap-draftPages/issues/98",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
101155956 | Birthday and hack weekend
I should've done a blog post about the birthday and London hack weekend earlier. My excuse is that somebody else had the list of hacks. He's published that now so I think I'll write something and put it out today:
https://hackpad.com/Birthday-and-hack-weekend-HJAjZHsJ8eb
posted https://blo... | gharchive/issue | 2015-08-15T09:46:13 | 2025-04-01T06:39:56.265157 | {
"authors": [
"harry-wood"
],
"repo": "osm-cwg/posts",
"url": "https://github.com/osm-cwg/posts/issues/8",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
1810771048 | Différencier l'origine du libellé
Hello,
Colonne Libellé BAN ou Cadastre, ajouter un moyen de discriminer l'origine.
Pastille de couleur comme dans la colonne Libellé OSM, police de couleur,... je n'ai pas d'idée particulière
Je ne sais pas s'il y aura besoin de filtrer cette info. Utilité ?
Colonne Libellé BAN ou... | gharchive/issue | 2023-07-18T21:49:04 | 2025-04-01T06:39:56.267014 | {
"authors": [
"gendy54",
"vdct"
],
"repo": "osm-fr/osm-vs-fantoir",
"url": "https://github.com/osm-fr/osm-vs-fantoir/issues/272",
"license": "WTFPL",
"license_type": "permissive",
"license_source": "github-api"
} |
2080165292 | failing test - test_children_center_is_not_an_intentional_human_activity
This test is now failing since instance of was changed from camp to summer camp.
https://www.wikidata.org/w/index.php?title=Q706474&diff=2049000673&oldid=1982054285
I think it might be worth finding an an alternative camp for this test case
Ca... | gharchive/issue | 2024-01-13T07:50:24 | 2025-04-01T06:39:56.271509 | {
"authors": [
"KasperFranz",
"matkoniecz"
],
"repo": "osm-quality/wikibrain",
"url": "https://github.com/osm-quality/wikibrain/issues/9",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
294338262 | Explore the cosmogony
We will need a visualization tool (or maybe several tools ?) for our day to day usage of cosmogony.
The purpose of this issue is to gather our needs. Then we may summarize it in the readme of this repo.
Visual coverage by zone type
we want to explore the world on a map, select an zone type and s... | gharchive/issue | 2018-02-05T10:14:26 | 2025-04-01T06:39:56.279557 | {
"authors": [
"nlehuby"
],
"repo": "osm-without-borders/cosmogony",
"url": "https://github.com/osm-without-borders/cosmogony/issues/23",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
342614261 | add_metadata list of attributes - no effect on history file output
I would like to write osm history files with only version and timestamp information using libosmium release v2.14.0 (Debian GNU/ Linux 9). I used the following command separating the attributes with + like suggested in the release note:
osmium cat fil... | gharchive/issue | 2018-07-19T07:42:35 | 2025-04-01T06:39:56.307009 | {
"authors": [
"SunStormRain",
"joto"
],
"repo": "osmcode/libosmium",
"url": "https://github.com/osmcode/libosmium/issues/261",
"license": "BSL-1.0",
"license_type": "permissive",
"license_source": "github-api"
} |
147878373 | [Validator] Strange Layer
http://osmlab.github.io/to-fix/#/task/strangelayer
cc @geohacker @maning @planemad
done!
| gharchive/issue | 2016-04-12T21:29:03 | 2025-04-01T06:39:56.311517 | {
"authors": [
"Rub21"
],
"repo": "osmlab/osmlint",
"url": "https://github.com/osmlab/osmlint/issues/94",
"license": "isc",
"license_type": "permissive",
"license_source": "bigquery"
} |
1744710309 | not ignore lock, because i cannot compile until copied lock for docs.rs
so without lock people cannot compile, no cannot compile deterministically to safety
if i recall rust guidline for apps to add lock into repo
| gharchive/pull-request | 2023-06-06T22:29:52 | 2025-04-01T06:39:56.322677 | {
"authors": [
"dzmitry-lahoda"
],
"repo": "osmosis-labs/beaker",
"url": "https://github.com/osmosis-labs/beaker/pull/121",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1336723259 | Reducing dependency osmosis-std wasm size impact
Background
Potentially due to prost the size of wasm generated is around +200k
Expectation
see if the size impact is really from prost or not, if so, find a way to reduce it
if not possible, considering remove prost and make everything json serializable in cosmwasm
... | gharchive/issue | 2022-08-12T04:03:40 | 2025-04-01T06:39:56.327140 | {
"authors": [
"iboss-ptk"
],
"repo": "osmosis-labs/osmosis-rust",
"url": "https://github.com/osmosis-labs/osmosis-rust/issues/24",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1398600080 | [x/gamm]: Add RPC query endpoints for joining and exiting pools
Background
It would be helpful to have a RPC query that returns the lp shares when providing liquidity to a pool. It would also be helpful to have a query that returns the assets returned withdrawing liquidity from a liquidity pool. These queries will ... | gharchive/issue | 2022-10-06T01:30:58 | 2025-04-01T06:39:56.332614 | {
"authors": [
"RusAkh",
"georgemc98"
],
"repo": "osmosis-labs/osmosis",
"url": "https://github.com/osmosis-labs/osmosis/issues/2956",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
412188210 | Add Pose / Transform msg support
Add conversion between ign::msgs::Pose and
geometry_msgs/Pose
geometry_msgs/PoseStamped
geometry_msgs/Transform
geometry_msgs/TransformStamped
Unlike previous msgs types, this is a one-to-many mapping. This is possible since the ign::msgs::Pose msg captures most of the fields in the... | gharchive/pull-request | 2019-02-20T00:29:07 | 2025-04-01T06:39:56.385950 | {
"authors": [
"caguero",
"iche033"
],
"repo": "osrf/ros1_ign_bridge",
"url": "https://github.com/osrf/ros1_ign_bridge/pull/4",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
558961314 | Bug/fix dict illegal accesses
added some None initializations
added some checks before accessing
These should fix problems for super minimal maps that have no doors, or some elements
oof, yeah I didn't dig through it deep enough to figure out if they were basic maps/dictionaries or some other fancy collection... | gharchive/pull-request | 2020-02-03T09:42:17 | 2025-04-01T06:39:56.387508 | {
"authors": [
"aaronchongth"
],
"repo": "osrf/traffic_editor",
"url": "https://github.com/osrf/traffic_editor/pull/47",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
781652443 | python code analyze error
my system has intalled python 3.7.3,this is my python version and pip version
C:\Users\tony>python -V
Python 3.7.3
C:\Users\tony>pip -V
pip 19.0.3 from c:\users\tony\appdata\local\programs\python\python37\lib\site-pa
ckages\pip (python 3.7)
C:\Users\tony>
when i analyze a python project ... | gharchive/issue | 2021-01-07T22:19:51 | 2025-04-01T06:39:56.415957 | {
"authors": [
"gaoyaqing12",
"woznik"
],
"repo": "oss-review-toolkit/ort",
"url": "https://github.com/oss-review-toolkit/ort/issues/3491",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
810846496 | clearlydefined parsing exception
Hello,
I've recently activate clearlydefined in my ort pipeline, and I've got some projects that failed on analyzer error :
[2021-02-17T21:24:22.007Z] 21:24:21.837 [DefaultDispatcher-worker-3] WARN org.ossreviewtoolkit.analyzer.curation.ClearlyDefinedPackageCurationProvider - Getting... | gharchive/issue | 2021-02-18T07:41:21 | 2025-04-01T06:39:56.418327 | {
"authors": [
"fb33",
"sschuberth"
],
"repo": "oss-review-toolkit/ort",
"url": "https://github.com/oss-review-toolkit/ort/issues/3645",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1325156016 | Release scorecard
Release scorecard https://github.com/sigstore/sigstore-java/issues/2#issuecomment-1201899264
@laurentsimon @azeemshaikh38 Planning to release at this SHA 69eb1ccf1d0cf8c5b291044479f18672bf250325.
SGTM.
Thank you!
https://github.com/ossf/scorecard/releases/tag/v4.5.0
| gharchive/issue | 2022-08-02T01:08:32 | 2025-04-01T06:39:56.421444 | {
"authors": [
"azeemshaikh38",
"laurentsimon",
"naveensrinivasan"
],
"repo": "ossf/scorecard",
"url": "https://github.com/ossf/scorecard/issues/2115",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1760587483 | removal of --verbosity flag
As I was tinkering with the scorecard, I encountered the --verbosity [string] flag. No options are given, and the argument string seems to be disregarded. Any input string seems to be accepted, yet it is set to the default level of 'info'.
I may be wrong, but for now this --verbosity optio... | gharchive/issue | 2023-06-16T12:54:22 | 2025-04-01T06:39:56.423127 | {
"authors": [
"andrelmbackman"
],
"repo": "ossf/scorecard",
"url": "https://github.com/ossf/scorecard/issues/3173",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
757885794 | Document code for pong
Add docstrings and comments in the code
Done. Code documented at the same time as creating the tests, as per commit cc9a398991bb19ef984eeea47067baad594abfc2.
| gharchive/issue | 2020-12-06T09:39:44 | 2025-04-01T06:39:56.429077 | {
"authors": [
"osso73"
],
"repo": "osso73/classic_games",
"url": "https://github.com/osso73/classic_games/issues/2",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
525034924 | srs3.0 librtmp 交叉编译失败
描述
srs2.0的librtmp库前段时间用live555取流推送到nginx-rtmp 浏览器和vlc都可以播放,不知是不是由于flash升级导致的,尝试更换srs3.0的librtmp 导出librtmp模块后,修改makefile 交叉编译环境,但是protocol里面依赖openssl,编译不通过,到srs里config 配置交叉编译环境without ssl ,with librtmp模块但是config提示stCPU架构不支持,
环境
操作系统:'Ubuntu16.04 hi-linux aarch-64'
编码器:'...'
SRS版本: '3.0.'
SRS的日志如... | gharchive/issue | 2019-11-19T14:12:46 | 2025-04-01T06:39:56.432324 | {
"authors": [
"luqinlive",
"winlinvip"
],
"repo": "ossrs/srs",
"url": "https://github.com/ossrs/srs/issues/1494",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1057774018 | test that we support image signatures
xref https://github.com/containers/skopeo/issues/1482
We should validate that we're doing image signatures via the proxy correctly.
In this issue, the great thing about the new ostree-native-container flow is that if you have a setup to sign container images, that exact same se... | gharchive/issue | 2021-11-18T20:32:50 | 2025-04-01T06:39:56.440298 | {
"authors": [
"RishabhSaini",
"cgwalters"
],
"repo": "ostreedev/ostree-rs-ext",
"url": "https://github.com/ostreedev/ostree-rs-ext/issues/163",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1244409771 | Consider using Notion API
To add a database item, one purchase at a time, rather than manually importing a CSV at the end.
Is this valuable? Even if we're already generating monthly CSVs in the process? Should we then not bother with these CSVs?
Resolved in 21d1e929a30c825ffca5849a6bf27f39e4a82205.
I experimented w... | gharchive/issue | 2022-05-23T00:15:10 | 2025-04-01T06:39:56.511355 | {
"authors": [
"eemiily",
"oswinrodrigues"
],
"repo": "oswinrodrigues/steward-little",
"url": "https://github.com/oswinrodrigues/steward-little/issues/10",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1624369241 | 認証周りのフォームが壊れているらしい
少なくともエラーのときにinputが再レンダリングが走ってフォーカスが外れる(らしい)
多分治った?
| gharchive/issue | 2023-03-14T22:09:38 | 2025-04-01T06:39:56.536822 | {
"authors": [
"SnO2WMaN"
],
"repo": "otomad-database/web",
"url": "https://github.com/otomad-database/web/issues/239",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2161356304 | Add support for marking AWS roles and policies as unused instead of deleting them upon cleanup
Users have requested to be able to configure the credentials operator to not delete AWS IAM roles and policies, but instead tag them as unused, a sort of "soft delete" mode.
@omris94 please add info on how this feature will... | gharchive/issue | 2024-02-29T14:09:04 | 2025-04-01T06:39:56.549250 | {
"authors": [
"omris94",
"orishoshan",
"volk1234"
],
"repo": "otterize/credentials-operator",
"url": "https://github.com/otterize/credentials-operator/issues/112",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
250041688 | Integration with Source Control to ensure new items get added
We are moving to Tabular Editor for the save to Folder capability which provides 3 way merging safety and simplicity.
However one tradeoff is that for new objects (tables, columns, measures etc) the files require remembering to "Add" to the workspace other... | gharchive/issue | 2017-08-14T14:07:39 | 2025-04-01T06:39:56.557337 | {
"authors": [
"o-o00o-o",
"otykier"
],
"repo": "otykier/TabularEditor",
"url": "https://github.com/otykier/TabularEditor/issues/82",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1497095317 | Infer call children from parents
Minor changes to things in the trace format that were bothering me:
Rather than storing children explicitly in the trace, infer them from the parents when reading the trace. So no more "01GM8SWJ2YKM8QQNSRA07W3VQR.children.01GM8SWJ2Y29PZMSKVH0AJQHQC":true. This:
Saves bytes.
Should a... | gharchive/pull-request | 2022-12-14T17:32:02 | 2025-04-01T06:39:56.562170 | {
"authors": [
"alexmojaki",
"lslunis",
"stuhlmueller"
],
"repo": "oughtinc/ice",
"url": "https://github.com/oughtinc/ice/pull/161",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
249028821 | Event with multiple dates only shows first date
See https://rogerthat-server.appspot.com/internal/shop/questions/6621295077228544
Event with multiple dates
Only first date is shown in the app
Example:
Event is only shown on the 28th in the app, and not on 29, 30 or 31
As @bart-at-mobicage mentioned, it would be ... | gharchive/issue | 2017-08-09T13:22:06 | 2025-04-01T06:39:56.564768 | {
"authors": [
"abom",
"lucasvanhalst"
],
"repo": "our-city-app/oca-backend",
"url": "https://github.com/our-city-app/oca-backend/issues/438",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
322706988 | Add an OCA branded watermark to main branding
Add a watermark, like we did with DJ-Matic services
Looks like watermarks aren't supported yet in native brandings
| gharchive/issue | 2018-05-14T07:50:32 | 2025-04-01T06:39:56.566263 | {
"authors": [
"bart-at-mobicage"
],
"repo": "our-city-app/oca-backend",
"url": "https://github.com/our-city-app/oca-backend/issues/887",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
1629657914 | Add token holdings cutoff date to message
Description
Motivation & context
Code review
Type of change
[ ] Bug fix (non-breaking change which fixes an issue)
[ ] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to not work as ex... | gharchive/pull-request | 2023-03-17T17:10:26 | 2025-04-01T06:39:56.569126 | {
"authors": [
"psatyajeet"
],
"repo": "ourzora/nouns-builder",
"url": "https://github.com/ourzora/nouns-builder/pull/146",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
379354785 | [Image Tiles Service] Consistency bug: AssetManagerHost vs ServiceHostUrl in appsettings.json
We should have either AssetManagerHost and ServiceHost or AssetManagerHostUrl and ServiceHostUrl.
Fixed in PR #27.
lol not much point assigning me these issues if they are opened, assigned, a fixed committed and merged o... | gharchive/issue | 2018-11-09T23:15:47 | 2025-04-01T06:39:56.600024 | {
"authors": [
"davidbirchwork",
"senakafdo"
],
"repo": "ove/ove-asset-services",
"url": "https://github.com/ove/ove-asset-services/issues/26",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1512357038 | [Bug] Debugs are not removed on Zone Removal
When a zone is removed, the debug draws don't seem to be removed as well. In the screen shot the zones themselves are not present as I can't target the stands, but the spheres are still there, and sometimes would double up when the resource is started again (see below)
... | gharchive/issue | 2022-12-28T03:21:30 | 2025-04-01T06:39:56.657522 | {
"authors": [
"Mkeefeus",
"thelindat"
],
"repo": "overextended/ox_target",
"url": "https://github.com/overextended/ox_target/issues/53",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
871383513 | Only serialize properties of objects which are accessed
Input:
const obj = { x: 1, y: 2, z: 3 };
export default () => obj.x;
Current output:
export default ( obj => () => obj.x )( { x: 1, y: 2, z: 3 } );
As x is only property of obj which is accessed, this could be reduced to:
export default ( x => () => x )( 1 );
... | gharchive/issue | 2021-04-29T19:23:41 | 2025-04-01T06:39:56.672335 | {
"authors": [
"overlookmotel"
],
"repo": "overlookmotel/livepack",
"url": "https://github.com/overlookmotel/livepack/issues/169",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
485781540 | Broken with React 16.9.0
With React/ReactDOM 16.9.0 all tests relating to rehydration on client are failing. Am not sure what the cause is.
Have locked dependency to 16.8.x for now and put a note in README not to use 16.9.0.
Fixed in v0.5.2.
| gharchive/issue | 2019-08-27T12:32:32 | 2025-04-01T06:39:56.674252 | {
"authors": [
"overlookmotel"
],
"repo": "overlookmotel/react-async-ssr",
"url": "https://github.com/overlookmotel/react-async-ssr/issues/33",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
650831764 | Feature/#28 enable fuzzy search
Enable fuzzy search
Major change
Enable fuzzy search in the cocktail search
function change: onClickSearch
change GA script after UI body rendered
In order mot to block the user in the slow network env.
Library add
"fuse.js": "6.4.0"
https://www.npmjs.com/package/fuse.js
Nice!... | gharchive/pull-request | 2020-07-04T05:36:30 | 2025-04-01T06:39:56.677029 | {
"authors": [
"sean1093",
"tkforce"
],
"repo": "overpartylab/cocktails-guide-book",
"url": "https://github.com/overpartylab/cocktails-guide-book/pull/30",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1315717187 | Import 369da2d262: Merge remote-tracking branch 'origin/master' (by Caity)
This is an automated proposal to look at a commit made by Caity and import it into Overte
Commit:
369da2d262d7da45373da7cf89b375eeeb846c24
Author:
Caity
Date:
Tue, 04 Feb 2020 18:47
Merge remote-tracking branch 'origin/master'
S... | gharchive/issue | 2022-07-23T18:16:48 | 2025-04-01T06:39:56.689564 | {
"authors": [
"daleglass"
],
"repo": "overte-org/tivolicloud",
"url": "https://github.com/overte-org/tivolicloud/issues/169",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
106145038 | 请教laravel中如何在微信支付中 catch UnifiedOrder 抛出的异常?
请教laravel中如何在微信支付中 catch UnifiedOrder 抛出的异常?
http://php.net/manual/zh/language.exceptions.php
| gharchive/issue | 2015-09-12T10:08:30 | 2025-04-01T06:39:56.693187 | {
"authors": [
"jaring",
"overtrue"
],
"repo": "overtrue/wechat",
"url": "https://github.com/overtrue/wechat/issues/93",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
104562531 | Issue with creating production bundles
Hi,
Thanks very much for publishing this and the supplementary guide. It is very very helpful.
For webpack.prod.config.js, I had to remove the last curly brace. I also had to add the following two lines:
var webpack = require('webpack');
var BundleTracker = require('webp... | gharchive/issue | 2015-09-02T20:15:56 | 2025-04-01T06:39:56.724252 | {
"authors": [
"dopeboy",
"owais"
],
"repo": "owais/django-webpack-loader",
"url": "https://github.com/owais/django-webpack-loader/issues/12",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1777253740 | :hammer: Support strict primary key enforcement
This change causes a warning to happen any time you save a table without a primary key. It also allows a strict mode in which the warning becomes an exception.
Motivation
We are trying to move more metadata to the indicator level. The dimensions an indicator has is a re... | gharchive/pull-request | 2023-06-27T15:37:37 | 2025-04-01T06:39:56.743592 | {
"authors": [
"larsyencken"
],
"repo": "owid/etl",
"url": "https://github.com/owid/etl/pull/1275",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1945198170 | Update CO2 dataset
Minor changes in GCB metadata.
Fix ~issue with African consumption-based emissions, and~(this was handled in a previous PR) issue with Palau emissions.
Update owid_co2 dataset.
Archive unused steps (and update country_profiles dependencies to use the latest GCB dataset).
Hey @lucasrodes I'm goi... | gharchive/pull-request | 2023-10-16T13:15:40 | 2025-04-01T06:39:56.745733 | {
"authors": [
"pabloarosado"
],
"repo": "owid/etl",
"url": "https://github.com/owid/etl/pull/1793",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1312052139 | Minter updates
Get better coverage on Minter contracts.
/cib
| gharchive/issue | 2022-07-20T22:36:17 | 2025-04-01T06:39:56.752372 | {
"authors": [
"corbanvilla"
],
"repo": "owlprotocol/contracts",
"url": "https://github.com/owlprotocol/contracts/issues/348",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
862488863 | Release web 3.0.0
~DO NOT MERGE
This is a WIP PR bringing web-3.0.0, but it's still at the web-v3.0.0-rc2. If it looks good in oCIS we'll release web-v3.0.0 and update it in this PR again.~ It does now feature the official web-v3.0.0 release
Description
This PR pulls the assets of the web-v3.0.0 release and updates t... | gharchive/pull-request | 2021-04-20T07:06:14 | 2025-04-01T06:39:56.942200 | {
"authors": [
"kulmann",
"pascalwengerter",
"wkloucek"
],
"repo": "owncloud/ocis",
"url": "https://github.com/owncloud/ocis/pull/1938",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1236701959 | Bugfix: Fix multiple configuration environment variables for the storage-users extension
Description
We've fixed multiple environment variable configuration options for the storage-users extension:
STORAGE_USERS_GRPC_ADDR was used to configure both the address of the http and grpc server.
This resulted in a failing ... | gharchive/pull-request | 2022-05-16T06:50:03 | 2025-04-01T06:39:56.949927 | {
"authors": [
"mmattel",
"wkloucek"
],
"repo": "owncloud/ocis",
"url": "https://github.com/owncloud/ocis/pull/3802",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
143980945 | add more data as inputs
volume
bid/ask spread
RSI/MACD / other derivative metrics
social sentiment analysis
ref: #13 #8
I've used Ichimocku in my manual trading. They are very powerful.
Have you looked at all into using Social Mention or Google Alerts for social sentiment analysis?
Sifting and reacting to vi... | gharchive/issue | 2016-03-28T13:45:09 | 2025-04-01T06:39:56.968250 | {
"authors": [
"NDuma",
"jeff-hykin",
"owocki",
"rmendes900",
"rubik"
],
"repo": "owocki/pytrader",
"url": "https://github.com/owocki/pytrader/issues/20",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
2254746405 | Remove FfiWaker from RUST_WAKER_VTABLE
Only FfiWakerBase is used by vtable functions (as it's the stable ABI)
In general, the pointer isn't guaranteed to (and is expected, at times, not to) point to FfiWaker
Sorry for the late response. Thanks!
| gharchive/pull-request | 2024-04-20T22:33:50 | 2025-04-01T06:39:56.970473 | {
"authors": [
"oxalica",
"timotheyca"
],
"repo": "oxalica/async-ffi",
"url": "https://github.com/oxalica/async-ffi/pull/22",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2045403517 | feat(linter) no double comparisons
https://rust-lang.github.io/rust-clippy/master/index.html#/double_comparisons
Current dependencies on/for this PR:
main
PR #1710
PR #1712 👈
This stack of pull requests is managed by Graphite.
It looks like we can make this rule support auto-fix
| gharchive/pull-request | 2023-12-17T22:32:20 | 2025-04-01T06:39:56.974846 | {
"authors": [
"Dunqing",
"camc314"
],
"repo": "oxc-project/oxc",
"url": "https://github.com/oxc-project/oxc/pull/1712",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2098016460 | Refactorization of the optimizer code.
This cleans some code around the optimizer. I breaks the API. See #67 .
OK! It is a bit messy with the build system. But so be it!
| gharchive/pull-request | 2024-01-24T11:03:05 | 2025-04-01T06:39:57.012633 | {
"authors": [
"oysteijo"
],
"repo": "oysteijo/simd_neuralnet",
"url": "https://github.com/oysteijo/simd_neuralnet/pull/68",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
2041559023 | Improve Kerberos auth test stability
Change KerberosContainer wait strategy from log to 88 port listen
Remove keytabs created in test-resources, the test now copies them to the target/test-classes/kerberos dir.
Fixes #121
@ozangunalp lgtm. thank you for the investigation and producing the fix.
| gharchive/pull-request | 2023-12-14T12:04:08 | 2025-04-01T06:39:57.013804 | {
"authors": [
"k-wall",
"ozangunalp"
],
"repo": "ozangunalp/kafka-native",
"url": "https://github.com/ozangunalp/kafka-native/pull/127",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
607704841 | The Ci_query_log don´t save operations logs in action UPDATE, DELETE, INSERT
Hi ozanmora
First congratulations on the creation of HOOK.
I implanted in my system this hook and it worked perfectly, but the actions of UPDATE, INSERT and DELETE are not recorded in the log file.
Is it something of a config in Codeigniter?... | gharchive/issue | 2020-04-27T17:00:42 | 2025-04-01T06:39:57.026678 | {
"authors": [
"denisVitonis",
"ozanmora"
],
"repo": "ozanmora/ci_log_query",
"url": "https://github.com/ozanmora/ci_log_query/issues/1",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1943257992 | Add Polish Names and Surnames
The repository is missing Polish names and surnames. Follow the guide below to add them.
🚀 How to Contribute:
Fork the repository.
Add names and surnames for your country following the format provided below.
Submit a Pull Request with your changes.
Please include a reliable source for ... | gharchive/issue | 2023-10-14T13:19:45 | 2025-04-01T06:39:57.031828 | {
"authors": [
"Arkhein6",
"ozdemirburak"
],
"repo": "ozdemirburak/full-name-generator",
"url": "https://github.com/ozdemirburak/full-name-generator/issues/13",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
714410855 | Does fuzzy matching work?
Hey I am trying to get the fuzzy matching part working but it seems to not be giving me any results.
I have 123 456 7891 and 123 556 8891 in the Trie and I want the query of 123 656 to return me those two numbers but instead it returns nil.
Am I misunderstanding what fuzzy searching is here?... | gharchive/issue | 2020-10-04T21:55:50 | 2025-04-01T06:39:57.039530 | {
"authors": [
"asad-awadia",
"ozeidan"
],
"repo": "ozeidan/fuzzy-patricia",
"url": "https://github.com/ozeidan/fuzzy-patricia/issues/1",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1689719268 | Release/0.1.2
Release notes
Addition of time() and timeEnd() methods for measuring code execution times.
Added formatting options for text and json outputs.
Changed configurations for init() method in order to give more flexibility when choosing the output target and their formats.
Log levels can be updated at runti... | gharchive/pull-request | 2023-04-29T23:37:04 | 2025-04-01T06:39:57.042912 | {
"authors": [
"leandroschabarum"
],
"repo": "ozmap/ozlogger",
"url": "https://github.com/ozmap/ozlogger/pull/4",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2283891153 | The window jumps when the Option (⌥) is pressed
Before Submitting Your Bug Report
[X] I have verified that there isn't already an issue reporting the same bug to prevent duplication.
[X] I have seen the FAQ.
Maccy Version (see 'About' window)
0.31.0
macOS Version
14.4.1
Maccy Settings
{
"KeyboardShortcuts_delet... | gharchive/issue | 2024-05-07T17:35:41 | 2025-04-01T06:39:57.054967 | {
"authors": [
"Kentzo",
"afragen",
"p0deje"
],
"repo": "p0deje/Maccy",
"url": "https://github.com/p0deje/Maccy/issues/777",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
403551709 | jsonschema 3.0+ support
Hi, the jsonschema has been updated to 3.0+, and maybe has some break changes:
.eggs/openapi_spec_validator-0.2.4-py3.6.egg/openapi_spec_validator/__init__.py:7: in <module>
from openapi_spec_validator.factories import JSONSpecValidatorFactory
.eggs/openapi_spec_validator-0.2.4-py3.6.egg/o... | gharchive/issue | 2019-01-27T13:37:03 | 2025-04-01T06:39:57.066149 | {
"authors": [
"BenTaub",
"p1c2u",
"strongbugman",
"timoilya"
],
"repo": "p1c2u/openapi-spec-validator",
"url": "https://github.com/p1c2u/openapi-spec-validator/issues/54",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1473899641 | bind context for customMethod
@RegisterInIs({
customMethod: 'customNameOfMethod'
})
class Person {
public name: string = 'default';
methodOne() {
console.log(this.name);
return new String();
}
public static customNameOfMethod(argument: unknown): argument is Person {
console.log(this); // empty o... | gharchive/issue | 2022-12-03T10:34:32 | 2025-04-01T06:39:57.076611 | {
"authors": [
"Karbashevskyi"
],
"repo": "p4ck493/ts-is",
"url": "https://github.com/p4ck493/ts-is/issues/13",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
172343982 | This module has gone Glacial - on the back-burner
This module was mostly built using the pre 2016 ufo build-tool, which is no longer available.
It's now reliant on rakudo 2016.xx precompilation, which isn't yet fast to load or run. Now takes quite a few minutes to run the test-suite, with most of the time spent in pr... | gharchive/issue | 2016-08-21T22:01:36 | 2025-04-01T06:39:57.104626 | {
"authors": [
"dwarring"
],
"repo": "p6-pdf/perl6-PDF",
"url": "https://github.com/p6-pdf/perl6-PDF/issues/8",
"license": "Artistic-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1599853507 | Positional bool
Fixes #171
@ysndr, can you take a look if this does what you want? If it is - I'll make a new release.
Todo:
[ ] Add anywhere top level annotation
[ ] Add box top level annotation
[ ] Add catch for anywhere and use it in failing test cases
[ ] update documentation
seems so, found a different issue... | gharchive/pull-request | 2023-02-25T21:55:26 | 2025-04-01T06:39:57.146893 | {
"authors": [
"pacak",
"ysndr"
],
"repo": "pacak/bpaf",
"url": "https://github.com/pacak/bpaf/pull/172",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1916699724 | Qualifier values do not have first character converted to lowercase
FromString panics for some inputs. This change fixes the issue and adds a test to ensure it works.
I think we can close this PR here, because the commits are already in: https://github.com/package-url/packageurl-go/pull/65
| gharchive/pull-request | 2023-09-28T04:57:42 | 2025-04-01T06:39:57.177751 | {
"authors": [
"shibumi",
"wetterjames4"
],
"repo": "package-url/packageurl-go",
"url": "https://github.com/package-url/packageurl-go/pull/64",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1239729415 | DistGitMRHandler: fetch tags from upstream source-git
We clone source-git fork by default - it does not need to have upstream
tags that are needed in the update-dist-git process.
This commit fetches tags from upstream (the repo against the MR is
opened) after the repo is cloned (initialization of LocalProject).
Fixes... | gharchive/pull-request | 2022-05-18T10:09:04 | 2025-04-01T06:39:57.196074 | {
"authors": [
"TomasTomecek"
],
"repo": "packit/hardly",
"url": "https://github.com/packit/hardly/pull/67",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
207675822 | Use existing __toString methods for argument and Matcher representation
If an error prints the arguments of an expectation, expected or actual, it represents them via the Mockery::formatArgument() method. For objects, this will return a simple object(className). This is unneccessarily obscure when the object has a __... | gharchive/issue | 2017-02-15T00:22:38 | 2025-04-01T06:39:57.226467 | {
"authors": [
"ccprog",
"davedevelopment"
],
"repo": "padraic/mockery",
"url": "https://github.com/padraic/mockery/issues/697",
"license": "bsd-3-clause",
"license_type": "permissive",
"license_source": "bigquery"
} |
1474036484 | fix/issue-29-remoção-do-hello-world-auth/app.py
remoção do hello world no arquivo auth/app.py
Já foi ajustado em outro pull request
| gharchive/pull-request | 2022-12-03T13:47:13 | 2025-04-01T06:39:57.227740 | {
"authors": [
"rafaelrubira2"
],
"repo": "paft-inc/paft-microservices",
"url": "https://github.com/paft-inc/paft-microservices/pull/43",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
38607546 | Form builder
Is there a form builder that can be used in extensions for creating forms? Something like https://github.com/illuminate/html
We released the Pagekit Beta today. I close this issue because the code base completely changed. Please open a new issue if it still exists.
| gharchive/issue | 2014-07-24T08:31:46 | 2025-04-01T06:39:57.240373 | {
"authors": [
"bweston92",
"saschadube"
],
"repo": "pagekit/pagekit",
"url": "https://github.com/pagekit/pagekit/issues/111",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1318522578 | 🛑 Every Nation Campus Gent is down
In d83e51c, Every Nation Campus Gent (http://everynationcampusgent.org) was down:
HTTP code: 0
Response time: 0 ms
Resolved: Every Nation Campus Gent is back up in 5200516.
| gharchive/issue | 2022-07-26T16:58:33 | 2025-04-01T06:39:57.250199 | {
"authors": [
"carakas"
],
"repo": "pageon/uptime",
"url": "https://github.com/pageon/uptime/issues/196",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
218766426 | ngx_pagespeed not working with reverse proxy
I can't get ngx_pagespeed to work when reverse proxying node.js.
It works when just serving files normally, so is there something I'm missing here?
server {
listen 80 default_server;
listen [::]:80 default_server;
server_name _;
pagespeed ... | gharchive/issue | 2017-04-02T14:02:02 | 2025-04-01T06:39:57.252207 | {
"authors": [
"mhaagens",
"mikinho",
"oschaaf"
],
"repo": "pagespeed/ngx_pagespeed",
"url": "https://github.com/pagespeed/ngx_pagespeed/issues/1401",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
926251738 | Migrated to v2 emote cdn endpoint
Pull request checklist:
[x] CHANGELOG.md was updated, if applicable
[x] Documentation in docs/ or install-docs/ was updated, if applicable
Using v2 paths is required for animated emotes, as can be seen in the following example.
Example of an animated emote:
https://static-cdn.jtvnw... | gharchive/pull-request | 2021-06-21T14:02:53 | 2025-04-01T06:39:57.272780 | {
"authors": [
"alazymeme",
"zneix"
],
"repo": "pajbot/pajbot",
"url": "https://github.com/pajbot/pajbot/pull/1297",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
893602285 | Release Paketo Go buildpack
Release in the week of May 17th if relevant changes or dependency updates are merged.
What steps did you take to close this issue? What resources did you use? How long did you spend on this task this week? Answer in a comment.
Released v0.7.0
In an effort to de-clutter the project boar... | gharchive/issue | 2021-05-17T18:46:54 | 2025-04-01T06:39:57.274524 | {
"authors": [
"fg-j",
"thitch97"
],
"repo": "paketo-buildpacks/go",
"url": "https://github.com/paketo-buildpacks/go/issues/427",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
823222936 | Nominate Emily Johnson (@emmjohnson) as Nodejs Contributor
In accordance with the Paketo Buildpacks Governance document, I am nominating Emily Johnson (@emmjohnson) as a contributor to the Nodejs language family. Emily is a regular contributor to the buildpack family (https://github.com/paketo-buildpacks/nodejs/pull/... | gharchive/issue | 2021-03-05T16:08:01 | 2025-04-01T06:39:57.277492 | {
"authors": [
"arjun024",
"ryanmoran",
"thitch97"
],
"repo": "paketo-buildpacks/nodejs",
"url": "https://github.com/paketo-buildpacks/nodejs/issues/344",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
684126945 | Buildpack support for Drupal 8
I'm attempting to build Drupal 8 using PHP buildpacks. Here's a breakdown of the steps I'm doing.
Scaffold Drupal 8.
composer create-project "drupal/recommended-project:^8" drupal
Add the following buildpack.yml.
---
php:
version: 7.4.*
webserver: nginx
webdirectory: web
B... | gharchive/issue | 2020-08-23T06:35:40 | 2025-04-01T06:39:57.282413 | {
"authors": [
"badri",
"fg-j"
],
"repo": "paketo-buildpacks/php",
"url": "https://github.com/paketo-buildpacks/php/issues/253",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1291835790 | Remove dependencies
Demonstration implementation of paketo-buildpacks/rfcs#214
SBOM now generated from installation directory
Will no longer reuse layers
Installed version now retrieved using 'poetry --version'
Only exact version matching is supported
Checklist
[x] I have viewed, signed, and submitted the Contribu... | gharchive/pull-request | 2022-07-01T21:14:06 | 2025-04-01T06:39:57.286015 | {
"authors": [
"joshuatcasey"
],
"repo": "paketo-buildpacks/poetry",
"url": "https://github.com/paketo-buildpacks/poetry/pull/63",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
853692161 | Set RAILS_LOG_TO_STDOUT to true/1
What happened?
What were you attempting to do?
Build a rails app that sends logs to stdout
What did you expect to happen?
I expected RAILS_LOG_TO_STDOUT to be enabled so that our environment config could pick it up and use it to set the appropriate logger to direct logs to stdou... | gharchive/issue | 2021-04-08T17:28:12 | 2025-04-01T06:39:57.294090 | {
"authors": [
"fg-j",
"genevieve",
"robdimsdale",
"ryanmoran"
],
"repo": "paketo-buildpacks/ruby",
"url": "https://github.com/paketo-buildpacks/ruby/issues/567",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
345607150 | Eval a line of code without resetting the interpreter?
So I was writing some bindings to control Arduino functions with this, and thought it would be really cool if you could do something suspending a running interpreter, evaluating a line of code, and then returning to normal execution.
This would let you interact w... | gharchive/issue | 2018-07-30T04:28:18 | 2025-04-01T06:39:57.302614 | {
"authors": [
"EternityForest",
"atheros",
"paladin-t"
],
"repo": "paladin-t/my_basic",
"url": "https://github.com/paladin-t/my_basic/issues/22",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1621511519 | Testing, please ignore. ajmshv
This is a bug bounty test. Please do not approve this! ajmshv
Thanks for your interest in palantir/eclipse-typescript, @letmeinkvar! Before we can accept your pull request, you need to sign our contributor license agreement - just visit https://cla.palantir.com/ and follow the instruc... | gharchive/pull-request | 2023-03-13T13:39:59 | 2025-04-01T06:39:57.335397 | {
"authors": [
"letmeinkvar",
"palantirtech"
],
"repo": "palantir/eclipse-typescript",
"url": "https://github.com/palantir/eclipse-typescript/pull/363",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.