Morgante Pell

Results 69 issues of Morgante Pell

This would be a better default as it makes updates easier.

enhancement
triaged
P3
breaking

### Preflight checklist - [X] I could not find a solution in the existing issues, docs, nor discussions. - [X] I agree to follow this project's [Code of Conduct](https://github.com/ory/kratos/blob/master/CODE_OF_CONDUCT.md). -...

bug

### TL;DR It would be good to have an example or module for using Autopilot to host runners. ### Terraform Resources _No response_ ### Detailed design _No response_ ### Additional...

enhancement
triaged
P3

### TL;DR Ideally, GitHub actions should use their own service account to authenticate. Therefore it would be helpful to include creation of the SA in the oidc submodule. ### Terraform...

enhancement
triaged

In [tests](https://github.com/terraform-google-modules/terraform-google-log-export/pull/33/files#diff-351b330342f03101f9a7cfbaec8cc15cR113) we force Terraform to wait for permissions/APIs to be activated. We should investigate why this is needed and file bugs upstream.

bug
Googler
triaged
P4

Currently, using GitHub auth requires making a backend API call after the user clicks log in (but before it redirects to GitHub). This adds anywhere from 40–4000ms of latency that...

I would like to consider using the GitHub repository contents API as a service. The API is documented here: https://docs.github.com/en/rest/repos/contents?apiVersion=2022-11-28 My use case is for [GritQL](https://docs.grit.io/). When running on the...

good first issue
help wanted

Thanks for making this little module! I'm trying to implement some functionality but can't seem to get it to work correctly. What I essentially want is a scrollable pane which...

When a property has a default value, it should not be added to the `required` array. This comes up in classes. For example, this TypeScript ``` class Test { enabled...

In the default configuration, the system generates extremely verbose logs. Is it possible to adjust the log level downwards by editing the `application.properties` file somehow?