Phil Dibowitz
Phil Dibowitz
This seems to be fixed by changing `onContextMenu={show}` to `onContextMenu={(e) => show({event: e})}` which I got from the v6-changes page. The tutorial should probably be updated.
Thanks, much appreciated!
There's no delta here, so there's nothing *to* be merged. However, even if there was, I believe this is all ShipIt controlled, so you can't merge on GH, only in...
That said, the mis-match in formatting is likely due to mis-matched versions of Rubocop. They should be sync'd up. @NaomiReeves can probably help with that (I would, but I don't...
No, you'd break the tree if you amend the message now. ShipIt operates based only on code changes, not on anything else. But it's fine. We can just close those....
Because markdown says you shouldn't use different numbers for each one. Just use "1." for all of them, and they'll be rendered with the correct numbers.
Can you show the exact MD that gives you the error?
Assuming i understand this, I'm a 👎 on this, as it currently stands. In the `fb_foo_settings` case, the "Chef team" - whoever owns the core APIs - get's to choose:...
> Still - AFAICT, the available general-purpose options are either to make exceptions to last-writer-wins (which is effectively what all these are discussing), or live without compound API interactions I...
## Re: lazy stuff I think only leaf-node things can/should ever be lazy. Then, much like an `only_if`, it can be a `proc` or _value_. Yes, that does mean that...