Skip to content
#

cloud-ide

Here are 34 public repositories matching this topic...

sunix
sunix commented Mar 30, 2021

Describe the bug

Some devfiles have several commands that need to be executed in a precise order to succeed.
Some are named with prefixed numbers that help the user, but some others are not.

For instance:

  • angular
  • python-django

Che version

  • latest
  • nightly
  • other: please spec
kind/bug severity/P2 good first issue area/devfile-registry
wabscale
wabscale commented Mar 26, 2022

There are a bunch of things that have changed with type annotations in python 3.10 that we should move the api to. These changes primarily involve things like using list instead of typing.List and dict instead of typing.Dict.

We don't need to do this all at once. We can do one file or one module at a time.

https://docs.python.org/3/library/typing.html

feature help wanted good first issue housekeeping

Improve this page

Add a description, image, and links to the cloud-ide 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 cloud-ide topic, visit your repo's landing page and select "manage topics."

Learn more