Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

reenable js: its not quite working yet #296

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft

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