Skip to content
#

remote-development

Here are 27 public repositories matching this topic...

Kira-Pilot
Kira-Pilot commented Jun 24, 2022

As discussed in the FE variety meeting, we should nest certain common components within the same directory. You can read more about this decision, here.

Examples of component types which can all co-exist in common directories include:

  • modals, e.g. in a folder called modals
  • dialogs, e.g. in a folder called `d
good first issue frontend brainbreak
chipsenkbeil
chipsenkbeil commented Oct 18, 2021

We know what the minimum supported lua module is, so we should be able to filter the available versions to only those that are supported.

Need to parse v{MAJOR}.{MINOR}.{PATCH}[-{PRE-RELEASE}[.{PRE-VERSION}]] and use a constant like we did before to evaluate.

enhancement good first issue quick

Improve this page

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

Learn more