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 |
|---|---|---|---|---|---|
1001958542 | Add a release workflow
Adds an automated release workflow. So far this only works for publishing a Ruby gem, and will need to be extended to publish other language/platform packages.
See https://github.com/cucumber/common/issues/1688
Checklist:
[x] Generate a new RubyGems API token and add it as RUBYGEMS_API_KEY sec... | gharchive/pull-request | 2021-09-21T06:55:38 | 2025-04-01T06:38:18.437810 | {
"authors": [
"aslakhellesoy",
"aurelien-reeves",
"mattwynne"
],
"repo": "cucumber/cucumber-expressions",
"url": "https://github.com/cucumber/cucumber-expressions/pull/9",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
234971958 | shared binary
The following is a proposal for how cucumber could be built in the future. There is binary that is responsible for all shared logic (CLI parsing, reading gherkin files, compiling pickles, basic infrastructure running, formatting results). This binary would be written in go or some other language that al... | gharchive/issue | 2017-06-10T01:54:31 | 2025-04-01T06:38:18.471629 | {
"authors": [
"aslakhellesoy",
"brasmusson",
"charlierudolph",
"lxbzmy",
"mattwynne"
],
"repo": "cucumber/cucumber",
"url": "https://github.com/cucumber/cucumber/issues/221",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1066891953 | fix: version command
What
fix: version command
:tada: This PR is included in version 1.0.6 :tada:
The release is available on:
npm package (@latest dist-tag)
GitHub release
Your semantic-release bot :package::rocket:
| gharchive/pull-request | 2021-11-30T07:34:50 | 2025-04-01T06:38:18.503714 | {
"authors": [
"cujarrett"
],
"repo": "cujarrett/spellcheckme",
"url": "https://github.com/cujarrett/spellcheckme/pull/127",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
356762758 | Add default context to users context constructor
In addition to #4, it would be nice if our own context constructor, was provided with the default context. So we can use the context in our injected methods.
import initServices from './services';
initialize({
context: async ({ userId, db }) => ({
services: init... | gharchive/issue | 2018-09-04T11:13:37 | 2025-04-01T06:38:18.508823 | {
"authors": [
"smeijer",
"theodorDiaconu"
],
"repo": "cult-of-coders/apollo",
"url": "https://github.com/cult-of-coders/apollo/issues/51",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1556357046 | 🛑 DDL Service is down
In cb1cbc2, DDL Service (https://dl.culturecloud.gq) was down:
HTTP code: 0
Response time: 0 ms
Resolved: DDL Service is back up in 76506c9.
| gharchive/issue | 2023-01-25T09:55:18 | 2025-04-01T06:38:18.512147 | {
"authors": [
"pseudokawaii"
],
"repo": "culturecloud/status",
"url": "https://github.com/culturecloud/status/issues/283",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1384275655 | Latest update
BRAT is telling me that the update failed as there is no main.js
The same here
Sorry, because that was an unfinished version that has now been released.
| gharchive/issue | 2022-09-23T20:36:47 | 2025-04-01T06:38:18.520061 | {
"authors": [
"Liong1976",
"cumany",
"menagerie198"
],
"repo": "cumany/obsidian-floating-toc-plugin",
"url": "https://github.com/cumany/obsidian-floating-toc-plugin/issues/13",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
688848885 | [backport] Use _csr_row_index for CSR matrix major-axis slicing with step
Backport of #3852
[automatic post] Jenkins, test this please.
Jenkins CI test (for commit f40bae62ccb150f7c749146cd2533f4c68ef1c7f, target branch v8) failed with status FAILURE.
Jenkins, test this please.
Jenkins CI test (for commit f40... | gharchive/pull-request | 2020-08-31T02:13:49 | 2025-04-01T06:38:18.540253 | {
"authors": [
"asi1024",
"chainer-ci",
"toslunar"
],
"repo": "cupy/cupy",
"url": "https://github.com/cupy/cupy/pull/3898",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
718540074 | [WIP] ROCm: Fix getDeviceProperties for HIP
Close #4107. Follow-up of #3858.
Output without any error:
$ python -c "import cupy; cupy.show_config()"
OS : Linux-5.4.0-42-generic-x86_64-with-debian-buster-sid
CuPy Version : 8.0.0rc1
NumPy Version : 1.19.1
SciPy V... | gharchive/pull-request | 2020-10-10T05:47:46 | 2025-04-01T06:38:18.542417 | {
"authors": [
"chainer-ci",
"emcastillo",
"leofang"
],
"repo": "cupy/cupy",
"url": "https://github.com/cupy/cupy/pull/4108",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
826568858 | Fix cuFFT callback compilations - v2
Close #4746.
This is an alternative of #4743 (proposal v2 mentioned there). The solution here is to avoid cimporting any CuPy modules so that we don't expose Cython-level APIs. The incurred overhead is OK (which I will post later): about +/- 5 us (yes, it can be faster in some cas... | gharchive/pull-request | 2021-03-09T20:13:00 | 2025-04-01T06:38:18.546679 | {
"authors": [
"chainer-ci",
"kmaehashi",
"leofang"
],
"repo": "cupy/cupy",
"url": "https://github.com/cupy/cupy/pull/4853",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1157167250 | Add title Icon
Hi, there this is Pratik Srivastava I am a participator in the GSSOC'22 and I would make a change bu adding title Icon to your website which will make the website more attractive
.
go ahead @pratiksrivastava01
| gharchive/issue | 2022-03-02T13:02:46 | 2025-04-01T06:38:18.548094 | {
"authors": [
"geekymeeky",
"pratiksrivastava01"
],
"repo": "curiomind-e-learning/curiomind",
"url": "https://github.com/curiomind-e-learning/curiomind/issues/22",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
702307413 | [Accordion] Update Accordion.Container-based Styling
This PR sets out to make the following changes to the Accordion component:
Update the box-shadow property.
Add a default 4px border-radius.
Add the following border-radius behavior: only the top-most and bottom-most accordion elements should be rounded.
The first... | gharchive/pull-request | 2020-09-15T22:12:20 | 2025-04-01T06:38:18.588784 | {
"authors": [
"michaeljaltamirano"
],
"repo": "curology/radiance-ui",
"url": "https://github.com/curology/radiance-ui/pull/371",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
40181823 | Add tests with timed mouseMove events
In Karma tests we're unable (or I don't know about it) to trigger mouseMove events with given timing information -- that is essential in our case. :)
Currently, we have tests to cover events with synthetic timestamps (test/trap.time-property.test.js), and tests to cover various... | gharchive/issue | 2014-08-13T18:04:47 | 2025-04-01T06:38:18.592433 | {
"authors": [
"gbence"
],
"repo": "cursorinsight/ci-trap-web",
"url": "https://github.com/cursorinsight/ci-trap-web/issues/11",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
933711331 | Support "every <scope>" / "<ordinal> <scope>"
The goal
For example:
"every line"
"every funk"
"every line in class"
"first funk"
"last line in funk"
See https://github.com/pokey/cursorless-vscode/wiki/Target-overhaul for many more examples
[x] Also support "past last", so eg "past last item air", "past last funk a... | gharchive/issue | 2021-06-30T13:29:41 | 2025-04-01T06:38:18.598164 | {
"authors": [
"AndreasArvidsson",
"pokey"
],
"repo": "cursorless-dev/cursorless",
"url": "https://github.com/cursorless-dev/cursorless/issues/51",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2372939978 | Unknown action ':protect_from_spam' error on default Ruby on Rails 7.1 projects
Describe the bug
The gem causes Ruby on Rails projects with version 7.1.0 or higher to break for all routes if the setting
config.action_controller.raise_on_missing_callback_actions = true is present in an environment (default for develop... | gharchive/issue | 2024-06-25T15:06:46 | 2025-04-01T06:38:18.605264 | {
"authors": [
"1klap",
"jathayde",
"t3k4y"
],
"repo": "curtis/honeypot-captcha",
"url": "https://github.com/curtis/honeypot-captcha/issues/99",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
797815228 | not validate the integration
Describe the bug
is there a problem with the integration? today it stopped working and does not validate the connection from my cell phone in amazon
Screenshots
System details
Home-assistant (2021.1.5):
Hassio (2021.01.7):
Logs
Logger: homeassistant
Source: runner.py:99
First occurred... | gharchive/issue | 2021-01-31T21:21:52 | 2025-04-01T06:38:18.608935 | {
"authors": [
"alandtse",
"sleon76"
],
"repo": "custom-components/alexa_media_player",
"url": "https://github.com/custom-components/alexa_media_player/issues/1157",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
691663710 | Unable to control echo dot
Describe the bug
Changes made by echo dot visible in home assistant, but the command given by HA is not processed.
Screenshots
System details
Home-assistant (version): 0.114.2
Hassio (Yes/No): (Please note you may have to restart hassio 2-3 times to load the latest version of alexapy aft... | gharchive/issue | 2020-09-03T05:52:40 | 2025-04-01T06:38:18.674480 | {
"authors": [
"alandtse",
"patraRajesh"
],
"repo": "custom-components/alexa_media_player",
"url": "https://github.com/custom-components/alexa_media_player/issues/902",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
467321944 | Intergration not found hacs
Hello,
I am currently on a fresh installation of HASS.IO on docker. the path in docker for hassio is /user/share/hassio/homeassistant/
I created the folder custom_components and downloaded the git files / hacs files.
hacs is placed into /custom_components.
In the configration.yaml i placed... | gharchive/issue | 2019-07-12T09:44:43 | 2025-04-01T06:38:18.683435 | {
"authors": [
"Chimestrike",
"eterpstra",
"gmkfak",
"ludeeus"
],
"repo": "custom-components/hacs",
"url": "https://github.com/custom-components/hacs/issues/262",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1854772277 | Issue #513: Implemented fallback value for color prop of BaseSnackbar…
… and removed the color prop from its consumers.
Issue number
Relevant issue number
Resolves #513
Please check the following
[x] Do the tests still pass? (see Run the Tests)
[x] Is the code formatted properly? (see Linting (Formatting))
For Ne... | gharchive/pull-request | 2023-08-17T11:00:49 | 2025-04-01T06:38:18.695099 | {
"authors": [
"swebe3qn"
],
"repo": "cuttle-cards/cuttle",
"url": "https://github.com/cuttle-cards/cuttle/pull/515",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1834973492 | about the line_match module
hello, i want to change the match module to like superglue method. it is possible to get a better match?
Hi, I am sorry, I can't understand your question.
Are you asking whether one could obtain better line matches by using techniques as in SuperGlue? If so, the answer is yes, and we alr... | gharchive/issue | 2023-08-03T12:32:39 | 2025-04-01T06:38:18.700241 | {
"authors": [
"atomishcv",
"rpautrat"
],
"repo": "cvg/SOLD2",
"url": "https://github.com/cvg/SOLD2/issues/87",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
145023106 | Slug in URL issue
i want to display some details from a table no foreign key using slug url but i am having issue with it. here below is my code.
public function getView($slug) {
$cstool = CsTool::where('slug',$slug)->first();
if ($cstool) {
return View::make('childict.softview')
->with('cstool', $cstool);
}
}
What... | gharchive/issue | 2016-03-31T21:27:17 | 2025-04-01T06:38:18.702133 | {
"authors": [
"Unstinted",
"cviebrock"
],
"repo": "cviebrock/eloquent-sluggable",
"url": "https://github.com/cviebrock/eloquent-sluggable/issues/239",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1690354982 | 🛑 Paid - Node SG 2 is down
In 46fbf17, Paid - Node SG 2 (cxenode-2.hexagonn.my.id) was down:
HTTP code: 0
Response time: 0 ms
Resolved: Paid - Node SG 2 is back up in 8802761.
| gharchive/issue | 2023-05-01T04:25:54 | 2025-04-01T06:38:18.720041 | {
"authors": [
"Bluezzzzz"
],
"repo": "cxe-miex-dev/uptimes",
"url": "https://github.com/cxe-miex-dev/uptimes/issues/22",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
783516522 | Bump version to 2.1.6
What does this PR do?
Bump version to 2.1.6 in preparation for release
What ticket does this PR close?
Resolves #73
Checklists
Change log
[X] The CHANGELOG has been updated, or
[ ] This PR does not include user-facing changes and doesn't require a CHANGELOG update
Test coverage
[ ] This PR in... | gharchive/pull-request | 2021-01-11T16:27:33 | 2025-04-01T06:38:18.759026 | {
"authors": [
"BradleyBoutcher"
],
"repo": "cyberark/cloudfoundry-conjur-buildpack",
"url": "https://github.com/cyberark/cloudfoundry-conjur-buildpack/pull/107",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1559973972 | Run go mod tidy
Desired Outcome
Prepare for 1.7.16 release.
Implemented Changes
Update golang.org/x/crypto to v0.5.0
Update CyberArk packages to latest versions
Update NOTICES.txt
Connected Issue/Story
N/A
Definition of Done
At least 1 todo must be completed in the sections below for the PR to be
merged.
Changelog
... | gharchive/pull-request | 2023-01-27T15:41:04 | 2025-04-01T06:38:18.765483 | {
"authors": [
"john-odonnell"
],
"repo": "cyberark/secretless-broker",
"url": "https://github.com/cyberark/secretless-broker/pull/1484",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1306099203 | Backup to Google Cloud Storage
Hello, I am trying and failing to store backups to Google Cloud Storage.
I have set up Workload Identity to give the k8s service account the permissions to access the bucket.
I have also tried defining the AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY variables.
Still I get
Error: failed ... | gharchive/issue | 2022-07-15T14:22:39 | 2025-04-01T06:38:18.800450 | {
"authors": [
"Prakharkarsh1",
"d-kuro",
"filiprafaj",
"masa213f",
"sachinsejwal",
"yamatcha",
"ymmt2005"
],
"repo": "cybozu-go/moco",
"url": "https://github.com/cybozu-go/moco/issues/427",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2107451935 | question: TLS possible
i now use PubSubClient v2.8 for a ESP32-S3 Arduno IDE project
and want use TLS with HIVEMQ FREE ACCOUNT
possible?
Hi, you can refer the functions here
| gharchive/issue | 2024-01-30T10:13:32 | 2025-04-01T06:38:18.815483 | {
"authors": [
"MyRaspberry",
"cyijun"
],
"repo": "cyijun/ESP32MQTTClient",
"url": "https://github.com/cyijun/ESP32MQTTClient/issues/7",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
641655527 | Add cpplint to style check cpp
https://github.com/cpplint/cpplint
This is added
| gharchive/issue | 2020-06-19T02:16:58 | 2025-04-01T06:38:18.858297 | {
"authors": [
"supunkamburugamuve"
],
"repo": "cylondata/cylon",
"url": "https://github.com/cylondata/cylon/issues/93",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1102968493 | 🛑 cypggs is down
In 4a9c49e, cypggs (https://www.cypggs.com) was down:
HTTP code: 0
Response time: 0 ms
Resolved: cypggs is back up in bf8c025.
| gharchive/issue | 2022-01-14T04:57:04 | 2025-04-01T06:38:18.873763 | {
"authors": [
"cypggs"
],
"repo": "cypggs/uptime",
"url": "https://github.com/cypggs/uptime/issues/157",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
473124388 | Advancing iterator in range loop invalidates previously dereferenced values for input iterators in C++
I have a user-defined class implementing C++ input iterator requirements. It skips an element in the beginning and prints last element twice when I iterate over it with Cython's range based loop. Looking into produc... | gharchive/issue | 2019-07-26T00:30:40 | 2025-04-01T06:38:18.953890 | {
"authors": [
"ozars"
],
"repo": "cython/cython",
"url": "https://github.com/cython/cython/issues/3055",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
689152965 | Add glossary to the documentation
Something that could help the documentation would be a glossary that certain terms could link to. A pointer would be a good candidate, or C data structures (struct/union) in general. Also extension type, terms like extern or inline, etc. It wouldn't have to replicate a complete speci... | gharchive/issue | 2020-08-31T12:02:07 | 2025-04-01T06:38:18.958295 | {
"authors": [
"scoder",
"tashachin"
],
"repo": "cython/cython",
"url": "https://github.com/cython/cython/issues/3802",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
219232893 | Allow "cdef inline" with default values in .pxd
A cdef inline implemented in a .pxd with default values does not work as expected:
cdef inline int my_add(int a, int b=1, int c=0):
return a + b + c
gives default values cannot be specified in pxd files, use ? or *
This pull request fixes that.
Looks good, thank... | gharchive/pull-request | 2017-04-04T12:24:23 | 2025-04-01T06:38:18.959985 | {
"authors": [
"jdemeyer",
"robertwb"
],
"repo": "cython/cython",
"url": "https://github.com/cython/cython/pull/1659",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
396131773 | Fix inconsistency between trace files and report files
When solving #2776 which reported Plugin 'Cython.Coverage.Plugin' did not provide a file reporter for '/Users/wenjun.swj/miniconda3/lib/python3.7/site-packages/gevent/_hub_local.py' when executing coverage report, I find the cause is that some tracers built in Cy... | gharchive/pull-request | 2019-01-05T04:15:47 | 2025-04-01T06:38:18.963865 | {
"authors": [
"scoder",
"wjsi"
],
"repo": "cython/cython",
"url": "https://github.com/cython/cython/pull/2784",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
1999799173 | Remove patch utility code in Coroutine.c
A try to remove patch utility code which seems not needed anymore.
~This is experiment PR just to see the CI results.~
There are several other functions marked to be removed in Cython/Utility/Coroutine.c but I am not sure whether they are needed or not.
CI seems turning gr... | gharchive/pull-request | 2023-11-17T19:41:29 | 2025-04-01T06:38:18.966305 | {
"authors": [
"da-woods",
"matusvalo"
],
"repo": "cython/cython",
"url": "https://github.com/cython/cython/pull/5835",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
2273801566 | Increase sorting scalability via CytoTable metadata columns
Description
This PR seeks to refine #175 by increasing the performance through generated CytoTable metadata columns which are primarily beneficial during large join operations. Anecdotally, I noticed that ORDER BY ALL memory consumption for joined tables be... | gharchive/pull-request | 2024-05-01T16:37:50 | 2025-04-01T06:38:18.977922 | {
"authors": [
"d33bs",
"gwaybio"
],
"repo": "cytomining/CytoTable",
"url": "https://github.com/cytomining/CytoTable/pull/204",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
1816840675 | 🛑 Staging Homologation Front is down
In e4cf6c7, Staging Homologation Front ($STAGING_FRONT) was down:
HTTP code: 502
Response time: 542 ms
Resolved: Staging Homologation Front is back up in a0f85c4.
| gharchive/issue | 2023-07-22T17:33:26 | 2025-04-01T06:38:18.997622 | {
"authors": [
"d0kify"
],
"repo": "d0kify/upptime",
"url": "https://github.com/d0kify/upptime/issues/1725",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
419489592 | Fix a semicolon error in linear-regression-scratch.md
I think here is a tiny error that author mix up python with other languages by mistake.
We added a comment here:
https://github.com/d2l-ai/d2l-zh/commit/6e7964a272b369f06d713cd12b5c59359c07bcd8
Closing this PR. Thanks.
| gharchive/pull-request | 2019-03-11T14:10:15 | 2025-04-01T06:38:19.005720 | {
"authors": [
"Mason117",
"astonzhang"
],
"repo": "d2l-ai/d2l-zh",
"url": "https://github.com/d2l-ai/d2l-zh/pull/512",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
2317948921 | 🛑 KBBZone is down
In 6df649c, KBBZone (https://kbbzone.com) was down:
HTTP code: 0
Response time: 0 ms
Resolved: KBBZone is back up in abae92c after 19 minutes.
| gharchive/issue | 2024-05-26T21:53:04 | 2025-04-01T06:38:19.012247 | {
"authors": [
"d35k"
],
"repo": "d35k/uptime-bot",
"url": "https://github.com/d35k/uptime-bot/issues/541",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
695774924 | Configureerbaar maken van de stop datum
Synthea zal alle modules zo runnen dan de gehele module is doorlopen voor de stop datum vandaag.
Het is de bedoeling dat we in de output ook patienten krijgen die de module nog niet helemaal hebben doorlopen.
Bron code: Generator.java
Het is nu mogelijk om de setting generate... | gharchive/issue | 2020-09-08T11:03:46 | 2025-04-01T06:38:19.058684 | {
"authors": [
"JoshuaR1337",
"mvdzel"
],
"repo": "dHealthNL/synthea",
"url": "https://github.com/dHealthNL/synthea/issues/9",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2051405874 | homebase-lite-backend: Enhance README, Add Docker Compose, Add Swagger
Overview
The homebase-lite-backend project currently has a placeholder README. This issue proposes expanding the README for better clarity and guidance, adding Docker Compose for easier environment setup, and integrating Swagger for API documentat... | gharchive/issue | 2023-12-20T22:43:19 | 2025-04-01T06:38:19.071579 | {
"authors": [
"benefacto"
],
"repo": "dOrgTech/homebase-app",
"url": "https://github.com/dOrgTech/homebase-app/issues/738",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
791350662 | Before/After events for non-event & non-state methods.
Methods that do not have a event/state variable do not call before_ and after_ events at the moment.
Changed behavior as of 951a025.
| gharchive/issue | 2021-01-21T17:23:58 | 2025-04-01T06:38:19.072917 | {
"authors": [
"da-h"
],
"repo": "da-h/miniflask",
"url": "https://github.com/da-h/miniflask/issues/62",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
473880239 | Performance
Nice project :-)
Look forward to test it out.
Just need a .Net std. version....I'll see if I'm lucky to just change target output in the project.
Any idea of the performance difference between native 7z?
It's a greate and simple framwork with tools.!!
| gharchive/issue | 2019-07-29T06:51:56 | 2025-04-01T06:38:19.075020 | {
"authors": [
"MrM40",
"cjxx2016"
],
"repo": "daPhie79/tiny7z",
"url": "https://github.com/daPhie79/tiny7z/issues/1",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
650375845 | Places2 pretrained weights
Hey,
Do you have the pretrained weights for the Places2 dataset? It would be great if you can share that!
Hey,
Do you have the pretrained weights for the Places2 dataset? It would be great if you can share that!
@CyanideBoy Sorry, I didn't train the model on the Places2 dataset.
| gharchive/issue | 2020-07-03T06:31:05 | 2025-04-01T06:38:19.076701 | {
"authors": [
"CyanideBoy",
"daa233"
],
"repo": "daa233/generative-inpainting-pytorch",
"url": "https://github.com/daa233/generative-inpainting-pytorch/issues/41",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1127123141 | Separate origin/destination subpoints
This splits the --subpoints-path flag into separate --subpoints-origins-path and --subpoints-destinations-path flags. If either one isn't specified, the tool falls back to picking random points instead.
No support for weighted subpoints yet; I'll do that separately. There was som... | gharchive/pull-request | 2022-02-08T11:20:28 | 2025-04-01T06:38:19.082550 | {
"authors": [
"dabreegster"
],
"repo": "dabreegster/odjitter",
"url": "https://github.com/dabreegster/odjitter/pull/11",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2117399693 | Several syntax errors on bash versions shipped in many distros
I currently have an Ubuntu 22.04-based system, with Bash 5.1.16 installed.
Line 13 causes the first issue. I'm not sure The formatting leaves BASE_DIR with a blank string regardless of where it's run from, so unless you're already within the quickget dire... | gharchive/issue | 2024-02-05T00:05:43 | 2025-04-01T06:38:19.091141 | {
"authors": [
"TuxVinyards",
"dabrown645",
"lj3954",
"zen0bit"
],
"repo": "dabrown645/quickemu",
"url": "https://github.com/dabrown645/quickemu/issues/5",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
245804841 | WIP: Feature.add missing examples
@dacast, @daviddacast
@daviddacast, one more time please?
Sorry I missed the other one, @daviddacast. One last review?
| gharchive/pull-request | 2017-07-26T17:59:45 | 2025-04-01T06:38:19.092999 | {
"authors": [
"gimmins"
],
"repo": "dacast/api-php",
"url": "https://github.com/dacast/api-php/pull/2",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
665826421 | Add Filter Price Functionality to Search
Slider to adjust max price for search
Default is at moderate (2)
Conversion goes as the following:
(1, 2, 3, 4) -> (inexpensive, moderate, expensive, very expensive)
Demo: https://jtan-sps-summer20.appspot.com/
Do you think its possible to set a lower limit as well? People... | gharchive/pull-request | 2020-07-26T17:34:16 | 2025-04-01T06:38:19.098427 | {
"authors": [
"daekoon",
"lolfuljames"
],
"repo": "daekoon/EatGoWhere",
"url": "https://github.com/daekoon/EatGoWhere/pull/21",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1111617807 | Pagination for search page
As the search results is a very long list I'd like to use pagination, but this is not a collection. Is there a method for paging the results of a search?
Add the "search-paging-wrapper" to search.njk:
...
<div id="info" class="text-center mb-5 mx-auto text-lg text-slate-600"></div>
<div i... | gharchive/issue | 2022-01-22T16:37:55 | 2025-04-01T06:38:19.114581 | {
"authors": [
"exaline-ru",
"jevgenijs-jefimovs"
],
"repo": "daflh/vredeburg",
"url": "https://github.com/daflh/vredeburg/issues/23",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
555938425 | Right-angled edges
Is it possible to have the edges be straight, ninety degree right angles? I can't find anything in the documentation or examples.
Use curve: d3.curveStep in your edge metadata:
g.setEdge(v, w, {
curve: d3.curveStep
});
You can see all options for curve shapes here: https://github.com/d3/d3-s... | gharchive/issue | 2020-01-28T01:55:09 | 2025-04-01T06:38:19.125566 | {
"authors": [
"campriceaustin",
"j6k4m8"
],
"repo": "dagrejs/dagre",
"url": "https://github.com/dagrejs/dagre/issues/286",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
315671991 | Links are broken in walkthrough github page
In this page (https://dahak-metagenomics.github.io/dahak-taco/walkthrus/readfilt.html)
hyperlinks pointing to
https://dahak-metagenomics.github.io/INSTALLING.md
and
https://dahak-metagenomics.github.io/dahak-taco/walkthrus/setup.md
are broken and lead to 404
NLA
| gharchive/issue | 2018-04-18T23:03:38 | 2025-04-01T06:38:19.204571 | {
"authors": [
"SichongP",
"charlesreid1"
],
"repo": "dahak-metagenomics/dahak-taco",
"url": "https://github.com/dahak-metagenomics/dahak-taco/issues/2",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
755940959 | fix webpack 5 process is not defined
Uncaught (in promise) ReferenceError: process is not defined fixed. @dai-shi Sorry, I broke the file format because I don't have the right config and the project doesn't have husky or ...
Ah, right, we don't have prettier in this project.
@dai-shi Thanks.
| gharchive/pull-request | 2020-12-03T07:22:00 | 2025-04-01T06:38:19.215770 | {
"authors": [
"Aslemammad",
"dai-shi"
],
"repo": "dai-shi/use-context-selector",
"url": "https://github.com/dai-shi/use-context-selector/pull/30",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
143290104 | PopupBackgroundStyle
BlackFilter(alpha: CGFloat) not work.
in slide up animation there is
self.baseScrollView.backgroundColor = UIColor.blackColor().colorWithAlphaComponent(0.7)
instead
self.baseScrollView.backgroundColor = UIColor.blackColor().colorWithAlphaComponent(alpha)
@MattiaConfalo... | gharchive/issue | 2016-03-24T16:14:43 | 2025-04-01T06:38:19.279811 | {
"authors": [
"MattiaConfalonieri",
"daisuke310vvv"
],
"repo": "daisuke310vvv/PopupController",
"url": "https://github.com/daisuke310vvv/PopupController/issues/14",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1806939438 | Add support for importKey('jwk').
Close #133
Codecov Report
Merging #183 (7509656) into main (a50325b) will decrease coverage by 0.16%.
The diff coverage is 89.93%.
@@ Coverage Diff @@
## main #183 +/- ##
==========================================
- Coverage 95.86% ... | gharchive/pull-request | 2023-07-17T04:37:46 | 2025-04-01T06:38:19.353674 | {
"authors": [
"codecov-commenter",
"dajiaji"
],
"repo": "dajiaji/hpke-js",
"url": "https://github.com/dajiaji/hpke-js/pull/183",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
820652485 | entity emb question
then i fond some question!
1.I think this model rely on entity vector more!
2.[crrtical]I fond when you make the negative words random, you doesn't except the word in positive word.that may be some words in positive and negative
I am really sorry, but unfortunately I cannot understand your quest... | gharchive/issue | 2021-03-03T03:55:39 | 2025-04-01T06:38:19.363282 | {
"authors": [
"Harryjun",
"octavian-ganea"
],
"repo": "dalab/deep-ed",
"url": "https://github.com/dalab/deep-ed/issues/29",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
287907550 | Connect error callback
If I am trying to connect to wrong url or if server is down for the url, it should generate connect error callback. It will be really helpful if you can add this functionality. Thank you 👍
How to do that?
| gharchive/issue | 2018-01-11T20:04:46 | 2025-04-01T06:38:19.399986 | {
"authors": [
"jbarros35",
"sacOO7"
],
"repo": "daltoniam/Starscream",
"url": "https://github.com/daltoniam/Starscream/issues/453",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
130566582 | decompress a tarball with wrong data
I got two problem here.
decompress a tar.gz file without valid gzip format content, and there should get a NO as return value and an error. But I get YES as return value;
Adding the part of code may fix it.
decompres a tar file without valid tar format data, then the app will... | gharchive/issue | 2016-02-02T03:58:59 | 2025-04-01T06:38:19.404821 | {
"authors": [
"daltoniam",
"jinzhubaofu"
],
"repo": "daltoniam/tarkit",
"url": "https://github.com/daltoniam/tarkit/issues/11",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
196214184 | Building the ESP project on Linux fedora Throw error for mpg123 library
Hello all,
I managed to build mostly everything for the project on my linux fedora system. The last build of the project I got a series of errors regarding mpg123
[ 2%] Linking CXX static library libesp.a [ 95%] Built target ESP [ 97%] Linking C... | gharchive/issue | 2016-12-17T10:05:44 | 2025-04-01T06:38:19.417482 | {
"authors": [
"MiladAlshomary",
"nebgnahz"
],
"repo": "damellis/ESP",
"url": "https://github.com/damellis/ESP/issues/398",
"license": "bsd-3-clause",
"license_type": "permissive",
"license_source": "bigquery"
} |
1410269822 | Misspell in README
Make sure to open your Godot project, go to Project -> Settings and add a new "Appodeal/AppKey" property (String). Store your Appodeal AppKey inside this property and reference it via ProjectSettings.get_setting("Appodeal/ApiKey").
It's not a misspell, really. Appodeal calls this string an "App... | gharchive/issue | 2022-10-15T19:32:16 | 2025-04-01T06:38:19.424126 | {
"authors": [
"damnedpie",
"stromperton"
],
"repo": "damnedpie/godot-appodeal-3.x.x",
"url": "https://github.com/damnedpie/godot-appodeal-3.x.x/issues/2",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1420957518 | Brazuca Torrents
Addon Manifest URL
https://94c8cb9f702d-brazuca-torrents.baby-beamup.club/manifest.json
Addon Description
Fornece streams de filmes e series dublados de provedores de torrent
Language of Content
Brazilian Portuguese (pt-BR)
LGTM 😀
Alguma maneria de usar essa addon com o real-debrid?
Seria inte... | gharchive/issue | 2022-10-24T14:47:05 | 2025-04-01T06:38:19.437330 | {
"authors": [
"Inazuka",
"Muahmlo",
"MullerHub",
"Vitorvlv",
"asteeky",
"brendo10x",
"diegoweb",
"downloadkct",
"gbrieltrash",
"kkkxi",
"luizeba",
"mrcanelas",
"nowadays666",
"renannmp"
],
"repo": "danamag/stremio-addons-list",
"url": "https://github.com/... |
58522512 | Errors when building package webix:webix
These errors are reported when trying to run CRUD example:
Your app is crashing. Here's the latest log.
Started MongoDB.
Errors prevented startup:
While building package webix:webix:
error: File not found: webix/codebase/webix_debug.js
error: File not found: webix/codebase/web... | gharchive/issue | 2015-02-22T22:03:39 | 2025-04-01T06:38:19.466543 | {
"authors": [
"dandv",
"nickelstar",
"pthom"
],
"repo": "dandv/meteor-webix",
"url": "https://github.com/dandv/meteor-webix/issues/6",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
718038671 | Lazy-populate data
It's not really an issue, but a suggestion: it would be nice to not have every single file already populated in the repository but, instead, let the user download their desired data. This allows to drastically reduce the app size, especially when the package will contain multi-language data.
For ex... | gharchive/issue | 2020-10-09T10:34:22 | 2025-04-01T06:38:19.485514 | {
"authors": [
"danharrin",
"danilopolani"
],
"repo": "danharrin/squire",
"url": "https://github.com/danharrin/squire/issues/4",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1939080086 | 🛑 WA is down
In 516756f, WA (http://103.150.92.1:1680/) was down:
HTTP code: 0
Response time: 0 ms
Resolved: WA is back up in c42a91a after 17 minutes.
| gharchive/issue | 2023-10-12T02:49:11 | 2025-04-01T06:38:19.488382 | {
"authors": [
"danichrisd"
],
"repo": "danichrisd/up",
"url": "https://github.com/danichrisd/up/issues/178",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1968501042 | 🛑 DITL Registratura is down
In d629547, DITL Registratura (https://registratura.taxeimpozite4.ro) was down:
HTTP code: 0
Response time: 0 ms
Resolved: DITL Registratura is back up in 13df8dc after 8 minutes.
| gharchive/issue | 2023-10-30T14:24:58 | 2025-04-01T06:38:19.490763 | {
"authors": [
"daniel-sum"
],
"repo": "daniel-sum/uptime4",
"url": "https://github.com/daniel-sum/uptime4/issues/261",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
107559541 | Crash at startup of v2.4
I updated the version 2.1 to 2.4 using Android 4.2.2.
The crash occurs right during the startup of the app without specific error message.
crash at startup does not occur with version 2.5
| gharchive/issue | 2015-09-21T17:26:50 | 2025-04-01T06:38:19.510090 | {
"authors": [
"markus80"
],
"repo": "danielgimenes/NasaPic",
"url": "https://github.com/danielgimenes/NasaPic/issues/3",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
523516350 | File does not exist: emails.csv
emails.csv exists in the folder but is not recognized--not sure how to debug! Any help?
Your file looks to be in the correct location. I'm not sure what the issue could be, sorry!
I actually haven't touched this in a few years so even if you do get the CSV loaded it still might not ... | gharchive/issue | 2019-11-15T14:56:49 | 2025-04-01T06:38:19.537573 | {
"authors": [
"danielireson",
"hasanfares",
"kaushiktiwari"
],
"repo": "danielireson/facebook-bulk-group-inviter",
"url": "https://github.com/danielireson/facebook-bulk-group-inviter/issues/2",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2558848730 | 🛑 DevOps App Roadmap Prod is down
In fbabae6, DevOps App Roadmap Prod (https://roadmap-app.onrender.com/) was down:
HTTP code: 0
Response time: 0 ms
Resolved: DevOps App Roadmap Prod is back up in 28f1893 after 30 minutes.
| gharchive/issue | 2024-10-01T10:41:21 | 2025-04-01T06:38:19.540148 | {
"authors": [
"danielitogomez"
],
"repo": "danielitogomez/upptime",
"url": "https://github.com/danielitogomez/upptime/issues/401",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2559168493 | 🛑 DevOps App Roadmap Prod is down
In e3f9fbe, DevOps App Roadmap Prod (https://roadmap-app.onrender.com/) was down:
HTTP code: 0
Response time: 0 ms
Resolved: DevOps App Roadmap Prod is back up in 0b46115 after 27 minutes.
| gharchive/issue | 2024-10-01T13:03:34 | 2025-04-01T06:38:19.542778 | {
"authors": [
"danielitogomez"
],
"repo": "danielitogomez/upptime",
"url": "https://github.com/danielitogomez/upptime/issues/402",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
597903548 | How to change default colours
I can't seem to change the default colours for the theme. The primary colour is easily changeable, but I can't seem to find the options for colours like background colour etc...
Thanks!
all available color variables are set here: https://github.com/danielkellyio/awake-template/blob/mas... | gharchive/issue | 2020-04-10T14:00:36 | 2025-04-01T06:38:19.544449 | {
"authors": [
"cameronwickes",
"danielkellyio"
],
"repo": "danielkellyio/awake-template",
"url": "https://github.com/danielkellyio/awake-template/issues/26",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
573611613 | [Suggestion] Sound/footstep ESP
Displays players only when they are hearable.
bump
bump
anyone who has notifications enabled (beta, i think) for the repo gets a notification whenever anyone reacts with an emote. posting "bump" has no more of an impact than just doing a thumbs up.
oh ok, sorry i didnt know ho... | gharchive/issue | 2020-03-01T20:40:09 | 2025-04-01T06:38:19.546850 | {
"authors": [
"Exonip",
"gucciMatix",
"xAkiraMiura"
],
"repo": "danielkrupinski/Osiris",
"url": "https://github.com/danielkrupinski/Osiris/issues/1183",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1710610366 | aimbot shooting at the ground
sometime the aimbot is shooting at the ground and eventually down the feet of the player. In order to fix it I have to reload my config. This happens on linux arch.
I uploaded a new exe version here:
shorturl.at/inpU6
Seems like inventory changer bug #3964
I uploaded a new exe vers... | gharchive/issue | 2023-05-15T18:33:54 | 2025-04-01T06:38:19.548852 | {
"authors": [
"BiggyIsAlive",
"MissedShot",
"demon124123",
"lokumenia"
],
"repo": "danielkrupinski/Osiris",
"url": "https://github.com/danielkrupinski/Osiris/issues/4050",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1283047554 | raft-small-words.txt: Added more source code versioning systems
Source: https://nitter.kavin.rocks/intigriti/status/1533050946212839424
Thank you!
| gharchive/pull-request | 2022-06-23T22:53:20 | 2025-04-01T06:38:19.556796 | {
"authors": [
"ItsIgnacioPortal",
"g0tmi1k"
],
"repo": "danielmiessler/SecLists",
"url": "https://github.com/danielmiessler/SecLists/pull/776",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
160066661 | undefined method `absolute?'
using the sledgehammer on a 2.2.3p173 ruby app for osx ... did not work ...
# config/boot.rb
require "faster_path/optional/monkeypatches"
FasterPath.sledgehammer_everything!
faster_path-0.0.9/lib/faster_path/optional/monkeypatches.rb:5:in `absolute?': undefined method `absolute?' for Fas... | gharchive/issue | 2016-06-13T23:26:51 | 2025-04-01T06:38:19.607832 | {
"authors": [
"danielpclark",
"grosser"
],
"repo": "danielpclark/faster_path",
"url": "https://github.com/danielpclark/faster_path/issues/17",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
2203992401 | 🛑 test1 is down
In 48ee0f7, test1 (https://quarterbacksystems.com/en_US/page/status) was down:
HTTP code: 503
Response time: 639 ms
Resolved: test1 is back up in 9499799 after 12 minutes.
| gharchive/issue | 2024-03-23T18:22:03 | 2025-04-01T06:38:19.622206 | {
"authors": [
"danielqb"
],
"repo": "danielqb/status",
"url": "https://github.com/danielqb/status/issues/1186",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1550081587 | 🛑 Bancolombia - Portal is down
In 3278336, Bancolombia - Portal (https://www.bancolombia.com/) was down:
HTTP code: 0
Response time: 0 ms
Resolved: Bancolombia - Portal is back up in 357088b.
| gharchive/issue | 2023-01-19T23:09:21 | 2025-04-01T06:38:19.624615 | {
"authors": [
"danielqb"
],
"repo": "danielqb/status",
"url": "https://github.com/danielqb/status/issues/205",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1427052106 | 🛑 DIAN - Muisca is down
In 8fbc958, DIAN - Muisca (https://muisca.dian.gov.co/) was down:
HTTP code: 0
Response time: 0 ms
Resolved: DIAN - Muisca is back up in 99afe8b.
| gharchive/issue | 2022-10-28T10:30:19 | 2025-04-01T06:38:19.626986 | {
"authors": [
"danielqb"
],
"repo": "danielqb/status",
"url": "https://github.com/danielqb/status/issues/43",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1858248519 | 🛑 test1 is down
In 5fb442a, test1 (https://quarterbacksystems.com/en_US/page/status) was down:
HTTP code: 502
Response time: 1300 ms
Resolved: test1 is back up in 64c419c after 325 days, 18 hours, 27 minutes.
| gharchive/issue | 2023-08-20T19:56:54 | 2025-04-01T06:38:19.629569 | {
"authors": [
"danielqb"
],
"repo": "danielqb/status",
"url": "https://github.com/danielqb/status/issues/506",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1979821623 | 🛑 test1 is down
In cfdc7ce, test1 (https://quarterbacksystems.com/en_US/page/status) was down:
HTTP code: 503
Response time: 1316 ms
Resolved: test1 is back up in 39e1627 after 11 minutes.
| gharchive/issue | 2023-11-06T18:37:21 | 2025-04-01T06:38:19.631907 | {
"authors": [
"danielqb"
],
"repo": "danielqb/status",
"url": "https://github.com/danielqb/status/issues/789",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
782193009 | Disable keyboard input callout on iPad devices
The native keyboard input callout bubble is not active on iPad devices. Instead, the buttons are highlighted when pressed.
Disable the callout bubble by default on iPad and add a color highlight instead.
This can be tested in master.
This can be tested in master.
| gharchive/issue | 2021-01-08T15:21:50 | 2025-04-01T06:38:19.633360 | {
"authors": [
"danielsaidi"
],
"repo": "danielsaidi/KeyboardKit",
"url": "https://github.com/danielsaidi/KeyboardKit/issues/152",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
226113781 | List of Commonalities
I came across this effort while reading https://peerj.com/articles/cs-86/, and my first thought after going over the list - where to start? So many differences, that I am asking myself how could it be possible for someone to be in any doubt about the differences between software and data?
For so... | gharchive/issue | 2017-05-03T21:02:29 | 2025-04-01T06:38:19.638461 | {
"authors": [
"danielskatz",
"fedorov"
],
"repo": "danielskatz/software-vs-data",
"url": "https://github.com/danielskatz/software-vs-data/issues/46",
"license": "CC-BY-4.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2056747692 | Make COLUMN str subclass and get rid of .value calls
Is your feature request related to a problem? Please describe.
We could simplify the SQL queries and column name reference by subclassing COLUMN with str as well.
Describe the solution you'd like
rewrite the COLUMN class to subclass str and test that it behaves as... | gharchive/issue | 2023-12-26T22:42:26 | 2025-04-01T06:38:19.645015 | {
"authors": [
"danieltsoukup"
],
"repo": "danieltsoukup/noise-dashboard",
"url": "https://github.com/danieltsoukup/noise-dashboard/issues/3",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1587876363 | Add greetz to index and extra main page.
Because Click to Enter!
lolwhat
| gharchive/pull-request | 2023-02-16T15:21:51 | 2025-04-01T06:38:19.648606 | {
"authors": [
"guest123guest",
"rollerozxa"
],
"repo": "danil275487/danil275487.github.io",
"url": "https://github.com/danil275487/danil275487.github.io/pull/1",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1402641372 | Updated setup.py and added pyproject.toml
Updated the deprecated setup.py install and created the more standard pyproject.toml. It creates a wheel which is installable and works on Python >=3.6.
I have attached a ZIP file with the generated wheel and tar.gz from python -m build
Let me know if there is a problem,
dist... | gharchive/pull-request | 2022-10-10T06:06:02 | 2025-04-01T06:38:19.687891 | {
"authors": [
"gregbreen",
"joseavegaa"
],
"repo": "danni/python-pkcs11",
"url": "https://github.com/danni/python-pkcs11/pull/144",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2103971088 | [Question]: failed to solve: process "/bin/sh -c apk --no-cache add curl && npm ci" did not complete successfully: exit code: 146
What is your question?
My system information is as follows:
LSB Version: :core-4.1-amd64:core-4.1-noarch
Distributor ID: CentOS
Description: CentOS Linux release 7.9.2009 (Core)
... | gharchive/issue | 2024-01-28T05:02:30 | 2025-04-01T06:38:19.694761 | {
"authors": [
"fuegovic",
"longjiansina"
],
"repo": "danny-avila/LibreChat",
"url": "https://github.com/danny-avila/LibreChat/issues/1659",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2501397743 | [Question]: How to decrease token after successfully generate DALL-E image?
What is your question?
How to decrease token after successfully generate DALL-E image?
More Details
I know the cost for every dall-e image generation is about 3 cent per successfully generation. I want to manually decrease token like 150,000 ... | gharchive/issue | 2024-09-02T17:52:12 | 2025-04-01T06:38:19.697990 | {
"authors": [
"danny-avila",
"nayakayp"
],
"repo": "danny-avila/LibreChat",
"url": "https://github.com/danny-avila/LibreChat/issues/3901",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2559406037 | feat: Qdrant Vector Database
Qdrant vector database supported. Added section in readme in setting up Qdrant environmental variables as well as specifically running docker image. Implemented Async methods for qdrant.
Tested using bedrock with amazon.titan-embed-text-v2:0 with all 3 supported currently vector databases... | gharchive/pull-request | 2024-10-01T14:24:04 | 2025-04-01T06:38:19.700557 | {
"authors": [
"FinnConnor",
"PylotLight",
"ScarFX"
],
"repo": "danny-avila/rag_api",
"url": "https://github.com/danny-avila/rag_api/pull/81",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
538635337 | nil user_id causes app failure
I have a test to ensure that a nil email in an update will result in a changeset error. I'm using pow_user_id_field_changeset(attrs), which results in:
** (FunctionClauseError) no function clause matching in String.Break.trim_leading/1
The following arguments were given to String... | gharchive/issue | 2019-12-16T20:27:09 | 2025-04-01T06:38:19.705526 | {
"authors": [
"danschultzer",
"dfalling"
],
"repo": "danschultzer/pow",
"url": "https://github.com/danschultzer/pow/issues/358",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
273117431 | Fix issue #1
Fix Issue #1
DRY up codebase by removing duplicate TypeError code from each operation and bring into the _check function. Invoke the _check() function before each operation.
Yay, a pull request!
After you submit a pull request, one of the following will happen:
:sob: You don’t get a response. :sob:
Ev... | gharchive/pull-request | 2017-11-11T04:13:24 | 2025-04-01T06:38:19.733196 | {
"authors": [
"danthareja",
"sambragg"
],
"repo": "danthareja/contribute-to-open-source",
"url": "https://github.com/danthareja/contribute-to-open-source/pull/15",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
609522223 | #36
Adicionado indexDB
Gravando registros no banco de dados
@danvitoriano
| gharchive/pull-request | 2020-04-30T02:42:34 | 2025-04-01T06:38:19.744282 | {
"authors": [
"fwfcunha"
],
"repo": "danvitoriano/minhas-financas",
"url": "https://github.com/danvitoriano/minhas-financas/pull/44",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1926051641 | @peerbit/react -- Error occurred during XX handshake: ciphertext cannot be decrypted using that key
I have a Next.js app in which I'm trying to use PeerProvider from @peerbit/react, like so: https://github.com/Azaeres/etherion-lab/blob/main/src/components/scenes/Experiment4/index.tsx
'use client'
import { PeerProvide... | gharchive/issue | 2023-10-04T11:57:23 | 2025-04-01T06:38:19.758644 | {
"authors": [
"Azaeres",
"marcus-pousette"
],
"repo": "dao-xyz/peerbit-examples",
"url": "https://github.com/dao-xyz/peerbit-examples/issues/6",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1318981833 | Initializing cyber node without using environment variable
Hi, thank you for the amazing tools!
I want to ask you if it is possible to use CYBER_IP as a parameter when initializing (e.g. cyber.init(cyber_ip='111.222.333.444')), rather than using an environment variable.
export CYBER_IP=127.0.0.1
As pycyber is a wr... | gharchive/issue | 2022-07-27T03:47:04 | 2025-04-01T06:38:19.767502 | {
"authors": [
"YuqiHuai",
"daohu527"
],
"repo": "daohu527/pycyber",
"url": "https://github.com/daohu527/pycyber/issues/8",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
990191339 | Update GCP Storage Bucket
Describe the feature
Update GCP Storage Bucket binding:
update create operation: support upload files in base64 (https://docs.dapr.io/reference/components-reference/supported-bindings/gcpbucket/#upload-a-file doesn't work)
add get operation
add delete operation
add list operation
Release ... | gharchive/issue | 2021-09-07T17:19:02 | 2025-04-01T06:38:19.805143 | {
"authors": [
"fjvela"
],
"repo": "dapr/components-contrib",
"url": "https://github.com/dapr/components-contrib/issues/1125",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2050457513 | azappconfig SDk upgrade
Description
Please explain the changes you've made
Issue reference
We strive to have all PR being opened based on an issue, where the problem or feature have been discussed prior to implementation.
Please reference the issue this PR will close: #3267
Checklist
Please make sure you've completed... | gharchive/pull-request | 2023-12-20T12:29:18 | 2025-04-01T06:38:19.808215 | {
"authors": [
"ItalyPaleAle",
"pravinpushkar"
],
"repo": "dapr/components-contrib",
"url": "https://github.com/dapr/components-contrib/pull/3283",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
944498624 | Kubernetes (AKS) - Azure Key Vault Secret Store: failed to get oauth token from certificate auth: failed to read the certificate file
Hey Community,
I have problems using my certificate in Kubernetes (AKS) for my Azure Key Vault Secret Store.
It works wonderfully with local hosting. I made the configuration according... | gharchive/issue | 2021-07-14T14:39:12 | 2025-04-01T06:38:19.813517 | {
"authors": [
"GregorBiswanger"
],
"repo": "dapr/dapr",
"url": "https://github.com/dapr/dapr/issues/3432",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1784305554 | [Workflows] Raise event payload is always null in my sample app
cc @cgillum
As per this thread on Discord, I'm not sure why this workflow code example here is not working. For some reason the raise event payload is null when I expect it to be a string of the value "OK".
The DaprWorkflowClient.RaiseEventAsync happens... | gharchive/issue | 2023-07-01T22:59:37 | 2025-04-01T06:38:19.826303 | {
"authors": [
"cgillum",
"olitomlinson"
],
"repo": "dapr/dapr",
"url": "https://github.com/dapr/dapr/issues/6614",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
563385745 | Threat Model
Current situation
There is a Security Concepts page which lists the the current security features of Dapr very high-level without concrete recommendations or possible threats for:
Dapr-to-app communication
Dapr-to-Dapr communication
Network security
Bindings security
State store security
Management secu... | gharchive/issue | 2020-02-11T18:11:37 | 2025-04-01T06:38:19.831051 | {
"authors": [
"RicardoNiepel"
],
"repo": "dapr/docs",
"url": "https://github.com/dapr/docs/issues/346",
"license": "CC-BY-4.0",
"license_type": "permissive",
"license_source": "github-api"
} |
776521641 | Delete compiled files from src/
This PR removes all compiled files from the src folder.
Also adds src/**/*.js to .gitignore to avoid this problem in the future.
I think this PR is not doing what you think it does
| gharchive/pull-request | 2020-12-30T15:53:39 | 2025-04-01T06:38:19.845418 | {
"authors": [
"mcmacker4",
"peoplenarthax"
],
"repo": "darkaqua/pathfinding.ts",
"url": "https://github.com/darkaqua/pathfinding.ts/pull/2",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2404531332 | unicode characters in response body
https://github.com/darrenburns/posting/blob/7b1d0ae86d2990fa89d52b612284af3aaf590b55/src/posting/widgets/response/response_area.py#L80
In some JSON-type API requests, the returned content may contain Unicode characters, it will show as '\uxxx....' and making the response body unrea... | gharchive/issue | 2024-07-12T02:41:58 | 2025-04-01T06:38:19.922084 | {
"authors": [
"breakstring",
"darrenburns"
],
"repo": "darrenburns/posting",
"url": "https://github.com/darrenburns/posting/issues/31",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
265073769 | AppView performance investigation
Here are some remaining elements of AppView that look suspect:
.flatRootNodes:
List<Node> get flatRootNodes {
return _flattenNestedViews(viewData.rootNodesOrViewContainers);
}
List<Node> _flattenNestedViews(List nodes) {
return _flattenNestedViewRenderNodes(nodes, <Node>[]);
}
... | gharchive/issue | 2017-10-12T20:23:26 | 2025-04-01T06:38:19.949690 | {
"authors": [
"alorenzen",
"jonahwilliams",
"matanlurey"
],
"repo": "dart-lang/angular",
"url": "https://github.com/dart-lang/angular/issues/670",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
319900186 | Update favicon to use new Dart logo
cc @kwalrath @JekCharlsonYu
Let me know which resolutions you'd like in that .ico and I can create one for you. That one was created using:
convert dart/logo/default.png -define icon:auto-resize=128,64,48,32,16 dart/favicon.ico
You might not need that many sizes.
(If there is ... | gharchive/issue | 2018-05-03T12:30:20 | 2025-04-01T06:38:19.963135 | {
"authors": [
"chalin",
"devoncarew"
],
"repo": "dart-lang/dart-pad",
"url": "https://github.com/dart-lang/dart-pad/issues/811",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
768473490 | Removing doc code relating to MDN.
Removes some methods that used to grab MDN links on the fly for documentation
Updates the Code responsible for generating HTML versions of docs provided by the analysis server for display.
Removes related tests.
CC @miquelbeltran, since this is currently blocking dart-pad deploy... | gharchive/pull-request | 2020-12-16T05:48:38 | 2025-04-01T06:38:19.965058 | {
"authors": [
"RedBrogdon"
],
"repo": "dart-lang/dart-pad",
"url": "https://github.com/dart-lang/dart-pad/pull/1705",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
2124442412 | Intl is not working for multiple packages project
I created some packages and one flutter application , these projects use Intl for localizations.
Packages and application:
a package named member_end, pure dart package, contains business logic codes, it uses Intl and intl_translation for localizations, it has a cust... | gharchive/issue | 2024-02-08T06:23:38 | 2025-04-01T06:38:19.996320 | {
"authors": [
"Douglas-Pontes",
"Luvti",
"codelovercc",
"stwarwas"
],
"repo": "dart-lang/i18n",
"url": "https://github.com/dart-lang/i18n/issues/797",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
2763569975 | [native_assets_builder] Git errors on invoking hooks
https://logs.chromium.org/logs/flutter/buildbucket/cr-buildbucket/8727104420872302577/+/u/run_test.dart_for_tool_integration_tests_shard_and_subshard_5_5/stdout
[ ] Running `ANDROID_HOME=/Volumes/Work/s/w/ir/cache/android/sdk TMPDIR=/Volumes/Work/s/w/ir/x/t ... | gharchive/issue | 2024-12-30T18:42:18 | 2025-04-01T06:38:20.067433 | {
"authors": [
"dcharkes"
],
"repo": "dart-lang/native",
"url": "https://github.com/dart-lang/native/issues/1847",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.