CWCombat Warriors
Created by nemesis on 11/14/2025 in #🛟・community-support
what is this?
No description
19 replies
PMPUBG MOBILE
Created by Atamu_Malosi on 11/14/2025 in #questions
Regarding Desert Eagle skins
Have we had any Desert Eagle skins in the past? Because I haven’t seen any in all my years of playing the game.
1 replies
PMPUBG MOBILE
Created by ABambooLovingPanda on 11/14/2025 in #questions
Controls
No description
1 replies
VVALORANT
Created by Tero on 11/14/2025 in #crosshairs
My favorite crosshair
0;P;c;8;u;FF69B4FF;h;0;d;1;b;1;z;3;0t;10;0l;0;0v;3;0g;1;0o;1;0a;1;0f;0;1t;9;1v;0;1g;1;1o;3;1a;1;1m;0;1f;0
2 replies
FFilament
Created by AlexKapustin on 11/14/2025 in #❓┊help
Single choice toggles
Hello everyone! I am trying to implement single choice toggle. A bit of context I have product edit page. On product page, there is a tab with all media assigned to the product (repeater) Each row has FileUpload (media itself) and few toggles. One of them is "is_cover". The idea behind it is that only one media can be selected as "Cover" currently it's implemented as:
Toggle::make('is_cover')
->live()
->afterStateUpdated(function ($state, callable $set, callable $get) {
if ($state) {
// get all rows
$rows = $get('../../media') ?? [];

foreach ($rows as $index => $row) {
// turn off all other toggles
if ($row['is_cover'] ?? false) {
if (($row['id'] ?? null) != $get('id')) {
$set("../../media.{$index}.is_cover", false);
}
}
}
}
}),
Toggle::make('is_cover')
->live()
->afterStateUpdated(function ($state, callable $set, callable $get) {
if ($state) {
// get all rows
$rows = $get('../../media') ?? [];

foreach ($rows as $index => $row) {
// turn off all other toggles
if ($row['is_cover'] ?? false) {
if (($row['id'] ?? null) != $get('id')) {
$set("../../media.{$index}.is_cover", false);
}
}
}
}
}),
That works. But it's painfully and unnecessary slow... I was thinking to use radio, but radio can not be split in repeater. All options must be provided at once in one place. Therefore not suitable in my use - case 🙁 All my attempts to move logic on front-end failed. I was able to subscribe for event via: 'x-init' and using $watch("state", value => { ... } (maybe there is more efficient way of doing that) But after than, i was not able to receive items from repeater to toggle off existed records ... Any documentation or tips, please? Thanks!
5 replies
VVALORANT
Created by Nathan on 11/14/2025 in #community-help
it wont let me go onto the valorant support page cause i wanna refund a knife and i cant refund now
it wont let me go onto the valorant support page to refund the new knife and now i cant even refund it cause i wanted to play this beautiful game and i forgot i had it on🥺
2 replies
VVALORANT
Created by Vision of empire on 11/14/2025 in #community-help
gf getting flagged as a cheater mid match for no reason twice in a row
basically my gf has been getting flagged for cheating twice for no reason and she has no sketchy programs in her pc why?
7 replies
VVALORANT
Created by SEN vail on 11/14/2025 in #community-help
valorant support
how long does it take for someone to respond to my ticket?
1 replies
VVALORANT
Created by K0I on 11/14/2025 in #community-help
Getting Better
No description
3 replies
VVALORANT
Created by Rikvin007 on 11/13/2025 in #community-help
my cat turn off my pc in a ranked
I hate my cat
4 replies
CWCombat Warriors
Created by Solace on 11/13/2025 in #🛟・community-support
Weren't you able to buy roles in this server with real money?
7 replies
VVALORANT
Created by ̷S̷̷n̷̷o̷̷t̷ on 11/13/2025 in #community-help
Redeem help
I need help redeeming my prepaid card cause im on console and didn’t know it was a PC only thing, could someone help me out?
8 replies
VVAPI
Created by fair-rose on 11/13/2025 in #support
FLUX ending turn and not calling the LLM
019a7bbc-94ce-7885-898a-53c2c60e79c8
3 replies
VVALORANT
Created by Emma on 11/13/2025 in #community-help
Escalation issue
No description
1 replies
VVAPI
Created by flat-fuchsia on 11/13/2025 in #support
Inbound SIP Trunk not working
Hi! I'm in need of assistant. I'm helping a customer to integrate an AI agent to help their clients. This customer has a third party company that does the first calling for them and then transfers the clients (while on the call) to their SDRs. I understood that i need to create a "Free Vapi SIP" in order to be able to receive transfer as a fallback in case all SDRs are busy. The problem is that after i created the Vapi SIP and assign an AI assistant to it, the call never get's through when I try to test with Linphone. It just keeps calling for ever.
5 replies
VVAPI
Created by firm-tan on 11/13/2025 in #support
Organzization's Name
Hi vapi Support team, In the account, how do we change name? Does this affect the outbound caller id? Appreciate the help to fix, thanks
1 replies
VVALORANT
Created by °‧ 𓆝 Drunkbetch 𓆞 ·。 on 11/13/2025 in #community-help
Issues with the servers
No description
1 replies
VVALORANT
Created by Fugazi on 11/13/2025 in #community-help
SOCD function
I’ve got a keyboard where i can turn something called socd on, while i was researching it people were saying they got banned or its bannable for using it in valorant. it makes your keys snap faster or something im not too sure but does anyone know if it’s something my account can get banned for?
4 replies
UBUniversal Blue
Created by Stridsvogn on 11/13/2025 in #🛟bazzite-help
Creating Windows 11 Install USB in Bazzite?
Been trying for a while now to create a windows 11 install USB so I can install it on a separate partition, as there are some games I wanna play that I can't get to work on Bazzite no matter what I do... Problem is, I can't figure out how to actually get it installed properly on the USB stick... Tried googling it and somsone suggested Ventoy, but when I tried searching for how to install it on Bazzite it says it's not made to run on this distro and to use Fedora Media Writer, and when looking into that it says that Fedora Media Writer isn't made to make non-Linux flash drives? Bunch of other posts also have people saying they can't get it to work because the flash drive needs to be NTFS format, and Bazzite is a different format? I'm just really confused, not very well versed with Bazzite or Linux in general... Anyone know where I can find some clear directions on how to create a Windows 11 install USB in Bazzite?
16 replies