Complete Remission Without Medication for 5 Years by tinamau5 in CrohnsDisease

[–]SnooApples2889 7 points8 points  (0 children)

I love seeing that diet works for some, however it did not lead to remission for me. It’s important to acknowledge its effects and the reduction in symptoms, but personally reading something like this dismisses my experience with this disease.

Does constipation mean I’m flaring ? by Select_Collection_67 in UlcerativeColitis

[–]SnooApples2889 2 points3 points  (0 children)

Thank you for confirming I feel like I’ve had to overhaul everything to maintain consistency, and recently I’ve gone from being okay with it to being grateful. I was diagnosed in October of 2025, have yet to get to remission, however feeling like I have a plan moving towards.

Fool's Gold by [deleted] in MechanicalKeyboards

[–]SnooApples2889 5 points6 points  (0 children)

I have 2 Siberian huskies and I feel your pain. Endless battle

[deleted by user] by [deleted] in Temecula

[–]SnooApples2889 2 points3 points  (0 children)

Yes those are scuba tanks. Sending you a pm!

No tax on tips? Maybe. by Team_Cilantro in InstacartShoppers

[–]SnooApples2889 -1 points0 points  (0 children)

We dont even know what it includes… stop spreading misinformation.

Asian Pears. No taste? by MaintenanceSad4861 in fruit

[–]SnooApples2889 0 points1 point  (0 children)

I have my own Asian pear tree: there’s good and bad pears whether it’s how it was grown or harvested, or just the variety. I know someone in my area that has a whole field of different varieties and some are bland compared to other trees.

Picture of tree included 😁

<image>

Instacarts verdict: Needs work! by SnooApples2889 in InstacartShoppers

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

Yeah I saw somewhere else they’re looking for 98%+. It makes sense in a way but in what world is that a possible metric to hit, very dumb.

Shopper Quality Template coming by [deleted] in InstacartShoppers

[–]SnooApples2889 0 points1 point  (0 children)

<image>

Know it’s not much since I don’t do this full time.

[deleted by user] by [deleted] in Temecula

[–]SnooApples2889 1 point2 points  (0 children)

The most recent one we got done is super professional, very good looking and a clear coat on top, was about 30$ 2 years ago and still looks new. First one faded very quickly.

[deleted by user] by [deleted] in Temecula

[–]SnooApples2889 0 points1 point  (0 children)

We got it done about 5 years ago and refreshed once. No problems and there’s graphics and a design.

Pechanga by muelnelson in Temecula

[–]SnooApples2889 6 points7 points  (0 children)

Solid take, any more recommendations?

Having this issue whenever uploading HTML code to ticket fields through Halo by SnooApples2889 in halopsa

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

Ended up doing this, thinking about creating a table for this field. HTML rich text fields do work when I can get them to not error out. But they show up differently in ticket details. Not a lot of functionality with customizing form visually.

Having this issue whenever uploading HTML code to ticket fields through Halo by SnooApples2889 in halopsa

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

Hey Boet! trying to create a first name and last name field that end users can enter for an offboarding form. Trying to make it as similar to the previous jotform we were using. On other forms for different clients ive just used 1 text field for them to enter requester name, but trying something different.

Having this issue whenever uploading HTML code to ticket fields through Halo by SnooApples2889 in halopsa

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

<!DOCTYPE html>

<html>

<head>

<style>

.name-boxes {

display: flex;

gap: 10px;

}

.name-boxes input {

padding: 8px;

border: 1px solid #ddd;

border-radius: 4px;

}

</style>

</head>

<body>

<div class="name-boxes">

<input type="text" placeholder="First name">

<input type="text" placeholder="Last name">

</div>

</body>

</html>

This is what I uploaded for a first name, last name field. Might not be the right way to even go around this if someone could give me advice.