ಟ್ವೀಟ್‌ಗಳು

ನೀವು @brian_d_vaughn ಅವರನ್ನು ತಡೆಹಿಡಿದಿರುವಿರಿ

ಈ ಟ್ವೀಟ್‌ಗಳನ್ನು ವೀಕ್ಷಿಸಲು ನೀವು ಖಚಿತವಾಗಿ ಬಯಸುವಿರಾ? ಟ್ವೀಟ್ ವೀಕ್ಷಣೆಯು @brian_d_vaughn ಅವರ ತಡೆತೆರವುಗೊಳಿಸುವುದಿಲ್ಲ

  1. ಪಿನ್ ಮಾಡಿದ ಟ್ವೀಟ್
    ಡಿಸೆಂ 2,2016

    Humbled and excited to share that I will be joining the core team at . Lots of learning ahead! Wish me luck! 👍👍👍

    ರದ್ದುಗೊಳಿಸು
  2. 9 ಗಂಟೆಗಳ ಹಿಂದೆ

    I decided to go for it though🤞I got a screw driver and moved the G saddle forward a bit to compensate for the new string– and it plays perfectly now! I'm pretty thrilled by this outcome. It was a learning experience for me, and it turned out to be successful. 🙂

    ಈ ಥ್ರೆಡ್ ತೋರಿಸಿ
    ರದ್ದುಗೊಳಿಸು
  3. 9 ಗಂಟೆಗಳ ಹಿಂದೆ

    Unfortunately it messed up the intonation 😕 but I did a bit of reading and learned that it was to be expected. My best options seemed to be to use a heavier gauge wound G, or to tweak the setup a bit myself (something I was pretty hesitant to do– since my 060 plays so well).

    ಈ ಥ್ರೆಡ್ ತೋರಿಸಿ
    ರದ್ದುಗೊಳಿಸು
  4. 9 ಗಂಟೆಗಳ ಹಿಂದೆ

    I recently replaced the unwound G on my 6-string electric with a wound G. (I've always disliked the sound of the unwound G on electrics, but it didn't occur to me that I could just replace it until recently.) I liked the sound of the G much better after replacing it– BUT–

    ಈ ಥ್ರೆಡ್ ತೋರಿಸಿ
    ರದ್ದುಗೊಳಿಸು
  5. 10 ಗಂಟೆಗಳ ಹಿಂದೆ

    Clocked another 5 minute mile today! 173bpm pulse

    ರದ್ದುಗೊಳಿಸು
  6. ಡಿಸೆಂ 28

    I decided against adding a spreadStyleProps property for now because of Flow type complications (which seemed like an indication that the pattern might not be a great one to begin with). I will likely revisit this decision before a v2 release.

    ಈ ಥ್ರೆಡ್ ತೋರಿಸಿ
    ರದ್ದುಗೊಳಿಸು
  7. ಡಿಸೆಂ 28

    ⚛️ react-window 1.5 just published with new "areEqual" and "shouldComponentUpdate" exports for advanced item renderer memoization Read about them here 👀

    ಈ ಥ್ರೆಡ್ ತೋರಿಸಿ
    ರದ್ದುಗೊಳಿಸು
  8. ಡಿಸೆಂ 27

    Twitter has been pretty quiet this week and I've enjoyed a break from tech "drama" I encourage everyone to take another week of PTO 😅 I'm not ready yet for it to resume

    ರದ್ದುಗೊಳಿಸು
  9. ಡಿಸೆಂ 26

    I've seen a few new year's resolution tweets to use Twitter less often 🤔

    ರದ್ದುಗೊಳಿಸು
  10. ಡಿಸೆಂ 24

    All three of these can be thought of as advanced optimizations. None are required for typical react-window usage, but I wanted to better support use cases that require more fine tuning.

    ಈ ಥ್ರೆಡ್ ತೋರಿಸಿ
    ರದ್ದುಗೊಳಿಸು
  11. ಡಿಸೆಂ 24

    👋 Thanks for the input on react-window memoization 🙇‍♂️ After a bit of experimentation, I think I might try adding three new options in the next release. Thoughts?

    ಈ ಥ್ರೆಡ್ ತೋರಿಸಿ
    ರದ್ದುಗೊಳಿಸು
  12. ಡಿಸೆಂ 23

    Super Smash Brothers takes more skill than being a software developer 😑 I've spent years becoming passably decent at one. I'm not sure I have enough life left to master the other.

    ರದ್ದುಗೊಳಿಸು
  13. ಡಿಸೆಂ 22

    I might also be able to do a release that adds an opt-in API for individual style props, and logs a DEV deprecation warning for the old style object prop. This would give people a heads up to gradually migrate to the new API. Could probably even write a codemod for it.

    ಈ ಥ್ರೆಡ್ ತೋರಿಸಿ
    ರದ್ದುಗೊಳಿಸು
  14. ಡಿಸೆಂ 22

    Am I over-thinking this? Is this a performance solution in search of a problem, or is it worth optimizing this too? Would love to hear your thoughts.

    ಈ ಥ್ರೆಡ್ ತೋರಿಸಿ
    ರದ್ದುಗೊಳಿಸು
  15. ಡಿಸೆಂ 22

    I kind of lean toward option two, even though it would be a breaking change and so require a major release. I could export a helper function that can be used to create the proper default style object, but leave it up to users to decide between absolute position, translate, etc

    ಈ ಥ್ರೆಡ್ ತೋರಿಸಿ
    ರದ್ದುಗೊಳಿಸು
  16. ಡಿಸೆಂ 22

    This means that on the next scroll event, all items will re-render because of the new wrapper object. Some possible ideas to deal with this: 1. Export a custom sCU that knows to compare style object props 2. Pass top/left/width/height as top-level props and defer style creation

    ಈ ಥ್ರೆಡ್ ತೋರಿಸಿ
    ರದ್ದುಗೊಳಿಸು
  17. ಡಿಸೆಂ 22

    react-window passes item renderers a style object containing top, left, width, height, (and position) values. I cache these objects while scrolling to avoid unnecessarily re-rendering items during perf sensitive times, but I clear the cache afterward to avoid stale cached styles–

    ಈ ಥ್ರೆಡ್ ತೋರಿಸಿ
    ರದ್ದುಗೊಳಿಸು
  18. ಡಿಸೆಂ 21

    Just released some bug fixes and performance improvements for react-window v1.4.0

    ರದ್ದುಗೊಳಿಸು
  19. ಡಿಸೆಂ 21

    Be kind to each other 🤗 It might feel satisfying to leave an angry GitHub comment, but they often cause real stress and hurt for maintainers– even ones you might think are too big or successful to be affected by it.

    ರದ್ದುಗೊಳಿಸು
  20. ಅವರು ಮರುಟ್ವೀಟಿಸಿದ್ದಾರೆ
    ಡಿಸೆಂ 21

    ⚛️ Hey all! It’s time for the last (and shortest) This Week in React of this year. 🎉 React 16.7 Release 📋 Memoize Promise Listeners 🛠 DevTools: Support Editable Props for More Component Types 💌 Subscribe at and read more in the thread below. 👇

    ಈ ಥ್ರೆಡ್ ತೋರಿಸಿ
    ರದ್ದುಗೊಳಿಸು
  21. ಡಿಸೆಂ 21

    react-window only "overscans" (pre-renders) in the forward direction (the direction currently being scrolled). Should it pre-render in both directions?

    ರದ್ದುಗೊಳಿಸು

ಲೋಡಿಂಗ್ ಸಮಯ ಸ್ವಲ್ಪ ತೆಗೆದುಕೊಳ್ಳುತ್ತಿರುವಂತೆನಿಸುತ್ತದೆ.

Twitter ಸಾಮರ್ಥ್ಯ ಮೀರಿರಬಹುದು ಅಥವಾ ಕ್ಷಣಿಕವಾದ ತೊಂದರೆಯನ್ನು ಅನುಭವಿಸುತ್ತಿರಬಹುದು. ಮತ್ತೆ ಪ್ರಯತ್ನಿಸಿ ಅಥವಾ ಹೆಚ್ಚಿನ ಮಾಹಿತಿಗೆ Twitter ಸ್ಥಿತಿಗೆ ಭೇಟಿ ನೀಡಿ.

    ಇದನ್ನೂ ಸಹ ನೀವು ಇಷ್ಟಪಡಬಹುದು

    ·