79515882

Date: 2025-03-17 22:32:48
Score: 1.5
Natty:
Report link

you need to upgrade to IntelliJ IDEA Ultimate source

enter image description here

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

79515871

Date: 2025-03-17 22:24:47
Score: 4.5
Natty:
Report link

https://eceeq.org

header 1 header 2
cell 1 cell 2https://eceeoq.org/
cell 3 cell 4

Right

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

79515860

Date: 2025-03-17 22:18:46
Score: 1.5
Natty:
Report link

This is a much cleaner and more robust solution! The error handling and use of get_text(separator="\n", strip=True) for content extraction are particularly helpful. Remember that respecting robots.txt and website terms of service is crucial when scraping. Great job!"

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

79515856

Date: 2025-03-17 22:15:45
Score: 1
Natty:
Report link

It sounds like you're on the right track to the store and update results dynamically, you might need to adjust how you're handling the previous Num and currentNum updates before applying the operator. Consider using a temporary variable to store intermediate results before assigning them. Also, debugging with console.log() at each step can help track where the logic breaks.By the way, if you're into precise calculations, check out our IPPT Calculator—a great tool for tracking fitness performance with accuracy.

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

79515854

Date: 2025-03-17 22:14:45
Score: 2
Natty:
Report link

I have used sctp_test and iperf3 on Linux and it certainly works well.

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

79515851

Date: 2025-03-17 22:11:44
Score: 1
Natty:
Report link

If you don't log into your email on Linux, the logs won't be automatically sent to your email.

The logs are stored in a local log file.

Example: /var/log/mail.log or /var/log/maillog.

Hope this helps.

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

79515850

Date: 2025-03-17 22:10:44
Score: 1
Natty:
Report link

To achive full screen, I used a library called @telegram-apps/sdk

npm install @telegram-apps/sdk

Then I wrote this code in App component it loads when App component loades:

useEffect(() => {
    async function initTg() {
      if (await isTMA()) {
        init();

        if (viewport.mount.isAvailable()) {
          await viewport.mount();
          viewport.expand();
        }

        if (viewport.requestFullscreen.isAvailable()) {
          await viewport.requestFullscreen();
        }
      }
    }
    initTg();

  }, []);

Here is the result:
enter image description here

Reasons:
  • Probably link only (1):
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Abdulkhak Tursunov

79515810

Date: 2025-03-17 21:45:38
Score: 1
Natty:
Report link

Link above (http://support.microsoft.com/kb/112841) has rotted, but here's the TL:DR;

mode con


C:\> mode con

Status for device CON:
----------------------
    Lines:          49
    Columns:        189
    Keyboard rate:  31
    Keyboard delay: 1
    Code page:      437

C:\> mode /?                                                                                                                                              

Configures system devices.

Serial port:       MODE COMm[:] [BAUD=b] [PARITY=p] [DATA=d] [STOP=s]
                                [to=on|off] [xon=on|off] [odsr=on|off]
                                [octs=on|off] [dtr=on|off|hs]
                                [rts=on|off|hs|tg] [idsr=on|off]

Device Status:     MODE [device] [/STATUS]

Redirect printing: MODE LPTn[:]=COMm[:]

Select code page:  MODE CON[:] CP SELECT=yyy

Code page status:  MODE CON[:] CP [/STATUS]

Display mode:      MODE CON[:] [COLS=c] [LINES=n]

Typematic rate:    MODE CON[:] [RATE=r DELAY=d]
Reasons:
  • Probably link only (1):
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Eric Sherrill

79515802

Date: 2025-03-17 21:37:37
Score: 1.5
Natty:
Report link
Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Ronin Thomas

79515800

Date: 2025-03-17 21:36:37
Score: 2.5
Natty:
Report link

The variables BENCHMARK and COMPILER aren't assigned in time to be used in the same iteration of the loop. It works if you just use $(1) and $(2) instead.

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

79515794

Date: 2025-03-17 21:34:36
Score: 0.5
Natty:
Report link

Success! flutter clean cleared whatever intermediate file(s) had the old file name. It also broke dependencies, which I restored with flutter pub get. So if it helps someone else, doing this after changing the file extension (see above) to .m worked for me.

Reasons:
  • Whitelisted phrase (-1): worked for me
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Eggsalad

79515793

Date: 2025-03-17 21:31:36
Score: 2
Natty:
Report link

The issue was we were using Auth Code Tokens when we should have been using Client Authentication Tokens.

UPS docs are weird as they say they are removing User/PW authentication but just use a form of it to get a Client Auth token. I would have thought the Auth Code tokens would be the "more secure" choice.

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

79515791

Date: 2025-03-17 21:31:36
Score: 1
Natty:
Report link

Here's a reusable object (agent class) StateStatistics that preforms the statistics collection on mutually exclusive states, you can download the source code from https://cloud.anylogic.com/model/859441d5-8848-4e81-b414-ea918cc7a172
The states can be anything (equipment states, client states, staff states, statechart states, etc.) and can be of any type (Object). The statistics collected includes: Total Time in State, # of Occurrences of a State, Average Time in State, Percentage of Time in State. In the example model, a hypothetical statechart is used to generate state changes, and an Option List is the type of states.
I would vote for including such or similar object into AnyLogic.

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

79515786

Date: 2025-03-17 21:29:35
Score: 3.5
Natty:
Report link

So I've had this issue trying to configure this in DBeaver. I lost a lot of time in the OCI console following a false lead (the ACL error usually means it's a authorization issue). I expect other JDBC clients might have a similar issue, so this is how I eventually solved it.

Under driver manager / Oracle / libraries:

enter image description here

Under connection settings / Driver properties set the keystore and the truststore (location, password and type for both). The password is the one provided when you downloaded the Wallet from the portal.

The connection settings are just using the TNS setup.

enter image description here

Reasons:
  • Probably link only (1):
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Me too answer (2.5): have a similar issue
  • Low reputation (1):
Posted by: Alex

79515771

Date: 2025-03-17 21:23:34
Score: 0.5
Natty:
Report link

This is an updated version Damon Coursey's technique for querying the Activity logs. This follows how activity logs are saved in Log Analytics workspace. It also uses the max_arg aggregator to work for multiple VMs instead of one, and provides some additional fields for uptime in hours or days.

Note you will need to export the Activity logs for each subscription into a Log Analytics workspace, per this guide: https://learn.microsoft.com/en-us/azure/azure-monitor/essentials/activity-log?tabs=powershell#send-to-log-analytics-workspace

Configure DaysOfLogsToCheck, and Max_Uptime. Note this will only help you track events for as long as Activity logs are stored in your workspace (default 90 days).

// Uses Activity logs to report VMs with assumed uptime longer than X days (days since last 'start' action). 
// Activity Log export must be configured for a relevant subscription, to save activity logs to a log workspace.
// Ref: https://learn.microsoft.com/en-us/azure/azure-monitor/essentials/activity-log?tabs=powershell#send-to-log-analytics-workspace
let DaysOfLogsToCheck = ago(30d);
let Max_Uptime = totimespan(3d); // Specify max uptime here, in hours (h) or days (d).
let MaxUptimeDate = ago(Max_Uptime);
let Now = now();
// At a high level: we pull all VM start OR stop(deallocate) events, then summarize to pull the most recent event for each host, then filter only the 'start' events.
// We do this to avoid double-counting a system that was stopped and started multiple times in the period.
// Some includes and excludes are also added per variables above, for tailored reporting on hosts and groups.
AzureActivity
| where TimeGenerated > DaysOfLogsToCheck
    and ResourceProviderValue == "MICROSOFT.COMPUTE"
    and Properties_d['activityStatusValue'] == "Start"
    and Properties_d['message'] in ("Microsoft.Compute/virtualMachines/start/action", "Microsoft.Compute/virtualMachines/deallocate/action")
    and TimeGenerated <= MaxUptimeDate
| extend
    Uptime_Days = datetime_diff('day', Now, TimeGenerated),
    Uptime_Hours = datetime_diff('hour', Now, TimeGenerated),
    MaxUptime=Max_Uptime
| project
    TimeGenerated,
    ResourceProviderValue,
    ResourceGroup=Properties_d['resourceGroup'],
    Resource=Properties_d['resource'],
    Action=Properties_d['message'],
    Uptime_Days,
    Uptime_Hours,
    MaxUptime
| summarize arg_max(TimeGenerated, *) by tostring(Resource) //Pull only the latest event for this resource, whether stop or start
| where Action == "Microsoft.Compute/virtualMachines/start/action" // Now only show the "start" actions
Reasons:
  • Blacklisted phrase (1): this guide
  • Long answer (-1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: user29985006

79515758

Date: 2025-03-17 21:19:33
Score: 0.5
Natty:
Report link

java.time

I warmly recommend that you use java.time, the modern Java date and time API, for all of your date and time work.

        String dateString = "2025-03-09T02:37:51.742";
        LocalDateTime ldt = LocalDateTime.parse(dateString);
        System.out.println(ldt);

Output from the snippet is:

2025-03-09T02:37:51.742

A LocalDateTime is a date and time without time zone or offset from UTC. So it doesn’t know summer time (DST) and happily parses times that happen to fall in the spring gap that happens in your own default time zone between 2 and 3 in the night on this particular date where the clocks are turned forward.

Don’t we need a formatter? No, not in this case. Your string is in the standard ISO 8601 format. Which is good. The classes of java.time generally default parse the most common ISO 8601 variants natively, that is, without any explicit formatter. So parsing proceeds nicely without one. You also notice in the output that LocalDateTime prints the same format back from its toString method, just like the other java.time types do.

Don’t use Date and the other legacy date-time types

The Date class was always poorly designed and has fortunately been outdated since java.time was launched with Java 8 more than 10 years ago. Avoid it.

Tutorial link

Oracle Tutorial: Trail: Date Time exlaining how to use java.time.

Reasons:
  • Long answer (-1):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Reem JOnes

79515757

Date: 2025-03-17 21:18:33
Score: 1
Natty:
Report link

Use these Versions, these are most compitable to eachother:

langchain==0.1.0
langchain-community==0.0.15
langchain-core==0.1.14
langchain-openai==0.0.1
langsmith==0.0.83
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Sarfaraz Ahmed

79515750

Date: 2025-03-17 21:12:32
Score: 3.5
Natty:
Report link

Спасибо.
pip install pyspark==3.2.1 помогло

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • No latin characters (0.5):
  • Low reputation (1):
Posted by: Богдан Сербин

79515744

Date: 2025-03-17 21:10:29
Score: 6 🚩
Natty: 4
Report link

The procedere is confusing, arrogant, time wasting, not politely but fucking shit

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

79515735

Date: 2025-03-17 21:05:28
Score: 5
Natty: 5
Report link

I'm using C++ Builder 12.2, and this error persists? Can I cut and past the code in Euro's comment to get my app to link?

Thanks.

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

79515733

Date: 2025-03-17 21:04:27
Score: 2.5
Natty:
Report link

Important to know: encrypt=false does NOT disable encryption, it just indicates that it's not required by the client. If it's set to false, and the server requires encryption, then the connection will be encrypted, but the server certificate will not be verified.

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

79515705

Date: 2025-03-17 20:43:23
Score: 5
Natty: 5
Report link

I have the same need, do you have by chance have an example policy showing how to lowercase a regex output?

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

79515704

Date: 2025-03-17 20:42:20
Score: 9.5 🚩
Natty: 5.5
Report link

Did you ever find a solution for this?

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

79515703

Date: 2025-03-17 20:42:20
Score: 3
Natty:
Report link

It works when I start server with localhost http-server -a localhost -p 4200

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

79515700

Date: 2025-03-17 20:41:20
Score: 1
Natty:
Report link

Alternatively, in vite.config.js:

export default defineConfig({
  clearScreen: false,
  ...
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: michael

79515697

Date: 2025-03-17 20:39:20
Score: 3
Natty:
Report link

In the latest VS 2022 it's moved to (right-click on your project) Add > New REST API Client > Generate ...

enter image description here

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

79515696

Date: 2025-03-17 20:38:19
Score: 1
Natty:
Report link

I don't think that there is a particular way to do this in graphene-django community.. but your method is very good unless the code need to be cleared and well structured for reuse and customize using configurations.

BUT

I wouldn't choose to ignore the well strucutred error message which can django forms give when using with graphene mutations, also, your method is generalized for all the queries and mutations.. that you can do in your app, so it need to be maintained carefully.

But it is inspiring method to have customized logging for graphql requests for example.

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

79515688

Date: 2025-03-17 20:32:18
Score: 1.5
Natty:
Report link

No, the browser does not automatically declare a variable using the script filename. If console.log(Control); works, it's because Control.js explicitly defines Control as a global variable (e.g., using var Control = ... or a function). To avoid this, use let, const, or ES modules.

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

79515653

Date: 2025-03-17 20:13:14
Score: 1.5
Natty:
Report link

This article explains how to reduce Docker image size by doing things like:

  1. Adding a .dockerignore file to exclude unnecessary files and dirs

  2. Clearing the apt cache

  3. Using --mount=type=cache

  4. Changing the Dockerfile to use smaller base images

  5. Using multi-stage builds to exclude unnecessary artifacts from earlier stages in the final image

Reasons:
  • Blacklisted phrase (1): This article
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: elephantintheroom

79515651

Date: 2025-03-17 20:11:13
Score: 2.5
Natty:
Report link

Your visibility logic is fine, but using toString() on your @Serializable objects can return unexpected values. Instead, define explicit route strings for your destinations and use those for consistent navigation comparisons.

Also, instead of using toString() you can replace it with decoding/encoding:
https://kotlinlang.org/docs/serialization.html#serialize-and-deserialize-json

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • User mentioned (1): @Serializable
  • Low reputation (0.5):
Posted by: artyorsh

79515649

Date: 2025-03-17 20:10:13
Score: 1
Natty:
Report link

These elements (columns) cannot be bound into JDBC which is why this mechanism will not support them as parameterized. There are two options to do this safely - ideally you should use both:

The second is important because characters can sometimes be used to end a column and add a SQL injection. I believe the current characters are safe but you want to future proof this against someone adding to the list.

Within your function is would be better (as @juliane mentions) to return the value in your validation function. That will allow you to mark the return value as "sanitized" for SQL injection purposes in many code checking tools. Snyk seems to allow you do this with custom santizers but I couldn't track down a lot of documentation on how to do this. The benifit here is that everywhere you use this validation function would then be automatically recognized by Snyk.

Reasons:
  • Long answer (-1):
  • No code block (0.5):
  • User mentioned (1): @juliane
  • Low reputation (0.5):
Posted by: Egret

79515647

Date: 2025-03-17 20:09:13
Score: 2
Natty:
Report link

The root cause is that there is a legacy and a (new) Places API.
In addition the legacy Places API is now not visible by default.

You can still activate it via deep link: https://console.cloud.google.com/apis/library/places-backend.googleapis.com

The public issue tracker is here: https://issuetracker.google.com/issues/401460263

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

79515642

Date: 2025-03-17 20:05:12
Score: 1
Natty:
Report link

You should configured .bash_profile and check ANDROID_HOME use echo and then you simply need to run your app with this command :

source ~/.bash_profile

npx react-native run-android
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: AH Forootan

79515637

Date: 2025-03-17 20:04:12
Score: 2
Natty:
Report link

Format datetime in resource or collection with:

// Error with null
'published_at' => $this->published_at->format('Y-m-d H:i:s'),

// No errors
'published_at' => $this->published_at != null ? $this->published_at->format('Y-m-d H:i:s') : null,

// Custom date if null
'published_at' => ($this->published_at ?? now()->addDays(10))->format('Y-m-d H:i:s'),            

Regards

Reasons:
  • Blacklisted phrase (1): Regards
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Noobek

79515629

Date: 2025-03-17 20:01:11
Score: 2
Natty:
Report link

For a 1MB preloaded database, I would choose Approach 2 because its consistently low latency (20–30 ms) ensures a faster startup, and the cost of reloading 1MB is negligible on modern hardware—especially if you ensure the work is done asynchronously to avoid blocking the UI thread

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

79515627

Date: 2025-03-17 20:00:11
Score: 2.5
Natty:
Report link

Here's what I did.

  1. Go to wsl, setup your project and create the virtual environment file "env"

  2. Inside wsl, use command `code .` to open vscode from wsl (no need to activate the virtual environment yet)

  3. Once your vscode window showed up, change the Python Interpreter to the one listed under the virtual environment file "env"

  4. Now press the debug button vscode, it should be able to load the virtual environment

  5. Here's my launch.json file enter image description here

Reasons:
  • Blacklisted phrase (1): enter image description here
  • No code block (0.5):
  • Low reputation (1):
Posted by: Zechen

79515626

Date: 2025-03-17 20:00:11
Score: 0.5
Natty:
Report link

“[Simba][BigQuery] (100) Error interacting with REST API Timeout was reached” is an error in which the connector retries a failed API call before timing out.

Since you mention that you open your firewall, try to use the baseline BigQuery REST API service, used to interface with the BigQuery data source, via the REST API. The default value is: https://bigquery.googleapis.com.

To activate the “Catalog(project)” drop-down list, technically in this list you can select the name of your BigQuery project. This project is the default project that the Simba Google BigQuery ODBC Data Connector queries against, and also the project that is billed for queries that are run using the DSN.

Typically, after installing the Simba Google BigQuery ODBC Data Connector, you need to create a Data Source Name (DSN). Alternatively, for information about DSN-less connections, see Using a Connection String.

You may use this pdf namely Simba Google BigQuery ODBC Data Connector Install and Configuration Guide for step by step creation of a DSN or Connection String.

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

79515623

Date: 2025-03-17 19:59:11
Score: 3
Natty:
Report link

So are you sure you don't need to have port_number in the url?

const socket = new WebSocket("wss://<server ip>:<port_number>/ws/chat/?first_user=19628&second_user=19629", ["Bearer", token]);
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: laith drebaty

79515622

Date: 2025-03-17 19:59:11
Score: 1.5
Natty:
Report link
paasall <- read.csv("49PAAS.csv",header=TRUE) paasall cols <- character(nrow(paasall)) cols[] <- "black" myCol <- rep(colors()[1:49],each=2) pdf("P_PASS49Corr.pdf", width=49, height=49) pairs(paasall, panel=panel.smooth) dev.off()
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Studia.00

79515613

Date: 2025-03-17 19:56:10
Score: 0.5
Natty:
Report link

What is polymorphism?

Poly means many and morph means shapes.

In layman terms of programming polymorphism can be called as creating many shapes of same thing.

There are two types of polymorphism:

  1. Compile time polymorphism (also called as overloading, and static binding)

  2. Runtime polymorphism (also called as overriding, dynamic method dispatching, and late binding)

Compile time polymorphism is when you create method of same name in the same class but it has different arguments.

Example:

public class TestClassOne {
    public static void main(String[] args) {
        Foo foo = new Foo();
        foo.fooMethod();
        foo.fooMethod("Hello World");
        foo.fooMethod(1);
    }
}

class Foo {
    public void fooMethod() {
        System.out.println("fooMethod");
    }
    public void fooMethod(String arg) {
        System.out.println("fooMethod with string args");
    }
    public void fooMethod(Integer arg) {
        System.out.println("fooMethod with Integer args");
    }
}

Runtime polymorphism is when you create method with same signature but in inheriting or implementing class. Which means yes polymorphism allows all methods to be overridden but it is not mandatory when class is inheriting another concrete class. However abstract methods should mandatorily be overridden by subclass/implementing class.

I do not know about other languages but Java:

  1. Does not allows to override final method.

  2. Does not allows final class to be inherited.

  3. Does not allows Interface or Abstract class to be final.

  4. Does not allows abstract method to be final.

Example


public class TestClassOne {
    public static void main(String[] args) {
        Foo foo = new Foo();
        foo.fooMethod();
        foo.fooMethod("Hello World");
        foo.fooMethod(1);

        //reference type of parent class
        //but object of child class
        Foo foo2 = new Foo2();
        foo2.fooMethod("Hello World");
        foo2.staticMethod(); //staticMethod of parent class will be called as static methods are bind to class not object

        Foo2 foo3 = new Foo2();
        foo3.staticMethod(); //staticMethod of child class will be called as reference type is Foo2
    }
}

class Foo {
    final public void fooMethod() {
        System.out.println("fooMethod");
    }
    public void fooMethod(String arg) {
        System.out.println("fooMethod with string args");
    }
    public void fooMethod(Integer arg) {
        System.out.println("fooMethod with Integer args");
    }
    public static void staticMethod() {
        System.out.println("Parent class staticMethod");
    }
}

class Foo2 extends Foo {
    @Override
    public void fooMethod(String arg) {
        System.out.println("fooMethod with string args in subclass");
    }

    public static void staticMethod() { //this is method hiding
        System.out.println("Child class staticMethod");
    }
}

/**
class Bar extends Foo {
    public void fooMethod(){ //will give compile time error as trying to override final method
        System.out.println("barMethod");
    }
}

abstract class absclass{
    final abstract void fooMethod(); //not allowed
    abstract void myMethod();
}
class concreteclass extends absclass{ //will give compile time error as it does not implement all methods
    public void myMethod(){
        System.out.println("myMethod");
    }
}
 **/

Static methods are not overridden, when you do so it is called method hiding instead of method overriding.

Reasons:
  • Long answer (-1):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): What is
  • Low reputation (1):
Posted by: Yasin Ahmed

79515612

Date: 2025-03-17 19:55:10
Score: 2
Natty:
Report link

git config --global http.schannelCheckRevoke false

Try this

Reasons:
  • Whitelisted phrase (-1): Try this
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Amit Joshi

79515611

Date: 2025-03-17 19:54:10
Score: 3.5
Natty:
Report link

change the system date to 2024, install plugin, change the date to recent. It will work until you reset FF

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

79515602

Date: 2025-03-17 19:45:08
Score: 2.5
Natty:
Report link

I'm using exifoo which is an app that does the job quite good and user-friendly

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

79515596

Date: 2025-03-17 19:40:07
Score: 4
Natty:
Report link

I've made a fork for this repo to build qsqlcipher for Qt6:

https://github.com/pourjour/qsqlcipher/tree/main

Reasons:
  • Probably link only (1):
  • Contains signature (1):
  • Low length (1.5):
  • No code block (0.5):
Posted by: pourjour

79515592

Date: 2025-03-17 19:39:06
Score: 0.5
Natty:
Report link

Maybe easiest of the options is applying filter method to your getByText().

const buttonsCount = await page.getByText('(Optimal on desktop / tablet)')
  .filter({ visible: true })
  .count()

See Matching only visible elements

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Karen.Schlossberg

79515591

Date: 2025-03-17 19:38:06
Score: 4
Natty:
Report link

https://www.microsoft.com/it-it/sql-server
You can download the demo from here. Or on github I didn't understand well if this is just your problem or if you have doubts about the old version?
https://learn.microsoft.com/en-us/lifecycle/policies/fixed you see also this.

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

79515590

Date: 2025-03-17 19:38:06
Score: 1
Natty:
Report link

Use this:

=ARRAYFORMULA(IF(A:A<>"", TEXT(REGEXREPLACE(A:A, "T|\.\d+|[+-]\d{2}:\d{2}", ""), "yyyy-mm-dd HH:MM:SS"), ""))
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Adel Alaa

79515588

Date: 2025-03-17 19:38:06
Score: 0.5
Natty:
Report link

You could use dbt External Tables package https://github.com/dbt-labs/dbt-external-tables and create an external table in Snowflake that looks at the S3 bucket.

Then in dbt you could query the stage and use METADATA$FILE_LAST_MODIFIED field that is attached to every file, in order to process only the last one.

Have a look at this as well: https://medium.com/slateco-blog/doing-more-with-less-usingdbt-to-load-data-from-aws-s3-to-snowflake-via-external-tables-a699d290b93f

Reasons:
  • Blacklisted phrase (0.5): medium.com
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • High reputation (-1):
Posted by: Moseleyi

79515583

Date: 2025-03-17 19:37:05
Score: 1
Natty:
Report link

How these command line options relate to WireMock performance in context of backing some load testing?

Only --async-response-enabled options is clearly documented as related to performance testing. The first two options and the last one are somehow misleading as both are referring to the number of threads for requests handling.

I would like to do some performance testing for an API gateway and I consider using WireMock to be used to mimick downstream services.

What values for these options do you suggest?

Reasons:
  • Long answer (-1):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Starts with a question (0.5): How these
Posted by: Krzysztof Tomaszewski

79515578

Date: 2025-03-17 19:35:05
Score: 2
Natty:
Report link

This error is probably occurring because, according to the developer docs for the Distance Matrix API:

This product or feature is in Legacy status and cannot be enabled for new usage.

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

79515573

Date: 2025-03-17 19:32:04
Score: 1.5
Natty:
Report link

You are getting this error because this feature can't be used for future usage. According to the developer docs for Distance Matrix:

This product or feature is in Legacy status and cannot be enabled for new usage.

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

79515572

Date: 2025-03-17 19:32:04
Score: 1
Natty:
Report link

try this :

html, body {

width: 100%;
overflow-x: hidden;

}

Reasons:
  • Whitelisted phrase (-1): try this
  • Low length (1.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Basma

79515569

Date: 2025-03-17 19:31:04
Score: 2.5
Natty:
Report link
  1. No, it does not. It only provides access to SOAP based APIs.

  2. IYou will have to contact JH's Vendor QA team to discuss.

  3. There is additional steps required.

  4. No.

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

79515563

Date: 2025-03-17 19:30:03
Score: 3
Natty:
Report link

kwoxer's answer would work or alternatively, use a js set value and target the element by id.

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

79515561

Date: 2025-03-17 19:30:03
Score: 1.5
Natty:
Report link

Although the accepted answers works, I guess many people who come across this question are not tech people, so I would recommend using exifoo instead, which is a simple app for exactly this purpose without needing any knowledge in using the terminal or something like that.

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

79515554

Date: 2025-03-17 19:27:02
Score: 4.5
Natty:
Report link

From the name of the field, I though you meant to want auto_now_add not auto_now so that it takes now date only when creating the row (not when updating the row). However, although this might solve your problem, but I can't understand why your trigger did not work fine.. please can you share your tg_fun_name function difinition.

Reasons:
  • Blacklisted phrase (1): did not work
  • RegEx Blacklisted phrase (2.5): please can you share your
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: laith drebaty

79515553

Date: 2025-03-17 19:27:02
Score: 0.5
Natty:
Report link

you can use schedule message and set date and time same as poll closes

I'm not familiar with this library, but you can search for it or get help from ChatGPT to write the code.

Reasons:
  • Whitelisted phrase (-1.5): you can use
  • Low length (1):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: mehdi ahmadi

79515551

Date: 2025-03-17 19:27:02
Score: 0.5
Natty:
Report link

as simple as that

const find = (objs, search) => objs.filter(
  obj => Object.values(obj).some(
    val => val.includes(search)
  )
);
Reasons:
  • Low length (1):
  • Has code block (-0.5):
Posted by: fedeghe

79515552

Date: 2025-03-17 19:27:00
Score: 8 🚩
Natty: 5
Report link

Did you find a solution? I am experiencing the same issue

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

79515546

Date: 2025-03-17 19:25:00
Score: 0.5
Natty:
Report link

Thanks to JDArango, I was saved from hours of debugging and goggling. I created multiple users before i saw this solution

:~$ grep -r PasswordAuthentication /etc/ssh

grep: /etc/ssh/ssh_host_ecdsa_key: Permission denied
/etc/ssh/ssh_config:#   PasswordAuthentication yes
grep: /etc/ssh/ssh_host_rsa_key: Permission denied
/etc/ssh/sshd_config.d/60-cloudimg-settings.conf:PasswordAuthentication no
grep: /etc/ssh/ssh_host_ed25519_key: Permission denied
/etc/ssh/sshd_config:PasswordAuthentication yes
/etc/ssh/sshd_config:# PasswordAuthentication.  Depending on your PAM configuration,
/etc/ssh/sshd_config:# PAM authentication, then enable this but set PasswordAuthentication

In my case, the file name is 60-cloudimg-settings.conf

:~$ sudo nano /etc/ssh/sshd_config.d/60-cloudimg-settings.conf

:~$ sudo service ssh restart

:~$ sudo systemctl restart ssh

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Joy Joel

79515541

Date: 2025-03-17 19:21:57
Score: 7.5 🚩
Natty: 6.5
Report link

Found any solution to This? I'm facing that too

Reasons:
  • Blacklisted phrase (1.5): any solution
  • RegEx Blacklisted phrase (2): any solution to This?
  • Low length (1.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Muhammad Awais

79515535

Date: 2025-03-17 19:18:56
Score: 3.5
Natty:
Report link

As Chris says, the image needs to be flipped for Aruco marker detection

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

79515533

Date: 2025-03-17 19:17:56
Score: 4
Natty:
Report link

Performance may be improved by using the Tomcat OpenSSL Implementation.

See also Fastest connection for tomcat 9.0 in 2021: NIO or APR?.

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

79515528

Date: 2025-03-17 19:16:55
Score: 4
Natty:
Report link

Performance may be improved by using the Tomcat OpenSSL Implementation.

See also Fastest connection for tomcat 9.0 in 2021: NIO or APR?.

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

79515519

Date: 2025-03-17 19:11:54
Score: 0.5
Natty:
Report link

In case of CNNs the mean/variance should be taken across all pixels over the batch for each input channel. In other words, if your input is of shape (B, C, H, W) , your mean/variance will be of shape (1,C,1,1) . The reason for that is that the weights of a kernel in a CNN are shared in a spatial dimension (HxW). However, in the channel dimension C the weights are not shared.

In contrast, in case of a fully-connected network the inputs would be (B, D) and the mean/variance will be of shape (1, D) , as there is no notion of spatial dimension and channels, but only features. Each feature is normalized independently over the batch.

References:

Reasons:
  • Blacklisted phrase (1): youtube.com
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Ivan Tishchenko

79515514

Date: 2025-03-17 19:09:54
Score: 3
Natty:
Report link

No. In C Language, when a compiler (gcc, cc or any other) encounters a macro, it will replace the macro with its value. No matter which operators you apply to the macro.

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

79515492

Date: 2025-03-17 18:57:51
Score: 2
Natty:
Report link

As of 5 years of they said that they said, "this isn't a feature we plan to support".

https://gitlab.com/gitlab-org/gitlab/-/issues/19676

But I agree that would be an awesome feature!

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

79515491

Date: 2025-03-17 18:57:51
Score: 4.5
Natty:
Report link

I am having the same issue. I tried to install it twice and in all the cases, the flutter.bat is still not there to extract. I Downloaded from the official website, the correct windows version. Yet nothing seems to work...

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Me too answer (2.5): I am having the same issue
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Ruth

79515486

Date: 2025-03-17 18:55:50
Score: 3.5
Natty:
Report link

Solved... It was simpler than expected. It was reading style.css in the wrong path. My sincere apologies.

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

79515480

Date: 2025-03-17 18:51:50
Score: 0.5
Natty:
Report link

I've successfully managed to do it ,

->assertScript('window.fbq.queue.length === 0'); //assumes that no fb events are pending

When user successfully register, a pixel event is fired.

fbq('track', 'Lead', {}, {eventID})

My task was to write a test case in laravel dusk for this event that, it is actually dispatches or not when user registers.

You can also check that fbq is actually exists or not

$fbqExists = $browser->script('return typeof window.fbq !== "undefined"');
Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Sublan Mustafa

79515479

Date: 2025-03-17 18:50:49
Score: 3.5
Natty:
Report link

You can find help on dark mode in the ApexCharts website: ApexCharts Dark Mode

And/or in the GitHub repository: GitHub ApexCharts Dark Mode

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

79515475

Date: 2025-03-17 18:48:49
Score: 1.5
Natty:
Report link

There's a new option in PowerShell 7 -SkipHttpErrorCheck which will cause the 302 not to throw an error but still allow you to capture the response.

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

79515470

Date: 2025-03-17 18:47:49
Score: 2
Natty:
Report link

In case anyone else is still looking for a solution. I haven't looked too far into the Teams Panel DIY root but I totally agree with the cost issue.
We have been using a fire tablet and Dash Meeting room app find it on Google Play or apk download, the free version is basic but works well.

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

79515454

Date: 2025-03-17 18:36:47
Score: 1.5
Natty:
Report link

We use latches to sequence concurrent, conflicting requests on the leaseholder. A write request will acquire write latches, which will block any read requests with higher timestamps than the write. That's because these reads need to see the MVCC value written by the write. Latches won't be released until the write has been committed to the leaseholder's log and then applied to its state machine. So, in the example in the thread, all future read requests will wait on these latches, which means we won't serve a stale read.

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Bergin

79515451

Date: 2025-03-17 18:34:46
Score: 1.5
Natty:
Report link

Yeah, I had the same issue when I tried to put together an A1 reference. It could not deal with any A1 reference with $AJ (or just AJ) in it. I wound up having to literally hide that column and not use it. I would assume it would also apply to AJA, AJB...BAJ, etc. I am using Office 2016, so hopefully they have fixed this in more contemporary versions. I will note, however Office 2016 is still supported for around 5 more months.

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

79515449

Date: 2025-03-17 18:33:46
Score: 2
Natty:
Report link

My issue was very simple. I keep a infinite loop running asking to read the client. All I had to do was replace the while True: for while not writer.is_closing(): and the problem would be fix.

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

79515435

Date: 2025-03-17 18:24:42
Score: 0.5
Natty:
Report link

How to Upload Large Files to SharePoint Using Microsoft Graph SDK in C# (Step-by-Step)

Uploading large files to SharePoint can be tricky, but Microsoft Graph SDK’s upload sessions make it reliable by splitting files into manageable chunks. Here’s how to do it in C#—no jargon, just clear steps!


What is an Upload Session?

An upload session lets you:

  1. Upload large files (e.g., >4MB) in smaller chunks.

  2. Resume uploads if the connection drops.

  3. Avoid timeouts common with single-request uploads.


Step 1: Set Up Prerequisites

  1. Install NuGet Packages:

    Install-Package Microsoft.Graph  
    Install-Package Microsoft.Graph.Core  
    
  2. Azure App Registration:

    • Register your app in Azure AD.

    • Grant Sites.ReadWrite.All (Application permissions).


Step 2: Authenticate with Microsoft Graph

Use the ClientSecretCredential to authenticate your app:

using Microsoft.Graph;  
using Azure.Identity;  

var tenantId = "YOUR_TENANT_ID";  
var clientId = "YOUR_CLIENT_ID";  
var clientSecret = "YOUR_CLIENT_SECRET";  

var credential = new ClientSecretCredential(tenantId, clientId, clientSecret);  
var graphClient = new GraphServiceClient(credential);  

Step 3: Create the Upload Session

Specify the SharePoint file path (replace placeholders):

var siteId = "your-site-id";     // SharePoint site ID  
var driveId = "your-drive-id";   // Document library ID  
var fileName = "largefile.zip";  // File name  
var folderPath = "Shared%20Documents"; // URL-encoded folder path  

// Request upload session  
var uploadSession = await graphClient.Sites[siteId]  
    .Drives[driveId]  
    .Root  
    .ItemWithPath($"{folderPath}/{fileName}")  
    .CreateUploadSession()  
    .Request()  
    .PostAsync();  

Read More...

Reasons:
  • Long answer (-1):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): How to
  • Low reputation (1):
Posted by: dooo. xxturtu

79515428

Date: 2025-03-17 18:19:40
Score: 3.5
Natty:
Report link

The Jack Henry Developer portal entry for LnAcctMod (https://jackhenry.dev/open-enterprise-api-docs/enterprise-soap-api/api-reference/core-services/lnacctmod/) has mapping information under the Providers menu option. You will need to select what JH bank core you are using and then select Mappings.

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

79515427

Date: 2025-03-17 18:19:40
Score: 11
Natty: 8
Report link

I am having the same problem as you were. Did you manage to get anywhere with getting the token?

Reasons:
  • RegEx Blacklisted phrase (3): Did you manage to get
  • Low length (1):
  • No code block (0.5):
  • Me too answer (2.5): I am having the same problem
  • Ends in question mark (2):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: MoSto

79515423

Date: 2025-03-17 18:17:39
Score: 4
Natty: 4.5
Report link

I'm able to display a qr code, here's an example flow https://flow.pstmn.io/embed/Zm9EY5ZM2WaHTkY-NxkD8/?theme=light&frame=false

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

79515412

Date: 2025-03-17 18:11:37
Score: 2
Natty:
Report link

You may have to use

--webkit-backdrop-blur: blur(10px);
Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: CHRISTIAN BONE

79515402

Date: 2025-03-17 18:05:34
Score: 3
Natty:
Report link

For me, this work before i use these functions

enter image description here

fx VERDADEIRO for true value, FALSO for oposite.

Solved

enter image description here

Reasons:
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Crystyan S. Santos

79515399

Date: 2025-03-17 18:04:34
Score: 2
Natty:
Report link

enter image description hereSOLVED:

the flag has been renamed "Insecure origins treated as secure"

and now has a input box to safelist your self-signed certificate domain names

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

79515396

Date: 2025-03-17 18:03:33
Score: 5.5
Natty: 4
Report link

Can anybody post if they found the solution.

Reasons:
  • RegEx Blacklisted phrase (2.5): Can anybody post
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): Can anybody post
Posted by: Tanu

79515383

Date: 2025-03-17 17:55:31
Score: 4.5
Natty:
Report link

enter image description hereCreated an ERD of the top answer so it would be easier to picture it in your mind

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

79515380

Date: 2025-03-17 17:54:30
Score: 1
Natty:
Report link

A 2024 update: As of Scipy 1.15.2, Scipy has implemented a mixture distribution:

https://docs.scipy.org/doc/scipy/reference/generated/scipy.stats.Mixture.html#scipy.stats.Mixture

import numpy as np
from scipy import stats
import matplotlib.pyplot as plt

mixture = stats.Mixture([stats.Normal(mu=1, sigma=5), stats.Normal(mu=2, sigma=1), stats.Normal(mu=-3, sigma=0.5)], weights=[0.2, 0.5, 0.3])

plt.rcParams['figure.figsize'] = (3,3)
pdf_xs = np.arange(-10, 10, 0.1)
plt.plot(pdf_xs, mixture.pdf(pdf_xs))
plt.title('PDF')

generated pdf

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

79515377

Date: 2025-03-17 17:52:30
Score: 0.5
Natty:
Report link

I am also looking for something similar but couldn't find one that works for me. Tried @MC ND's but couldn't get it to work on a fresh install of W11 24H2 (OS Build 26100.3476); it just exits even if there was only a single line of text copied to the clipboard and also after removing:

    :: Where to create the folder should come from contextual menu as parameter
    if "%~1"=="" exit /b 1
    if not exist "%~1" exit /b

I came up with a partial solution to my own problem that may be of help to anyone looking for an answer but w/ several caveats:

  1. It is not a pure batch script. It is a batch/PowerShell hybrid.
  2. It briefly opens a window every run.
  3. It creates a temp file, which I hope to remove in the future as I slowly learn more about Powershell, and deletes it after the operation.
  4. It will create a folder per line in the clipboard.

Here's the CB2Folder.bat:

@echo off

cd /d "%~1" >nul 2>&1

setlocal enabledelayedexpansion

:: Save the clipboard content into a temporary file
for /f "delims=" %%a in ('powershell -sta "add-type -as System.Windows.Forms; [windows.forms.clipboard]::GetText()"') do echo %%a >> temp_clipboard.txt

:: Loop through the file and create a folder for each line (splitted by newlines)
for /f "delims=" %%b in (temp_clipboard.txt) do (
    if not "%%b"=="" (
        echo Creating folder: %%b
        mkdir "%%b"
    )
)

:: Clean up the temporary file
del temp_clipboard.txt

To add to the context menu of a folder (will create the folders inside the selected folder) and shell (will create the folders in the current folder), move the batch script to C:\Scripts\ and save the below as a .reg file and run it.

Note: In the .reg file, the filename of the batch file CB2Folder.bat should be changed to whatever its filename is.

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\Directory\Background\shell\RunCB2Folder]
@="Run CB2Folder in here"

[HKEY_CLASSES_ROOT\Directory\Background\shell\RunCB2Folder\command]
@="\"C:\\Scripts\\CB2Folder.bat\""

[HKEY_CLASSES_ROOT\Directory\shell\RunCB2Folder]
@="Run CB2Folder in here"

[HKEY_CLASSES_ROOT\Directory\shell\RunCB2Folder\command]
@="\"C:\\Scripts\\CB2Folder.bat\" \"%1\""
Reasons:
  • Blacklisted phrase (2): I am also looking
  • Whitelisted phrase (-1): works for me
  • Long answer (-1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: vav

79515370

Date: 2025-03-17 17:50:29
Score: 1
Natty:
Report link

RESOLVED: (full) year must be between -4713 and +9999, and not be 0

The simple solution to the problem against (full) year must be between -4713 and +9999, and not be 0 is:

Go to settings (Windows 11, version 24H2)

Select Region

Chnage Format to "English (United States)

Restart the application or restart the computer.

The above worked for me

Best of Luck!

RESOLVED

Reasons:
  • Whitelisted phrase (-1): worked for me
  • No code block (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Kashif Ahmed

79515359

Date: 2025-03-17 17:43:26
Score: 2
Natty:
Report link

I upgraded react-native to the latest version (0.78.0) and it's fixed.

Note: But also it's required to update React 19

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

79515356

Date: 2025-03-17 17:41:26
Score: 3
Natty:
Report link

there is a practical workaround : Export ADF resources as ARM (Azure Resource Manager) templates and deploy them via GitLab CI/CD.

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

79515355

Date: 2025-03-17 17:40:22
Score: 6 🚩
Natty: 5
Report link

If you try BizTalk 2020 and latest CU, it has been improved to handle managed (those that move, rename, change permissions after you receive, but before BizTalk can delete received files) SFTP servers better. Does this help resolve the issue?

Reasons:
  • RegEx Blacklisted phrase (1.5): resolve the issue?
  • Low length (0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: r4v3n6

79515342

Date: 2025-03-17 17:35:21
Score: 0.5
Natty:
Report link

if someone even ends up having this issue, the way i solved it was putting on destination an absolute path in fly.toml

destination = ‘/home/node/app/apps/hubble/.rocks’
it works

Reasons:
  • Whitelisted phrase (-2): i solved
  • Low length (1):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: João G.

79515338

Date: 2025-03-17 17:33:20
Score: 3
Natty:
Report link

make sure there is no whitespace in your path. Open file in Mac Finder or Windows Explorer, remove whitespaces, save and close/quit your editor/VSCode, reopen.

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

79515337

Date: 2025-03-17 17:33:19
Score: 4.5
Natty:
Report link

this is my frontEnd stack right now. I even detailed how to do all the configuration in my blog available here : https://medium.com/@juniornoghe/create-your-modern-front-end-application-with-angular-19-primeng-19-and-tailwind-css-v4-45187cf73038

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

79515331

Date: 2025-03-17 17:30:18
Score: 4.5
Natty:
Report link

Thank you for answering me. I'll try your advices. Please wait a second. m(_ _)m

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

79515329

Date: 2025-03-17 17:27:13
Score: 6 🚩
Natty:
Report link

in this table, I want a button in last colum before column "All" : "Search Duplicate Item.

enter image description here

This is trait where i do write my code.He is in folder Controller/Livewire

namespace App\Http\Livewire\Crud\Utility\Informatic;

use App\Models\Utility\Informatic\Library;

trait LibraryCrud
...
    public function searchDuplicateObject($object){
            //I need help here
    }
}
Reasons:
  • Blacklisted phrase (0.5): I need
  • Blacklisted phrase (2.5): I need help
  • Blacklisted phrase (1): enter image description here
  • RegEx Blacklisted phrase (1): I want
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Viviane Le Hegaret

79515323

Date: 2025-03-17 17:24:13
Score: 2
Natty:
Report link

1005 No Status Received:

Missing status code even though one was expected.

Getting this error when try to send message,

{ "type": "event", "event": "join-conversations", "data": {} }

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

79515322

Date: 2025-03-17 17:24:13
Score: 0.5
Natty:
Report link

1. String Literals Include a Null Terminator

When you write "Hello", the compiler automatically appends a null character (\0) at the end to indicate the end of the string.

So, "Hello" in memory is actually:

['H', 'e', 'l', 'l', 'o', '\0']

Thus, sizeof("Hello") counts all 6 bytes, including the \0

2. Difference Between sizeof and strlen

Example:

#include <stdio.h>
#include <string.h>

int main() {
    printf("sizeof: %lu\n", sizeof("Hello"));  // Output: 6
    printf("strlen: %lu\n", strlen("Hello"));  // Output: 5
    return 0;
}

How to Avoid This Confusion?

Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Alphin Thomas

79515318

Date: 2025-03-17 17:22:12
Score: 0.5
Natty:
Report link

Here is the compact version:

  1. Initialise threshold and the first Cluster centre (first leader)

    • Choose a threshold distance (ε) that determines when a new leader (cluster center) is created.

    • The first data point becomes the first leader (cluster center).

  2. Process Each New Data Point Sequentially

    • For each incoming point x, calculate its distance to all existing cluster leaders.

    • assign the point x to the cluster leader from which it is at minimum distance.

    • If the distance to all leaders is greater than ε, create a new leader (new cluster center) and assign the point to it.

  3. Repeat Until All Points Are Processed

    • Continue assigning points to existing clusters or creating new clusters based on the threshold distance (ε), till all the points are exhausted.
Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Kishor Bhoyar

79515317

Date: 2025-03-17 17:22:12
Score: 1.5
Natty:
Report link

In ASP.NET 9.x Core Blazor

The IWebHostEnvironment can be accessed from the server-side as follows:

Program.cs

var builder = WebApplication.CreateBuilder(args);
Console.WriteLine($"Content root path: {builder.Environment.ContentRootPath}.");

In this case, we are looking at the default configuration of the content root path.

If you are wanting to access the IWebHostEnvironment from the client-side, then you can follow:

https://learn.microsoft.com/en-us/aspnet/core/blazor/fundamentals/environments?view=aspnetcore-9.0#read-the-environment-in-a-blazor-webassembly-app

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