79338009

Date: 2025-01-08 05:14:00
Score: 4
Natty:
Report link

I have the same issue here, I followed a online video to create Identity propject. It uses below .net core 8, but my project is 8. when I run it, it shows the same error. My _jwtSettings.Key was 19 chars. I change it to longer. Than it works.

var symmetricSecurityKey = new SymmetricSecurityKey(Encoding.UTF8.GetBytes(_jwtSettings.Key));

Reasons:
  • Blacklisted phrase (1): I have the same issue
  • Has code block (-0.5):
  • Me too answer (2.5): I have the same issue
  • Low reputation (1):
Posted by: paddywide

79337978

Date: 2025-01-08 04:44:53
Score: 11.5 🚩
Natty:
Report link

Facing the same problem here. Any solution?

Reasons:
  • Blacklisted phrase (1.5): Any solution
  • RegEx Blacklisted phrase (2): Any solution?
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): Facing the same problem
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: AJB

79337957

Date: 2025-01-08 04:21:48
Score: 9.5 🚩
Natty: 4.5
Report link

Did you find a solution for this? I'm having the same issue with the solid black reference

Reasons:
  • RegEx Blacklisted phrase (3): Did you find a solution
  • Low length (1):
  • No code block (0.5):
  • Me too answer (2.5): I'm having the same issue
  • Contains question mark (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): Did you find a solution for this
  • Low reputation (1):
Posted by: Carlos Alberto Valencia

79337955

Date: 2025-01-08 04:20:47
Score: 4.5
Natty:
Report link

Could someone possibly do a video of extracting this? I pasted the 1st function in C1, and nothing happenedenter image description here.

Reasons:
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: gja2nd

79337829

Date: 2025-01-08 02:26:23
Score: 4
Natty:
Report link

Thank you Hasan! 4 simple steps and thats all she wrote!!!

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

79337667

Date: 2025-01-08 00:01:53
Score: 8.5
Natty: 7
Report link

Same question here, does anyone managed to get it working?

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

79337604

Date: 2025-01-07 23:24:45
Score: 5
Natty: 5
Report link

It's available on Archive.org :) https://web.archive.org/web/20131111234110/https://waratek.com/blog/november-2013/introduction-to-real-world-jvm-memory-utilisation

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

79337505

Date: 2025-01-07 22:31:32
Score: 5.5
Natty: 4
Report link

I have the same problem, but the problem occurs before inserting the data to the database, Entity Framework is creating a query that truncates the string, the string is complete when calling the SaveChanges() method, but after checking the database logs, the query that Entity Framework creates, the string is truncated. I already set the parameters needed for Entity Framework to use the same values for the field in the database, which is a VARCHAR(MAX) field. I don't know what else to do, the string is always complete in my code, but Entity Framework keeps truncating it, and I don't have control over it.

Reasons:
  • Blacklisted phrase (1): I have the same problem
  • Long answer (-0.5):
  • 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: Rogelio Ramírez

79337468

Date: 2025-01-07 22:02:24
Score: 7 🚩
Natty:
Report link

I am also facing the same issue.

Reasons:
  • Blacklisted phrase (1): I am also facing the same issue
  • Low length (2):
  • No code block (0.5):
  • Me too answer (2.5): I am also facing the same issue
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Tak Rahul

79337435

Date: 2025-01-07 21:45:19
Score: 5
Natty: 4
Report link

cant you just use a when clicked block

Reasons:
  • Low length (2):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): can
  • Low reputation (1):
Posted by: dr sues

79337407

Date: 2025-01-07 21:33:16
Score: 5.5
Natty:
Report link

I'm running into similar issues. I understand, @davidfowl, that Aspirate doesn't understand Azure resources. But some kind of supporting documentation to help us get through what is a very simple example would be nice.

I'm trying to build/deploy a .NET Orleans app with Aspire that is leveraging Blob/Table storage as the clustering/grain-state.

When deploying my project via Aspirate, I do get a bicep file for my storage account, but it doesn't appear to be executed as a part of the deployment.

When attempting to deploy via azd, it appears that my only option is to deploy to a Container Apps instance.

I've also attempted to do two separate deployments but continue to run into major problems.

  1. The storage account's name is a unique id generated from the resource group name. It is not clear how to pass the storage account's resource group name into the configuration settings for my Aspire AppHost so that it understands where to get the connection string from.

  2. Because I'm using Orleans there are way more environment variables that must be assigned instead of just the connection string in order for the Orleans app to even startup and recognize its providers properly. So, checking if the ExecutionContext is running vs publishing to override the connection string doesn't generate the details necessary for the Aspire Orleans package to pickup the configuration settings.

I would think this is a somewhat simple scenario for Aspire/Aspirate. Can we get some help or more documentation to support this?

Reasons:
  • RegEx Blacklisted phrase (1): help us
  • Long answer (-1):
  • No code block (0.5):
  • Ends in question mark (2):
  • User mentioned (1): @davidfowl
  • Looks like a comment (1):
  • Low reputation (1):
Posted by: Jeff Scherrer

79337366

Date: 2025-01-07 21:22:12
Score: 8 🚩
Natty: 4.5
Report link

I've got the same issue. Working from Arduino core with WiFiManager.h, can't handle to connect using ESP IDF and the protocol_examples_common.h

Have you ever solved this issue?

Reasons:
  • RegEx Blacklisted phrase (1.5): solved this issue?
  • RegEx Blacklisted phrase (2): Have you ever solved
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Fin3

79337342

Date: 2025-01-07 21:12:08
Score: 4.5
Natty: 5
Report link

What is the name of my dad dawood

Reasons:
  • Low length (2):
  • No code block (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): What is the
  • Low reputation (1):
Posted by: Dawood Mentoor

79337325

Date: 2025-01-07 21:01:05
Score: 6
Natty: 7.5
Report link

I tried that and it did not work. What is the next step for a solution to the server connection?

Reasons:
  • Blacklisted phrase (1): did not work
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Jori Dale

79337270

Date: 2025-01-07 20:33:57
Score: 6 🚩
Natty:
Report link

Perhaps this video is useful https://www.youtube.com/watch?v=1YIOHhz5FgI

Install 'Linux Debugger' in VS 2022

Reasons:
  • Blacklisted phrase (1): youtube.com
  • Blacklisted phrase (1): this video
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: packonet

79337266

Date: 2025-01-07 20:33:57
Score: 5.5
Natty:
Report link

I am doing similar of downloading from SFC and running in IIS. Getting the below exception which I think it isn't getting the import maps correctly. Thanks in advance


Uncaught TypeError: Failed to resolve module specifier "vue". Relative references must start with either "/", "./", or "../".

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • RegEx Blacklisted phrase (3): Thanks in advance
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: joseph son

79337184

Date: 2025-01-07 19:59:47
Score: 6.5 🚩
Natty:
Report link

Which Magento version do you use here?

Reasons:
  • Low length (2):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Starts with a question (0.5): Which
  • Low reputation (1):
Posted by: Vladimir Mihailovic

79337173

Date: 2025-01-07 19:55:46
Score: 4.5
Natty: 4
Report link

Kafka Streams left outer join on timeout

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

79337160

Date: 2025-01-07 19:49:44
Score: 4
Natty:
Report link

Is there any way to get the result to show in a cell? What I would like is to count the number of worksheets (including hidden sheets) that are in a workbook up to and including a sheet named "SAMPLE", and then have this number displayed in cell BA on a sheet titled "ADMIN".

Reasons:
  • Blacklisted phrase (1): Is there any
  • Low length (0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): Is there any
  • Low reputation (0.5):
Posted by: ffc2004

79337143

Date: 2025-01-07 19:43:41
Score: 4
Natty: 4
Report link

Kind of a follow-up to this question - but on the on-premises side. If the on-premises terminating endpoint changes (say a new firewall appliance where it terminates), is it simply a matter of changing the public IP on the local Gateway?

Any steps on the on-prem side? Thanks

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

79337127

Date: 2025-01-07 19:32:37
Score: 8.5 🚩
Natty: 6.5
Report link

Did you ever get this to work? I am trying the same thing.

Reasons:
  • Blacklisted phrase (1): I am trying the same
  • RegEx Blacklisted phrase (3): Did you ever get this to
  • Low length (1.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): Did you
  • Low reputation (1):
Posted by: Rusty_Gates

79337098

Date: 2025-01-07 19:17:33
Score: 7.5
Natty: 7
Report link

Can you please help? I want to exploit this vulnerability using the $.parseHTML function.

jQUery.1.12.4 Vulnerability

Reasons:
  • RegEx Blacklisted phrase (3): Can you please help
  • RegEx Blacklisted phrase (1): I want
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): Can you please help
  • Low reputation (1):
Posted by: user29096157

79337086

Date: 2025-01-07 19:09:30
Score: 4
Natty: 4.5
Report link

According to https://github.com/OmixVisualization/qtjambi/tree/bfa9c310ccc56434727ac6ff3d30bac68a527b45, it is very much in active development.

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

79337055

Date: 2025-01-07 18:54:26
Score: 4
Natty:
Report link
  1. Remove SceneDelegate.swift file
  2. Remove SceneDelegate methods from AppDelegate.swift
  3. Remove Application Scene Manifest from Info.plist file
  4. Add var window: UIWindow? to AppDelegate.swift
Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Ameer Hamza

79337033

Date: 2025-01-07 18:47:23
Score: 8
Natty: 7
Report link

I am experiencing the same issue recently. Did you manage to find a solution?

Reasons:
  • RegEx Blacklisted phrase (3): Did you manage to find a solution
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: elsa

79337007

Date: 2025-01-07 18:39:19
Score: 8 🚩
Natty:
Report link

Could you share, years later :) what was the problem? I am facing the same issue. The Advice is not set or executed.

Sincerely,

Reasons:
  • RegEx Blacklisted phrase (2.5): Could you share
  • Low length (1):
  • No code block (0.5):
  • Me too answer (2.5): I am facing the same issue
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Kolo

79337005

Date: 2025-01-07 18:38:18
Score: 4.5
Natty:
Report link

I forgot to save the file lol!

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

79336964

Date: 2025-01-07 18:18:12
Score: 6.5 🚩
Natty: 4.5
Report link

yep, you were missing it, I have a quick question: My OKX wallet contains USDT, and I have the recovery phrase (channel cupboard south attend shrimp force spike toilet search position uncover question). How should I proceed to transfer them to Binance?

Reasons:
  • Blacklisted phrase (1): How should I
  • Low length (0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Looks like a comment (1):
  • Low reputation (1):
Posted by: user29095118

79336963

Date: 2025-01-07 18:17:11
Score: 8 🚩
Natty: 4.5
Report link

this is my aproach to the problem but always failing in the 3 case, any ideas?

Reasons:
  • Blacklisted phrase (1): any ideas
  • Probably link only (1):
  • Low length (2):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: MSL

79336945

Date: 2025-01-07 18:09:03
Score: 7.5 🚩
Natty: 5
Report link

can u explain your code just i want to learn

Reasons:
  • RegEx Blacklisted phrase (2.5): can u explain your code
  • RegEx Blacklisted phrase (1): i want
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): can u
  • Low reputation (1):
Posted by: khald

79336944

Date: 2025-01-07 18:09:01
Score: 8.5 🚩
Natty:
Report link

Did you fix this, I have having the same issue and really confused as the user can see the files in the web interface just not in the;

_api/web/recycleBin

Reasons:
  • RegEx Blacklisted phrase (3): Did you fix this
  • Low length (1):
  • No code block (0.5):
  • Me too answer (2.5): having the same issue
  • Starts with a question (0.5): Did you fix this
  • Low reputation (1):
Posted by: Daniel Owen

79336899

Date: 2025-01-07 17:51:54
Score: 4
Natty:
Report link

DVC is saving files in the content-addressable way to be able to find the previous version of a file, directory. If you push files directly, the question is how do you find the previous state of the directory (e.g. if you need to remove some files?).

If you'd like to have files in a human-readable format, I would recommend a bit different setup / workflow.

Consider using DataChain + DVC as shown here, for example: https://github.com/shcheklein/example-datachain-dvc (+ DataChain gives a way to manage and query data granularly).

The difference for you in this case is that you push, upload, modify files directly in the cloud. DataChain captures a snapshot of a state of the bucket(s) when you need to produce a new version of a dataset and saves that snapshot into DVC.

So, instead of copying data into DVC, you are essentially saving a file with references to the original data. It's a different way of doing versioning if you wish where both tools work nicely together.

Reasons:
  • Blacklisted phrase (1): how do you
  • RegEx Blacklisted phrase (2.5): do you find the
  • Contains signature (1):
  • Long answer (-0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • High reputation (-1):
Posted by: Shcheklein

79336767

Date: 2025-01-07 17:03:42
Score: 9
Natty: 9.5
Report link

Same here.

GLAD Website doesn't seem to give "KHR" and "glad" header files, When the tutorial says it will.

Does anybody know where to get these header files???

Reasons:
  • Blacklisted phrase (1): ???
  • Blacklisted phrase (1): anybody know
  • RegEx Blacklisted phrase (2): Does anybody know
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Dysmus

79336695

Date: 2025-01-07 16:34:35
Score: 5
Natty:
Report link

The default action for warning is "default" ("If a warning is reported and doesn’t match any registered filter then the “default” action is applied (hence its name)."), which means "print the first occurrence of matching warnings for each location (module + line number) where the warning is issued"

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: Kitaram

79336645

Date: 2025-01-07 16:22:31
Score: 4
Natty:
Report link

Same issue here. Started to happens today. My page is server-side rendered and its super light. I dont't know how to improve

Reasons:
  • RegEx Blacklisted phrase (1): Same issue
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Wesley Ferrera

79336535

Date: 2025-01-07 15:40:20
Score: 4
Natty: 4.5
Report link

This appears to be Microsoft's troubleshooting article related to this issue https://learn.microsoft.com/en-us/troubleshoot/sql/database-engine/install/windows/restore-missing-windows-installer-cache-files

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

79336498

Date: 2025-01-07 15:27:16
Score: 5
Natty: 6
Report link

YEAR(DATEADD(DAY, 4 - ((DATEPART(WEEKDAY, @date) + @@DATEFIRST - 2) % 7 + 1), @date))

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Unregistered user (0.5):
  • User mentioned (1): @date
  • User mentioned (0): @date
  • Single line (0.5):
  • Low reputation (1):
Posted by: user29093013

79336493

Date: 2025-01-07 15:27:15
Score: 7 🚩
Natty: 4.5
Report link

I am using the same loop like above. Could somebody give me any advice, why this loop "stucks" nearly 15 minutes and then suddendly it continues?

Reasons:
  • RegEx Blacklisted phrase (2.5): Could somebody give me
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Alex

79336382

Date: 2025-01-07 14:50:04
Score: 5
Natty: 6
Report link

Same here. Upgrading from React 16 to React 19, I am getting

React is not defined
ReferenceError: React is not defined

Everywhere where React was not imported. This should not be the case with React 19 anymore. I guess the issue is during the migration to React 19 from React 16 and it is somehow internal.

Any help very much appreciated!

Reasons:
  • Blacklisted phrase (1): appreciated
  • Blacklisted phrase (1): Any help
  • RegEx Blacklisted phrase (3): Any help very much appreciated
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: George Mylonas

79336366

Date: 2025-01-07 14:45:01
Score: 4
Natty:
Report link

Thanks @mkrieger1 I managed to fix my code and it's perfectly working now .

also a big thanks to @ggorlen The turtle move and being able to shoot several bullets at once is amazing and definitely what I wanted to complete next. You give me a big help that I can study and work on.

Thanks to both of you for your precious help.

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Blacklisted phrase (0.5): thanks
  • No code block (0.5):
  • User mentioned (1): @mkrieger1
  • User mentioned (0): @ggorlen
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Needle_Kane

79336364

Date: 2025-01-07 14:44:00
Score: 4.5
Natty:
Report link

GeoJSON was effective in producing the contours I needed.

Reasons:
  • Blacklisted phrase (0.5): I need
  • Low length (1.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: user29044372

79336354

Date: 2025-01-07 14:40:58
Score: 6.5 🚩
Natty: 6
Report link

Is it always the case for Teams channel?

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): Is it
  • Low reputation (1):
Posted by: Mira

79336351

Date: 2025-01-07 14:39:57
Score: 4.5
Natty: 5
Report link

top ! thank you for the answer !

Reasons:
  • Blacklisted phrase (0.5): thank you
  • Low length (2):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Greg

79336324

Date: 2025-01-07 14:30:54
Score: 5.5
Natty:
Report link

Has anybody found any answer to this question. or has the author found solution. If yes please post the solution here

Reasons:
  • RegEx Blacklisted phrase (2.5): please post the solution
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Hamza Khan

79336274

Date: 2025-01-07 14:09:47
Score: 4.5
Natty:
Report link

enter image description here

Did you try installing Lombok plugin in IntelliJ?

Reasons:
  • Whitelisted phrase (-2): Did you try
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Starts with a question (0.5): Did you
  • Low reputation (0.5):
Posted by: Poorna

79336062

Date: 2025-01-07 12:54:25
Score: 6 🚩
Natty: 5
Report link

I’m having this issue but not with docker.

How did you solve this issue.

Reasons:
  • RegEx Blacklisted phrase (3): did you solve this
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: nemerem

79336001

Date: 2025-01-07 12:32:19
Score: 4.5
Natty:
Report link

Move back to the previous python version (2024.22.0) the 2024.22.1 is broken right know for some config

see this link for more infos : https://github.com/microsoft/vscode-python/issues/24655

Reasons:
  • Blacklisted phrase (1): this link
  • RegEx Blacklisted phrase (1): see this link
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: athenadike

79335992

Date: 2025-01-07 12:29:17
Score: 4
Natty:
Report link

Probably you have high cardinality metrics. Your probably need to shard ingestion or scraping.

Here is more info: https://github.com/thanos-io/thanos/issues/7503#issuecomment-2204020215

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

79335991

Date: 2025-01-07 12:29:17
Score: 5
Natty:
Report link

https://www.facebook.com/profile.php?id=61570550673783&mibextid=ZbWKwL How I can get back my FB account because someone is hacking my fb

Reasons:
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Starts with a question (0.5): How I can
  • Low reputation (1):
Posted by: Lirpa Enaj Noicitram

79335990

Date: 2025-01-07 12:29:16
Score: 9 🚩
Natty:
Report link

Have you found out a solution for it? I am facing the same issue.

Reasons:
  • RegEx Blacklisted phrase (2.5): Have you found out a solution for it
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): I am facing the same issue
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Noman Mangalzai

79335921

Date: 2025-01-07 12:05:07
Score: 11 🚩
Natty:
Report link

I have the same issue! And i didn't finde the @payloads annotation! Where did you find it

Reasons:
  • Blacklisted phrase (1): I have the same issue
  • RegEx Blacklisted phrase (3): did you find it
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): I have the same issue
  • User mentioned (1): @payloads
  • Single line (0.5):
  • Low reputation (1):
Posted by: ABDELJALIL LAFKIR

79335741

Date: 2025-01-07 11:03:50
Score: 4.5
Natty:
Report link

체스의달인. Good to see you here.

Your question is not clear, and we don't see any of the class declarations. Please show us type of RoomMessage.

Reasons:
  • RegEx Blacklisted phrase (2.5): Please show us
  • Low length (1):
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: helloworld

79335659

Date: 2025-01-07 10:39:42
Score: 4
Natty: 4.5
Report link

Suppose I have the correect version, wont I still need to build the binaries for my machine? (amd/intel/ windows versions?)

Reasons:
  • 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: collin

79335616

Date: 2025-01-07 10:26:36
Score: 6.5 🚩
Natty:
Report link

Could you share how the flattenObjectValuesIntoArray function is implemented? The potential issue might be that you are wrapping book into and array. Another question would be what is the structure of books object/array.

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

79335545

Date: 2025-01-07 10:00:29
Score: 4
Natty:
Report link

Hi I'm working on a Medusa.js v2 I can't able to use medusa-auth-plugin, i want to do sso login for azure:

Reasons:
  • RegEx Blacklisted phrase (1): i want
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: sugumar

79335539

Date: 2025-01-07 09:59:28
Score: 4.5
Natty:
Report link

The bug is now being fixed by WebKit developers: https://github.com/WebKit/WebKit/pull/38633

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

79335531

Date: 2025-01-07 09:58:27
Score: 4
Natty:
Report link

You can try the solution given Here

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

79335497

Date: 2025-01-07 09:46:24
Score: 5
Natty: 5
Report link

Have you solved the problem after all this time? What was the solution of it? I'm struggling with the same problem and can't figure out how to fix it

Reasons:
  • Blacklisted phrase (1.5): Have you solved the problem
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Anton Nesterenko

79335493

Date: 2025-01-07 09:45:23
Score: 12.5 🚩
Natty: 5
Report link

We are having the same issues after upgrading our Azure Functions Apps from .net6 to .net8. Has anyone found a solution?

Reasons:
  • Blacklisted phrase (2): anyone found
  • RegEx Blacklisted phrase (3): Has anyone found
  • Low length (1):
  • No code block (0.5):
  • Me too answer (2.5): having the same issue
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: romanruthofer

79335467

Date: 2025-01-07 09:34:19
Score: 5.5
Natty: 4
Report link

You can check this blogpost: https://medium.com/p/44a9b1c8293a It contains an easy example

Reasons:
  • Blacklisted phrase (1): this blog
  • Blacklisted phrase (0.5): medium.com
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Yavor

79335359

Date: 2025-01-07 08:48:06
Score: 4
Natty:
Report link

ctrl+alt+r this will restart idea

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

79335335

Date: 2025-01-07 08:37:03
Score: 4.5
Natty:
Report link

Add await zkInstance.enableDevice();

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

79335328

Date: 2025-01-07 08:36:00
Score: 7 🚩
Natty:
Report link

Hey guys has anyone been able to find a solution to this I'm also encountering this in my second supabas project I did not b4

Reasons:
  • RegEx Blacklisted phrase (3): has anyone been
  • RegEx Blacklisted phrase (1): Hey guys
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Stefano Vidmar

79335317

Date: 2025-01-07 08:32:59
Score: 5
Natty: 5
Report link

Asked 9 years, 11 months ago Modified 2 years, 9 months ago. Yet jhipster did not make any remove functionality. Is it so hard?

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

79335273

Date: 2025-01-07 08:17:54
Score: 4
Natty:
Report link

I also have same problem with the last three weeks my phone_number is verified but i can’t register my phone_number it return this error { "error": { "message": "(#100) Tried accessing nonexisting field (phone_number) on node type (Business)", "type": "OAuthException", "code": 100, "fbtrace_id": "AjNmyj3fqJ5hHpzWLtJL1V0" } }

Reasons:
  • No code block (0.5):
  • Me too answer (2.5): I also have same problem
  • Low reputation (1):
Posted by: Aydarous Mousa

79335234

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

Just enable, Open files with single click here enter image description here

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

79335221

Date: 2025-01-07 07:57:47
Score: 5.5
Natty:
Report link

i made that

https://pub.dev/packages/resize_rotate_image

I would appreciate it if you could check if that meets your requirements.

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

79335169

Date: 2025-01-07 07:32:40
Score: 9.5 🚩
Natty: 5.5
Report link

i am facing the same issue, did this got resolved for you ?

Reasons:
  • RegEx Blacklisted phrase (1.5): resolved for you ?
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): i am facing the same issue
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: ABHAY RAJ GUPTA

79335167

Date: 2025-01-07 07:30:39
Score: 4.5
Natty: 4
Report link

This solution from Microsoft solved my problem. https://learn.microsoft.com/en-us/windows-hardware/drivers/download-the-wdk#download-icon-for-visual-studio-step-1-install-visual-studio-2022

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

79335140

Date: 2025-01-07 07:18:35
Score: 4
Natty:
Report link

He is not allowed not to eat this came. I have a MFE with a react.

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

79335111

Date: 2025-01-07 07:04:31
Score: 4.5
Natty:
Report link

This is an expected behaviour. You might be having logback-test.xml file in your project. Please change the log level from DEBUG in that file. Check this link Karate Logging

Reasons:
  • Blacklisted phrase (1): this link
  • RegEx Blacklisted phrase (1): Check this link
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: cyrilgeorge153

79335105

Date: 2025-01-07 07:01:28
Score: 6 🚩
Natty: 4.5
Report link

enter image description here

enter image description here

While scrolling up This rows goes messed up iam using Ag gris custom css Give me any solution for this

Reasons:
  • Blacklisted phrase (1.5): any solution
  • Blacklisted phrase (1): enter image description here
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: mala G

79335080

Date: 2025-01-07 06:48:24
Score: 7 🚩
Natty:
Report link

Why should I answer your question man?

Reasons:
  • Low length (2):
  • No code block (0.5):
  • Ends in question mark (2):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): Why
  • Low reputation (1):
Posted by: Sloppy Burger

79335070

Date: 2025-01-07 06:38:21
Score: 6 🚩
Natty: 5
Report link

https://stackoverflow.comStack Overflowhttps://stackoverflow.com › how-c...How can fake URL on hover and right-click but not on the click?

Reasons:
  • Blacklisted phrase (1): stackoverflow
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Hariom Kahar

79335058

Date: 2025-01-07 06:32:18
Score: 4
Natty: 4
Report link

The provided solution works effectively and is explained comprehensively. Find below link,

https://github.com/boostorg/boost/issues/843#issuecomment-1872943124

Thank you for saving my time.

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Kuldeep Rathod

79335050

Date: 2025-01-07 06:27:16
Score: 8
Natty: 7.5
Report link

Hey I see that you used a convexhull to make your stl object watertight. Could you please share what methodology you used to compute the covexhull? Thanks.

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • RegEx Blacklisted phrase (2.5): Could you please share what
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Amal Dhivahar

79335045

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

I will edit your question if I have more than 2,000 reputation. I lack that ability. I use the first account to create a question. I use the opposite account to add an answer. I use the opposite account to accept the answer the account added. I grant 15 reputation to the second account which makes it have 16 reputation. I will post an answer every 5 minutes, and with the account I have 16 reputation, I will upvote the answer. I can get a maximum of 200 points in a single day. I thus decide to place the bounty on that question. The bounty I put is 200 reputation. I used three accounts to answer a question I put the bounty on, and I did not ask this question in another account.

Reasons:
  • Blacklisted phrase (0.5): upvote
  • RegEx Blacklisted phrase (1.5): reputation
  • Long answer (-0.5):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Asim Ahmed

79334983

Date: 2025-01-07 05:49:05
Score: 5.5
Natty:
Report link

Try calling super.onPageFinished(view, url) at the end of the function instead.

And why are you calling webView.loadData on the dispose function ?

Else it can be that when you press the back button with no page/tab/history/composable/... It close the app, do you have any crash/error logs ?

Reasons:
  • RegEx Blacklisted phrase (2.5): do you have any
  • Low length (0.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Médi Olivier

79334955

Date: 2025-01-07 05:35:02
Score: 4.5
Natty:
Report link

FWIW, I have been having similar problems and lately have had sucessful builds using

See also your /android/gradle/gradle.wrapper.properties file for gradle's distributionUrl property

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Me too answer (2.5): having similar problem
  • Low reputation (1):
Posted by: ginkgo

79334953

Date: 2025-01-07 05:34:00
Score: 8.5 🚩
Natty: 5.5
Report link

he buscado 3 resolver este problema y finalmente he encontrado la solución.

Reasons:
  • Blacklisted phrase (3): solución
  • RegEx Blacklisted phrase (2): encontrado
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: JACK MAGLER APAGUEÑO PINEDO

79334947

Date: 2025-01-07 05:31:59
Score: 4
Natty: 4
Report link

The provided solution works effectively and is explained comprehensively. Find below link,

https://github.com/boostorg/boost/issues/843#issuecomment-1872943124

Thank you for saving my time.

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Kuldeep Rathod

79334911

Date: 2025-01-07 04:46:49
Score: 4
Natty:
Report link

Hi all I am trying it on projtable form to validate the dimensions through advance rule but it's behaving wired in some cases I am getting the error also for valid dimensions range and sometime not even getting error for invalid dimensions range

Reasons:
  • RegEx Blacklisted phrase (1): I am getting the error
  • Low length (0.5):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Piyush

79334895

Date: 2025-01-07 04:20:44
Score: 4.5
Natty:
Report link

I also seem to be facing the same issue, but mine is not in prod, just locally, the index page renders for the first time, then after refresh it does not render to the UI, when i change the name from index.vue to home.vue and navigate to /home, the UI shows, the console shows no error as well as the network tab.

Reasons:
  • No code block (0.5):
  • Me too answer (2.5): facing the same issue
  • Single line (0.5):
  • Low reputation (1):
Posted by: Wanjie

79334856

Date: 2025-01-07 03:45:35
Score: 4
Natty:
Report link

Rolling back to the previous release of GLFW (3.3.10) resolved the issue :)

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

79334768

Date: 2025-01-07 02:18:20
Score: 5.5
Natty:
Report link

My previous answer has been deleted by other. If this post just seems like spam, it's because you haven't had the same problem as me.
Please leave this article alone to help others who are having the same problem as me.

possible.

Although this post is 5 years old, I am leaving a link and sample image of the package I created for the questioner and for those who come across this post after experiencing the same problem as me.

Like the questioner, I also started with matplotlib, and it was very slow.
I thought about trying to modify mplfinance, but it was difficult to do.

I eventually had to move on to pyqt and try pyqtgraph and finplot.
In the case of plotly, Bokeh, and Seaborn, they were excluded from the options because they did not seem to be able to connect with other GUIs.
pyqt was fast. However, it was only slightly faster than maplotlib.

The same problem of slowdown occurred as data increased.

I was wondering whether to try a language other than Python, but I went back to matplotlib and tried something new.
And it was successful.

I was able to create candlestick charts at high speed.
And this doesn't use pyqt.

By making it that way, it can now be used by connecting to a GUI other than pyqt.
Even when connected to tkinter, it operates smoothly.

It seems to work comfortably up to 10,000 pieces of data.
However, when the number of data is around 40,000, it is not comfortable. I had to use a little trick to make it even smoother.
I'll solve this problem someday.

https://pypi.org/project/seolpyo-mplchart/

candlestick chart sample gif

data length 40000

connect tkinter

Reasons:
  • Blacklisted phrase (1): this article
  • Blacklisted phrase (2): was wondering
  • Long answer (-1):
  • No code block (0.5):
  • Me too answer (2.5): having the same problem
  • Low reputation (0.5):
Posted by: django.seolpyo.com

79334762

Date: 2025-01-07 02:13:18
Score: 9.5
Natty: 7.5
Report link

Did you manage to find a solution?

Reasons:
  • RegEx Blacklisted phrase (3): Did you manage to find a solution
  • Low length (2):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Starts with a question (0.5): Did you
  • Low reputation (1):
Posted by: Akaam Shamerany

79334752

Date: 2025-01-07 02:05:16
Score: 4.5
Natty:
Report link

This is a bug confirmed by VS Team

https://developercommunity.visualstudio.com/t/Intellisense-typescript-suggestions-inco/10730213

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

79334745

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

Without seeing code for smoke generation and for the smoke, it is hard to give a great answer, I suggest checking to see how many smoke entities you are creating. Are you creating 1 per game tick? Creating a bunch of entities needlessly will wear on frame rate. Also double check the code on your smoke entities is just a simple timer, and not anything too complex.

Please share a code snippet so someone can review and see if there's another issue causing the frame dip.

Reasons:
  • RegEx Blacklisted phrase (2.5): Please share a code
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: zsm54xx

79334679

Date: 2025-01-07 00:58:04
Score: 10
Natty: 9
Report link

can you please help me add this if we want to add things like transplant?

Reasons:
  • Blacklisted phrase (1): help me
  • RegEx Blacklisted phrase (3): can you please help me
  • 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 please help me add this
  • Low reputation (1):
Posted by: Maya Srinivasan

79334631

Date: 2025-01-07 00:12:55
Score: 6
Natty: 7
Report link

Can you tell me what shall i change ? certificateTemplateName = ASN1:PRINTABLESTRING:PREZATCA-Code-Signing

Reasons:
  • RegEx Blacklisted phrase (2.5): Can you tell me what
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): Can you
  • Low reputation (1):
Posted by: user3037933

79334621

Date: 2025-01-07 00:06:52
Score: 5.5
Natty:
Report link

Are you missing a properties file specifying where your log will be written to?

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Yeti.91

79334601

Date: 2025-01-06 23:52:47
Score: 7 🚩
Natty: 5.5
Report link

I was wondering if by any chance you were able to resolve this as I am stuck at the same step as well and File Picker is behaving exactly the same.

Reasons:
  • Blacklisted phrase (2): was wondering
  • RegEx Blacklisted phrase (1.5): I am stuck
  • Low length (1):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Sanyam

79334578

Date: 2025-01-06 23:38:42
Score: 6.5 🚩
Natty: 4
Report link

Did you ever get this? I am working on it as well so I'll post. I do have very nice formatted receipts printing with escpos codes. I'll be using OPOS. I also need to get MICR read and check endorsement and maybe check front printing.

Reasons:
  • RegEx Blacklisted phrase (3): Did you ever get this
  • Low length (0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): Did you
  • Low reputation (1):
Posted by: Bill Goedert

79334563

Date: 2025-01-06 23:20:39
Score: 4
Natty:
Report link

I want to attach to this question because of the latest Appium.WebDriver for C# doesn't contain in its interface the method getPageSource()

Reasons:
  • RegEx Blacklisted phrase (1): I want
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Marek Forys

79334518

Date: 2025-01-06 22:46:30
Score: 14 🚩
Natty: 6.5
Report link

I have the same problem and I can't solve it with your hints. As far as I can see the versions of gradle and Java are incompatible. What I don't know is, how to check and administer both versions in my flutter-project.

Could you please give me a further hint?

Thx in advance

Reasons:
  • Blacklisted phrase (1): Thx
  • Blacklisted phrase (1): I have the same problem
  • RegEx Blacklisted phrase (2.5): Could you please give me
  • RegEx Blacklisted phrase (3): Thx in advance
  • Low length (0.5):
  • No code block (0.5):
  • Me too answer (2.5): I have the same problem
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: CJBNBG

79334512

Date: 2025-01-06 22:42:26
Score: 7.5 🚩
Natty:
Report link

Do you have the bodyparser implemented in your nodejs app? If not, then iuthe body will alway be null.whats the output of nodejs in console?

Reasons:
  • RegEx Blacklisted phrase (2.5): Do you have the
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Zaaaazzy

79334510

Date: 2025-01-06 22:40:26
Score: 4.5
Natty: 4
Report link

"Cannot compare left expression of type '...' with right expression of type '...' I understand the source of the problem (Hibernate 6.x expects the same data type on join statements) and I know how to fix" can you please elaborate on the solution to this error, I am currently running into the same issue.

Reasons:
  • RegEx Blacklisted phrase (2.5): can you please elaborate
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Jean-Leman

79334507

Date: 2025-01-06 22:36:24
Score: 4
Natty: 4.5
Report link

you are putting this in php, or in which, in case you already have a server, but in JavaScript, how would it connect to html, this without using php or another language only with JavaScript How would it be done?

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

79334503

Date: 2025-01-06 22:35:21
Score: 12 🚩
Natty: 6.5
Report link

I need some help. I am trying to set a Solana wallet secret key but always gives me the following ERROR - Invalid SOLANA_WALLET_SECRET_KEY format: Cleaned key length is 32, expected 64. Check your key format.

Any suggestions?

Thanks in advance!

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Blacklisted phrase (0.5): I need
  • Blacklisted phrase (1): I am trying to
  • Blacklisted phrase (1): I need some help
  • RegEx Blacklisted phrase (3): Thanks in advance
  • RegEx Blacklisted phrase (2): Any suggestions?
  • Low length (0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Dr. DrEgYo

79334451

Date: 2025-01-06 22:06:14
Score: 12.5
Natty: 7.5
Report link

I am having the same problem. Did you solve it?

Reasons:
  • RegEx Blacklisted phrase (3): Did you solve it
  • RegEx Blacklisted phrase (1.5): solve it?
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): I am having the same problem
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: jero lambre