developer-tools
Here are 2,526 public repositories matching this topic...
-
Updated
Oct 6, 2021 - Python
-
Updated
Oct 6, 2021 - Python
Describe the bug
Mostly when I navigate the text, I use CTRL + <-
or CTRL + ->
to navigate per word, but when I use it on the body editor it navigate through my browser history not per word.
To Reproduce
Steps to reproduce the behavior:
- Open Hoppsctoot
- Go to body
- Change content type to application/json,
- Write stuff,
- Navigate using CTRL + Right or CTRL + Left
-
Updated
Sep 28, 2021 - Ruby
-
Updated
Oct 2, 2021 - Haskell
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
Problem
See #3856 . Developer would like the ability to configure whether the developer menu or viewer menu is displayed while they are developing on cloud IDEs like Gitpod or Github Codespaces
Solution
Create a config option
showDeveloperMenu: true | false | auto
where
- true: always shows the developer menu locally and while deployed
- false: always sho
🚀 Feature Request
📝 Description
When debugging mobile views, it's important to understand the cursor target size and simulate, as much as possible, the native behaviour of touchscreens.
✨ Describe the solution you'd like
I believe that it makes sense to emulate as much as possible the real behaviour of pointing devices.
My suggestion is to allow the user to define what is the pr
Currently there exist skaffold config snippets strewn inline with rest of the docs. These can get stale very quickly. The correct place for these snippets is in docs/content/en/samples directory which has schema validations run as part of unit tests; and referenced in markdown using:
{{% readfile file="samp
-
Updated
Sep 14, 2021 - JavaScript
-
Updated
Oct 2, 2021 - C++
Bug Report
Got error message on an empty directory, shouldn't it show nothing? like ls command.
Description
. The latter can end up ou
-
Updated
Oct 5, 2021 - Java
-
Updated
Oct 7, 2021 - JavaScript
-
Updated
Aug 28, 2021 - TypeScript
-
Updated
Oct 3, 2021 - Python
-
Updated
Oct 4, 2021 - C
We recently added support for dynamic tags in Ruby and Python integrations. We need to do the same in our Go app.
Here's an example from our python docs:
# You can use a wrapper:
with pyroscope.tag_wrapper({ "controller": "slow_controller_i_want_to_profile" }):
slow_code()
# Or you can add / remove tags manually:
pyroscope.tag({ "controller": "slow_controller_i_want_to_profi
-
Updated
Oct 7, 2021 - JavaScript
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."