Skip to content
#

developer-tools

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

hoppscotch
thiemoToadi
thiemoToadi commented Apr 6, 2021

Summary

When import streamlit and supervisely_lib together in a project there occurs a TypeError.

Steps to reproduce

Code snippet:

import streamlit as st
import supervisely_lib as sly

If applicable, please provide the steps we should take to reproduce the bug:

  1. run the code with streamlit run ...
  2. see error/traceback when you open the streamlit page
responsively-app
MandyHL
MandyHL commented Feb 25, 2021

🚀 Feature Request

📝 Description

I want to see the effect of my website without setting the meta tag of viewport, but at present, the effect of my website will default to adding viewport in the application, which is different from the real effect on the mobile phone

Describe the solution you'd like

I would like to see the effect without the following tags, and the default width

briandealwis
briandealwis commented Apr 12, 2021

The container-debug-support images uses skaffold build to build and test images. These builds don't have a cluster available and so a plain skaffold build causes Skaffold to attempt to build and push images, which fails. So we explicitly configure build.local.push: false so that the images are only built to the local Docker daemon.

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.

dvc
abhinaba-chakraborty-by
abhinaba-chakraborty-by commented Feb 17, 2021

I am having a project structure as follows:
.
├── README.md
├── modules
│ ├── function-app-consumption
│ │ ├── locals.tf
│ │ ├── main.tf
│ │ ├── output.tf
│ │ └── variables.tf
│ └── storage-account
│ ├── main.tf
│ ├── output.tf
│ └── variables.tf
└── sandbox
├── eastus
│ ├── regional.tfvars
│ ├── functionapp-svc
│ │ └─

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