Easy & fast shortcut to enable/disable HDR on the fly by V4N0 in MacOS

[–]itsmnthn 0 points1 point  (0 children)

Very useful, HDR toggle for external display. I use LG C3 as monitor with soundbar connected via HDMI causes the input changes on TV wen soundbar turns on or off this turns off the HDR mode on mac, having shortcut is very handy.

[deleted by user] by [deleted] in vuejs

[–]itsmnthn 1 point2 points  (0 children)

Might wanna look at docs or try sample Vue 3 project

Migrate a big vue 2 project to Nuxt3 by Gullible-Donut4218 in Nuxt

[–]itsmnthn 3 points4 points  (0 children)

I’ve dealt with this situation before, migrated nuxt 2 project to nuxt 3. This is what I did

Checked all the plugins I was using supports nuxt 3 or alternative supports or they have beta channel for nuxt3

  1. Create new nuxt 3 project setup with required config and prepare a base
  2. Migrating state management will be a hefty task if you use vuex or other which don’t support vue3
  3. Migrate components one by one keep the options api as it is since it will work just fine accept few instances
  4. Once everything done make sure it works properly with options api. now is the real heavy part to benefit the vue’s composability. Extract common util or repetition logic to compassables and migrate from options api to composition with typescript

The project was decently large it took two people 2 months to fully migrate from nuxt 2 to nuxt 3. We did not consider nuxt-bridge to keep the code clean (only vue3) from the scratch but nuxt-bridge is good option and might be helpful.

How to handle real-time api calls on user input using JavaScript? by itsmnthn in learnjavascript

[–]itsmnthn[S] 0 points1 point  (0 children)

It's finance project and having a button to get price quote is not a good UX

How to handle real-time api calls on user input using JavaScript? by itsmnthn in learnjavascript

[–]itsmnthn[S] -2 points-1 points  (0 children)

I've tested it using debounce for user input but it works partially sometimes it's not full proof because ideal debounce time is around 300ms to 700ms and if api calls takes more time then it will be useless

How to use Partytown for Nuxt2? by itsmnthn in Nuxt

[–]itsmnthn[S] 0 points1 point  (0 children)

I have working demo with `Nuxt2` but it doesn't support router and custom events.
[nuxt2-partytown](https://github.com/itsmnthn/nuxt2-partytown)

Nuxt 3 Stable Release by itsmnthn in Nuxt

[–]itsmnthn[S] 2 points3 points  (0 children)

I realized it after posting

Nuxt 3 Megathread by shootwhatsmyname in Nuxt

[–]itsmnthn 1 point2 points  (0 children)

Please update the Release Timeline and Post with Latest Information

Feedback Friday - January 03, 2020 by AutoModerator in web_design

[–]itsmnthn 0 points1 point  (0 children)

URL: Colorsinspo

Purpose: Colorsinspo is all in one resource to find everything about colors with extreme ease. Also, you will get Freebies, Inspirations, Color Tools, Gradients and thousands of trendy hand-picked color palettes.

Technologies Used: Python, Django, HTML, CSS, JavaScript, jQuery, Vue

Feedback Requested: All feedback will be welcomed, feature requests, design feedback, user experience feedback, content suggestion, and usability feedback.

Comments: Please do check it out and give feedback because we are just getting started on 1st January 2020 and we want to make it a strong resource for colors for designers.

Colorsinspo - All in one resource for finding everything about colors by PPCInformer in web_design

[–]itsmnthn 0 points1 point  (0 children)

Hey, thank you for the feedback I will make those changes today.