pixeleet
pixeleet
WWindmill
Created by pixeleet on 6/19/2024 in #help
auto scaling workers
thank you so much as always @rubenf
7 replies
WWindmill
Created by pixeleet on 6/19/2024 in #help
auto scaling workers
was just curious if someone solved the issue for me already πŸ˜„
7 replies
WWindmill
Created by pixeleet on 6/19/2024 in #help
auto scaling workers
Can the poor self hosted users who can’t afford EE get a guide or a peek at the custom scripts? 🫢
7 replies
WWindmill
Created by pixeleet on 6/10/2024 in #help
mysterious error message on s3 upload fail
self hosted is on latest helm
4 replies
WWindmill
Created by pixeleet on 6/10/2024 in #help
mysterious error message on s3 upload fail
No description
4 replies
WWindmill
Created by pixeleet on 6/10/2024 in #help
mysterious error message on s3 upload fail
No description
4 replies
WWindmill
Created by pixeleet on 6/10/2024 in #help
mismatched script arguments?
okay so what's the correct way to write that?
13 replies
WWindmill
Created by pixeleet on 6/10/2024 in #help
mismatched script arguments?
the funny part is this was working perfectly fine friday D:
13 replies
WWindmill
Created by pixeleet on 6/10/2024 in #help
mismatched script arguments?
There is clearly 2 params, I'm passing them, I'm not entirely sure where is the misunderstanding between me and wmill πŸ˜›
13 replies
WWindmill
Created by pixeleet on 6/10/2024 in #help
mismatched script arguments?
No description
13 replies
WWindmill
Created by pixeleet on 6/10/2024 in #help
mismatched script arguments?
select
h.id,
h.name,
h.address,
h.city,
count(hv.hotel_id),
h.created_at,
h.updated_at
from hotels h
left join hotel_videos hv on h.id = hv.hotel_id
where provider != 'AIRBNB'
and h.deleted_at is null
and city = $1
and hv.url is not null
and name ilike '%$2%'
group by h.id
select
h.id,
h.name,
h.address,
h.city,
count(hv.hotel_id),
h.created_at,
h.updated_at
from hotels h
left join hotel_videos hv on h.id = hv.hotel_id
where provider != 'AIRBNB'
and h.deleted_at is null
and city = $1
and hv.url is not null
and name ilike '%$2%'
group by h.id
13 replies
WWindmill
Created by pixeleet on 5/30/2024 in #help
My app works in edit and preview modes, but not when deployed.
I mean there is a toggle for it, but I would prefer being able to have a x on the left side I can click to just say don't do select or insert on this, my users don't need know this exists even
20 replies
WWindmill
Created by pixeleet on 5/30/2024 in #help
My app works in edit and preview modes, but not when deployed.
Can we get an easy way to X columns away from the default column defs? πŸ™‚
20 replies
WWindmill
Created by pixeleet on 5/30/2024 in #help
My app works in edit and preview modes, but not when deployed.
I see
20 replies
WWindmill
Created by pixeleet on 5/30/2024 in #help
My app works in edit and preview modes, but not when deployed.
No matter if I run it as the owner and creator of the app or an other user.
20 replies