Git Product home page Git Product logo

Comments (8)

github-actions avatar github-actions commented on June 9, 2024

Welcome to AsyncAPI. Thanks a lot for reporting your first issue. Please check out our contributors guide and the instructions about a basic recommended setup useful for opening a pull request.

Keep in mind there are also other channels you can use to interact with AsyncAPI community. For more details check out this issue.

from glee.

fmvilas avatar fmvilas commented on June 9, 2024

Agree to remove the env variable. This is not something that changes from one environment to another πŸ‘

However, I'd introduce a similar concept in the config file. Something like:

{
  experimental: {
    runtime: 'java'
  }
}

Once runtime is not an experimental feature anymore, we take it out. However, if a given runtime is still experimental, you'd have to enable it explicitly. For instance:

{
  runtime: 'python',
  experimental: {
    runtimes: {
      python: true,
    }
  }
}

or even

{
  runtime: 'python',
  experimental: {
    runtimes: {
      python: {
        enabled: true,
        extensions: ['.py', '.py2', '.py3'], // Just so we can add other options to the runtime
      },
    }
  }
}

from glee.

fmvilas avatar fmvilas commented on June 9, 2024

Following with the Python example, we may also want to consider something like:

{
  runtimes: {
    java: {
      enabled: true,
    }
  },
}

This would be once the feature is not experimental.

from glee.

github-actions avatar github-actions commented on June 9, 2024

This issue has been automatically marked as stale because it has not had recent activity 😴
It will be closed in 60 days if no further activity occurs. To unstale this issue, add a comment with detailed explanation.
Thank you for your contributions ❀️

from glee.

fmvilas avatar fmvilas commented on June 9, 2024

@jonaslagoni do you still want to work on this?

from glee.

jonaslagoni avatar jonaslagoni commented on June 9, 2024

Yes, if I had more hours in the day πŸ˜† For now I can't dedicate the effort necessary to push glee further,🀞in the new year.

from glee.

github-actions avatar github-actions commented on June 9, 2024

This issue has been automatically marked as stale because it has not had recent activity 😴

It will be closed in 120 days if no further activity occurs. To unstale this issue, add a comment with a detailed explanation.

There can be many reasons why some specific issue has no activity. The most probable cause is lack of time, not lack of interest. AsyncAPI Initiative is a Linux Foundation project not owned by a single for-profit company. It is a community-driven initiative ruled under open governance model.

Let us figure out together how to push this issue forward. Connect with us through one of many communication channels we established here.

Thank you for your patience ❀️

from glee.

fmvilas avatar fmvilas commented on June 9, 2024

Closing as it's not relevant anymore. We decided to remove runtimes on #207.

from glee.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.