79691928

Date: 2025-07-06 16:39:24
Score: 0.5
Natty:
Report link

Yes, you can automate Tableau testing, but it's tricky. Here's what works:

What I've used successfully:

Selenium WebDriver:

Tableau REST API:

Image comparison tools:

What's challenging:

Dynamic content:

Limited element identification:

My approach:

  1. Use API tests for data validation

  2. Selenium for basic UI interactions

  3. Manual testing for complex visualizations

  4. Focus on critical user workflows

Real talk: Tableau automation is harder than regular web apps. Start with API testing and simple UI flows. Don't try to automate everything - some things are better tested manually.

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

79691927

Date: 2025-07-06 16:37:24
Score: 2
Natty:
Report link

The problem was searching for "Close other tabs" under edge_window instead of as a control from the top. I've revised the original post to include the solution.

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

79691914

Date: 2025-07-06 16:14:18
Score: 1
Natty:
Report link

I think I just found out the problem. So it turned out the browser mistakenly thinks the new tab opened by the HTML tool was a spam popup, so it blocked it. I didn't know this until I tried using Mozilla Firefox, and it informed me my tool was trying to open a pop-up,p while other browsers did not inform me about this, so I think the tool has been frozen by the browser.

The solution is that you just need to go into the pop-up blocker settings of the browser and set an exception for those apps.

Reasons:
  • Whitelisted phrase (-1): solution is
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Triển Chill

79691904

Date: 2025-07-06 16:00:15
Score: 1.5
Natty:
Report link
  1. read xml file and underand tag

    enter image description here

    2.you upload xml file

enter image description here

identify tag while uploading xml file

enter image description here

create table using enter image description here

accept create table

enter image description here

select table from xml file

enter image description here

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

79691901

Date: 2025-07-06 15:59:14
Score: 2.5
Natty:
Report link

After im_test.verify() the image is closed (it's a destructive test), you must re-open the image, see:

https://pillow.readthedocs.io/en/stable/reference/Image.html#PIL.Image.Image.verify

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

79691899

Date: 2025-07-06 15:56:14
Score: 1
Natty:
Report link

A way to fix this (if you need to is)

const number = 64 // Any Number including floating point
const power = 1/3 // Any Number including floating point

Math.pow(number, power)
-> 3.9999999999999996

Number(Math.pow(number, power).toFixed(5)) // Stops that bug while keeping tons of precision. You can change the value of the toFixed's parameter to increase or decrease precision
Reasons:
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Rojo

79691893

Date: 2025-07-06 15:48:12
Score: 0.5
Natty:
Report link

I got this problem today on GitHub Actions CI, since browser-actions/setup-chrome released a new version (2.0.0) with breaking changes. Cf https://github.com/openwhyd/openwhyd/pull/835#issuecomment-3042009010.

Fixing its version to v1 solved the problem on my project.

Reasons:
  • Probably link only (1):
  • Low length (1):
  • Has code block (-0.5):
  • High reputation (-1):
Posted by: Adrien Joly

79691891

Date: 2025-07-06 15:46:11
Score: 2
Natty:
Report link

<video controls loop autoplay muted>
<source src="https://assets.memotion.ai/file/memotion-prod-staging-public/video/98335016-1f3c-4a37-9751-6c2306d649da.mp4" type="video/mp4">
</video>

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

79691887

Date: 2025-07-06 15:44:10
Score: 1
Natty:
Report link

I got this to work by using customSchema with DDL syntax.

Example:

.option("customSchema", "ID INT, CustomerName STRING")
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Justin CR

79691885

Date: 2025-07-06 15:42:10
Score: 1.5
Natty:
Report link

Had this problem when using a Backend as a service, which did not make sense with other posted answers. Logs also did not provide anything useful. What did work was uninstalling the Expo app from the iOS simulator and restarting the development server.

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

79691873

Date: 2025-07-06 15:26:06
Score: 2.5
Natty:
Report link

Update TestNG plugin in Eclipse -> Help -> Installed NewSoftware -> Whats is already installed link -> Select the TestNG version -> Click on Update

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

79691872

Date: 2025-07-06 15:26:01
Score: 7.5
Natty:
Report link

Did you find a solution ? , also i suffering from this problem .. can u help for solve this problem ,

import { PrismaClient } from "../generated/prisma";
import { withAccelerate } from "@prisma/extension-accelerate";

const globalForPrisma = global as unknown as {
  prisma: PrismaClient;
};

const prisma =
  globalForPrisma.prisma || new PrismaClient().$extends(withAccelerate());

if (process.env.NODE_ENV !== "production") globalForPrisma.prisma = prisma;

export default prisma;
Reasons:
  • RegEx Blacklisted phrase (3): Did you find a solution
  • RegEx Blacklisted phrase (3): can u help
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): Did you find a solution
  • Low reputation (1):
Posted by: Gaurav Kumar

79691868

Date: 2025-07-06 15:16:59
Score: 1.5
Natty:
Report link

1 ....upload file from compluter

enter image description here

2

enter image description here

3 create table scrren will come

enter image description here

4 table creation

enter image description here

5 accept table script

enter image description here

6 select data from

enter image description here

7

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

79691860

Date: 2025-07-06 15:09:57
Score: 1
Natty:
Report link

You can safely store react-pdf designs by saving the template code (JSX-like Structures) as JSON Strings in your database.

How to Do it:

  1. Serialize your design code (e.g., user edits in a custom UI or REPL) as a JSON string.

    https://i.sstatic.net/nSAaHWVP.png

  2. Store it in your DB (e.g., MongoDB, PostgreSQL TEXT field).

  3. On load, parse and eval the structure (with safety):

    enter image description here

Important Tips:

Reasons:
  • Blacklisted phrase (1): enter image description here
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Raman Singh

79691851

Date: 2025-07-06 14:59:54
Score: 1
Natty:
Report link
<dependency>
    <groupId>com.fasterxml.jackson.core</groupId>
    <artifactId>jackson-databind</artifactId>
</dependency>
<dependency>
    <groupId>com.fasterxml.jackson.datatype</groupId>
    <artifactId>jackson-datatype-jsr310</artifactId>
</dependency>

Perhaps you can try adding this Maven.

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

79691847

Date: 2025-07-06 14:55:54
Score: 1.5
Natty:
Report link

you have browse file from path.

enter image description here

create table option shown like on screen

enter image description here

retrive data from table.

enter image description here

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

79691839

Date: 2025-07-06 14:47:51
Score: 0.5
Natty:
Report link

It should work on localhost, it does not work on local ip address though such as http://10.0.0.52:3003/

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • High reputation (-2):
Posted by: TSR

79691834

Date: 2025-07-06 14:33:49
Score: 2
Natty:
Report link

There is this filter, it have Python and CPP code. However, i test CPP example and found that it is not precise enough (not symmetrical, at least) on pixel-precise images (or i can't tune it up), compared to GIMP's Mean Curvature Blur, which produce exact results.

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

79691833

Date: 2025-07-06 14:32:48
Score: 3.5
Natty:
Report link

With modern browsers, one can use aspect-ratio.

Reasons:
  • Low length (2):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
Posted by: ov7a

79691817

Date: 2025-07-06 14:18:45
Score: 1.5
Natty:
Report link

A bit late, but the reason why activeGames.getOrDefault(id, Game(id)) always creates a new game is that you create a Game instance as an argument to be passed to getOrDefault(). When getOrDefault() starts, the instance has already been created.

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

79691814

Date: 2025-07-06 14:09:43
Score: 1.5
Natty:
Report link

<span class="">aWx5IChQeXRob24gcmVsZWFzZSBzaWduaW5nIGtleSkgPG5hZEBweXRob24ub3Jn</span>

--tw-backdrop-sepia

    --tw-saturate: ;
    --tw-sepia: ;
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Robert Pashikyan

79691813

Date: 2025-07-06 14:08:43
Score: 1.5
Natty:
Report link

Update your CORS policy in Program.cs to include http://localhost:3001 in policy.WithOrigins(), since your frontend is running on it. You could also apply React.js proxy.

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

79691808

Date: 2025-07-06 14:02:41
Score: 2
Natty:
Report link

I know this has been asked two years ago, but I want to tell you, for future projects, the codec matters.

With .mp3 files, there is a little bit of metadata about them that generates a momentary silence at the beginning of the audio. Thus, when looping, that silence is played as part of the audio, and a gap is made. Thus it becomes necessary to concatenate multiple instances of the same file like in your solution.

An audio format supported by just_audio that does not add any silence at the beginning or end is .wav. So you might want to check that out when dealing with looping in just_audio in future.

Reasons:
  • RegEx Blacklisted phrase (1): I want
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Aidan Ong

79691799

Date: 2025-07-06 13:55:39
Score: 0.5
Natty:
Report link

I think I found a solution, at least for what concerns getting the correct answer with the GNU compiled code. In my opinion, the key of the problem here is that, due to the multi-platform targeting of the OpenMP API, OMP directives are not actual code, but just instructions that tell the compiler how to translate the source code into device oriented code. The OpenMP standard defines a series of default rules concerning the communication between host and device, in order to be both simple and effective. If I compile the example code with nvcc on a machine with a NVIDIA device, these standards work nicely. If, on the contrary, I use other compilers, like gcc, I need to add compilation flags and explicit mapping directives to get the data handled as I need.

More specifically, it looks like when I compile the code with gcc all the information that I map explicitly is passed between host and device, except the return value of the target-declared function. My solution was therefore to add a wrapper host function, which opens the target region and calls the target function from within it. Here the difference is that the return-value of the target declared function gauss() is not passed to a variable that will be mapped back to host, but it is used to build the array ON the device. Then, the for loop just accumulates the array elements in the host-mapped wrapper result.

The code which worked for me is:

#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include <omp.h>

// This is a device-specific function: it is called
// on the device and its return value is used by the
// device.
#pragma omp begin declare target
double increment(double x_val, double diff_val) {
  return (exp(-1.0 * x_val * x_val) * diff_val);
}
#pragma omp end declare target

// This is a wrapper function: it is called by the host
// and it opens a target region where the device function
// is executed. The return value of the device function is
// used to build the return value of the wrapper.
double gauss(double* d_array, size_t size) {
  double d_result = 0.0;
  const double dx = 20.0 / (1.0 * size);
#pragma omp target map(tofrom: d_result) map(to:dx, size) map(alloc:d_array[0:size])
  {
#pragma omp teams distribute parallel for simd reduction(+:d_result)
    for (size_t i = 0; i < size; i++) {
      double x = 10.0 * i / (0.5 * size) - 10.0;
      // Here I call the target-declared function increment()
      // to get the integration element that I want to sum.
      d_array[i] = increment(x, dx);
      d_result += d_array[i];
    }
  }
  return d_result;
}

int main(int argc, char *argv[]) {
  double t_start = 0.0, t_end = 0.0;
  double result = 0.0;
  size_t gb = 1024 * 1024 * 1024;
  size_t size = 2;
  size_t elements = gb / sizeof(double) * size;
  double *array = (double*)malloc(elements * sizeof(double));

  // Testing inline: this works fine
  printf("Running offloaded calculation from main()...\n");
  t_start = omp_get_wtime();
#pragma omp target map(tofrom:result) map(to:elements) map(alloc:array[0:elements])
  {
    const double dx = 20.0 / (1.0 * elements);
#pragma omp teams distribute parallel for simd reduction(+:result)
    for (int64_t i = 0; i < elements; i++) {
      double x = 10.0 * i / (0.5 * elements) - 10.0;
      array[i] = exp(-1.0 * x * x) * dx;
      result += array[i];
    }
  }
  t_end = omp_get_wtime();
  result *= result;
  printf("The result of the inline test is %lf.\n", result);
  printf("Inline calculation lasted %lfs.\n", (t_end - t_start));

  // Testing wrapper function with target-declared calls: also works
  printf("Running offloaded calculation from gauss()...\n");
  t_start = omp_get_wtime();
  result = gauss(array, elements);
  t_end = omp_get_wtime();
  result *= result;
  printf("The result of the test using gauss() is %lf.\n", result);
  printf("The calculation using gauss() lasted %lfs.\n", (t_end - t_start));
  free(array);
  return 0;
}

I compiled and ran it as:

$ gcc -O3 -fopenmp -no-pie -foffload=default -fcf-protection=none -fno-stack-protector -foffload-options="-O3 -fcf-protection=none -fno-stack-protector -lm -latomic -lgomp" gauss_test.c -o gnu_gauss_test -lm -lgomp

$ OMP_TARGET_OFFLOAD=DISABLED ./gnu_gauss_test 

Running offloaded calculation from main()...
The result of the inline test is 3.141593.
Inline calculation lasted 0.259518s.
Running offloaded calculation from gauss()...
The result of the test using gauss() is 3.141593.
The calculation using gauss() lasted 0.195138s.

$ OMP_TARGET_OFFLOAD=MANDATORY ./gnu_gauss_test 

Running offloaded calculation from main()...
The result of the inline test is 3.141593.
Inline calculation lasted 2.127423s.
Running offloaded calculation from gauss()...
The result of the test using gauss() is 3.141593.
The calculation using gauss() lasted 0.161285s.

i.e., I am now getting the correct accumulation value from both the inline calculation and the gauss() function call. (NOTE: the large execution time of the inline calculation is an artifact of GPU init processes, which, with my current implementation, appear to be executed when hitting the first OMP target directive).

Reasons:
  • Blacklisted phrase (0.5): I need
  • Whitelisted phrase (-1): worked for me
  • RegEx Blacklisted phrase (1): I want
  • Long answer (-1):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Giovanni La Mura

79691794

Date: 2025-07-06 13:48:37
Score: 1
Natty:
Report link

Notepad loads the contents of file in memory and closes it. It is not "open" in Notepad. Try MS Word - it keeps the file open.

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

79691766

Date: 2025-07-06 13:03:27
Score: 1.5
Natty:
Report link

Try the request in a Send an HTTP request action of the Office 365 Outlook connector
https://learn.microsoft.com/en-us/connectors/office365/#send-an-http-request

Below is an example, if that helps?

1. Flow setup

https://graph.microsoft.com/v1.0/users/@{outputs('Get_user')?['body/userPrincipalName']}/messages/@{variables('MessageId')}?$select=categories

enter image description here

2. Test result

enter image description here

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
Posted by: Expiscornovus

79691763

Date: 2025-07-06 13:00:26
Score: 4
Natty:
Report link

TIBCO BusinessWorks Dynamic Processes, Process Variables - Lesson 4: https://youtu.be/n23-FVmuEX0

REST is caming soon

Reasons:
  • Blacklisted phrase (1): youtu.be
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: user30976627

79691760

Date: 2025-07-06 12:54:25
Score: 2.5
Natty:
Report link

I am tried all but my images are not displaying

And I am changed in angular.json file assets field also but no use and images are in my src/assets in these path only and my images extension are also fine

Then why the error is not gone

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

79691755

Date: 2025-07-06 12:52:24
Score: 1
Natty:
Report link

one reason is enabling the "composite" mode, I don't know why, but when I turned it off the issue had gone.

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • High reputation (-1):
Posted by: Sherif eldeeb

79691751

Date: 2025-07-06 12:47:23
Score: 1
Natty:
Report link
function long(str){
  let str2 = str.split(" ")
  let longe = '';

  for(let i = 0; i < str2.length; i++){
    if(str2[i].length > longe.length){
        longe = str2[i];
    }
  }
  return longe;
}
console.log(long("I love js and this iv very lovey language"));

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

79691748

Date: 2025-07-06 12:43:22
Score: 0.5
Natty:
Report link

A HTTP 302 is the expected response, this is also mentioned in the documentation:
https://learn.microsoft.com/en-us/graph/api/reportroot-getteamsuseractivityuserdetail?view=graph-rest-1.0&tabs=http#response-1

It will return a redirect with the link to the Location of where you can download the report csv file. That should be in the response headers.

To download the file you can place another HTTP request action which uses that location in the URI field. Make sure that second action has a configure run after/run after setting on the has failed value.

Reasons:
  • No code block (0.5):
Posted by: Expiscornovus

79691745

Date: 2025-07-06 12:39:22
Score: 2.5
Natty:
Report link

I assume it is a non-solution flow?

You can also export it via CLI, if the interface doesn't work properly, try
https://pnp.github.io/cli-microsoft365/cmd/flow/flow-export/

Alternatively, add it to a solution and export the solution instead.
https://learn.microsoft.com/en-gb/power-automate/export-flow-solution

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

79691734

Date: 2025-07-06 12:17:16
Score: 2
Natty:
Report link

Just vibecoded a tool to do it for small volumes (over ssh, so pretty slow). In case anyone need it
https://github.com/djbios/docker-volume-migrator

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

79691727

Date: 2025-07-06 12:09:14
Score: 1.5
Natty:
Report link

This patch may fix your issue. (if you only delete from the end of the input and there is no hint/suggestion and no highlighter or if highlight_char returns false)

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

79691721

Date: 2025-07-06 12:00:13
Score: 1
Natty:
Report link

I followed as per the doc of graalvm https://www.graalvm.org/latest/getting-started/windows/

Followed this step and it fixed:

Select the Desktop development with C++ checkbox in the main window. On the right side under Installation Details, make sure that the two requirements, Windows 11 SDK and MSVC (…) C++ x64/x86 build tools, are selected. Continue by clicking Install.

MSVC

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

79691708

Date: 2025-07-06 11:41:07
Score: 1.5
Natty:
Report link

No, your message will not necessarily go to the same partition unless you explicitly specify the partition number, as you did by setting Partition 0 in your code.

If the partition number is not specified, Kafka will apply a hashing function to the provided key. If the hashing function returns a different result, the message may be sent to a different partition, if one exists.

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

79691703

Date: 2025-07-06 11:35:06
Score: 3
Natty:
Report link

This is now implemented in scikit-learn via the class FrozenEstimator; see here: https://scikit-learn.org/stable/modules/generated/sklearn.frozen.FrozenEstimator.html#sklearn.frozen.FrozenEstimator

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

79691700

Date: 2025-07-06 11:32:05
Score: 2
Natty:
Report link

It happens usually if you are not able connect sql compute Check the similar post on databricks community

https://community.databricks.com/t5/data-engineering/retries-exceeded-error-when-displaying-dataframe-in-databricks/td-p/106407

Hope this will help you

Reasons:
  • Whitelisted phrase (-1): Hope this will help
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Tejas

79691697

Date: 2025-07-06 11:26:03
Score: 5
Natty:
Report link

install: npm install tw-animate-css

Reasons:
  • Low length (2):
  • No code block (0.5):
  • Self-answer (0.5):
  • Has no white space (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: pepe004

79691690

Date: 2025-07-06 11:08:00
Score: 1
Natty:
Report link

Use "type:"comment" , which shows text over multiple lines. It's also called the Long Text question type.

https://surveyjs.io/form-library/documentation/api-reference/comment-field-model

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

79691685

Date: 2025-07-06 10:58:58
Score: 2
Natty:
Report link

The current approach also includes re-processing of the page (Reset Automatic Equation Numbering).

MathJax.Hub.Queue(
  ["resetEquationNumbers",MathJax.InputJax.TeX],
  ["PreProcess",MathJax.Hub],
  ["Reprocess",MathJax.Hub],
  ["Typeset",MathJax.Hub]
);
Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Maxi Hunke

79691683

Date: 2025-07-06 10:56:57
Score: 1.5
Natty:
Report link

It might be so obvious that one may miss it but thanks to the Open process explorer command I noticed I had some empty workspaces open that took some RAM. Depending on your os (here macOS), one could miss this quite easily. Saved me about 1GB RAM

Reasons:
  • Blacklisted phrase (0.5): thanks
  • Low length (0.5):
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Joneron

79691677

Date: 2025-07-06 10:50:56
Score: 1
Natty:
Report link

You can check alternative CodePush clients like Revopush https://github.com/revopush/react-native-code-push which supports new Architecture and modern versions of React Native

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • High reputation (-1):
Posted by: Kirill Novikov

79691676

Date: 2025-07-06 10:50:56
Score: 1
Natty:
Report link

Error : No class declared in source file

The error is mainly due to wrong class declared. To solve there are two methods

  1. check for class name and file name

    if your file name is basics.java then class name must be basics and written like this public class basics{

    and for best compilation there must be not space between basics and { this brakcet

  2. check for correct compilation in terminal

    it must be javac basics.java (maybe you only used javac basics)

    and after the compilation task to run the file use java basics.java (maybe you forgot to type .java)

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

79691667

Date: 2025-07-06 10:27:50
Score: 1
Natty:
Report link
Console.Write("Please, input your age: ");
int age = Convert.ToInt32(Console.ReadLine());

int counter = 0;

while (counter < age)
{
    if (counter >= 5)
    {
        break;
    }

    Console.WriteLine("Happy Birthday!");
    counter++;
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Gohulan

79691665

Date: 2025-07-06 10:26:50
Score: 5
Natty: 5
Report link

you are a lifesaver, this saved me a lot. thanks mate @Anthony

Reasons:
  • Blacklisted phrase (0.5): thanks
  • Low length (1.5):
  • No code block (0.5):
  • User mentioned (1): @Anthony
  • Single line (0.5):
  • Low reputation (1):
Posted by: Riz

79691658

Date: 2025-07-06 10:16:47
Score: 2.5
Natty:
Report link

The only solution is to create a new console application, nothing works.

Reasons:
  • Whitelisted phrase (-1): solution is
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: zhyako xalid

79691653

Date: 2025-07-06 10:07:45
Score: 3.5
Natty:
Report link

I use this repo and when haven't internet or some blocks happen, perhaps usefull for someone

https://github.com/JTorresConsulta/TailwindCSS-offline

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

79691652

Date: 2025-07-06 10:05:45
Score: 2.5
Natty:
Report link

The sticky element depend on the height and the width of the parent if it has no parent so it depend on the body of the element or viewport so we have to give a speciifc height or widht not margin because the margin is space outside the box while height and widht is the space inside the box. and if we give a specific value to top,left,right,bottom so it stick there when we scroll where the value is set.

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

79691647

Date: 2025-07-06 10:00:43
Score: 4.5
Natty:
Report link

enter image description hereGood morning

same issue here, adding Business Intelligence in the Visual Studio Installer fixed it for me.

Reasons:
  • Blacklisted phrase (1): Good morning
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Raging Hamster

79691646

Date: 2025-07-06 09:56:42
Score: 3.5
Natty:
Report link

use the pybit modul from bybit api documentation :D

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

79691636

Date: 2025-07-06 09:45:39
Score: 2.5
Natty:
Report link

You extract the entire callback and store it in a constant. Then you pass that same constant to the call to subscribe

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

79691634

Date: 2025-07-06 09:43:38
Score: 1.5
Natty:
Report link

The error Permission denied (publickey) means the Bitbucket Pipeline environment doesn't have access to a valid SSH private key for your server. Even if your local machine can connect, the pipeline runs in a separate container with its own keys. You need to add a matching private SSH key to Bitbucket (as a repository variable or via Pipelines SSH Keys) and the corresponding public key to your droplet's ~/.ssh/authorized_keys. Also ensure the server's fingerprint is added to known_hosts using ssh-keyscan.

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

79691621

Date: 2025-07-06 09:24:34
Score: 3.5
Natty:
Report link

I'm not sure how to fix this but it intrigues me a lot!

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

79691617

Date: 2025-07-06 09:09:30
Score: 1
Natty:
Report link

androidx.legacy was released in 2018-09-21, and is deprecated now.

Use the latest AndroidX libraries compatible with your targetSdkVersion and minSdkVersion. The current stable version of androidx.core is 1.16.0 and that of androidx.appcompat is 1.7.1.

WindowInsetsCompat.getInsets() and WindowInsetsCompat.Type were added in 1.5.0 (2021-05-18), so you must use androidx.core:core:1.5.0 or later.

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

79691612

Date: 2025-07-06 09:03:29
Score: 1
Natty:
Report link

Use this config

{
  "mcpServers": {
    "context7": {
      "command": "npx",
      "timeout": 60000,
      "args": [
        "-y",
        "@upstash/context7-mcp@latest"
      ]
    }
  }
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Andrey Kozlov

79691608

Date: 2025-07-06 09:01:28
Score: 5.5
Natty: 5.5
Report link

You using first time flutter in Android studio?

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

79691605

Date: 2025-07-06 09:00:27
Score: 1
Natty:
Report link

Thank you for your solution. I faced the same issue in one of my flutter projects, and your fix worked perfectly. I ran flutter clean followed by flutter run, and the app was up and running.
However, the problem is that it only works from the terminal. If I try to run the app using the VS Code GUI (the button in the top right), the same error reappears. Even after running flutter clean and then clicking the debug button, the error still persists.

"Launching lib\main.dart on SM N975F in debug mode...

FAILURE: Build failed with an exception.

* What went wrong:

Execution failed for task ':app:compileFlutterBuildDebug'.

\> Failed to create parent directory 'C:\Users\Mujeeb' when creating directory 'C:\Users\Mujeeb\ Khawaja\Desktop\flutter\ projects\new\ videx\videx\build\app\intermediates\flutter\debug\flutter_assets'

* Try:

\> Run with --stacktrace option to get the stack trace.

\> Run with --info or --debug option to get more log output.

\> Run with --scan to get full insights.

\> Get more help at https://help.gradle.org.

BUILD FAILED in 6s

Error: Gradle task assembleDebug failed with exit code 1"

My directory name in "This PC" is "C:\Users\Mujeeb Khawaja", not 'C:\Users\Mujeeb' and flutter is trying to do "'C:\Users\Mujeeb\ Khawaja\"

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Contains signature (1):
  • Long answer (-1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Mujeeb Khawaja

79691598

Date: 2025-07-06 08:39:23
Score: 0.5
Natty:
Report link

I get a solution, i use one build method, but it don't seem so perfect. Because code is not reusable, it limit index of list. Perhaps as  furas said, i need use a list save values, instead of a1, a2...

@dataclass
class Base():
    def __str__(self):
        data = ','.join([str(x) for x in vars(self).values()])
        return data

@dataclass
class B(Base):
    b1: int = 0
    b2: int = 0
    b3: int = 0

@dataclass
class A(Base):
    a1: int = 0
    a2: int = 0
    a3: int = 0
    b: B = None

    def build(self, *arg):
        a_arg = list(arg[0: 3])
        b_arg= arg[3: 6]
        b = B(*b_arg)
        all_arg = a_arg + [b]

        self.__init__(*all_arg)
        return self

num = [1,2,3,4,5,6]
my_data = A().build(*num)
print(my_data) # 1,2,3,4,5,6
Reasons:
  • Blacklisted phrase (0.5): i need
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Edward

79691597

Date: 2025-07-06 08:37:22
Score: 3
Natty:
Report link

I just had a similar issue and I've built a simple tool to specifically test the user-agents for my URLs.

Feel free to use it: https://crawlercheck.com

Any feedback is appreciated.

Reasons:
  • Blacklisted phrase (1): appreciated
  • Low length (1):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Bögözi

79691592

Date: 2025-07-06 08:30:21
Score: 1
Natty:
Report link

inject your viewmodel using this method for koin

@Composable
inline fun <reified T: ViewModel> koinViewModel(): T {
    val scope = currentKoinScope()
    return viewModel {
        scope.get<T>()
    }
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Gamal Ragab

79691589

Date: 2025-07-06 08:24:19
Score: 1
Natty:
Report link

Thank you for your solution. I faced the same issue, and your fix worked perfectly. I ran flutter clean followed by flutter run, and the app was up and running.
However, the problem is that it only works from the terminal. If I try to run the app using the VS Code GUI (the button in the top right), the same error reappears. Even after running flutter clean and then clicking the debug button, the error still persists.

"Launching lib\main.dart on SM N975F in debug mode...

FAILURE: Build failed with an exception.

* What went wrong:

Execution failed for task ':app:compileFlutterBuildDebug'.

\> Failed to create parent directory 'C:\Users\Mujeeb' when creating directory 'C:\Users\Mujeeb\ Khawaja\Desktop\flutter\ projects\new\ videx\videx\build\app\intermediates\flutter\debug\flutter_assets'

* Try:

\> Run with --stacktrace option to get the stack trace.

\> Run with --info or --debug option to get more log output.

\> Run with --scan to get full insights.

\> Get more help at https://help.gradle.org.

BUILD FAILED in 6s

Error: Gradle task assembleDebug failed with exit code 1"

My directory name in "This PC" is "C:\Users\Mujeeb Khawaja", not 'C:\Users\Mujeeb' and flutter is trying to do "'C:\Users\Mujeeb\ Khawaja\"

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Contains signature (1):
  • Long answer (-1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Mujeeb Khawaja

79691582

Date: 2025-07-06 08:08:15
Score: 1.5
Natty:
Report link

I think here might be the possible answers

  1. Initially Check Services, by ensuring Apache (or Nginx) and MySQL are running (e.g., via XAMPP/WAMP/LAMP).

  2. Check for the Correct URL – Try http://127.0.0.1/phpmyadmin/ or ensure the case matches (e.g., phpMyAdmin on Linux).

  3. Port Conflicts – Verify no other apps block ports 80 (Apache) or 3306 (MySQL).

  4. Clear Cache – Use a private browser window or clear cookies/cache.

  5. Logs – Check Apache’s `error.log` or PHP logs for clues.

  6. If not try reinstall, by reinstalling phpMyAdmin if corrupted.

Quick Test:

- Create a test.php file with <?php phpinfo(); ?> if it loads, PHP works.

- Try accessing MySQL via command line (mysql -u root -p).

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Denis D

79691579

Date: 2025-07-06 08:03:14
Score: 1.5
Natty:
Report link
$category = Category::where('status',1)->orderBy('id','desc')->get();

what is the data type of column status ?

in mysql true/false is not supported and these are just simple string . instead datatype tinyint(1) with value 0 and 1 is used for boolean column.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): what is the
  • Low reputation (0.5):
Posted by: zohrehda

79691578

Date: 2025-07-06 08:02:14
Score: 2
Natty:
Report link

For React (Web Frontend)

For React Native (Expo)

Reasons:
  • Probably link only (1):
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Hafiz Muhammad Aslam

79691575

Date: 2025-07-06 07:53:12
Score: 1.5
Natty:
Report link

This feature is now follow supported according to this post here:

https://youtrack.jetbrains.com/issue/IJPL-170306/Remote-development-host-should-be-available-on-macOS-and-Windows#focus=Change-27-11917794.0-0.pinned

You need Toolbox App 2.6.
https://blog.jetbrains.com/toolbox-app/2025/04/toolbox-app-2-6-is-here-with-remote-development-support/

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

79691566

Date: 2025-07-06 07:39:09
Score: 3
Natty:
Report link

I would suggest using the TabPanePro library. It provides special areas for adding any controls and, besides that, it solves all problems related to the tab menu button.

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

79691555

Date: 2025-07-06 07:21:04
Score: 2.5
Natty:
Report link

In my system Powershell 7.x and powershell 5.x was there. However, as per Microsoft Powershell docs, version 5.x is integrated with core components. hence, I uninstalled the powrshell 7.x. The build got succeeded

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

79691554

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

This issue is fixed now, basically 2 changes I had to do.

  1. add allowedOrigins in the next.config file :
 experimental: {
    serverActions: {
      allowedOrigins: [
        'localhost:3000',
      ]
    }
  }
  1. next.config.ts file should be present in the final docker build also.
COPY --from=builder /app/next.config.ts ./
Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Mazz

79691553

Date: 2025-07-06 07:19:03
Score: 1.5
Natty:
Report link

Actually your wrong im playing a android game and I run scripts in it all day, free resources, currency, accelerated farming and growth in games, and I happen to have it right here https://fluxus-team.net/ or this one is the one I use https://delta-executor.com/deltaexploit/ and this one's good too https://hydrogen.us.com/download/

So yes android has scripts that can be run in the background of any app or game without root, don't believe me I'll send a screen record of me doing so

Thank you fot letting me kick some knowledge

header 1 header 2
cell 1 cell 2
cell 3 cell 4 these are screen shots off a samsung galaxy s-21FE OF DELTA FLUXUS, AND HYDROGEN script executors
Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Ronald Seed

79691546

Date: 2025-07-06 07:13:01
Score: 5
Natty: 5.5
Report link

what no it does not use ^ as excape

Reasons:
  • Low length (2):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): what
  • Low reputation (1):
Posted by: raiden

79691544

Date: 2025-07-06 07:06:59
Score: 3.5
Natty:
Report link

Check my repo https://github.com/Eric-Guo/coreui4-rails-starter, it's based on webpack 5 and core ui 4.

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

79691537

Date: 2025-07-06 06:45:54
Score: 2
Natty:
Report link

All, Thanks for your time and my apologies for the confusion. Turns out when I installed redis-cli it also installed redis-server on my windows 11 laptop which I was not aware off. I uninstalled the application and removed the task. I also deleted the folder itself from C:\Windows.

I then extracted the redis-cli.exe and along with the dlls and copied them to C:\windows\system32.

It is working as expected now.

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Gopinath Rajee

79691535

Date: 2025-07-06 06:38:53
Score: 2.5
Natty:
Report link

I dont know why this cause because i ran it as admininstrator, And i manage to solve this by set my src file as a startup project

Project > set as startup project

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

79691532

Date: 2025-07-06 06:33:51
Score: 1
Natty:
Report link
# Set the limit to a higher value (e.g., 10000)
sys.set_int_max_str_digits(0)

    # Or, to disable the limit entirely (use with caution)
    # sys.set_int_max_str_digits(0)

    # Now, perform your integer string conversion
large_number = 10**5000 # Example of a very large number
number_as_string = str(large_number)
from tkinter import*
a=Tk()
z=1
for x in range(1,171):
    z=z*x
print(z)
z=(str(z))
n=Label(a,text=z)
n.place(x=50,y=50)
Reasons:
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: user30974893

79691526

Date: 2025-07-06 06:04:45
Score: 3
Natty:
Report link

Sorry for not posting the direct answer. I was struggling with coding up lease-based-master-election strategy in python. But I think this strategy is used for High Availibility only. Like scenarios where if the master fails, then the incoming requests should be quickly forwarded to the slaves.

But the catch is even when the master fails until the time is reached for which the lease was taken the incoming requests will be forwarded to the same master. So it will not be available for that time.

What my proposed design is - Keeping two pods with two different statefulset, a master and a slave. They both will be kept consistent asynchronously. And in the application level logic we can backoff exponentially and say for every even retry we try the master and for odd retry we try the slave. We can make more slaves to get higher availibility and in this way the downtime will be decreased dramatically.

Please let me know your opinion on this design.

Reasons:
  • RegEx Blacklisted phrase (2.5): Please let me know your
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Bikram Sankhari

79691517

Date: 2025-07-06 05:41:40
Score: 2
Natty:
Report link

const arr1 = [10, 20, 30, 40, 50];

const res = arr1.at(2);
console.log(res);king

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

79691514

Date: 2025-07-06 05:38:39
Score: 2
Natty:
Report link
Mohamed 
header 1 header 2
cell 1 cell 2
cell 3 cell 4

Hahaha

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

79691512

Date: 2025-07-06 05:37:39
Score: 1.5
Natty:
Report link

IsSoftDeleted is a provisioning engine virtual attribute, evaluated only at runtime during provisioning operations, currently as of me writing this post, there is still an Entra issue with the payload and attribute mapping to "Active". When it is sent to active it should be a Boolean (true / false) but currently Entra will send it to the remote platform as a string ("true" / "false"). Option one have the remote platform modify the Active field to accept strings, option 2 use the SCIM compatibility flag in your endpoint URL.

See: https://learn.microsoft.com/en-us/entra/identity/app-provisioning/application-provisioning-config-problem-scim-compatibility

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

79691505

Date: 2025-07-06 05:19:35
Score: 2
Natty:
Report link

Try with these keywords "verb forms V1, V2, V3, V4 and V5"

Verb forms are the various ways verbs can be used to show tense, number, gender, voice, and mood. In English, there are five main verb forms: V1 (base form), V2 (past simple), V3 (past participle), V4 (present participle/gerund), and V5 (simple present third person).

here a list of 1000 verbs with their forms : https://asbatlibrary.s3.eu-central-1.amazonaws.com/5ced9f02-3ca8-4218-a660-e6608862a535-Verbs-Forms-Eng.pdf

https://www.learnenglishteam.com/500-english-verbs-list-v1-v2-v3-verb-forms/

there is an ebook "All english verb forms" I haven't read: https://www.fnac.com/livre-numerique/a20705114/Radoslaw-Wieckowski-All-English-Verb-Forms

or 2500 VERB FORMS IN ENGLISH Yendluri, Prabhudass & Yendluri, Prabhudass (v1 v2 v3 only)

Reasons:
  • Probably link only (1):
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Plouf Plouf

79691494

Date: 2025-07-06 04:21:23
Score: 0.5
Natty:
Report link

Let's set the record straight here. Largely the x87 has not been changed in a long time and functions more as a slow legacy unit for long double computations and special cases. Even the trig functions have accuracy issues and dont meet the 0.5ulp of IEEE not to mention are horrendously slow. Its faster to use the vectorized units with scalars and tolerate 1ulp accuracy for better performance and SIMD possibility. So largely as the FPU is slow including the interface to load and store data into FPU registers, it simply became more convenient to let libraries switch to the new SSE and AVX.

Now also be careful of bad and misleading information in a post here. FMA for integers would change the precision. As there are sign, carry and overflow flags whose values would absolutely be different in a fused vs unfused scenario and emulating it would require extra instructions. One reason to be warry of advice from those not well versed in hardware.

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

79691489

Date: 2025-07-06 04:14:20
Score: 1
Natty:
Report link

Take an open source project which is written in your favorable backend language , Just search on GitHub about such projects with the language filter, Take CNCF landscape if you can't find projects . I hope it helps. Study how it is written , Improve the project by helping the maintainers , Learn from them and in no time you will become habituated with the best practices

Reasons:
  • Whitelisted phrase (-1): hope it helps
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Narendra Damodarda Modi

79691486

Date: 2025-07-06 04:08:19
Score: 2.5
Natty:
Report link

I wasn't getting anywhere no matter what I tried off the suggestions above. Then I upgraded to the latest Android Studio (Narwhal 2025) and the problem went away.

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

79691476

Date: 2025-07-06 03:41:13
Score: 3
Natty:
Report link

Yes, You can check this website. there are lots of code formatter available here with additional features.

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

79691468

Date: 2025-07-06 03:22:09
Score: 3.5
Natty:
Report link

If you just need a quick check with big values, HexCalculator.org handles arbitrary-length hex arithmetic.

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

79691461

Date: 2025-07-06 02:50:03
Score: 0.5
Natty:
Report link
https://android.googlesource.com/platform/prebuilts/clang/host/linux-x86/+log/refs/heads/master/clang-r428724/
<Https://Linux-master-of what>

<script src="https://cdnjs.cloudflare.com/ajax/libs/react/17.0.1/umd/react.production.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/react-dom/17.0.1/umd/react-dom.production.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/knockout/3.3.0/knockout-min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.7.9/angular.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.7.1/jquery.min.js"></script>

Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: user30974130

79691460

Date: 2025-07-06 02:50:03
Score: 1
Natty:
Report link

<lINK href="style.css" rel="stylesheet" type="text/css">

<nav>
  <a href="adventures.html"> Vietnam</a><br>
  <a href="madagascar.html"> Madagascar</a><br>
  <a href="Contact us.html"> Contact us </a><br>

</nav>

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

79691457

Date: 2025-07-06 02:38:01
Score: 3
Natty:
Report link
header 1 header 2
cell 1 cell 2
cell 3 cell 4
Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Saidul Khan

79691451

Date: 2025-07-06 02:23:57
Score: 2
Natty:
Report link

Thank you all for your suggestions!

I finally solved the problem by removing the resize mask and implementing the zoom functionality myself.

I had actually tried this approach before, but initially encountered issues with the zoom functionality becoming unavailable. This led me to explore alternative solutions, such as handling WM_HITTEST and returning HT_CLIENT similar to how it's done in Windows. However, I couldn't find a viable solution using this method.

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • No code block (0.5):
  • Low reputation (1):
Posted by: 黄建雄

79691450

Date: 2025-07-06 02:22:57
Score: 1.5
Natty:
Report link

This worked for me. Enabled select policy on storage.buckets and it fixed the error.

Reasons:
  • Whitelisted phrase (-1): This worked for me
  • Whitelisted phrase (-1): worked for me
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Grey Wabwire

79691446

Date: 2025-07-06 02:08:53
Score: 6
Natty: 4
Report link

Hj÷2/_7,-!•|€{7}《8°¿5ser.javr5d=@%5cf.A;

Reasons:
  • Blacklisted phrase (1): ¿
  • Low length (1.5):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Has no white space (0.5):
  • Single line (0.5):
  • No latin characters (0.5):
  • Low reputation (1):
Posted by: Yesero

79691443

Date: 2025-07-06 02:02:51
Score: 4
Natty: 6
Report link

Es muy bueno y tambien me encanta ver el telefono en la tv

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

79691442

Date: 2025-07-06 01:57:50
Score: 1
Natty:
Report link

A little late but for anyone still needing this what worked for me was:

Right click on solution explorer -> Properties -> C/C++ -> General -> Additional Include Directories -> and add your (python/INCLUDE folder) C:\Users\USERNAME\AppData\Local\Programs\Python\Python313\include

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

79691425

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

The pyvenv.cfg file in my Python virtual environment was forcing an old path that no longer exists. Deleting the file fixed my problem. Modifying the path in this file would probably work too.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Мафусаил

79691414

Date: 2025-07-06 00:41:34
Score: 2
Natty:
Report link

PS C:\tyyyy> pip install mediapipe==0.10.9

ERROR: Could not find a version that satisfies the requirement mediapipe==0.10.9 (from versions: 0.10.13, 0.10.14, 0.10.18, 0.10.20, 0.10.21)

ERROR: No matching distribution found for mediapipe==0.10.9

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

79691411

Date: 2025-07-06 00:35:32
Score: 11.5
Natty: 6.5
Report link

did you solve this? im having the same issue with nextjs

Reasons:
  • RegEx Blacklisted phrase (3): did you solve this
  • RegEx Blacklisted phrase (1.5): solve this?
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): having the same issue
  • Contains question mark (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): did you solve this
  • Low reputation (1):
Posted by: Martino Volcy

79691410

Date: 2025-07-06 00:30:30
Score: 1
Natty:
Report link

I have finally found a solution, thanks to https://core.telegram.org/tdlib/docs/classtd_1_1td__api_1_1get_message_thread_history.html

It is explained both in the API and in the code below what each parameter does, in my case I put this in a while loop, I iterate the messages I get and save the ID of the last message I have processed, then in a new iteration of the while loop I get another batch of message from the last message I iterate, so until I get to iterate all the messages of that topic, in case I get a batch of messages and it comes empty is as easy as exiting the while loop.

resp = self.client.call_method(
    'getMessageThreadHistory',
    params={
        'chat_id': group_id, # your group id
        'message_id': message_id, # topic id
        'from_message_id': last_id, # last message you iterated
        'offset': 0, # 0 is fine if we want to iterate from last message
        'limit': 100 # the limit imposed by Telegram is 100, it makes no difference whether you set it or not.
    }
)
Reasons:
  • Blacklisted phrase (0.5): thanks
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: skjolberg

79691407

Date: 2025-07-06 00:23:29
Score: 2.5
Natty:
Report link

try using allow-private-response-caching = true

https://learn.microsoft.com/pt-br/azure/api-management/cache-lookup-policy

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

79691390

Date: 2025-07-05 23:23:17
Score: 1
Natty:
Report link

A bit late to the show but we worked hard to get RichFaces upgraded. We tend to merge our updates to https://github.com/albfernandez/richfaces/tree/jakarta.

I'm using it in production and I did not notice weird things for already a couple of months.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
Posted by: Milo van der Zee

79691373

Date: 2025-07-05 22:17:02
Score: 4
Natty:
Report link

Why is this happening ?

Most likely your EC2 instances in the private subnets can't talk to the ECS control plane

If this is the case then why do they allow selecting only the private subnets to launch the instances in when they only work in public subnets?

Best practice suggests deploying your EC2 instances in private subnets. You just need to make sure they have a route to the ECS control plane.

If i want the instances to run in private subnets, then will NAT gateway work ?

Yes, if you're happy with your traffic traversing the public internet, and assuming that security groups and NACLs allow the traffic, this will work. Alternatively deploy VPC endpoints.

Is there a way to debug why an instance failed to register with ECS ?

VPC flow logs should show either traffic getting blocked by security groups or NACLs, and should show accepted outbound traffic with no corresponding inbound if the SGs and NACLs allow traffic but there's just no route. I'd expect ECS agent logs to also show errors.

Reasons:
  • Blacklisted phrase (1): Is there a way
  • RegEx Blacklisted phrase (1): i want
  • RegEx Blacklisted phrase (0.5): Why is this
  • Long answer (-0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): Why is this
  • Low reputation (0.5):
Posted by: andycaine