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 |
|---|---|---|---|---|---|
2578724790 | when I run uv pip sync requirements.txt , the environment is not be updated
win11
but pyproject.toml
So, I think this command of uv add -r requirements.txt can instead it .
Yeah I think you're looking for uv add here as you mentioned above.
| gharchive/issue | 2024-10-10T12:36:47 | 2025-04-01T06:37:58.258417 | {
"authors": [
"Super1Windcloud",
"charliermarsh"
],
"repo": "astral-sh/uv",
"url": "https://github.com/astral-sh/uv/issues/8088",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2139931115 | Add benchmark of pixi with uv
Summary
Adds Pixi as one of the tool benchmarked against uv.
Pixi can generate multi-platform lock files. here, lock-files are limited to the platform the benchmark is executed on
Pixi can install packages from conda and/or pypi. here, packages are installed from pypi
Still in draft a... | gharchive/pull-request | 2024-02-17T10:19:09 | 2025-04-01T06:37:58.261716 | {
"authors": [
"erlend-sh",
"olivier-lacroix",
"zanieb"
],
"repo": "astral-sh/uv",
"url": "https://github.com/astral-sh/uv/pull/1581",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2251831636 | Revert "Rewrite uv-auth (#2976)"
This reverts commit c0efeeddf6d738991d8f3149168ce57c52073f4e.
As an alternative to the in-progress fix at https://github.com/astral-sh/uv/pull/3130, we could revert the pull request at #2976.
#3130 instead.
| gharchive/pull-request | 2024-04-19T00:24:33 | 2025-04-01T06:37:58.263174 | {
"authors": [
"zanieb"
],
"repo": "astral-sh/uv",
"url": "https://github.com/astral-sh/uv/pull/3131",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2393633447 | fix(sequencer)!: store native asset ibc->trace mapping in init_chain
Summary
we need to store the native asset ibc to "trace" mapping in the state, otherwise queries for the native asset using the ID will fail. for example get_bridge_account_info where the asset is the native asset fails right now
Changes
store nati... | gharchive/pull-request | 2024-07-06T17:11:39 | 2025-04-01T06:37:58.272419 | {
"authors": [
"SuperFluffy",
"noot"
],
"repo": "astriaorg/astria",
"url": "https://github.com/astriaorg/astria/pull/1242",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1613970454 | Anyway to make it also remove the external from the html?
Hi, thank you for building this tool. I was wondering how could we remove something like <link href=/_astro/index.66b179d0.css rel=stylesheet> from the built html that's already been inlined?
Critters only inlines a small portion of the CSS, the one that is... | gharchive/issue | 2023-03-07T18:15:31 | 2025-04-01T06:37:58.277715 | {
"authors": [
"RodrigoTomeES",
"Suven",
"gnomeria",
"nikolaxhristov"
],
"repo": "astro-community/astro-critters",
"url": "https://github.com/astro-community/astro-critters/issues/73",
"license": "CC0-1.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2009952504 | Upsert does not remove successfully upserted documents
https://github.com/astronomer/ask-astro/blob/515f3386c4eac8aa4ddcdc3ad12c46b52e4aad8a/airflow/include/tasks/extract/utils/weaviate/ask_astro_weaviate_hook.py#L328C9-L340C1
If no errors occur in upsert this will never be called. Need to move this to its own funct... | gharchive/issue | 2023-11-24T16:15:41 | 2025-04-01T06:37:58.281128 | {
"authors": [
"mpgreg",
"sunank200"
],
"repo": "astronomer/ask-astro",
"url": "https://github.com/astronomer/ask-astro/issues/174",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1553916656 | Add support for "source" select/exclude to DbtDag & DbtTaskGroup parsers
See dbt docs on cli usage examples here
$ dbt run --select source:snowplow+ # run all models that select from Snowplow sources
Ultimately, in our parsers, we should be able to have a new parameter that looks something like this:
# (Either th... | gharchive/issue | 2023-01-23T22:14:08 | 2025-04-01T06:37:58.289499 | {
"authors": [
"chrishronek",
"tatiana"
],
"repo": "astronomer/astronomer-cosmos",
"url": "https://github.com/astronomer/astronomer-cosmos/issues/93",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2119838010 | Add support for InvocationMode.DBT_RUNNER for local execution mode
Description
This PR adds dbtRunner programmatic invocation for ExecutionMode.LOCAL. I decided to not make a new execution mode for each (e.g. ExecutionMode.LOCAL_DBT_RUNNER) and all of the child operators but instead added an additional config Executi... | gharchive/pull-request | 2024-02-06T02:57:18 | 2025-04-01T06:37:58.296651 | {
"authors": [
"jbandoro"
],
"repo": "astronomer/astronomer-cosmos",
"url": "https://github.com/astronomer/astronomer-cosmos/pull/836",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1210894621 | Fix failing example_emr_eks_pi_job example DAG
The example_emr_eks_pi_job is failing as part of our intergration tests run.
As part of the investigation logs, the shell script Bash Operator seems to having some errors not being raised up and letting the task state shown to be successful.
Understand the DAG, debug the... | gharchive/issue | 2022-04-21T11:24:01 | 2025-04-01T06:37:58.304260 | {
"authors": [
"danielhoherd",
"pankajkoti",
"phanikumv"
],
"repo": "astronomer/astronomer-providers",
"url": "https://github.com/astronomer/astronomer-providers/issues/257",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
492345303 | write_ds9 silently overwrites output file
https://github.com/astropy/regions/blob/35bab74340b12053942d2bc6ebd071dce340c605/regions/io/ds9/write.py#L62
This behavior is not always desirable. I propose you add an overwrite keyword like what astropy unified I/O does.
Added in v0.5
| gharchive/issue | 2019-09-11T16:35:36 | 2025-04-01T06:37:58.373001 | {
"authors": [
"larrybradley",
"pllim"
],
"repo": "astropy/regions",
"url": "https://github.com/astropy/regions/issues/298",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
476623590 | Enhancement of Convolution Networks
This PR
Corrects a few mistakes in the docs for Convolution Networks
Adds data_format capability. User can now use channels_first and channels_last tensors. This option can be passed in forward function. If not passed, it will be picked from hyperparameters
Handles the differ... | gharchive/pull-request | 2019-08-05T01:59:34 | 2025-04-01T06:37:58.386844 | {
"authors": [
"AvinashBukkittu",
"ZhitingHu"
],
"repo": "asyml/texar-pytorch",
"url": "https://github.com/asyml/texar-pytorch/pull/138",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1243432022 | docs: update to make styling more consistent
I have updated the Readme part by adding some icons aside two headings i.e. Environment and How to setup.
@naman-tiwari Hi! Please apply my and Missy suggestions, and then we will accept it and merge :)
| gharchive/pull-request | 2022-05-20T17:26:38 | 2025-04-01T06:37:58.396118 | {
"authors": [
"magicmatatjahu",
"naman-tiwari"
],
"repo": "asyncapi/design-system",
"url": "https://github.com/asyncapi/design-system/pull/34",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1694933072 | sumneko_lua lags the editor
As stated above, sumneko_lua (lua_ls) lags down the editor. Somehow it really lags mini plugins?
not just mini but also noice.nvim?
otherwise, diagnostics are lagging down the editor when leaving?
nope, fixed in 50aa8ccb8cfcec2aef2fca202cd1b7aa1dca450e
| gharchive/issue | 2023-05-03T22:27:05 | 2025-04-01T06:37:58.397457 | {
"authors": [
"asyncedd"
],
"repo": "asyncedd/dots.nvim",
"url": "https://github.com/asyncedd/dots.nvim/issues/96",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1153283479 | Restructure
Remove netstandard 2.1
Restructure solution structure
Remove Proto.Remote.GrpcNet and Proto.Repote.GrpcCore in favor of just Proto.Remote containing all grpcnet code
Also, any idea why some tests consistently fail? or maybe just CI acting up
Also, any idea why some tests consistently fail? or maybe j... | gharchive/pull-request | 2022-02-27T15:06:39 | 2025-04-01T06:37:58.399421 | {
"authors": [
"mhelleborg",
"rogeralsing"
],
"repo": "asynkron/protoactor-dotnet",
"url": "https://github.com/asynkron/protoactor-dotnet/pull/1488",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1841096233 | Fixes #208
Changes the function argument type in get_instance(self, num: int) in the ExampleManager class from 'int' to 'str'. This allows to load some of the instance files with characters in the filename, e.g. 'instance1c.rddl' in the MountainCar domain.
Hi,
Thanks for the fix.
We should really starting thinking ... | gharchive/pull-request | 2023-08-08T11:10:38 | 2025-04-01T06:37:58.403674 | {
"authors": [
"GMMDMDIDEMS",
"mike-gimelfarb"
],
"repo": "ataitler/pyRDDLGym",
"url": "https://github.com/ataitler/pyRDDLGym/pull/209",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
713989530 | Out-of-memory issue when allocating a http request header buffer
Trying to setup a 512 byte buffer for reading the http request headers and failing to allocate it.
There could be an IDF setting that can be used to suppress the abort() call and instead just return nullptr.
stack:
0x40089235: esp_system_abort at C:/esp... | gharchive/issue | 2020-10-03T02:54:59 | 2025-04-01T06:37:58.405930 | {
"authors": [
"TrainzLuvr",
"atanisoft"
],
"repo": "atanisoft/HttpServer",
"url": "https://github.com/atanisoft/HttpServer/issues/6",
"license": "BSD-2-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
1021933011 | 🛑 Wedding HTTPS is down
In fb66068, Wedding HTTPS ($WEDDINGHTTPS) was down:
HTTP code: 0
Response time: 0 ms
Resolved: Wedding HTTPS is back up in 8155511.
| gharchive/issue | 2021-10-10T09:42:46 | 2025-04-01T06:37:58.436225 | {
"authors": [
"atatkin"
],
"repo": "atatkin/milos-uptime",
"url": "https://github.com/atatkin/milos-uptime/issues/2434",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1348223905 | 🛑 Wedding HTTPS is down
In 6706d4b, Wedding HTTPS ($WEDDINGHTTPS) was down:
HTTP code: 0
Response time: 0 ms
Resolved: Wedding HTTPS is back up in 57d8397.
| gharchive/issue | 2022-08-23T16:34:24 | 2025-04-01T06:37:58.438342 | {
"authors": [
"atatkin"
],
"repo": "atatkin/milos-uptime",
"url": "https://github.com/atatkin/milos-uptime/issues/8107",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
950252348 | 🛑 Wedding HTTPS is down
In 1990d12, Wedding HTTPS ($WEDDINGHTTPS) was down:
HTTP code: 0
Response time: 0 ms
Resolved: Wedding HTTPS is back up in 1300034.
| gharchive/issue | 2021-07-22T02:46:02 | 2025-04-01T06:37:58.440425 | {
"authors": [
"atatkin"
],
"repo": "atatkin/milos-uptime",
"url": "https://github.com/atatkin/milos-uptime/issues/843",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1472457890 | 🛑 Wedding HTTPS is down
In 866cc4b, Wedding HTTPS ($WEDDINGHTTPS) was down:
HTTP code: 0
Response time: 0 ms
Resolved: Wedding HTTPS is back up in c82bdea.
| gharchive/issue | 2022-12-02T07:55:33 | 2025-04-01T06:37:58.442722 | {
"authors": [
"atatkin"
],
"repo": "atatkin/milos-uptime",
"url": "https://github.com/atatkin/milos-uptime/issues/9479",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1314695302 | Add monadic utility functions
This PR adds some monadic utility functions to improve the readability of code written using MTL-style effects.
As a side note: writing the code I notices wart remover getting really angry with the monadic unless and when because it kept inferring the type Any; we have to keep an eye o... | gharchive/pull-request | 2022-07-22T08:53:53 | 2025-04-01T06:37:58.457187 | {
"authors": [
"giacomocavalieri"
],
"repo": "atedeg/mdm",
"url": "https://github.com/atedeg/mdm/pull/95",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2223992924 | Integration stopped working after update to HA 2024.4.0
Hi,
After update to HA 2024.4.0, all integration entities but state became unavailable.
I see those suspicious errors in logs, not sure they are related:
Enregistreur: homeassistant
Source: util/async_.py:35
S'est produit pour la première fois: 23:34:13 (1 occur... | gharchive/issue | 2024-04-03T21:48:22 | 2025-04-01T06:37:58.462520 | {
"authors": [
"35gh",
"corgan2222"
],
"repo": "ateodorescu/home-assistant-ipmi",
"url": "https://github.com/ateodorescu/home-assistant-ipmi/issues/34",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
564559260 | Move ExtensionAttribute into a separate assembly
At this point where is a lot of libraries which employs an ExtensionAttribute
definition hack to support .NET, which leads to some well-known problems when
System.Runtime.CompilerServices.ExtensionAttribute gets redefined in more when
one assembly. For example, let'... | gharchive/issue | 2020-02-13T09:45:19 | 2025-04-01T06:37:58.479240 | {
"authors": [
"atifaziz"
],
"repo": "atifaziz/LINQBridge",
"url": "https://github.com/atifaziz/LINQBridge/issues/28",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
2685931371 | [Atividade 09] Análise comparativa de modelos
Inserir as seções de texto Obtenção de dados, Preparação de dados e Seleção de modelos no notebook notebooks/02-comparative_analysis.ipynb, de acordo com o conteúdo visto em aula:
[x] Deve-se utilizar um método de validação cruzada (holdout, k-fold, Monte Carlo) apresen... | gharchive/issue | 2024-11-23T12:19:44 | 2025-04-01T06:37:58.522174 | {
"authors": [
"laayrd"
],
"repo": "atlantico-academy/equipe5-2024.3",
"url": "https://github.com/atlantico-academy/equipe5-2024.3/issues/9",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
261904038 | Interpolate task progress
Expected Behaviour
The progress of tasks update every tick according to the speed of the machines.
Actual Behaviour
At the moment, the progress of tasks will only update at a specific interval (10 ticks) instead of per tick.
Implemented in #21
| gharchive/issue | 2017-10-01T09:33:33 | 2025-04-01T06:37:58.523500 | {
"authors": [
"fabianishere"
],
"repo": "atlarge-research/opendc-simulator",
"url": "https://github.com/atlarge-research/opendc-simulator/issues/5",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
437790084 | Introduce editable combobox
Introduce editable combobox which allows user to type in and filter before choose one from a list.
delimiter for Concatenate/Split transformation
transformation name
field name
What else?
out of date
| gharchive/issue | 2019-04-26T18:19:00 | 2025-04-01T06:37:58.531382 | {
"authors": [
"igarashitm"
],
"repo": "atlasmap/atlasmap",
"url": "https://github.com/atlasmap/atlasmap/issues/895",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1046783273 | init.py
change
from storages.backends import s3boto
to
from storages.backends.s3boto3 import S3Boto3Storage
replace
s3boto.S3BotoStorage
with
S3Boto3Storage
and update repository please, its outdated.
change
from storages.backends import s3boto
to
from storages.backends.s3boto3 import S3Boto3Storage
replace
s3boto... | gharchive/issue | 2021-11-07T15:59:25 | 2025-04-01T06:37:58.547318 | {
"authors": [
"atodorov",
"bruns6077"
],
"repo": "atodorov/django-s3-cache",
"url": "https://github.com/atodorov/django-s3-cache/issues/9",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
124083240 | [ Keyboard usability enhancement ] Search box for Tree View
Hi,
Often a project is made up of tens if not hundreds or even thousands of files and directories, it would be quite handy to have a box to search (as-you-type) for them.
Cheers
Thanks for the suggestion! This looks like a duplicate of https://github.com/a... | gharchive/issue | 2015-12-28T15:49:46 | 2025-04-01T06:37:58.570163 | {
"authors": [
"i90rr",
"mnquintana"
],
"repo": "atom/atom",
"url": "https://github.com/atom/atom/issues/10202",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
136541875 | Feature Request: Distribute Atom through the Mac App Store
IANAL. Please can anyone confirm whether the Atom MIT license is compatible with the Mac App Store?
Now that Electron 0.34.0 supports the Mac App Store https://github.com/atom/electron/blob/master/docs/tutorial/mac-app-store-submission-guide.md, is it possib... | gharchive/issue | 2016-02-25T23:13:55 | 2025-04-01T06:37:58.573316 | {
"authors": [
"landocloud",
"lee-dohm"
],
"repo": "atom/atom",
"url": "https://github.com/atom/atom/issues/10976",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
200811203 | Build Failed
Prerequisites
[x] Put an X between the brackets on this line if you have done all of the following:
Reproduced the problem in Safe Mode: http://flight-manual.atom.io/hacking-atom/sections/debugging/#using-safe-mode
Followed all applicable steps in the debugging guide: http://flight-manual.atom.io/hack... | gharchive/issue | 2017-01-14T15:44:24 | 2025-04-01T06:37:58.582152 | {
"authors": [
"hucan7",
"lee-dohm"
],
"repo": "atom/atom",
"url": "https://github.com/atom/atom/issues/13620",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
232823091 | Rename file should replace the tab with the renamed file.
Prerequisites
[X] Put an X between the brackets on this line if you have done all of the following:
...
Description
Rename file should replace the tab with the renamed file.
Steps to Reproduce
Right click a file in tab or file tree sidebar,
Click rename
Ent... | gharchive/issue | 2017-06-01T09:45:32 | 2025-04-01T06:37:58.586453 | {
"authors": [
"q4w56",
"rsese"
],
"repo": "atom/atom",
"url": "https://github.com/atom/atom/issues/14692",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
325136963 | Display Progress of Download of a package
Summary
It would a good idea to show a progress bar of how much is downloaded when installing a package via apm or atom ui
Motivation
When installing a package via apm or atom ui it sometimes took a long time, so sometimes it let me think, is it really downloading something o... | gharchive/issue | 2018-05-22T04:27:28 | 2025-04-01T06:37:58.590215 | {
"authors": [
"bauripalash",
"rsese"
],
"repo": "atom/atom",
"url": "https://github.com/atom/atom/issues/17383",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
442166552 | Auto Indent Empty Line Above
In Geany, notice that when an indented line is sent to a line below, indentation is added to the newline above so that indented text can quickly be added to that newline:
In Atom, the indentation must be added manually:
My feature request is for the geany-like behavior to be implemented... | gharchive/issue | 2019-05-09T10:31:25 | 2025-04-01T06:37:58.593798 | {
"authors": [
"doakey3",
"rsese"
],
"repo": "atom/atom",
"url": "https://github.com/atom/atom/issues/19288",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
91619174 | Incorrect Arch Linux installation instructions
Hi,
I know I could go about this with a pull request but it's only a single word addition to the Linux.md file so I felt a developer with write permissions to the GitHub repo could just read this and make the change. At the moment the Linux.md file reads this in its Arch... | gharchive/issue | 2015-06-28T17:33:27 | 2025-04-01T06:37:58.597842 | {
"authors": [
"50Wliu",
"Narrat",
"fusion809"
],
"repo": "atom/atom",
"url": "https://github.com/atom/atom/issues/7511",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
112675988 | Atom Beta isn't Side by Side on Windows
Expected
According to the beta info page Atom Beta should "run side-by-side with Atom stable". To me that reads like I should be able to have both the beta and stable installed (and even running) simultaneously on the same system (like with Chrome's stable & beta releases) and ... | gharchive/issue | 2015-10-21T20:49:29 | 2025-04-01T06:37:58.616702 | {
"authors": [
"Ben3eeE",
"MartyGentillon",
"MethodGrab",
"MorganMarshall",
"benogle",
"calebmeyer",
"damieng",
"jerone",
"maxbrunsfeld",
"mnquintana",
"paulcbetts",
"sonokamome",
"vvs"
],
"repo": "atom/atom",
"url": "https://github.com/atom/atom/issues/9247",... |
163072903 | Indexing Project..0
Whenever I start the Fuzzy Finder, it gives a screen stating: Indexing project..0.
How do I get it to work properly?
https://github.com/atom/fuzzy-finder/issues/205?
+1
Closing as a duplicate of #205 - feel free to subscribe there for updates.
| gharchive/issue | 2016-06-30T03:20:17 | 2025-04-01T06:37:58.619418 | {
"authors": [
"50Wliu",
"Ben3eeE",
"Postem1",
"sunnyvempati"
],
"repo": "atom/fuzzy-finder",
"url": "https://github.com/atom/fuzzy-finder/issues/226",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1315966772 | ESP32: add support to CMake buildsystem used on esp-idf >= 4.x
These changes are made under both the "Apache 2.0" and the "GNU Lesser General
Public License 2.1 or later" license terms (dual license).
SPDX-License-Identifier: Apache-2.0 OR LGPL-2.1-or-later
tested:
[x] network driver
[x] socket driver
| gharchive/pull-request | 2022-07-24T17:40:53 | 2025-04-01T06:37:58.652958 | {
"authors": [
"bettio"
],
"repo": "atomvm/AtomVM",
"url": "https://github.com/atomvm/AtomVM/pull/333",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1790126110 | functional tests occasionally failing
Describe the bug
Seeing messages like this in logs
SEVERE|2023-07-05 19:04:35.767602|LocalSecondary (@alice🛠)|exception in llookup:Could not read value from box. Maybe your box is corrupted.
For example in this PR, test run 1 failed but test run 2 succeeded (but can still see... | gharchive/issue | 2023-07-05T19:11:18 | 2025-04-01T06:37:58.674802 | {
"authors": [
"gkc"
],
"repo": "atsign-foundation/at_client_sdk",
"url": "https://github.com/atsign-foundation/at_client_sdk/issues/1084",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
1290780210 | Update TLS connection to optionally output TLS keys to file
Is your feature request related to a problem? Please describe.
Update TLS connection to optionally output TLS keys to file. This allows you to "see" inside the TLS packets using WireShark and diagnose issues.
Describe the solution you'd like
Open to suggesti... | gharchive/issue | 2022-07-01T01:06:00 | 2025-04-01T06:37:58.687602 | {
"authors": [
"VJag",
"cconstab",
"gkc",
"murali-shris",
"srieteja"
],
"repo": "atsign-foundation/at_libraries",
"url": "https://github.com/atsign-foundation/at_libraries/issues/189",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
261499750 | SimplifyType is too expensive
Now that the dust is starting to settle after changing values to be backed by bytes, SimplifyType is rising the top of alot of profiles.
The algorithm is unavoidably costly. I think a good kind of approach here is to try to avoid recomputing a simplified type that we've already computed ... | gharchive/issue | 2017-09-29T00:32:23 | 2025-04-01T06:37:58.695148 | {
"authors": [
"rafael-atticlabs"
],
"repo": "attic-labs/noms",
"url": "https://github.com/attic-labs/noms/issues/3747",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
295497691 | Bot logins before joining any team ?
If a bot tries to login before it joins any team, there will be error in MattermostAPIv4.load_initial_data
Should mattermost_bot allows this bot to login ?
A possible way to do that :
def load_initial_data(self):
! self.teams = self.get('/users/me/teams')
+ self.teams_channels... | gharchive/issue | 2018-02-08T12:41:31 | 2025-04-01T06:37:58.702482 | {
"authors": [
"attzonko",
"seLain"
],
"repo": "attzonko/mattermost_bot",
"url": "https://github.com/attzonko/mattermost_bot/issues/9",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
185245136 | Remove auto-generated comment :)
I guess the generated docs files are quite modified compared to what sphinx autogenerates, so we can remove this :)
Apparently I end all sentences with smileys right now :)
Right, makes sense!
| gharchive/pull-request | 2016-10-25T21:57:49 | 2025-04-01T06:37:58.776358 | {
"authors": [
"benjaoming",
"eliasdorneles"
],
"repo": "audreyr/cookiecutter-pypackage",
"url": "https://github.com/audreyr/cookiecutter-pypackage/pull/263",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
1518212717 | Merge develop to serenity (#9)
Update ci.yml
fix deployment ts (#8)
Update ci.yml
Co-authored-by: kienvc vuchikien269@gmail.com
@doquockhanhan : Tuần sau merge
| gharchive/pull-request | 2023-01-04T02:56:04 | 2025-04-01T06:37:58.787722 | {
"authors": [
"hoangthanh212"
],
"repo": "aura-nw/verify-contract",
"url": "https://github.com/aura-nw/verify-contract/pull/10",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
117822322 | fix(tests): Fixed ReferenceError in two tests
Fixed missing done parameters
thanks :+1:
| gharchive/pull-request | 2015-11-19T14:14:24 | 2025-04-01T06:37:58.797749 | {
"authors": [
"Mordred",
"zewa666"
],
"repo": "aurelia/animator-css",
"url": "https://github.com/aurelia/animator-css/pull/31",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
178300629 | [Bug] When using 2 config files, bundle fail
I using skeleton-esnext 1.0.0
JSPM Version: 0.16.45
bundle.js
var gulp = require('gulp');
var bundler = require('aurelia-bundler');
var bundles = require('../bundles.js');
var config = {
force: true,
baseURL: '.',
configPath: [
'./jspm.config.js',
... | gharchive/issue | 2016-09-21T09:58:44 | 2025-04-01T06:37:58.812475 | {
"authors": [
"XuJinNet",
"ahmedshuhel"
],
"repo": "aurelia/bundler",
"url": "https://github.com/aurelia/bundler/issues/145",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1656332861 | Call internationalization
Add internationalization configuration as parameter of both: check for updates and update methods.
Implemented by e3daf30e81aac6c506dfb080e207c6509613d663.
| gharchive/issue | 2023-04-05T21:43:29 | 2025-04-01T06:37:58.841570 | {
"authors": [
"aureliano"
],
"repo": "aureliano/caravela",
"url": "https://github.com/aureliano/caravela/issues/15",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
438390215 | Use erc721-balance to quickly query badges
This PR integrates erc721-balance by @vrde.
Here's a page that explains what it does: https://vrde.github.io/erc721-benchmark/
TL;DR: It queries ERC721 tokens super quickly by taking advantage of batch calls against the JSON-RPC API. This shows especially when you have lots ... | gharchive/pull-request | 2019-04-29T16:01:33 | 2025-04-01T06:37:58.887298 | {
"authors": [
"TimDaub"
],
"repo": "austintgriffith/burner-wallet",
"url": "https://github.com/austintgriffith/burner-wallet/pull/164",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2355734645 | Incompatible types in typeclass instances are not caught by the checker
While looking into why the standard library wasn't building correctly for me, I found that that readByte for StandardInput
was trying to call an incompatible mono in the generated c code.
In the source I found that the implementations of the read... | gharchive/issue | 2024-06-16T12:32:00 | 2025-04-01T06:37:58.889692 | {
"authors": [
"eudoxia0",
"tim-de"
],
"repo": "austral/austral",
"url": "https://github.com/austral/austral/issues/600",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1973400838 | 🛑 repl.co is down
In b05e2cb, repl.co (https://hello-repl.auteen.repl.co) was down:
HTTP code: 404
Response time: 599 ms
Resolved: repl.co is back up in af7eddb after 45 minutes.
| gharchive/issue | 2023-11-02T02:39:58 | 2025-04-01T06:37:58.892891 | {
"authors": [
"auteen"
],
"repo": "auteen/autoreplit",
"url": "https://github.com/auteen/autoreplit/issues/1053",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1983523625 | ESD-32354: Add disable_self_service_change_password to AD connection options
🔧 Changes
Adds support for disable_self_service_change_password on AD Connection Options.
📚 References
https://github.com/auth0/terraform-provider-auth0/issues/870
🔬 Testing
📝 Checklist
[x] All new/changed/fixed functionality is cov... | gharchive/pull-request | 2023-11-08T12:44:07 | 2025-04-01T06:37:58.913995 | {
"authors": [
"codecov-commenter",
"sergiught"
],
"repo": "auth0/go-auth0",
"url": "https://github.com/auth0/go-auth0/pull/308",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2092852228 | Extra +s are being appended to formData's strings
When sending in formData with some structure as { key: "this is a test" }, all of the spaces in the string are replaced with + after being processed.
Hi! Sorry this took a while! You can now pass convertPluses: true as a config option to form and softForm to enable ... | gharchive/issue | 2024-01-22T00:21:39 | 2025-04-01T06:37:58.928602 | {
"authors": [
"LeoDog896",
"miunau"
],
"repo": "auth70/bodyguard",
"url": "https://github.com/auth70/bodyguard/issues/1",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
971265351 | fix: resolve namespace cfg snapshot timestamps uniquly per namespace
The changes herein ensure that namespace config snapshots are resolved and propagated uniquely per namespace. namespace config changes can happen at different times between any two different namespaces, and therefore we must propagate the snapshot t... | gharchive/pull-request | 2021-08-16T00:43:03 | 2025-04-01T06:37:58.955412 | {
"authors": [
"codecov-commenter",
"jon-whit"
],
"repo": "authorizer-tech/access-controller",
"url": "https://github.com/authorizer-tech/access-controller/pull/37",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1580478005 | extraPodAnnotations doesn't apply to the migration pod
I deployed the following in a namespace that has istio injection enabled
apiVersion: authzed.com/v1alpha1
kind: SpiceDBCluster
metadata:
name: dev
spec:
config:
datastoreEngine: postgres
extraPodAnnotations:
sidecar.istio.io/inject: "false"
s... | gharchive/issue | 2023-02-10T23:22:21 | 2025-04-01T06:37:58.960444 | {
"authors": [
"Bhashit",
"ecordell",
"thomasklein94"
],
"repo": "authzed/spicedb-operator",
"url": "https://github.com/authzed/spicedb-operator/issues/146",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1390470616 | SpiceDb crashing unexpectedly
I came across a weird behaviour for SpiceDB - it crashed with an exit code 2.
Here is the tail of the log:
{"level":"error","module":"pgx","args":[],"err":"ERROR: relation \"relation_tuple_transaction\" does not exist (SQLSTATE 42P01)","pid":7266,"sql":"\n\tSELECT COALESCE(\n\t\t(SELECT ... | gharchive/issue | 2022-09-29T08:29:16 | 2025-04-01T06:37:58.964665 | {
"authors": [
"jakub-lesniak-mck",
"vroldanbet"
],
"repo": "authzed/spicedb",
"url": "https://github.com/authzed/spicedb/issues/850",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1653071654 | Surround URL replacements option with quotes
Internal ticket: https://app.clickup.com/t/864ea29wc
https://github.com/autifyhq/autify-cli/pull/389
To support --url-replacements option with space delimiter we need to surround the arg with quotes.
I confirmed it works well on autify-cli with this commit https://github.c... | gharchive/pull-request | 2023-04-04T02:46:31 | 2025-04-01T06:37:58.967902 | {
"authors": [
"mtsmfm",
"riywo"
],
"repo": "autifyhq/actions-web-test-run",
"url": "https://github.com/autifyhq/actions-web-test-run/pull/31",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2335016551 | Adsk Contrib - Add cmake option OCIO_HAS_BUILTIN_YAML_CONFIGS
Adding cmake option to remove built-in yaml based configs (CGConfig and StudioConfig). When this option is turned off, the tests that rely on the built-in configs will also be removed.
Yes, when the YAML switch is added this will be controlled by it too.... | gharchive/pull-request | 2024-06-05T06:29:32 | 2025-04-01T06:37:58.986849 | {
"authors": [
"cozdas"
],
"repo": "autodesk-forks/OpenColorIO",
"url": "https://github.com/autodesk-forks/OpenColorIO/pull/4",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
1579444107 | The file extension loaded into the viewer is not supported
I have a 2022 revit model (.rvt).
I want to know whether the problem comes from the version of the software or from the formats that are supported by the app.
I used the same revit file as in the README.
The file extension loaded into the viewer is not suppor... | gharchive/issue | 2023-02-10T10:38:47 | 2025-04-01T06:37:58.988783 | {
"authors": [
"salahelfarissi"
],
"repo": "autodesk-platform-services/aps-iot-extensions-demo",
"url": "https://github.com/autodesk-platform-services/aps-iot-extensions-demo/issues/6",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
324601167 | prune vendor using pruning rules
Before prune:
$ du -sh vendor/
121M vendor/
After prune:
$ du -sh vendor/
41M vendor/
Thanks @jmrodri You're going to have to show me how to do this :)
| gharchive/pull-request | 2018-05-19T04:53:23 | 2025-04-01T06:37:59.012349 | {
"authors": [
"dymurray",
"jmrodri"
],
"repo": "automationbroker/sbcli",
"url": "https://github.com/automationbroker/sbcli/pull/1",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1956589271 | Doitpay Go SDK
Implementation:
docs/ masih WIP
Gokil 16K 🤣
Pada github action tambahkan job untuk running Unit test
| gharchive/pull-request | 2023-10-23T08:05:52 | 2025-04-01T06:37:59.016692 | {
"authors": [
"kervinch",
"reza-putra"
],
"repo": "automotechnologies/doitpay-go",
"url": "https://github.com/automotechnologies/doitpay-go/pull/1",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
641490562 | How could I disable verbose output
chatty(false) is no-op now. Do I have an opportunity to disable console output?
Thanks for asking. I have made an effort with recent releases to reduce console output by default. Do you find this is still too verbose?
Yes, we have a lot of modules around 300 and a lot of plugins... | gharchive/issue | 2020-06-18T19:18:53 | 2025-04-01T06:37:59.021312 | {
"authors": [
"autonomousapps",
"sboishtyan"
],
"repo": "autonomousapps/dependency-analysis-android-gradle-plugin",
"url": "https://github.com/autonomousapps/dependency-analysis-android-gradle-plugin/issues/202",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api... |
2578844536 | ignoreKtx(true) is not working
Plugin version
2.1.4
Gradle version
8.10.2
JDK version
23
(Optional) Kotlin and Kotlin Gradle Plugin (KGP) version
2.0.20
(Optional) Android Gradle Plugin (AGP) version
8.6.2
(Optional) reason output for bugs relating to incorrect advice
./gradlew sha:vide:reason --id androidx.lifecycle... | gharchive/issue | 2024-10-10T13:23:07 | 2025-04-01T06:37:59.026378 | {
"authors": [
"autonomousapps",
"emartynov"
],
"repo": "autonomousapps/dependency-analysis-gradle-plugin",
"url": "https://github.com/autonomousapps/dependency-analysis-gradle-plugin/issues/1283",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1229909868 | Add definition of "Script Plugin"
https://kotlinlang.slack.com/archives/C19FD9681/p1652110468534199?thread_ts=1652107016.526049&cid=C19FD9681
Oops, @martinbonnin was wrong, it is there. My fault for not double-checking though 😂
https://github.com/autonomousapps/gradle-glossary#script-plugin
CLOSING
| gharchive/issue | 2022-05-09T15:36:11 | 2025-04-01T06:37:59.028189 | {
"authors": [
"handstandsam"
],
"repo": "autonomousapps/gradle-glossary",
"url": "https://github.com/autonomousapps/gradle-glossary/issues/7",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
792446713 | Compiling for Windows?
Hello,
I made a trimmed down version and building for Linux is easy. I'm having issues with building on Windows. Can you post directions online?
Thank you!
I figured it out
I figured it out
| gharchive/issue | 2021-01-23T05:34:27 | 2025-04-01T06:37:59.029448 | {
"authors": [
"Jah-On"
],
"repo": "autopilot-rs/autopy",
"url": "https://github.com/autopilot-rs/autopy/issues/67",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1157837646 | chore: sync issue and PR templates
Sync files that will be added in https://github.com/autowarefoundation/autoware/pull/56.
pre-commit.ci run
@xmfcx cc @mitsudome-r I'll explain about this CI here.
If we change the settings like this,
and run the workflow sync-files,
this kind of PR is created. It enables us t... | gharchive/pull-request | 2022-03-03T00:33:57 | 2025-04-01T06:37:59.087415 | {
"authors": [
"kenji-miyake",
"xmfcx"
],
"repo": "autowarefoundation/autoware.core",
"url": "https://github.com/autowarefoundation/autoware.core/pull/4",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1660395707 | feat(obstacle_cruise_planner): implement slow down planner
Description
Implemented slow down planner, inserting slow down point in the trajectory where the point is close to the dynamic/static obstacles.
Related links
launcher PR: https://github.com/autowarefoundation/autoware_launch/pull/288
Tests performed
Plannin... | gharchive/pull-request | 2023-04-10T07:52:41 | 2025-04-01T06:37:59.094674 | {
"authors": [
"takayuki5168"
],
"repo": "autowarefoundation/autoware.universe",
"url": "https://github.com/autowarefoundation/autoware.universe/pull/3339",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1873161267 | fix(goal_planner): fix goal search for narrow shoulder lane
Description
Fix goal search for narrow shoulder lane considering patterns when the bound of the vehicle at pull over lane's center line is outside the bound of the lanelet.
before (skip checking is in lane)
after
Related links
Tests performed
psim
!
... | gharchive/pull-request | 2023-08-30T08:11:52 | 2025-04-01T06:37:59.103163 | {
"authors": [
"kosuke55",
"kyoichi-sugahara"
],
"repo": "autowarefoundation/autoware.universe",
"url": "https://github.com/autowarefoundation/autoware.universe/pull/4816",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2580605880 | fix(docker): install CUDA development drivers in development containers
Description
Resolved https://github.com/autowarefoundation/autoware/issues/5219
The cause of #5219 is that due to the changes in #5159, only the CUDA runtime drivers are now being installed in both the development containers and the runtime conta... | gharchive/pull-request | 2024-10-11T07:03:20 | 2025-04-01T06:37:59.109799 | {
"authors": [
"youtalk"
],
"repo": "autowarefoundation/autoware",
"url": "https://github.com/autowarefoundation/autoware/pull/5332",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1565418732 | feat(autoware_adapi_v1_msgs): add vehicle status msgs
Signed-off-by: tkhmy tkh.my.p@gmail.com
Description
Create msgs for vehicle status
Related links
https://github.com/autowarefoundation/autoware/issues/3232
https://github.com/autowarefoundation/autoware-documentation/pull/312
Tests performed
Notes for reviewers... | gharchive/pull-request | 2023-02-01T04:37:43 | 2025-04-01T06:37:59.119131 | {
"authors": [
"isamu-takagi",
"kenji-miyake",
"tkhmy"
],
"repo": "autowarefoundation/autoware_adapi_msgs",
"url": "https://github.com/autowarefoundation/autoware_adapi_msgs/pull/24",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
673842927 | Unifying the Reporting API: without RaceBuffer for now
Closes #179
Based on #185 , but replaces the RaceBuffer with a basic ring buffer to get us by until the RaceBuffer work settles.
:+1:
| gharchive/pull-request | 2020-08-05T20:58:11 | 2025-04-01T06:37:59.120347 | {
"authors": [
"ZackPierce",
"jonlamb-gh"
],
"repo": "auxoncorp/modality-probe",
"url": "https://github.com/auxoncorp/modality-probe/pull/188",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
413595813 | Add ReSwitched Silver™
one real addition to one meme addition is a good ratio right
Can you make it an embed?
thanks I hate it
| gharchive/pull-request | 2019-02-22T21:59:33 | 2025-04-01T06:37:59.158127 | {
"authors": [
"ThatNerdyPikachu",
"aveao",
"leo60228"
],
"repo": "aveao/robocop-ng",
"url": "https://github.com/aveao/robocop-ng/pull/18",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2229047515 | Improve clarity of 1. Your budget and expectations screen
[ ] It is unclear to the players what values are constant every round: The facilitator can explain that aspect by adding an * to the applicable values and a note below.
I do not think it is wise to hard-code this. Future versions of the game could have ch... | gharchive/issue | 2024-04-06T03:12:32 | 2025-04-01T06:37:59.195566 | {
"authors": [
"averbraeck",
"vjcortesa"
],
"repo": "averbraeck/housinggame-player",
"url": "https://github.com/averbraeck/housinggame-player/issues/51",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
888284501 | Auto save of new asset not working
When auto-save tries to save an asset it "appears" to save because the save button is disabled but the asset is not really saved anywhere. Furthermore, Save As is not enabled to save it somewhere else.
This ended up being a problem with the data model which has now been resolved. ... | gharchive/issue | 2021-05-11T19:15:15 | 2025-04-01T06:37:59.196645 | {
"authors": [
"mvsoder"
],
"repo": "avereon/xenon",
"url": "https://github.com/avereon/xenon/issues/202",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
433933023 | Load/Save Employee PINs to file
Done When: the pins for every employee can be loaded and saved to file
30 min: planning and discussion with group about what is needed for this and how to approach it. I started coding it but realized I need to merge unfinished work to really get going
1.5 hr: did work on saving to... | gharchive/issue | 2019-04-16T18:51:04 | 2025-04-01T06:37:59.198045 | {
"authors": [
"JohnHunter809"
],
"repo": "averma1/RockstarRestaurant",
"url": "https://github.com/averma1/RockstarRestaurant/issues/89",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1765383713 | Adding Wikipedia Scrapper
Aim
What is the objective of the Script
It is basically a technique or a process in which large amounts of data from a huge number of websites is passed through a web scraping software coded in a programming language and as a result, structured data is extracted
Details
What the features ... | gharchive/issue | 2023-06-20T13:11:24 | 2025-04-01T06:37:59.205674 | {
"authors": [
"Shreya111111",
"Yashbhadiyadra"
],
"repo": "avinashkranjan/Amazing-Python-Scripts",
"url": "https://github.com/avinashkranjan/Amazing-Python-Scripts/issues/1849",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1747189336 | Vulnerability Assessment and Scanning Script
Aim
The objective of Vulnerability Assessment and Scanning is to identify and assess vulnerabilities within a system, network, or application. This process involves using various tools and techniques to systematically identify weaknesses that could be exploited by attacker... | gharchive/issue | 2023-06-08T06:43:29 | 2025-04-01T06:37:59.208857 | {
"authors": [
"Abhinavcode13",
"avinashkranjan"
],
"repo": "avinashkranjan/Pentesting-and-Hacking-Scripts",
"url": "https://github.com/avinashkranjan/Pentesting-and-Hacking-Scripts/issues/231",
"license": "CC0-1.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1638137364 | JSON-API: No Authorization with valid token sent
Bug report, debug log and your config file (FULL LOGS ARE MANDATORY)
Steps to reproduce
API Authentication: on
Internet API Access: off
Local Admin API Authentication: on
Local API Authentication: off
curl http://localhost:8090/json-rpc -H 'Content-Type: applicati... | gharchive/issue | 2023-03-23T19:05:26 | 2025-04-01T06:37:59.283015 | {
"authors": [
"Thinner77",
"awawa-dev"
],
"repo": "awawa-dev/HyperHDR",
"url": "https://github.com/awawa-dev/HyperHDR/issues/536",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
343468087 | Add a "good-thomas double butterfly" algorithm impl
When I added the good-thomas implementation a while back, I tried it with very large sizes, and saw that it didn't really stand up to mixed-radix.
Something I didn't try is very small sizes. It turns out that if both child FFTs are small enough to be butterflies, Dg... | gharchive/pull-request | 2018-07-23T02:34:54 | 2025-04-01T06:37:59.292544 | {
"authors": [
"awelkie",
"ejmahler"
],
"repo": "awelkie/RustFFT",
"url": "https://github.com/awelkie/RustFFT/pull/33",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
159319702 | Added GitHub Student Developer Pack
Link muito útil pro pessoal que usa o gitHub, eles oferecem repositórios privados grátis por 2 anos, UnrealEngine full grátis e desconto e várias outras ferramentas.
A página está em inglês
Eu vi! Mas o link é muito bom, senti que deveria compartilhar. Poderia escrever um artig... | gharchive/pull-request | 2016-06-09T03:06:13 | 2025-04-01T06:37:59.309138 | {
"authors": [
"danielschmitz",
"jonatasleon",
"theSkilled"
],
"repo": "awesome-br/awesome-br.github.io",
"url": "https://github.com/awesome-br/awesome-br.github.io/pull/294",
"license": "cc0-1.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
665785163 | Add zoxide
zoxide is a blazing fast autojump alternative written in Rust. It's orders of magnitude faster than other autojumpers, cross-shell, and extremely feature-rich.
First you didn't disclose that it was your project. Please do it next time. With 4.3k stars I think it is fine for the popular enough part. Last ... | gharchive/pull-request | 2020-07-26T14:01:34 | 2025-04-01T06:37:59.342684 | {
"authors": [
"Knusper",
"ajeetdsouza",
"aloisdg"
],
"repo": "awesome-lists/awesome-bash",
"url": "https://github.com/awesome-lists/awesome-bash/pull/53",
"license": "CC0-1.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1019579499 | Not support MV3 native ES background worker
Blocked by https://github.com/w3c/ServiceWorker/issues/1356, otherwise, we need to emit import statements which is not easy in a webpack bundle.
I think that maybe it already works with this, regardless if manifest version:
Yep: https://github.com/pixiebrix/pixiebrix-ex... | gharchive/issue | 2021-10-07T03:52:41 | 2025-04-01T06:37:59.362281 | {
"authors": [
"Jack-Works",
"fregante"
],
"repo": "awesome-webextension/webpack-target-webextension",
"url": "https://github.com/awesome-webextension/webpack-target-webextension/issues/24",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
445452994 | Improve GInputBox's behaviour with a long title
Before:
After:
A solid improvement :+1:
| gharchive/pull-request | 2019-05-17T13:51:20 | 2025-04-01T06:37:59.375747 | {
"authors": [
"awesomekling",
"rburchell"
],
"repo": "awesomekling/serenity",
"url": "https://github.com/awesomekling/serenity/pull/51",
"license": "BSD-2-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
419577216 | Where do I add permissions when using amplify-cli?
** Which Category is your question related to? **
API/Function
** What AWS Services are you utilizing? **
Lambda/DynamoDB
** Provide additional details e.g. code snippets **
I have a lambda that gathers data from DynamoDB that i created using the cli.
When I execute ... | gharchive/issue | 2019-03-11T09:27:15 | 2025-04-01T06:37:59.397853 | {
"authors": [
"bwobbones",
"gregevari",
"kaustavghosh06"
],
"repo": "aws-amplify/amplify-cli",
"url": "https://github.com/aws-amplify/amplify-cli/issues/1019",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
499044946 | add-graphql-datasource is not showing list of secrets
Describe the bug
No keys available to select
To Reproduce
Steps to reproduce the behavior:
Create new project, amplify init, amplify add api
Create RDS instance (Aurora PostgreSQL compatible with PostgreSQL 10.7, serverless)
Execute amplify api add-graphql-dataso... | gharchive/issue | 2019-09-26T18:26:08 | 2025-04-01T06:37:59.405518 | {
"authors": [
"Genkilabs",
"TrueLecter",
"UnleashedMind",
"stefanotauriello"
],
"repo": "aws-amplify/amplify-cli",
"url": "https://github.com/aws-amplify/amplify-cli/issues/2423",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1290646313 | chore: use correct commit when publishing git tag
Description of changes
This changes the prerelease scripts to make sure we are publishing tags and releases linked to the correct commit SHA.
Issue #, if available
Description of how you validated changes
Checklist
[x] PR description included
[ ] yarn test passes... | gharchive/pull-request | 2022-06-30T21:12:26 | 2025-04-01T06:37:59.410934 | {
"authors": [
"codecov-commenter",
"danielleadams"
],
"repo": "aws-amplify/amplify-cli",
"url": "https://github.com/aws-amplify/amplify-cli/pull/10677",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1522517255 | Cloning repository fails trying to read the cache
Before opening, please confirm:
[X] I have checked to see if my question is addressed in the FAQ.
[X] I have searched for duplicate or closed issues.
[X] I have read the guide for submitting bug reports.
[X] I have done my best to include a minimal, self-contained se... | gharchive/issue | 2023-01-06T12:35:13 | 2025-04-01T06:37:59.442058 | {
"authors": [
"esteban-serfe",
"hloriana"
],
"repo": "aws-amplify/amplify-hosting",
"url": "https://github.com/aws-amplify/amplify-hosting/issues/3228",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1845937280 | while deploying my nextjs project with sentry on aws amplify build getting failed
Before opening, please confirm:
[X] I have searched for duplicate or closed issues and discussions.
[X] I have read the guide for submitting bug reports.
[X] I have done my best to include a minimal, self-contained set of instructions ... | gharchive/issue | 2023-08-10T17:53:22 | 2025-04-01T06:37:59.486074 | {
"authors": [
"gauravsapkal1",
"himanshu-mobstac"
],
"repo": "aws-amplify/amplify-hosting",
"url": "https://github.com/aws-amplify/amplify-hosting/issues/3640",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2074173852 | BUG: SSG Build failed : Failed to find the deploy-manifest.json file in the build output
Before opening, please confirm:
[X] I have checked to see if my question is addressed in the FAQ.
[X] I have searched for duplicate or closed issues.
[X] I have removed any sensitive information from my code snippets and submiss... | gharchive/issue | 2024-01-10T11:32:38 | 2025-04-01T06:37:59.496478 | {
"authors": [
"Jay2113",
"PythonCircuit",
"arundna",
"jitendra-koodo"
],
"repo": "aws-amplify/amplify-hosting",
"url": "https://github.com/aws-amplify/amplify-hosting/issues/3897",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
609953768 | @auth: API_KEY is Supported or not
we have Postgres database and we have selected authentication as API_KEY. and API type is GRAPHQL
Thanks in advanced.
Hi @vishaldroisys can you explain your use case in more detail? Are you trying to make a call directly to the Postgres database or through APIGateway or AppSync wi... | gharchive/issue | 2020-04-30T13:01:04 | 2025-04-01T06:37:59.498175 | {
"authors": [
"drochetti",
"lawmicha",
"vishaldroisys"
],
"repo": "aws-amplify/amplify-ios",
"url": "https://github.com/aws-amplify/amplify-ios/issues/410",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
544408850 | Attempt to fix circle ci builds for API
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
This PR only targets api -- working on datastore ut test in a separate PR
LGTM! Can probably combine this with https://github.com/aws-amplify/amplify-ios/pull/... | gharchive/pull-request | 2020-01-01T23:09:52 | 2025-04-01T06:37:59.499624 | {
"authors": [
"iartemiev",
"wooj2"
],
"repo": "aws-amplify/amplify-ios",
"url": "https://github.com/aws-amplify/amplify-ios/pull/281",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1777713640 | ❗❗Liveness: Camera preview not centered on screen (Fixed in version 1.0.2)
Which UI component?
Liveness
Describe the bug
Upgrading Material3 UI (androidx.compose.material3:material3) from 1.0.1 to version 1.1.0, caused an issue where the camera preview was top aligned to the screen during the liveness challenge, inst... | gharchive/issue | 2023-06-27T20:37:53 | 2025-04-01T06:37:59.525545 | {
"authors": [
"tjleing",
"tylerjroach"
],
"repo": "aws-amplify/amplify-ui-android",
"url": "https://github.com/aws-amplify/amplify-ui-android/issues/52",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2197757142 | WS1004
CloudFormation Lint Version
cfn-lint 0.86.0
What operating system are you using?
WSL2 Ubuntu on Windows
Describe the bug
cfn-lint incorrectly reports:
[cfn-lint] WS1004: Lambda function xxx does not have a corresponding log group with a Retention property
When there is a !Ref to a log group with a retention ... | gharchive/issue | 2024-03-20T14:59:07 | 2025-04-01T06:37:59.588884 | {
"authors": [
"PatMyron",
"shawnbucholtz"
],
"repo": "aws-cloudformation/cfn-lint",
"url": "https://github.com/aws-cloudformation/cfn-lint/issues/3103",
"license": "MIT-0",
"license_type": "permissive",
"license_source": "github-api"
} |
2365123398 | Since 1.3.0 Update Template Takes 30+ Minutes or fails to finish linting (redux of old issue #2874)
CloudFormation Lint Version
1.3.0
What operating system are you using?
Windows/AWS Serverless
Describe the bug
An issue that was previously fixed has cropped back up. Below is a copy/paste from the last ticket on this ... | gharchive/issue | 2024-06-20T19:37:27 | 2025-04-01T06:37:59.636094 | {
"authors": [
"randybasrs"
],
"repo": "aws-cloudformation/cfn-lint",
"url": "https://github.com/aws-cloudformation/cfn-lint/issues/3356",
"license": "MIT-0",
"license_type": "permissive",
"license_source": "github-api"
} |
974888641 | Auto-generate controllers when new runtime released
Regenerate all service controllers to runtime v0.13.0 and code-gen v0.13.0 to include recent bug fixes.
Now up and running!
| gharchive/issue | 2021-08-19T17:25:31 | 2025-04-01T06:37:59.654242 | {
"authors": [
"RedbackThomson",
"vijtrip2"
],
"repo": "aws-controllers-k8s/community",
"url": "https://github.com/aws-controllers-k8s/community/issues/908",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
993861572 | apigatewayv2 - DomainNameConfigurations missing in DomainNameObservation
for apigatewayv2 in DomainNameObservation struct - DomainNameConfigurations struct is missing
https://github.com/aws/aws-sdk-go/blob/v1.37.10/service/apigatewayv2/api.go#L12137-L12158
at the moment:
type DomainNameObservation struct {
APIMappin... | gharchive/issue | 2021-09-11T15:03:44 | 2025-04-01T06:37:59.658688 | {
"authors": [
"haarchri",
"vijtrip2"
],
"repo": "aws-controllers-k8s/community",
"url": "https://github.com/aws-controllers-k8s/community/issues/951",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1958141905 | Updated submodules/lacework-control-tower-cfn.
Updated submodules/lacework-control-tower-cfn. Removed extraneous test parameters from lacework-control-tower-cfn cfn-abi-control-tower-integration.template.yaml.
/do-e2e-tests
@jefferyfry tests fail due to Issues with below resources from ControlTower submodule:
La... | gharchive/pull-request | 2023-10-23T22:43:39 | 2025-04-01T06:37:59.661416 | {
"authors": [
"jefferyfry",
"kkvinjam"
],
"repo": "aws-ia/cfn-abi-lacework-polygraph",
"url": "https://github.com/aws-ia/cfn-abi-lacework-polygraph/pull/72",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2147751009 | Feature request: allow to pass custom logger for warning and debug logs
Use case
The Metrics utility emits some warning logs to notify customers that certain expected conditions are not being met. This is the case for when a namespace is not specified or when the publishStoredMetrics() method is called on an empty bu... | gharchive/issue | 2024-02-21T21:32:57 | 2025-04-01T06:37:59.669178 | {
"authors": [
"dreamorosi"
],
"repo": "aws-powertools/powertools-lambda-typescript",
"url": "https://github.com/aws-powertools/powertools-lambda-typescript/issues/2126",
"license": "MIT-0",
"license_type": "permissive",
"license_source": "github-api"
} |
2368866002 | Customer support Streamlit application with Guardrails
Issue #, if available:
#210
Description of changes:
Features:
CloudFormation Template:
Defines a guardrail for the customer support chatbot.
Filters out harmful content and protects sensitive information.
Configures Content Policy, Sensitive Informati... | gharchive/pull-request | 2024-06-23T19:54:58 | 2025-04-01T06:37:59.680510 | {
"authors": [
"mccartni-aws",
"rsgrewal-aws"
],
"repo": "aws-samples/amazon-bedrock-samples",
"url": "https://github.com/aws-samples/amazon-bedrock-samples/pull/211",
"license": "MIT-0",
"license_type": "permissive",
"license_source": "github-api"
} |
2112867750 | Error: Security Constraints Not Satisfied!
❯ sam deploy --guided
Configuring SAM deploy
======================
Looking for config file [samconfig.toml] : Not found
Setting default arguments for 'sam deploy'
=========================================
Stack Name [sam-app]: s3Uploader
... | gharchive/issue | 2024-02-01T16:03:39 | 2025-04-01T06:37:59.683642 | {
"authors": [
"NorseGaud"
],
"repo": "aws-samples/amazon-s3-presigned-urls-aws-sam",
"url": "https://github.com/aws-samples/amazon-s3-presigned-urls-aws-sam/issues/27",
"license": "MIT-0",
"license_type": "permissive",
"license_source": "github-api"
} |
979533520 | CFN stack name as argument
seems like CFN stack name is must
Issue #, if available: Without the the CFN stack name Amplify frontend build is failing
Description of changes: Added CFN stack name as the argument to setup_config.py script.
By submitting this pull request, I confirm that you can use, modify, copy, and re... | gharchive/pull-request | 2021-08-25T19:02:09 | 2025-04-01T06:37:59.685827 | {
"authors": [
"abest0",
"shankarr-code"
],
"repo": "aws-samples/automating-livestream-video-monitoring",
"url": "https://github.com/aws-samples/automating-livestream-video-monitoring/pull/28",
"license": "MIT-0",
"license_type": "permissive",
"license_source": "github-api"
} |
1662510953 | Embedded stack arn:aws:cloudformation
Hi Team,
We are deploying Compute optimiser dashboard, While running Cloud formation template on Data Collection account getting below error :
Embedded stack arn:aws:cloudformation:ap-south-1:xxxxxx:stack/OptimizationDataCollectionStack1-ComputeOptimizerModule-xxxxxx was not suc... | gharchive/issue | 2023-04-11T13:40:02 | 2025-04-01T06:37:59.690634 | {
"authors": [
"10shweta",
"iakov-aws"
],
"repo": "aws-samples/aws-cudos-framework-deployment",
"url": "https://github.com/aws-samples/aws-cudos-framework-deployment/issues/516",
"license": "MIT-0",
"license_type": "permissive",
"license_source": "github-api"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.