Code Monkey home page Code Monkey logo

Comments (5)

IPvSean avatar IPvSean commented on May 30, 2024

yeah this is known issue that I should have tracked here, tagging @jmcleroy so he knows we are working on it

from workshops.

jmcleroy avatar jmcleroy commented on May 30, 2024

Tried removing the exact count attribute from the instances to see if that would resolve the issue without success. Still not seeing why the tagging it getting off as the nodes are being retagged as student1 for instance when you add a second student and so forth.

from workshops.

termlen0 avatar termlen0 commented on May 30, 2024

The reason for the issue is due to the use of the index in the subsequent tagging task. That will always start at 0 when we re-run the provisioner causing duplicates.

from workshops.

IPvSean avatar IPvSean commented on May 30, 2024

MORE INFO: so the problem description is if you use student_count: 10 then later you want to add two students and do student_count: 12 with the name workshop name it will not add student 11 and student 12 it adds more instances to student1 and student2, we need to use a filter to order the instances when we grab facts

from workshops.

cloin avatar cloin commented on May 30, 2024

@IPvSean ping

from workshops.

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.