79290794

Date: 2024-12-18 10:46:42
Score: 2.5
Natty:
Report link

See c:\users<username>\appdata\local\programs\pgAdmin 4 for a standalone pgAdmin install without Postgres.

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

79290791

Date: 2024-12-18 10:44:42
Score: 1.5
Natty:
Report link

I went to your App page on the App Store, i think your "Marketing URL" is empty. You'll need to re-publish with Marketing URL filled.

They use Marketing URL to reach the app-ads.txt

Step 1a https://support.google.com/admob/answer/9363762?sjid=988135710817718778-NA#step1a

For Apple App Store: Add your developer website in the marketing URL field of your store listing. Check if you can see the "Developer Website" link displayed at the bottom of your iOS app page to confirm that you successfully added the URL.

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

79290790

Date: 2024-12-18 10:44:41
Score: 4.5
Natty:
Report link

Have you tried using simple MATLAB operations such as B=2*A?

Reasons:
  • Whitelisted phrase (-1): Have you tried
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Radu Stefan

79290787

Date: 2024-12-18 10:43:41
Score: 3.5
Natty:
Report link

Though already some months ago, you may want to ask those kind of questions to the JMP community (www.community.jmp.com), where JMP users are helping other JMP users with such questions.

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

79290782

Date: 2024-12-18 10:41:40
Score: 4
Natty:
Report link

can you share the spark submit command ?

it's very important to add the log4j file manually when submiting your application.

you can't use a log4j.properties file from the class-path.

your spark submit should contains this

--files "./log4j.properties"
-Dlog4j.configuration=log4j.properties
Reasons:
  • RegEx Blacklisted phrase (2.5): can you share
  • Low length (0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): can you share the
  • Low reputation (0.5):
Posted by: Ali BOUHLEL

79290780

Date: 2024-12-18 10:41:40
Score: 1.5
Natty:
Report link

just convert the mongo doc to js object

const data = (await User.create(newUser)).toObject();

then you can delete it

delete (data as any).password;
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Andre wijaya

79290773

Date: 2024-12-18 10:37:37
Score: 8 🚩
Natty:
Report link

Venu Madhav Reddy Hi i am also facing same issue.

Reasons:
  • RegEx Blacklisted phrase (2): Hi i am a
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): i am also facing same issue
  • Single line (0.5):
  • Low reputation (1):
Posted by: Abhay Singh

79290769

Date: 2024-12-18 10:37:37
Score: 2.5
Natty:
Report link

Try installing with this command bunx --bun shadcn@latest init given in the docs

Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Govind P Venu

79290761

Date: 2024-12-18 10:34:36
Score: 1.5
Natty:
Report link
type Params = Promise<any>
export async function POST(request: Request, segmentData: { params: Params }) {
  const params = await segmentData.params
  const req = params.req
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Jaswant Singh

79290754

Date: 2024-12-18 10:32:35
Score: 1.5
Natty:
Report link

After making any changes to httpd.conf, restart Apache to apply changes:

Stop Apache: httpd.exe -k stop

Start Apache: httpd.exe -k start

Ttry changing the SetHandler line to: SetHandler "proxy:fcgi://127.0.0.1:9000/"

Check Apache's error.log (usually located in logs/error.log) for more details about the proxy error.

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: A P

79290752

Date: 2024-12-18 10:30:35
Score: 2.5
Natty:
Report link

Wayback Machine alternatives like Archive.today and Memento Time Travel offer options to save and access snapshots of web pages. These tools are helpful for preserving and revisiting historical web content. https://searchenginestate.com/wayback-machine-alternative/

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

79290747

Date: 2024-12-18 10:28:35
Score: 2
Natty:
Report link
{
{% for a in as %}
    {% set outer_loop = loop %}
    {% for b in bs %}
        {a,b} {{"," if not loop last or not outer_loop.last}}
    {% endfor %}
{% endfor %}
}
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Methil

79290744

Date: 2024-12-18 10:25:34
Score: 1.5
Natty:
Report link
#mapPassport *,
#mapPassport *::before,
#mapPassport *::after {
    border-width: initial !important;
    border-style: initial !important;
    border-color: initial !important;
}
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Сергей Сапранков

79290741

Date: 2024-12-18 10:25:34
Score: 1.5
Natty:
Report link

In cluster mode, the driver runs on a different machine than the client, so SparkContext.addJar won’t work out of the box with files that are local to the client. To make files on the client available to SparkContext.addJar, include them with the --jars option in the launch command.

SOURCE

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

79290740

Date: 2024-12-18 10:25:34
Score: 0.5
Natty:
Report link

I couldn't understand why you are using Container as super class and property at the same time.

@Inheritance(strategy = InheritanceType.JOINED)

You are using this annotation so subclass already related with super class 1..n One To Many relation.

After all, the solution is easy so you are lucky at this time.

@OneToMany(mappedBy = "parentContainer")
private Set<Component> content = new HashSet<>();

parentContainer should be property of Component class but I cannot see this property on Component class. The cause of exception it is.

After all, my recommendation is please remove the @OneToMany parts because using InheritanceType.JOINED doing exactly what you try.

public class Section extends Container { //You inherit it there

@Inheritance(strategy = InheritanceType.JOINED) // InheritanceType using JOIN so it will add only one foreign key on your subtable (the foreign key is primary key of super table)
public abstract class Container {

JOINED: With this strategy, each class in the hierarchy is mapped to its own table, but only the properties specific to that class are included in the table. The tables are linked using foreign keys, and a discriminator column is used in the base table to identify the subclass. This strategy provides a good balance between query performance and data integrity, but it requires additional joins when querying across the hierarchy.

https://medium.com/@iampraveenkumar/mastering-jpa-inheritance-strategies-hibernate-6-x-jpa-3-x-spring-boot-3-x-06eecac1147a

And if it is not enough Baeldung is good source.

https://www.baeldung.com/hibernate-inheritance

Good luck :)

Reasons:
  • Blacklisted phrase (0.5): medium.com
  • Blacklisted phrase (0.5): I cannot
  • Whitelisted phrase (-1): solution is
  • Long answer (-1):
  • Has code block (-0.5):
  • User mentioned (1): @OneToMany
  • Low reputation (1):
Posted by: Ali İhsan TAŞDELEN

79290739

Date: 2024-12-18 10:24:33
Score: 1
Natty:
Report link

Adding <item name="android:gravity">center</item> worked for me.

Reasons:
  • Whitelisted phrase (-1): worked for me
  • Low length (1.5):
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Charles Semaan

79290728

Date: 2024-12-18 10:19:32
Score: 2
Natty:
Report link

In case you are using Google Cloud Run, you have to specify these args like this (Edit Container > Settings tab)

enter image description here

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

79290722

Date: 2024-12-18 10:17:31
Score: 0.5
Natty:
Report link

Use textBox KeyDown event.

private void textBox1_KeyDown(object sender, KeyEventArgs e)
        {
            if (e.KeyValue == 13) // on enter
            {
                listBox1.Items.Add(textBox1.Text);
                textBox1.Focus();
                textBox1.Text = "";
            }
        }
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: AmirABD

79290721

Date: 2024-12-18 10:17:31
Score: 4
Natty: 5
Report link

sdsadasddsadsadasdsads dsdasdadsdasdassdadasd dasdsadasdasdsadasdsads sdsadsadsadasdsdasdsad dsadsadasdasdsdasdsdasdsa

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

79290709

Date: 2024-12-18 10:14:29
Score: 3
Natty:
Report link

Great article! If you need to quickly and cleanly remove unwanted objects from your photos, I recommend trying this tool now - https://airbrush.com/object-remover. It’s simple and delivers excellent results!

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

79290707

Date: 2024-12-18 10:13:29
Score: 2
Natty:
Report link

I posted the same question on VS developer community forum here and got the following answer:

Thanks for your time and wish you a good day!

During my discussion with our internal resources, we confirm that for the current time it’s suggested that we should use displayName and ID in this API. And as UniqueName is deprecated, we should not use it in our workflow.

We have reported this situation to our related team for further evaluations. And for this current time, we will close this ticket as this is not a bug.

Thanks for your understandings, and we’d recommend you to come back to this community if you meet any issues related to Azure DevOps.

We will still be here to help you solve issues. Thank you for helping us build a better Azure DevOps.

So, currently you can assign tester using displayName and id only.

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Blacklisted phrase (0.5): Thanks
  • Blacklisted phrase (1): good day
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: fatcatpl

79290686

Date: 2024-12-18 10:06:27
Score: 1.5
Natty:
Report link

Downgrading mysql-connector-java version from 8.0.32 to 8.0.19 did the trick for me, where I had to keep using same connection string with serverTimezone=PST.

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

79290685

Date: 2024-12-18 10:05:27
Score: 2
Natty:
Report link

How state in my request the problem is on FireFox and not in Chrome annd Edge.

I found in my CSS style sheet: .fg_Table td {font: normal 10pt Arial} and after its elimination the form is well displayed (it works also setting at least 12pt).

Thanks

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Starts with a question (0.5): How
  • Low reputation (0.5):
Posted by: Rossati

79290681

Date: 2024-12-18 10:05:26
Score: 7 🚩
Natty:
Report link

Even i want to know the solution for new update. Any update?

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

79290675

Date: 2024-12-18 10:00:25
Score: 4
Natty: 4.5
Report link

To date, an enrollment form must be completed to use the pipe operator: https://cloud.google.com/bigquery/docs/pipe-syntax-guide

enter image description here

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

79290673

Date: 2024-12-18 09:59:24
Score: 3
Natty:
Report link

At the end, i removed my dependencies to canvas. and it doesn't required native modules anymore ... previously i'm using canvas to show some chart on my websites.

but i replace the library called

echarts

and it doesn't really need canvas again after that thanks

Reasons:
  • Blacklisted phrase (0.5): thanks
  • Low length (0.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Riki Ahmad

79290669

Date: 2024-12-18 09:58:24
Score: 1
Natty:
Report link

Variables utilizadas por Scriptable.

// Estos Ejecutar la función principal auto apuntando para solo tiros ala cabeza 100% todo capa en la cabeza 100%

// Icono-color: gris oscuro; icono-glifo: ciego; let config = { “Nombre de la aplicación”: “FreeFireTH”,

“Dispositivo”: “iPhone 15 pro max”,

“OS_Version”: “18.1.1”,

“AppVersion”: “18.1.1.”,

“AIMLOCK”: {

“Precisión”: “Alta 100%”,

“Range”: “Corto y Largo”,

“Retraso”: “0.000082 tapshoot”,

“Sensibilidad”: “1x0000078195, 1x0000008293, 1x0000007291” }, "Configuración adicional”: {

‘Si_RECOIL_OB40_gun_M1887_0’: cierto,

‘Si_RECOIL_OB40_gun_M1887-X_0’: cierto,

‘Si_RECOIL_OB40_gun_SPAS12_0’: cierto,

‘Si_RECOIL_OB40_gun_M1014_0’: cierto,

‘Si_RECOIL_OB40_gun_MAG-7_0’: cierto,

‘Si_RECOIL_OB40_gun_CHARGEBUSTER_0’: cierto,

‘Si_RECOIL_OB40_gun_TROGON_0’: cierto,

‘Si_RECOIL_OB40_gun_UMP_0’: cierto,

‘Si_RECOIL_OB40_gun_MP5_0’: cierto,

‘Si_RECOIL_OB40_gun_VSS_0’: cierto,

‘Si_RECOIL_OB40_gun_MP40_0’: cierto,

‘Si_RECOIL_OB40_gun_P90_0’: cierto,

‘Si_RECOIL_OB40_gun_CG15_0’: cierto,

‘Si_RECOIL_OB40_gun_THOMPSON_0’: cierto,

‘Si_RECOIL_OB40_gun_BISON_0’: cierto,

‘Si_RECOIL_OB40_gun_VECTOR_0’: cierto,

‘Si_RECOIL_OB40_gun_MAC10_0’: cierto

}, “Nuevo contenido”: `

True,female_dtscollider.34G0c7XFIY72oWSp29emBYg4NWY~3D UnityFS5.x.x2018.11f1£©️[[@££@£CAB-1f2fab14dc0abe133b364b19b6dd5d610á£12018.4.11f1 sÿÿônÂŽ0ì“I? «’Bî️#ç€7€ÿÿÿÃÿÃÃÿÿÿÿÿ€@ހQ€j€H€ÀÀÀÿ¿¿Ã¿1€1€ÿÿÿÿ@žÂ€A

J

A$€

Aހ$A. €-A¦€6H€«€ÿÿÃÿ €1€1€ÿÿÿ @ހ

Qâ€j€

‹€> L€Dm_ComponentComponentPaircomponentm_FileIDm_PathIDm_Layerm_Tagm_IsActiverG¿Ãßú3w

¸Ã-ݮÃ...GÃÃ...1Ü]ÂŒK²Q{š&©️î️Â

€7€ÿÿÿ€4€v€

AހA. € Aâ €]€Ah€ê€

á. € €H€«€ÿÿÃÿ€1€1€ÿ¿Ã¿ @ހQâ€j

)¢

€>K € €XAdr€Þ€€€Þ€€›Þ§ €³AހÃ...à ̃èd€Þ€øÞ€Þ€Þ€À ހ å€*

¡€0 ¡€2 ¡€4 å€Ì8AÙ️ê9€€û:A€;A

<ހ=€. ¿Â€ >€? A9K@€¡€]A¡b€B¡€g €sDA €EAހŠFÞâ€â ̃G €¯HA €ÌIA€¸JAH€Êÿ¿¿¿¿¿K€1€1€ÿÿÿ¿L@Þâ€Â€MQ€j€NÖ¢O€>KP€€XQAdrR€žÃ€€Sހ€UÛUà ‘ };

// Función principal async function main() { // Aquí puedes añadir lógica adicional si es necesario, por ahora solo abrimos la app disparar tiros ala cabeza 100% activar dentro del juego // Intentar abrir Free Fire let url = "freefire://"; Safari.open(url);

// Enviar notificación de AIMLOCK activado
let notification = new Notification();
notification.title = "𝙓𝙔𝙈𝙁𝙍𝙀𝙀𝙎𝙏𝙔𝙇𝙀𝙑𝙄𝙋 𝘼𝘾𝙏𝙄𝙑𝘼𝘿𝙊";
notification.body = " 𝙓𝙔𝙈𝙁𝙍𝙀𝙀𝙎𝙏𝙔𝙇𝙀𝙑𝙄𝙋 𝙀𝙅𝙀𝘾𝙐𝙏Á𝙉𝘿𝙊𝙎𝙀 𝙀𝙉 𝙀𝙇 𝙎𝙄𝙎𝙏𝙀𝙈𝘼 𝘼𝙋𝙋𝙇𝙀.";
await notification.schedule();

}

// Ejecutar la función principal auto apuntando para solo tiros ala cabeza 100% todo capa en la cabeza 100% main();

Reasons:
  • Blacklisted phrase (1): ¿
  • Long answer (-1):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Amauri Hernandez

79290664

Date: 2024-12-18 09:56:23
Score: 1.5
Natty:
Report link

I was getting the same issue and in my case I restarted the Sql Server (MSSQLSERVER) service and timeout issue was gone.

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

79290662

Date: 2024-12-18 09:55:23
Score: 1.5
Natty:
Report link

It was indeed a connectivity issue. The parameter rds.force_ssl was 0 in RDS 13.15 and the default value in Version 16 is 1. Changing it to 0 resolved the connectivity issue.

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

79290657

Date: 2024-12-18 09:54:22
Score: 1.5
Natty:
Report link
String withoutBrackets = List.of("a", "b").toString()
                                 .replaceAll("[]\\[]", "");
System.out.println(withoutBrackets );

//output: a, b

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

79290655

Date: 2024-12-18 09:54:22
Score: 1
Natty:
Report link

Also, you (maybe) need to add in AndroidManiest, inside of manifest:

<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<queries>
<intent>
  <action android:name="android.media.action.IMAGE_CAPTURE" />
</intent>
</queries>
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Mr G

79290654

Date: 2024-12-18 09:54:22
Score: 2.5
Natty:
Report link

OK, so I found some code which I have slightly altered to work how I need it.

This is the code I used to establish a connection using a persoanl access token, which I am reading in from an embedded resource file.

static void ConnectWithPAT(string ServiceURL, string PAT)
{
    VssConnection connection = new VssConnection(new Uri(ServiceURL), new VssBasicCredential(string.Empty, PAT));
    InitClients(connection);
}

The InitClients method is as follows (I didn't touch this bit):

static void InitClients(VssConnection Connection)
{
    WitClient = Connection.GetClient<WorkItemTrackingHttpClient>();
    BuildClient = Connection.GetClient<BuildHttpClient>();
    ProjectClient = Connection.GetClient<ProjectHttpClient>();
    GitClient = Connection.GetClient<GitHttpClient>();
    TfvsClient = Connection.GetClient<TfvcHttpClient>();
    TestManagementClient = Connection.GetClient<TestManagementHttpClient>();
}

Then there's a method that executes the WIQL code:

static void RunStoredQuery(string project, string queryPath)
{
    QueryHierarchyItem query = WitClient.GetQueryAsync(project, queryPath, QueryExpand.Wiql).Result;

    string wiqlStr = query.Wiql;

    GetQueryResult(wiqlStr, project);
}

The GetQueryResult method calls another method called RunQueryByWiql - WorkItemQueryResult result = RunQueryByWiql(wiqlStr, teamProject);

static WorkItemQueryResult RunQueryByWiql(string wiqlStr, string teamProject)
{
    Wiql wiql = new Wiql();
    wiql.Query = wiqlStr;

    if (teamProject == "") return WitClient.QueryByWiqlAsync(wiql).Result;
    else return WitClient.QueryByWiqlAsync(wiql, teamProject).Result;
}

I then just use a StreamWriter to write the results out to a CSV file.

Many thanks @gunr2171 for the guidance. I got there in the end.

Cheers

Steve

Reasons:
  • Blacklisted phrase (0.5): thanks
  • Blacklisted phrase (1): Cheers
  • Blacklisted phrase (0.5): I need
  • Long answer (-1):
  • Has code block (-0.5):
  • User mentioned (1): @gunr2171
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: welshsteve147

79290648

Date: 2024-12-18 09:52:22
Score: 1
Natty:
Report link

This is a bit complicated but doable:

I would do as you suggest and pre-aggregate in BigQuery using STRING_AGG.

Then you can follow the steps that I outlined in my answer the question "Using Array Field for Filtering Rows", or use the community plugin suggested in another answer.

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

79290647

Date: 2024-12-18 09:52:21
Score: 5
Natty: 5
Report link

but even using Composer, you have to use a script with the CLI for configurations, for example. or is there something I'm missing about composer?

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Alberto Suárez Pérez

79290640

Date: 2024-12-18 09:49:20
Score: 2.5
Natty:
Report link

For anyone looking into this in the future:

As pointed out in the comments, it is currently not possible to retrieve the Profile Effect of a user using the Discord API.

I’ve submitted a feature suggestion to address this limitation. If there are any updates or changes to this functionality, I’ll make sure to update this answer.

Reasons:
  • RegEx Blacklisted phrase (0.5): any updates
  • Low length (0.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: EntchenEric

79290637

Date: 2024-12-18 09:46:19
Score: 3.5
Natty:
Report link

I think is better to avoid ! exclamation point in folder names. You have: !!!Days

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

79290635

Date: 2024-12-18 09:46:19
Score: 5
Natty:
Report link

I'm using the last.fm API to get recommendations: https://www.last.fm/api/show/track.getSimilar

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

79290634

Date: 2024-12-18 09:45:19
Score: 2
Natty:
Report link

For me the issue was caused by a couple of stale 2FA txns in pg_prepared_xacts which were around seven days old. Rolling them back fixed the issue.

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

79290633

Date: 2024-12-18 09:45:19
Score: 1.5
Natty:
Report link

The only way you can use: Dividing the images into smaller parts and making multiple images... I just found out that it could be useful and used it. Thanks for the comments.

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Whitelisted phrase (-1.5): you can use
  • Low length (1):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: H.M

79290627

Date: 2024-12-18 09:41:17
Score: 7 🚩
Natty:
Report link

What the hell @shaido

without understanding the problem how can i give the solution ??

By the way if you have any idea or if you know the answer you can provide the answer then ?? what is the use of providing answer without knowing where's the exact problem is ??

Reasons:
  • Blacklisted phrase (0.5): how can i
  • Low length (0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • User mentioned (1): @shaido
  • Starts with a question (0.5): What the
  • Looks like a comment (1):
  • Low reputation (1):
Posted by: chotu_3627

79290624

Date: 2024-12-18 09:40:16
Score: 2
Natty:
Report link

An alternative might be to use Paket.

From their FAQ: "Paket tries to embrace semantic versioning while NuGet uses a pessimistic version resolution strategy." This should give you more up-to-date transitive package versions and the lock file should prevent unwanted updates. There also seem to be Plugins for VisualStudio and VSCode.

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

79290623

Date: 2024-12-18 09:40:16
Score: 1.5
Natty:
Report link
  1. To find the old chromedriver, first you open (mine is window) cmd and run chromedriver.exe.
  2. Then you go to Task Manager by press Ctrl + Shift + Esc keys.
  3. Then go to Processes (you might need to click on your user if your machine has more than one user).
  4. Find the process "chromedriver", right click and select Open File Location.
  5. Now you will see the real location of the old file. Just delete it and replace by the new file.
Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: Dany Do

79290620

Date: 2024-12-18 09:39:16
Score: 1.5
Natty:
Report link

With Python 3 you have this error on lpVerb and lpFile :

TypeError: bytes or integer address expected instead of str instance

So you have to convert the strings into bytes in your code with : encode('utf-8') like :

sei.lpVerb = "properties".encode('utf-8')
sei.lpFile = "C:\\Desktop\\test.txt".encode('utf-8')

refer to : Python 3.5, ctypes: TypeError: bytes or integer address expected instead of str instance

Reasons:
  • Probably link only (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Géo-IT Solutions

79290605

Date: 2024-12-18 09:35:15
Score: 2.5
Natty:
Report link

3 steps to navigate from one page to another in react js?

//In your file
import {useNavigate } from 'react-router-dom'

//In your component
const navigate = useNavigate() 

//In your function
navigate('/home')
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Low reputation (0.5):
Posted by: merrais

79290604

Date: 2024-12-18 09:35:15
Score: 1.5
Natty:
Report link

I know this is an old topic, but I think you are looking for the useExisting option of the provider, which must be placed on the directive itself.

So if you have an injection token FLASHY_TOKEN and a directive FlashyDirective that implements the appropriate interface, then the FlashyDirective must provide "itself" on that given injection token. Something like this:

export const FLASHY_TOKEN = new InjectionToken<IFlashy>('IFlashy');

@Directive({
  selector: '[flashyDirective]',
  providers: [
    { provide: FLASHY_TOKEN, useExisting: forwardRef(() => FlashyDirective) },
  ],
})
export class FlashyDirective implements IFlashy {}

The forwardRef is used because at that line, the class itself is not yet fully defined. From the linked documentation:

The order of class declaration matters in TypeScript. You can't refer directly to a class until it's been defined. [...] You face a similar problem when a class makes a reference to itself

It does not seem to be 100% necessary with the current (v19) version of Angular, but it doesn't make anything worse, so I tend to use it in these cases.

With useExisting you can basically forward one token to another. There is a good example in the docs that uses a similar approach:

Angular recognizes the directive's role in the validation process because the directive registers itself with the NG_VALIDATORS provider [...]

Notice that the custom validation directive is instantiated with useExisting rather than useClass. The registered validator must be this instance of the ForbiddenValidatorDirective. [...]

If you were to replace useExisting with useClass, then you'd be registering a new class instance, one that doesn't have a forbiddenName.

Also, here is an oversimplified stackblitz example

Reasons:
  • Long answer (-1):
  • Has code block (-0.5):
  • Me too answer (2.5): face a similar problem
  • Low reputation (0.5):
Posted by: csisy

79290600

Date: 2024-12-18 09:33:14
Score: 1.5
Natty:
Report link

I was able to do this using the tun2socks package. you can add the source code as a library to your code in .aar file format. then impelement it in app/buildgradle. you can now use the library in a vpn service. with key and engine values http / https / socks5 will be available. besides that it passes through proxy checkers without any problem. proxy info is not very good at this.

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

79290599

Date: 2024-12-18 09:32:14
Score: 0.5
Natty:
Report link

I have found (with over 50 Microsoft Accounts) That short of using 3 different versions of Edge, 1 of Firefox, 1 Chrome etc. etc. that the easiest way to log out of an account is using the Azure Portal and selecting Log Out.

Microsoft are really only motivated by apps that matter. Sharepoint is a dog product and always has been. It brings down the the whole of 365. Fancy still not being able to deal with text files, I mean what is that?

Oh, and if you don't have access, it can't tell you who you are before you ask.

So, portal.azure.com, it does not matter if it is a mess, you can sign out an sign in as a different user.

Microsoft, you need a web app that does this and nothing else.

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
Posted by: mckenzm

79290598

Date: 2024-12-18 09:32:14
Score: 1
Natty:
Report link

For folks using colima, i just had to restart colima service

colima stop && colima start
Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
Posted by: Nishant Patel

79290583

Date: 2024-12-18 09:29:13
Score: 0.5
Natty:
Report link

I fixed it adding a \ after the --build-number argument... that was missing

Reasons:
  • Whitelisted phrase (-2): I fixed
  • Low length (1.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Jan

79290581

Date: 2024-12-18 09:29:13
Score: 2
Natty:
Report link

I propose that you create a function that, when supplied with i and n, yields a string that corresponds to line i of card n. To obtain the desired result, you may then run that in a double nested loop, publishing the outcomes sequentially. To begin, you can create a model of the desired output to serve as a guide while you code the loop.

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

79290577

Date: 2024-12-18 09:27:13
Score: 1.5
Natty:
Report link

As I'm new, I can't comment directly on NeNaD's answer. Please be aware, that if you opt for this solution, this will replace your assets configuration you defined earlier in the general build options. If you don't want to replace the entire assets configuration but replace specific files based on the environment, work with fileReplacements, e.g.:

"build": {
    "configurations": {
        "production": {
            "fileReplacements": [
                {
                    "replace": "src/assets/seo/development/robots.txt",
                    "with": "src/assets/seo/production/robots.txt"
                },
                {
                    "replace": "src/assets/seo/development/sitemap.xml",
                    "with": "src/assets/seo/production/sitemap.xml"
                }
            ]
        }
    }
}

I hope this helps any one trying NeNaD's answer and wondering where their images went.

Reasons:
  • Whitelisted phrase (-1): hope this helps
  • RegEx Blacklisted phrase (1): can't comment
  • RegEx Blacklisted phrase (1.5): I'm new
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Julia Eichler

79290574

Date: 2024-12-18 09:24:12
Score: 1
Natty:
Report link

It is easier to separate the drawing and the text annotation:

# Plot each line 
for i, y_week in enumerate(y):
    ax.plot(x, wins_array[i], zs=y_week, zdir='x', label=weeks[i])
    # Add shaded area below the line
    ax.bar(x, wins_array[i], zs=y_week, zdir='x', alpha=0.1)

# Add labels directly on the curves
for i in y:
    for j, k in zip(x, wins_array[i]):
        ax.text(i, j, k, f"{k}", color="red", fontsize=8, ha="center")

res

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

79290558

Date: 2024-12-18 09:17:10
Score: 3
Natty:
Report link

This article describes how the Oracle HotSpot VM uses Signals internally and describes a way to add custom signal handlers (Signal Chaining). This cannot be done using Java language but requires own native libraries to hook into the JVM.

Reasons:
  • Blacklisted phrase (1): This article
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Doc Brown

79290554

Date: 2024-12-18 09:16:08
Score: 9 🚩
Natty:
Report link

Did you find out more about this problem? We are getting the same error message here... the code looks basically the same. With 5.8.0, the problem did not occur, but we cannot use that version anymore. Also, with the certificate test site badssl.com, the same code is working.

Reasons:
  • RegEx Blacklisted phrase (3): Did you find out
  • Low length (0.5):
  • No code block (0.5):
  • Me too answer (2.5): getting the same error
  • Contains question mark (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): Did you find
  • Low reputation (1):
Posted by: user28835701

79290552

Date: 2024-12-18 09:15:08
Score: 2.5
Natty:
Report link

After I checked a lot of things, finally I figour out the problem and it was related to ARR and WAF servers settings. There are some limitation on network and hosting server and it caused that IIS can not response correctly.

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

79290540

Date: 2024-12-18 09:11:07
Score: 4
Natty:
Report link

Set Env PYSPARK_PYTHON=python To Fix It.

e.g.

on windows m/c

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

79290538

Date: 2024-12-18 09:10:06
Score: 2.5
Natty:
Report link

Don't forget write after each command - ;

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

79290527

Date: 2024-12-18 09:08:05
Score: 1
Natty:
Report link

The answer by @btd1337 using ~src/assets is the same to the Solution 1 by @shashank-agrawal but with the benefits of not having to deal with relative path.

The asset files are being copied to root folder in both solution anyway

If you don't wanna those asset file being copied to the root folder then using Solution 3 by @shashank-agrawal should achieve it

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

79290524

Date: 2024-12-18 09:07:05
Score: 1
Natty:
Report link

You are confusing Console Applications Approach and WinForms Approach. In Console you can break the current workflow and wait for input like Console.ReadLine() there is however no direct substitute in WF since it works with Triggers (Buttons as example) to pause, chip in, and let it run. In short: you fire an event.

So no there is no real equivalent

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

79290523

Date: 2024-12-18 09:06:04
Score: 2
Natty:
Report link

Might be a bit late, but I made this possible by using the window object named "localstorage". By applying that to your js script that handles the dark mode button/toggle, you will save the user input on the browser.

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

79290520

Date: 2024-12-18 09:05:04
Score: 3.5
Natty:
Report link

install latest webpack and webpack-cli it resolved issue

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

79290519

Date: 2024-12-18 09:04:03
Score: 7 🚩
Natty: 6
Report link

@Mark Hinds

Hi Mark and others.

The 1PPS voltage levels accepted for the GPIO - do you remember/know?

Thanks. BR, Atle

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • User mentioned (1): @Mark
  • Looks like a comment (1):
  • Low reputation (1):
Posted by: Atle Storteig

79290517

Date: 2024-12-18 09:04:03
Score: 4
Natty: 5
Report link

Thank you I guess this great.. my bad it works just fine :)

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

79290515

Date: 2024-12-18 09:03:02
Score: 1
Natty:
Report link

For anyone still running into this issue, for me it was simply in the system settings -> USB -> Select data transfer option. If only charge is used it somehow ends in a loop with all symptoms of a broken cable. Hope this helps.

Reasons:
  • Whitelisted phrase (-1): Hope this helps
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: luktant

79290514

Date: 2024-12-18 09:02:02
Score: 1
Natty:
Report link

If you already have root privilages and need sudo only to run existing code using sudo, then alias can be used as below:

alias sudo="$($1)"

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

79290505

Date: 2024-12-18 08:59:01
Score: 2.5
Natty:
Report link

Finaly, I've solved my problem by replacing '$pdo->beginTransaction();' with :

$pdo->setAttribute(\PDO::ATTR_AUTOCOMMIT, false); $pdo->exec("SET TRANSACTION READ ONLY ISOLATION LEVEL READ COMMITTED NO WAIT");

Perhaps, my problem could help others

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: ARIS Dév

79290497

Date: 2024-12-18 08:57:01
Score: 1
Natty:
Report link
@GeneratedValue(strategy = GenerationType.AUTO, generator = "seq_gen")
@SequenceGenerator(name = "seq_gen", sequenceName = "hibernate_sequence")
  1. I have added generator to GeneratedValue annotaion and added SequenceGenerator to all of my entities.
  2. hibernate_sequence is the table name that is created by hibernate in previous versions so I added the sequenceName.
  3. Now my app runs smooth using jakarta as it is before with javax
Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Manikandan Thangapandiyan

79290496

Date: 2024-12-18 08:57:00
Score: 5
Natty: 5
Report link

It is ViewRootImpl.

https://android.googlesource.com/platform/frameworks/base/+/master/core/java/android/view/ViewRootImpl.java

in line 1866

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

79290493

Date: 2024-12-18 08:56:00
Score: 2
Natty:
Report link

Deleting the oracle from the path env variable solved it for me.

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

79290486

Date: 2024-12-18 08:53:59
Score: 1.5
Natty:
Report link

Well, I solve it. I carefully check my settings and process. Maybe the VScode cannot handle bash(MSYS2) perfectly.

I also read the official guide agagin Get Started with C++ and MinGW-w64 in Visual Studio Code

In the guide, it told us that we should add C:\msys64\ucrt64\bin into you PATH. Then set the PowerShell as the default terminal.

Then the output of terminal become clean and right. enter image description here

USE the POWERSHELL as default terminal if you can.

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

79290484

Date: 2024-12-18 08:53:59
Score: 2.5
Natty:
Report link

You can simply add the styles folder in your src (src/styles/) if not found and create a file name (global.css/styles.css/index.css) that suits you and now you can create the customized classes and components for your project.

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

79290474

Date: 2024-12-18 08:50:58
Score: 2
Natty:
Report link

try the MenuAnchor widget. It worked for me.

https://api.flutter.dev/flutter/material/PopupMenuButton-class.html#material.PopupMenuButton.2

Reasons:
  • Whitelisted phrase (-1): It worked
  • Whitelisted phrase (-1): worked for me
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Help Electronic

79290472

Date: 2024-12-18 08:49:58
Score: 1
Natty:
Report link

Instead of skb_network_header() or skb_transport_header() you need to use skb_header_pointer() to get the payload of packet.

See example here.

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

79290464

Date: 2024-12-18 08:47:57
Score: 0.5
Natty:
Report link
at::Tensor convert(const dlib::array2d<dlib::rgb_pixel> & img)
{
    const auto height = img.nr();
    const auto width = img.nc();
    auto tensor = at::zeros({1, 3, height, width});

    for (int y = 0; y < height; ++y)
    {
        for (int x = 0; x < width; ++x)
        {
            tensor[0][0][y][x] = img[y][x].blue;
            tensor[0][1][y][x] = img[y][x].green;
            tensor[0][2][y][x] = img[y][x].red;
        }
    }

    return tensor;
}
Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Ulrich Von Rekkenin

79290459

Date: 2024-12-18 08:46:57
Score: 4.5
Natty: 5
Report link

hello please I would like to know how to save data in JS in different databases depending on the database the frontend user wants to access

Reasons:
  • Blacklisted phrase (1.5): I would like to know
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Nirton

79290457

Date: 2024-12-18 08:44:56
Score: 3.5
Natty:
Report link

Okay, you need to specify the exact folder name for the .net sdk in TargetFramework. If you use the one generated by Visual Studio (like just "net8.0") it won't work. Thank you Microsoft.

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Low length (0.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Arcus

79290452

Date: 2024-12-18 08:42:55
Score: 2
Natty:
Report link

In VSCode 1.96 with Jupyter extension (2024.11.0, ms-toolsai.jupyter), you can check the related details like timestamp by hovering cursor over the execution time at the end of the cell.

screenshot of popup showing execution time

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Nodtem66

79290446

Date: 2024-12-18 08:41:55
Score: 1
Natty:
Report link

For example, if you're on a login screen and navigate to the home screen using pushReplacement, the login screen will be replaced by the home screen. But if you use pushAndRemoveUntil, you can remove all previous screens and directly navigate to the home screen, like clearing the stack and starting fresh.

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

79290443

Date: 2024-12-18 08:40:55
Score: 2.5
Natty:
Report link

In my code the driver_name.execute("window.focus();) does not activate the window nor bring it to view. My code is using pyautogui and cannot find the visual targets, because the wrong browser window is active.

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

79290440

Date: 2024-12-18 08:38:54
Score: 1
Natty:
Report link

I had same problem, stupid me did not add the tags at the root of my Livewire blade file. So answer from @Samundar Singh worked for me!

Please put your blade file html into the tag.

<div>
// you HTML code here
</div>
Reasons:
  • Whitelisted phrase (-1): worked for me
  • Low length (0.5):
  • Has code block (-0.5):
  • User mentioned (1): @Samundar
  • Low reputation (1):
Posted by: Arian Masselink

79290430

Date: 2024-12-18 08:35:53
Score: 3
Natty:
Report link

As it turns out, this was an selinux issue, rather than a PHP issue. The web server was not allowed to make external HTTP requests. Once I enabled that with "setsebool -P httpd_can_network_connect on", I was able to get requests to go through.

Thank you to everyone who tried to help.

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Low length (0.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: AckItsMe

79290429

Date: 2024-12-18 08:34:53
Score: 1.5
Natty:
Report link

If someone finds this answer years later, like I did, use chrW(128) instead of chr(), that forces Unicode character. If it matches what Excel expects for a currency format it will still recognize the cell as currency.

For example: Range("A1:A100").NumberFormat = " $" & ChrW(128) & " #,###.00";

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

79290420

Date: 2024-12-18 08:30:52
Score: 11
Natty: 7.5
Report link

have any body fixed this problem? i've encountered the same problem,please give me some suggestions, thank you!

Reasons:
  • Blacklisted phrase (0.5): thank you
  • Blacklisted phrase (3): give me some
  • RegEx Blacklisted phrase (2.5): please give me some
  • RegEx Blacklisted phrase (1.5): fixed this problem?
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: user23858705

79290414

Date: 2024-12-18 08:27:51
Score: 2.5
Natty:
Report link

It could depend on the quality of the content, the server performance. Check that there are no duplicate pages, and optimize the site for search engines. These are the two ways to influence and try to increase the crawl budget.

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

79290409

Date: 2024-12-18 08:24:50
Score: 3
Natty:
Report link

Moving id "kotlin-kapt" or id("kotlin-kapt") to the bottom of plugins{} in the app/build.gradle will make it work fine

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

79290408

Date: 2024-12-18 08:24:50
Score: 3
Natty:
Report link

i kept trying to ask chatGPT for almost 2 days , i got tired without any added value , but this , this is where we should look for the information

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

79290388

Date: 2024-12-18 08:16:48
Score: 2.5
Natty:
Report link

send_to_erpnext('HR-EMP-00004', datetime.datetime.now(), 'HO1', 'IN') ^ The mistake was here |

I put employee id insted of attendance device id. it is created in HR/Employee/Name of the Employee/Attendances and Leaves/

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

79290382

Date: 2024-12-18 08:14:47
Score: 2
Natty:
Report link

This seems to be a bug in electron-builder versions 25.x, try downgrading to a 24.x version until it gets fixed.

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

79290377

Date: 2024-12-18 08:13:47
Score: 1
Natty:
Report link

For PowerShell:

$registry_name = ""

$repos = az acr repository list -n $registry_name --output tsv

foreach ($repo in $repos){
$Tags = az acr repository show-tags -n $registry_name --repository $repo --output tsv
foreach ($tag in $Tags) {"$($repo) : $($tag)"}
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Satyandra V

79290373

Date: 2024-12-18 08:12:47
Score: 3.5
Natty:
Report link

How we move files from azure storage to some remote SFTP server., Since the above link provided only talks about files moving into azure blob storage and not to some remote sftp location. thank you

Reasons:
  • Blacklisted phrase (0.5): thank you
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): How we
  • Low reputation (1):
Posted by: GravitySucks

79290361

Date: 2024-12-18 08:06:45
Score: 6 🚩
Natty:
Report link

what will i get in this.respData.data.entities object or array ?

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
  • Low reputation (1):
Posted by: Utsav Makwana

79290356

Date: 2024-12-18 08:05:44
Score: 1.5
Natty:
Report link

Add fill="none" in both circle prop, This prevents any fill from overlapping or affecting the appearance of the circles.

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

79290354

Date: 2024-12-18 08:04:44
Score: 3
Natty:
Report link

This works just fine. Thanks. I had the same problem but now the description had gone belwo the products lists. You are genius.

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Whitelisted phrase (-1): I had the same
  • Low length (1):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Vivek

79290351

Date: 2024-12-18 08:03:43
Score: 0.5
Natty:
Report link

If you don't need the hierarchical dict structure, you could try:

grouped = df.groupby(['Region', 'Country', 'AREA_CODE'])
pd.concat([grouped.AREA_SUB_CODE_1.apply(list), grouped.AREA_SUB_CODE_2.apply(list)], axis=1)
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: techtech

79290350

Date: 2024-12-18 08:02:43
Score: 3.5
Natty:
Report link

I have tried this formula and it works

=SUMPRODUCT(('Stop Work'!$D$8:$D$500=$C10)('Stop Work'!$K$8:$K$500="Open")('Stop Work'!$C$8:$C$500=$B$2))

thank you anyway

Reasons:
  • Blacklisted phrase (0.5): thank you
  • Low length (1):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Ramadan Moussa

79290349

Date: 2024-12-18 08:02:43
Score: 3
Natty:
Report link

As mentioned by @David C. Rankin in the comments:

z ( eza --sort=modified | tail -n 1) worked

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • User mentioned (1): @David
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: bbqman

79290348

Date: 2024-12-18 08:02:43
Score: 1
Natty:
Report link

use exit(0) in your click functions

InkWell(
  onTap:(){
       exit(0);
         }
      )
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Navas Shareef

79290347

Date: 2024-12-18 08:01:43
Score: 2.5
Natty:
Report link

That should work! Using the SHA3_sponge function along with SHA3_absorb and SHA3_squeeze from the assembly code can be sufficient, as long as the calling conventions align correctly between the C functions and assembly. Just make sure everything integrates smoothly, and you should be good to go.

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

79290342

Date: 2024-12-18 07:59:42
Score: 3.5
Natty:
Report link

I am using springboot 3.3.6 and jdk 21. The above issue still perists

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

79290340

Date: 2024-12-18 07:58:41
Score: 6 🚩
Natty: 4.5
Report link

डायनासोर का अंत लगभग 6.6 करोड़ साल पहले हुआ। एक विशाल उल्कापिंड पृथ्वी से टकराया, जिससे भूकंप, ज्वालामुखी विस्फोट और वातावरण में धूल का गुबार उठा। सूर्य की रोशनी बंद हो गई, जिससे जलवायु परिवर्तन हुआ और डायनासोर सहित कई जीव विलुप्त हो गए।

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • No latin characters (3.5):
  • Low reputation (1):
Posted by: MG The Titab