Recent Activity
Here's what @tigerwolf974 has been up to this past year
-
Completed lesson Replicating Behaviors for Access Levels & Statuses
-
Completed lesson Goal of this Series
-
Completed lesson Creating A Reusable Sorting Vue Component
-
Completed lesson Sorting Difficulties with Drag & Drop
-
Completed lesson Reusable VineJS Exists In Organization Validation
-
Replied to Hi tigerwolf974! Vue doesn't like direct mutation of prop values...
Thank you for your response.
-
Completed lesson Replacing A Course's Deleted Difficulty
-
Completed lesson Confirming & Deleting Difficulties
-
Completed lesson Updating Difficulties
-
Completed lesson Listing & Creating Difficulties
-
Completed lesson The Confirm Delete Dialog & Deleting the Active Organization
-
Completed lesson Editing the Active Organization
-
Completed lesson Creating A UseResourceActions Composable
-
Commented on post Switching Between Organizations
Hello,
I'm resuming the course, and I already have a question—sorry about that!
For context, I’m using React rather than the Vue.js framework. I don't really know Vue.js, but I noticed that you’re using a
watchEffectto keep track of the active organization value.At first, I did something similar in React with a
useStateand auseEffect. However, it feels a bit redundant to me. Why not use the organization value that we receive directly through props to keep the UI updated?It would look like this:
<DropdownMenuRadioGroup value={organization.id.toString()} // formerly organizationIdSelected onValueChange={onOrganizationChange} />Copied! -
Completed lesson Switching Between Organizations
-
Completed lesson Model Query Builder Macros in AdonisJS 6
-
Completed lesson Understanding JavaScript Promises in ForEach, Map, and Reduce Loops
-
Replied to Hi Tigerwolf!Lucid cascades the transaction to relationship ...
Thank you, I had missed that information in the documentation. My English level is not very high, so there is some information that I sometimes overlook.
Thank you very much for this detailed and illustrated response. -
Upvoted comment Hi Tigerwolf!Lucid cascades the transaction to relationship ...
-
Commented on post Onboarding Newly Registered Users
Hello,
In this video, you are using a transaction withdb.transaction.
You apply the transaction to theawait Organization.create().
However, forthis.#assignAdminandthis.#createDefaults, you are not directly using it. Yet, these two calls are included in the callback function.
If an issue occurs inassignAdminorcreateDefaults, will the transaction still perform a rollback? Or will these two functions not trigger a rollback? -
Completed lesson The Form Dialog Component & Adding Organizations
-
Completed lesson Listing the User's Organizations
-
Completed lesson Setting & Loading the User's Active Organization
-
Replied to Hello, tigerwolf!Sorry about the inconvenience!! Thankfully,...
Unbelievable !!! :-O
I wanted to sincerely thank you for your incredibly fast response to my comment. It’s amazing how quickly you managed to address the issue! I truly appreciate the effort and responsiveness.Thank you again for your work and dedication!
-
Upvoted comment Hello, tigerwolf!Sorry about the inconvenience!! Thankfully,...
-
Completed lesson Forgot Password & Password Reset
-
Commented on post Adding the Remember Me Token
Hello,
First of all, thank you for the high-quality content you provide.
However, I would like to ask if it would be possible to improve the video player when subtitles are enabled. Let me explain my issue: I am French, and I watch your videos with subtitles, but I often find myself pausing when the sequence moves too quickly. At that point, the progress bar appears over the subtitles, which makes it quite frustrating to read them.
For a 5-minute video, it’s manageable, but when watching a lot of videos back-to-back, such as in this section, it becomes very tiresome. Perhaps it would be a good idea to make the subtitles move upward alongside the progress bar when the video is paused.
I apologize if this is not the right place for this type of feedback.
Thank you for taking the time to read my message. -
Completed lesson Adding the Remember Me Token
-
Completed lesson Logging In Users & Displaying Exceptions
-
Completed lesson Onboarding Newly Registered Users
-
Completed lesson Logging Out Users
-
Commented on post Splitting Our Routes Between Auth & Web
Hi, thank you for this content.
Unfortunately , subtitles are wrong and correspond to the previous video. -
Completed lesson Splitting Our Routes Between Auth & Web
-
Completed lesson User Registration with InertiaJS
-
Completed lesson Creating A Toast Message Manager
-
Anniversary Thanks for being an Acocasts member for 1 year
-
Completed lesson Completing Our AppLayout & Navigation Bar