We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I really want to use this tool but when I try to run the iteration javascript example in the README I get the following error:
panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x1 addr=0x8 pc=0x65b4f3]
goroutine 6 [running]: github.com/jamesroutley/tangle/cmd.run.func1() /home/jhaugh/go/pkg/mod/github.com/jamesroutley/[email protected]/cmd/root.go:73 +0x33 golang.org/x/sync/errgroup.(*Group).Go.func1() /home/jhaugh/go/pkg/mod/golang.org/x/[email protected]/errgroup/errgroup.go:57 +0x67 created by golang.org/x/sync/errgroup.(*Group).Go /home/jhaugh/go/pkg/mod/golang.org/x/[email protected]/errgroup/errgroup.go:54 +0x92
After running the following command: tangle iteration.md --outfile iteration.js
I thought it could be something with my go installation but I am able to run a simple hello world program successfully.
I am currently running Manjaro Linux.
Let me know any other information you need from me.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I really want to use this tool but when I try to run the iteration javascript example in the README I get the following error:
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x8 pc=0x65b4f3]
goroutine 6 [running]:
github.com/jamesroutley/tangle/cmd.run.func1()
/home/jhaugh/go/pkg/mod/github.com/jamesroutley/[email protected]/cmd/root.go:73 +0x33
golang.org/x/sync/errgroup.(*Group).Go.func1()
/home/jhaugh/go/pkg/mod/golang.org/x/[email protected]/errgroup/errgroup.go:57 +0x67
created by golang.org/x/sync/errgroup.(*Group).Go
/home/jhaugh/go/pkg/mod/golang.org/x/[email protected]/errgroup/errgroup.go:54 +0x92
After running the following command: tangle iteration.md --outfile iteration.js
I thought it could be something with my go installation but I am able to run a simple hello world program successfully.
I am currently running Manjaro Linux.
Let me know any other information you need from me.
The text was updated successfully, but these errors were encountered: