79255401

Date: 2024-12-05 16:05:35
Score: 6.5 🚩
Natty:
Report link

=REGEXEXTRACT(B4, "href=""([^""]*)""") is the answer found here: How to screen double quotes in Google Docs re2 expressions?

Reasons:
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: denis bidinost

79255318

Date: 2024-12-05 15:44:30
Score: 4
Natty: 4
Report link

its cause your not on a approved site that the api wanna accept ig

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

79255317

Date: 2024-12-05 15:44:29
Score: 4.5
Natty:
Report link

You can compare the results again on the page https://dateconvertor.com/en/.

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

79255314

Date: 2024-12-05 15:43:28
Score: 4.5
Natty:
Report link

How about the following the code?

function ($items) use (&$total) {
Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Starts with a question (0.5): How
  • Low reputation (1):
Posted by: user28644649

79255233

Date: 2024-12-05 15:18:20
Score: 6.5 🚩
Natty: 5
Report link

Please help me: I am creating a outlook addin that send email to specific email address in exchange on premises environment. I created addin with youman generator and use react framework.have any buddy experience in this.

Reasons:
  • Blacklisted phrase (1): help me
  • RegEx Blacklisted phrase (3): Please help me
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Shahzad Umar

79255164

Date: 2024-12-05 14:56:13
Score: 10 🚩
Natty: 4
Report link

have you found the way to fix this? I experience same issue. Please share the solution if you fixed it.

Reasons:
  • RegEx Blacklisted phrase (2.5): Please share the solution
  • RegEx Blacklisted phrase (1.5): fix this?
  • RegEx Blacklisted phrase (2.5): have you found the way to fix this
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: ATTzz

79255163

Date: 2024-12-05 14:56:12
Score: 8.5
Natty: 7
Report link

@theo @ullrich I know this is old, but did you figure this out? I'm trying to pull a report of only users who have exceeded their OneDrive quota.

Reasons:
  • RegEx Blacklisted phrase (3): did you figure this out
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • User mentioned (1): @theo
  • User mentioned (0): @ullrich
  • Single line (0.5):
  • Looks like a comment (1):
  • Low reputation (1):
Posted by: Justin

79255124

Date: 2024-12-05 14:43:09
Score: 5.5
Natty:
Report link

Same problem on Macbook Air M1

Reasons:
  • RegEx Blacklisted phrase (1): Same problem
  • Low length (2):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Jonas

79255091

Date: 2024-12-05 14:33:05
Score: 6.5 🚩
Natty: 5.5
Report link

a year later, I'm facing the same issue with the same setup, i.e Hololens 2 and Vuforia trying to use the holographic remoting to accelerate debugging of Vuforia image and model targets before deplyoment on Hololens 2. What I would like to know is if holographic remoting is compatible with Vuforia.

Thank you

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Blacklisted phrase (1.5): I would like to know
  • Low length (0.5):
  • No code block (0.5):
  • Me too answer (2.5): I'm facing the same issue
  • Low reputation (1):
Posted by: CssE

79255069

Date: 2024-12-05 14:26:02
Score: 5.5
Natty: 5.5
Report link

I'm trying to make props with overloaded function, so i wrote something like this

interface SomeProps {
someAction: (value: number) => void | ((value: string) => void)

}

But i got error Type '(value: number) => void' is not assignable to type '(value: string) => void | ((value: number) => void)'. What am i doing wrong?

Reasons:
  • Blacklisted phrase (1): What am i doing wrong?
  • RegEx Blacklisted phrase (2): But i got error
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Omnexy

79255026

Date: 2024-12-05 14:13:58
Score: 4
Natty:
Report link

your url does not contain a sig token

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

79254956

Date: 2024-12-05 13:57:53
Score: 4
Natty:
Report link

check this repo https://github.com/abdessamadbettal/laravel-starter

Readme has all instructions how to install it and how to use

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

79254926

Date: 2024-12-05 13:49:51
Score: 4
Natty:
Report link

I have the same issue. In 3.x I was using Heat to harvest and had to use a XSLT transform to add the Permanent="yes" to the harvested files. But we are now being forced to target Dot.Net Framework 4.8.1 in order to support Arm64 processors and we couldn't do that in WiX 3.11 so upgraded to v5 and switched to Files because our Heat code no longer worked. In our case we ship sample data files and tutorials (all generated by non-devs) and harvest them because they change frequently and maintaining the install to drop old ones and add new ones would be a lot of work. They are installed in the Program Data folder and end users can use them and come to rely on them so removing them would be a problem. Long term users will have lots of samples that no longer ship. I don't think this is all that unusual a situation as I have seen similar at every company I've worked at. Sure, it would be possible to not ship/install any samples and force the user to download them from a website, but then they have to go looking for them whereas those that are on there system just appear in our product ready to use.

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

79254873

Date: 2024-12-05 13:35:46
Score: 8 🚩
Natty:
Report link

Jumping in the thread as I have the same problem. Is there some sort of a guide or other camel module to use instead of camel-guice? Spring Boot does not seem to be an option. Is Google guice the correct approach?

Reasons:
  • Blacklisted phrase (1): I have the same problem
  • Low length (0.5):
  • No code block (0.5):
  • Me too answer (2.5): I have the same problem
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: buhalbot

79254850

Date: 2024-12-05 13:29:44
Score: 4
Natty:
Report link

I have the same issue. I try to create a new project and delete all third party libs. It's still throwing that error message.;

iOS Bundling failed 281ms index.js (725 modules) The package at "node_modules/@babel/core/lib/transformation/normalize-opts.js" attempted to import the Node standard library module "path". It failed because the native React runtime does not include the Node standard library.
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: Bekranker

79254806

Date: 2024-12-05 13:13:38
Score: 4
Natty: 5
Report link

My god Carlos, thanks so much for this this saves so much time

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

79254713

Date: 2024-12-05 12:42:29
Score: 10 🚩
Natty: 6.5
Report link

were you able to figure out this out? I can't seem to get it working on my end.

Reasons:
  • RegEx Blacklisted phrase (3): were you able to figure out
  • RegEx Blacklisted phrase (3): were you able
  • Low length (1.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Yohan Sangalang

79254709

Date: 2024-12-05 12:40:28
Score: 5
Natty: 6.5
Report link

I'm converting mp4 format to m3u8 format from the internet. I'll upload it to the backende panel and pull it to the application from there, but I don't understand how to upload it. It divides the videos into short videos, do I need to upload all of them and define the m3u8 format file?

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

79254564

Date: 2024-12-05 11:59:16
Score: 5
Natty:
Report link

Did you find the issue?

I found that com.google.mlkit:playstore-dynamic-feature-support:16.0.0-beta2 would pull in a a version of com.google.android.play:core

Need to find a replacement for it.

Reasons:
  • RegEx Blacklisted phrase (3): Did you find the
  • Low length (0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): Did you find the is
  • Low reputation (1):
Posted by: Igor

79254554

Date: 2024-12-05 11:55:14
Score: 6 🚩
Natty: 5
Report link

This solution works great! Any ideas how to adapt it to sync topics completion across courses instead of lessons?

Reasons:
  • Blacklisted phrase (1): Any ideas
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Carmi Human

79254532

Date: 2024-12-05 11:47:11
Score: 4
Natty:
Report link

Repair solved the issue for me.

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

79254504

Date: 2024-12-05 11:38:08
Score: 5
Natty: 5
Report link

I have the same problem but I have no password set on my computer so I press enter but it says incorrect password. I had to set a password (temporarily) and then it worked. ( on mac btw )

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

79254436

Date: 2024-12-05 11:22:02
Score: 4.5
Natty: 5
Report link

What endpoint did you use to fix it

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

79254324

Date: 2024-12-05 10:48:53
Score: 4.5
Natty: 5
Report link

How can we submit a value that we want to search.

Reasons:
  • Blacklisted phrase (1): How can we
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): How can we
  • Low reputation (0.5):
Posted by: Manas Dash

79254248

Date: 2024-12-05 10:28:48
Score: 4
Natty: 4.5
Report link

Unfortunatelly, I get error also if I use async_playwright, see https://github.com/microsoft/playwright-python/issues/462#issuecomment-2519869308

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

79254246

Date: 2024-12-05 10:27:46
Score: 12 🚩
Natty: 4
Report link

I'm unable to add a comment because I don't have 50 reputation.

I have a question.

How do I pass data to the start destination of nested navigation? Without directly calling the first screen as you called the first screen (GroupDetail), my use case wants to pass a string to all screens of nested navigation screens. This means I'm calling GroupDetailGraph(userId = "123") from the route graph and want to give the user ID to all screens of GroupDetailGraph.

if your saying don't call GroupDetailGraph with userId call call every screen with userId then please tell what is actual need of nested navigation Attached is the Google Doc image.

Can you please tell me what I didn't understand from the? google doc

Reasons:
  • Blacklisted phrase (1): How do I
  • Blacklisted phrase (1.5): I have a question
  • RegEx Blacklisted phrase (2.5): please tell what
  • RegEx Blacklisted phrase (2.5): Can you please tell me what
  • RegEx Blacklisted phrase (1.5): I don't have 50 reputation
  • Long answer (-0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: IYCS

79254197

Date: 2024-12-05 10:13:42
Score: 5
Natty:
Report link

I still have the same issue with a vue app when I load it with module federation in another shell vue app in the nx workspace I use vite with nx workspace and primevue 4

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Me too answer (2.5): have the same issue
  • Low reputation (1):
Posted by: Mustafa Elkhalifa

79254179

Date: 2024-12-05 10:07:39
Score: 4
Natty:
Report link

After some investigation I've found this:

In the project overview QtCreator when a CMakeLists.txt defines multiple targets, QtCreator (from version 15?) shows CmakeLists.txt for each target. This is actually the same CMakeList.txt file for each of these targets. The number is the line number where this target is defined.

I cannot find any documentation about this.

Reasons:
  • Blacklisted phrase (1.5): I cannot find
  • Blacklisted phrase (0.5): I cannot
  • No code block (0.5):
  • Contains question mark (0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: DanRechtsaf

79254151

Date: 2024-12-05 10:01:36
Score: 7.5 🚩
Natty:
Report link

Would you mind sharing the output from the Run tool window together with a screenshot of the Run Configuration you are trying to run?

enter image description here enter image description here

Reasons:
  • Blacklisted phrase (2): Would you mind
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Dmitry Kazantsev

79254149

Date: 2024-12-05 10:00:35
Score: 4.5
Natty: 7
Report link

same question eclipse 2024-06,same code have not error in old eclipse version

Reasons:
  • RegEx Blacklisted phrase (1): same question
  • Low length (1.5):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: duan

79254121

Date: 2024-12-05 09:54:33
Score: 11.5 🚩
Natty: 5.5
Report link

Did you get the fix?? I'm facing the same issue with weston

Reasons:
  • RegEx Blacklisted phrase (3): Did you get the fix
  • RegEx Blacklisted phrase (1.5): fix??
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): I'm facing the same issue
  • Contains question mark (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): Did you
  • Low reputation (1):
Posted by: Naveen S

79254038

Date: 2024-12-05 09:31:24
Score: 10 🚩
Natty:
Report link

I am also using Next-intl and lightgallery/react and I am having the same problem as you. I don't know if you have solved it, can you share it with me?

Reasons:
  • RegEx Blacklisted phrase (2.5): can you share
  • Low length (1):
  • 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: Lê Quang Thái

79254008

Date: 2024-12-05 09:20:20
Score: 4.5
Natty:
Report link

I'm Ghana 🇬🇭 I am single I am 43 years old but 2years now no woman in my life I want woman in my life now I am scaffolder I want job to I have my passport Im in Accra name is wisdom ahiagba coming from Ghana 🇬🇭 want woman want woman in my life 😍😍💯

Reasons:
  • RegEx Blacklisted phrase (1): I want
  • Contains signature (1):
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Wisdom Ahiagba

79253981

Date: 2024-12-05 09:10:17
Score: 4
Natty:
Report link

Give parent grid width a 100% value

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

79253975

Date: 2024-12-05 09:09:16
Score: 5
Natty: 5.5
Report link

hope this will be useful to you https://github.com/microsoft/vcpkg/discussions/19991

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

79253974

Date: 2024-12-05 09:09:15
Score: 5.5
Natty: 5.5
Report link

This requires Bitcoin Core. Is it not possible to construct a transaction manually and transmit it not using Core or any wallet? Like transmitting it in a terminal?

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

79253971

Date: 2024-12-05 09:06:14
Score: 5
Natty:
Report link

I am also having the same issues even though I already included

manifestPlaceholders = [appAuthRedirectScheme: 'com.redirectScheme.comm']

in my android/app/build.gradle

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Me too answer (2.5): I am also having the same issue
  • Low reputation (1):
Posted by: Yeon

79253961

Date: 2024-12-05 09:03:12
Score: 4.5
Natty: 4.5
Report link

ЛЯ, я вот не понимаю, не ужели при разработке и выпуске голов в 300 dpi, не у кого, не у одного инженера не возник вопрос, а что будет с пользователями 203dpi, вот реально не у кого? создали кучу проблем на ровном месте, бесят мать их, как мне теперь имея кучу зебр в 300dpi печатать 203dpi. нафига это все нужно было в обще не понятно, не сиделось ровно на жопе, а давайте мы 300dpi выпустим, вас кто просил? кому нужно высокое разрешение пусть 600dpi покупают, там и в обратку на 200 можно печатать, а эти 300 какой-то ущербный ребенок производства.

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • No latin characters (2):
  • Low reputation (1):
Posted by: StivD

79253888

Date: 2024-12-05 08:39:05
Score: 4
Natty:
Report link

Still no. Here is the updated documentation link: https://www.doctrine-project.org/projects/doctrine-orm/en/stable/reference/basic-mapping.html#identifiers-primary-keys

Every entity class must have an identifier/primary key. You can select the field that serves as the identifier with the #[Id] attribute.

(sry for the new answer - I can't comment yet)

Reasons:
  • RegEx Blacklisted phrase (1): can't comment
  • Probably link only (1):
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: B3N3D1K7

79253810

Date: 2024-12-05 08:06:56
Score: 6.5 🚩
Natty:
Report link

I'm eligible 😺🤖😺😺😺😺😺😺😺😺😺😺😺😺😺😺😺

Reasons:
  • Low length (2):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Has no white space (0.5):
  • Single line (0.5):
  • No latin characters (1):
  • Filler text (0.5): 😺😺😺😺😺😺😺😺😺😺😺😺😺😺😺
  • Low reputation (1):
Posted by: Johuyyda

79253691

Date: 2024-12-05 07:14:44
Score: 5.5
Natty:
Report link

What IDE version are you using? We would most likely need to inspect IDE logs for that. Please collect them and share with us! Here is the way you can collect the logs https://www.jetbrains.com/help/phpstorm/remote-development-troubleshooting.html?_gl=1*lrk86i*_ga*MzYxMTkwMDY3LjE3MzMzODI0ODQ.*_ga_9J976DJZ68*MTczMzM4MjQ4My4xLjAuMTczMzM4MjQ4Ny42MC4wLjA.*_gcl_au*MTcwNTQ4MzUxNi4xNzMzMzgyNDg3*FPAU*MTcwNTQ4MzUxNi4xNzMzMzgyNDg3#support

Reasons:
  • Blacklisted phrase (1): share with us
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): What
  • Low reputation (1):
Posted by: Sadan Khan

79253690

Date: 2024-12-05 07:14:43
Score: 4.5
Natty: 5
Report link

I am also trying to do the same thing but if my user has signed up already and then tries to log in using another device or after clearing the application storage I cannot get the PIN how can I tackle that situation .

Reasons:
  • Blacklisted phrase (0.5): how can I
  • Blacklisted phrase (0.5): I cannot
  • Blacklisted phrase (1): trying to do the same
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Lakshay Gupta

79253675

Date: 2024-12-05 07:08:40
Score: 5
Natty: 5
Report link

I'm struggling to map the LDAP groups to saml attibutes. Seems that keycloack could not add the groups from external source, despite the groups in keycloack are well mapped.

Wich attributet did you use to map the groups to SAML ?

Regards

Reasons:
  • Blacklisted phrase (1): Regards
  • Low length (0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Manel Mendoza Flores

79253630

Date: 2024-12-05 06:48:34
Score: 4.5
Natty: 5
Report link

Our Swagger file has this as the uri value - uri: Fn::Sub: arn:aws:apigateway:${AWS::Region}:lambda:path/2015-03-31/functions/${testlambda.Arn}/invocations

How will your export value for the lambda arn will replace the whole uri value.?

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

79253459

Date: 2024-12-05 05:07:12
Score: 4
Natty: 5.5
Report link

LOWER(RAWTOHEX(DBMS_CRYPTO.HASH(l_blob, DBMS_CRYPTO.HASH_SH256)));

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Has no white space (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Акбар Малоэр

79253455

Date: 2024-12-05 05:06:11
Score: 8.5 🚩
Natty: 5.5
Report link

Do you solved this issue in rundeck?

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

79253393

Date: 2024-12-05 04:26:02
Score: 6.5
Natty: 7
Report link

saved my day! thanks for the solution.

Reasons:
  • Blacklisted phrase (0.5): thanks
  • Blacklisted phrase (2): saved my day
  • Low length (2):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: geek-Shayan

79253332

Date: 2024-12-05 03:39:51
Score: 11.5
Natty: 7.5
Report link

Please tell me how you solved your problem, because I have the same problem?

Reasons:
  • Blacklisted phrase (1): I have the same problem
  • RegEx Blacklisted phrase (2.5): Please tell me how you
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): I have the same problem
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: H-Arti

79253321

Date: 2024-12-05 03:36:50
Score: 5
Natty: 5
Report link

For me, the following procedure worked. https://github.com/sedwards2009/extraterm/issues/439#issuecomment-2367414877

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

79253295

Date: 2024-12-05 03:18:45
Score: 4.5
Natty:
Report link

Can you use compile with g++ then run it? I supposed you are using CodeRunner.

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): Can you use
  • Low reputation (1):
Posted by: VietnameseBushes

79253261

Date: 2024-12-05 02:47:38
Score: 9.5 🚩
Natty:
Report link

did you manage to find the solution for this problem? I'm facing the same issue.

Thank you.

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • RegEx Blacklisted phrase (3): did you manage to find the solution
  • Low length (1):
  • No code block (0.5):
  • Me too answer (2.5): I'm facing the same issue
  • Contains question mark (0.5):
  • Starts with a question (0.5): did you
  • Low reputation (1):
Posted by: Rildo Franco

79253252

Date: 2024-12-05 02:38:37
Score: 4
Natty:
Report link

I have the same issue and this is how I can fix it.

But remember to choose Collection View -> Size Inspector -> Estimate Size set to None.

This will let you conform to UICollectionViewDelegateFlowLayout.

extension BaseViewController: UICollectionViewDelegateFlowLayout {
    
    func collectionView(_ collectionView: UICollectionView, layout collectionViewLayout: UICollectionViewLayout, minimumLineSpacingForSectionAt section: Int) -> CGFloat {
        return 8
    }
    
    func collectionView(_ collectionView: UICollectionView, layout collectionViewLayout: UICollectionViewLayout, minimumInteritemSpacingForSectionAt section: Int) -> CGFloat {
        return 8
    }
    func collectionView(_ collectionView: UICollectionView, layout collectionViewLayout: UICollectionViewLayout, sizeForItemAt indexPath: IndexPath) -> CGSize {
        let itemWidth = ((collectionView.bounds.width - 16)/3)
        return CGSize(width: itemWidth, height: itemWidth * 235/125)
    }
}

If you have 3 items in a row, the spacing between items is 8. The width of each item is calculated as: Width = (CollectionView.Width - 16) / 3. For 5 items, the formula becomes: Width = (CollectionView.Width - 32) / 5.

235/125 represents the ratio of your cell:

let itemWidth = ((collectionView.bounds.width - 16)/3)
return CGSize(width: itemWidth, height: itemWidth * 235/125)
Reasons:
  • Blacklisted phrase (1): I have the same issue
  • Blacklisted phrase (1): this link
  • Long answer (-1):
  • Has code block (-0.5):
  • Me too answer (2.5): I have the same issue
  • Low reputation (1):
Posted by: MinhNghien26

79253198

Date: 2024-12-05 02:02:28
Score: 6.5 🚩
Natty: 4.5
Report link

are you solved this issue? I am also facing this and tried a lot but none of them works

Reasons:
  • Blacklisted phrase (1): also facing this
  • RegEx Blacklisted phrase (1.5): solved this issue?
  • Low length (1.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: runningJoey

79253114

Date: 2024-12-05 00:54:12
Score: 4
Natty: 4.5
Report link

You maybe have an idea from my repo: https://discourse.llvm.org/t/hey-guys-a-compiler-with-llvm18-and-for-beginners/83438?u=napbad Hope that it is useful:D

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

79252968

Date: 2024-12-04 23:07:48
Score: 5
Natty:
Report link

I have found a solution for my problem in this video

Reasons:
  • Blacklisted phrase (1): this video
  • Low length (1.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Hossam Hassan

79252934

Date: 2024-12-04 22:54:44
Score: 6.5 🚩
Natty:
Report link

Your applications should suffer no side effects when using a custom user registry deployed as a bell. Since your UserRegistry service implementation is provided by a shared library, you should avoid referencing bellsCurLib within any <classloader/> configurations.

The <bell/> configuration references a shared library, which includes all binaries and resources required by your UserRegistry service implementation except for Open Liberty API/SPI and java packages. I'm not aware of a "cleaner" way to assemble the required dependencies into a single library jar, but you needn't deploy a single library jar as this tutorial suggests. You can cache the dependencies to a reserved location in the server environment and configure the library to also include these dependencies.

<variable name="oss.dependencies.dir" value="/some/root/path/containing/oss/jars/and/resources/" />

<library id="bellsCurLib" name="bellsCurLib">
    <file name="${server.config.dir}/resources/ol-cur.jar" />
    <fileset dir="${oss.dependencies.dir}" include="file-name-pattern-1, file-name-pattern-2, ..." />
    <folder dir="${oss.dependencies.dir}/path/containing/resources/" /> 
</library>

FYI, your shared library referenced by the bell requires the UserRegistry interface, which is an Open Liberty API of type ibm-api. The server makes this API type available to libraries by default. So, your <library/> configuration is fine in this regard -- you needn't configure the apiTypeVisibility attribute of the <library/> to make the API available to the service implementation. SPI visibility for libraries referenced by a bell is a relatively new feature. Unless your service implementation also requires SPI, you needn't configure attribute spiVisibility="true" in the <bell/>. And that begs the question: Did you find a user document that mentions attribute enableSpiVisibility? If so, please post a reference as the document contains a typo. Thanks!

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Blacklisted phrase (1): this tutorial
  • RegEx Blacklisted phrase (2.5): please post
  • RegEx Blacklisted phrase (3): Did you find a
  • Long answer (-1):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (0.5):
Posted by: Dave Zavala

79252928

Date: 2024-12-04 22:53:43
Score: 4
Natty:
Report link

in short it didnot work BRATHAR !

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

79252926

Date: 2024-12-04 22:52:41
Score: 6.5 🚩
Natty: 5.5
Report link

If I want to use this with System.Text.Json and not with Newtonsoft.Json?

Reasons:
  • RegEx Blacklisted phrase (1): I want
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Maurix

79252899

Date: 2024-12-04 22:36:37
Score: 5.5
Natty: 5.5
Report link

how would i do the opposite? remove any row that does not contain "somme" in columns C or D?

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Starts with a question (0.5): how would i
  • Low reputation (1):
Posted by: Lynn

79252866

Date: 2024-12-04 22:15:30
Score: 4.5
Natty:
Report link

ABCNIKOLASOPASDFGHJKLQWERTYUIO

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

79252808

Date: 2024-12-04 21:45:23
Score: 4.5
Natty: 5
Report link

Thank you, it is useful today for me!

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

79252760

Date: 2024-12-04 21:23:16
Score: 5
Natty:
Report link

Finally, I found the answer here: https://datatables.net/forums/discussion/71938/loop-with-columns-searchpanes-options

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

79252759

Date: 2024-12-04 21:22:15
Score: 4
Natty:
Report link

is there a way to actually handle this exception in the azure function code? Understand that the function instance has timed out, so probably not possible. But curious to see ways people have handled this.

Understand, this possibly brings up have discussions around using durable functions

Reasons:
  • Blacklisted phrase (1): is there a way
  • Low length (0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): is there a
  • Low reputation (1):
Posted by: chigz

79252749

Date: 2024-12-04 21:18:13
Score: 5.5
Natty: 5
Report link

Hi fellow SharePoint admins,

PowerShell like in this article can work well, however, I just want to share a new tool to build these SharePoint Permission reports, that we (Cognillo) are now offering for free with the new SharePoint Essentials Toolkit 2025 release.

Yes, it is completely free.

Here is an article that explains how to get it and what it includes.

https://www.cognillo.com/blog/free-sharepoint-permission-reports

Maybe you have a need for this as well, it has no cost and it also can do SharePoint Site Analytics, copying of lists and libraries for free in this Community Edition.

We are providing this for free in hopes some organizations will like the tool and opt to purchase some of the paid features, such as broken link fixing and clean up utilities.

Thank you! Please share!

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Blacklisted phrase (1): this article
  • RegEx Blacklisted phrase (2.5): Please share
  • Long answer (-0.5):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Greg

79252716

Date: 2024-12-04 21:05:08
Score: 7 🚩
Natty: 4
Report link

I ran into the same problem. I feel like right after the build time, Xcode syncs the localization and updates the catalog. We can see the localization sync result in the report navigator from the left side panel of Xcode. Did you find a viable solution for your CI?

Reasons:
  • RegEx Blacklisted phrase (3): Did you find a
  • Low length (0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: chu31g

79252689

Date: 2024-12-04 20:55:05
Score: 4
Natty:
Report link

That is happening because gphoto2 only works on Linux, when I try to install it on Windows I also get this error.

Reasons:
  • RegEx Blacklisted phrase (1): I also get this error
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Galaxy Studios

79252664

Date: 2024-12-04 20:44:00
Score: 5
Natty: 8
Report link

Bud what if I need future option on ES? What symbol I have to use? This code works for SPY but does not for ES. Thank you.

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Blacklisted phrase (0.5): I need
  • 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: Josef Cvrček

79252608

Date: 2024-12-04 20:23:53
Score: 9 🚩
Natty: 5.5
Report link

I have the same issue. You said the gif needs to be unoptimised. How did you do it?

Reasons:
  • Blacklisted phrase (1): I have the same issue
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): I have the same issue
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Michel Michaud

79252550

Date: 2024-12-04 19:58:46
Score: 4.5
Natty:
Report link

Hope you are using @RequestBody tag along with @Valid tag.

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • User mentioned (1): @RequestBody
  • User mentioned (0): @Valid
  • Single line (0.5):
  • Low reputation (1):
Posted by: Khushali S

79252523

Date: 2024-12-04 19:43:41
Score: 13.5 🚩
Natty: 6.5
Report link

did you solve it yet ? I am facing the same error :(

Reasons:
  • Blacklisted phrase (1): :(
  • RegEx Blacklisted phrase (3): did you solve it
  • RegEx Blacklisted phrase (1.5): solve it yet ?
  • RegEx Blacklisted phrase (1): I am facing the same error
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): I am facing the same error
  • Contains question mark (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): did you solve it
  • Low reputation (1):
Posted by: Adam Yasser Abzakh

79252516

Date: 2024-12-04 19:41:38
Score: 8 🚩
Natty:
Report link

I am getting the same error in Jenkins - **Failed to connect to repository : Error performing git command: git ls-remote -h *public github url *** HEAD

I am simply setting up Jenkins pipeline for a sample pgm on my local Windows Machine (not on any instance or cloud). I have done the below steps so far already. Still getting same error.

  1. Git is installed on my Machine for Windows checked the path for C->Program Files → Git → bin → git.exe otherwise download it.
  2. Provided the location to git.exe to Jenkins Mange Jenkins → Tools → Git installations → Path to Git executable in Path to Git executable.
  3. Also added Git installation to the $PATH Environment variable to use Git under User Variable.

Still getting same error. Can someone help.

Reasons:
  • RegEx Blacklisted phrase (3): Can someone help
  • RegEx Blacklisted phrase (1): I am getting the same error
  • Long answer (-0.5):
  • No code block (0.5):
  • Me too answer (2.5): I am getting the same error
  • Me too answer (0): getting same error
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: user28630957

79252498

Date: 2024-12-04 19:33:35
Score: 4.5
Natty: 5.5
Report link

Help me to create a layer with graphviz please

Reasons:
  • Blacklisted phrase (1): Help me
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: oscar frausto

79252491

Date: 2024-12-04 19:31:34
Score: 4
Natty:
Report link

Ah, I see the problem. I started with ValueToPixelPosition(0) which I thought was the first Bar. It is not. I assume that is the xAxis itself. Changing my code to start at 1 for the first bar, solved the problem.

enter image description here

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

79252464

Date: 2024-12-04 19:20:30
Score: 4
Natty:
Report link

Open the settings go to editor > general > gutter icons > color preview. And check it

Android studio color preview

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

79252456

Date: 2024-12-04 19:17:29
Score: 5.5
Natty:
Report link

I'm also working on a multilinear regression model, and I was under the impression that R automatically creates dummy variables if the variable is a factor.

I converted all of the binary variables to a factor with 1 for Yes and 0 for No.

Im I doing something wrong?

Reasons:
  • Blacklisted phrase (2): something wrong?
  • Low length (0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Low reputation (0.5):
Posted by: Tyson Biegler

79252455

Date: 2024-12-04 19:17:28
Score: 4
Natty:
Report link

Helped to add explicitly -stdlib=libstdc++ and add definition __LIBC

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

79252426

Date: 2024-12-04 19:03:24
Score: 4
Natty:
Report link

Try running the code in kaggle

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

79252419

Date: 2024-12-04 19:00:22
Score: 6.5 🚩
Natty: 5.5
Report link

I have the same problem but I wanted to restore data from csv file using copy. the old (pg 12) database and the new database (pg 16) has same blocksize.

=> SELECT current_setting('block_size');
 current_setting
-----------------
 8192

Any advice?

Reasons:
  • Blacklisted phrase (1): I have the same problem
  • Low length (0.5):
  • Has code block (-0.5):
  • Me too answer (2.5): I have the same problem
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Zsolt Horvath

79252416

Date: 2024-12-04 18:59:21
Score: 5.5
Natty:
Report link

Can you provide your vnet/subnet ranges, your service CIDR and the CNI you are using ?

My expectation is that you can't access pod ranges because the service tag VirtualNetwork doesn't contains your pod CIDR.

Reasons:
  • RegEx Blacklisted phrase (2.5): Can you provide your
  • Low length (0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): Can you
  • Low reputation (1):
Posted by: ewencodes

79252392

Date: 2024-12-04 18:49:18
Score: 9 🚩
Natty: 4.5
Report link

Did you find out the reason for this? same here!

Reasons:
  • RegEx Blacklisted phrase (3): Did you find out the
  • 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 find
  • Low reputation (1):
Posted by: Lewis Scrimgeour

79252246

Date: 2024-12-04 17:59:04
Score: 4
Natty:
Report link

pip install pandas solved my problem

Reasons:
  • Low length (2):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Wan Muhammad Syah Iqbal Bin Wa

79252227

Date: 2024-12-04 17:54:01
Score: 4.5
Natty: 5
Report link

import javax.ws.rs.GET;

replaced by

import jakarta.ws.rs.GET;

reprogramming needed

https://docs.openrewrite.org/recipes/java/migrate/jakarta/jacksonjavaxtojakarta

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

79252172

Date: 2024-12-04 17:33:56
Score: 5
Natty: 5.5
Report link

As of Nov. 20 2024 https://github.com/github/roadmap/issues/636 have been close

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

79252114

Date: 2024-12-04 17:16:50
Score: 5.5
Natty: 5.5
Report link

Almost 10 years later :) I still can find such generated javadoc errors. And I can't delete the files. Any idea how to get rid of this?

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

79252098

Date: 2024-12-04 17:11:48
Score: 4
Natty:
Report link

For me the issue was with cryptography and azure-identity. Check out this thread:

GitHub Issue discussing short-term and long-term solution

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

79251964

Date: 2024-12-04 16:26:36
Score: 4
Natty:
Report link

I do not have the reputation to upvote or comment but @Samiul Karim's answer seems to be the "correct" method going forward without downgrading express/types

Initial

return res.status(200);

Fixed

res.status(200); 
return;
Reasons:
  • Blacklisted phrase (0.5): upvote
  • RegEx Blacklisted phrase (1.5): I do not have the reputation
  • Low length (0.5):
  • Has code block (-0.5):
  • User mentioned (1): @Samiul
  • Low reputation (1):
Posted by: Gicadin

79251907

Date: 2024-12-04 16:07:29
Score: 4.5
Natty: 5
Report link

This is the link for a PLE Version : https://files.anylogic.com/anylogic-ple-8.9.3.x86_64.exe Just replace the numbers.

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

79251901

Date: 2024-12-04 16:06:28
Score: 5.5
Natty: 5
Report link

I need help. VSCode will NEVER find poetry virtualenv interpreter no matter what I try. Installed poetry Python package manager using a standard $ curl method as explained in the official document...

Reasons:
  • Blacklisted phrase (0.5): I need
  • Blacklisted phrase (2.5): I need help
  • Low length (0.5):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Kriselda Ivan Sacramento

79251895

Date: 2024-12-04 16:03:27
Score: 4.5
Natty: 5.5
Report link

zzz, new to python, this thing been bugging me for half a day, thanks for explanation

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

79251833

Date: 2024-12-04 15:44:20
Score: 5.5
Natty:
Report link

Did you run the command: mlflow server --host 127.0.0.1 --port 8080?

https://mlflow.org/docs/latest/tracking/server.html

Reasons:
  • Probably link only (1):
  • Low length (1.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Starts with a question (0.5): Did you
  • Low reputation (1):
Posted by: Carlos Daniel Brasil

79251741

Date: 2024-12-04 15:19:11
Score: 4.5
Natty: 4.5
Report link

you probably have multiple lock files https://opennext.js.org/aws/common_issues#cannot-find-module-next

Reasons:
  • Probably link only (1):
  • Low length (2):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Florian Sabani

79251735

Date: 2024-12-04 15:17:10
Score: 4
Natty:
Report link

The closest I have seen is Grouping inheritance arrow heads on the class diagram.

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: Stuart Moore

79251701

Date: 2024-12-04 15:10:06
Score: 6 🚩
Natty: 5
Report link

i'm having the same problem with Z/OS for my case i do have a licence file db2jcc_licence_cu.jar and db2jcc_licence_cisuz.jar and a driver db2jcc.jar. using those files i can connect with sqldevelopper but not the python code.

Reasons:
  • Blacklisted phrase (1): i'm having the same problem
  • Low length (0.5):
  • No code block (0.5):
  • Me too answer (2.5): i'm having the same problem
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: redone

79251652

Date: 2024-12-04 14:57:01
Score: 5
Natty:
Report link

I am having the same issue with a .cfg file. I filed an issue with Chromium Here. Unfortunately this is not an issue with the API but the browser itself. They replied that this is intended behavior and they won't fix.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Me too answer (2.5): I am having the same issue
  • Single line (0.5):
  • Low reputation (1):
Posted by: MichaelH

79251523

Date: 2024-12-04 14:23:51
Score: 5.5
Natty: 5.5
Report link

does it work After opening twitch, my window immediately closes?

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

79251451

Date: 2024-12-04 14:02:44
Score: 4
Natty:
Report link

Many thanks to @Paulo, his response confirming the function score functionality working as it should, encouraged me to thoroughly examine everything in my query, and I found that one of the chars in the field_value_factor field name was not ascii, hence elasticserach was not finding that field and applying the "field missing" default.

Reasons:
  • Blacklisted phrase (0.5): thanks
  • No code block (0.5):
  • User mentioned (1): @Paulo
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Sasha

79251426

Date: 2024-12-04 13:55:41
Score: 6 🚩
Natty:
Report link

Question answered here : https://ask.sagemath.org/question/80416/use-of-tiling-solver-for-the-soma-cube/

BR

Donut

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

79251409

Date: 2024-12-04 13:51:39
Score: 4.5
Natty:
Report link

<mat-paginator #paginator [pageSizeOptions]="[10, 20, 100]" [length]="totalItems" [pageSize]="pageSize" (page)="onPageChange($event)"> have added but still not working

Reasons:
  • Blacklisted phrase (2): still not working
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: faisal tajak

79251355

Date: 2024-12-04 13:35:33
Score: 6 🚩
Natty:
Report link

Did you check the MUI documentation? They have a detailed step-by-step guide to setting up RTL (which is what you want, I suppose?): https://mui.com/material-ui/customization/right-to-left/

Adding the dir="rtl" property to html elements might help with certain components not working.

If you want further help, please provide more info and maybe some sample code.

Reasons:
  • RegEx Blacklisted phrase (2.5): please provide
  • RegEx Blacklisted phrase (1.5): help, please
  • Low length (0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): Did you
  • Low reputation (1):
Posted by: Cornelius

79251307

Date: 2024-12-04 13:21:29
Score: 4
Natty:
Report link

Also have this problem without answer

Reasons:
  • Low length (2):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Арсений Варицкий