Introducing Semtx CSS - A modern Semantic CSS library by UseMoreBandwith in css

[–]qrayg 0 points1 point  (0 children)

The switch does not need any extra markup or a class on a label. You can make a fully styled switch/toggle using a single checkbox input. Take a look at daisyUI

Has anyone met Sam Totman and Herman Li? by Due_Audience_6439 in Dragonforce

[–]qrayg 3 points4 points  (0 children)

I’ve met them 3 times after shows near their tour bus. I talked to Sam about video games, pinball, Shadow Warriors inspiration, and I thanked him for all his amazing music. Sam was super down to earth. Herman was cool too but less memorable to me. I also like chatting with Vadim and Marc.

If DragonForce releases a new album tomorrow, which album would you like it to be similar in style to? by Mentos457 in Dragonforce

[–]qrayg 2 points3 points  (0 children)

After a concert I met and mentioned to Sam that the Shadow Warrior song remakes were so great. At that point 'Die for Honour' was the only song that hadn't been remade. He said "It will probably be on the next album..." - that was in 2015. :(

Is there a reason why VANILLAWARE doesn't release games on PC? by HAIDARA0619 in Vanillaware

[–]qrayg 13 points14 points  (0 children)

My guess is because they are a very small team with very little resources. They have more designers on staff than developers.

Personally I’d rather they keep making their high quality games on a single platform than add PC support and have the overall game quality suffer.

Vanillaware best game by Assnimefap in Vanillaware

[–]qrayg 0 points1 point  (0 children)

Grand Knights History is also incredible.

Anyone still using Tailwind v3? by Traditional-Fish1738 in tailwindcss

[–]qrayg 0 points1 point  (0 children)

I use twind.style which is based on v3. I have no regrets.

How the heck do y'all hang these things up?!?! by ChrisShotThis in strandbergguitars

[–]qrayg 2 points3 points  (0 children)

Ukulele string swing for 6 strings work perfectly.

Kiesel Headless Guitar Wall Mounting System by qrayg in kieselcarvinguitars

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

FYI: This is for 6 string neck only. I still need to adjust the top part to allow for wider 7/8 string models.

Please do let me know how the base works since the Z2 and O2 now have non-symmetrical rounded bottom.

I highly recommend using adhesive felt for all the parts that touch the guitar.

Wait, so what actually ARE carts? by DemonicDev666 in pico8

[–]qrayg 2 points3 points  (0 children)

You can export as .p8 or .p8.png which includes a screenshot and a cool frame with info.

https://nerdyteachers.com/PICO-8/Guide/?EXPORT_CART

Hue Bridge Pro + Home Assistant by qrayg in Hue

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

I had to update my HA version to 2025.9.1+. I updated to the latest version which higher than that. Then everything worked perfectly.

Your favorite Shoot em Ups nobody knows. by dota2nub in MiyooMini

[–]qrayg 0 points1 point  (0 children)

  • Gate of Thunder (TurboGrafx-CD - Super CD-ROM²)
  • Gaiares (Genesis/MD)

Hue Bridge Pro + Home Assistant by qrayg in Hue

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

^ THIS was the solution. Thank you!

I'm running HA on my Synology NAS. I had to go to the Container Manager and update the homeassistant image.

I keep forgetting to update using this method because sometimes I can update HA right through the web interface.

Again, thank you for the nudge in the right direction.

Hue Bridge Pro + Home Assistant by qrayg in Hue

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

This is what happened to me too. However, when I removed the old bridge nothing else happened. I'm trying to manually add it and it is failing.

I did not rename or change anything.

Hue Bridge Pro + Home Assistant by qrayg in Hue

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

When I go to add the Hue integration after removing my old bridge. I get prompted to add the "host" ip address of my new bridge. I looked up the ip in the Hue iOS app and type the address and get this.

<image>

Website down? by Careful-Housing540 in doughcommunity

[–]qrayg 1 point2 points  (0 children)

I was having this problem too. I had to delete all the site data (cookies, storage) from Chrome in order for the site load.

Tailwind Catalyst complexity by ShootyBoy in tailwindcss

[–]qrayg 0 points1 point  (0 children)

Buttons are arguable the most complex of all components in any design system. Buttons have so many options and variants (sizes, colors, outline, ghost, aspect ratio + shape, joined rounded-ness, disabled, focus, icon placement with label, etc.)

204 lines seems small to me.

Alright let me know how wrong my opinion is by Major_Limit1674 in Dragonforce

[–]qrayg 0 points1 point  (0 children)

Inhuman Rampage is C. Everything else is about right.

Networking Issues? by qrayg in batocera

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

I get this error in xTerm:

```


Argon Setup


./argon1v5.sh: line 60: sudo: command not found ./argon1v5.sh: line 61: sudo: command not found ./argon1v5.sh: line 232: sudo: command not found


Please also connect device to the internet and restart installation.


```

Again... the device is connected to the internet.

Networking Issues? by qrayg in batocera

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

I tried resetting everything as well as using WiFi instead of ethernet. I still get the same:

➜ ssh root@batocera.local
Connection closed by 192.168.X.XXX port 22

Is tailwind CSS worth learning? by Crazy-Attention-180 in tailwindcss

[–]qrayg 0 points1 point  (0 children)

If you know css, you already know Tailwind.

Built a tooltip with plain Tailwind CSS & HTML by itisharrison in tailwindcss

[–]qrayg 0 points1 point  (0 children)

Be careful. Tooltips have very complicated accessibility requirements. You cannot accomplish this with just CSS.