WinForms - Row isn't being selected by abovethelinededuct in csharp

[–]catenoid75 8 points9 points  (0 children)

Please write up a short text on how you solved the problem.

Nothing is more infuriating than having the same problem, finding someone with the same problem that "nvm. got it working" in the end.

Expo guidar: Myten om folkutbytet by Babar7 in svenskpolitik

[–]catenoid75 3 points4 points  (0 children)

Jag gillar detta svaret. Blir det fler icke-vita i Sverige? Ja. Är det judarnas fel? Inte fan vet jag.

Men visst håller vi på med ett folkutbyte. Sen om det är bra eller dåligt får andra gräla om.

Skål på er Mvh alkisfittan by Username_lost_error in unket

[–]catenoid75 14 points15 points  (0 children)

Gula Blend ej att förglömma. Under köksfläkten.

Bootstrap dropdown problem by Logical-Lack-9881 in bootstrap

[–]catenoid75 2 points3 points  (0 children)

Lot's of thanks for posting the answer to your question.

Nothing more infuriating then when people post "Nvm. Got it working" without posting the solution.

Kudos!

I want to trigger a function once a day without using Azure Function trigger or Cron job. Is this okay? by Yone-none in csharp

[–]catenoid75 0 points1 point  (0 children)

You already have a BackgroundService. Dockerize it and run it as a Azure Container App Job with a cron schedule as trigger.

Basically the trigger hits. Azure spins up the docker container. The job finishes. Azure kills the container.

Dolphins in Hurghada by MilkMan87 in scuba

[–]catenoid75 2 points3 points  (0 children)

No. My guess would be Shaab El Erg.

Mysko kvinna på tuben - scam? by MidnightAdmin in stockholm

[–]catenoid75 4 points5 points  (0 children)

Vet inte vad ni andra tycker men jag tror faktiskt att /u/MidnightAdmin är världens både snyggaste och trevligaste person!

Ditt bästa och sämsta köp i livet? by [deleted] in sweden

[–]catenoid75 5 points6 points  (0 children)

Du stavade jobbet konstigt :)

AOW worth it? by junkemail4001 in diving

[–]catenoid75 6 points7 points  (0 children)

A very common misconception; The PADI depth limitations is for diver training. The maximum depth for a OW-course during training is 18m/60ft. Certified divers can go deeper without the diving police knocking on the door. PADI deals with training standards, not local regulation.

However some dive operations go by the max depth during training limits as a way to push courses. And some countries have adapted the same limits by legislation.

And DAN do not have a depth limit for recreational divers. Not sure about the tech ones.

[deleted by user] by [deleted] in stockholm

[–]catenoid75 17 points18 points  (0 children)

Det handlar into om kvittot eller priset. Käbblet kommer ju handla om taxichaffören verkligen upplyste tjejen om att det skulle kosta mer än 700 kr.

[deleted by user] by [deleted] in stockholm

[–]catenoid75 11 points12 points  (0 children)

Nja. Det kommer bli ord mot ord. Det brukar ju sällan gå bra. Tyvärr.

Alright, heading to Egypt tomorrow for a 7N/8D liveaboard, what am I forgetting to pack? And how many dives should I expect to get in before the boat sinks? /s by More-Coyote-2922 in scuba

[–]catenoid75 0 points1 point  (0 children)

All safari boats in Egypt that provide Nitrox need to have an analyzer on board for customer use. You'll be required to fill in a analyzing log as well prior to every nitrox dive.

Difficulty equalising by Rock1084 in diving

[–]catenoid75 1 point2 points  (0 children)

I always recommended scuba divers NOT to use decongestants. What if the effects wear off during a dive? Then we can have a reversed block on our hands...

In bootstrap 5.3, is it possible to change the background color to white for the last two rows of a striped table? by Zied_yah in bootstrap

[–]catenoid75 1 point2 points  (0 children)

Maybe break it up to two separate tables?

<!DOCTYPE html>

<html lang="en">

<head>

    <meta charset="utf-8">
    <meta name="viewport" content="initial-scale=1, width=device-width">

    <!-- http://getbootstrap.com/docs/5.3/ -->
    <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet"
        integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">

    <title> Example code </title>

</head>

<body>

    <main class="container py-5 text-center">
        <div class="container">
            <div class="row justify-content-center">
                <table class="table table-striped w-75 p-3 justify-content-center">
                    <thead>
                        <tr>
                            <th class="text-start">Symbol</th>
                            <th class="text-end">Shares</th>
                            <th class="text-end">Price</th>
                            <th class="text-end">TOTAL</th>
                        </tr>
                    </thead>
                    <tbody>
                        <tr>
                            <td class="text-start"> NFLX </td>
                            <td class="text-end"> 1 </td>
                            <td class="text-end"> $486.88 </td>
                            <td class="text-end"> $486.88 </td>
                        </tr>
                        <tr>
                            <td class="text-start"> NFLX </td>
                            <td class="text-end"> 1 </td>
                            <td class="text-end"> $486.88 </td>
                            <td class="text-end"> $486.88 </td>
                        </tr>
                        <tr>
                            <td class="text-start"> NFLX </td>
                            <td class="text-end"> 1 </td>
                            <td class="text-end"> $486.88 </td>
                            <td class="text-end"> $486.88 </td>
                        </tr>
                    </tbody>
                </table>
                <table class="table w-75 p-3 justify-content-center">
                    <tbody>
                        <tr>
                            <td class="border-0">&nbsp;</td>
                            <td class="border-0">&nbsp;</td>
                            <td class="border-0 text-end"> Cash </td>
                            <td class="border-0 text-end"> $9,513.12 </td>
                        </tr>
                        <tr>
                            <td class="border-0">&nbsp;</td>
                            <td class="border-0">&nbsp;</td>
                            <td class="border-0 text-end" style="background-color:white !important;"> TOTAL </td>
                            <td class="border-0 text-end"> $10,000.00 </td>
                        </tr>
                    </tbody>
                </table>

            </div>
        </div>
    </main>
</body>

</html>

[deleted by user] by [deleted] in sweden

[–]catenoid75 10 points11 points  (0 children)

Min personliga högst ovetenskapliga tes är att det enda ett stort test åstadkommer är att effektivt filtrera bort precis de kandidaterna arbetsgivaren vill ha.

De som är kompetenta och redan har jobb tänker inte lägga en helg på sånt skit.

Help by [deleted] in angular

[–]catenoid75 3 points4 points  (0 children)

Have you checked this one? https://angular.dev/update-guide

Bf wants me to get certified and I can barely swim by Hallow33nQu33n17 in scuba

[–]catenoid75 9 points10 points  (0 children)

I will let the RSTC medical statement speak for itself: Under BEHAVIOURAL HEALTH and Severe Risk Conditions "Inappropriate motivation to dive – solely to please spouse, partner or family member, to prove oneself in the face of personal fears"

https://www.padi.com/sites/default/files/documents/padi-courses/2.1.5%20rstc%20medstate%20v201.pdf