developer-tools
Here are 2,099 public repositories matching this topic...
-
Updated
Oct 25, 2020 - Python
Describe the bug
When I pull the resize button of the code editor, it doesn't the resize the code in the editor.
To Reproduce
Steps to reproduce the behavior:
- Click the resize button on the code editor and drag it down
- The code doesn't resize
Expected behavior
I expected the code to resize as I drag down the button.
Screenshots
If applicable, add screenshots to
-
Updated
Oct 24, 2020 - Haskell
add markdown linting
https://github.com/gaurav-nelson/github-action-markdown-link-check
would be cool.
would have prevented #11089
-
Updated
Oct 27, 2020 - TypeScript
There could be cases where due to builds happening in parallel we have now added complex structs like sync.Map
.
When loading, storing updating these structs, an internal error can happen at any point.
e.g. take adding a block of code for #4896
var (
dependencyCache = sync.Map{}
)
// dependency represents computed dependency for a dockerfile.
type dependency struct {
files [
-
Updated
Oct 15, 2020 - JavaScript
🚀 Feature Request
📝 Description
On launching the application all the viewpoints are refreshed and load Google.com. Please add an option to have it load a blank page so we don't have to wait for them all to load before using the application.
✨ Describe the solution you'd like
Blank page on startup checkbox in the settings menu.
-
Updated
Sep 30, 2020 - C++
-
Updated
Oct 20, 2020 - 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
Apr 11, 2020 - Python
-
Updated
Oct 12, 2020 - TypeScript
Support @ as HEAD
Git supports the usage of the at symbol @
and it is equivalent to HEAD
(more details).
If I am not mistaken, dvc
does not support it. At least the following command fails for dvc==1.8.4
:
dvc metrics diff master @
ERROR: failed to show metrics diff - unkn
-
Updated
Oct 27, 2020 - JavaScript
-
Updated
Sep 23, 2020 - Python
-
Updated
Oct 23, 2020 - Python
As per this comment the gostructToCty
function has a misleading name, because it works not only for structs but also for other data types, such as arrays. It should be renamed to better reflect its true use.
-
Updated
Oct 22, 2020 - JavaScript
-
Updated
Oct 27, 2020 - C
-
Updated
Apr 5, 2020 - Go
-
Updated
Sep 25, 2020 - Python
Description
npkill
lists the home directory as a node_modules
directory:
Reproduction
- Run
npkill --sort size
. - Wait for search to complete.
- Do other tasks, and return to the process.
/Users/user/.
will appear on the list.
-
Updated
Jun 5, 2019 - Go
Hi,
It seems like naming a remote is subject to certain limitations as groupadd
is executed (potentially 32chars?).
Example
apiVersion: gitkube.sh/v1alpha1
kind: Remote
metadata:
name: app-remote
namespace: my-really-really-really-long-ns
k logs po/gitkub
-
Updated
Oct 21, 2020 - Python
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."