developer-tools
Here are 2,646 public repositories matching this topic...
-
Updated
Jan 13, 2022 - Python
-
Updated
Jan 14, 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
-
Updated
Jan 10, 2022 - Haskell
-
Updated
Jan 13, 2022 - Ruby
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?

 button allowing to export settings and devices list.
As a team, or if you change computer, it's an easy way to work/ test the same way.
✨ Describe the solution you'd like
In the settings view, add an export button, allowing to export defined config as JSON, XML or any format that can later be re-imported in Responsivel
kubectl apply -f doesn't check file extensions and we shouldn't either.
https://github.com/GoogleContainerTools/skaffold/blob/9f56bbd6b90128c984d6fb6191dec948fc25822c/pkg/skaffold/kubernetes/util.go#L55-L63
Expected behavior
The following should work:
skaffold render --output m && skaffold apply m
Actual behavior
m is not a valid Kubernetes manifest
-
Updated
Nov 24, 2021 - JavaScript
Is there an existing issue for this?
- I have searched the existing issues
Summary
- add templates for
aggregate,countanddistinctcmd
Why should this be worked on?
- provide template for all supported cmds.
Hi
I assumed kaniko would work with an on-premise blob store using Azurite Blob Storage, but it looks like it's tied to the Cloud Azure Blob Storage domain name
Would it be difficult to support this? It should be the same API.
-
Updated
Dec 25, 2021 - C++
We support toml as params file. There are a few issues with our current toml parsing:
- We use
tomllibrary, which is not toml 1.0 standard compatible. Also, the library is not being actively maintained. tomldumping does not preserve existing formatting.- iterative/dvc#6402
We can try migrating to tomli (which
-
Updated
Jan 14, 2022 - JavaScript
-
Updated
Sep 9, 2021 - Python
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
Jan 13, 2022 - JavaScript
-
Updated
Jul 23, 2021 - TypeScript
-
Updated
Jan 28, 2021 - Python
-
Updated
May 17, 2021 - Python
-
Updated
Jan 13, 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
-
Updated
Jan 9, 2022 - 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
This is a regression.
Querying to a future date should not be possible.
https://user-images.githubusercontent.com/6951209/149400521-4e279d44-0776-4d4c-b7f4-0f7f84be245e.mp4
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."
