Giter Club home page Giter Club logo

Comments (5)

DepressoExpressoBoi avatar DepressoExpressoBoi commented on June 16, 2024

Hey @x64Eddie, I heard you had ideas for making this change and wanted to help out. So whenever you have the chance so we can discuss how to actually make this change and get it done.

from parabeac_core.

x64Eddie avatar x64Eddie commented on June 16, 2024

Hey @DepressoExpressoBoi! Sorry for the late response! Yeah, for this issue is enforcing a standard of declaring semantics, using <> within the semantic name. For example, "<login-button>" could be a semantic of a login button. However, technically there is no standard in how you right semantics for eggs inside of Parabeac-Core. You could have "!login-button!", "*login-button", "<login-button>" or even just "login-button" for that particular egg. This is the case because in the service that handles eggs and semantics Parabeac-Core is checking if the name contains the semantic (name.contains(semantic)). Instead of that, you would need to make sure Parabeac-Core ignores everything that does not follow the correct standard. In the example mentioned, Parabeac-Core would ignore everything except "<login-button>". To make that work, you are going to have to replace the contains by something else. You could tokenize the string and see if the string inside <> matches the semantic of the egg.

from parabeac_core.

siliconivan avatar siliconivan commented on June 16, 2024

Hey @DepressoExpressoBoi, just wanted to see if you still wanted to take on this issue. Completely understand if you're busy, I might take on this issue.

from parabeac_core.

DepressoExpressoBoi avatar DepressoExpressoBoi commented on June 16, 2024

Hey @siliconivan, I was interested in taking this issue, but I am a little swamped with work at the moment. So I am completely cool with you taking it on. I can see what I can help with later on when I am not as swamped.

from parabeac_core.

siliconivan avatar siliconivan commented on June 16, 2024

Sweet, thanks man!

from parabeac_core.

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.