Skip to content

Overcomitting issue #41

@cmontella

Description

@cmontella
commit
  [#system/timer resolution: 1000]
end

search
  [#system/timer second]
bind
  [#foo time: second]
end

search
  foo = [#foo time]
bind
  [#html/div text: "{{foo}} {{foo.time}}"]
end

Has output

foo|59| 59
foo|1| 1
foo|2| 2
foo|4| 4
foo|7| 7
foo|8| 8
foo|9| 9
foo|10| 10
foo|11| 11
etc.

expected output is continually replacing the bound div with the current time:

foo|11| 11

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions