The Wayback Machine - https://web.archive.org/web/20211005205936/https://github.com/topics/developer-tools
Skip to content
#

developer-tools

Here are 2,524 public repositories matching this topic...

mgifford
mgifford commented May 23, 2021

Feature request summary
I could find some reference to the use of locale in the docs, but not which locale were supported? Can I get the interface in Spanish? The reports in Thai? What parameters are supported? Is there a list of supported strings to translate?

What is the motivation or use case for changing this?
Non-English users generally are not prioritizing accessibility https:/

responsively-app
geiras
geiras commented May 7, 2021

🚀 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

WWDC
davuthdv
davuthdv commented Jun 27, 2020

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.

appsmith
prapullac
prapullac commented Sep 30, 2021

Steps to reproduce:

  1. Create multiple new pages
  2. Click on the setting option in the entity explorer
  3. List of pages are displayed to the user
  4. focus on any of the pages
    observe the icon next to page name

Observation:
The icon looks more like an attachment icon rather than an icon to launch the page

Expectation:
It is expected that the icon can be more related to the launch of p

budibase
pyroscope
petethepig
petethepig commented Oct 1, 2021

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

Improve this page

Add a description, image, and links to the developer-tools topic page so that developers can more easily learn about it.

Curate this topic

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."

Learn more