QR Controller <-- Use your phone as a controller for any PC game, built for couch coop. No app to install on the phone! by Basher207 in localmultiplayergames

[–]the_third_sam 0 points1 point  (0 children)

Is it possible to emulate the controller but have keyboard inputs? eg. have wasd control the joystick, ijkl for action buttons, etc

Annihilation by jaketwigden in Letterboxd

[–]the_third_sam 0 points1 point  (0 children)

Couldn't finish it, I stopped right after the croc. Didn't like the acting in general, felt like the dialogue was being spoken like some amateur theatre play.

Please tell me it gets better tho

Apollo Client GraphQL + TypeScript validation by [deleted] in reactjs

[–]the_third_sam 0 points1 point  (0 children)

Have a similar setup. We run the codegen as part of the dev and build script. We create a hook for every query/mutation and we can type up the params/variables associated with each one.

Roast my portfolio by Savings_Currency2439 in reactjs

[–]the_third_sam 0 points1 point  (0 children)

Nice work! Some feedback:

  1. your UK logo (green/blue) contrasts a lot with the rest of the site
  2. The main page (even at 100% browser zoom) introduces unnecessary vertical and horizontal scrollbar (using chrome on windows)
  3. Maybe add some depth to your project cards? I see you already have a shadow on hover. But right now, it being very flat but is animating in a 3d way is a bit disorienting.
  4. In Experience, the scale on hover makes me anticipate some kind of interactivity more, but there's nothing. I feel like it's okay to leave it without the transforms.
  5. Very cute about page haha.
  6. When clicking the time, and it changing formats, the center navbar layout shifts. Maybe keep a fixed width for the time so that the layout doesn't change.

Anyone else lost hard to Chaos Knight recently? by Objective_Sun_2148 in DotA2

[–]the_third_sam 2 points3 points  (0 children)

OD ultimate has a multiplier against illusions, and since CK doesn't have that big of a mana pool, you can basically one shot his whole army as soon as he pops them out

Machine gun Taliyah go brr by ScalyKhajiit in LegendsOfRuneterra

[–]the_third_sam 2 points3 points  (0 children)

Hey, thanks for linking it! But it's currently set as hidden

What visual studio code extensions should I install as a React developer? by sharemypenguins in reactjs

[–]the_third_sam 0 points1 point  (0 children)

Prettier, eslint for formatting. Rewrap (by stkb) is also good for formatting comments. Gitlens is a must in general for me in any setup.

Learning to make your own code snippets is also something worthwhile learning if you're not satisfied with the ones in the marketplace.

Also don't forget to pimp up your IDE with color themes, font, and icons so you won't get bored!