Skip to content
#

developer-experience

Here are 243 public repositories matching this topic...

backstage
lalit774
lalit774 commented Feb 8, 2022

GitHub does not show the content (or a diff) of a file larger than a certain size (over 1MB).
Open API Json file could not read location because of size. I have 50 files more than 1 MB.
when we try to register any api from git repo it display following error

`catalog warn Processor PlaceholderProcessor threw an error while preprocessing; caused by Error: Placeholder $text could not read loca

WWDC
davuthdv
davuthdv commented Jun 27, 2020

Please add video length on the video thumbnail just like the official Developer app from Apple.

Right now, I can see the length if I click to go to detail screen, but I would have to do it one by one. It would be great to see the length of each video in a glance so that if i have like 15 minutes, I know which one I can watch.

hyperknot
hyperknot commented Nov 20, 2019

I am using PG server in a certificate pinned environment. In Python / SQLAlchemy, this is the following code needed to connect:

pg_certs = {
    'sslcert': 'certs_dir/client-cert.pem',
    'sslkey': 'certs_dir/client-key.pem',
    'sslrootcert': 'certs_dir/server-ca.pem',
}

create_engine(pg_url, connect_args={'sslmode': 'require', **pg_certs}, ...)

Does Migra support this? I

j-zimnowoda
j-zimnowoda commented Feb 1, 2022

Is your feature request related to a problem? Please describe. A clear and concise description of what the problem

The kiali-operator may require higher memory limits for clusters with bigger a mount of nodes. Thus resource limits shall be configurable via values.

Describe the solution you'd like A clear and concise description of what you want to happen.
Enrich schema for Kiali-operator

batect
sschuberth
sschuberth commented Aug 27, 2021

Describe the problem you'd like to solve

There currently is an inconsistent mix of Groovy and Kotlin Gradle build files.

Describe the solution you'd like

Migrate all build files to Kotlin script, to align with other scripts and the main application code.

Describe alternatives you've considered

No response

Additional context

I can help with this if desired.

hela

🍦 Powerful software development experience and management. Enhancing @tc39 JS, @denoland and @nodejs, because we need a bit of magic. You can think of it as Cargo for the JavaScript ecosystem.

  • Updated Oct 19, 2021
  • JavaScript
Husky.Net
alirezanet
alirezanet commented Feb 1, 2022

Version

0.4.0

Details

Should prevent git exception In a clean new repo, when there are no commits.

Steps to reproduce

  • Step 1: Create a new repo git init
  • Step 2: Install Husky dotnet husky install
  • Step 3: Add pre-commit hook dotnet husky add pre-commit -c "dotnet husky run"
  • Step 4: Add dotnet-format staged task
{
   "tasks": [
      {

Improve this page

Add a description, image, and links to the developer-experience topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the developer-experience topic, visit your repo's landing page and select "manage topics."

Learn more