Skip to content
#

developer-tools

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

hoppscotch
Gunni
Gunni commented Oct 13, 2021

Describe the bug
A clear and concise description of what the bug is.

To Reproduce
Steps to reproduce the behavior:

  1. Go to realtime
  2. Paste url wss://ris-live.ripe.net/v1/ws/?client=hoppscotch.io
  3. Observe connect is disabled
  4. Remove parameter, quickly undo it and click connect (also a bug)
  5. Send { "type": "ris_subscribe" } to the remote server
  6. Observe you receive
bug good first issue
localstack
amwill04
amwill04 commented Jun 17, 2022

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

When running batch-write-item and request-items is missing the primary key and/or the sort key for a given table it returns 500 meaning that any sdk will try again before exhausting retries and hiding the true ValidationException error.

Expected Behavior

Return `ValidationExce

good first issue area: integration/aws-cli type: feature aws:dynamodb
Files
Tamnac
Tamnac commented Jun 20, 2022

What's the Problem?

Currently if you are in the middle of a search and press escape, the app treats it like enter and continues the search. This goes against the escape button's supposed behavior.

Solution/Idea

Pressing escape should cancel the search.

Alternatives

Using the mouse to cancel the search.

Priorities

Capability Priority
Press
triage approved feature request good first issue
asaini
asaini commented Oct 1, 2021

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
enhancement good first issue
appsmith
yaldram
yaldram commented Jul 5, 2022

Description

  • PropertyPane collapse animation was very slow. I have decreased the transitionDuration property to 20ms I have not removed the animation totally because its causing layout shifts.

Fixes #13928

Type of change

  • Bug fix (non-breaking change which fixes an issue)

How Has This Been Tested?

  • Tested manually on the canvas the animation is fast now.

Check

Bug Good First Issue UX Improvement Property Pane
responsively-app
jjavierdguezas
jjavierdguezas commented Jun 30, 2022

🐞 bug report

I don't know exactly how I get to this scenario, but it is reproducible (at least in my env)

Changing zoom and layout leads to incorrect UI display after restart

🕵🏼‍♂️ Is this a regression?

idk

🔬 Minimal Reproduction

1- Open Responsively
2- Set layout to Individual
3- Set Zoom to 20%
4- Close Re

bug help wanted good first issue
anhpngt
anhpngt commented Jun 29, 2022

Background

Currently, as per the doc:

... The profile is auto-activated if any one of the activations are triggered.

In my case, we have different profiles for different environments and tenants. Say, we have the following

  • Environments: ENV=stag and ENV=prod
  • Tenants: ORG=us and ORG=eu

meaning we hav

good first issue kind/feature-request priority/p2 area/profiles
DevToys
FahimFBA
FahimFBA commented Jan 24, 2022

What's the Problem?

It is not any type of problem.

Solution/Idea

This project is currently missing the Code of Conduct. If you have any plan on adding that then I would be more than glad to do that for you by adding a PR for that. Please let me know what do you think about that.

Alternatives

According to Google:

A code of conduct defines standards for how to eng

documentation good first issue
dvc
shortcipher3
shortcipher3 commented Jul 1, 2022

dvc metrics represent scalar numbers

This is nice for finding the difference in a metric between two models, however a couple metrics I'm interested in would benefit from being made more human readable by adding units. Specifically:

  • model file size (kilobytes, megabytes, and gigabytes)
  • inference latency (milliseconds, seconds)

There are

good first issue feature request A: metrics
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.

Nek0trkstr
Nek0trkstr commented Mar 6, 2022

Hi, I've set TERRAGRUNT_CONFIG=.terragrunt.hcl.
So my root and leaf folders have this .terragrunt.hcl file.
Everything works well when I'm trying to run terragrunt from child folder, but I get "Could not find any subfolders with Terragrunt configuration files" error when trying to run from terragrunt run-all plan from root. Renaming .terragrunt.hcl -> terragrunt.hcl fixes the issue, but I w

bug good first issue

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