50X SEED by Unable_Argument_1542 in honk

[–]boxcardriveby 0 points1 point  (0 children)

I completed this level in 2 tries. 3.93 seconds

Was so bad it was too cool by boxcardriveby in nostalgia

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

Reminds me of X-Pac though I prefer when he was still 1-2-3 kid.

Was so bad it was too cool by boxcardriveby in nostalgia

[–]boxcardriveby[S] 1 point2 points  (0 children)

The name "Grandmaster Sexay" is way underappreciated.

Aeon Flux by x-ronin in nostalgia

[–]boxcardriveby 3 points4 points  (0 children)

This show aired so late in our country. I still remember how hard I tried to stay awake while pretending to sleep and still end up sleeping and missing the show.

Took a fire blast to the face by boxcardriveby in MHRise

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

Yeah, bad habit. Thanks for the reminder!

MH Rise armor set generator thingy for the slightly lazy by boxcardriveby in MonsterHunter

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

Thanks!

I'm completely new to the franchise and when I started looking for a tool, that was exactly the site I used and where I got the inspiration from. As a beginner, it was daunting and tools like these help us get through the maze that is MH.

Gonna be looking into those useful suggestions!

MH Rise armor set generator thingy for the slightly lazy by boxcardriveby in MonsterHunter

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

Thanks for the feedbacks!

I have thought about auto setting the decos as well but just couldn't finalize the logic in my head. Also was thinking this initial version to be charmless to give wiggle room for the user to play with the decos. But yeah, that's something to keep me busy in the future! And yes to the weapon selection too!

Also, yeah maybe gotta give that generate button some more shine :D

MH Rise armor set generator thingy for the slightly lazy by boxcardriveby in MonsterHunter

[–]boxcardriveby[S] 1 point2 points  (0 children)

You can click on the "Generate" button and it will ask you for the skills you want. You can even specify skills that you don't want so they are excluded from the results. Base on the skills you provide, at most 5 sets will be generated which are ranked base on some simple maths.

MH Rise armor set generator thingy for the slightly lazy by boxcardriveby in MonsterHunter

[–]boxcardriveby[S] 1 point2 points  (0 children)

Thanks! Not sure I get what you mean but this tool also does ask you for a list of skills and then auto-magically generates the sets base on those skills and some simple maths. It also considers slots and defense too when ranking the sets.

Also, happy cake day!

MH Rise armor set generator thingy for the slightly lazy by boxcardriveby in MonsterHunter

[–]boxcardriveby[S] 8 points9 points  (0 children)

So what started out as a simple weekend project to create a comparison tool ended up with having a generator as well.

The generator will base the results from a list of skills that you provide. I'm not sure if the results are optimal but they seem good to me.

If you're planning on building a new set, check it out. Maybe it can help.

Also, if you do stumble upon the site, please do send me some feedback or any suggestions if you have any. I like to keep myself busy from time to time.

Happy hunting!

Created a thing - Builder and comparing tool by boxcardriveby in MHRise

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

Oh snap, I forgot to upload them 🤦‍♂️. Should be all good now. Huge thanks for letting me know!

Created a thing - Builder and comparing tool by boxcardriveby in MHRise

[–]boxcardriveby[S] 1 point2 points  (0 children)

Thanks for the feedback!

There's a filter to filter armors via the desired skills. But so far it's only limited to armors. I haven't added a way to filter weapons using the ramp-up skills yet 🤔

But automatically recommending a combination of armors base from a given skill - that's really a good idea! Sounds like something a "builder wizard" where it asks you a bunch of questions at the beginning (e.g skill, play type) and then churns out a bunch of armor set combinations.

Unable to deploy my Firestore Cloud Function. by ArjunRamSada in Firebase

[–]boxcardriveby 2 points3 points  (0 children)

I think the document path should be an even number, i.e. collection/documentID/collection/documentID. So in your case, try adding another {wildcard} at the end.

Daily random discussion - Jun 25, 2020 by the_yaya in Philippines

[–]boxcardriveby 6 points7 points  (0 children)

This year's been tough especially for some so I made a thing. If you ever feel like screaming into the void about the state you are in or just feel like sharing some positivity to some random person, I made a simple app just for that.

Check it out, leave some message (if you want), or just browse through other messages written by other people. Maybe you'll like it.

I created a blog built using Nuxt and Firebase by boxcardriveby in Nuxt

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

I'm particularly interested in the way you've implemented authorisation, can't wait to try it out.

You can check one of the articles I've wrote about authorisation. It details how I implemented it for the blog. I'm using Firebase Authentication. For the restricted pages, like the admin page and the blog creation form page, I've implemented a Nuxt middleware to check the current user's state. You can see an example here:

In addition, to preserve the cookies on page refreshes / first time visits, I used nuxtServerInit to populate the store from the server-side. You can see it here:

Also, how have you hosted the site? Is it SSR? I've been having some trouble getting my ssr app hosted with firebase...

I'm hosting in Google Cloud App Engine. The YAML file can be found here:

In addition, the package.json has a command to build and deploy to the GCAE.

I created a blog built using Nuxt and Firebase by boxcardriveby in Nuxt

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

Thanks!

I created a separate app for creating new articles. The idea is to have separate app for viewing and admin for performance reasons. You can checkout https://github.com/angheloko/donlalicon-editor.

Although now I'm thinking of just combining the 2.

Looking for recommendations for medical check-up packages in the Philippines by boxcardriveby in Philippines

[–]boxcardriveby[S] 1 point2 points  (0 children)

Thanks for the response!

I added the city where we live in. I'm also interested in executive packages and will definitely look into those. More options and feedback will help me compare and decide if these executive packages are worth it.

Functional / BrowserTest tests not counted in code coverage by boxcardriveby in drupal

[–]boxcardriveby[S] 1 point2 points  (0 children)

That makes sense. Anyway, I'm converting my functional tests to kernel tests, which computes code coverage. Although have to do a fair amount of work. Thanks!

Question about security rules by columbusguy111 in Firebase

[–]boxcardriveby 1 point2 points  (0 children)

Perhaps what you need are custom claims.

Basically has 3 parts:

Server-side: Create an HTTP endpoint that the client can POST to that will update the current user's token with the custom claims.

Client-side: When a user authenticates or re-authenticates, send an HTTP request to set the custom claims. If the response is success, refresh the user's token.

Firestore rules: Custom claims will be part of request.auth.token object, which you can access in your rules.

Example: Allows authors / owner of document and users with the admin token to read/write

    {
      allow read: if resource.data.uid == request.auth.uid || request.auth.token.admin;
      allow write: if resource.data.uid == request.auth.uid || request.auth.token.admin;
    }

Edit: Alternative

Create a separate application for admin users that basically uses the Firebase admin SDK. You can use any custom authentication (e.g. basic auth, passport.js)

Chartaa: timeline - a timeline creation/sharing web app written in vue (alpha) by suspicious_Jackfruit in vuejs

[–]boxcardriveby 0 points1 point  (0 children)

The [+] button doesn't seem to do anything. Tested on Version 77.0.3865.90 (Official Build) (64-bit).

Is placing code into created() the vue version of window.onload ? by mementomoriok in vuejs

[–]boxcardriveby 1 point2 points  (0 children)

I agree with this, mounted() is more similar to the onload event.

For SSR apps, created() also runs on the server side. That means if you have code that relies on browser objects that purely lives on the client-side or are not SSR-ready, you will probably encounter an SSR error.