79685504

Date: 2025-07-01 03:48:21
Score: 2.5
Natty:
Report link

This online tool, which utilizes LibreOffice as its backend, provides functionality comparable to Pandoc.

markdown to pdf

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: 杨宁川

79685502

Date: 2025-07-01 03:46:20
Score: 0.5
Natty:
Report link

Update to this post. I had the same problem and learned what the issue is.

Short Answer: use ImageIndex only

Long Answer: Setting the ImageKey will set your ImageIndex = -1 which is used by the virtual mode. So do not use ImageKey entirely. I do not know why tho, this seems like an old problem that is never fixed by Microsoft

Reasons:
  • Whitelisted phrase (-1): I had the same
  • No code block (0.5):
  • Low reputation (1):
Posted by: E-Mail

79685500

Date: 2025-07-01 03:43:20
Score: 2.5
Natty:
Report link

Let's call your matrix df

f you want to know how many rows there are in your matrix: nrow(df)

If you want to know the index for an specific value: which([logical]) for example which(df$col1 ==2)

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Isa

79685490

Date: 2025-07-01 03:37:18
Score: 1.5
Natty:
Report link

If you are using PHP this will help you :

<html><body><center><form method='POST' id='top'>

<input type='text' name='search_word'>

<input type='submit' name='submit' value='search'>

</form>

<?php if(isset($_POST['submit'])){ ?>

<input type='button' value='Clear' onclick="window.location.href=''">

<?php $search_word=$_POST['search_word'];

echo"<script>document.getElementById('top').style.display='none';</script><div id='search_div'>

<iframe src='https://www.google.com/search?igu=1&ei=&q=$search_word' frameborder='0' width='90%' height='90%' allowfullscreen></iframe></div> "; } ?>

</body></html>

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Faiz Ur Rehman

79685486

Date: 2025-07-01 03:29:16
Score: 9.5
Natty: 7
Report link

How to get developer disk image for OS 18? From xcode also its not automatically downloading for me. Can you help me in how you got DDI?

Reasons:
  • Blacklisted phrase (1): help me
  • RegEx Blacklisted phrase (3): Can you help me
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Starts with a question (0.5): How to
  • Low reputation (1):
Posted by: Krishna Rawal

79685478

Date: 2025-07-01 03:17:13
Score: 1
Natty:
Report link

You can leverage the dictionary assignment feature of parseExpr to dynamically evaluate row-specific formulas. Here's the working approach:

each(def(mutable d) -> parseExpr(d.v, d.erase!(`v)).eval(), t)

Output is :

0   0   -0.9    -1.7    -2.6    -3.5    -4.3
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: hz.wale

79685475

Date: 2025-07-01 03:15:13
Score: 1.5
Natty:
Report link
const event = {
    title: 'new event',
    start: Date.now(),
    end: Date.now(),
}
setEvents([...events, event]);
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: 柴惠滨

79685470

Date: 2025-07-01 03:04:10
Score: 2.5
Natty:
Report link

Is seems like replacing my original line of =

Application.Goto Cells(ActiveWindow.ScrollRow, ActiveWindow.ScrollColumn), 1

with the below solves the issue.

Application.Goto Reference:=ws1.Cells(ActiveWindow.ScrollRow, ActiveWindow.ScrollColumn)

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Jobe

79685468

Date: 2025-07-01 02:59:09
Score: 2
Natty:
Report link

I think we use bottom parameter in ax.set_ylim() which controls the y-axix. set bottom parameter to a small negative value which creates som espace between x_axis and the bottom of hist plot bar.

ax.set_ylim(bottom=-0.01)

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Mani Kant Kumar

79685466

Date: 2025-07-01 02:55:08
Score: 1
Natty:
Report link

The api returns a page token if there are more than 100 rows. you have to use this page token and call the same api again.

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • High reputation (-1):
Posted by: Ganesh Krishnan

79685462

Date: 2025-07-01 02:44:06
Score: 1.5
Natty:
Report link

It sounds like you want Perlin's Simplex noise.

cf https://pypi.org/project/super-simplex

Reasons:
  • Probably link only (1):
  • Low length (2):
  • No code block (0.5):
  • High reputation (-2):
Posted by: J_H

79685461

Date: 2025-07-01 02:42:05
Score: 0.5
Natty:
Report link

For anyone viewing this for Svelte 5 (Runes), you can do the same with state runes using $effect:

$effect(() => (c, console.log("yes")))

Alternatively, $inspect(...).with if you do not want this to run in production builds.

$inspect(c).with(() => console.log("yes"));
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Zelo101

79685460

Date: 2025-07-01 02:41:05
Score: 2
Natty:
Report link

In Excel, you can load add-ins published in Microsoft Appsource, there is one add-in called "excel to json" can meet your requirement, it can handle simple and complex json files, like nested or multilayer json.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: WTSolutions

79685456

Date: 2025-07-01 02:30:03
Score: 1
Natty:
Report link

as of 2025, and even back in 2018, this is not correct, the Vendor key should only be populated for CPU client runtimes only, GPU runtimes should be registered under the system class for the gpu driver using the OpenCLDriverName and OpenCLDriverNameWow Reg_SZ paths to them in the DriverStore location.

https://registry.khronos.org/OpenCL/specs/3.0-unified/html/OpenCL_API.html#_icd_loader_vendor_enumeration_on_windows

But because of a missing migration handling in the AMD driver, old drivers that still wrote to the Vendors key path in the registry may still be registered, and the ICD dll may still be on the system, deleting both the Vendor path, and file from the system folder (The Root System32/SySWow64 folder, no deeper) should be all thats required for the system to work properly.

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Danial Horton

79685453

Date: 2025-07-01 02:25:01
Score: 4
Natty:
Report link

My apologies, I had a moment, my original post works. Coffee time :)

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Steve_Harlington

79685446

Date: 2025-07-01 02:13:59
Score: 0.5
Natty:
Report link

So I just updated my IntelliJ to 2025 version and this tabs for project stopped working. I tried this :

PS: This is for MacOS:

The Core Setting (As mentioned in answers above):

The primary setting that controls how IntelliJ IDEA opens new projects is still located here:

Crucially, none of these options directly say "Open as a new tab in the current window." This is where the confusion often arises.

IntelliJ IDEA's "projects as tabs" functionality is primarily achieved through macOS's native tabbed window support, rather than a direct IntelliJ setting for Windows/Linux.

  1. IntelliJ IDEA Setting: Set "Open project in" to "New window" (or "Ask" and then choose "New window").

    • This is counter-intuitive, but for macOS to group them as tabs, IntelliJ needs to intend to open them in separate windows. macOS then intercepts this and merges them into tabs if your system settings allow.
  2. macOS System Settings (The Key for Tabs):

    • Go to System Settings (or System Preferences on older macOS).

    • Navigate to Desktop & Dock (or Dock & Menu Bar on older macOS).

    • Scroll down to the "Windows" section.

    • Find "Prefer tabs when opening documents" and set it to "Always".

Reasons:
  • Long answer (-1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Adarsh Singh

79685444

Date: 2025-07-01 02:12:58
Score: 1.5
Natty:
Report link

In Kiwi TCMS, test cases cannot be deleted directly through the UI for data integrity reasons, but you can modify test cases by editing their details in the test case view. If you need to remove a test case, the recommended approach is to mark it as "obsolete" or "disabled" instead of deleting it, which keeps the history intact. For bulk changes or deletions, database access and admin-level intervention might be required, but this is generally discouraged. This design ensures audit trails and consistent test management. nulls clash

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Rohit Sharma

79685440

Date: 2025-07-01 02:09:57
Score: 4.5
Natty: 5.5
Report link

This is cool and very useful thanks for the info

Reasons:
  • Blacklisted phrase (0.5): thanks
  • Low length (1.5):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: user30934485

79685425

Date: 2025-07-01 01:43:52
Score: 2
Natty:
Report link

check this https://github.com/ONDC-Official/ONDC-FIS-Specifications/blob/release-FIS12-2.0.1/api/components/docs/xinput-form-response.md

Also the classification of form mimetype determine the operation if its re-direct for parse and render for application/html & text/html respectively. Also teh way to capture submission id differs one is via on_status callback other is sync json response.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: shreyansh shah

79685423

Date: 2025-07-01 01:39:51
Score: 1
Natty:
Report link

simply add key props to the WebView component like this

 <WebView
      key={ uri} // Change this key to force a new instance
      source={{ uri }}
      // ... other props
    />
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Ranjit Kumar

79685417

Date: 2025-07-01 01:29:49
Score: 0.5
Natty:
Report link

!DOCTYPE html>

<html lang="en">

<head>

<meta charset="UTF-8">

<title>Worm Animation</title>

<style>

body {

margin: 0;

background: #eee;

}

svg {

width: 100vw;

height: 100vh;

display: block;

background: #eee;

}

</style>

</head>

<body>

<svg viewBox="0 0 600 600">

<g id="worm">

</g>

</svg>

<script>

const svgNS = "http://www.w3.org/2000/svg";

const worm = document.getElementById("worm");

const N = 40;

const elems = [];

for (let i = 0; i < N; i++) {

const use = document.createElementNS(svgNS, "use");

use.setAttributeNS(null, "href", "#seg");

worm.appendChild(use);

elems.push({ x: 300, y: 300, use });

}

const pointer = { x: 300, y: 300 };

let frm = 0;

function run() {

requestAnimationFrame(run);

let e = elems[0];

frm++;

const ax = (Math.cos(3 * frm) * 100) / 600;

const ay = (Math.sin(4 * frm) * 100) / 600;

e.x += (ax + pointer.x - e.x) / 10;

e.y += (ay + pointer.y - e.y) / 10;

for (let i = 1; i < N; i++) {

let e = elems[i];

let ep = elems[i - 1];

const a = Math.atan2(e.y - ep.y, e.x - ep.x);

e.x += (ep.x - e.x + Math.cos(a) * (100 - i) / 5) / 4;

e.y += (ep.y - e.y + Math.sin(a) * (100 - i) / 5) / 4;

const s = (162 + 4 * (1 - i)) / 50;

e.use.setAttributeNS(null, "transform",

`translate(${(ep.x + e.x) / 2}, ${(ep.y + e.y) / 2}) rotate(${(180 / Math.PI) * a})`);

}

}

run();

</script>

<!-- Hidden SVG shape -->

<svg style="display: none">

<symbol id="seg" viewBox="0 0 100 100">

<path d="M0,0 Q50,80 100,0 Q50,-80 0,0Z" fill="black" />

</symbol>

</svg>

</body>

</html>

HTML.

Reasons:
  • Long answer (-1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: The school Boy

79685413

Date: 2025-07-01 01:20:48
Score: 2
Natty:
Report link

std::cout << std::launder(&a)->n;✅ YesUses std::launder --correct behavior

a.h();✅ YesAlso uses std::launder(this)

a.g();❌ NoUses this->n -- UB possible

std::cout << a.n;❌ NoDirect access --may read stale value

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Alphonce Mulumba

79685408

Date: 2025-07-01 01:01:44
Score: 1
Natty:
Report link

Make sure your ADK is installed. For Google Cloud shell, you probably needs to install after reopen the terminal.

using cmd to install adk

sudo python3 -m pip install google-adk==1.4.2
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Jiexing Gu

79685406

Date: 2025-07-01 00:57:43
Score: 1.5
Natty:
Report link

i just typed "fish" and started it

It worked

Reasons:
  • Whitelisted phrase (-1): It worked
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Rajesh Kanna

79685403

Date: 2025-07-01 00:32:38
Score: 2.5
Natty:
Report link

there is no such thing as server side rendering.

sever file ships to client to render, not discluding server side processing.

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: james gardiner

79685400

Date: 2025-07-01 00:25:37
Score: 1
Natty:
Report link

You should use the callout.net library. Or alternatively just compare your code to that library, there isn't a lot of code but for security completeness I'd suggest using the library.

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • High reputation (-1):
Posted by: mtmk

79685393

Date: 2025-07-01 00:14:34
Score: 2.5
Natty:
Report link

Remove INSTANCE = Mappers.getMapper(...) from all mappers.

Instead, rely fully on Spring’s dependency injection (@ComponentModel = SPRING is enough for this).

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: uijin kim

79685384

Date: 2025-06-30 23:54:29
Score: 4
Natty: 4.5
Report link

I know I'm late, but in v6 there is a built-in function for this.

https://www.tradingview.com/pine-script-reference/v5/#fun_ticker.standard

Reasons:
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: taylorbray

79685381

Date: 2025-06-30 23:46:27
Score: 1
Natty:
Report link

I ran into a similar issue, with the message:

Failed to log in: An unexpected error occurred. CAUSE: Unable to complete the operation. CAUSE: Error Domain=NSURLErrorDomain Code=-1005 "The network connection was lost."

Seems like a known issue with version 18.4 of the iOS Simulator according to https://community.auth0.com/t/auth0-swift-login-issues/186127

Downgrading to simulator version 18.3.1 solved the issue for me.

Reasons:
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Matt Whitlock

79685379

Date: 2025-06-30 23:43:27
Score: 2.5
Natty:
Report link
<!-- Wrapper -->
<table role="presentation" cellpadding="0" cellspacing="0" width="100%" bgcolor="#F4F7FA">
  <tr>
    <td align="center">
      <!-- Container 600 px -->
      <table role="presentation" cellpadding="0" cellspacing="0" width="600" style="background:#FFFFFF;border-radius:8px;">
        <!-- Hero -->
        <tr>
          <td align="center" style="padding:40px 40px 24px;">
            <img src="https://exemplo.com/hero-sun.png" width="160" alt="Ilustração sol sorrindo" style="display:block;border:0;">
            <h1 style="font-family:Arial,sans-serif;font-size:32px;line-height:1.2;margin:24px 0 0;color:#111111;">Respire fundo</h1>
            <h1 style="font-family:Arial,sans-serif;font-size:32px;line-height:1.2;margin:0;color:#111111;">e relaxe</h1>
          </td>
        </tr>
        <!-- Corpo -->
        <tr>
          <td style="padding:0 40px 32px;font-family:Arial,sans-serif;font-size:16px;line-height:1.5;color:#555555;">
            Estudos indicam que praticar <strong>Headspace</strong> reduz o estresse em até&nbsp;10 dias. Acompanhe a animação acima e sincronize a respiração para um exercício rápido.
          </td>
        </tr>
        <!-- CTA -->
        <tr>
          <td align="center" style="padding-bottom:48px;">
            <a href="https://exemplo.com/?utm_source=email&amp;utm_campaign=relax"
               style="background:#FF7F32;color:#FFFFFF;font-family:Arial,sans-serif;font-size:18px;text-decoration:none;padding:14px 40px;border-radius:24px;display:inline-block;">
               Experimente uma meditação
            </a>
          </td>
        </tr>
        <!-- Divisor -->
        <tr><td style="border-top:1px solid #E5E8EB;"></td></tr>
        <!-- Rodapé -->
        <tr>
          <td align="center" style="padding:24px 40px 32px;font-family:Arial,sans-serif;font-size:12px;line-height:1.5;color:#999999;">
            Dúvidas? Fale conosco em <a href="mailto:[email protected]" style="color:#FF7F32;text-decoration:none;">[email protected]</a> ou consulte as <a href="#" style="color:#FF7F32;text-decoration:none;">FAQs</a>.<br><br>
            <a href="#"><img src="https://exemplo.com/fb.png" width="24" style="margin:0 6px;"></a>
            <a href="#"><img src="https://exemplo.com/ig.png" width="24" style="margin:0 6px;"></a>
            <a href="#"><img src="https://exemplo.com/x.png"  width="24" style="margin:0 6px;"></a>
            <a href="#"><img src="https://exemplo.com/yt.png" width="24" style="margin:0 6px;"></a><br><br>
            Você recebeu este e-mail como usuário registrado. <a href="#" style="color:#FF7F32;text-decoration:none;">Descadastre-se</a>.
          </td>
        </tr>
      </table>
    </td>
  </tr>
</table>
Reasons:
  • Blacklisted phrase (3): Você
  • Long answer (-1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: raafel egidio

79685366

Date: 2025-06-30 23:21:22
Score: 3
Natty:
Report link
anj

<script src="https://cdnjs.cloudflare.com/ajax/libs/knockout/3.1.0/knockout-min.js"></script>

spam.wa.brutal

Reasons:
  • Probably link only (1):
  • Low length (1):
  • Has code block (-0.5):
  • Has no white space (0.5):
  • Low reputation (1):
Posted by: Nur Rohmah

79685359

Date: 2025-06-30 23:08:18
Score: 2.5
Natty:
Report link

I had a value of 000D (hex) coming from a table and was finally able to get something like this to work which correctly converted the data to decimal value of 13.

select interpret(BX'0000000D' as integer)

as mentioned here: https://www.ibm.com/support/pages/interpret-built-function

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Toby Newsome

79685345

Date: 2025-06-30 22:47:13
Score: 0.5
Natty:
Report link

Hey brotha I threw this into FixitAPI.dev and go the following response i think it may be helpful for ya

LayoutLMv3Tokenizer.from_pretrained("microsoft/layoutlmv3-base") processor = LayoutLMv3Processor.from_pretrained("microsoft/layoutlmv3-base") ... def preprocess(example): image = Image.open(example["image_path"]).convert("RGB") image_width, image_height = image.size normalized_bboxes = [normalize_bbox(bbox, image_width, image_height) for bbox in example["bboxes"]] encoding = processor.tokenizer( image, example["words"], is_split_into_words=True, boxes=normalized_bboxes, word_labels=[label2id[l] for l in example["labels"]], truncation=True, padding="max_length", return_tensors="pt" ) return { "input_ids": encoding["input_ids"].squeeze(0), "attention_mask": encoding["attention_mask"].squeeze(0), "bbox": encoding["bbox"].squeeze(0), "pixel_values": encoding["pixel_values"].squeeze(0), "labels": encoding["labels"].squeeze(0) } tokenized_dataset = dataset.map(preprocess, remove_columns=dataset.column_names)

Reasons:
  • Long answer (-1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Talon Neely

79685336

Date: 2025-06-30 22:22:09
Score: 2.5
Natty:
Report link

Still have the same error, expo sdk 52

Autogenerated Pofile contains already :

post_install do |installer|
  react_native_post_install(installer)
  # __apply_Xcode_12_5_M1_post_install_workaround(installer)

  # This is necessary for Xcode 14, because it signs resource bundles by default
  # when building for devices.
  installer.target_installation_results.pod_target_installation_results
    .each do |pod_name, target_installation_result|
    target_installation_result.resource_bundle_targets.each do |resource_bundle_target|
      resource_bundle_target.build_configurations.each do |config|
        config.build_settings['CODE_SIGNING_ALLOWED'] = 'NO'
      end
    end
   end
 end
Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Me too answer (2.5): have the same error
  • Low reputation (1):
Posted by: Charlin Randriamanaja

79685331

Date: 2025-06-30 22:13:07
Score: 3
Natty:
Report link

Maybe this can help to solve your problem:

https://django-formset.fly.dev/selectize/#filtering-select-options

Reasons:
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
Posted by: jrief

79685324

Date: 2025-06-30 21:56:03
Score: 4
Natty:
Report link

@Leyth resolved this. There was a line that truncated the files when they were being transformed. Things appeared fine until the file grew past a certain limit. Then it removed the lines that extended beyond the threshold. I removed that line (which wasn't needed and I do not recall adding in the first place) and the data appears correctly.

Reasons:
  • No code block (0.5):
  • User mentioned (1): @Leyth
  • Self-answer (0.5):
  • Single line (0.5):
  • Looks like a comment (1):
  • Low reputation (0.5):
Posted by: Iakona

79685315

Date: 2025-06-30 21:49:01
Score: 5
Natty: 4.5
Report link

so in case not using typescript just React - VITE ,
still u use protobuf-ts ? or what?

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: kassem moghraby

79685311

Date: 2025-06-30 21:43:59
Score: 3
Natty:
Report link

Got to Computer details =>Edit, and look for the "Firewall" section.

Then, check Allow HTTP traffic and Allow HTTPS traffic and click on save button .

enter image description here

Reasons:
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: hamil.Dev

79685309

Date: 2025-06-30 21:42:58
Score: 10
Natty: 7.5
Report link

@Douglas B

I am trying to compile XNNPACK for the Zynq Ultrascale+ and am running into the same issues you describes two years ago. Can you share your bitbake recipe or makefile?

Reasons:
  • Blacklisted phrase (1): I am trying to
  • RegEx Blacklisted phrase (2.5): Can you share your
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • User mentioned (1): @Douglas
  • Looks like a comment (1):
  • Low reputation (1):
Posted by: chuck kamas

79685308

Date: 2025-06-30 21:41:57
Score: 0.5
Natty:
Report link

It might be a cop-out, but if you can make it work in Powershell, you can almost certainly make it work in Azure DevOps Release pipelines. Here's a primer on what that Release powershell script could look like, assuming you can get the cert file onto the machine somehow:
https://lachlanbarclay.net/2022/01/updating-iis-certificates-with-powershell

As for getting the cert onto the server in the first place:

The first way that comes to mind is to have your release pipeline "get" the cert somehow, assuming your servers have fileshare access to the place the cert is stored, or could make a request out to there somehow.

The second (and probably correct) way would be to incorporate Azure Key Vault, and add that as a powershell step (see How to install an Azure Key Vault certificate in an Azure DevOps pipeline?) for an example on that.

Finally, if neither of those worked, you could run some sort of batch powershell ahead of time using some of the methods in How to copy a file to over 50 remote computers to copy the file to all the remote servers

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: WithoutAnAce

79685301

Date: 2025-06-30 21:25:54
Score: 1.5
Natty:
Report link
spring.datasource.driver-class-name=org.postgresql.Driver
spring.datasource.url={YOUR JDBC URL}&password={YOUR SUPABASE DB PASSWORD}
spring.datasource.username={Your DB User Name From Supabase}
spring.datasource.password={Your DB Password From Supabase}
spring.jpa.show-sql=true
spring.jpa.hibernate.ddl-auto=none

You need to get the JDBC connection String from connect --> Type --> JDBC and scroll to Session Pooler to get the JDBC URL and credentials.

For step by step process please see my blog below:https://medium.com/@khan.abdulwasey99/step-by-step-process-on-how-to-connect-a-spring-boot-application-to-supabase-f1791e1d2402

Re-posting I was not aware of Stackoverflow guidelines for external blogs.

Reasons:
  • Blacklisted phrase (0.5): medium.com
  • Blacklisted phrase (1): Stackoverflow
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Abdul Wasey Khan

79685296

Date: 2025-06-30 21:20:53
Score: 2.5
Natty:
Report link

Currently, there aren't any History events for a customer starting or replying to a Conversation.

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Jaime Lopez Jr.

79685286

Date: 2025-06-30 21:04:49
Score: 2.5
Natty:
Report link

When I did all of the listed items below AND had this code for my CORS configuration in my app.py:

CORS(app, supports_credentials=True, origins=[
    "http://localhost:3000",
    "http://thecasecomp.com"
])

Seems like I needed my online domain as well for both to work.

Reasons:
  • Blacklisted phrase (0.5): I need
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Starts with a question (0.5): When I
  • Low reputation (1):
Posted by: ojasprabhune

79685283

Date: 2025-06-30 21:01:48
Score: 2.5
Natty:
Report link

No, calling a custom hook like useEventCallback() inline inside another hook’s argument list doesn’t violate the Rules of Hooks, but it defeats the purpose of referential stability and can lead to unnecessary re-execution.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: ASCE

79685281

Date: 2025-06-30 20:59:47
Score: 3
Natty:
Report link

Using another approach with JUnit Platform Launcher, there is a more detailed assertions way:

https://stackoverflow.com/a/47982480/7213979

And better yet, didn't do it twice.

Reasons:
  • Blacklisted phrase (1): stackoverflow
  • Low length (1):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: kinlhp

79685277

Date: 2025-06-30 20:51:46
Score: 2
Natty:
Report link

Boost provides a map with random-access iterators, so you can std::sort it:

#include <boost/container/flat_map.hpp>
#include <algorithm>

std::sort(your_map.begin(), your_map.end(), 
    [](const auto& a, const auto& b) { 
    return a.second != b.second?  a.second < b.second : a.first < b.first;  
});
Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Richmakwood Op

79685271

Date: 2025-06-30 20:46:44
Score: 3
Natty:
Report link

There might be some implementation bug in your Kosaraju's algorithm , kindly share it once or else debug it on your own , you'll find what's the issue behind it!

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Srijan Verma

79685270

Date: 2025-06-30 20:45:44
Score: 1
Natty:
Report link

delete the postcss.config.js file

And then npm i -d @tailwindcss/vite, and also change the vite.config.ts file

...
import tailwindcss from "@tailwindcss/vite";

export default defineConfig(async () => ({
    plugins: [
        react(),
        tailwindcss(),
    ],
...
...

after that, just add @import "tailwindcss"; in your css file and you'll be chilling like a villain

Reasons:
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: john shmith

79685269

Date: 2025-06-30 20:45:44
Score: 0.5
Natty:
Report link

I found an alternative to the limits library: arate-limit. It implements a sliding window algorithm backed by Redis, which is exactly what I needed for accurate rate limiting in a distributed environment.

In addition, I came across a small library called limited_aiogram, which provides built-in rate limiting for Telegram bots using aiogram. It works better than my initial implementation. However, it only supports in-memory storage. That said, it should be fairly straightforward to adapt it to use Redis by integrating arate-limit as a backend.

As for why my own implementation isn't working correctly - I still don't know the exact reason. It's possible that the problem is in my code, but it may also be related to the limitations or behavior of the libraries I used.

If you encounter a similar problem, use arate-limit.

Please respond if you know that I used limits incorrectly for the limit.

Reasons:
  • Blacklisted phrase (0.5): I need
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Дима Ощепков

79685266

Date: 2025-06-30 20:41:43
Score: 2
Natty:
Report link

you might wanna take a look at your antivirus and check quarantine files.
Had the same error and was stuck for hours.. turns out avast antivirus took the @react-three/drei dependencies in vite as possible trojan and quarantined it

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Vidita Singh

79685263

Date: 2025-06-30 20:39:42
Score: 2
Natty:
Report link

It is an already reported Hibernate bug: HHH-16991 EnhancedUserType cannot be used when defining relations

Reasons:
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • High reputation (-2):
Posted by: Lesiak

79685256

Date: 2025-06-30 20:30:40
Score: 1
Natty:
Report link

If anyone ends up here trying to fix 'jvmTarget is deprecated':

kotlinOptions {
    jvmTarget = '11'
}

Change it to this:

kotlin {
    compilerOptions {
        jvmTarget = JvmTarget.JVM_11
    }
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: virtual-adam

79685249

Date: 2025-06-30 20:24:37
Score: 6
Natty: 5
Report link

if anyone has solved a 3d bin packing algo , can you share the code , or the flow in which this needs to be done

Reasons:
  • RegEx Blacklisted phrase (2.5): can you share the code
  • RegEx Blacklisted phrase (0.5): anyone has solve
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Ansh

79685246

Date: 2025-06-30 20:19:36
Score: 0.5
Natty:
Report link

I Think :
The reason your route() helper is still generating URLs against localhost.test in your PHPUnit tests is that, outside of an actual HTTP request, Laravel’s URL generator defaults to whatever you’ve set as your application’s base URL (i.e. config('app.url')), rather than the tenant’s domain. Calling tenancy()->initialize($tenant) sets up the database, cache, etc., but does not reconfigure the URL generator to use your tenant’s hostname

Why it happens

look to this link

Reasons:
  • Blacklisted phrase (1): this link
  • Long answer (-1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: abod ali

79685243

Date: 2025-06-30 20:14:35
Score: 1.5
Natty:
Report link

You need to import data rather than open the file:

enter image description here

Then transform data changing the locale:

enter image description here

Reasons:
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
  • High reputation (-1):
Posted by: rotabor

79685242

Date: 2025-06-30 20:13:34
Score: 1
Natty:
Report link

Yes, that is correct. You can play with test rules in AWS ECR console without deleting anything ("Edit Test rules" button under Lifecycle policy. You'll quickly confirm that rules are only evaluated in order of priority and the first match will expire the image.

The only workaround would be disabling AWS Lifecycle policy, writing your own "cleanup service" that will call ECR API and evaluate each repo with custom logic. I haven't found anything off the shelf that does something like this unfortunately. That's how I came across this post :)

I'm probably gonna write my own implementation of this in the future. If I do, I'll probably publish to code and reply back.

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Zarko

79685238

Date: 2025-06-30 20:07:32
Score: 3.5
Natty:
Report link

Change it to .parser(), it will work then

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Kartikeshwar Hingole

79685232

Date: 2025-06-30 19:53:29
Score: 0.5
Natty:
Report link

The relevant difference is that in Docker you can run full trust/root and do what you want. An app service running Windows or Linux directly is always a sandbox with significant restrictions (such as, no apt-get and no executables allowed). Check your code first!

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • High reputation (-1):
Posted by: Joerg Krause

79685230

Date: 2025-06-30 19:53:29
Score: 0.5
Natty:
Report link

Types of ToolTips in Windows:

  1. Classic: Classic ToolTip

  2. Taskbar (Black, with Texture, Rounded): Taskbar ToolTip

  3. Start (White, Rounded): Start ToolTip

  4. Edge, App/File Name, Thinner Borders, White: App/File Name ToolTip Edge ToolTip

.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
  font-family: Segoe UI,Segoe UI Emoji,Segoe UI Symbol,Segoe UI Historic,Microsoft YaHei,Malgun Gothic,Meiryo;
}
  
.tooltip .tooltiptext {
  visibility: hidden;
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 50%;
  margin-left: -60px;
  border: 1px solid #2B2B2B;
  background-color: white;
  white-space: nowrap;
  padding: 3px 7px;
  font-size: 12px;
  user-select: none;
  position: absolute;
   }
   .tooltip:hover .tooltiptext {
  visibility: visible;
  transition-delay: 0.5s;
}
<div class="tooltip">Hover over me
  <span class="tooltiptext">Tooltip text</span>
</div>

O-browser and X Browser, Thicker Border: O-browser X Browser

Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: User

79685221

Date: 2025-06-30 19:34:25
Score: 1.5
Natty:
Report link

Most programs will fail, to some degree, if somebody closes the stdio files. Malicious users can also cause a program to fail by setting an absurdly-small memory quota (ulimit), or in numerous other sabotage-ey ways. Yes, you can forbid your users from doing so IMHO.

If you like, you can try to insulate your program from this particular sabotage just by continuing to open() /dev/null until you get a 3 (or larger), then close that one, then go on to your main function. Of course, your sabot-wielding user could still use the shell to open all possible file descriptors on you, so that your first open() would fail. So, handle that too? How, exactly? But then, assuming your program needs files, how can it function when all slots are filled? The Unixes I first used could only open 20 files at once. If you needed #21, well, close one of the others first.

What's the justification for this user to close stdout? He's saying "you don't GET a stdout", which is not at all the same as "you don't NEED a stdout." He's changing the implicit contract the program was written against.

Just how far do you go to try to make your program work in a hostile environment? Better to just say to your users "don't do stupid crap and you won't have stupid problems." Probably in a nicer way than that!

There are times and places for processes that DON'T have stdio, but such would be few and far between, and would probably use no libraries of standard code, or even standard idioms like printf("message").

So, to answer the question: Don't. Let the malicious user experience the natural side-effects of his malice.

Reasons:
  • Blacklisted phrase (0.5): how can i
  • Long answer (-1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: jimc

79685217

Date: 2025-06-30 19:29:24
Score: 2.5
Natty:
Report link

I agree with @Frank van Puffelen and in addition to that, migration is not a direct process like a one-click conversion. If you want to migrate your 1st gen Cloud Functions to Cloud Run functions, you should upgrade and redeploy it to 2nd gen Cloud Functions (also known as Cloud Run functions). However, take note of the differences between the two when making some adjustments. Also, here’s a Reddit discussion about moving from Cloud Functions to Cloud Run which might be helpful.

Reasons:
  • No code block (0.5):
  • User mentioned (1): @Frank
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: yannco

79685216

Date: 2025-06-30 19:26:23
Score: 2.5
Natty:
Report link

For me, it was an extra character in the cookie (ended with newline character) that caused HTTP 415 error. Once removed the new line character, it worked.

Reasons:
  • Whitelisted phrase (-1): it worked
  • Low length (1):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: crisper555

79685211

Date: 2025-06-30 19:21:22
Score: 0.5
Natty:
Report link

I've asked Kitware to just implement multi-target-specification support for this and related CMake commands: This is now bug 27041. Perhaps they'll just make it happen at some point.

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • High reputation (-2):
Posted by: einpoklum

79685210

Date: 2025-06-30 19:20:21
Score: 10
Natty: 6
Report link

Hello my situation is very similar to the one that you had, can you please tell me how to log into data studio with Windows credentials, I'm having the same problem with DB2admin And I don't see any way to switch to a different userID.

thanks

Reasons:
  • Blacklisted phrase (0.5): thanks
  • Blacklisted phrase (1): I'm having the same problem
  • Blacklisted phrase (1.5): tell me how to
  • RegEx Blacklisted phrase (2.5): can you please tell me how
  • Low length (0.5):
  • No code block (0.5):
  • Me too answer (2.5): I'm having the same problem
  • Low reputation (1):
Posted by: MVS Brain

79685209

Date: 2025-06-30 19:18:20
Score: 1
Natty:
Report link

The vibrate() method may have no effect if the device is in Silent Mode or Do Not Disturb (DND) mode. Make sure these modes are disabled and that vibration is enabled in the device's system settings.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: babakfp

79685206

Date: 2025-06-30 19:16:19
Score: 1
Natty:
Report link

For react this is the one-liner to go to the last of an element ::

  useEffect(() => {
     if (scrollableEleRef.current) {
       scrollableEleRef.current.scrollTop = scrollableEleRef.current.scrollHeight ;
     }
   }, [messages]);
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: bye_shuvo

79685202

Date: 2025-06-30 19:13:19
Score: 2
Natty:
Report link

I haven't used telethon, so I can't help with that.

If the telethon AI code isn't working for you, I'd look into the automation route with selenium (guessing you need to get past some user auth) or if there's no auth step just use the requests package

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: CodeDaddy

79685197

Date: 2025-06-30 19:08:17
Score: 2.5
Natty:
Report link

Bigtable now supports Global Secondary Indexing like DynamoDB which should simplify this type of migrations in the future.

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Bora

79685196

Date: 2025-06-30 19:08:17
Score: 1.5
Natty:
Report link

The project-factory module add automatically labels on the GCP project. (I.e., effective_labels, terraform_labels) without using labels inputs.

When adding labels with same labels give by the plan, that works.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Val_

79685194

Date: 2025-06-30 19:05:16
Score: 4.5
Natty: 4.5
Report link

Bigtable now supports Global Secondary Indexes.

Reasons:
  • Probably link only (1):
  • Low length (2):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Bora

79685190

Date: 2025-06-30 19:04:16
Score: 3
Natty:
Report link

Bigtable now supports Global Secondary Indexes so you are not limited to a single key anymore.

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Bora

79685188

Date: 2025-06-30 19:02:15
Score: 4.5
Natty: 4.5
Report link

Bigtable now supports Global Secondary Indexes.

Reasons:
  • Probably link only (1):
  • Low length (2):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Bora

79685186

Date: 2025-06-30 19:02:15
Score: 1.5
Natty:
Report link

I finally found the solution. just remove the crazy translate function `__('messages.invalid-password')` and it will work fine. Also, you may need to remove send() function.

return response()->json(['error' => 'Invalid Password'], 401);
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: mex19903

79685185

Date: 2025-06-30 19:01:15
Score: 0.5
Natty:
Report link

Even if the accepted answer works, it isn't the best way to do it. Instead of creating a 1x2 Matrix, you can just use the short form statement for n over k:

\binom{n}{k}

This is the same syntax as in LaTeX. This is possible for at least version 2.5 onwards (Released 2015)

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Brentspine

79685182

Date: 2025-06-30 19:00:14
Score: 4.5
Natty: 4.5
Report link

Bigtable now supports global secondary indexes.

Reasons:
  • Probably link only (1):
  • Low length (2):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Bora

79685178

Date: 2025-06-30 18:56:13
Score: 4.5
Natty: 4.5
Report link

Bigtable now supports global secondary indexes.

Reasons:
  • Probably link only (1):
  • Low length (2):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Bora

79685173

Date: 2025-06-30 18:52:12
Score: 3
Natty:
Report link

Please note the question :

Angular 18 hack for <select> with <input> in Signal() way to be optimized

Angular 18 hack for <select> with <input> in Signal() way to be optimized

Reasons:
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Juergen Gross

79685172

Date: 2025-06-30 18:52:12
Score: 1
Natty:
Report link

there is a function similar to that Vue toRaw in AlpineJS as of version 3.x

renderPage() {
    console.log("PDF INSTANCE ===", Alpine.raw(this.pdfInstance));
}
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: pthomson

79685158

Date: 2025-06-30 18:32:07
Score: 1.5
Natty:
Report link

As stated above by someone else, if you sign up for an account, the ngrok tunnel will run indefinitely. On the other hand, anonymous ones will only run for 2 hours.

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: ConstructionCat

79685156

Date: 2025-06-30 18:27:06
Score: 1
Natty:
Report link

Had the same issue. Using python logging module instead of Glue logger fixed my issue.

import logging

logging.basicConfig(
    level=logging.INFO,
    format="%(asctime)s - %(levelname)s - %(message)s"
)
logger = logging.getLogger(__name__)

logger.info("Output message")
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: mahima chowdary maddineni

79685153

Date: 2025-06-30 18:25:05
Score: 1.5
Natty:
Report link

I'm not sure about MacOs M2, but we've simplified the installation instructions to use https://determinate.systems/, which has a simpler installation and a script to setup the trusted-users

Checkout https://github.com/digitallyinduced/ihp/pull/2082

Reasons:
  • Low length (1):
  • No code block (0.5):
Posted by: amitaibu

79685141

Date: 2025-06-30 18:14:03
Score: 1.5
Natty:
Report link

Option 1:

  1. Create a build directory:
    mkdir -p build && cd build

  2. Configure CMake once:

    cmake .. -DCMAKE_BUILD_TYPE=Debug

  3. Build incrementally:

    cmake --build . --config Debug -j$(nproc)

  4. Install locally (without reinstalling via pip):

    cmake --install . --prefix ../install

    Option 2:
    1. Install the CLI tool:
    pip install scikit-build-core[pyproject]
    2. Run an in-place build:
    python -m scikit_build_core.build --wheel --no-isolation

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: Syed Muhammad Raza

79685135

Date: 2025-06-30 18:05:00
Score: 1.5
Natty:
Report link

Docker build / buildkit does not use volumes even though you define them in the compose. Volumes are for running containers only.

The entire point of the build context is that the build is repeatable and consistent and volumes during build would break that idea.

If you are trying to optimize your npm build times/sizes You could look at adding additional contexts https://docs.docker.com/reference/cli/docker/buildx/build/#build-context

Also make sure your build has network access for npm i.e add

docker build --progress=plain --network host .

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: wozza xing

79685131

Date: 2025-06-30 18:02:00
Score: 1
Natty:
Report link

what I am using to run powershell as different user from powershell

runas /user:mydomain\myuser powershell

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Starts with a question (0.5): what I am
  • High reputation (-1):
Posted by: Stefan Michev

79685126

Date: 2025-06-30 17:47:57
Score: 0.5
Natty:
Report link

It works, but I do not know if it is the right solution.

func NavigationBar() *container.Scroll {
    profileButton := widget.NewButton("Profile", nil)
    profileButton.Alignment = widget.ButtonAlignLeading

    messengerButton := widget.NewButton("Messenger", nil)
    messengerButton.Alignment = widget.ButtonAlignLeading

    bigButton := widget.NewButton("Biiiiiiiiiiiiiiiiig button", nil)
    bigButton.Alignment = widget.ButtonAlignLeading

    return container.NewVScroll(container.NewVBox(profileButton, messengerButton, bigButton))
}

func main() {
    a := app.NewWithID("sac-client")
    w := windows.MasterWindow(a, false)

    nav := container.NewGridWithColumns(1, components.NavigationBar())
    label := container.NewHBox(widget.NewLabel("Test Label"))
    c := container.NewHSplit(nav, label)
    c.Offset = 0.1
    w.SetContent(c)
    a.Run()
}
Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: leodedsec

79685123

Date: 2025-06-30 17:42:56
Score: 3
Natty:
Report link

What is FRP (Factory Reset Protection)?

FRP is a security feature by Google that activates when you reset your device without removing the Google account. It's meant to protect your phone from unauthorized access if lost or stolen.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): What is
  • Low reputation (1):
Posted by: maha

79685118

Date: 2025-06-30 17:34:53
Score: 7.5
Natty:
Report link

Thank you, that looks amazing!

Can you explain why it is marking the whole street and not only the selected part?
I need to reduce it to the highlighted part because i want to do routing on that map.
So i probably need the "use "feature to split the dataset for the routing function...

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Blacklisted phrase (0.5): I need
  • RegEx Blacklisted phrase (2.5): Can you explain
  • RegEx Blacklisted phrase (1): i want
  • Low length (0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Rauschy

79685110

Date: 2025-06-30 17:25:51
Score: 1
Natty:
Report link

Had same issue where player locks video file even when we stop or close it

Solved by following:

GC.Collect()
GC.WaitForPendingFinalizers()
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Gray Programmerz

79685109

Date: 2025-06-30 17:24:51
Score: 1.5
Natty:
Report link

My problem was not resolved until I deleted Xcode and re-installed it.

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • High reputation (-1):
Posted by: bshirley

79685097

Date: 2025-06-30 17:11:48
Score: 1
Natty:
Report link

BTW the whole app code is online on GitHub https://github.com/poml88/FLwatch

Sometimes it is good to create such a post just to clear your ming. :-) Then the answer might just occur to you. So five minutes after sending I finally got it.

The problem was simple, I was creating my connectivity manager using @StateObject var watchConnector = WatchConnectivityManager() in ContentView.swift, but then recreating it in two other places in the phone app, however only on ONE other place in the watch app, so that is why it worked on the watch, but not on the phone, because on the watch the class I did not (wrongly) create another instance.

So, I changed all the occurrences of @StateObject var watchConnector = WatchConnectivityManager() to

@StateObject var watchConnector = WatchConnectivityManager.shared

and voila now it works fine. I also should have been suspicious, because in the logs I got already in progress or activated but I did not really know how to interpret this.

Still I got the impression it is not perfect like this. Maybe it could be improved?

On the phone app I have this in ContentView.swift

import SwiftUI
import OSLog

struct ContentView: View {
    
    @StateObject var watchConnector = WatchConnectivityManager.shared
    
    @State var selectedTab = "Home"
    
    
    
    var body: some View {

That should be the first time the connectivity manager is created.

Then I access the watch connector in two other files in the same way.

import SwiftUI
import OSLog
import SecureDefaults
 

struct PhoneAppConnectView: View {
    
    @StateObject var watchConnector = WatchConnectivityManager.shared

and

import SwiftUI

struct PhoneAppInsulinDeliveryView: View {
    
    @AppStorage(SharedData.Keys.insulinSelected.key, store: SharedData.defaultsGroup) private var insulinSelected: Double = 0.5
    
    @Environment(\.dismiss) var dismiss
    
    @StateObject var watchConnector = WatchConnectivityManager.shared

Is this the proper way of managing this watch connector?

Reasons:
  • Whitelisted phrase (-1): it worked
  • Long answer (-1):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Phil

79685092

Date: 2025-06-30 17:03:46
Score: 5
Natty:
Report link

I get the same error then i add this in to tsconfig.js
it is fixed

    "paths": {
      "@firebase/auth": ["./node_modules/@firebase/auth/dist/index.rn.d.ts"],
  
    }
Reasons:
  • RegEx Blacklisted phrase (1): I get the same error
  • Low length (1):
  • Has code block (-0.5):
  • Me too answer (2.5): I get the same error
  • Low reputation (1):
Posted by: Rose

79685090

Date: 2025-06-30 17:01:45
Score: 0.5
Natty:
Report link

Omitting the disjunct || max(a, b) == b makes the specification of max too strong. When it is called with the second argument larger than the first, the postconditions can not be satisfied by any state, since they imply, together with the assumption that b is larger than a:

max(a,b) == a < b <= max(a, b)

In other words, max(a, b) < max(a, b), which is equivalent to false. Since after a call the postconditions hold, false holds there and anything can be proven, including the doubted assert. This you can check by inserting

assert false;

after the second assert. It will verify.

The danger of bodyless functions and methods is that they introduce axioms that are considered to hold without further verification (that's the idea of axioms, right). If they contain a contradiction, this is carried over to whatever follows.

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Kees Huizing

79685089

Date: 2025-06-30 16:57:44
Score: 0.5
Natty:
Report link

You may try this formula:

=IFERROR(INDEX(Sheet2!C7:G22, MATCH(B6, Sheet2!B7:B22, 0)+IF(A6="2026 Rates",6,IF(A6="2027 Rates",12,0)), MATCH(C6, Sheet2!C$6:G$6, 0)), "Rate Year Not Found")

References:

Reasons:
  • Whitelisted phrase (-1): try this
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: leylou

79685085

Date: 2025-06-30 16:45:41
Score: 9
Natty: 8.5
Report link

Can some one help me what style of the UI this Form used in VB.NET, the style of the button, shape, color gradation, also the border of the group box are ETCHED, also the design of the Datagrideview is modern, simple and elegant? Is there plugin used or there is code for this design of the components? Thanks!

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Blacklisted phrase (1): help me
  • RegEx Blacklisted phrase (3): Can some one help me
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Starts with a question (0.5): Can some one help me
  • Low reputation (1):
Posted by: servis elektro

79685084

Date: 2025-06-30 16:44:40
Score: 0.5
Natty:
Report link

I was facing this issue on my Windows laptop running Chrome Version - 137.0.7151.120 (Official Build) (64-bit). Turns put there was an application - NSD - that was installed automatically in my laptop, uninstalling it fixed the issue for me. To check if NSD is installed on your system, I simply searched NSD in File Explorer and then ran the NSD_Uninstaller

Also check the solutions posted on this relevant thread.

Reasons:
  • No code block (0.5):
Posted by: Dhruv Saraswat

79685075

Date: 2025-06-30 16:36:38
Score: 3.5
Natty:
Report link

Hi @ginger, am interested in seeing your Keepalive solution as I have tried to hit their authentication api and get the country restriction even though am in the UK and Google is none responsive on the form above.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Looks like a comment (1):
  • Low reputation (1):
Posted by: Fabian J

79685074

Date: 2025-06-30 16:36:37
Score: 8
Natty: 6
Report link

Bom dia, tudo bem.

Você conseguiu resolver esse erro? Estou com o mesmo problema

Reasons:
  • Blacklisted phrase (3): Você
  • RegEx Blacklisted phrase (1.5): resolver esse erro?
  • Low length (1.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Ricardo Pulini

79685070

Date: 2025-06-30 16:35:37
Score: 1
Natty:
Report link

I found this recommendation online for Jupyter PowerToys extension. It contains the Active Jupyter Sessions feature to shut down individual notebooks. enter image description here

Reasons:
  • Probably link only (1):
  • Low length (1):
  • Has code block (-0.5):
  • Single line (0.5):
  • High reputation (-1):
Posted by: kevin_theinfinityfund

79685069

Date: 2025-06-30 16:33:36
Score: 0.5
Natty:
Report link

Check your line delimiter/endings. On Linux I had a file which had CR LF line endings rather than just LF.

Removing the extra CR (^M) characters fixed the problem.

Reasons:
  • Low length (1):
  • No code block (0.5):
  • High reputation (-1):
Posted by: Colin 't Hart

79685068

Date: 2025-06-30 16:31:36
Score: 1.5
Natty:
Report link

dumpbin.exe got installed with Visual Studio and then just run the following command on PowerShell :

.\dumpbin.exe "C:\temp\MyProcess.dll" /headers | Select-String -Pattern "machine"

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Yared