Skip to content

Instantly share code, notes, and snippets.

View cvkline's full-sized avatar

Charley Kline cvkline

View GitHub Profile
@cvkline
cvkline / FeatureFlagButton-snippet.jsx
Created October 14, 2020 16:57
InstUI popover to implement a menu that does not hit that scrolling bug
function MenuItem({value, selected, text, disabled, onSelect}) {
function onClick() {
onSelect(value)
}
return (
<li style={{listStyleType: 'none'}} role="none">
<Menu.Item key={text} value={value} disabled={disabled} onClick={onClick}>
<Flex direction="row">
<Flex.Item align="center" size="1.5em">
#!/usr/bin/env ruby
class PaymentMethod
@@list = Array.new
def self.inherited(pm)
@@list << pm
end
def self.list

Keybase proof

I hereby claim:

  • I am cvkline on github.
  • I am cvkline (https://keybase.io/cvkline) on keybase.
  • I have a public key whose fingerprint is FAAF 3C4C ED96 6258 B62E CCF7 9266 6949 CA0E 2960

To claim this, I am signing this object: