Micah Iverson

Indie Maker / Designer / Developer @ krazier.com

Wrapped up a frustrating painting job finally.

Helen

I'm good. I can't get taller, but I can get stronger. I'm glad this COVID crap not messing w/ your work.

0 Likes
Micah Iverson Author

Ha, thanks. It's short lived though as I have 4 weeks of work lined up at the moment, hard to complain but I could use a break :) These next jobs won't be as stressful though and won't be on such a strict deadline. Hope things are well with you!

0 Likes

Should reach 5,000 accounts on Retrospect in the next couple days!

Carl Poppa πŸ›Έ

πŸ”₯πŸ”₯πŸ”₯

0 Likes

Had a Zoom call with a client using Retrospect.team, he and his company LOVE the tool and wanted to show me how they are using it and asking for some new functionality to make it perfect for them. He was practically speechless on how much it's changed their workflow.

Decided to rebuild my old electric guitar... Ordered a new Neck, Machine Heads, Strings and Pickups.

Setup local mesh network for better connectivity through house.

Learned and implemented a CSS property I had never heard of before: counter-increment

Micah Iverson Author

So this css code, navigates through the dom to "count" how many players there are. In this case our Accordion Section Header has a class of "accordion", so it looks for that class and when it finds it, it adds some ::before content with the current item index value. Then it goes to the next one and does the same. So now my friend can add/delete/reorder players without manually updating the number every time.

0 Likes
Micah Iverson Author

Yeah it's pretty slick and seems to be supported in most browsers.

0 Likes