Results 31 comments of ben

``` const isEvenJS = `(num) => num % 2 == 0` // this could come from a user as well const isEvenJSON = proposedModule.serialize(isEvenJS) console.log(isEvenJSON) // prints {"==": [{"%": [{"var":"num"},...

My understanding from the documentation is that data that is not object-like (objects + arrays) cannot be a parameter to apply – so for example some `logic.apply(rules, 4)` is prohibited....

And yeah, I'm pretty sure any JS serialized would either fail or be safe since any non-safety either requires some global variable access (will fail) or a `while (1) {}`...

Ideas for simple names for this companion library? `js-to-json-logic` feels a bit wordy

@ lskrajny you could always use smart comments + a view to force postgraphile to do the right thing – in this case it would be: ``` create view fruits...

@NickCarton Has this been fixed / have you got it working? I love preact, but I also love ant.design. It would be hype if it didn't have to be almost...

@NickCarton could you share your babel / webpack config of a recent project using `react-lite` and `ant-design`? I'm running into this error: https://github.com/Lucifier129/react-lite/issues/70, and it's not clear what the solution...

Is there any other library that allows this?

This looks good to me! Just to clarify, what is the behavior of running `await worker.stop()`? We are currently intercepting kill commands (which for us is Kubernetes pod destruction) and...

An API for the fast exit would be great too - we use https://github.com/gajus/lightship to manage startup and cleanup of our NodeJS pods, and having the fast exit as a...