developer-experience
Here are 260 public repositories matching this topic...
-
Updated
May 24, 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
May 24, 2022 - TypeScript
-
Updated
May 3, 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
May 16, 2022
-
Updated
Apr 3, 2017 - JavaScript
-
Updated
Jun 18, 2020 - Objective-C
-
Updated
Jan 9, 2021 - Swift
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.
-
Updated
Apr 18, 2022 - JavaScript
-
Updated
May 15, 2022 - JavaScript
-
Updated
May 24, 2022 - TypeScript
-
Updated
May 18, 2022 - C#
-
Updated
May 22, 2022 - SCSS
-
Updated
Mar 17, 2022 - TypeScript
-
Updated
Dec 19, 2019 - OCaml
-
Updated
Apr 19, 2022 - TypeScript
-
Updated
Feb 23, 2022
-
Updated
Jan 29, 2019 - JavaScript
-
Updated
May 27, 2021 - Go
-
Updated
May 24, 2022 - Python
-
Updated
Sep 13, 2017 - Shell
-
Updated
May 20, 2022 - TypeScript
-
Updated
May 30, 2020
-
Updated
Sep 4, 2018 - Shell
-
Updated
Mar 6, 2022
On a project using Mockito DX Scanner still recommends using a Mocking Framework to improve the score.
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."
Expected Behavior
To configure the API key for a private instance of Stackoverflow requires an API passed in the request parameters. It should be passed to StackOverflow unencoded.
Actual Behavior
The implementation of
qs.stringify
have encoding set to true by default. Which changes special characters present in the API.Steps to Reproduce