developer-experience
Here are 248 public repositories matching this topic...
-
Updated
Feb 22, 2022 - JavaScript
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.
-
Updated
Jul 23, 2021 - TypeScript
-
Updated
Mar 5, 2022 - TypeScript
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
-
Updated
Oct 8, 2020
-
Updated
Apr 3, 2017 - JavaScript
-
Updated
Mar 3, 2022
-
Updated
Jun 18, 2020 - Objective-C
-
Updated
Jan 9, 2021 - Swift
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
Describe the problem you'd like to solve
When running a batect task fails, there's not a great way to tell why. We would like to be able to distinguish between "batect failed to run the task" and "the task failed" so that we can make our pipeline retry the task if appropriate.
Describe the solution you'd like
If batect fails to run a task (as opposed to the task running and exiting non-
-
Updated
Feb 13, 2022 - JavaScript
-
Updated
Oct 19, 2021 - JavaScript
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": [
{-
Updated
Feb 24, 2022 - TypeScript
-
Updated
Dec 19, 2019 - OCaml
-
Updated
Feb 17, 2022 - TypeScript
-
Updated
Nov 19, 2021 - SCSS
-
Updated
Feb 23, 2022
-
Updated
Jan 29, 2019 - JavaScript
-
Updated
May 27, 2021 - Go
-
Updated
Mar 5, 2022 - Python
-
Updated
Sep 13, 2017 - Shell
-
Updated
Mar 4, 2022 - F#
-
Updated
May 30, 2020
-
Updated
Sep 4, 2018 - Shell
-
Updated
Dec 1, 2021
Improve this page
Add a description, image, and links to the developer-experience topic page so that developers can more easily learn about it.
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."
Feature Suggestion
Make Backstage libraries use the latest version of the
joselibrary.Context
Dependabot reminds us that it's past due to bump our
josedependency, but their interface has changed pretty significantly. We'd appreciate the help to get that bump done, maybe by a contributor who's familiar with the interface, so