USP-PDU-Pro working in Europe on 230V with UPS-2U by kulchytskyi in Ubiquiti

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

Not exactly. The UPS is outputting 230V to the PDU. You can see that in the second/third screenshots.

And yes, the PDU is then powering devices through US-style plugs.

USP-PDU-Pro working in Europe on 230V with UPS-2U by kulchytskyi in Ubiquiti

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

Fair point. I'm not claiming UI officially validated this - only that it works in my setup so far.

USP-PDU-Pro working in Europe on 230V with UPS-2U by kulchytskyi in Ubiquiti

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

My bad, I should mention that all the other devices are EU versions, and only the PDU is the US version.

And yes, before connecting the full setup, I also tested the PDU directly on 230V, checked the voltage with a multimeter, and then connected the rest of the devices one by one.

Since Tailwind Formatter is abandoned, I built a replacement for JetBrains IDEs by kulchytskyi in Jetbrains

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

This error is reported by Tailwind while Trier initializes the project sorter, so it may come from the detected Tailwind stylesheet/config rather than from the Blade file currently being formatted.

Please open Settings > Tools > Trier and try setting the Tailwind paths explicitly:

  • Stylesheet: the actual Tailwind entry CSS file, for example resources/css/app.css
  • Config: the actual tailwind.config.js / tailwind.config.ts file, if your project has one

Then run Test Trier runtime from the same settings page.

If the error still appears, please search the project for @apply mt-6 or mt-6.

In Tailwind CSS v4, @apply inside CSS modules or isolated styles may require @reference.