developer-experience
Here are 204 public repositories matching this topic...
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
Nov 24, 2020 - JavaScript
-
Updated
Oct 12, 2020 - 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
Jun 18, 2020 - Objective-C
-
Updated
Nov 26, 2020 - Swift
It would be nice if batect can provide a CLI command to get config variable by name (with consideration of config variable files, override variables etc)
Scenario:
Currently we use batect config variables to keep repo-wide variables in a central place (.e.g. component name to be used in the code, infra code etc). There are a few exceptional cases where we want to get the same variable name
-
Updated
Nov 1, 2020 - JavaScript
-
Updated
Dec 19, 2019 - OCaml
-
Updated
Jan 29, 2019 - JavaScript
-
Updated
Aug 11, 2020 - Go
-
Updated
Sep 13, 2017 - Shell
-
Updated
Sep 4, 2018 - Shell
-
Updated
May 30, 2020
-
Updated
Oct 8, 2020 - TypeScript
-
Updated
Oct 2, 2020 - F#
-
Updated
Jan 23, 2018
-
Updated
Nov 28, 2020 - CSS
-
Updated
Oct 21, 2019 - TypeScript
-
Updated
Aug 20, 2020 - JavaScript
-
Updated
Dec 15, 2018 - JavaScript
-
Updated
Apr 2, 2017 - JavaScript
-
Updated
Sep 14, 2020 - C#
-
Updated
Nov 28, 2020 - JavaScript
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
To avoid forgetting to add changesets to certain packages before a release it's best if we can have a GitHub workflow or bot that warns us that a packages is missing changesets. Not all changes to a package would need a changeset, for example a spelling fix in a line comment would not. Because