dev-m1-macbook

Results 3 comments of dev-m1-macbook

would it be ok to add a warning sign on `computeFn` docs? this actually caught me off guard this week 😭 I had a function that were used in 2...

@brvnonascimento or maybe we can have another tag for that: ``` const highlightedBackground = cssFragment` background: yellow; ` ``` though I'm wondering whether webpack will tree-shake this without extra work...

(not the author here...) yes you're right for python 3.5+ ( couldn't install python >> type(dict.__getitem__) >>> type(dict.__setitem__) ``` ```python >>> isinstance(dict.__setitem__, types.WrapperDescriptorType) True ``` you can add `types.WrapperDescriptorType` to...