Jeff

Results 4 issues of Jeff

I have a simply hover effect on the cards before they are clicked: `.front:hover { transform-style: preserve-3d; transform: rotateY(10deg); transition: transform .5s; }` This works fine, except, once I click...

I've uploaded the www/ directory, but when I load up the index.html page, I get nothing but a black screen. The page title, and favicon do show up. Any ideas?

I am trying to purge a user from our Slack environment, and so far I have been able to remove everything public, but at this point, I am trying to...

question

Script seems to be working fine, but I'm just curious why `print('users', s.users)` yields `users []`. ``` print('public channels', s.channels) print('private channels', s.groups) print('instant messages', s.ims) print('multi user direct messages',...

question