Kim

Results 13 comments of Kim

I'm having precisely the same issue. Using Jquery 1.10.2 and jQuery UI 1.10.3.

Found a simple solution that totally removed the error and the resulting symptoms I was experiencing. Submitting my change for approval. :)

Good question. If you really just want to stay focused on the back-end handling, it might be worth mentioning in your docs that there is no provided method for handling...

YES! I came here looking for exactly this functionality. I have some workarounds going in the meanwhile, but I think this is a grand solution. Another potential thing to look...

Aha, now that I understand the philosophy the package was designed on, your method of returning the highest unlocked in the chain is indeed a better method of implementing, and...

I just got started with this package today and had a fairly robust achievement system (about 40 achievements, although some are "chained") going in about an hour. The documentation was...

Okay, here's a minor typo: ``` use App\Achievements\Have1000GoldOnTheBag; $user->setProgress(new Have100GoldOnTheBag(), $user->amountOfGoldOnTheBag); ``` I'm almost certain you mean IN the bag rather than on? On to more important things -- one...

No, I think what it returns now is fine, I just think there should be an explicit example included showing how to access the details. Even just demoing {{ $achievement->detail->name...

Hi again @gabriel-simonetti ! I'd be happy to share some -- did you have any in particular in mind? Here's something for my user profile view: ``` @if ($achievements->count() >...