Skip to content

Conversation

nick1udwig
Copy link
Member

Problem

Want js

Solution

Reenable js

Docs Update

TODO

Notes

  • Not working entirely as of 4215210
  • You can create fib & it works
  • Chat does not work
  • E.g.:
# Start a fakenode
kit f -r /path/to/1.0/fakenode/binary

# Fib works:
kit n fib -t fibonacci -l javascript
kit b fib
kit s fib

# In fake node
m our@fib:fib:template.os '{"Number": 5}'

# Chat doesn't work
# Here's how to see it:
kit n chat -l javascript
kit b chat
kit s chat

# In fake node
m our@fib:fib:template.os '{"Number": 5}'

Fib works, but chat gives the following:

m our@chat:chat:template.os '{"Send": {"target": "fake2.dev", "message": "hi"}}'
Fri 22:31 chat:template.os: b
Fri 22:31 chat:template.os: c
Fri 22:31 chat:template.os: d
Fri 22:31 chat:template.os: e
Fri 22:31 chat:template.os: f
Fri 22:31 chat:template.os: g
Fri 22:31 chat:template.os: k
Fri 22:31 chat:template.os: chat: got error TypeError: can't access property "length", vec20 is undefined

Base automatically changed from develop-1.0 to master March 8, 2025 06:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant