79236956

Date: 2024-11-29 11:44:05
Score: 4
Natty: 5
Report link

I had a similar problem and this solved it. Thank you.

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: George Uwaifo

79236865

Date: 2024-11-29 11:13:56
Score: 4.5
Natty:
Report link

you should check this bro: this is a good example to use koin

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

79236785

Date: 2024-11-29 10:49:50
Score: 4
Natty:
Report link

If I read your code correctly then your init.sql is not used anywhere, that why there is no tables.

Check this example how to initialize DB:

How can I initialize a MySQL database with schema in a Docker container?

Reasons:
  • Blacklisted phrase (0.5): How can I
  • Probably link only (1):
  • Low length (1):
  • Has code block (-0.5):
  • Ends in question mark (2):
Posted by: os11k

79236724

Date: 2024-11-29 10:31:45
Score: 5
Natty: 4.5
Report link

Is there any other alternative available. I'm also looking to find an SDK which will help me build AR applications for Linux. Currently ARToolKit is the only one I could find, but it looks very hard to use since there is very less Documentation about the SDK.

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

79236635

Date: 2024-11-29 10:08:36
Score: 14.5 🚩
Natty: 6.5
Report link

How did you solve the problem?

Did you manage to have the @Model class confirm to AppEntity, or do you convert between them when going to the persistence layer?

Reasons:
  • RegEx Blacklisted phrase (3): did you solve the problem
  • RegEx Blacklisted phrase (3): Did you manage to
  • RegEx Blacklisted phrase (1.5): solve the problem?
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • User mentioned (1): @Model
  • Starts with a question (0.5): How did you solve the
  • Looks like a comment (1):
  • Low reputation (1):
Posted by: Clemens Auer

79236587

Date: 2024-11-29 09:58:33
Score: 7
Natty: 8
Report link

Can you give me the link to this resource where you can put or delete configuration settings ? , Thank you!

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • RegEx Blacklisted phrase (2.5): Can you give me
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): Can you give me the
  • Low reputation (1):
Posted by: Gabriel Dokov

79236542

Date: 2024-11-29 09:47:29
Score: 5.5
Natty:
Report link

Have same question/ search in google doesn't give some clarity about that topic

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): Have same question
  • Low reputation (1):
Posted by: Dmitrii Kim

79236456

Date: 2024-11-29 09:15:21
Score: 5.5
Natty: 5.5
Report link

I encountered the same problem. Is there a better solution in the end of this problem?

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

79236396

Date: 2024-11-29 08:59:16
Score: 5
Natty:
Report link

I have the same issue now - but i remembered to add the httpcontextaccessor - any idea why it is not logging anything with httpcontext? I even tested with a custom enricher and injected a httpcontextaccessor to it - turned out in the logging context the http context is null?

builder.Services.AddHttpContextAccessor(); 
    
    var sinkOptions = new MSSqlServerSinkOptions
     {
         TableName = "Logs",
         AutoCreateSqlTable = true,
         BatchPostingLimit = 10
     };

    Log.Logger = new LoggerConfiguration()
        .Enrich.FromLogContext()
        .Enrich.WithRequestHeader("X-Platform", "XPlatform")
        .Enrich.WithRequestHeader("X-App-Version")
        .Enrich.WithClientIp()
        .WriteTo.MSSqlServer(
            connectionString: xxx
            columnOptions: new ColumnOptions(),
            sinkOptions: sinkOptions,
            restrictedToMinimumLevel: LogEventLevel.Warning
        )
        .CreateLogger();
    builder.Services.AddLogging(lb =>
    {
        lb.AddSerilog(Log.Logger, true);
    });
Reasons:
  • Blacklisted phrase (1): I have the same issue
  • Long answer (-1):
  • Has code block (-0.5):
  • Me too answer (2.5): I have the same issue
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: user3526149

79236374

Date: 2024-11-29 08:53:13
Score: 7 🚩
Natty: 4
Report link

enter image description here

Is this what you are looking for?

Reasons:
  • Probably link only (1):
  • Low length (2):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Starts with a question (0.5): Is this
  • Low reputation (0.5):
Posted by: Lam Yum

79236293

Date: 2024-11-29 08:18:02
Score: 4
Natty: 4.5
Report link

For iOS 16.X, CTCarrier will be deprecated. look here→ https://developer.apple.com/documentation/coretelephony/ctcarrier

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

79236288

Date: 2024-11-29 08:17:01
Score: 7 🚩
Natty: 4
Report link

Did you find solution ? I got the same issue

Reasons:
  • RegEx Blacklisted phrase (3): Did you find solution
  • Low length (1.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): Did you find solution
  • Low reputation (1):
Posted by: BuscuDie

79236253

Date: 2024-11-29 08:06:57
Score: 4
Natty: 5
Report link

Thank you good sir. Adding # at the beginning inside the .zshrc file solved it

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: Arts Square

79236166

Date: 2024-11-29 07:28:47
Score: 4
Natty: 4.5
Report link

same problem

in my case data fetch on server side.

please solve this problem

Reasons:
  • RegEx Blacklisted phrase (1): same problem
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Maherbanali Jagarala

79236068

Date: 2024-11-29 06:52:37
Score: 8.5
Natty: 9
Report link

can you please share code snippet used in set-backend-service?

Reasons:
  • RegEx Blacklisted phrase (2.5): can you please share code
  • 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 share code
  • Low reputation (1):
Posted by: Vara Lakshmi

79236028

Date: 2024-11-29 06:32:33
Score: 5.5
Natty:
Report link

Stuck with the same issue. It would be helpful to know if somebody has achieved to monitor k8s node as well as application pods.

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Me too answer (2.5): Stuck with the same issue
  • Single line (0.5):
  • Low reputation (1):
Posted by: shreyank

79236001

Date: 2024-11-29 06:16:28
Score: 4.5
Natty: 5
Report link

The URL to the Adobe XD template can be found here - https://xd.adobe.com/view/121254c9-532f-4772-a1ba-dfe529a96b39-4741/

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

79236000

Date: 2024-11-29 06:16:26
Score: 9 🚩
Natty:
Report link

Im also facing the same issue. Can some one help on this.

Reasons:
  • RegEx Blacklisted phrase (3): Can some one help
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): also facing the same issue
  • Single line (0.5):
  • Low reputation (1):
Posted by: sindhur

79235979

Date: 2024-11-29 06:01:23
Score: 4.5
Natty:
Report link

Fixed. I think it's an iOS18 code execution bookorder problem

enter image description here

Reasons:
  • Blacklisted phrase (1): enter image description here
  • Low length (1.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: darcyjee

79235929

Date: 2024-11-29 05:30:14
Score: 5
Natty:
Report link

Please provide the code as text, and make it a code block, so that we can easily copy it and run it on our devices. And tell if this error happens at compile time or is it a runtime exception??

Edit: if it is runtime exception, provide the debug console output about this.

Reasons:
  • RegEx Blacklisted phrase (2.5): Please provide the code
  • Low length (0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Husen Patel

79235910

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

https://medium.com/@salwaachek1/code-quality-tools-php-cs-fixer-52f1ef76f332 this helped me to format the PHP files with HTML also included in it.

Reasons:
  • Blacklisted phrase (0.5): medium.com
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: ovindu mandith

79235899

Date: 2024-11-29 05:13:09
Score: 4
Natty:
Report link

I have a Nixie clock CSS, JS site that I coded from scratch! Check it out at https://gnixie.websitescaffolding.com !

Reasons:
  • Blacklisted phrase (0.5): Check it out
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: netcerebral

79235853

Date: 2024-11-29 04:44:02
Score: 4
Natty:
Report link

You can follow the documentation prepared by RHEL team here https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/9/html-single/monitoring_and_managing_system_status_and_performance/configuring-huge-pages_monitoring-and-managing-system-status-and-performance#configuring-hugetlb-at-boot-time_configuring-huge-pages

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

79235817

Date: 2024-11-29 04:22:57
Score: 4
Natty: 4
Report link

How would one undo the deleting they did with answer one? There are many files I don't want deleted that deleted and still have many empty files in my C:.

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): How would one
  • Low reputation (1):
Posted by: Ashley Claire

79235797

Date: 2024-11-29 04:05:53
Score: 5
Natty: 4.5
Report link

@Olivier Cruchant, then how will I get model_artifacts inside the docker container if I implement the transform functionality using SageMaker training job? Because I think SageMaker automatically download model_artifacts from S3 bucket to /opt/ml/model path inside the docker container for a transform job.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • User mentioned (1): @Olivier
  • Single line (0.5):
  • Looks like a comment (1):
  • Low reputation (1):
Posted by: Raghav Singh

79235749

Date: 2024-11-29 03:14:44
Score: 5
Natty: 5
Report link

I downloaded https://github.com/petrbroz/forge-unity-poc. on my computer and ran it on Unity. If I load the model file from glFast, can the metadata of the revit or IFC Model be followed?

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Khang Nguyễn

79235748

Date: 2024-11-29 03:14:43
Score: 6.5 🚩
Natty: 5
Report link

没有意义如果r1大于10则分支循环不值得链接BGT将无限循环

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

79235693

Date: 2024-11-29 02:30:32
Score: 8.5 🚩
Natty: 5.5
Report link

I tried the suggested one but doesn't work. Have you figured it out?

Reasons:
  • RegEx Blacklisted phrase (3): Have you figured it out
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Xi Lu

79235648

Date: 2024-11-29 01:46:23
Score: 5
Natty: 5
Report link

Has anyone succeeded in building emulator source code for either car of phone? Which lunch option to be used?

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

79235641

Date: 2024-11-29 01:41:21
Score: 4
Natty:
Report link

You can now use data and time along with the url to get upto date result

http://itunes.apple.com/in/lookup?bundleId=com.mycompany.appname&_=${newDate().getTime()}

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

79235578

Date: 2024-11-29 00:33:06
Score: 9 🚩
Natty: 6.5
Report link

did you solve? how?.. I've been trying to solve it àll night. it's frustràtingg

Reasons:
  • RegEx Blacklisted phrase (3): did you solve
  • RegEx Blacklisted phrase (1.5): solve?
  • 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 solve
  • Low reputation (1):
Posted by: Popularly

79235532

Date: 2024-11-28 23:44:55
Score: 4
Natty:
Report link

Here is a good set of standards published by Carnegie Mellon University.

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

79235464

Date: 2024-11-28 22:57:44
Score: 11 🚩
Natty: 6.5
Report link

could you solve it? I have the same problem

Reasons:
  • Blacklisted phrase (1): I have the same problem
  • Blacklisted phrase (2): could you solve
  • RegEx Blacklisted phrase (1.5): solve it?
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): I have the same problem
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: MAUROEPCE

79235455

Date: 2024-11-28 22:52:42
Score: 4.5
Natty: 4
Report link

galajican bezini evimizə qonaq 🍻😄😄

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

79235446

Date: 2024-11-28 22:47:40
Score: 11 🚩
Natty: 5
Report link

I have similar issue, but without making any major update on my site.

Auto ads stoped working and ad preview don't show nothing.

We're you able to solve this issue?

Thanks

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Blacklisted phrase (1): I have similar
  • Blacklisted phrase (1): you able to solve
  • RegEx Blacklisted phrase (1.5): solve this issue?
  • Low length (1):
  • No code block (0.5):
  • Me too answer (2.5): I have similar issue
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: 996RE36

79235429

Date: 2024-11-28 22:31:36
Score: 10 🚩
Natty:
Report link

I am having the same problem. Except for me the error code is 12 and it tells me that:

{"error":{"message":"(#12) Deprecated for versions v21.0 or higher","type":"OAuthException","code":12,"fbtrace_id":"A6J3..."}}

Did anyone fix that issue already?

Reasons:
  • RegEx Blacklisted phrase (3): Did anyone fix that
  • RegEx Blacklisted phrase (1.5): fix that issue already?
  • Low length (0.5):
  • Has code block (-0.5):
  • Me too answer (2.5): I am having the same problem
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Julian W.

79235426

Date: 2024-11-28 22:30:34
Score: 7.5 🚩
Natty:
Report link

Compo, your code works perfectly:

@For /F "Skip=50 EOL=? Delims=" %%G In ('Dir "C:\Images" /A:-D /B /O:-D /T:W 2^>NUL') Do @Del "C:\Images\%%G" /A /F

Do you have any suggestions on how to apply this same method to the contents of multiple folders?

I made a sample folder structure:

enter image description here

Or should I just create a different batch file and run automatically for each subfolder?

Thank you very much for your help.

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • RegEx Blacklisted phrase (2): any suggestions
  • RegEx Blacklisted phrase (2.5): Do you have any
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Self-answer (0.5):
  • Looks like a comment (1):
  • Low reputation (1):
Posted by: S.Zs.94

79235407

Date: 2024-11-28 22:17:32
Score: 4
Natty:
Report link

enter image description here

enter image description here

enter image description here

Right-click your MVC project, follow this direction, just fill in the URL, and close the dialog.

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

79235399

Date: 2024-11-28 22:14:31
Score: 5
Natty:
Report link

I can hit your app on https. This seems to be resolved. I believe you were trying to hit the http route. Can you confirm? enter image description here

Reasons:
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
Posted by: mikegross

79235373

Date: 2024-11-28 21:56:25
Score: 7 🚩
Natty:
Report link

I'm having the same problem, but I think it might be the version

Reasons:
  • Blacklisted phrase (1): I'm having the same problem
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): I'm having the same problem
  • Single line (0.5):
  • Low reputation (1):
Posted by: Daiana Lins

79235264

Date: 2024-11-28 20:45:08
Score: 6 🚩
Natty: 5.5
Report link

thank you, I have the image down in the middle of the page, meaning is not the first thing you see on the screen area so how can control the effect to start only once that section comes up on the screen after scrolling down??

Right now, it does the effect upon loading the page, but you don't get the chance to see it as is off down the page.

Thank you in advance!

Reasons:
  • Blacklisted phrase (0.5): thank you
  • Blacklisted phrase (0.5): Thank you
  • RegEx Blacklisted phrase (3): Thank you in advance
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Roger Mendoza

79235245

Date: 2024-11-28 20:34:04
Score: 7 🚩
Natty:
Report link

Can you provide what kind of error its throw? and also error message

Reasons:
  • RegEx Blacklisted phrase (2.5): Can you provide what
  • 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
  • Low reputation (1):
Posted by: Dima jangveladze

79235224

Date: 2024-11-28 20:21:00
Score: 4
Natty:
Report link

ruby-in-case-on-camel-neckenter code here`#M001633

Reasons:
  • Probably link only (1):
  • Low length (1.5):
  • Has code block (-0.5):
  • Has no white space (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: rachelle serrano Rea

79235194

Date: 2024-11-28 20:05:55
Score: 5.5
Natty:
Report link

Have you contacted the PythonCustomer Support?

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

79235188

Date: 2024-11-28 20:02:54
Score: 4.5
Natty: 5
Report link

I know it is a very old topic but if someone is interested in a solution here it is: https://github.com/mrluaf/SSH-Tunnel-Dynamic-Port-Forwarding-Python/

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

79235033

Date: 2024-11-28 18:47:35
Score: 5.5
Natty: 4.5
Report link

https://i.sstatic.net/7cjQdueK.png

please give me the path followed by A* algorithme ,following this graph

Reasons:
  • RegEx Blacklisted phrase (2.5): please give me
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Ayoub NAIM

79234987

Date: 2024-11-28 18:22:28
Score: 7.5
Natty: 7
Report link

how I can extract package from SQL SSMS where my package is in integration services in msdb folder. I would like to have manipulate sources. I did everything like above.Can you give me advice for configurate the "execute package utility"?

Reasons:
  • RegEx Blacklisted phrase (2.5): Can you give me
  • Low length (0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Starts with a question (0.5): how I can
  • Low reputation (1):
Posted by: Dariusz Różański

79234970

Date: 2024-11-28 18:16:26
Score: 4
Natty: 5
Report link

It works for GAS! Thanks for the answer!

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

79234938

Date: 2024-11-28 18:04:07
Score: 4
Natty:
Report link

Совет. wv.setVisibility(View.INVISIBLE) оставляет в макете место под этот элемент, то есть если ниже него есть другие элементы, они смещаются. Это может выглядеть некрасиво Я всегда ставлю свойство GONE, это не мешает загружать страницы, а по окончании загрузки ставить VISIBLE

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • No latin characters (3):
  • Low reputation (1):
Posted by: ДаняВлад Восемь

79234676

Date: 2024-11-28 16:31:40
Score: 5.5
Natty:
Report link

A little question about the post by MBo, since the ellipse is rotated by theta with respect to the old coordinate, to rotate the line into the ellipse's local coordinate system, I think we need to rotate the line by -theta like sin(-theta)) and cos(-theta) in your formula, it is actually rotating the old coordinate system of line into the ellipse's coordinate, not rotating the ellipse or line. I do not know if this reasoning is correct, please share with me your ideas.

Reasons:
  • RegEx Blacklisted phrase (2.5): please share
  • RegEx Blacklisted phrase (1): I do not know if this reasoning is correct, please
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: qiang yu

79234519

Date: 2024-11-28 15:39:26
Score: 4
Natty:
Report link

Resolved, it wasn't problem with notifications at all.

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

79234517

Date: 2024-11-28 15:38:25
Score: 6 🚩
Natty: 5.5
Report link

strong textI lost my phone please let me know what you think I Miss So Much my way home now and will be there in about

Reasons:
  • RegEx Blacklisted phrase (2.5): please let me know what you
  • Low length (1):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: user28534164

79234476

Date: 2024-11-28 15:25:20
Score: 7 🚩
Natty:
Report link

I have the same issue, I need to redirect to the login page every time the user sends a request to the /oauth2/authorize.

Reasons:
  • Blacklisted phrase (0.5): I need
  • Blacklisted phrase (1): I have the same issue
  • Low length (1):
  • No code block (0.5):
  • Me too answer (2.5): I have the same issue
  • Single line (0.5):
  • Low reputation (1):
Posted by: Vitor Coimbra

79234445

Date: 2024-11-28 15:16:18
Score: 5.5
Natty:
Report link

I have the same problem: Chrome Selenium show file downloaded but I can't find it or click the file in download panel, works with firefox, so I use that instead. Firefox is more w3c compliant.

Reasons:
  • Blacklisted phrase (1): I have the same problem
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
  • Me too answer (2.5): I have the same problem
  • Single line (0.5):
  • High reputation (-1):
Posted by: MortenB

79234443

Date: 2024-11-28 15:16:17
Score: 5.5
Natty: 4.5
Report link

I struggle with the same issue with a flask app. Applying the above to the main app.py of flask doesn't help. Any idea?

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

79234440

Date: 2024-11-28 15:16:17
Score: 11 🚩
Natty: 5.5
Report link

I am having exactly the same problem. Do you have any updates yet?

Reasons:
  • RegEx Blacklisted phrase (2.5): Do you have any
  • RegEx Blacklisted phrase (0.5): any updates
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): I am having exactly the same problem
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: philadi

79234428

Date: 2024-11-28 15:14:16
Score: 5
Natty: 4
Report link

Quando você for salvar o modelo coloque o .keras ao invés do .h5.

No seu caso:

model.save('model.h5')

loaded_model = keras.saving.load_model('model.h5')

Modifique para:

model.save('model.keras')

loaded_model = keras.saving.load_model('model.keras')

Reasons:
  • Blacklisted phrase (3): você
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Denis Honório

79234388

Date: 2024-11-28 15:05:12
Score: 6.5 🚩
Natty: 5
Report link

is it possible to grab like this also element that "text": "{json key: value pairs}" how to grab the value from the string json element then?

Reasons:
  • Blacklisted phrase (1): is it possible to
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Starts with a question (0.5): is it
  • Low reputation (1):
Posted by: Nela Kolundzija

79234347

Date: 2024-11-28 14:55:08
Score: 4
Natty:
Report link

You can press q to cancel ctrl-b

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

79234333

Date: 2024-11-28 14:51:06
Score: 6
Natty: 7
Report link

what if i'm using Swagger so i can't switch to Jakarta?

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Starts with a question (0.5): what if i
  • Low reputation (1):
Posted by: OrzoDaSosa

79234263

Date: 2024-11-28 14:26:59
Score: 5
Natty: 5
Report link

i have used this solution and it work on dev mode, but, if i deply on nginx i have error 500, why?

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

79234254

Date: 2024-11-28 14:23:56
Score: 7 🚩
Natty:
Report link

settings_file_path = 'config_box.json' print(settings_file_path)
auth = JWTAuth.from_settings_file(response)

Facing the same error: "error": "'NoneType' object has no attribute 'from_settings_file'"

I am facing in Lambda, in my local working as expected.

Any suggestions?

And I am using the same versions.

Reasons:
  • RegEx Blacklisted phrase (2): Any suggestions?
  • Low length (0.5):
  • No code block (0.5):
  • Me too answer (2.5): Facing the same error
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Amaresh Ayinavolu

79234241

Date: 2024-11-28 14:18:54
Score: 4
Natty:
Report link

Please see steps in thread here, allows for dynamic port assignment.

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

79234196

Date: 2024-11-28 14:03:49
Score: 6.5 🚩
Natty: 4
Report link

Did you implement the steaming service after all? Is there any repository you can share?

Thank you!

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Blacklisted phrase (1): Is there any
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Starts with a question (0.5): Did you
  • Low reputation (1):
Posted by: SwiftNic

79234141

Date: 2024-11-28 13:48:45
Score: 7.5
Natty: 7
Report link

I have same problem, and change the resolution to 1281 works, thanks.

Reasons:
  • Blacklisted phrase (0.5): thanks
  • Blacklisted phrase (1): I have same problem
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): I have same problem
  • Single line (0.5):
  • Low reputation (1):
Posted by: 無尾魚

79234080

Date: 2024-11-28 13:32:39
Score: 4
Natty:
Report link

i am having the same problem now, when i try to migrate with truffle, that error appears.

Deploying 'Migrations'

*** Deployment Failed ***

"Migrations" hit an invalid opcode while deploying. Try:

Exiting: Review successful transactions manually by checking the transaction hashes above on Etherscan.

Reasons:
  • No code block (0.5):
  • Me too answer (2.5): i am having the same problem
  • Low reputation (1):
Posted by: Jose Emilio

79234056

Date: 2024-11-28 13:26:37
Score: 4.5
Natty:
Report link

I hope my solution solves the issue you faced.

By default, process.env variables in Next.js are only available in the client and server-side code executed by Next.js. However, in your backend server, you need to ensure the environment variables are properly loaded.

Please try to use a .env.local file in the root of your project to define your environment variables.

In Next.js, environment variables used in the client-side code must start with NEXT_PUBLIC_. However, this does not apply to server-side code, including your database connection.

Ensure you are not adding the NEXT_PUBLIC_ prefix to MONGODB_URI, as it is meant for server-side usage.

Thanks in advance.

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • RegEx Blacklisted phrase (3): Thanks in advance
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: AnJun Luo

79234050

Date: 2024-11-28 13:24:36
Score: 4
Natty: 6
Report link

en el string del updatecommand al capo de fecha pasarle un getdate()

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

79234021

Date: 2024-11-28 13:14:33
Score: 10.5
Natty: 7.5
Report link

Have you managed to solve this?

Reasons:
  • Blacklisted phrase (3): Have you managed
  • RegEx Blacklisted phrase (1.5): solve this?
  • Low length (2):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Esteban Vazquez

79234009

Date: 2024-11-28 13:10:31
Score: 9.5 🚩
Natty: 5.5
Report link

Did you find out what was the issue ?

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

79234003

Date: 2024-11-28 13:07:30
Score: 5.5
Natty:
Report link

There is no event for that, neither any plans to implement it.

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

79233958

Date: 2024-11-28 12:52:26
Score: 4
Natty:
Report link

I solve this problem with installing CH340 driver.

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

79233916

Date: 2024-11-28 12:41:22
Score: 4.5
Natty: 5
Report link

It's a false positive, Check the official Documentation https://docs.flutter.dev/reference/security-false-positives

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

79233898

Date: 2024-11-28 12:36:20
Score: 4.5
Natty:
Report link

I have been to resolve issue by giving "/" in Override backend path in backend settings enter image description here

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: Vaibhav Mittal

79233884

Date: 2024-11-28 12:29:18
Score: 10 🚩
Natty:
Report link

Did you find out the solution to this? I'm facing a similar problem

Reasons:
  • RegEx Blacklisted phrase (3): Did you find out the solution to this
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): I'm facing a similar problem
  • Contains question mark (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): Did you find
  • Low reputation (1):
Posted by: James Hunter

79233882

Date: 2024-11-28 12:28:17
Score: 4
Natty: 4.5
Report link

Apparently it is possible as per bitbucket documentation: https://confluence.atlassian.com/bbkb/building-multi-architecture-docker-images-with-bitbucket-pipelines-1252329371.html

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

79233816

Date: 2024-11-28 12:07:10
Score: 4.5
Natty:
Report link

The official Spring Batch documentation has a page dedicated to this: https://docs.spring.io/spring-batch/reference/step/chunk-oriented-processing/commit-interval.html#page-title

Is that what you are looking for?

Reasons:
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
Posted by: Tom Cools

79233798

Date: 2024-11-28 12:03:09
Score: 5
Natty: 4
Report link

Hello I want to know the sse timeout, is it a timeout between two packets, or a timeout for the entire link length? From the phenomena I tested, he showed a timeout of the entire link length, for example: SseEmitter emitter = new SseEmitter(30 * 1000L); 2024-11-28 19:45:07.082 [http-nio-8080-exec-1] INFO cn.kaipuyun.chatapi.controller.v1.ChatController:76 - 建立连接 2024-11-28 19:45:37.215 [http-nio-8080-exec-3] WARN o.s.w.s.m.support.DefaultHandlerExceptionResolver:537 - Async request timed out

enter image description here

Reasons:
  • Blacklisted phrase (1): I want to know
  • Blacklisted phrase (1): enter image description here
  • RegEx Blacklisted phrase (1): I want
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: user28507409

79233774

Date: 2024-11-28 11:54:06
Score: 7 🚩
Natty: 5.5
Report link

Can you provide this whl file for 32-bit if you have it still

Reasons:
  • RegEx Blacklisted phrase (2.5): Can you provide
  • Low length (1.5):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): Can you
  • Low reputation (1):
Posted by: Pratyush Mishra

79233762

Date: 2024-11-28 11:53:05
Score: 4
Natty:
Report link

Use real device, do not use simulator.

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

79233739

Date: 2024-11-28 11:47:02
Score: 4.5
Natty:
Report link

Мне помог таймаут:

  useEffect(() => {
     setTimeout(()=> loadCaptchaEnginge(6), 0)
  },[])
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • No latin characters (3):
  • Low reputation (1):
Posted by: Denis Kokorev

79233712

Date: 2024-11-28 11:40:59
Score: 4
Natty: 4.5
Report link

check the appspec file in github , use this doc for reference https://gbengaoni.com/blog/Deploy-a-PHP-application-on-EC2-with-Github-and-AWS-CodePipeline-fb38cf204cbb

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

79233689

Date: 2024-11-28 11:33:56
Score: 6
Natty: 7.5
Report link

asasdasdcxasdwa dassssssssssssssssssssssssssssssssssssssssssssssssssss

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Has no white space (0.5):
  • Single line (0.5):
  • Filler text (0.5): ssssssssssssssssssssssssssssssssssssssssssssssssssss
  • Low entropy (1):
  • Low reputation (1):
Posted by: user28530331

79233668

Date: 2024-11-28 11:27:54
Score: 5
Natty:
Report link

Thanks to @pmf and @GillesQuénot. My file was in CrLf format.

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Low length (1.5):
  • No code block (0.5):
  • User mentioned (1): @pmf
  • User mentioned (0): @GillesQuénot
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Mr. Clear

79233650

Date: 2024-11-28 11:22:52
Score: 4
Natty: 4.5
Report link

ok good, what is I have all_categorical() ~ "{n} / {N} ({p}%) and I desire only to have the percentage in 2 digits?

How to do that?

Thanks

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Low length (1):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Y.M.S

79233639

Date: 2024-11-28 11:20:50
Score: 6 🚩
Natty: 6
Report link

Is there an update on this? I want to make only products selectable in a reference editor, without allowing subtypes to be chosen.

Reasons:
  • Blacklisted phrase (1): update on this
  • RegEx Blacklisted phrase (1): I want
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): Is there an
  • Low reputation (1):
Posted by: va4n

79233617

Date: 2024-11-28 11:16:48
Score: 5
Natty:
Report link

link it good to see this link,will answer you

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

79233577

Date: 2024-11-28 11:05:44
Score: 4
Natty:
Report link

This functionality has moved to the sidebar and can be re-added to the bottom bar here:

enter image description here

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

79233545

Date: 2024-11-28 10:59:42
Score: 4
Natty:
Report link

clear client(browser) cache: ctrl + f5

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

79233534

Date: 2024-11-28 10:56:41
Score: 4
Natty:
Report link

Try using the @Hidden annotation in your controller. On the method level or on the class level.

Reasons:
  • Low length (1):
  • No code block (0.5):
  • User mentioned (1): @Hidden
  • Single line (0.5):
  • Low reputation (1):
Posted by: Chris Sibaya

79233533

Date: 2024-11-28 10:56:40
Score: 5.5
Natty: 4
Report link

I am same issue. I have vs code 1.75.0 When I install Thunder extension , I get error :

in command palate, I do not see Code: Check for Updates Or Help/check updates.

Any suggestions?

Reasons:
  • RegEx Blacklisted phrase (2): Any suggestions?
  • Low length (0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Low reputation (0.5):
Posted by: petercli

79233502

Date: 2024-11-28 10:48:37
Score: 9.5 🚩
Natty:
Report link

I'm just trying to get gtk working on raspberry pi os. Everything compiles and builds but like you I get same error message when running code. when this line executes: gtk_window_new(GTK_WINDOW_TOPLEVEL);

I'd be really grateful if you could elaborate on your answer a little. I don't know an XPM is and google is coming up with real estate proteries lol. Also, could you show what you canged in your code or build settings please.

Reasons:
  • RegEx Blacklisted phrase (2.5): could you show what you
  • RegEx Blacklisted phrase (2): I'd be really grateful
  • RegEx Blacklisted phrase (1): I get same error
  • No code block (0.5):
  • Me too answer (2.5): I get same error
  • Low reputation (1):
Posted by: Martin Bingham

79233491

Date: 2024-11-28 10:43:35
Score: 5
Natty:
Report link

Helo All i am facing same issue and tried above nginx.ingress.kubernetes.io/configuration-snippet: | real_ip_header CF-Connecting-IP; but same issue and when get ingress pod logs i've seen cloud flare ips

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Me too answer (2.5): i am facing same issue
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Hossam

79233481

Date: 2024-11-28 10:37:33
Score: 5.5
Natty:
Report link

https://support.google.com/assistant/thread/310248669/𝗪𝗵𝗮𝘁-𝗶𝘀-𝘁𝗵𝗲-𝗰𝗮𝗻𝗰𝗲𝗹𝗹𝗮𝘁𝗶𝗼𝗻-𝗽𝗼𝗹𝗶𝗰𝘆-𝘄𝗶𝘁𝗵-𝗨𝗻𝗶𝘁𝗲𝗱-𝗔𝗶𝗿𝗹𝗶𝗻𝗲𝘀

Reasons:
  • Probably link only (1):
  • Low length (2):
  • No code block (0.5):
  • Has no white space (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Benja min

79233400

Date: 2024-11-28 10:13:24
Score: 4.5
Natty: 5
Report link

Run:

rpm --import https://repo.mysql.com/RPM-GPG-KEY-mysql-2023

Fixed my issue

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

79233346

Date: 2024-11-28 10:00:20
Score: 8 🚩
Natty:
Report link

Hi could you please tell which version of angular ang ngx-bootstrap you are using?

Reasons:
  • RegEx Blacklisted phrase (2.5): could you please tell
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Alex Umanskiy

79233331

Date: 2024-11-28 09:56:19
Score: 6 🚩
Natty: 5.5
Report link

Are you got the solution please let me know

Reasons:
  • RegEx Blacklisted phrase (2.5): please let me know
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Ashok Kumar

79233281

Date: 2024-11-28 09:40:14
Score: 5
Natty: 6
Report link

Hace unos meses tuve usurpación de mi cuenta personal, con la cual perdí toda mi información y la mal utilizan para crear cuentas, manejar mi celular y computadora, no me permiten usar Google, ni un navegador valido al igual que las App de mi celular y ustedes contribuyen hacer daño, CUMAS!!

Reasons:
  • Blacklisted phrase (2): crear
  • Low length (0.5):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: user28528493

79233260

Date: 2024-11-28 09:35:12
Score: 4.5
Natty:
Report link

I am currently getting error 422 on SwaggerHub ARVR-Toolkit enter image description here

Reasons:
  • Blacklisted phrase (1): enter image description here
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Khang Nguyễn

79233140

Date: 2024-11-28 08:51:59
Score: 4.5
Natty:
Report link

you can raise an issue in their repo: https://github.com/dotnet/fsharp/

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