Results 440 comments of Jack Works

> Please add the word `'unsafe'` somewhere in the option currently named `'keep-and-inherit'` Done

@erights For my use cases, `unsafe-keep-and-inherit` is enough, > permits.js remains as declarative as it is now. No imperative side effects to it based on lockdown options. this is the...

> Hi @Jack-Works , What is the status of this? Hi! I've been recently working on other projects, but this one is still on my TODO list. I'll keep it...

ok... I don't know this is an annex b thing before, I thought spec is wrong

> Hey Thanks for reporting this, we wont be able to update this for the V4 has this would be a breaking change but this is something we can change...

We temporally cast `makeStyles` as the following type, it works well. ```ts { makeStyles: (params?: { name?: string | Record uniqId?: string }) => ( cssObjectByRuleNameOrGetCssObjectByRuleName: | Record | ((...

> A subsequent issue is where methods like let and apply should be placed if they are to become built-in methods. Function might be a natural choice, but value.Function:apply() does...