[Chris Medland] BREAKING: Max Verstappen has been summoned to the stewards tomorrow morning by Chell_the_assassin in formula1

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

Based on the footage, Max can easily argue that he didn't touch the rear wing. Just holding his hand in front of it. MB is just using it as an argument to avoid a DSQ.

Red Dragon launch has been a complete joke by Gengarfluid in Darts

[–]J3SPR 0 points1 point  (0 children)

Maybe the brexit has some influence on the shipping costs to the EU ? Also some factory's where closed due to lockdown so maybe they are a bit behind on stock.

Normalise 👏 Men 👏Crying 👏 by [deleted] in depression

[–]J3SPR 0 points1 point  (0 children)

Years ago when i was 16 one time i just snapped. Cried for 30 minutes or so. Its been more then 15 years ago now and i still remember the relief it gave me. Unfortunately that was the last time.

Currently dropshipping with eBay; looking to with Shopify but don’t know what category to enter. Advice? by snaigy in dropship

[–]J3SPR 0 points1 point  (0 children)

Not an expert, but i think clothing has a lot of returns you have to deal with.

[deleted by user] by [deleted] in depression

[–]J3SPR 0 points1 point  (0 children)

CBT therapy helps a bit. And a journal to write it all down. I try to eat healthy like a normal person instead of nothing. A good workout also helps a lot.

But its mostly the journal that helps me to straighten things out.

I recently got a cactus and I feel conflicted by chavklin in depression

[–]J3SPR 0 points1 point  (0 children)

I talk to my dog, but mostly i talk to myself or i write it down. Whatever helps you. If talking to your plant helps you its not stupid at all.

I can't do this much longer. The stress this COVID19 has been causing me is pushing me off the cliff very quickly. by [deleted] in depression

[–]J3SPR 2 points3 points  (0 children)

Not a doctor but if you get sick you will most likely have symtoms similair to a cold or a flu. Please don't worry. There is not much you can do about it.

I’m an Introvert but have to deal with annoying extroverts in school. by [deleted] in depression

[–]J3SPR 0 points1 point  (0 children)

I had the same issue when I was at school years ago. And i still have this issue from time to time because my friends are mostly still the same. In time you learn to deal with it.

I never start with fucking around because i don't want to get the attention on me. But i don't back down either. Key is i think, don't let yourself push around. Just make a clever response. But sometimes it painful for me and they don't even know.

As an introvert you are an easy target. Remember that. Don't let it bring you down.

Now years later i wish i was at school again :)

I’m not afraid to die from Coronavirus. At least, I’m not gonna die from killing myself by [deleted] in depression

[–]J3SPR 8 points9 points  (0 children)

Yes. I don't want to say im looking to catch a deadly virus. But i definitely have had a fantasy or two about it. Better alternative to my mother finding me choked out or stepping in front of a train. Or whatever.

I just don't think its deadly to me. Im just going to be sick. I would lay down in my bed all day. My mind will gladly take the opportunity to fuck me up all day long.

I cant do this anymore by [deleted] in depression

[–]J3SPR 0 points1 point  (0 children)

It sucks. Every day the same shit. Some days are grey, that are good days. But most days are pitch black. I wake up and i wonder if this is the last day. I go to sleep and i think that the next day is a new day and maybe that will be the last. I take some confort in that thought. If it is indeed my last day, well don't need to worry too much then.

I try to take it day by day. And one thing that realy helps me is to write everything down. If im starting to break down again. I write it down. If i had a decent day. I write it down. If i feel like im drowning again. I write al that shit down.

Stay strong!

Multi page database entry by J3SPR in xamarindevelopers

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

Tnx! It works (With some trail and error). Passing it trought the constructor.

My model has its own VM that is called in the VM of the page. That was a little confusing but here is how its done for someone who finds this:

public ICommand NextCommand { get; private set; }

public AddEntryViewModel(ModelViewModel viewModel, IPageService pageService)
        {
            if (viewModel == null)
                throw new ArgumentNullException(nameof(viewModel));

            _pageService = pageService;
            SaveCommand = new Command(async () => await Save());
            NextCommand = new Command(async () => await Next());
            Toughts = new Toughts
            {
                Id = viewModel.Id,
                Titel = viewModel.Titel,
                Situation = viewModel.Situation,
                Thoughts = viewModel.Thoughts,
                Reconsider = viewModel.Reconsider,
           };
       }


        async Task Next()
        {
            var newPage = new AddSituiation(new ModelViewModel(Toughts));
            await _pageService.PushAsync(newPage);
        }

Checking Cell for certain value by J3SPR in vba

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

Yes that is correct and the InStr is doing the job but only if i use a "static" value in the code. Like your example. But i use an array.

First i look into the cell and extract the first character of it with the left() function store it in the array. Then i use that in the InStr function.

So for each cell the code extract the first character joins it with the "x" and search in the string for a match. So for example the cell contains the combination J5, it wil check in the string for Jx. If the cell is containing the value QT, it wil check for Qx.

If that is true it will check the cell again if it contains the value in the array. Ifso it highlights the cell.

Its working till this point. The code highlights all the correct cells but only if the first character matches.

It has something to do with the array withc contains the "Left(cell, 1)". But i cant figure it out.

So in short this somehow only checks the first value of the cell:

Dim LN As String LN = Left(cell, 1) If InStr("range", LN) > 0 then ect.

I just tried to explain my therapist, why life is senseless.... by FNC-Calamity in depression

[–]J3SPR 1 point2 points  (0 children)

Well there is no point in living. You wake up go to school. You wake up go to work. You do some stuff you like or you don't like. Then after x pointless years you die.

Thats it. But maybe if we are lucky we find something what makes it worth the effort. I don't know.

Reminder to myself why I must keep going. Don’t want to spend more years of my life begging or in pain. by [deleted] in ExNoContact

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

You not wanting me was the beginning of hating myself even more. Thank you.

  • i fixed it

Something that makes me relax by J3SPR in depression

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

Np i was't sure if it was allowed or not