@marclou Maybe not for the exact situation you're describing but this is a good resource to get problematic points across more politely:
https://t.co/xhaZwo7GWM
Released v1.1.1 of slidev-theme-academic 🎓!
Changes included:
- prevents overlapping layers in export
- considers user specified base path for images
- removes pagination from end slide
https://t.co/xkyDLfd4iC
@Slidevjs#oss#opensource#buildinpublic
@ikoichi Sometimes I find myself overthinking when confronted with multiple pricing options and end up not purchasing at all.
What was the the price point before? I assume the free plan existed before.
@JoshWComeau Thanks for these highly educative posts!
FYI: I found the link in 'Why React Re-Renders' pointing to 'Understanding useMemo and useCallback' to throw a 404. You likely want to correct this.
#React re-rendering in a nutshell:
1. State of component changes causing it to re-render
2. Re-render cascades down the tree, regardless if state is passed as props
3. Context works similarly but only affects consumers and tree
4. Pure components can be excluded from re-renders
#React re-rendering optimization in a 🥜:
• useMemo to memoize heavy computations
• useMemo to memoize references of arrays and objects (e. g. passed to pure components)
• useCallback to memoize references of functions (syntactic sugar of useMemo)
https://t.co/rVKelsrsyK
@charuto_samba Why wouldn't they? The artist's or author's work already exists, so they have already made use of their skills. Now, users of AI solutions basically produce duplicates with the click of a button.
Development Environment as Code has great potential to increase efficiency of developers. Advantages include:
- documentation
- setup
- sharing
- compatibility
- encapsulation
I've been using #vscode Dev Containers a few years now and don't want to miss them.
slidev-theme-academic v1 is 6 months old! 🎓
It sits at 31 stars, 13 forks, 24 dependent repos, 250 views/80 visitors every 2 weeks and 1500 downloads.
Numbers are small but it makes me happy to see people using and enjoying it. 😊
#buildinpublic#opensource@Slidevjs
@FlorianMielke@KentBeck@martinfowler@unclebobmartin At least among young developers, many people don't even know them. A possible reason is that they usually consume different media types than what veterans use to publish.