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

Maintained? #11

Closed
cristianoccazinsp opened this issue Jul 7, 2022 · 2 comments
Closed

Maintained? #11

cristianoccazinsp opened this issue Jul 7, 2022 · 2 comments

Comments

@cristianoccazinsp
Copy link

@jsdw hey, are you still maintaining this? Further, does this use eval or any other unsafe primitive that may fail CSP policies?

Thanks.

@jsdw
Copy link
Owner

jsdw commented Jul 13, 2022

Angu is still "alive"; it's just considered finished at the moment, and so I haven't needed to do anything to it for a whle :)

It is used in projects I care about, and I would endeavour to fix any issues that were spotted!

And it does not use eval or any unsafe primitves at all; it is entirely sandboxed and safe.

@cristianoccazinsp
Copy link
Author

Hey @jsdw , thanks for the great library.

May I take this chance to ask a question regarding how to implement something? Just some ideas or whether it's possible or not.

How would you implement something to define and use a lookup table? E.g.,

mytable = {1: 'yes', 2:'no'};
myvar = 1;  // this is easy
return(mytable[myvar])

Thanks!

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

No branches or pull requests

2 participants