79812108

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

@Jarod42 A simple text based search may also work. This is quite a large open source project. I have started digging into how this tool can be developed.

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

79812028

Date: 2025-11-07 07:17:35
Score: 4
Natty:
Report link

@Clemens Thank you so much. That was the solution. I thought the size of the coordinates would still be okay.

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Low length (1):
  • No code block (0.5):
  • User mentioned (1): @Clemens
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Sebastian

79812002

Date: 2025-11-07 06:35:27
Score: 4.5
Natty: 5
Report link

Thanks alot this Solved my issue.

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Low length (2):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Sandeep Dolapihilla

79811956

Date: 2025-11-07 04:57:07
Score: 4
Natty:
Report link

how Retrieving CPU Load Percent total in stm32

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): how
  • Low reputation (1):
Posted by: Hoshimjon Yunusov

79811948

Date: 2025-11-07 04:33:02
Score: 5
Natty:
Report link

Hello Rodrigo Reis,

Thanks for sharing your suggested model and the work you put into this!

I've tested the logic with our data, and unfortunately, it's not currently producing the correct results because it appears to be treating each week in isolation.

The calculation must be cumulative, meaning it needs to take into account the settled OT hours and the final owed/reserved hours balance carried over from all previous weeks.

Core Issue: Missing Week-Over-Week Carryover

The model is failing to correctly utilize the historical owed_hours_remaining to offset current-week surplus hours before determining the OT_payable amount.

Here are two clear counter-examples showing the discrepancy:

1. Employee 1 (Week 5)

The expected result reflects prior weeks' transactions that should have reduced the owed balance, but the model output is too high.

Metric Expected Result (Cumulative) Model Output (Incorrect)
OT Paid/ot_possible 0 12
Owed Hours Remaining 2 14

2. Employee 2

The model incorrectly identifies 12 hours as payable OT when the surplus hours should first go toward clearing the outstanding owed balance.

Expected (With Cumulative Carryover):

Owed remaining: 4
OT_possible/OT payable: 0

Output of your model:

Owed remaining: 16
OT_possible/OT payable: 12

The key adjustment needed is to ensure the previous week's owed_hours_remaining is the baseline for the current week's calculation. Any new surplus OT should reduce that owed balance first, before being classified as payable OT.

Please let me know if you can integrate that historical carryover step into your logic!

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Blacklisted phrase (2): Thanks for sharing
  • RegEx Blacklisted phrase (2.5): Please let me know
  • Long answer (-1):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Luke

79811947

Date: 2025-11-07 04:32:57
Score: 7 🚩
Natty:
Report link

How exactly did you fixed it I have also done the same but the error is not resolving

Reasons:
  • RegEx Blacklisted phrase (3): did you fixed it
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): How
  • Low reputation (1):
Posted by: Suman Gunsola

79811777

Date: 2025-11-06 21:10:20
Score: 4.5
Natty: 4.5
Report link

This doesn't seek to answer the question, so much as the need: (mainframe) load the page in a new tab, and clear cache (eg hard refresh)

... does this help anyone at all?

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

79811748

Date: 2025-11-06 20:35:09
Score: 5
Natty:
Report link

Just advise. (I guess you run ok locally without docker - mean paths are correct - upstream downstream)

  1. Why you use Developmnet running in docker ? Use Production.json
    Normally Dev you run on host without docker using localhost. (Naming doesn't really matter)

  2. When running in docker replace in ocelot json Host - set container name.

  3. ReRoutes instead of Routes (Routes is used with any service discovery like Consul etc)

  4. BaseUrl should use host.docker.internal, not localhost

  5. Check that you run in one network (all containers)

  6. Install in docker container tab Exec something like curl to check if you see other containers/
    apt-get update

apt-get install -y curl

curl http://service name:port../api/.... - just call your other service - should get response

use just ping
apt-get install -y iputils-ping

docker exec servicename1 ping servicename2 -c2

PS I'm stuck with ocelot too in docker - I can call other services (containers) but through Ocelot getting the same error.

Reasons:
  • RegEx Blacklisted phrase (1.5): I'm stuck
  • Long answer (-0.5):
  • No code block (0.5):
  • Me too answer (2.5): getting the same error
  • Contains question mark (0.5):
  • Low reputation (0.5):
Posted by: Gleb B

79811711

Date: 2025-11-06 19:47:56
Score: 6.5
Natty:
Report link

Sure @Duck -- where should I share my feedback?

Reasons:
  • Blacklisted phrase (1.5): where should I
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • User mentioned (1): @Duck
  • Self-answer (0.5):
  • Single line (0.5):
  • Looks like a comment (1):
  • High reputation (-2):
Posted by: Jan Nielsen

79811629

Date: 2025-11-06 18:13:27
Score: 7.5 🚩
Natty:
Report link

Does anyone have any updates on this? I'm encountering the exact same problem, but I haven't found a solution on oracle. I'd like a query that returns the first unlocked row.

Reasons:
  • Blacklisted phrase (1): any updates on
  • RegEx Blacklisted phrase (3): Does anyone have any updates
  • RegEx Blacklisted phrase (1): haven't found a solution
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
Posted by: senerh

79811619

Date: 2025-11-06 18:03:24
Score: 4.5
Natty: 5
Report link

Best single or multy select dropdown

https://pub.dev/packages/ms_single_multi_select

Reasons:
  • Probably link only (1):
  • Low length (2):
  • No code block (0.5):
  • Low reputation (1):
Posted by: MD SHANAWAZ RAHMAN

79811560

Date: 2025-11-06 17:01:08
Score: 6 🚩
Natty: 5
Report link

I have the same problem. Been trying to connect with tekla on my application made in .net 4.8, x64 it used to work but I installed the nugget packages and since then I had problems. I have been trying to remove every nugget package and connect to the dll's who are in the tekla structures/<versions>/bin/ folder. But it doesn't help.

Reasons:
  • Blacklisted phrase (1): I have the same problem
  • No code block (0.5):
  • Me too answer (2.5): I have the same problem
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Jordy

79811522

Date: 2025-11-06 16:18:56
Score: 4.5
Natty: 5
Report link

Package "pracma" contains an implementation: https://search.r-project.org/CRAN/refmans/pracma/html/invlap.html

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

79811502

Date: 2025-11-06 16:01:51
Score: 4
Natty:
Report link

I found the sandbox account, But it's disable why?

Reasons:
  • Blacklisted phrase (0.5): why?
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • High reputation (-1):
Posted by: Rasel Khan

79811471

Date: 2025-11-06 15:34:43
Score: 6.5 🚩
Natty: 4.5
Report link

Have you fixed it? Now I'm having the same :((

Reasons:
  • Blacklisted phrase (1): :(
  • RegEx Blacklisted phrase (1.5): fixed it?
  • Low length (1.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: user23564034

79811441

Date: 2025-11-06 15:09:36
Score: 4
Natty:
Report link

also, how can I change the question type from "Advice" back to a general question? I tried editing, but there doesn't seem to be an option to do that.

Reasons:
  • Blacklisted phrase (0.5): how can I
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Praise Dare

79811407

Date: 2025-11-06 14:44:28
Score: 5
Natty:
Report link

I'm just wondering why this question has a "Best practices" tag when it seems to be excluded from the original question's tag section (created by the OP). Can you tell me why this specific question appears differently from others on SO? Is this a new update on this site? After reading Jon Skeet’s post, I now realize that question discussion is allowed here on SO. That's interesting.

Reasons:
  • Blacklisted phrase (1): update on this
  • RegEx Blacklisted phrase (2.5): Can you tell me
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
Posted by: DevQt

79811381

Date: 2025-11-06 14:23:23
Score: 5
Natty:
Report link

Can any admin help me change the typo of this question? I did not know about the experiment and that "Advice" cannot flag correct answers...

Reasons:
  • Blacklisted phrase (1): help me
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): Can any
  • Low reputation (0.5):
Posted by: Wax Cage

79811377

Date: 2025-11-06 14:19:21
Score: 6.5
Natty:
Report link

@Quentin oh should I close this issue and open a Q&A?

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Self-answer (0.5):
  • Single line (0.5):
  • Looks like a comment (1):
  • Low reputation (0.5):
Posted by: Wax Cage

79811368

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

@jcalz - What do you mean by "open-ended question"? I am sorry I did not explain my case enough - I do not care about the order of the elements. Only thing I need is that array contains all the elements. Is that still impossible? I will change the body of the post to clarify my needs.

Reasons:
  • Blacklisted phrase (0.5): I need
  • Low length (0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Looks like a comment (1):
  • Low reputation (0.5):
Posted by: Wax Cage

79811208

Date: 2025-11-06 11:30:39
Score: 4.5
Natty: 4.5
Report link

Is this possible now? I don't see it on the website yet, but maybe that's not up to date.

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): Is this
  • Low reputation (1):
Posted by: Jelle B

79811204

Date: 2025-11-06 11:25:37
Score: 4.5
Natty: 6.5
Report link

Where do i have to put this into my Manifest?

xml <manifest xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools">

Regards

Reasons:
  • Blacklisted phrase (1): Regards
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): Where do i have to
  • Low reputation (1):
Posted by: TWO FELLAS

79811183

Date: 2025-11-06 11:01:30
Score: 4.5
Natty: 5.5
Report link

can you enlighten me on the config of the smartlogger? I have enable modbus TCP on the smartlogger but I cannot connect to it through modbus. I am connected to the port wan

Reasons:
  • Blacklisted phrase (0.5): I cannot
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): can you
  • Low reputation (1):
Posted by: Hugo Denuit

79811169

Date: 2025-11-06 10:50:27
Score: 4
Natty:
Report link

Your suggested solution works perfect. You made my day. Thanks a lot!

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Low length (1.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Ralf Schneider

79811145

Date: 2025-11-06 10:34:22
Score: 5
Natty:
Report link

Ok so i tried another package & this one works https://pub.dev/packages/flutter_pay_upi

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

79811144

Date: 2025-11-06 10:34:21
Score: 13 🚩
Natty: 6
Report link

I am also having the same problem. I have updated seleniumbase but still unable to login proxy. Has anyone ever solved this problem? I need your help

Reasons:
  • Blacklisted phrase (0.5): I need
  • Blacklisted phrase (2): I need your help
  • RegEx Blacklisted phrase (1.5): solved this problem?
  • RegEx Blacklisted phrase (3): Has anyone ever
  • Low length (1):
  • No code block (0.5):
  • Me too answer (2.5): I am also having the same problem
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Điệp Vũ

79811036

Date: 2025-11-06 09:07:59
Score: 4
Natty:
Report link

You need to add current IP adress, on mongo atlas.

After doing that it will work

enter image description here

Reasons:
  • Blacklisted phrase (1): enter image description here
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: 0o0 wIll

79810964

Date: 2025-11-06 07:56:40
Score: 5
Natty:
Report link

Upgrading the androidx-compose-foundation version to 1.10.0-beta01 actually helped. I’m not sure if the developers will allow me to use a beta version, but thank you!
Do you know if there is any article about this issue?

Reasons:
  • Blacklisted phrase (0.5): thank you
  • Low length (0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Red Cape

79810944

Date: 2025-11-06 07:32:32
Score: 6.5 🚩
Natty: 5
Report link

Any updates on this, I'm trying to implement the draw feature like we have in Redfin, but google drawing library is only allowing to draw shapes like polygon, circle, but I want to implement free form polygon?

Reasons:
  • Blacklisted phrase (1): Any updates on
  • RegEx Blacklisted phrase (1): I want
  • Low length (0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Ayush Gupta

79810878

Date: 2025-11-06 05:47:10
Score: 4
Natty:
Report link

Without knowing how you actually use that QueryContext in your code, its harder to answer that question, can you give actual code to see how you actually use and call that QueryContext function.
My questions are:

  1. Do you use that context with timeout.

  2. Do you check if there's rows.Err() returned by that QueryContext

If you give us some code sample to understand how you actually call that function, we can answer this question better.

Reasons:
  • RegEx Blacklisted phrase (2.5): can you give
  • No code block (0.5):
  • Low reputation (1):
Posted by: CyberCr0w

79810845

Date: 2025-11-06 04:37:55
Score: 4.5
Natty: 5
Report link

this fix my issue a random youtube video

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

79810739

Date: 2025-11-06 00:48:03
Score: 4.5
Natty:
Report link

@maiorano84 Thank you for that insight.

I get programming can be open to interpretation, but one of the things I find difficult is what should set() and get() be responsible for in a container? Should it be for defining or managing the instance or both?

Looking at the Symfony package, it seems the definition of a service is managed through setDefinition() and getDefinition() and you set() the already created service and get() the service. The set() method appears to add only the already created instance either by adding one already created (through parameter) or using createService() which returns it.

I'm also trying to understand the difference between register() and setDefinition() methods. Is register() just a wrapper, and if so, why if setDefinition() is clear on intent and not protected/private?

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • User mentioned (1): @Thank
  • Self-answer (0.5):
  • Looks like a comment (1):
  • Low reputation (0.5):
Posted by: germanshedder

79810603

Date: 2025-11-05 21:14:10
Score: 7.5 🚩
Natty:
Report link

I have the same error in dotnet 9.0

Reasons:
  • RegEx Blacklisted phrase (1): I have the same error
  • Low length (2):
  • No code block (0.5):
  • Me too answer (2.5): I have the same error
  • Single line (0.5):
  • Low reputation (1):
Posted by: Adam.Net

79810570

Date: 2025-11-05 20:27:58
Score: 4
Natty:
Report link

cheap startup, 0.000000000001% profit. so, noone can replace you.

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Filler text (0.5): 00000000000
  • Low reputation (1):
Posted by: Qadult

79810565

Date: 2025-11-05 20:21:56
Score: 4
Natty:
Report link

Bikin ketagihan terus main di JO777

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

79810508

Date: 2025-11-05 19:19:40
Score: 7 🚩
Natty: 6.5
Report link

hello @sergui / anyone

I just got an issue in my platform where snowflake odbc driver is installed on Linux and I’m trying to connect to snowflake using isql command and the authentication is key pair.

I don’t want to store the PRIV_KEY_FILE and PRIV_KEY_FILE_PWD in odbc.ini and I can pass it via the environment variable .. I tried running it export command but I didnot work . Have anyone come across this issue before ? Please let me know . Thanks

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • RegEx Blacklisted phrase (2.5): Please let me know
  • No code block (0.5):
  • Contains question mark (0.5):
  • User mentioned (1): @sergui
  • Looks like a comment (1):
  • Low reputation (1):
Posted by: Nivazz

79810466

Date: 2025-11-05 18:32:26
Score: 8.5 🚩
Natty: 4.5
Report link

Does someone have any news on this ?

Reasons:
  • RegEx Blacklisted phrase (3): Does someone have any news
  • Low length (2):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Alec von Barnekow

79810420

Date: 2025-11-05 17:43:12
Score: 6.5
Natty: 8
Report link

can we use it in django 4.2.x LTS ??

Reasons:
  • Low length (2):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Starts with a question (0.5): can we use it in
  • Low reputation (1):
Posted by: Haroon Saleem

79810384

Date: 2025-11-05 17:08:02
Score: 4.5
Natty:
Report link

<span style="color: yellow;">✪</span>

Reasons:
  • Low length (2):
  • No code block (0.5):
  • Has no white space (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Ilya Ryzhkov

79810324

Date: 2025-11-05 16:23:48
Score: 5
Natty:
Report link

Have you tried changing the storage link on localhost then uploading it?

Reasons:
  • Whitelisted phrase (-1): Have you tried
  • 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: Shmuck

79810311

Date: 2025-11-05 16:07:43
Score: 6
Natty:
Report link

@CyberCr0w: I don't get it, where's the magic trick?

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • User mentioned (1): @CyberCr0w
  • Self-answer (0.5):
  • Single line (0.5):
  • Looks like a comment (1):
  • High reputation (-1):
Posted by: mu88

79810297

Date: 2025-11-05 16:00:40
Score: 5.5
Natty:
Report link

I’d also suggest checking out this Salesforce Help article about Prepare for Connected App Usage Restrictions Change and the new “Approve Uninstalled Connected Apps” user permission.

Although it covers a different error, it’s still related to connected app authentication issues and might help others facing similar problems — for example, errors like:

OAUTH_APPROVAL_ERROR_GENERIC

https://example.com?error=invalid_client&error_description=app+must+be+installed+into+org

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • No code block (0.5):
  • Me too answer (2.5): facing similar problem
  • Low reputation (1):
Posted by: Or Ca

79810196

Date: 2025-11-05 14:29:14
Score: 4
Natty: 4.5
Report link

It's covered on Mozilla Developer Network now: https://developer.mozilla.org/en-US/docs/Web/API/File_API/Using_files_from_web_applications#using_hidden_file_input_elements_using_the_click_method

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

79810180

Date: 2025-11-05 14:19:11
Score: 4.5
Natty:
Report link

Try out this package this works to run lumi h5p locally

https://pub.dev/packages/lumi_h5p

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

79810177

Date: 2025-11-05 14:18:10
Score: 4.5
Natty:
Report link

@Hamid You're just going to ignore all the questions posted above, then?

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • User mentioned (1): @Hamid
  • Single line (0.5):
  • Looks like a comment (1):
  • High reputation (-2):
Posted by: ADyson

79810173

Date: 2025-11-05 14:15:09
Score: 4.5
Natty: 5
Report link

My case, this drivers working, the last drivers no working. THX

Reasons:
  • Blacklisted phrase (1): THX
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Gorgue

79810162

Date: 2025-11-05 14:08:06
Score: 6
Natty:
Report link

How to change "max connection pool size" permanently?

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Self-answer (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): How to
  • Low reputation (0.5):
Posted by: hamid

79810112

Date: 2025-11-05 13:33:56
Score: 7.5 🚩
Natty: 6
Report link

I have same problem. No input is accepted, and the module repeats the sequence described ending with SMS done.

Thanks for any help.

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Blacklisted phrase (1): any help
  • Blacklisted phrase (1): I have same problem
  • Low length (1):
  • No code block (0.5):
  • Me too answer (2.5): I have same problem
  • Low reputation (1):
Posted by: Georg

79810039

Date: 2025-11-05 12:27:36
Score: 4
Natty: 4.5
Report link

I followed instructions on this url and its works
https://mlocati.github.io/articles/php-windows-imagick.html

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

79810030

Date: 2025-11-05 12:21:33
Score: 7
Natty: 8
Report link

@JesusFreke
How does android runtime state machine work?

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • User mentioned (1): @JesusFreke
  • Looks like a comment (1):
  • Low reputation (1):
Posted by: Jewgeni Zhukov

79810009

Date: 2025-11-05 12:10:28
Score: 5.5
Natty:
Report link

@Drew - At first - I really want to optimize number of renders, not commits. I have supplied the state mutation function in the post, but again - this is more an academical question. Redux allows you to create selectors to re-render only on change of any specified leave of the redux state tree (using createSelector + useSelector). I am trying to accomplish something similar within my own library. Without depending on Redux. Problem is not in my code, problem is in how the context works and that it does not support such behaviour by default. I want to re-render my component only when a specific item is added or removed from the list stored in useState. I will create a simple MRE today, give me a moment.

Reasons:
  • Blacklisted phrase (1): I am trying to
  • RegEx Blacklisted phrase (1): I want
  • Long answer (-0.5):
  • No code block (0.5):
  • User mentioned (1): @Drew
  • Self-answer (0.5):
  • Single line (0.5):
  • Looks like a comment (1):
  • Low reputation (0.5):
Posted by: Wax Cage

79809988

Date: 2025-11-05 11:49:22
Score: 4.5
Natty:
Report link

@VLAZ you are totally right. My mistake is that I didn't suspect the consequences of (undefined===undefined) is true, hence dangerous. I have to review my old code, where it may have happened silently.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • User mentioned (1): @VLAZ
  • Self-answer (0.5):
  • Single line (0.5):
  • Looks like a comment (1):
  • Low reputation (0.5):
Posted by: allez l'OM

79809975

Date: 2025-11-05 11:37:19
Score: 4.5
Natty:
Report link

I'm sure we have a lot about topic at stackoverflow but I like this site for different Spring questions and guides so https://www.baeldung.com/exception-handling-for-rest-with-spring

Reasons:
  • Blacklisted phrase (1): stackoverflow
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Max

79809919

Date: 2025-11-05 10:36:04
Score: 4.5
Natty: 4
Report link

https://stackoverflow.com/a/31635761/4380510

https://stackoverflow.com/a/70431036/4380510

Do this and you will be able to do it on all versions.

Reasons:
  • Blacklisted phrase (1): stackoverflow
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: TheFirstLifestyle

79809892

Date: 2025-11-05 10:12:56
Score: 8.5
Natty: 7.5
Report link

Have you found a solution for this?

Reasons:
  • RegEx Blacklisted phrase (2.5): Have you found a solution for this
  • Low length (2):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Radu Andrei Vaida

79809889

Date: 2025-11-05 10:10:55
Score: 4.5
Natty:
Report link

@chux No, you can't change the type of the question, not even as a moderator.

Thread on Meta: Can an Advice post be changed into a QA post?

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • User mentioned (1): @chux
  • Looks like a comment (1):
  • High reputation (-1):
Posted by: julaine

79809875

Date: 2025-11-05 09:57:51
Score: 5.5
Natty:
Report link

Thank you for the detailed explanation, that makes perfect sense.

Since I don’t currently have an admin account (and therefore can’t create an App Registration or grant Directory.Read.All consent), I understand that the client secret flow won’t work in my case.

I’ll try switching to the delegated flow with an interactive browser login using my normal user account, so the app can act under my own permissions.

Just to confirm: with that approach, I’ll only be able to read the groups and users that my account has access to, right?

Once we get an admin account later, I can switch back to the app-only (client credentials) approach with full directory scope.

Thanks again for pointing out /groups?$expand=transitiveMembers, that’s very helpful.

Also, Just to know, is there any other workaround to read the groups from Azure Directory/Entra using C#?

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Blacklisted phrase (0.5): Thanks
  • Blacklisted phrase (1): is there any
  • Long answer (-0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Mr. A

79809841

Date: 2025-11-05 09:14:40
Score: 5
Natty:
Report link

Can you post this as a question? This new advice feature is counterproductive: even fewer questions will be asked, defeating the voting / reputation system.

Reasons:
  • RegEx Blacklisted phrase (2.5): Can you post
  • RegEx Blacklisted phrase (1.5): reputation
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): Can you post this as a
  • High reputation (-2):
Posted by: chqrlie

79809836

Date: 2025-11-05 09:04:38
Score: 4
Natty:
Report link

I have had a similar issue with other activities, do you not have existing projects which have this activity which you can open to check whether this is an issue with the packages in the project or if your entire studio might be corrupted?

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: CaptainObvious

79809717

Date: 2025-11-05 07:14:09
Score: 5.5
Natty:
Report link

Allan walker ,

thanks for your answer I have tried all of this but the billing one .

could it take 9 days like my status ?

Reasons:
  • Blacklisted phrase (0.5): thanks
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Mohamed Taher

79809641

Date: 2025-11-05 05:35:45
Score: 4
Natty:
Report link

@ikegami, any thoughts if possible and how to move this question from a general advice / other to trouble shooting / debugging? Or it is too late? Perhaps I should ask a moderator.

Reasons:
  • Blacklisted phrase (1.5): any thoughts
  • Low length (0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • User mentioned (1): @ikegami
  • Self-answer (0.5):
  • Single line (0.5):
  • Looks like a comment (1):
  • High reputation (-2):
Posted by: chux

79809619

Date: 2025-11-05 04:41:34
Score: 5.5
Natty:
Report link

this is usu. because Grafana cannot uniquely identify the data points due to duplicate labels. You need to carefully checking your raw data to see if there are duplicate labels, making it impossible for Grafana to distinguish between different data points. Try google search it may give your more detailed suggestions to fix this problem?

Reasons:
  • RegEx Blacklisted phrase (1.5): fix this problem?
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: ZoomPhant

79809598

Date: 2025-11-05 03:52:23
Score: 6 🚩
Natty:
Report link

I have same issue also, still could not fix it

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): I have same issue
  • Single line (0.5):
  • Low reputation (1):
Posted by: Chung Than

79809510

Date: 2025-11-05 00:24:38
Score: 8.5 🚩
Natty: 6.5
Report link

can someone answer this for me??? I want to be able to launch a game like chess, or block breaker/breakout

Reasons:
  • Blacklisted phrase (1): ???
  • RegEx Blacklisted phrase (2.5): can someone answer
  • RegEx Blacklisted phrase (1): I want
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): can someone answer this for me
  • Low reputation (1):
Posted by: LeBron

79809502

Date: 2025-11-05 00:00:31
Score: 4
Natty:
Report link

I forgot to wrap the store. So I want the computed property to be in the store so I can just call store.b. Instead of having to write the computed ref seperately. So I think I'll need to do it the 'c' way. As the computed ref should be refering to a reactive object, but in the initilization state, the reactive object has not been created yet.

And yea, the proper way would be to use a proper store management system, but I was wondering if there's an easy way for it.

Reasons:
  • Blacklisted phrase (2): was wondering
  • RegEx Blacklisted phrase (1): I want
  • No code block (0.5):
  • Self-answer (0.5):
Posted by: TurtleTread

79809488

Date: 2025-11-04 23:32:24
Score: 6
Natty:
Report link

I think I once read there was a way to clone a repository with just the .git in it. However I cannot find where I read that but if that's possible, I could change my parent clone to this and avoid having all the files duplicated and then the parent would just hold the .git which would be shared by the worktree ?

Reasons:
  • Blacklisted phrase (1.5): I cannot find
  • Blacklisted phrase (0.5): I cannot
  • No code block (0.5):
  • Ends in question mark (2):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Lovis XII

79809483

Date: 2025-11-04 23:26:21
Score: 6 🚩
Natty:
Report link

Well I faced the same issue but when using @nomicfoundation/hardhat-toolbox-mocha-ethers. So far i don't understand why Hardhat only recognise Solidity tests, but no TS tests.

Anybody can help with that?

Reasons:
  • RegEx Blacklisted phrase (3): Anybody can help
  • Low length (0.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Anton Holovchenko

79809471

Date: 2025-11-04 23:12:17
Score: 7.5 🚩
Natty:
Report link

вопрос больше не актуален
всем спасибо

Reasons:
  • Low length (2):
  • No code block (0.5):
  • Self-answer (0.5):
  • No latin characters (3.5):
  • Low reputation (1):
Posted by: Gregor Zamza

79809451

Date: 2025-11-04 22:35:08
Score: 4
Natty: 4
Report link

brew doctor can be really helpful here to make sure you don't need to cleanup, install, link, add to PATH, etc.

Other answers are accurate - it's likely your npm upgrade or reinstalling icu4c

This error can show up when installing php too - I ran into this error with brew install php on Mac OS Monterey 12 (which currently installs 8.4.14). Nothing worked for me though, I've tried everything.

Does anyone know if it's possible to install a version > 8.1 on this OS? I'm convinced it's not.

Reasons:
  • Blacklisted phrase (1): ve tried everything
  • RegEx Blacklisted phrase (2): Does anyone know
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): can
  • Low reputation (0.5):
Posted by: pkucas

79809431

Date: 2025-11-04 22:05:00
Score: 4
Natty:
Report link

I edited the example data. Hopefully this is easier to demonstrate with now.

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

79809361

Date: 2025-11-04 20:22:37
Score: 4
Natty:
Report link

Thanks... I did make it all 1 record and things are working.. .Thanks everyone

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Low length (1.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: rsirota

79809332

Date: 2025-11-04 19:51:29
Score: 4
Natty:
Report link

It works fine using Polars, just use Polars instead. thx

Reasons:
  • Blacklisted phrase (1): thx
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Frank

79809268

Date: 2025-11-04 18:31:07
Score: 4
Natty: 5
Report link

I join to this debate in 2025 almost 2026.
I have a main function which calls many other functions. Each function is in a file separated from the main function.

lets say the following

main.py
variable1 = 123
variable2 = 1435
from utilsfolder.function_one import function_one
result_one = function_one (variable1, variable2)
from anotherfolder.function_two import function_two
result_two = function_two(variable1,result)
from utilsfolder.function_three import function_three
result_three = function_three(result,variable1, variable2)
print (f"The final result is {result_three}")

So I want to run the code up to function_two and then depure function_three since I notice that function_three on line 50 is having some issue that I want to understand.

My objective is to run the code up to result_two then stop!
Run function three as a new depuration and top at line 49... understand the problem, fix it and then exit that secondary depuration... keep running the first depuration

how can I do this secundary depuration?

Is this even possible with SPYDER or VSCODE?

Best regards my friends :D

Reasons:
  • Blacklisted phrase (0.5): Best regards
  • Blacklisted phrase (1): regards
  • Blacklisted phrase (0.5): how can I
  • Blacklisted phrase (1): can I do
  • RegEx Blacklisted phrase (1): I want
  • Long answer (-1):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: user3427034

79809120

Date: 2025-11-04 16:03:30
Score: 7
Natty:
Report link

@Paulw11 Thanks for replying, one more question:

So my iOS developer group can't directly use the Proximity Reader framework? Is a PSP that provides the required SDK absolutely necessary?

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Low length (0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • User mentioned (1): @Paulw11
  • Self-answer (0.5):
  • Looks like a comment (1):
  • Low reputation (1):
Posted by: Mauriho Enrique Escurra Colqui

79809095

Date: 2025-11-04 15:39:24
Score: 4
Natty:
Report link

Thanks. I don't understand how scaleworks. Setting scale=6.0 looks good, but scale=2.0leads to huge vectors and scale=12.0leads to very small.... So the greater the scaleis the smaller the vectors...

What is scalerelated to?

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Low length (0.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Self-answer (0.5):
  • Looks like a comment (1):
Posted by: Andrew

79809070

Date: 2025-11-04 15:11:17
Score: 5
Natty:
Report link

You can check out this open source repo: https://github.com/mrharel/facebook_ads_comments_analysis

And more about it in this LinkedIn post: https://www.linkedin.com/pulse/meta-ads-comment-extraction-sentiment-analysis-amir-harel-fxsae

Reasons:
  • Blacklisted phrase (1): this Link
  • Probably link only (1):
  • Contains signature (1):
  • Low length (1.5):
  • No code block (0.5):
Posted by: Amir

79809060

Date: 2025-11-04 15:00:13
Score: 9
Natty: 7.5
Report link

I have same problem, have u reéolved it yet?

Reasons:
  • Blacklisted phrase (1): I have same problem
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): I have same problem
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: MInh Thuấn Phạm

79809009

Date: 2025-11-04 14:11:58
Score: 5
Natty:
Report link

@antokhio - thank you for the linked libraries, maybe I can find the solution by studying their code as these libraries (especially use-context-selector) solve exactly the same issue I am confused by right now.

Reasons:
  • Blacklisted phrase (0.5): thank you
  • Low length (0.5):
  • No code block (0.5):
  • User mentioned (1): @antokhio
  • Self-answer (0.5):
  • Single line (0.5):
  • Looks like a comment (1):
  • Low reputation (0.5):
Posted by: Wax Cage

79809005

Date: 2025-11-04 14:08:57
Score: 4.5
Natty:
Report link

@SherlHohman, I do not know if it is Stack Overflow on my browser, but the "Add a Comment" or "Reply" functionalities are broken on my side, leaving a comment, (like I do now) is my only working solution to get involved in the issue.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • User mentioned (1): @SherlHohman
  • Single line (0.5):
  • Looks like a comment (1):
  • Low reputation (1):
Posted by: Olivier Belhumeur

79809001

Date: 2025-11-04 14:05:55
Score: 7.5
Natty:
Report link

@Drew Reese - I have answered your questions in the body of the post. As for the topic title - I believe this is the essence of my problem - how to force component to only update when "item in the context list connected to the component" changes - is added or removed. I am opened to improve the clarity of my post in any way, please give me more guidance if you see any.

Reasons:
  • RegEx Blacklisted phrase (2.5): please give me
  • RegEx Blacklisted phrase (1): I am opened to improve the clarity of my post in any way, please
  • No code block (0.5):
  • User mentioned (1): @Drew
  • Self-answer (0.5):
  • Single line (0.5):
  • Looks like a comment (1):
  • Low reputation (0.5):
Posted by: Wax Cage

79808993

Date: 2025-11-04 13:56:53
Score: 6
Natty:
Report link

@Gabe Sechan thanks, but I'd rather a free one. It's a FOSS app I'm contributing on. I highly doubt they want/can accept paid library

Reasons:
  • Blacklisted phrase (0.5): thanks
  • Low length (1):
  • No code block (0.5):
  • User mentioned (1): @Gabe
  • Self-answer (0.5):
  • Single line (0.5):
  • Looks like a comment (1):
  • Low reputation (1):
Posted by: Jonathan Levi

79808972

Date: 2025-11-04 13:38:48
Score: 4.5
Natty:
Report link

Thanks for your answer, Eason. I checked SSA(Secure Service Account API) and followed all the steps. I am getting the 3 legged token without user input, but I am getting an error on the response when trying to get the status of the model (commands:autodesk.bim360:C4RModelGetPublishJob):

"status": "403", "code": "C4R", "detail": "Failed to get publish model job"

I am accessing the Hub, the folder, the file and project Id. I provided to the Service user with "manage" permissions settings. Scopes are data:create data:read and data:write, as mentioned here: https://aps.autodesk.com/en/docs/data/v2/tutorials/publish-model/ I made it working before with 3 legged token with user authenticate.

I found a link about Secure Service Account which mentions this: "Revit Cloud Worksharing (RCW): Full compatibility with Revit Cloud Worksharing" https://aps.autodesk.com/blog/update-secure-service-accounts-ssa-goes-ga So, I was expecting it will allow me to publish, since it mentions "Full compatibility".

Can you confirm SSA should allow me to publish (commands:autodesk.bim360:C4RModelGetPublishJob and commands:autodesk.bim360:C4RModelPublish)?

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • RegEx Blacklisted phrase (1): I am getting an error
  • Long answer (-1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Javier

79808965

Date: 2025-11-04 13:35:47
Score: 5.5
Natty:
Report link

Can you provide expected input/output pairs?

Reasons:
  • RegEx Blacklisted phrase (2.5): Can you provide
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Starts with a question (0.5): Can you
  • High reputation (-2):
Posted by: BallpointBen

79808916

Date: 2025-11-04 12:49:35
Score: 4.5
Natty:
Report link

con OpenSuse 15.6 se instalaron los siguientes paquetes:

zypper in libgthread-2_0-0

zypper install at-spi2-core

zypper in libgcrypt-devel

con esto pude ejecutar SpringTools, DBeaver y JasperStudio

Espero les sirva a los Javeros

Reasons:
  • Blacklisted phrase (2): Espero
  • Blacklisted phrase (1.5): sirva
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Isra MR

79808857

Date: 2025-11-04 11:48:18
Score: 4.5
Natty:
Report link

Maybe some one will have the same problem in the future just do a -flutter upgrade on your terminal it worked with mine and installed the needed depedencies for support.

Reasons:
  • Whitelisted phrase (-1): it worked
  • Low length (1):
  • No code block (0.5):
  • Me too answer (2.5): have the same problem
  • Single line (0.5):
  • Low reputation (1):
Posted by: Kolaka Joe

79808834

Date: 2025-11-04 11:22:10
Score: 4
Natty:
Report link

I wrote a script to show how it could be done: https://github.com/mrharel/facebook_ads_comments_analysis

Also wrote about it here: https://www.linkedin.com/pulse/meta-ads-comment-extraction-sentiment-analysis-amir-harel-fxsae/

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

79808833

Date: 2025-11-04 11:22:09
Score: 13.5 🚩
Natty: 6.5
Report link

Did you solved it? I have the same issue, is driving me crazy.. I tried everything! :(

Reasons:
  • Blacklisted phrase (1): I have the same issue
  • Blacklisted phrase (1): :(
  • RegEx Blacklisted phrase (3): Did you solved it
  • RegEx Blacklisted phrase (1.5): solved it?
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): I have the same issue
  • Contains question mark (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): Did you solve
  • Low reputation (1):
Posted by: Jose Emanuel Delgado

79808785

Date: 2025-11-04 10:26:56
Score: 5
Natty: 5
Report link

Running an internal regional app load balancer.
can i check if i can use service labels on my computeforwardingrule to connect to my cloudrun services? I have created an Network Endpoint Group and Backend Service.

Would anyone be able to advise me please?
Thanks!

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Low length (0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Viknesh

79808606

Date: 2025-11-04 07:18:07
Score: 7.5
Natty:
Report link

@your-common-sense: I studied several small PHP container projects. I noticed a lot of them had several public methods on how to add a service to the container. Usually it was set() and bind(). I was wondering if there was a benefit to a developer to break it out into each type?

Reasons:
  • Blacklisted phrase (2): was wondering
  • Low length (0.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • User mentioned (1): @your-common-sense
  • Self-answer (0.5):
  • Single line (0.5):
  • Looks like a comment (1):
  • Low reputation (0.5):
Posted by: germanshedder

79808507

Date: 2025-11-04 04:03:23
Score: 4.5
Natty: 6
Report link

do you got a script that grabs the information from a website using python or js? I would like to get that code if you do thank you

Reasons:
  • Blacklisted phrase (0.5): thank you
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: script kiddie

79808381

Date: 2025-11-03 22:57:14
Score: 4.5
Natty:
Report link

Read solution in the description above.

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

79808155

Date: 2025-11-03 17:49:58
Score: 7.5
Natty:
Report link

Yes, but how do you deal with a DB that exceeds RAM in that scenario?

Reasons:
  • Blacklisted phrase (1): how do you
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Self-answer (0.5):
  • Single line (0.5):
  • Looks like a comment (1):
  • Low reputation (0.5):
Posted by: CupOfGreenTea

79808145

Date: 2025-11-03 17:35:55
Score: 6.5
Natty: 7
Report link

Same question here! Curious to understand if you already find out the answer?

Reasons:
  • RegEx Blacklisted phrase (1): Same question
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: André Martingo

79808117

Date: 2025-11-03 17:02:46
Score: 9.5 🚩
Natty: 5.5
Report link

I am facing similar issue. Was anyone able to resolve it?

Reasons:
  • RegEx Blacklisted phrase (1.5): resolve it?
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): I am facing similar issue
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: user31808106

79808091

Date: 2025-11-03 16:37:39
Score: 4.5
Natty:
Report link

I'm caught off guard by this new open-ended question format. It seems that instead of writing a comment one simply replies? (how to turn my answer into community wiki?) Anyway, please provide feedback when downvoting to help me understand why this is not valuable.

Reasons:
  • Blacklisted phrase (1): help me
  • RegEx Blacklisted phrase (2.5): please provide
  • Low length (0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Self-answer (0.5):
  • High reputation (-1):
Posted by: Brandlingo

79808068

Date: 2025-11-03 16:20:35
Score: 4.5
Natty: 5
Report link

Not Delphi but Lazarus.

The concepts are almost identical, it might work:

https://forum.lazarus.freepascal.org/index.php?action=profile;area=showposts;u=73636

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

79808034

Date: 2025-11-03 15:44:25
Score: 4.5
Natty:
Report link

I encountered the same problem. I found a solution here. You need to change the development interface language to English. https://learn.microsoft.com/ru-ru/answers/questions/5225129/vba-excel

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

79808032

Date: 2025-11-03 15:41:24
Score: 4
Natty:
Report link

Thanks Jon, couple of my words has been removed by stack. In fact I added what was tried!

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Low length (1.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Chethan

79808019

Date: 2025-11-03 15:27:19
Score: 5.5
Natty: 4.5
Report link

java.lang.NullPointerException: Cannot invoke "org.springframework.messaging.SubscribableChannel.send(org.springframework.messaging.Message)" because the return value of "org.springframework.cloud.stream.binder.test.InputDestination.getChannelByName(String)" is null

Using spring boot starter version: 3.5.6, spring.cloud.version 2025.0.0

tried everything but getting by setting setting

@TestPropertySource(properties = "spring.cloud.function.definition=getABCDetailsRequest-in-0")

harcoded destination name inputDestination.send(message, "getABCDetailsRequest-in-0") null only. any help is appreciated.

Reasons:
  • Blacklisted phrase (1): appreciated
  • Blacklisted phrase (1): any help
  • RegEx Blacklisted phrase (3): any help is appreciated
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: AnonymousDev

79807999

Date: 2025-11-03 15:12:15
Score: 4
Natty:
Report link

@Alex Howansky: Bad wording, indeed. I changed the Q to say that the data shall be worked on immediately. The processing will not take too much time, but I want it to be independent from the parent process.

Reasons:
  • RegEx Blacklisted phrase (1): I want
  • Low length (0.5):
  • No code block (0.5):
  • User mentioned (1): @Alex
  • Self-answer (0.5):
  • Single line (0.5):
  • Looks like a comment (1):
  • High reputation (-1):
Posted by: phunsoft