79710515

Date: 2025-07-22 13:07:37
Score: 1.5
Natty:
Report link

There's a classic issue with publish profiles being ignored (.pubxml), it sometimes happened back in VS2013, it still happens in VS2022, the reason is that Microsoft hates you.

It can be easily fixed by making any arbitrary change to the .pubxml file (like a newline) and saving it.

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

79710513

Date: 2025-07-22 13:06:36
Score: 0.5
Natty:
Report link

After hours of debugging and narrowing down the issues, ended up it was because of vercel.json which unknowingly trying to rewrite all paths...

{
  "rewrites": [
    { "source": "/:path*", "destination": "/" }
  ]
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
Posted by: unacorn

79710500

Date: 2025-07-22 12:59:34
Score: 3.5
Natty:
Report link

Per a/78397153, github.com/MadLittleMods/postcss-css-variables provides this:

Screenshot

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

79710498

Date: 2025-07-22 12:58:34
Score: 0.5
Natty:
Report link

I had the same question today. Regarding to the MacOS difference, those thread won't show up in ps or htop, but you can see them using lldb or sample.

Reasons:
  • Whitelisted phrase (-1): I had the same
  • Low length (1):
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Patrick

79710492

Date: 2025-07-22 12:55:33
Score: 5.5
Natty: 4
Report link

enter image description here

enter image description here

enter image description here

enter image description here

Reasons:
  • Blacklisted phrase (1): enter image description here
  • Probably link only (1):
  • Low length (2):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Alky527

79710484

Date: 2025-07-22 12:50:31
Score: 1
Natty:
Report link

Please use $set.

await Order.findByIdAndUpdate(
  orderId,
  {
    $set: {
      status: 'Shipped',
      statusUpdatedTime: new Date()
    }
  }
);
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: masao

79710476

Date: 2025-07-22 12:44:29
Score: 2
Natty:
Report link

I am not a flutter developer but maybe try to print every equideo in the loop to see at which point null is printed.

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

79710467

Date: 2025-07-22 12:35:27
Score: 2
Natty:
Report link
for d in /data*/PROD/datafile; do echo -n "$d: "; ls $d | wc -l; done
Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Xingxing Gao

79710460

Date: 2025-07-22 12:30:24
Score: 6.5
Natty:
Report link

im new here but i found this article regarding having more than one comctl32.dll
It could be of help.
https://learn.microsoft.com/en-us/windows/win32/controls/common-control-versions

Reasons:
  • Blacklisted phrase (1): this article
  • RegEx Blacklisted phrase (1.5): im new here
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Scarlett

79710459

Date: 2025-07-22 12:29:24
Score: 3
Natty:
Report link

I tried this method, all that happened is the active class got added to each list element upon page load, clicking the list items did change the track, but the active class did not change? Sorry, commented before you added Alternate Solution, which I will try now.

– Grant G

CommentedJul 27, 2017 at 23:35

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: user31115136

79710456

Date: 2025-07-22 12:28:24
Score: 1.5
Natty:
Report link

For Microsoft.Web/connections resource type there is no assignment of managed identity. I would assume you use this resource type for Azure Logic App (Standard). In such case the managed identity is assigned to the Logic App Standard resource and when you use the connector you specify the authentication and which managed identity is used. Additionally for resource type Microsoft.Web/connections you have to specify kind to v2. Also either parameterValueType should be set to Alternative or parameterValueSet configured. You can find more information with example at ARM template for API connections and managed identities. Note that if it single-authentication or multi-authentication depends on the capabilities of the connector. You can check the capabilities by query the Rest API endpoint behind the value for managedApiId.

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

79710449

Date: 2025-07-22 12:26:23
Score: 2.5
Natty:
Report link

the web content works totally fine when i have an image but what if i also have to display a video in the slides i tried doing so the images appear fine but in case of the video it does not.

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

79710438

Date: 2025-07-22 12:20:22
Score: 0.5
Natty:
Report link

Answer to Question 79709676: How to Assert if the instance is of type, and use the instance casted to the type in the next assertions? You can use an extension method to assert if the instance is of a specific type and cast it to that type for further assertions. Here's an example implementation in C#: Alternatively, you can use the new extension members syntax in C# and .NET to achieve the same result: You can then use this method to assert the type of an instance and cast it to that type for further assertions: Question ID: 79709676 Question URL: How to Assert if the instance is of type, and use the instance casted to the type in the next assertions?

Reasons:
  • Whitelisted phrase (-1.5): You can use
  • Whitelisted phrase (-1.5): you can use
  • Long answer (-0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: pooja mishra

79710431

Date: 2025-07-22 12:17:21
Score: 3
Natty:
Report link

in my case (python3.10) it was

  1. remove all *nmap pip packages

  2. pip install python3-nmap

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Name Surname

79710428

Date: 2025-07-22 12:16:20
Score: 5
Natty: 4
Report link

Any luck with this? I have the same requirement for a standard app. Fields I extended are showing up but the search help is not.

Reasons:
  • Blacklisted phrase (1.5): Any luck
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Jared Zajdel zajde1jc

79710406

Date: 2025-07-22 12:06:16
Score: 7.5
Natty: 5.5
Report link

I’m building a desktop app using React + Electron on Linux. I want to play RTSP and UDP video streams, and I found your library gstreamer-superficial.

It looks great! But I’m not sure how to use it inside my Electron app. Could you please guide me on how to set it up?

Reasons:
  • Blacklisted phrase (1): guide me
  • RegEx Blacklisted phrase (2.5): Could you please guide me
  • RegEx Blacklisted phrase (1): I want
  • Low length (0.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Sampath

79710402

Date: 2025-07-22 12:03:15
Score: 0.5
Natty:
Report link

Make sure that the language detected by VSCode for the file you open is indeed Markdown, and not Markdown Components. (The language selector is at the bottom right of the window, in the blue bar.)

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

79710398

Date: 2025-07-22 11:58:14
Score: 3.5
Natty:
Report link

Know someone who can answer? Share a link to this question via email, Twitter, or Facebook.

Your Answer

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: user25100448

79710389

Date: 2025-07-22 11:48:08
Score: 10
Natty:
Report link

Tell me, did you get anything?

Could you share with me the correct code?

Or at least the correct documentation on how to work with this printer?

Reasons:
  • RegEx Blacklisted phrase (2.5): Could you share
  • RegEx Blacklisted phrase (3): did you get
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Иван Крикунов

79710386

Date: 2025-07-22 11:44:07
Score: 3
Natty:
Report link

There is possibility of number of files and as well as you applying filter so it can take time to sort out list with filter.

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

79710383

Date: 2025-07-22 11:39:06
Score: 2
Natty:
Report link

Could narrow down the issue to SOAP_TMPLEN buffer used in stdsoap2.h file. Increasing value of this buffer solved the issue.

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

79710378

Date: 2025-07-22 11:37:05
Score: 3
Natty:
Report link

Unfortunately, there are no answers provided for this question yet. Please note that this question has not received any answers yet, and the answer count is 0.

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

79710377

Date: 2025-07-22 11:37:05
Score: 8
Natty: 8.5
Report link

Can anybody please provide me Python script to Get Data from GPRS Public Netwrok From Energy meter Secure Apex 150 ?

Reasons:
  • RegEx Blacklisted phrase (2.5): Can anybody please provide me
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Starts with a question (0.5): Can anybody please
  • Low reputation (1):
Posted by: Devansha Shrivastava

79710373

Date: 2025-07-22 11:30:03
Score: 2.5
Natty:
Report link

To disable API access logs:

uvicorn main:app --no-access-log

OR

uvicorn.run("main:app", access_log=False)

https://www.uvicorn.org/settings/#logging

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

79710369

Date: 2025-07-22 11:29:02
Score: 0.5
Natty:
Report link

Yes, this traversal algorithm is correct and will visit all vertices in the connected component of the starting node v. It’s a variation of DFS that marks nodes as visited when they are pushed onto the stack, rather than when they are popped, which avoids pushing the same node multiple times. This makes it more memory-efficient than standard iterative DFS, but it doesn't produce a post-order traversal (which is important for algorithms like topological sort or strongly connected components). Use this approach when you simply need to visit all reachable nodes efficiently without duplicates in the stack. Use standard DFS if you need post-order properties or more control over the traversal order.

Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Sachin Singh

79710367

Date: 2025-07-22 11:28:02
Score: 1
Natty:
Report link

The elegant way to fetch the the latest 10 messages and reserves them in python is:

latest_messages = list(Messages.objects.filter(since=since).order_by('-id')[:10])[::-1]

and the front end will get in ascending order.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Ahmad Minhas

79710359

Date: 2025-07-22 11:21:00
Score: 2.5
Natty:
Report link

I Just got the answer when creating a next.js project by default favicon located in /app directory what i just needed to do is move it to the /public directory

It was simple but i never thought about that

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

79710356

Date: 2025-07-22 11:17:59
Score: 0.5
Natty:
Report link

Q: "I am trying to append a "string" value to a .rules file in /etc/audit/rules.d, if it does not exist. ... System is RHEL 9.5, but it is supposed to work on all versions down to 7.0. Any suggestions as to how I can achieve this?"

A: I understand that you like to make sure that there is a certain rule within the audit.rules file finally. Therefore the question comes up What is the correct way to generate /etc/audit/audit.rules?.

Since Why are folders for configuration files always named *.d, What does the .d stand for in directory names? and Linux configuration: Understanding *.d directories in /etc, there would be no need for "editing" a config file, or appending a "string" value to an auditd rule file under the .d folder if a certain conditions is met, or even programming at all.

Just make sure that there is a file with the necessary rule if not available, like in example

#! /bin/bash

RULE='-a always,exit -F arch=b64 -S execve -F key=execve'

if [ ! -f /etc/audit/rules.d/rapid7.rules ]; then
    echo "${RULE}" > /etc/audit/rules.d/rapid7.rules
fi

and perform an augenrules --load.

Reasons:
  • Blacklisted phrase (1): I am trying to
  • RegEx Blacklisted phrase (2): Any suggestions
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • High reputation (-2):
Posted by: U880D

79710344

Date: 2025-07-22 11:06:56
Score: 1.5
Natty:
Report link

Enable Request + Response Logging

Make sure that you've enabled logging for your Azure OpenAI resource:

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: dna e-Store deals

79710338

Date: 2025-07-22 11:04:56
Score: 2
Natty:
Report link

You can make the use of PyMuPDF library of python for the extraction of all the text from the document and then make the use of pure heuristics let us say isBold, isEndedWithColon, hasPadding etc. and calculate a heuristic score; whatever the score is let us say if the score is high then that portion of text can be a heading. If the score is low then there is a less chance that it will be heading.

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

79710329

Date: 2025-07-22 10:58:54
Score: 0.5
Natty:
Report link

Changing the port number didn't work for me but these steps did.

  1. Run command prompt as administrator

  2. Run the following command to disable the hypervisor
    bcdedit /set hypervisorlaunchtype off

  3. Restart your machine

  4. Try running XAMPP again and it should work.

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

79710325

Date: 2025-07-22 10:55:52
Score: 9.5
Natty: 5.5
Report link

facing same issue after upgrading to 0.75... your's solved?

Reasons:
  • RegEx Blacklisted phrase (1.5): solved?
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): facing same issue
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Arpit Mishra

79710324

Date: 2025-07-22 10:55:52
Score: 0.5
Natty:
Report link

Unfortunately, there is currently no solution for this problem. However, you can bump and follow the thread with the error: https://github.com/microsoft/TypeScript/issues/28064

I already did it.

Reasons:
  • Low length (1):
  • No code block (0.5):
  • High reputation (-1):
Posted by: Mateusz Przybylek

79710322

Date: 2025-07-22 10:54:51
Score: 2.5
Natty:
Report link

After spending hours on this exact problem, here's the answer:
frame2.lift() works, frame2.tkraise() doesn't

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

79710316

Date: 2025-07-22 10:50:50
Score: 1.5
Natty:
Report link

Go to your VSCode File >> Prefrences >> Settings

In the Top Right corner there is 2 icons (Open settings and Split Editor) enter image description here

click on Open Settings icon and add this code

 "emmet.includeLanguages": {
      "twig": "html"
 }
Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: ajay_full_stack

79710312

Date: 2025-07-22 10:47:50
Score: 1
Natty:
Report link

Upgrading rxjs from 7.4.x to 7.8.x solved the issue for me.

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

79710310

Date: 2025-07-22 10:46:49
Score: 12.5
Natty: 7.5
Report link

I am also facing the same problem, is there any solution related to this problem?

Reasons:
  • Blacklisted phrase (1.5): any solution
  • Blacklisted phrase (1): is there any
  • RegEx Blacklisted phrase (2): any solution related to this problem?
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): I am also facing the same problem
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: raunak kumar

79710307

Date: 2025-07-22 10:45:48
Score: 1.5
Natty:
Report link

You can also suppress using following code

/*lint -e{1924} : C-style cast */
ftDCB.ByteSize = FT_BITS_8;
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Bala gautum

79710302

Date: 2025-07-22 10:43:48
Score: 1.5
Natty:
Report link

As of version 0.1.13 (22 July 2025), one can insert newlines on macOS by pressing Ctrl + J (at least in zsh)

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

79710298

Date: 2025-07-22 10:42:46
Score: 6
Natty: 4
Report link

Could you share your methodology of finding common points between the frame pairs? I am implementing the same approach as you and got stuck in this part.

Reasons:
  • RegEx Blacklisted phrase (2.5): Could you share your
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Lidka

79710293

Date: 2025-07-22 10:40:46
Score: 1
Natty:
Report link

Just do

$('body').tooltip({
    selector: '[data-toggle="tooltip"]'
});

There is no need for adding an additional attribute.

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

79710292

Date: 2025-07-22 10:40:46
Score: 0.5
Natty:
Report link

I needed to pass my serviceAccount.json to Firebase Admin SDK in a serverless environment via an environment variable.

To solve this, I took the following steps:

  1. Copied the contents of serviceAccount.json

  2. Minified it to a single-line JSON string

  3. Set it as the value of the FIREBASE_ADMIN_CREDENTIALS environment variable

Then, I updated my code like this:

import { cert, initializeApp, getApps } from 'firebase-admin/app';
import { getAuth } from 'firebase-admin/auth';

const credsString = process.env.FIREBASE_ADMIN_CREDENTIALS!; 
const serviceAccount = JSON.parse(credsString);

const adminApp = getApps()[0] || initializeApp({
  credential: cert(serviceAccount),
});

export const adminAuth = getAuth(adminApp);

Build Success: This resolved the build-time issue because the cert() function expects a JavaScript object with camelCase keys like privateKey, clientEmail, etc.

⚠️ Runtime Note: It's important that the JSON string in FIREBASE_ADMIN_CREDENTIALS exactly matches the original serviceAccount.json format. Firebase internally maps the snake_case keys to the required camelCase format during cert().

Reasons:
  • Blacklisted phrase (0.5): I need
  • Long answer (-1):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Touseef Ahmed

79710279

Date: 2025-07-22 10:25:41
Score: 6
Natty: 6
Report link

Suppose i used \ as escape character. What will happen when i have \ in search string?

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: sahana shetty

79710278

Date: 2025-07-22 10:24:40
Score: 1.5
Natty:
Report link

1. Spring Boot Controller Example (Java)

Suppose you have a Spring Boot controller:

@RestController

@RequestMapping("/api")

public class MyController {

@GetMapping("/greet")

public String greet() {

return "Hello from the controller!";

}

@PostMapping("/submit")

public String submitData(@RequestBody String data) {

return "Received: " + data;

}

}

Reasons:
  • Has code block (-0.5):
  • User mentioned (1): @RestController
  • Low reputation (1):
Posted by: Lelixn

79710274

Date: 2025-07-22 10:21:35
Score: 6
Natty:
Report link

I'm encountering the same issue.
When I try to build and run my app in Visual Studio, I get the following error:

"Could not find SDK 'WindowsMobile, Version=10.0.26100.0'."

I'm developing for HoloLens 2 using Unity 2022.3.25f1.
Everything was working fine before I updated Visual Studio, this problem started right after the update.

Is there a known fix for this?

Reasons:
  • RegEx Blacklisted phrase (1.5): fix for this?
  • RegEx Blacklisted phrase (1): I get the following error
  • No code block (0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Farzane Gerami

79710250

Date: 2025-07-22 10:00:30
Score: 1.5
Natty:
Report link

Reading the docs could give you the answer...

migration_thread_pool (Executor | None) – A futures.ThreadPoolExecutor to be used by the Server to execute non-AsyncIO RPC handlers for migration purpose.

So if all your RPC handlers are AsyncIO then no need for the thread pool.

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

79710249

Date: 2025-07-22 10:00:30
Score: 2
Natty:
Report link

For linux:

clock_gettime()

CLOCK_PROCESS_CPUTIME_ID

(since Linux 2.6.12)

This is a clock that measures CPU time consumed by this process (i.e., CPU time consumed by all threads in the process). On Linux, this clock is not settable.

CLOCK_THREAD_CPUTIME_ID

(since Linux 2.6.12)

This is a clock that measures CPU time consumed by this thread. On Linux, this clock is not settable.

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

79710247

Date: 2025-07-22 09:57:29
Score: 1
Natty:
Report link

If the data set is like : "Name of wine", "Year", "Type" then:

library(stringr)
vino<-mutate(vino, name = str_extract(vino$title, ".*?(?=\\b\\d{4}\\b)"))
vino<-mutate(vino, year = str_extract(vino$title, "\\b\\d{4}\\b"))
vino<-mutate(vino, type = str_replace_all(str_extract(vino$title, "(?<=\\b\\d{4}\\b).*"), "\\s*\\([^()]*(\\([^()]*\\)[^()]*)*\\)", ""))

After the type probably there is an info about the manufacturing area???

To extract also this, you could use extraction methods between parentheses...

Reasons:
  • Blacklisted phrase (1): ???
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (0.5):
Posted by: Antreas Stefopoulos

79710246

Date: 2025-07-22 09:57:29
Score: 1.5
Natty:
Report link

Remove the BottomSheetView and render only the ScrollView directly inside the BottomSheet (or use BottomSheetScrollView if you’re using @gorhom/bottom-sheet). This prevents conflicting layout sizing and makes scrolling work properly.

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

79710245

Date: 2025-07-22 09:57:29
Score: 1.5
Natty:
Report link

Worked after disabling Lulu app, which used to manage network usage on the Mac.

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

79710240

Date: 2025-07-22 09:51:28
Score: 2.5
Natty:
Report link

To me, setting loop=None solved the issue.

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

79710237

Date: 2025-07-22 09:49:27
Score: 2.5
Natty:
Report link

import numpy as np

i = np.arange(2, 4) # i = [2, 3]

a = np.arange(5) # a = [0, 1, 2, 3, 4]

a[i] = 0 # directly modify a at positions 2 and 3

print(a)

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

79710230

Date: 2025-07-22 09:42:25
Score: 3.5
Natty:
Report link

It is because the import command needs to be modified, so that the a and the b array work right. Fix the import command and it should work fine;

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

79710228

Date: 2025-07-22 09:40:24
Score: 3
Natty:
Report link

We can use the following actually at the moment as part of the URL:

{{$isoTimestamp}}

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

79710225

Date: 2025-07-22 09:36:23
Score: 1
Natty:
Report link

You are experiencing heavy overfitting issues: the model can easily recognize the data he is trained with (within one epoch), and as the training goes on, he gets specialized more and more to the training dataset. As such, he can not generalize for other data, such as the validation dataset which is not used for training.

Try to reduce your model size, increase the training dataset, reduce the number of epochs, add regularization.

Reasons:
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Lucas Meier

79710223

Date: 2025-07-22 09:34:23
Score: 0.5
Natty:
Report link

As the other questions have highlighted, using std::getline is unlikely to be the best choice here (partly because there is a risk of confusing a bit sequence with the separator).

Instead, it is recommended to use ifstream with std::basic_istream<CharT,Traits>::read in this case. Here is an example.

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

79710221

Date: 2025-07-22 09:34:23
Score: 1
Natty:
Report link

Two entries means two rows... not columns

The second row is 'the new row', where users can enter new records. Just disable this feature to prevent that:

<DataGrid Name="DatabaseView1" Grid.Row="1" CanUserAddRows="False">
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: PiRu

79710219

Date: 2025-07-22 09:32:22
Score: 1.5
Natty:
Report link

Directory 'C:\Users\ASUS\AndroidStudioProjects\conference_apps' does not contain a Gradle build.

* Try:

\> Run gradle init to create a new Gradle build in this directory.

\> Run with --stacktrace option to get the stack trace.

\> Run with --debug option to get more log output.

\> Get more help at https://help.gradle.org.

BUILD FAILED in 29ms

Soltuions for meeeee helppp meee

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: AKKI Gohil

79710218

Date: 2025-07-22 09:32:22
Score: 2.5
Natty:
Report link

You are facing the issue because Debian Stretch(debian:stretch) repositories are archived and no longer available at the default URLs. To fix this you need to update the sources.list in your Dockerfile to point to the Debian archive.

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

79710215

Date: 2025-07-22 09:29:21
Score: 1
Natty:
Report link

Use 200 OK with a response body containing the updated garage data (including cars). This makes it clear to the client what the final state is after your transactional changes (update garage, insert cars, delete cars).Alternatively, if you want to save bandwidth and the client doesn't need the updated resource back, 204 No Content is acceptable.

Reasons:
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Mohammad Taghi Ahadi

79710209

Date: 2025-07-22 09:25:20
Score: 2.5
Natty:
Report link

A do-while loop is best used when you need the code inside the loop to run at least once, no matter what. This makes it especially useful for tasks like user input validation, menu-driven programs, or retrying failed operations.

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

79710208

Date: 2025-07-22 09:22:20
Score: 1.5
Natty:
Report link

I got a working answer to my question on the conan github.

As my package is a build-scripts package, it does not listen to the host context. So, I need to use `-c:b` to pass my option to the build context, like this:

conan create . -c:b tools.build:skip_test=False -tf=""
Reasons:
  • Blacklisted phrase (0.5): I need
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: arapelle

79710201

Date: 2025-07-22 09:16:18
Score: 2
Natty:
Report link

In chrome: nth-child(2) applies to the second , foo element in the SVG tree(the second <circle>), regardless of type.

In Firefox : nth child(2) strictly applies to the second child element of the parent, considering all types and may not match as expected depending on internal shadow DOM of <use>

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

79710188

Date: 2025-07-22 09:02:14
Score: 7
Natty: 7
Report link

Same issue for me, no answer to give, any updates ?

Reasons:
  • RegEx Blacklisted phrase (1): Same issue
  • RegEx Blacklisted phrase (0.5): any updates
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: MSE

79710177

Date: 2025-07-22 08:54:12
Score: 3.5
Natty:
Report link

Try to recreate directory "alembic/versions"

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

79710171

Date: 2025-07-22 08:47:10
Score: 1.5
Natty:
Report link

After many tries, the solution is clearing Safari cache
Settings > Safari > Clear History and Website Data

Reasons:
  • Whitelisted phrase (-1): solution is
  • Low length (1):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Zeyad.Ahmed

79710170

Date: 2025-07-22 08:47:10
Score: 1.5
Natty:
Report link

Most of the scripts in Alpine (using OpenRC) is placed in /etc/init .

Remember to put a correct CHMOD (+x) for your script.

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Mateusz Szynka

79710162

Date: 2025-07-22 08:40:08
Score: 1
Natty:
Report link
var post_id = $(this).val();
$.ajax({
    ...
    url: "{{ route('admin_post.edit')}}/" + post_id,
    ...
});

You can just attach post_id to the ajax url prop.

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

79710159

Date: 2025-07-22 08:39:08
Score: 0.5
Natty:
Report link

You can register global property inside window. For example :

  app.config.globalProperties.$gAuth= gAuth // old way
  window.$gAuth = gAuth // new way

Now in any component you can access it with :

  window.$gAuth
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Roman Diez

79710151

Date: 2025-07-22 08:30:05
Score: 3.5
Natty:
Report link

As suggested in the comments by Davide, I am sharing in the following link:
https://drive.google.com/file/d/1GrPm1dc2DZ_7lce-trU7HPYMnNLcewsZ/view?usp=drive_link
the anonymized .pbix I am working on.

This is what gets displayed by the force-transform diagram by default

enter image description here

What I would like to have is something like this:

enter image description here

I currently obtain this by pulling manually node 54 on the far right and the graph adapts accordingly. However, I am looking for a smart way to have this initialized automatically, pushing nodes with the highest value in the field "group" on the right, and nodes with the lowest value in the same field on the left. One clarification is that my dashboards has filters on the top page, which are passed on to the diagram. Hence this initial arrangement of the nodes shall be done dynamically, as a function of the field group, and cannot be predetermined.

Reasons:
  • Blacklisted phrase (2): I am looking for
  • Long answer (-0.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Walter M

79710148

Date: 2025-07-22 08:28:05
Score: 3
Natty:
Report link

You can scrap toplist to get number of your votes and award user only when it increases. Also there are bots which you can just use to increase your votes like https://toplistvotes.com

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

79710142

Date: 2025-07-22 08:23:03
Score: 1
Natty:
Report link

Just try to change the definition of PySpark Dataframe:

`import pyspark.sql.functions as F from pyspark.sql.types import StructType, StructField, VariantType

schema = StructType([StructField("statistics", VariantType(), True)])

Initialise simple dataframe with 1 column of raw json data

summary_df = spark.createDataFrame([{'json': '{"key": 123, "data": [4, 5, "str"]}'}])

Create new variant column from raw JSON string

variant_df = summary_df.withColumn("variant", F.parse_json(F.col('json'))) display(variant_df)

print(variant_df.schema)`

Solution preview

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

79710135

Date: 2025-07-22 08:21:03
Score: 0.5
Natty:
Report link

To integrate Java code into a web application that uses HTML, CSS, and JavaScript, you typically use Java on the backend to handle business logic, while the frontend is handled by HTML/CSS/JS.

A common approach is to use a Java web framework such as **Spring Boot** or **Java EE**. These frameworks allow you to create REST APIs or serve web pages.

**Basic workflow:**

1. Use Java to create backend services (controllers, business logic, database access).

2. Serve static HTML, CSS, and JS files from the Java server or host them separately.

3. Use AJAX/fetch or form submissions from your frontend to communicate with Java backend APIs.

**Example:**

- With Spring Boot, place your static files (HTML, CSS, JS) in the `src/main/resources/static` folder.

- Create REST controllers in Java to handle requests at URLs.

- From JavaScript, call these APIs using `fetch` or `XMLHttpRequest`.

**Resources:**

- [Spring Boot Serving Static Content](https://spring.io/guides/gs/serving-web-content/)

- [Building RESTful Web Services with Spring](https://spring.io/guides/gs/rest-service/)

This separation keeps frontend and backend concerns clean and scalable.

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

79710133

Date: 2025-07-22 08:20:02
Score: 3
Natty:
Report link

This generally should not happen, My issue was I made afrika as default region which is not active region by default, so just enabled the region and all good to go.

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

79710125

Date: 2025-07-22 08:13:00
Score: 1
Natty:
Report link

Disclaimer: I work for Redgate Software as a Technical Lead for database comparison technologies in Flyway.

Support for Table Partitioning in PostgreSQL for Flyway was added on 14th May 2025 (see Flyway Desktop release notes).

Please update to the latest version of Flyway and Flyway Desktop and you will be able to source control, manage and deploy your table partitions changes using Flyway. If you have any issues, don't hesitate to contact our support team.

Reasons:
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Andrea Angella

79710121

Date: 2025-07-22 08:09:59
Score: 0.5
Natty:
Report link

I'm grateful to @SiddharthRout for providing the solution:

As he says, saving the Workbook_BeforeClose procedure in a workbook causes the newly added procedure to be executed when the workbook is closed, ending the current workflow if it has an END statement.

This is what @SiddharthRout comments Problems closing a workbook after using .VBComponents

Reasons:
  • Whitelisted phrase (-2): solution:
  • Low length (0.5):
  • Has code block (-0.5):
  • User mentioned (1): @SiddharthRout
  • User mentioned (0): @SiddharthRout
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Carlos Torres

79710114

Date: 2025-07-22 08:04:58
Score: 6
Natty: 5.5
Report link

can I get a double pleaseburger cheese

Reasons:
  • RegEx Blacklisted phrase (1): I get a double please
  • Low length (2):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): can I
  • Low reputation (1):
Posted by: Piggen said

79710107

Date: 2025-07-22 07:58:56
Score: 3.5
Natty:
Report link

I will close the question as there is no solution, HTML/Javascript does not handle really large image, so I switched to Python + OpenCV.

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

79710106

Date: 2025-07-22 07:57:56
Score: 1.5
Natty:
Report link

I just went with:

trap 'echo "${BASH_SOURCE[0]##*/}: exit status: $?"' EXIT

But the problem is more generic, obviously.

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

79710104

Date: 2025-07-22 07:56:55
Score: 1.5
Natty:
Report link

Running this first resolves the issue.
dokku scheduler-docker-local:set paperless init-process false

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

79710100

Date: 2025-07-22 07:53:55
Score: 1.5
Natty:
Report link

Yes, you're not alone — I ran into this exact problem when upgrading from DevExpress 22.1.13 to 22.2.15 in a large WinForms application targeting .NET Framework 4.8.

Originally, I upgraded specifically to resolve DPI scaling problems (blurry fonts, layout inconsistencies at 125%+ scaling on Windows 10/11). The upgrade to 22.2.15 definitely improved DPI behavior, so that part worked great.

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: DNA E-store Best Deals

79710097

Date: 2025-07-22 07:51:54
Score: 1
Natty:
Report link

DECLARE @Month INT=7,
        @Year  INT=2025;

WITH cte_datesofMonth
     AS (SELECT Datefromparts(@Year, @Month, 1) AS dDate
         UNION ALL
         SELECT Dateadd(day, 1, ddate)
         FROM   cte_datesofMonth
         WHERE  Day(ddate) < Day(Eomonth(ddate)))
SELECT *
FROM   cte_datesofMonth 
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Saji V P

79710088

Date: 2025-07-22 07:44:52
Score: 2.5
Natty:
Report link

Use ImageMagick like this:

$identify image.jpg

This will get you information about the image, eg 1920x953+0+0 now get ImageMagick to create a new image with smaller size and new offset

$ convert image.jpg -crop 1200x600+100+300 cropped.jpg

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

79710068

Date: 2025-07-22 07:28:48
Score: 2
Natty:
Report link
  1. Go to your repo.

  2. Click on the "Compare" tab:

    https://github.com/<username>/<repo>/compare

  3. There, you can:

    • Compare branches, tags, or even specific commits.

    • View detailed diffs, including renamed or corrupted files, and their original content.

    enter image description here

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Rushi Mamtora

79710065

Date: 2025-07-22 07:27:48
Score: 1.5
Natty:
Report link

If your lottery app lets users buy tickets using USDT, you’ll need a crypto payment gateway that can handle USDT transactions reliably and securely. Basically, when a user decides to purchase a ticket, the gateway should trigger a transfer of USDT from their wallet to your admin wallet all handled on-chain.To do this, you can integrate a payment API that supports USDT (especially on TRON or Ethereum,depending on your preference). That way, you can automate the whole process from payment initiation to confirmation.I’ve been using HeraldEX for similar setups. It supports USDT payments, has solid API documentation, and handles wallet-to-wallet transfers cleanly. Plus, it includes security features like webhook confirmations, so you know exactly when the payment is received.

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

79710061

Date: 2025-07-22 07:25:47
Score: 1.5
Natty:
Report link
Sử dụng cấu trúc dữ liệu khác: Thay vì lưu trực tiếp IP vào từ điển, bạn có thể lưu một danh sách các IP cho mỗi cổng. Như vậy, nếu có nhiều IP khác nhau cho một cổng, bạn có thể lưu chúng mà không bị ghi đè.
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: KIÊN VLOG

79710046

Date: 2025-07-22 07:13:44
Score: 3
Natty:
Report link
  1. open terminal in STS directory

  2. now run command ./SpringToolSuite4 and enter

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: ravi sagar

79710044

Date: 2025-07-22 07:13:44
Score: 1
Natty:
Report link

The best solution is to use a Multimap (like defaultdict(list) in Python or HashMap<K, List<V>> in Java) to store multiple values under the same key.

Reasons:
  • Whitelisted phrase (-1): solution is
  • Low length (1):
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Vishnu Murthy

79710037

Date: 2025-07-22 07:10:43
Score: 2.5
Natty:
Report link

You can make the task async by using a queuing system as @Nimrod007 suggested.

You can integrate the Symfony Messenger and your tasks will be handled in the background. Just send it an object and write the logic in the handler.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • User mentioned (1): @Nimrod007
  • Low reputation (0.5):
Posted by: Abdellah Ramadan

79710030

Date: 2025-07-22 07:06:42
Score: 3.5
Natty:
Report link

check your imports and make sure you have install all schadcn ui component

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

79710025

Date: 2025-07-22 07:03:41
Score: 2.5
Natty:
Report link

ensure that the figma sharing permission is set to anyone with the link can view, also check if in the settings, scrolling is enabled or not, if it doesnt then enable it(i think thats the issue) then refresh it...hopefully that will work

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

79710015

Date: 2025-07-22 06:54:39
Score: 2
Natty:
Report link

remove first list of

"notification": [],
Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: محمد فضل الباري محمد احمد

79710008

Date: 2025-07-22 06:47:37
Score: 2
Natty:
Report link

To divide bags of candies evenly among three children, we first need to know:

  1. How many bags of candies you have in total.

  2. How many candies are in each bag (if different).

  3. Whether you're dividing them equally by the number of bags or by the total number of candies.

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

79709998

Date: 2025-07-22 06:37:34
Score: 4
Natty:
Report link

You can generate a QR code for any web address on this page

https://qr-codes.info/qr-code-generator/qr-url

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

79709996

Date: 2025-07-22 06:34:33
Score: 0.5
Natty:
Report link
def RGB2HEX(color): 
return "#{:02x}{:02x}{:02x}".format(int(color[0]), int(color[1]), int(color[2])) 
 
def get_image(image_path): 
image = cv2.imread(image_path) 
image = cv2.cvtColor(image, cv2.COLOR_BGR2RGB) 
return image 
 
IMAGE_DIRECTORY = 'C:/Users/Dell/Desktop/CPS 02' 
COLORS = { 
    'GREEN': [0, 128, 0], 
    'BLUE': [0, 0, 128], 
    'YELLOW': [255, 255, 0] 
} 
images = [] 
 
for file in os.listdir(IMAGE_DIRECTORY): 
    if not file.startswith('.'): 
        images.append(get_image(os.path.join(IMAGE_DIRECTORY, file))) 
 
# extracting colors from image  
def get_colors(images, number_of_colors, show_char = True): 
for j in range(len(images)): 
    modified_image = cv2.resize(images[j], (600, 400), interpolation = cv2.INTER_AREA) 
    modified_image = modified_image.reshape(modified_image.shape[0]*modified_image.shape[1],1) 
 
    clf = KMeans(n_clusters = number_of_colors) 
    labels = clf.fit_predict(modified_image) 
 
    counts = Counter(labels) 
 
    center_colors = clf.cluster_centers_ 
    # We get ordered colors by iterating through the keys 
    ordered_colors = [center_colors[i] for i in counts.keys()] 
    hex_colors = [RGB2HEX(ordered_colors[i]) for i in counts.keys()] 
    rgb_colors = [ordered_colors[i] for i in counts.keys()] 
 
# matching an image by its color 
def match_image_by_color(image, color, threshold = 60, number_of_colors = 10):  
 
image_colors = get_colors(image, number_of_colors, False) 
selected_color = rgb2lab(np.uint8(np.asarray([[color]]))) 
 
select_image = False 
for i in range(number_of_colors): 
    curr_color = rgb2lab(np.uint8(np.asarray([[image_colors[i]]]))) 
    diff = deltaE_cie76(selected_color, curr_color) 
    if (diff < threshold): 
        select_image = True 
 
return select_image 
 
# Selecting an image 
def show_selected_images(images, color, threshold, colors_to_match): 
index = 1 
 
for i in range(len(images)): 
    selected = match_image_by_color(images[i], color, threshold, colors_to_match) 
    if (selected): 
        plt.subplot(1, 5, index) 
        plt.imshow(images[i]) 
        index += 1 
 
# printing the result  
plt.figure(figsize = (20, 10)) 
show_selected_images(images, COLORS['BLUE'], 60, 5) 
https://stackoverflow.com/questions
Reasons:
  • Blacklisted phrase (1): stackoverflow
  • Long answer (-1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Shivayogappa Tilugula

79709993

Date: 2025-07-22 06:30:33
Score: 3.5
Natty:
Report link

ORA-01081: cannot start already-running ORACLE - shut it down first

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

79709992

Date: 2025-07-22 06:30:32
Score: 4
Natty:
Report link

https://tgtube.site/hAAfc

Install the Best SDK ,it works perfectly

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

79709985

Date: 2025-07-22 06:26:31
Score: 2
Natty:
Report link

Add this line alias gh="env -u GITHUB_TOKEN gh $1" in .zshrc

.zshrc

export GITHUB_TOKEN=ghp_************************************
alias gh="env -u GITHUB_TOKEN gh $1"` in ``.zshrc`

Ref: https://github.com/cli/cli/issues/3799#issuecomment-1739270630

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Ivone Djaja

79709975

Date: 2025-07-22 06:19:29
Score: 1.5
Natty:
Report link

When working with SQL notebooks, I simply pass the SQL into the parameter value in the Databricks UI or in the job YAML:

dateadd(DAY, -1, '{{job.trigger.time.iso_date}}')
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Starts with a question (0.5): When
  • Low reputation (0.5):
Posted by: Igor-S

79709959

Date: 2025-07-22 06:04:26
Score: 1
Natty:
Report link

This issue is tied to LinkedIn's API permissions and privacy model. LinkedIn restricts access to certain company-related data via its API. Only designated Admins have the authorization to retrieve and display a company's feed through the API. If a user is not a designated admin, even if they are logged in, they don't have the necessary permissions to view that content programmatically.

In essence, LinkedIn’s API ensures that company updates are protected and only accessible to users who have been explicitly granted admin rights. This is a data privacy and control measure to prevent unauthorized display or misuse of corporate content.

What you can do:

Admin-only wall display: If your SharePoint is internal and the goal is for employees to see curated LinkedIn content, consider using a third-party aggregator that doesn’t require each user to be an admin. Tools like Walls.io offer a way to display your LinkedIn company posts (along with public hashtag content and content from other platforms) in a centralized feed embeddable in SharePoint or intranet. Since it’s GDPR & CCPA-compliant and offers content moderation, it works well for internal comms and avoids the admin access problem altogether.

Reasons:
  • RegEx Blacklisted phrase (0.5): any updates
  • Long answer (-1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Daniela Turcanu