developer-tools
Here are 2,639 public repositories matching this topic...
As easy as /aitch-tee-tee-pie/
-
Updated
Jan 6, 2022 - Python
-
Updated
Jan 6, 2022 - Python
Is there an existing issue for this?
- I have searched the existing issues
Summary
It would be amazing to have an Authorization tab on GraphQL, as it is for REST.
Why should this be worked on?
Authorization is also a thing in GQL and having automated OAuth mechanism would be
ShellCheck, a static analysis tool for shell scripts
-
Updated
Jan 1, 2022 - Haskell
API Documentation Browser
-
Updated
Jan 6, 2022 - Ruby
This is the only audit that saves a separate "elidedUrl" property. All other audits save the result of URL.elideDataURI to their url property. We should just set url to this elided value, and drop elidedUrl. Otherwise, data uir images failing this audit will make the LHR larger th
Summary
Aesthetically trivial, yet I've spotted a discrepancy with font sizes in our tooltip (front-end + back-end screenshots below).
I believe sections #1 and #2 should have the same font size?

. An official integration for GitHub and GitHub Enterprise: https://github.com/works-with/category/desktop-tools
-
Updated
Jan 28, 2021 - Python
A beautiful and useful prompt for your shell
-
Updated
May 17, 2021 - Python
Test Automation Made Simple
-
Updated
Jan 7, 2022 - Java
Currently, terragrunt hclfmt will tell you if there are errors with your hcl file, but not display what they are if you are using --terragrunt-check flag. Example:
terragrunt hclfmt --terragrunt-check --terragrunt-log-level error
terraform fmt has this functionality with the -diff switch to show you what changes it would end up doing, which is great for CI and the end-user feedback l
List any node_modules directories in your system, as well as the space they take up. You can then select which ones you want to erase to free up space.
-
Updated
Oct 30, 2021 - TypeScript
We want to add a link to our content guidelines before a user submits a source request. This will provide users a better understanding of what the process is and what content we allow, and what not.
How to get started?
- This
(I'm following the same approach successfully used for Go linting in pyroscope-io/pyroscope#49, copy and pasting unashamedly
Community Call To Action
Feel free to open PRs, even if it's one or two small fixes. This kind of work is important but often overlooked. This is a great way to learn more about the internals of the project and we'd appreciate a
curl -k --digest --user username:password url
is converted to
import requests
response = requests.get('http://url', verify=False, auth=('username', 'password'))
but should be
import requests
response = requests.get('http://url', verify=False, auth=requests.auth.HTTPDigestAuth('username', 'password'))
Improve this page
Add a description, image, and links to the developer-tools topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the developer-tools topic, visit your repo's landing page and select "manage topics."


