79162062

Date: 2024-11-06 09:53:31
Score: 1
Natty:
Report link

Change the credentials type to String, then use c_str() to convert them to char.

// GPRSS credentials
String apn;
String gprsUser;
String gprsPass;
// MQTT credentials
String topic;
String broker;
String clientID;
String brokerUser;
String brokerPass;

Example:

modem.gprsConnect(apn.c_str(), gprsUser.c_str(), gprsPass.c_str())
mqtt.setServer(broker.c_str(), port)
Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Chung Phạm

79162060

Date: 2024-11-06 09:53:31
Score: 1
Natty:
Report link

Use this

DB::connection('sqlsrv')->statement('SET SHOWPLAN_XML ON;');
DB::connection('sqlsrv')->statement('SET SHOWPLAN_XML OFF;');

SHOWPLAN_XML to capture the execution plan without running the query

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

79162059

Date: 2024-11-06 09:52:31
Score: 0.5
Natty:
Report link

Have you tried setting the connection string without the provider name, it worked for me

Reasons:
  • Whitelisted phrase (-1): it worked
  • Whitelisted phrase (-1): Have you tried
  • Whitelisted phrase (-1): worked for me
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Sarah Bennet

79162035

Date: 2024-11-06 09:46:29
Score: 3.5
Natty:
Report link

Maybe you should use IntersectionObserver rather than MutationObserver

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

79162032

Date: 2024-11-06 09:45:29
Score: 2
Natty:
Report link

Wow I stumbled across this question because I have the answer to it (and was looking for an easy way to incorporate 2d flat video into a 3d one).

The answer is IW3 which generates a 3d video after depth mapping the 2d source and adjusting the video. (Full sbs works with vr headsets, Half sbs works with 3d TVs)

It is free software that is bundled on GitHub with nunif.

https://github.com/nagadomi/nunif

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

79162031

Date: 2024-11-06 09:44:28
Score: 1
Natty:
Report link

This error occurs when the request body is empty or not sent. Sending an empty object {} as the body resolves the issue, as it's a valid JSON structure. If no body is sent at all, the req.json() method will fail due to missing data.

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

79162028

Date: 2024-11-06 09:44:26
Score: 13 🚩
Natty: 6
Report link

did you find any solution ? I am facing the exact same issue ..

Reasons:
  • Blacklisted phrase (1.5): any solution
  • RegEx Blacklisted phrase (3): did you find any solution
  • RegEx Blacklisted phrase (2): any solution ?
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): I am facing the exact same issue
  • Contains question mark (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): did you find any solution
  • Low reputation (0.5):
Posted by: Ben2pop

79162023

Date: 2024-11-06 09:41:25
Score: 4
Natty:
Report link

your input just do not have name!

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

79162022

Date: 2024-11-06 09:41:24
Score: 2.5
Natty:
Report link

Essentially, the Marching Cubes algorithm examines each individual volume cell and generates a triangulation in case the isosurface intersects the cell. Thus, the process of extracting an isosurface from a volume is decomposed in individual cells and treated locally.

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

79162019

Date: 2024-11-06 09:40:24
Score: 2
Natty:
Report link

As per my search the issue is that the user agent stylesheet sets the background-image to none !important, making them non-overridable which means our background image won’t show when users select saved data. According to the MDN documentation, we can’t easily change this. You can check out: developer.mozilla.org/en-US/docs/Web/CSS/:autofill

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

79162017

Date: 2024-11-06 09:40:24
Score: 2
Natty:
Report link

You can also use Notepad++ to find or replace for example all special characters with the regular expression: [^a-zA-Z0-9\s].

I hope it can help.

enter image description here

Reasons:
  • Whitelisted phrase (-1): hope it can help
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: vitiello.antonio

79162013

Date: 2024-11-06 09:38:24
Score: 1.5
Natty:
Report link

I assume that in the .env file specify the correct disk. Maybe you have a local disk

FILESYSTEM_DISK=public

Also check if the link is correct

APP_URL=
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Dmytro Konovalenko

79162002

Date: 2024-11-06 09:35:23
Score: 0.5
Natty:
Report link

The error is due to the deprecation (in NumPy version 1.20) and removal (in NumPy version 1.24 NumPy Doc 1.24) of the np.complex alias in NumPy.

To resolve you can try updating the datasets library:

pip install --upgrade datasets

and/ or downgrading NumPy to before the removal:

E.g.

pip install numpy==1.23.5
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: EuanG

79161998

Date: 2024-11-06 09:35:23
Score: 0.5
Natty:
Report link

Let me help break down what might have happened here. This is an interesting infrastructure issue that touches on several Azure networking concepts. A few potential reasons why your original setup stopped working:

Network Configuration Changes:

VNet peering settings might have been modified Network Security Group (NSG) rules could have been updated Subnet configurations might have changed Service endpoints status might have been altered

Integration Runtime Issues:

The manually selected region might have experienced capacity issues The runtime's network configurations might have become stale There could have been an IR version update that affected the networking stack

Cosmos DB Changes:

Firewall rules might have been modified Private endpoint configurations could have changed Network access settings might have been updated

The success with 'Auto Resolve' region suggests a few things:

The 'Auto Resolve' setting is more resilient because:

It can dynamically choose the optimal region based on network conditions It can failover to different regions if there are connectivity issues It might use a different networking path to reach Cosmos DB

Reasons:
  • Long answer (-1):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: SKARVA Bodavula

79161997

Date: 2024-11-06 09:35:22
Score: 4
Natty:
Report link

You can follow this for offline connections https://socketio.github.io/socket.io-client-java/installation.html

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

79161996

Date: 2024-11-06 09:35:22
Score: 3.5
Natty:
Report link

Try exporting the query result as CSV

Reasons:
  • Low length (2):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Alberto Pérez

79161994

Date: 2024-11-06 09:34:22
Score: 1.5
Natty:
Report link

remove indentation after opening EOF:

#!/bin/bash

create_file () {
    cat > a.txt <<EOF
0 abc def 
ghi jkl mno
pqrs tuv wxyz
EOF
}

create_file

Bash looks for the same "delimiter" that you started with. You started with "EOF", but was ending with "____EOF" when using indentation, so it couldn't match closing delimiter

Reasons:
  • Contains signature (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Den

79161993

Date: 2024-11-06 09:34:22
Score: 4
Natty: 6
Report link

a kurva anyád te idióta afkdjgkdafgafjkgjfksjdfjgakldfgkkgf

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Kálmán Dániel

79161992

Date: 2024-11-06 09:33:21
Score: 0.5
Natty:
Report link

Try this one with two separated lines as below.

  1. Define your sets as below.

    var setA = dbContext.SetA; // Represents your A set var setB = dbContext.SetB; // Represents your B set var setC = dbContext.SetC; // Represents your C set

  2. Firstly get B except C result.

    var bExceptC = setB.Except(setC);

  3. Finally, get A except bExceptC result.

    var result = setA.Except(bExceptC);

Reasons:
  • Whitelisted phrase (-1): Try this
  • No code block (0.5):
  • Low reputation (1):
Posted by: Tharuka Deshan

79161989

Date: 2024-11-06 09:32:21
Score: 3
Natty:
Report link

I think Object.assign would be a proper solution

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

79161962

Date: 2024-11-06 09:25:18
Score: 3
Natty:
Report link

m8 you have to privde the whole path. Then it will work...

Start-Process "dcu-cli.exe <<<< here whole path of the dcu-cli application...

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

79161959

Date: 2024-11-06 09:24:18
Score: 2.5
Natty:
Report link

you can intaller Shizuku from CHPlay and open app shizuku,enable services shizuku, authorized apps, chosen app file manager on your phone (ex X-plorer on my phone), tap to button Restart below and open app shuzuku again, open app file manger and open folder android/data to try again

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

79161956

Date: 2024-11-06 09:21:17
Score: 0.5
Natty:
Report link

As I run your code test, I think the problem occurs when your cellStackView is in safe area. Add this line of code to in your for loop to fix the issue:

cellStackView.insetsLayoutMarginsFromSafeArea = false

Default of insetsLayoutMarginsFromSafeArea is true so UIKit will add aditional value for any margins are in safe area.

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

79161953

Date: 2024-11-06 09:19:17
Score: 0.5
Natty:
Report link

For all you guys using VS2022 & later: test results formatting can be defined when running your tests via console, e.g. HTML format:

dotnet test --logger "html;logfilename=testResults.html"

Test results will be saved in .\TestResults\testResults.html as an HTML file.

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

79161952

Date: 2024-11-06 09:19:17
Score: 3.5
Natty:
Report link

Those funcitions return the definition of the padding, e.g. "1em". I would need a way to get the pixel value from this.

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

79161950

Date: 2024-11-06 09:18:16
Score: 1.5
Natty:
Report link

I found out where the problem was.

I was appending my messages to the history but not the GPT answers so it was unable to understand that questions were already answered.

There's is only one line to add just before the "return" statement:
messages.append({'role': 'assistant', 'content': ai_msg.content})

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: P. Frau

79161949

Date: 2024-11-06 09:18:16
Score: 1
Natty:
Report link

Two ways are as follows

  1. Using PowerShell windows command

    Move-Item -Path "SourcePath" -Destination "DestinationPath"

In above command SourcePath is the full path to the file you want to move e.g. C:\xyz.png and DestinationPath is the full path to the destination folder where you want to move the file e.g. E:\FolderName

  1. Using linux command as some commands are supported in windows powershell

    mv "SourcePath" "DestinationPath"

In above command SourcePath is the full path to the file you want to move and DestinationPath is the full path to the destination folder where you want to move the file.

note: Sometimes double quotes symbols are not required in command and sometimes they are required.

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: y.d_edition

79161940

Date: 2024-11-06 09:16:16
Score: 2
Natty:
Report link

We had this issue and the answer was to upgrade apache-airflow-providers-fab to version 1.5.0

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

79161929

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

The error is somehow related to the new AndroidStudio update.Checkout this issue: https://github.com/flutter/flutter/issues/156304

To solve the problem checkout this answer: https://stackoverflow.com/a/79095064/7369590

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

79161927

Date: 2024-11-06 09:11:15
Score: 2
Natty:
Report link

In my case it was just I was not running Visual Studio as an Administrator anymore (after a silly Unpin/Repin to taskbar, the link was regenerated without permissions). Of course I tried all the solutions and none worked.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Alessandro Parodi

79161924

Date: 2024-11-06 09:10:14
Score: 2.5
Natty:
Report link

https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/cdn_frontdoor_firewall_policy

need follow this doc for the solution.

resource "azurerm_cdn_frontdoor_firewall_policy" "example" 

is the correct resource to use

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

79161910

Date: 2024-11-06 09:07:14
Score: 1.5
Natty:
Report link

In python 3.13 & django 5.1.3 mysqlclient==2.2.4 is not working so i had to install mysqlclient==2.2.5

Solution 01 "I manually upgraded mariadb in xampp from **10.4 to 11.**5 and SSL error was fixed [enter image description here][1]

Solution 02 in settings.py

 **"OPTION": {
            'ssl': {'ca': None},
            }**
Reasons:
  • Blacklisted phrase (1): enter image description here
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Vishal Dhabuwala

79161906

Date: 2024-11-06 09:06:14
Score: 2
Natty:
Report link

Compile does have a shortcut and it is ctrl + k and to close the window it is ctrl + w. Refer to the below link for other extensions that may be helpful https://www.bluej.org/extensions/extensions2.html Plus you can also use the codepad to test simple program lines.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Kailash H

79161905

Date: 2024-11-06 09:05:13
Score: 0.5
Natty:
Report link

The SWITCH operation in SQL Server is typically used to move data between tables or partitions quickly by changing metadata pointers rather than physically moving data. Here’s an explanation of your code:

BEGIN TRANSACTION: This starts a transaction, allowing you to bundle multiple operations into a single, atomic action that can either succeed as a whole or roll back if there’s an error.

ALTER TABLE dbo.OriginalTable SWITCH TO dbo.OriginalTable_Shadow: This command moves data from dbo.OriginalTable to dbo.OriginalTable_Shadow in SQL Server without physically copying the data. Instead, it just updates the pointers in the metadata. It is commonly used for partition switching or to make data archiving operations more efficient.

COMMIT TRANSACTION: If everything executes successfully, the transaction commits, making all changes permanent.

Important Notes Constraints: The source and target tables must have identical structure, including indexes and constraints. Empty Destination Table: dbo.OriginalTable_Shadow must be empty before the switch. Recovery Model: Ensure that your SQL Server recovery model and indexing strategy support the SWITCH operation as intended, especially if you’re using it for archiving or partitioning. If you need to roll back in case of failure, you could add error handling to check for exceptions during the transaction and use ROLLBACK TRANSACTION if necessary.

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

79161900

Date: 2024-11-06 09:03:13
Score: 1
Natty:
Report link

I have had the same issue, turns out the checkout was deleting the file before it had the time to analyse it. You should double check the location of the file and check what's been deleted in the checkout. Although this might not resolve your issue. What I have done to resolve it is that i have uploaded the lcov file as an artefact if the pipeline during my test, then, i downloaded it at the root of my project during the Sonar Cloud stage and double checked its location multiple times before it worked.

Reasons:
  • Whitelisted phrase (-1): it worked
  • Long answer (-0.5):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: polack924

79161896

Date: 2024-11-06 09:02:10
Score: 8.5 🚩
Natty: 6
Report link

@Aaqib Would you kindly inform me which policy you have connected for the service role and the ec2-role? Should I establish two distinct roles, one for ec2 and one for elasticbenstalk?

if anyone have solution of this issue please let me know... facing same problem environment health check suspended.

Reasons:
  • RegEx Blacklisted phrase (2.5): please let me know
  • Low length (0.5):
  • No code block (0.5):
  • Me too answer (2.5): facing same problem
  • Contains question mark (0.5):
  • User mentioned (1): @Aaqib
  • Low reputation (1):
Posted by: prathamesh more

79161893

Date: 2024-11-06 09:01:10
Score: 1
Natty:
Report link

You can use this :

Reasons:
  • Whitelisted phrase (-1.5): You can use
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: ZobModel.php

79161887

Date: 2024-11-06 09:00:10
Score: 1.5
Natty:
Report link

To move files from one folder to the another, it is advised to use mv.

mv [source_path] [destination_path]

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

79161883

Date: 2024-11-06 08:59:09
Score: 2
Natty:
Report link

More of a comment. Also note that the index populates faster than the web console shows. F.e. I tested and created an index knowing precisely how many items should be there (25k). And while console still showed 0 items/bytes after ~10min, API requests using this index already returned the correct number of items

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

79161882

Date: 2024-11-06 08:58:09
Score: 1
Natty:
Report link

In VSCode you can open the Command Palette with Ctrl+Shift+P and the search for Python: Select Interpreter. There you can select the Python version you want to use and from then on, the scripts you execute from VSCode will use that version by default.

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

79161881

Date: 2024-11-06 08:58:09
Score: 2
Natty:
Report link

"axios": "^0.27.2" works. uninstall your axios: npm uninstall axios and install: npm install --save [email protected]

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

79161878

Date: 2024-11-06 08:57:09
Score: 3.5
Natty:
Report link

Actually it is not possible, when i post notifications, inherited from base class, handler doesn't cath those notifications

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

79161877

Date: 2024-11-06 08:57:09
Score: 2
Natty:
Report link

Inspired by the answer of How to get the correct MethodInfo for "Where" extension method.

((Func<IEnumerable<string>, string, bool>)Enumerable.Contains).Method.GetGenericMethodDefinition()

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

79161868

Date: 2024-11-06 08:55:08
Score: 0.5
Natty:
Report link

I suggest using case when, like this,

UPDATE driver
SET triptotal = (
CASE
WHEN EXISTS (
select 1 from trip
where trip.driver_id = driver.id)
THEN (
select count(*) from trip
where trip.driver_id = driver.id)
ELSE 0
END
);
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: bsraskr

79161863

Date: 2024-11-06 08:52:07
Score: 1
Natty:
Report link

Just simple use validator

from django.core.validators import MinValueValidator, MaxValueValidator
    year = models.PositiveIntegerField(validators=[
        MinValueValidator(2000),  #year minimum
        MaxValueValidator(2100), # year maximun
    ], null     = True)
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Kevin Alfito

79161859

Date: 2024-11-06 08:51:07
Score: 1.5
Natty:
Report link

And if still somebody else stumbles into this and wonders why the grid layout doesn't respect the right side padding of the container - the answer is to use fr units instead of % for the grid-template-columns. The fractional units should be the same as percent buuuut here it works only with fr units for some reason.

Reasons:
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Arntor

79161858

Date: 2024-11-06 08:50:07
Score: 0.5
Natty:
Report link

From the documentation of mui https://mui.com/material-ui/react-select/

you can use:

<Select displayEmpty
      inputProps={{ 'aria-label': 'Without label' }}>
Reasons:
  • Whitelisted phrase (-1.5): you can use
  • Probably link only (1):
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: dhin

79161855

Date: 2024-11-06 08:49:06
Score: 3.5
Natty:
Report link

I'm having the exact same problem as you.

Try .navbar-nav .nav-link { color: rgb(169, 181, 204); font-size: 0.98rem; }, which is I used to solve my problem.

Inspired by the accepted answer in this post.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Me too answer (2.5): I'm having the exact same problem
  • Low reputation (1):
Posted by: Eric

79161835

Date: 2024-11-06 08:40:04
Score: 3.5
Natty:
Report link

Try duckduckgo it stops in app crawlers but, unfortunately, it also does collect your data and is based in Israel

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

79161827

Date: 2024-11-06 08:34:03
Score: 4.5
Natty: 5.5
Report link

Ceci ne fonctionne pas vraiment, et je vous promet que quand j'aurais une meilleur solution j'y manquerais pas de la publiée ici :(

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

79161826

Date: 2024-11-06 08:34:02
Score: 1
Natty:
Report link

You can get around this by setting your route to the following:

@app.route(route="")

Without a doubt, the Azure Functions is the worst service I have ever seen across all Azure, GCP and AWS. Microsoft should be ashamed of launching such a poorly documented and flakey service.

I've spent countless hours fighting vague error after vague error.

Dropping support of V1 Python apps (InternalServerError) (this previously worked fine) enter image description here

Lack of support for in terraform for V2 models (not really Microsofts fault tbh)

Having to have a very specific configuration to even allow function apps to be invoked by logic apps.

No resources of this type found under this subscription.

Not allowing custom routes with logic app invocation enter image description here

Then there are issues with logic app providers themselves, such as the RSS component, which double encodes URLs, so I have to go into code view, manually remove an encoding, and re-save!

Although the above workaround will do the job for now, I have no doubt that Microsoft will make more changes and break things again. Honestly, this service is terrible compared to AWS Lambda.

Reasons:
  • RegEx Blacklisted phrase (2): I have no doubt
  • Long answer (-1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: A Kingscote

79161812

Date: 2024-11-06 08:28:01
Score: 2.5
Natty:
Report link

The JSON responses I received were encrypted in Brotli, I got this information from the header.

You can decrypt the data using the following: okhttp-brotli

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

79161806

Date: 2024-11-06 08:26:01
Score: 3
Natty:
Report link

CREATE PROCEDURE dbo.get_cars_and_cities1 AS BEGIN -- Return rows from 'cars' table SELECT * FROM Test_Practice.dbo.emp;

-- Return rows from 'cities' table
SELECT * FROM Test_Practice.dbo.emp2;

END;

EXEC dbo.get_cars_and_cities1;

I want to achive the same behaviour in pSql, Anyone can suggest me how should i display the 2 result set in one function or query.

Reasons:
  • Blacklisted phrase (1): how should i
  • RegEx Blacklisted phrase (1): I want
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Ayaj Ahamad

79161799

Date: 2024-11-06 08:25:01
Score: 2
Natty:
Report link

There should be a product relation in the orders table, e.g., a foreign key. After that, you can access the product name in the Django template while looping through orders with the syntax.

{{ orderItem.product.name }}.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Sohaib Ahmad

79161796

Date: 2024-11-06 08:24:00
Score: 1.5
Natty:
Report link

Check if your path to the directory inside the container corresponds to one that was used by creators of Docker image.

If it's not the same, it could be deleted each time you down the container.

Check this answer for similar situation: DB in Docker container keeps getting deleted

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

79161792

Date: 2024-11-06 08:20:59
Score: 10.5
Natty: 7
Report link

Currently dealing with the same problem, have you found any solution or is it just not possible?

Reasons:
  • Blacklisted phrase (1.5): any solution
  • RegEx Blacklisted phrase (2.5): have you found any solution or is it just not possible
  • RegEx Blacklisted phrase (2): any solution or is it just not possible?
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Cedric Mendelin

79161774

Date: 2024-11-06 08:11:57
Score: 2
Natty:
Report link

I would prefer to use naturalOrder:

val comp = naturalOrder<Int>()
Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Ruud

79161738

Date: 2024-11-06 07:57:53
Score: 1.5
Natty:
Report link

Finally the problems were related to the permissions of the hook.

chmod +x hook
chown userWithPrivileges:userWithPrivileges hook
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: hesolar

79161729

Date: 2024-11-06 07:55:53
Score: 3.5
Natty:
Report link

I realised the stuff i posted is just the pipeline so let me rephrase my question:

I do an nslookup of the mail server and i get several IP Addresses. The string should be in a variable f.e. $result and the output should be in a structure in an array. Is there some kind of regex to select the relevant IP addresses?

The same would i like to do with the network policy: kubectl get networkpolicy -n -o jsonpath='{.spec}'

I would like to transform the JSON to a Powershell-Object and the relevant output into a "loop" with the IP addresses compare.

Compare the IP addresses from nslookup with IPs in the network policy.

how to do the syntax?

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Cassnet1

79161722

Date: 2024-11-06 07:53:52
Score: 4
Natty:
Report link

from sklearn.multioutput import MultiOutputClassifier

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: Muhammad Subhan Khan

79161721

Date: 2024-11-06 07:52:51
Score: 3
Natty:
Report link

open the config file with vscode, then you will see the characters. ofcourse you can delete it as well.

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

79161720

Date: 2024-11-06 07:52:51
Score: 3.5
Natty:
Report link

You can load your indicator twice and move one up into the existing pane. I tried it with your indicator and it works as desired. Added a picture of how to do it.

enter image description here

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

79161698

Date: 2024-11-06 07:44:49
Score: 5.5
Natty:
Report link

enter image description here

this is the table i am using to map the information

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

79161696

Date: 2024-11-06 07:44:49
Score: 2
Natty:
Report link

Following change worked for me

ActiveChart.SetSourceData Range("A1:B2"), xlRows

Reasons:
  • Whitelisted phrase (-1): worked for me
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Prafulla Girgaonkar

79161694

Date: 2024-11-06 07:44:49
Score: 1.5
Natty:
Report link

Is there any support in Kubernetes for this feature to be enabled on the underlying Container Runtime?

2024: As mentioned by Akihiro Suda in "containerd v2.0, nerdctl v2.0, and Lima v1.0", containerd 2.0 is now an OCI runtime supporting user namespaces, mapping the user IDs in pods to different user IDs on the host. This feature allows mapping the root user in the pod to an unprivileged user on the host.
Source: PR 8803: "Add support for user namespaces (KEP-127)".

See "Pods / User Namespaces", with Kubernetes v1.30+ (Apr. 2024) (still in beta in Q4 2024).

Reasons:
  • Blacklisted phrase (1): Is there any
  • Probably link only (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): Is there any
  • High reputation (-2):
Posted by: VonC

79161693

Date: 2024-11-06 07:44:49
Score: 5.5
Natty:
Report link

Thanks for your advice. Had the same problem but there was no apps.json under the path.

I found hosts.json and I think it's the same think. The file saved my user and the token for GitHub CoPilot. I deleted the file and voila I can finally sign in to copilot.

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • RegEx Blacklisted phrase (3): Thanks for your advice
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: JoF

79161686

Date: 2024-11-06 07:43:49
Score: 3.5
Natty:
Report link

to mi just add the .distinct solved the problem

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

79161681

Date: 2024-11-06 07:39:48
Score: 3
Natty:
Report link

Flaresolverr have problems with challenge solving after changes on Cloudflare side (at Sep 2024). You can try : https://github.com/yoori/flare-bypasser - it works for much of people

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: юрий кузнецов

79161671

Date: 2024-11-06 07:36:47
Score: 0.5
Natty:
Report link

As my experience, Pivot function best works on CTEs and subqueries from which the result sets do not have primary keys. Take a look at the following Example:

The schema of the Employee table is:

schema of the Employee

SELECT IT, ACCOUNT, SALES FROM [dbo].[Employee] pivot( MAX([salary]) for [dept_id] in (IT, ACCOUNT, SALES) ) as cnt;

WITH ProjectdEmployees as (SELECT dept_id, salary from [dbo].[Employee])

SELECT IT, ACCOUNT, SALES FROM ProjectdEmployees pivot( MIN ([salary]) for [dept_id] in (IT, ACCOUNT, SALES) ) as cnt;

enter image description here

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

79161666

Date: 2024-11-06 07:33:46
Score: 1.5
Natty:
Report link

I think we can also use the AWS SDK for PHP.

composer require aws/aws-sdk-php
Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: ViKi Vyas

79161648

Date: 2024-11-06 07:23:44
Score: 2.5
Natty:
Report link

What is the AI Powered Learning Education is not an exception; artificial intelligence (AI) is changing sectors all around. By allowing learning to be more customized, efficient, and scalable, AI-powered learning systems are transforming conventional teaching approaches. We shall discuss in this blog the operation of these systems, their basic elements, advantages, and the future these systems provide for corporate training and educational settings

Understanding AI-Powered Learning Systems

An AI-powered learning system is a digital platform combining AI technologies—machine learning, natural language processing (NLP), data analytics—to provide tailored and flexible learning opportunities. From material suggestion to grading, these systems use AI to automate many facets of education, therefore providing learners with a customized strategy to acquire information depending on their own requirements, preferences, and development. Fundamentally, the use of AI in learning systems employs sophisticated algorithms to evaluate among learners, forecast needs, and maximize the whole learning process, hence transcending simple automation. One main illustration of this is the Learning Management System (LMS) improved by artificial intelligence, which is becoming a major instrument in customizing corporate training courses and education.

How AI Enhances Learning

Personalized Learning Paths

By evaluating enormous volumes of data including learner performance, preferences, and engagement levels, AI-powered systems produce customized learning experiences. AI systems can monitor how learners interact with material, what they struggle with, and even their learning pace. This information allows the system to provide customized material and learning routes most suited for each particular learner. Because the material speaks to their needs, learners are more likely to remain involved and remember what they have studied.

Automated Assessments and FeedbackSystem? In training, assessment is among the time-consuming tasks. Using natural language processing (NLP), AI applications can automatically grade tests, homework, and even more difficult assignments including essays. This not only lessens trainers’ administrative load but also gives to their learners immediate comments so they may grow and learn right away.

Adaptive Learning Experiences

Often one-size-fits-all, traditional learning approaches But depending on real-time learner progress, AI-powered systems modify the material and learning speed. If a learner finds difficulties understanding a given idea, the system might offer further materials or change the difficulty level of next assignments. This degree of adaptation guarantees that learners are neither overburdened nor underchallenged, therefore maximizing their learning possibilities. visit our website for more…https://www.neobench.com/what-is-the-ai-powered-learning-system/

Reasons:
  • Blacklisted phrase (1): this blog
  • Long answer (-1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): What is the
  • Low reputation (1):
Posted by: neo bench

79161640

Date: 2024-11-06 07:19:43
Score: 2.5
Natty:
Report link

Sometimes the file name is too long or contains irregular expression. Try renaming the files to a simple standard alphanumeric name that is relatively short. That fixed my issue.

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

79161639

Date: 2024-11-06 07:19:43
Score: 1.5
Natty:
Report link

Going over to File > Invalidate Caches.. solved the problem for me. Or maybe it was just the restart of the IDE.

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

79161637

Date: 2024-11-06 07:18:43
Score: 4.5
Natty:
Report link

Looking at the discussions here: https://github.com/DigDes/SoapCore/issues/903 it seems as what I want is currently explicitly not possible. The only other thing I can think of doing is to simply craft the WSDL myself and add it manually like this: https://github.com/DigDes/SoapCore#using-with-external-wsdl--xsd-schemas

Reasons:
  • RegEx Blacklisted phrase (1): I want
  • Probably link only (1):
  • Low length (0.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Daniel

79161633

Date: 2024-11-06 07:16:42
Score: 1.5
Natty:
Report link

There is one way, but after using it, vs code will report that its installation is broken, but this notification can be disabled forever. If that doesn't bother you, then:

  1. Go to the vs code installation folder;
  2. next, resources\app\out\vs\workbench;
  3. open workbench.desktop.main.css;
  4. Find the class.window-appicon
  5. change width:35px; to width:0px; A source:https://www.reddit.com/r/vscode/comments/g4hyz5/how_do_i_remove_the_upperleft_corner_visual/
Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: Николай Иванов

79161618

Date: 2024-11-06 07:10:41
Score: 3.5
Natty:
Report link

If you go to https://groups.google.com/g/android-ndk-announce/c/jKT62DFLGUI?pli=1 it says "NDK r23b is now available in the stable channel of the SDK manager (use ndkVersion "23.1.7779620" in your build.gradle file) and for download from our website." but when you visit their website you won't be able to find it because it is now considered as unsupported but if you scroll down you would find a link to unsupported ndks https://github.com/android/ndk/wiki/Unsupported-Downloads but i wasn't able to find the specific version you need but there is version r23c available, can you check if that works for you?

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

79161612

Date: 2024-11-06 07:08:40
Score: 1
Natty:
Report link

Use xargs to effectively pass something in arguments, allows more independent execution to add more arguments and configuration for notify-send.

[command] 2>&1 | xargs -I {} notify-send "{}"

Example: ls "i don't exists" 2>&1 | xargs -I {} notify-send "{}"

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

79161606

Date: 2024-11-06 07:06:40
Score: 2.5
Natty:
Report link

Are you using the 'openai' package from CRAN? I believe it doesn't support assistants as of yet.

I have not tested it myself, but it might be worth checking out this repository: https://github.com/samterfa/openai - it seems to have an implementation for the Assistants endpoint.

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

79161605

Date: 2024-11-06 07:06:40
Score: 2.5
Natty:
Report link

Indentation Issue: Use backspaces to remove check if there is a tab indentation or space. If space is found, go all the way back and replace with tab. This should most likely resolve the issue.

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

79161602

Date: 2024-11-06 07:04:39
Score: 1.5
Natty:
Report link

Figured it out by myself.

The problem is that, in app.yaml, runtime: go will use a pre-built image, instead of the provided Dockerfile.

So, the solution will simply be:

runtime: custom

Just note: To use custom runtime, you have to specify flex environment (env: flex).

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

79161600

Date: 2024-11-06 07:03:39
Score: 1
Natty:
Report link

It seems like your error refers to another line of code. Anyway, in order to add a custom message to expect statement you should use:

await expect(page.getByText('Name'), 'should be logged in').toBeVisible();

as you can see in their official documentation here

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

79161596

Date: 2024-11-06 07:01:38
Score: 2
Natty:
Report link

I faced the same problem, but I wanted to do without terrible crutches in the spirit of sending messages and it was required that users could not notice this check. I suggest such a solution - try to set an empty (None) reaction. If there is no message, there will be one of two errors, if there is a message, then the try block will either be processed successfully (it is unknown why, because I never set a reaction) or there will be a REACTION_EMPTY error.

Code:

async def check_message_exists(self, message_id, chat_id):
    try:
        await self.bot.set_message_reaction(chat_id, message_id, None)

        return True

    except Exception as e:
        match str(e):
            case "Telegram server says - Bad Request: REACTION_EMPTY":
                return True

            case "Telegram server says - Bad Request: MESSAGE_ID_INVALID":
                return False

            case "Telegram server says - Bad Request: message to react not found":
                return False

        raise e

Note: under different circumstances, I receive either MESSAGE_ID_INVALID or "message to react not found", I would be very grateful if aiogram experts would explain why there are as many as 2 errors, when I checked deleted by admin or base group member message...

Reasons:
  • RegEx Blacklisted phrase (2): I would be very grateful
  • Long answer (-1):
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Alexey Zaliznuak

79161593

Date: 2024-11-06 07:00:38
Score: 1
Natty:
Report link

Have you tried below to initializate credential?

from azure.identity import ManagedIdentityCredential

credential = ManagedIdentityCredential()

# Can also specify a client ID of a user-assigned managed identity
credential = ManagedIdentityCredential(
   client_id="<client_id>",
)

reference

Reasons:
  • Whitelisted phrase (-1): Have you tried
  • Low length (0.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
Posted by: wenbo

79161591

Date: 2024-11-06 06:59:38
Score: 3
Natty:
Report link

setting

You can try this, I got same issue on Rider

Reasons:
  • Whitelisted phrase (-1): try this
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Tuấn Vũ Quý

79161582

Date: 2024-11-06 06:54:36
Score: 4.5
Natty:
Report link

Just a suggestion: What if split the array into en-us and ko-KR separate arrays then order by and bind at the end?

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

79161566

Date: 2024-11-06 06:48:35
Score: 3
Natty:
Report link

it seems like The issue is with checkInternetConnection which is called only once, so the app doesn't react to connectivity changes.

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

79161564

Date: 2024-11-06 06:48:35
Score: 3
Natty:
Report link

Could you please check the .NET version in your IIS pool is same as your dev .NET version. If its different install relevant version and try again.

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

79161546

Date: 2024-11-06 06:42:34
Score: 5
Natty: 7
Report link

[enter image description here][1]

656654 [1]: https://i.sstatic.net/Tpp6gMWJ.png

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

79161543

Date: 2024-11-06 06:40:33
Score: 1.5
Natty:
Report link

Update: Gradle version:8.3 android/gradle/wrapper/gradle-wrapper.properties: distributionUrl=https://services.gradle.org/distributions/gradle-8.3-all.zip

Update: Java version: 20

Notice: When you change project Gradle version and run application, then Java Compatibility version automatically download for this project. Don't worry.

enter image description here

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: Shamim Osman Pailot

79161542

Date: 2024-11-06 06:40:33
Score: 0.5
Natty:
Report link

Valid values for appearance in angular 16 is only fill or outline. See here.

Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
  • Single line (0.5):
  • High reputation (-1):
Posted by: N.F.

79161538

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

In my case it was empty string in setupFiles array

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: Vlad Rose

79161536

Date: 2024-11-06 06:38:32
Score: 1.5
Natty:
Report link

You can try to add 'cache_frame_data=False' to your 'ani':

ani = FuncAnimation(plt.gcf(), func=animate, fargs=([velocitymath.cos(angle), velocitymath.sin(angle)],), interval=UPDRATE , cache_frame_data=False)

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

79161534

Date: 2024-11-06 06:37:32
Score: 2
Natty:
Report link

Like @Marridi said, 'node_labels[key]= None' is right, I use:

    api_core.read_node(node_name)

    node.metadata.labels[label_key] = None

    api_core.patch_node(node_name, node)

to remove the label successfully.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • User mentioned (1): @Marridi
  • Low reputation (1):
Posted by: 13.8billion

79161531

Date: 2024-11-06 06:37:32
Score: 1
Natty:
Report link

You need to append '' (ie simulate enter)

(echo 'MY_PASSWORD'; echo '') | sshfs user@ip:/home /tmp/home -o password_stdin

works fine as it doesnt wait for any other input.

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

79161527

Date: 2024-11-06 06:35:31
Score: 1
Natty:
Report link

In Angular Material 16, the behavior of mat-form-field labels has been updated to align with the Material Design 3 specification. This update has introduced a new styling mechanism for labels that might cause labels to not float as expected after an upgrade. You can give try to following:-

  1. Ensure appearance attribute is set. Default appearance is "fill" try setting it to outline.

  2. Set "floatLabel" property

Reasons:
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Apurva Pathak

79161526

Date: 2024-11-06 06:34:31
Score: 3.5
Natty:
Report link

I need to convert this script to apk

bash scan_script.sh apiKey=1003.760d6c44ce2855af647e028eefac7328.e78738a4e28ed9ceccf5cea65181dd52

Reasons:
  • Blacklisted phrase (0.5): I need
  • Low length (1):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: user28156604

79161521

Date: 2024-11-06 06:32:30
Score: 2
Natty:
Report link

The stack trace indicates that the finalizer thread in your Java application is stuck. If you are using the finalize() method, try debugging if it's taking too long to execute. Try enabling garbage collection logging to get more details on the garbage collector's behavior.

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

79161520

Date: 2024-11-06 06:32:28
Score: 7.5 🚩
Natty: 6.5
Report link

I have the same problem that I can´t solve. I checked in package.json and axios is included in the latest update. I wonder if the problem is because I have 2 package.json och 2 package-lock.json? axios is only included in the latest package.json version(maybe that is the problem?) Can I delete the old packages.json and package-lock.json and keep only the new ones or do I have to have multiple json-files?

Reasons:
  • Blacklisted phrase (1): I have the same problem
  • 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: Ilona

79161509

Date: 2024-11-06 06:25:26
Score: 2
Natty:
Report link

The first answer was correct. I downgraded from version 2.2.50 to 2.2.45, and it worked. It's quite strange.

Reasons:
  • Whitelisted phrase (-1): it worked
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: ermao Lin

79161506

Date: 2024-11-06 06:24:26
Score: 1.5
Natty:
Report link

try this it's work

{/*Dark theme color for Android */} {/*iOS status bar*/}
Reasons:
  • Whitelisted phrase (-1): try this
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Ajay Bankar Dev 1 Aalore