79176700

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

touchAction has been deprecated in latest upgrades. So, how to scroll now?

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

79176681

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

Is there any way to open specific screen in flutter. I face this issue many time like when i kill the app and tab on notifcation and it does't open my screen

Reasons:
  • Blacklisted phrase (1): Is there any
  • Low length (1):
  • No code block (0.5):
  • Starts with a question (0.5): Is there any
  • Low reputation (1):
Posted by: Developers iApp

79176666

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

Try again, here is the latest version 3.0.2 of react-to-print:

import { useReactToPrint } from 'react-to-print';
const handlePrint = useReactToPrint({
    content: () => componentRef?.current,
    documentTitle: 'title',
    onAfterPrint: () => {}
});
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: haiquan0121

79176654

Date: 2024-11-11 07:00:24
Score: 4
Natty:
Report link

I used gcloud cbt tool to delete corresponding rows.

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

79176652

Date: 2024-11-11 07:00:24
Score: 0.5
Natty:
Report link

Another option: ToString() the existing Uri with a query string and put it in the QueryHelpers.AddQueryString method.

completed_uri = new Uri(
    QueryHelpers.AddQueryString(completed_uri.ToString(), new Dictionary<string, string> {
        { "pageToken", pageToken}
})
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: heyyy

79176644

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

Add this to settings.json

"arb-editor.suppressedWarnings": [
  "missing_metadata_for_key"
],

For details config, see: https://github.com/google/arb-editor

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

79176643

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

I cleaned up using the uninstaller on Windows 11. Worked well for me.

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

79176642

Date: 2024-11-11 06:56:23
Score: 2
Natty:
Report link

You can easily find the latest distrubutionUrl need to past in android/gradle/wrapper/gradle-wrapper.properties by creating new sample flutter project & go to the above path & copy the distrubutionUrl & paste in your old project, that's it , simple trick

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

79176641

Date: 2024-11-11 06:55:23
Score: 1.5
Natty:
Report link

$ pkg-config --libs dbus-1 --cflags -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/elogind -ldbus-1 That's generating the correct includes, however my program still doesn't find <dbus/dbus.h>. I've tried putting it on the command line: cc -o $@ $(pkg-config --libs dbus-1 --cflags) $+ in the makefile & as CFLAGS+=$(pkg-config --libs dbus-1 --cflags) but still fails to find the include when compiling.

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

79176637

Date: 2024-11-11 06:54:22
Score: 2.5
Natty:
Report link

in msmdsrv.ini SSAS configuration file change below value from 0 to 1

0

then restart SSAS service and now you will be able to add security group under SSAS properties in SSMS once added please change back to 1 to 0 in config file and restart SSAS

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

79176633

Date: 2024-11-11 06:52:21
Score: 4
Natty: 4.5
Report link

seems Hibernate starting from version 6 works diffetently: https://hibernate.atlassian.net/browse/HHH-15612

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

79176628

Date: 2024-11-11 06:49:20
Score: 4.5
Natty:
Report link

You could use @Convert to convert json into a pojo. Example how to use it can be found here: https://www.baeldung.com/spring-boot-jpa-storing-postgresql-jsonb

Reasons:
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
  • User mentioned (1): @Convert
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: sge

79176624

Date: 2024-11-11 06:48:20
Score: 3.5
Natty:
Report link

You can not only stream recorded videos but also use Swarm web3 backend stack for streaming live videos:

https://streameth.org/swarm/watch?session=6674242807f92b086c420015

Reasons:
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Sándor Antal Nagy

79176622

Date: 2024-11-11 06:47:20
Score: 3
Natty:
Report link

Guess may be has to do with Spyder upgrading from zmq 16.0.0? Looks like: Module: zmq.eventloop.ioloop This module is deprecated in pyzmq 17. Use tornado.ioloop. https://pyzmq.readthedocs.io/en/v26.2.0/api/zmq.eventloop.ioloop.html

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

79176621

Date: 2024-11-11 06:47:20
Score: 3
Natty:
Report link

I think there is something wrong with your yaml file.Can you show what it looks like? it should be something like below:

path: /home/user/Projects/deep/yolo-torch-2/yolov8 # dataset root dir
train: images/train # train images (relative to 'path')
val: images/val # val images (relative to 'path') 
test: # test images (optional)

# Classes
names:
  0: class1
  1: class2
  2: class3
  3: class4
Reasons:
  • RegEx Blacklisted phrase (2.5): Can you show what
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (0.5):
Posted by: Arya

79176617

Date: 2024-11-11 06:45:20
Score: 1
Natty:
Report link

I used the solution provided by @ianhanniballake but I encountered another problem that now android system started following the navigation track. So let suppose you navigate fragments like A -> B -> C -> D -> C -> B -> A.

Now press back button B is selected and displayed, again press back button C is displayed, again press back button D is displayed, again press back button C is displayed, again press back button B is displayed, again press back button A is displayed(start destination is reached and all fragments are pooped off the stack)

If you agains press the back button then app is closed.

So solution to this problem is handle back button navigation manually in the activity where your NavController is tied by using OnBackPressedDispatcher

    onBackPressedDispatcher.addCallback(this, object : OnBackPressedCallback(true) {
        override fun handleOnBackPressed() {

            // If the current destination is not the start destination, pop the back stack
            if (navController.currentBackStackEntry?.destination?.id != navController.graph.startDestinationId) {
                navController.popBackStack()
            } else {
                // If the start destination is already reached, exit the app
                isEnabled = false
                finish()
            }
        }
    })
Reasons:
  • Blacklisted phrase (2): poop
  • Long answer (-1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Vikash Kumar Tiwari

79176616

Date: 2024-11-11 06:45:20
Score: 1
Natty:
Report link

The Basic Idea of Servers

At its core, you’ve got it mostly right: a server is essentially a process that listens for requests and sends responses. But how you use different servers in your development workflow can vary, and that’s where terms like “web server” and “development server” come into play.

Web Server vs. Development Server

Web Server:

Development Server:

Why Have Two Servers Running?

In many tutorials, you’ll see two servers running simultaneously:

  1. Development Server (Client): Typically running on a port like 3000 via Create React App’s built-in tools.
  2. Backend Server (Express): Running on another port, say 5000, and serving as your API layer.

This setup is common because:

How This Looks in Practice

Example Flow

  1. You run npm start in your React app. This starts the development server (e.g., on http://localhost:3000).
  2. You run node server.js (or similar) for your Express backend, typically on a different port (e.g., http://localhost:5000).
  3. Your React app makes requests to your Express server via fetch or axios calls to /api/some-endpoint. During development, these requests are proxied to http://localhost:5000 as per your configuration.

Quick Analogy

Think of your development server as a workbench where you can quickly build, tweak, and see updates, while your web server is more like a delivery person—it serves the completed product to users.

TL;DR: In development, you often have two servers—a React development server for fast frontend development and an Express server for backend logic. The dev server makes development fast and easy, while the backend server handles API requests. In production, you may consolidate and serve everything through one backend server.

Hope this clears things up! Cheers!

Reasons:
  • Blacklisted phrase (1): Cheers
  • Long answer (-1):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Abbas Moghadasi

79176612

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

I check the source code of BottomNavigationView.java.

In BottomNavigationView.applyWindowInsets(), engineers avoid the issue of overlapping with the system navigation bar by adding padding to the bottom.

https://github.com/material-components/material-components-android/blob/master/lib/java/com/google/android/material/bottomnavigation/BottomNavigationView.java#L142

The BottomNavigationView component is displayed above the system navigation bar, which seems to be in line with the MaterialUI design requirements.

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

79176606

Date: 2024-11-11 06:41:18
Score: 0.5
Natty:
Report link

with new Spark 3.X version, format function is supported.

spark.read.format("avro").load("path to mounted storage")

Reasons:
  • Low length (1):
  • Has code block (-0.5):
Posted by: akshat thakar

79176604

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

The maximum length for the last name is set to 20 characters, but it is only accepting 15 characters.

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

79176597

Date: 2024-11-11 06:38:17
Score: 5
Natty:
Report link

I have also been stuck on the same problem recently and have found a solution.

Tried multiple approaches and ended up with the solution Attaching the StackOverflow thread, have a look at it

is there is any way possible to download multiple files(.pkpass) on iphone?

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

79176591

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

This is because show_spinner=False will only work if you are using st.spinner() and not st.status().

You can recreate the same thing with a spinner as follows:

@st.cache_data(show_spinner=False)
def fetch_data():
    with st.spinner("Buscando datos..."):
        time.sleep(2)
        st.write("Partidos encontrados...")
        time.sleep(2)
        st.write("Descargando datos...")
        time.sleep(2)
        st.write("Dibujando tabla...")
        game_data = scraper.get_data(game_list_input=games_id)
        data_df = scraper.get_data_df(data_list=game_data)
        games_data = data_df.to_pandas()
        time.sleep(3)
        st.success("¡Descarga completada!")        
        return games_data

    
games_data = fetch_data()

You can tweak it a little to add an expander like we have in status, if required.

Reasons:
  • RegEx Blacklisted phrase (2): encontrados
  • Long answer (-0.5):
  • Has code block (-0.5):
Posted by: Vikas Sharma

79176590

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

This fixed it for me https://dev.to/bharathvajganesan/how-to-remove-old-service-worker-361b. It's based on https://medium.com/@nekrtemplar/self-destroying-serviceworker-73d62921d717

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

79176582

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

You can append to the already existed PROMPT_COMMAND instead of overwriting it:

PROMPT_COMMAND=(__prompt_command "${PROMPT_COMMAND[@]}")

Take a look at this post.

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

79176569

Date: 2024-11-11 06:24:13
Score: 3
Natty:
Report link

Since last 5 days I have the same issue. It is not related to android studio. I have this issue in VS code as well. Could you find a solution. I couldn't yet. While adding some packages this issue occurs. e.g. give, google fonts, etc.

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':path_provider_android:compileDebugJavaWithJavac'.
> Could not resolve all files for configuration ':path_provider_android:androidJdkImage'.
   > Failed to transform core-for-system-modules.jar to match attributes {artifactType=_internal_android_jdk_image, org.gradle.libraryelements=jar, org.gradle.usage=java-runtime}.
      > Execution failed for JdkImageTransform: C:\Users\aksha\AppData\Local\Android\sdk\platforms\android-34\core-for-system-modules.jar.
         > Error while executing process C:\Program Files\Android\Android Studio\jbr\bin\jlink.exe with arguments {--module-path C:\Users\aksha\.gradle\caches\transforms-3\4a46fc89ed5f9adfe3afebf74eb8bfeb\transformed\output\temp\jmod --add-modules java.base --output C:\Users\aksha\.gradle\caches\transforms-3\4a46fc89ed5f9adfe3afebf74eb8bfeb\transformed\output\jdkImage --disable-plugin system-modules}

* 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 8s
Error: Gradle task assembleDebug failed with exit code 1

I tried creating a new project, and when adding some packages this issue occurs even for counter app.

Reasons:
  • Blacklisted phrase (1): I have the same issue
  • Long answer (-1):
  • Has code block (-0.5):
  • Me too answer (2.5): I have the same issue
  • Low reputation (1):
Posted by: Akshaykumar

79176568

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

try this command

python server.py --listen --listen-host 0.0.0.0 --listen-port 7860
Reasons:
  • Whitelisted phrase (-1): try this
  • Low length (1.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: user24912330

79176563

Date: 2024-11-11 06:20:12
Score: 1
Natty:
Report link

Here’s a breakdown of what each part represents in this hash format:

pbkdf2_sha256: This is the hashing algorithm used, PBKDF2 (Password-Based Key Derivation Function 2) with SHA-256 as the underlying hash function.

150000: This is the number of iterations. In this case, the password has been hashed 150000 times to increase security. More iterations make the hashing process more secure by making it slower to crack, though also more computationally intensive.

O9hNDLwzBc7r: This is the salt. A salt is a random value added to the password before hashing, preventing the use of precomputed hash tables (like rainbow tables) to reverse-engineer the original password.

RzJPG76Vki36xEflUPKn37jYI3xRbbf6MTPrWbjFrgQ=: This is the resulting hashed password.

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

79176553

Date: 2024-11-11 06:13:11
Score: 3
Natty:
Report link

Just found the solution, that is if you're on linux, you have to setup rtl_sdr first. And if you still faced the same problem, there might be a software that currently using your rtl_sdr too at the same time.

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

79176548

Date: 2024-11-11 06:12:10
Score: 2
Natty:
Report link

I think files stored in the sandbox were not accessible from the outside. You need to either upload the pdf file to the cloud get an accessible URL and redirect it, or display it in your app with the iOS PDF viewer UIDocumentInteractionController.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: 정종원

79176530

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

If you do not need the graph to be drawn up, e.g. I do not need the graph to be drawn up as this will be handled by Tableau and TabPy, the below code could be suitable

import logging
logging.getLogger("prophet.plot").disabled = True
from prophet import ...

Solution taken from https://github.com/facebook/prophet/issues/2387

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

79176528

Date: 2024-11-11 05:59:08
Score: 0.5
Natty:
Report link

I had the same problem, but it appeared after the command dotnet nuget locals all --clear. I opened Tools -> NuGet Package Manager -> Package Manager Settings -> Package Source Mappings and clicked Remove all. Then I called dotnet restore in terminal and everything worked.

Reasons:
  • Whitelisted phrase (-1): I had the same
  • Low length (0.5):
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Morda Pola

79176520

Date: 2024-11-11 05:52:07
Score: 2
Natty:
Report link

When you run poetry run python it tries to run the python command within the venv. But the problem is python interpreter which is going to be run is symlink of the python3 in that virtual environment, and you cannot copy symlinks of something in your computer to the docker container.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Single line (0.5):
  • Starts with a question (0.5): When you
  • Low reputation (1):
Posted by: Amirhossein Shapoori

79176505

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

You can remove the minimum height, by using Modifier.heightIn(min = 0.dp). This should fix your "default padding" issue.

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

79176504

Date: 2024-11-11 05:45:06
Score: 1
Natty:
Report link

The error EADDRINUSE means the port you're trying to use (in this case, 5000 or previously 3000) is still occupied by another process.

  1. Verify if the port is still occupied using the command line: Windows: netstat -ano | findstr :5000 (This checks if port 5000 is being used by another process.)

Linux: sudo lsof -i:5000 (This checks if port 5000 is being used by another process.)

  1. If the port is occupied, either kill the process or use a different port: If the port is being used by a Node.js process, kill the process and rerun your project. If another service is using the port, consider using a different port number.

To kill the process:

Windows: taskkill /PID /F (Replace with the process ID you found.)

Linux: sudo kill -9 (Replace with the process ID you found.)

Note: Only kill the process if it is a Node.js process. If it's another service, it's better to choose a different port.

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

79176502

Date: 2024-11-11 05:44:05
Score: 9.5
Natty: 7
Report link

Did you solve the problem? I'm experiencing the same thing

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

79176498

Date: 2024-11-11 05:43:04
Score: 4
Natty:
Report link

Same issue for me also. im using react native web webview libray for web application but onNavigationStateChange not firing please suggeest if anyone have any idea

Reasons:
  • RegEx Blacklisted phrase (1): Same issue
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Sourabh Patil

79176497

Date: 2024-11-11 05:42:04
Score: 3.5
Natty:
Report link

SELECT * FROM users WHERE id IN (1, 2, 3, 4);

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

79176481

Date: 2024-11-11 05:29:01
Score: 0.5
Natty:
Report link

This is because you have different dependencies. please see the dependency provided by Kotlin officials. reference link

org.jetbrains.androidx.navigation:navigation-compose: // latest version
Reasons:
  • Low length (1):
  • Has code block (-0.5):
Posted by: Mohammad Hanif Shaikh

79176478

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

Please share more details to enable people to respond effectively. You can also share this issue on official grpc repo open issue

Reasons:
  • RegEx Blacklisted phrase (2.5): Please share
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Sourabh Singh

79176473

Date: 2024-11-11 05:25:00
Score: 1.5
Natty:
Report link

Ensure URI Scheme Matching: Double-check that the uriPattern in your navDeepLink and the data in your AndroidManifest.xml are aligned. Your code should work as long as uriPattern = "myapp://home/profile" and match exactly. The in the AndroidManifest.xml should have both BROWSABLE and VIEW set, as you've done.

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

79176472

Date: 2024-11-11 05:23:00
Score: 3.5
Natty:
Report link

It is now possible to use nginx + web app as sidecar in cloud run. Please follow the guide here: https://cloud.google.com/run/docs/internet-proxy-nginx-sidecar

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

79176471

Date: 2024-11-11 05:23:00
Score: 1.5
Natty:
Report link

You are encountering an error during tracing of panoptic segmentation model with Detectron2. This error message indicates that the input tensor shape being passed to the ResNet backbone is not in the expected format. The ResNet model expects an input with dimensions (N, C, H, W) where N is the batch size, C is the number of channels (3 for RGB), H is the height, and W is the width. However, it appears that the input tensor you are providing has a shape of [1, 1, 3, 800, 1280], which is incorrect.

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

79176469

Date: 2024-11-11 05:12:58
Score: 1
Natty:
Report link

You are already setting connectTimeout: 10000 in your KinesisClient. This seems fine, but it's possible that your function needs more time to establish the connection, especially under high load or poor network conditions.

Increase timeout settings: You can try increasing the timeout value to see if it helps. Retry logic: AWS SDK automatically retries on failures, but you can add more robust retry logic or backoff strategies. Example of adjusting httpOptions for a longer timeout:

js Copy code export const KINESIS_CLIENT = new KinesisClient({ region: 'us-west-2', maxRetries: 3, // More retries in case of failure httpOptions: { connectTimeout: 20000, // Increase to 20 seconds timeout: 30000, // Increase overall request timeout }, });

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

79176468

Date: 2024-11-11 05:12:58
Score: 1
Natty:
Report link

I struggled to get this to work with the current accepted answer. I needed to use "getImagesBlob" to output the data and it works!

$imagick = new Imagick();
$imagick->readImageBlob( $file_content );
$imagick->resetIterator();
$img = $imagick->appendImages(true);
$img->setImageFormat("png");

$blob = $img->getImagesBlob();

You can then output the blob to the server if you wish using the below:

header("Content-Type: image/png");
header("Content-Length: " . strlen( $blob ) );

echo $blob;
Reasons:
  • Blacklisted phrase (0.5): I need
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Jason Stockton

79176465

Date: 2024-11-11 05:11:58
Score: 2
Natty:
Report link

To access swimming pool length from Apple HealthKit, you’ll need to use the HealthKit API within an app that has permission to read your swimming data. Look for the HKWorkoutSwimmingLocationType and HKQuantityTypeIdentifierSwimmingStrokeCount parameters to access metrics related to swimming sessions, including pool length if recorded. Ensure that you have HealthKit permissions enabled in your app settings. You can also use HKWorkout objects to retrieve detailed data from swimming workouts!

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

79176464

Date: 2024-11-11 05:10:58
Score: 3
Natty:
Report link

This is a perfectly reasonable question to ask, and the accepted answer missed the point.

The downside is a slight performance penalty: https://github.com/nginxinc/docker-nginx/issues/540#issuecomment-824651057.

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

79176459

Date: 2024-11-11 05:06:57
Score: 1
Natty:
Report link

Let s for scale = .182803532968295464385265406184520048. And let tc for the tribonacci constant = (1 + (19-3sqrt(33))¹⸍³ + (19+3sqrt(33))¹⸍³)/3 = 1.839286755214161132551852564653... Then trib(n) = round(s*tcⁿ) gives the correct integer for n from 0 to 146.

If you can only represent s to half as many digits, it only works for n about half that far, and so on.

I would be very interested to see a closed-form formula for s that works for all n in an arbitrary precision calculator. I used Unix's bc for the above, and obtained s as trib(91)/tc^91 where 91 is 146 divided by the Golden Ratio (I have no idea why, it just works!).

As others have pointed out in similar languages, trib(n) in bc can be defined as define trib(n) {z=0; y=0; x=1; for (i=2; i < n; i++) {zz = z; z = y; y = x; x = y+z+zz;}; return x*(n>1)} Without the *(n>1), trib(0) would be 1 instead of 0.

I don't know how to compute "round" in bc, I just eyeball it.

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

79176458

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

After selecting your metrics in the "Browse" section from the CW Dashboard or CW Metrics, you can go to the "Graphed metrics" tab and set the following 2 options:

Also, for the line chart display, I'm not a big fan of the default one as there is no line when there is no data... But you could fix that with following:

  1. Add math > Common > Fill
  2. If you have multiple metrics, replace METRICS() with the ID of your expression (the ID column will appear only once you will add a custom expression)
Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: chris

79176453

Date: 2024-11-11 05:04:54
Score: 7 🚩
Natty: 5.5
Report link

Struggling with same issue. Wondering if you had any luck figuring out this?

Reasons:
  • Blacklisted phrase (1.5): any luck
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Lawrence L

79176452

Date: 2024-11-11 05:03:54
Score: 2
Natty:
Report link

I was using the deprecated react-native-push-notification package. I uninstalled it and replaced it with @notifee/react-native, which is working fine.

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

79176449

Date: 2024-11-11 05:01:54
Score: 3
Natty:
Report link

You can try

df['job'] = pd.to_numeric(df['job'], errors='coerce')

Pandas Doc's

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

79176441

Date: 2024-11-11 04:56:53
Score: 2
Natty:
Report link

Based on the error that you gave im sure the problem is that you havent set the current port if you read the error it says its attempting to use port 5000 not 3000 make sure your code is correctly conifgured. If you provide some code I might be able to help you more but as far as the error goes the wrong port being configured might be the issue.

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

79176437

Date: 2024-11-11 04:55:52
Score: 2.5
Natty:
Report link

I too had the same issue I had added the READ_CALL_LOG & READ_PHONE_STATE in the manifest file, but missed to add the runtime permission in the MainActivity, because of this i were getting the null value in the incoming phone number. Now working fine and getting the incoming phone number. Thanks to all

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Rajaram Lakshmanan

79176432

Date: 2024-11-11 04:50:51
Score: 3
Natty:
Report link

David's solution worked for me as well

Reasons:
  • Whitelisted phrase (-1): worked for me
  • Low length (2):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: P Schmurr

79176387

Date: 2024-11-11 04:27:47
Score: 1.5
Natty:
Report link

In C++, you cannot change the value of a constant variable through pointers or any method because the const qualifier enforces immutability, preventing any modifications to the variable's value.

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

79176385

Date: 2024-11-11 04:27:45
Score: 6 🚩
Natty:
Report link

Auto build is not applicable for Rider on C# projects. When build the solution, all build errors will be listed in the "Build tool window". Most build errors would be detected by Roslyn on editing stage, in "Problem tool window".

Could you provide a usecase in C# programming?

Reasons:
  • RegEx Blacklisted phrase (2.5): Could you provide
  • Low length (0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Low reputation (0.5):
Posted by: LuckyBricks

79176382

Date: 2024-11-11 04:26:43
Score: 6 🚩
Natty: 5.5
Report link

now 11/10/2024 and this example not fixed. I got the same error : .cpp(112,22): warning C4996: 'ID2D1Factory::GetDesktopDpi': Deprecated. Use DisplayInformation::LogicalDpi for Windows Store Apps or GetDpiForWindow for desktop apps. // m_pD2DFactory->GetDesktopDpi(&dpiX, &dpiY); Using the recommended solution,AND ADD THE #pragma comment(lib, "d2d1.lib")

it did work no error but got another error: 1) winbase.h(9258,11): error C2061

1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\winbase.h(9258,11): error C2061: syntax error: identifier 'FILE_INFO_BY_HANDLE_CLASS' 1>(compiling source file 'SimpleDirect2dApplication.cpp')

THAT IN THE WINBASE: how THE WINBAS has error

  1. only this include and nothing else for D2D? #include "SimpleDirect2dApplication.h" Can you explain why no d2d directives or any others, and program works? {is that means vs2022 has all the reference autmatically referenced?]

  2. that my first time to look at D2D, while I did before spent great time on GDI+. D2D seems from 2 days reading another mapping for GDI flow of commands, but in more wordy with some additions and wordy. The use of COM, like CoUninitialize(); is that means the wind32 as we used with GDI+[win32] changed to COM structures?

4)I started with: in the first day: and it seems so complicated for no obvious benefits or reasons. https://github.com/microsoft/Windows-classic-samples/tree/main/Samples/Win7Samples/begin/LearnWin32/OpenDialogBox [enter image description here][1] Here I looked at the Direct2Dcircle, D2Dclock, Draw circle. They all not build: error 1>LINK : fatal error LNK1327: failure during running mt.exe Using Insights rebuild give the last line as c:...\repose\Direcct2DCircle\basewin.h What is that problem? All samples failed on winbas mt.exe and --.manifist did not load and used notpad to copy and re-load to directory

next day I know there always different places look, which I went to the D2D pages with the above program errors. 5) The 2 groups of examples totally different, the one under D2D ahs more clearer and can integrate with GDI+ as seen in example for GDI however, the wWinMain and Win proc not straight forward? Why this convoluted process in the code structure/ [1]: https://i.sstatic.net/TMhuqM8J.png Many question, but that microsoft for us

Thank you elwolv

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Blacklisted phrase (1): enter image description here
  • RegEx Blacklisted phrase (2.5): Can you explain
  • Contains signature (1):
  • Long answer (-1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: elwolv

79176381

Date: 2024-11-11 04:26:42
Score: 3
Natty:
Report link

This can be done.. You need to click the submit button, after this you will get options to delete the permissions.I have done the same

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

79176369

Date: 2024-11-11 04:20:41
Score: 1.5
Natty:
Report link

Testing uses different time instances than runtime. You should use things like this:

clock::create_for_testing(ctx);

test.take_shared<Clock>();
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Hipo potamus

79176360

Date: 2024-11-11 04:17:40
Score: 1
Natty:
Report link

This worked for me: uninstall numpy >=2

  1. pip uninstall numpy
  2. pip install numpy==1.25.1
Reasons:
  • Whitelisted phrase (-1): This worked for me
  • Whitelisted phrase (-1): worked for me
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Mohammad Bilal Niazi

79176355

Date: 2024-11-11 04:14:40
Score: 2
Natty:
Report link

Got it. Problem was with the name of saved .jpg files. From 11:50:45.jpg to 11-50-45.jpg did the trick.

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

79176346

Date: 2024-11-11 04:08:39
Score: 3
Natty:
Report link

Yes, it does.

This has been confirmed by nginx’s Konstantin Pavlov: https://github.com/nginxinc/docker-nginx/issues/540#issuecomment-824651057

For best performance, compile two binaries and swap them for each purpose.

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

79176345

Date: 2024-11-11 04:07:38
Score: 3
Natty:
Report link

I'm having this problem No solution found yet

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: 大大只植物

79176342

Date: 2024-11-11 04:04:38
Score: 1.5
Natty:
Report link

Which webhook is normally used to detect payment status success? I've read some conflicting advice where some say to detect at checkout.session.completed, while I read that payment is not 100% confirmed as success at checkout.session.completed, and to use payment.intent.success instead. I will need to update the user's wallet balance upon success so it has to be 100%.

I'd recommend checking this guide on checking the payment outcome made on Checkout Session. To put it simply, you will check the payment_status property in the Checkout Session in any checkout.session.* event including both synchronous and asynchronous payment methods.

After topping up and Stripe routes to the success url, ideally the user will then be routed to a payment confirmation page on my app. How can I get details about the payment in this case? I read that it's possible to add a query parameter in the success url that has the session id, but it doesn't seem like a safe choice as the user can change the url if they wanted to. I was wondering what the normal way would be?

The query parameter will only contain the Checkout Session ID (cs_xxx) which your system should retrieve information that you're looking for. Alternatively, you can use the checkout.session.* event to check the payment information that suggested in the guide in the previous question.

Reasons:
  • Blacklisted phrase (1): this guide
  • Blacklisted phrase (0.5): How can I
  • Blacklisted phrase (2): was wondering
  • Whitelisted phrase (-1.5): you can use
  • Long answer (-1):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): Which we
Posted by: yuting

79176338

Date: 2024-11-11 04:02:38
Score: 1
Natty:
Report link

try this for newer ruby version:

sudo apt install ruby-dev

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

79176330

Date: 2024-11-11 03:56:37
Score: 1
Natty:
Report link

Both answers from @RbMm and @AhmedAEK seemed to work well. Thanks to everyone for their suggestions. I believe I'll use Method 2, as it seems cleaner. Here are code examples of each:

Method 1: LdrRegisterDllNotification from @RbMm

This method uses DLL loading callbacks from ntdll.dll to call methods in the new libraries. It seems like there may be some vulnerabilities here in case you're not careful, and will likely require more thorough investigation.

#include <iostream>
#include <Windows.h>
#include "Allocator.hpp"

typedef struct _UNICODE_STR
{
    USHORT Length;
    USHORT MaximumLength;
    PWSTR pBuffer;
} UNICODE_STR, * PUNICODE_STR;

// Sources:
// https://shorsec.io/blog/dll-notification-injection/
// https://modexp.wordpress.com/2020/08/06/windows-data-structures-and-callbacks-part-1/

typedef struct _LDR_DLL_LOADED_NOTIFICATION_DATA {
    ULONG           Flags;             // Reserved.
    PUNICODE_STR FullDllName;       // The full path name of the DLL module.
    PUNICODE_STR BaseDllName;       // The base file name of the DLL module.
    PVOID           DllBase;           // A pointer to the base address for the DLL in memory.
    ULONG           SizeOfImage;       // The size of the DLL image, in bytes.
} LDR_DLL_LOADED_NOTIFICATION_DATA, * PLDR_DLL_LOADED_NOTIFICATION_DATA;

typedef struct _LDR_DLL_UNLOADED_NOTIFICATION_DATA {
    ULONG           Flags;             // Reserved.
    PUNICODE_STR FullDllName;       // The full path name of the DLL module.
    PUNICODE_STR BaseDllName;       // The base file name of the DLL module.
    PVOID           DllBase;           // A pointer to the base address for the DLL in memory.
    ULONG           SizeOfImage;       // The size of the DLL image, in bytes.
} LDR_DLL_UNLOADED_NOTIFICATION_DATA, * PLDR_DLL_UNLOADED_NOTIFICATION_DATA;

typedef union _LDR_DLL_NOTIFICATION_DATA {
    LDR_DLL_LOADED_NOTIFICATION_DATA   Loaded;
    LDR_DLL_UNLOADED_NOTIFICATION_DATA Unloaded;
} LDR_DLL_NOTIFICATION_DATA, * PLDR_DLL_NOTIFICATION_DATA;

typedef VOID(CALLBACK* PLDR_DLL_NOTIFICATION_FUNCTION)(
    ULONG                       NotificationReason,
    PLDR_DLL_NOTIFICATION_DATA  NotificationData,
    PVOID                       Context);

typedef NTSTATUS(NTAPI* _LdrRegisterDllNotification) (
    ULONG                          Flags,
    PLDR_DLL_NOTIFICATION_FUNCTION NotificationFunction,
    PVOID                          Context,
    PVOID* Cookie);

VOID MyCallback(ULONG NotificationReason, const PLDR_DLL_NOTIFICATION_DATA NotificationData, PVOID Context) {
    if (lstrcmpiW(NotificationData->Loaded.BaseDllName->pBuffer, L"Library.dll") != 0) {
        return;
    }

    HINSTANCE dllHandle = reinterpret_cast<HINSTANCE>(NotificationData->Loaded.DllBase);
    auto fn = reinterpret_cast<void(*)(Allocator*)>(GetProcAddress(dllHandle, "RegisterAllocator"));
    if (!fn) {
        printf("Could not locate the function.\n");
        return;
    }

    fn(Allocator::GetAllocator());
}

int main() {
    Allocator allocator;
    Allocator::SetAllocator(&allocator);

    HMODULE hNtdll = GetModuleHandleA("NTDLL.dll");

    if (hNtdll != NULL) {
        _LdrRegisterDllNotification pLdrRegisterDllNotification = (_LdrRegisterDllNotification)GetProcAddress(hNtdll, "LdrRegisterDllNotification");

        PVOID cookie;
        NTSTATUS status = pLdrRegisterDllNotification(0, (PLDR_DLL_NOTIFICATION_FUNCTION)MyCallback, NULL, &cookie);
        if (status != 0) {
            printf("Failed to load DLL Callback! Exiting\n");
            return EXIT_FAILURE;
        }
    }
    else {
        printf("Failed to load NTDLL.dll! Exiting\n");
        return EXIT_FAILURE;
    }

    printf("Allocated Size Before: %zu.\n", allocator.GetUsedSize());
    HINSTANCE dllHandle = LoadLibrary(L"Library.dll");
    if (!dllHandle) {
        printf("Could not load the dynamic library.\n");
        return EXIT_FAILURE;
    }

    printf("Allocated Size After: %zu.\n", allocator.GetUsedSize());

    return 0;
}

Method 2: Getting the variable from a Singleton's Getter from @AhmedAEK

This alteration to Allocator.cpp uses the Getter of the Singleton to find its value in the main executable if it is not yet set. I use GetModuleHandle(NULL) to get the main module, and find the ProcAddress of a non-member function that will return the singleton's value.

// ...

#if MAIN_EXECUTABLE
extern "C" {
    __declspec(dllexport) Allocator* GetAllocator() {
        return Allocator::GetAllocator();
    }
}

Allocator* Allocator::GetAllocator() {
    return allocatorState;
}
#else
#include <Windows.h>

Allocator* Allocator::GetAllocator() {
    if (allocatorState == nullptr) {
        HMODULE module = GetModuleHandle(NULL);
        auto GetAllocatorFn = (Allocator*(*)(void))GetProcAddress(module, "GetAllocator");
        if (GetAllocatorFn != NULL) {
            return GetAllocatorFn();
        }

        return nullptr;
    }

    return allocatorState;
}
#endif
Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Long answer (-1):
  • Has code block (-0.5):
  • User mentioned (1): @RbMm
  • User mentioned (0): @AhmedAEK
  • User mentioned (0): @RbMm
  • User mentioned (0): @AhmedAEK
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Karim Abdel Hamid

79176319

Date: 2024-11-11 03:45:35
Score: 3.5
Natty:
Report link

what if using this answer ?

const fault = heatData[`faults_${runningId}` as keyof HeatsTable];
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Starts with a question (0.5): what if
  • Low reputation (0.5):
Posted by: Carvel Saputra

79176318

Date: 2024-11-11 03:44:34
Score: 1.5
Natty:
Report link

The object type is - class llama_index.core.base.response.schema.StreamingResponse(response_gen: ~typing.Generator[str, None, None], source_nodes: ~typing.List[~llama_index.core.schema.NodeWithScore] = , metadata: ~typing.Optional[~typing.Dict[str, ~typing.Any]] = None, response_txt: ~typing.Optional[str] = None)

so use instead - st.write(response.response)

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

79176302

Date: 2024-11-11 03:33:32
Score: 1
Natty:
Report link

Try below methods to solve your issue.

  1. Clear Cached Credentials.
  1. Reconfigure GitHub Account in Visual Studio.
Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Tharuka Deshan

79176298

Date: 2024-11-11 03:28:31
Score: 2.5
Natty:
Report link

Use below tips to change your python version:

  1. Open Terminal
  2. cd
  3. nano ~/.bashrc
  4. alias python=python3 (Add this line on top of .bashrc file) or alias python=/python3.9
  5. Press ctr+o (To save the file)
  6. Press Enter
  7. Press ctr+x (To exit the file)
  8. source ~/.bashrc OR ~/.bashrc (refresh the bashrc file)
Reasons:
  • Contains signature (1):
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Dilux

79176297

Date: 2024-11-11 03:27:31
Score: 2
Natty:
Report link

GoDaddy sold me the domain I wanted: Heiðr.com

If you paste in, it will take you there, but then the address shows as https://www.xn--heir-dqa.com/

GoDaddy told me to call Wix because that's where I am building the site.

Wix told me to call Google. They fixed the SSL error, but have not addressed several requests for url resolution.

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

79176294

Date: 2024-11-11 03:25:30
Score: 4.5
Natty:
Report link

What data do you need to decrypt

Reasons:
  • Low length (2):
  • No code block (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): What
  • Low reputation (1):
Posted by: Lex

79176290

Date: 2024-11-11 03:24:30
Score: 2.5
Natty:
Report link

Make below changes to do python version change

  1. Open Terminal
  2. cd
  3. nano ~/.bashrc
  4. alias python=python3 (Add this line on top of .bashrc file) or alias python=/python3.9
  5. Press ctr+o (To save the file)
  6. Press Enter
  7. Press ctr+x (To exit the file)
  8. source ~/.bashrc OR ~/.bashrc (refresh the bashrc file)
Reasons:
  • Contains signature (1):
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Dilux

79176286

Date: 2024-11-11 03:19:27
Score: 6.5 🚩
Natty: 6
Report link

I have a file text with multilines with the same begin words, example: A: 23823-11212-35662 B: aBcjdjLJ C: 9o9j0l D: 990pln

A:76867-35624-63524 B: RtGhTbjO C: 775ply D: 452GNr

...

I only need text follow "A:" Please help me. Thanks.

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Blacklisted phrase (1): help me
  • RegEx Blacklisted phrase (3): Please help me
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Phong Minh

79176281

Date: 2024-11-11 03:16:26
Score: 1.5
Natty:
Report link

i am using a TI-basic editor so this might not work but if you type

wait 1

it will wait 1 second

i looked around my calculator options to find this answer.

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

79176258

Date: 2024-11-11 02:57:23
Score: 3
Natty:
Report link

PC app does put some logs in C:\programdata\SonosV2,_Inc\runtime but that's about it.

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

79176257

Date: 2024-11-11 02:56:23
Score: 1.5
Natty:
Report link

This kind of thing will only work with the Desktop app, or S1 mobile apps, or third party apps.

Sonos S2 mobile apps do not call SMAPI themselves any more, everything is proxied via their cloud, so your SMAPI endpoint needs to be public (and https) so their cloud service can call it.

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

79176250

Date: 2024-11-11 02:52:22
Score: 0.5
Natty:
Report link

1 Campo de texto de correo electrónico 2 Campo de texto con número y caracteres Contraseña 3 Campo de texto de registrarse a la aplicación 4 Campo de texto de correo alternativo registrarse 5 Campo de texto de nombre registrarse 6 Campo de texto de dirección registrarse 7 Campo de texto de fecha de nacimiento registrarse 8 Campo de texto Curp registrarse 9 Campo de texto celular registrarse 10 Botón de guardar datos registrarse 11 Campo de calendario de todos los meses del año medisk 12 Botón de cancelar los datos o solicitud en registrarse 13 Campo de texto de cerrar sección perfil 14 Campo de texto con número y caracteres Contraseña de registrarse 15 Correo electrónico de registrarse 16 Correo electrónico recuperación 17 Botón de guardar en recuperación 18 Campo de texto de correo electrónico perfil 19 Campo de doctor medisk 20 Campo de texto de nombre en registrarse 21 Campo de texto de apellido paterno registrarse 22 Campo de texto de apellido materno registrarse 23 Campo de fecha de nacimiento perfil 24 Campo contraseña de registrarse 25 Campo de Curp perfil 26 Texto de registro de usuario en registrarse 27 Texto de recuperación de contraseña 28 Botón enviar a tu correo electrónico recuperación 29 Campo disponible de cita en el calendario color verde 30 Campo no disponible de cita en el calendario color rojo no mostrar el horario 31 Horario disponible lunes a viernes 9 a 1 y 4 a 8 32 Campo de notificación 33 Mensajes de textos y numero en notificación 34 Campo de consulta de tus citas 35 Campo de nombre en perfil 36 Campo de celular en perfil 37 Campo de doctor su nombre 38 Campo de dirección del consultorio 39 Nombre de secretaria 40 Campo teléfono de consultorio hacerme un diagrama de

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

79176247

Date: 2024-11-11 02:48:21
Score: 1.5
Natty:
Report link

Complete clock constraint in sgdc file like this :

clock -name clk1 -period 10 -edge {0 5}
clock -name clk2 -period 20 -edge {0 10}
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: liguo

79176245

Date: 2024-11-11 02:46:21
Score: 1
Natty:
Report link

This behavior is due to how signals are handled when Python is launched from a shell script with &. When Python is launched directly or through noproblem.sh, the default signal handler for SIGINT is used, which raises KeyboardInterrupt. However, when launched through problem.sh, the signal handler is set to SIG_IGN, causing SIGINT to be ignored. This behavior is not explicitly documented, but it's related to how the shell handles signals when running Python as a background process.

Reasons:
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Mr.UNIcode

79176244

Date: 2024-11-11 02:44:20
Score: 1.5
Natty:
Report link

Adding box-sizing: border-box; to the div helped me resolve this issue

Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
  • Single line (0.5):
Posted by: Coder Gautam YT

79176239

Date: 2024-11-11 02:40:18
Score: 9.5 🚩
Natty: 5.5
Report link

Did you found a solution for this?

Reasons:
  • RegEx Blacklisted phrase (3): Did you found 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: José Miguel Dager Montoya

79176238

Date: 2024-11-11 02:38:17
Score: 0.5
Natty:
Report link

uuid":"476DBD8D-DFAD-452B-A393-0B82E093C86B","newsfeedMessages":[],"devMode":false,"deviceId":"","time":"1730785195.809344","reqId":"C5460A98-1F90-4D9F-97E4-1F4A6631805D","action":"getVars","userId":"","token":"EfjCOFPQQliauMBFZZPVABcNtMBCBUWVhW9YCbvvjiw","client":"ios","sdkVersion":"4.1.0","includeDefaults":false}‚A… {"uuid":"476DBD8D-DFAD-452B-A393-0B82E093C86B","newsfeedMessages":[],"devMode":false,"deviceId":"","time":"1730785192.916526","reqId":"017128CC-D52D-4C3B-921D-C684AD680A64","action":"getVars","userId":"","token":"EfjCOFPQQliauMBFZZPVABcNtMBCBUWVhW9YCbvvjiw","client":"ios","sdkVersion":"4.1.0","includeDefaults":false}‚A … {"uuid":"476DBD8D-DFAD-452B-A393-0B82E093C86B","newsfeedMessages":[],"devMode":false,"deviceId":"","time":"1730785192.909302","reqId":"27D3663D-F449-4BD0-96E7-2AEB02B5B759","action":"getVars","userId":"","token":"EfjCOFPQQliauMBFZZPVABcNtMBCBUWVhW9YCbvvjiw","client":"ios","sdkVersion":"4.1.0","includeDefaults":false}‚A … {"uuid":"476DBD8D-DFAD-452B-A393-0B82E093C86B","newsfeedMessages":[],"devMode":false,"deviceId":"","time":"1730785148.969780","reqId":"65201892-A8E4-4607-9293-BA7FBC028DB6","action":"getVars","userId":"","token":"EfjCOFPQQliauMBFZZPVABcNtMBCBUWVhW9YCbvvjiw","client":"ios","sdkVersion":"4.1.0","includeDefaults":false}‚A… {"uuid":"476DBD8D-DFAD-452B-A393-0B82E093C86B","newsfeedMessages":[],"devMode":false,"deviceId":"","time":"1730785135.605720","reqId":"39EA373C-16EC-4041-8FE1-4F369A421642","action":"getVars","userId":"","token":"EfjCOFPQQliauMBFZZPVABcNtMBCBUWVhW9YCbvvjiw","client":"ios","sdkVersion":"4.1.0","includeDefaults":false}‚A… {"uuid":"476DBD8D-DFAD-452B-A393-0B82E093C86B","newsfeedMessages":[],"devMode":false,"deviceId":"","time":"1730785106.345279","reqId":"ED86CC94-80A7-4DF8-A072-B4B20F4EFC7F","action":"getVars","userId":"","token":"EfjCOFPQQliauMBFZZPVABcNtMBCBUWVhW9YCbvvjiw","client":"ios","sdkVersion":"4.1.0","includeDefaults":false}‚A… {"uuid":"476DBD8D-DFAD-452B-A393-0B82E093C86B","newsfeedMessages":[],"devMode":false,"deviceId":"","time":"1730785106.326079","reqId":"6F137E76-7122-407D-8EC9-F2384F65A038","action":"getVars","userId":"","token":"EfjCOFPQQliauMBFZZPVABcNtMBCBUWVhW9YCbvvjiw","client":"ios","sdkVersion":"4.1.0","includeDefaults":false}‚A… {"uuid":"476DBD8D-DFAD-452B-A393-0B82E093C86B","newsfeedMessages":[],"devMode":false,"deviceId":"","time":"1730785082.102261","reqId":"B0DA1CC7-A022-40A9-A997-E9EB8F9CC060","action":"getVars","userId":"","token":"EfjCOFPQQliauMBFZZPVABcNtMBCBUWVhW9YCbvvjiw","client":"ios","sdkVersion":"4.1.0","includeDefaults":false}‚A… {"uuid":"476DBD8D-DFAD-452B-A393-0B82E093C86B","newsfeedMessages":[],"devMode":false,"deviceId":"","time":"1730785081.404443","reqId":"459C68FD-705E-4FCD-BB4F-A5CE23E7D6F5","action":"getVars","userId":"","token":"EfjCOFPQQliauMBFZZPVABcNtMBCBUWVhW9YCbvvjiw","client":"ios","sdkVersion":"4.1.0","includeDefaults":false}‚A… {"uuid":"476DBD8D-DFAD-452B-A393-0B82E093C86B","newsfeedMessages":[],"devMode":false,"deviceId":"","time":"1730785080.881985","reqId":"39C4DD7E-BC3E-49E8-9477-EAD0CEDD9102","action":"getVars","userId":"","token":"EfjCOFPQQliauMBFZZPVABcNtMBCBUWVhW9YCbvvjiw","client":"ios","sdkVersion":"4.1.0","includeDefaults":false}‚A… {"uuid":"476DBD8D-DFAD-452B-A393-0B82E093C86B","newsfeedMessages":[],"devMode":false,"deviceId":"","time":"1730785080.863259","reqId":"3E9E6C35-8AC8-4C4F-9B2A-A76B523CA86C","action":"getVars","userId":"","token":"EfjCOFPQQliauMBFZZPVABcNtMBCBUWVhW9YCbvvjiw","client":"ios","sdkVersion":"4.1.0","includeDefaults":false}‚A… {"uuid":"476DBD8D-DFAD-452B-A393-0B82E093C86B","newsfeedMessages":[],"devMode":false,"deviceId":"","time":"1730785080.302527","reqId":"C4573F7E-9B9C-49F4-A77F-FFF009059EC7","action":"getVars","userId":"","token":"EfjCOFPQQliauMBFZZPVABcNtMBCBUWVhW9YCbvvjiw","client":"ios","sdkVersion":"4.1.0","includeDefaults":false}

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

79176236

Date: 2024-11-11 02:37:17
Score: 1.5
Natty:
Report link

I fixed it by set ReactPlayer muted={true}

Reasons:
  • Whitelisted phrase (-2): I fixed
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Nam Nguyễn

79176235

Date: 2024-11-11 02:36:16
Score: 3
Natty:
Report link

This problem seems to have improved since yesterday, but the specific reason for it is still unclear

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

79176234

Date: 2024-11-11 02:35:16
Score: 1
Natty:
Report link

How about defineExpose - this will make the methods public for test purposes.

defineExpose({ showTopDown })

therefore in your test:

wrapper.vm.showTopDown // will be boolean

https://vuejs.org/api/sfc-script-setup#defineexpose

Reasons:
  • Probably link only (1):
  • Low length (1):
  • Has code block (-0.5):
  • Starts with a question (0.5): How
  • High reputation (-1):
Posted by: Simon

79176224

Date: 2024-11-11 02:29:15
Score: 2.5
Natty:
Report link

I suggest you change a tool to complete the migration, such as mysql workbench, which is more compatible.

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

79176223

Date: 2024-11-11 02:28:15
Score: 1
Natty:
Report link

let input = document.querySelector('input');
document.querySelector('button').addEventListener('click', function(e){
    if(input.type === 'password') input.type = 'text';
    else input.type = 'password';
});
<input type="password" value="123456"> 
<button>
Toggle
</button>

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

79176212

Date: 2024-11-11 02:24:14
Score: 1
Natty:
Report link

I'm currently moving my code from SQL Anywhere to MySQL. The cleanest method I found with MySQL is to use a variable to do the math and then assign the variable to an alias to show the results.

@val1 =  SUM(currentbalance), 
@val2 =  SUM(principal),
@val1+@val2 AS 'Total',
// to show the values at columns
@val1 AS 'current',
@val2 AS 'prin', 
   
Reasons:
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Ron Simons

79176204

Date: 2024-11-11 02:18:12
Score: 1.5
Natty:
Report link

try to add the RouterOutlet from @angular/router in your AppModule imports, like:

import { RouterOutlet } from '@angular/router';

imports: [RouterOutlet]

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

79176203

Date: 2024-11-11 02:18:12
Score: 1.5
Natty:
Report link

here is logic how you able to do that

  1. suppose you use firebase realtime database, there you store update= UpdateCompulsory /UpdateNotCompulsory / NoUpdate

  2. whenever your app is open it run a background task to fetch the update value, if UpdateCompulsory then show a dialog that didn't cancel out, if UpdateNotCompulsory then cancellable dialog box and if NoUpdate then do nothing

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

79176196

Date: 2024-11-11 02:09:10
Score: 0.5
Natty:
Report link

How can I get a result ... where the lines connect to the endpoints of the markers?

Introduce new datapoints, corresponding to the endpoints of markers. Ask matplotlib to alternately plot dotted lines, then solid lines for markers, then dotted lines....

Reasons:
  • Blacklisted phrase (0.5): How can I
  • Low length (0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): How can I
  • High reputation (-2):
Posted by: J_H

79176195

Date: 2024-11-11 02:09:10
Score: 2
Natty:
Report link

It's a good idea to manually update toml. An additional thing to Mohammed Faruk's answer worth pointing out is using bumpversion package in python.

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

79176185

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

It's been quite some time, but what it looks like the problem is your last parameter, you're defining it as char headers[]; while it should be a string like string headers;

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

79176184

Date: 2024-11-11 02:00:08
Score: 0.5
Natty:
Report link

It turns out that this behavior only happens when SKScene does not have a size. It works again after I specify the size of the scene:


      let scene = SKScene(size: view.frame.size)

I don't know how this is related. Could be a bug or some undocumented behavior.

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

79176179

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

In case it's useful, I wrote this R function which simulates nested logit errors https://github.com/wilburtownsend/r-nested-logit.

This function can handle many more alternatives and/or nests than can EVD.

Reasons:
  • Contains signature (1):
  • Low length (1):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Wilbur

79176171

Date: 2024-11-11 01:47:05
Score: 3
Natty:
Report link

make sure udp 9993 firewall port is open.(default) make sure your service is running either in windows or linux (service zerotier-one status) if not systemctl enable zerotier-one sudo zerotier-one -p 9993 zerotier-one listnetworks zerotier-one listpeers

Cheers

Reasons:
  • Blacklisted phrase (1): Cheers
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Stewart Friday

79176156

Date: 2024-11-11 01:38:04
Score: 0.5
Natty:
Report link

Solved. I managed to get it working. Trick was to link the FrameGraph to the QRenderCapture instance. Here is the code added to init()

self.render_capture = QRenderCapture()
self.view.activeFrameGraph().setParent(self.render_capture)
self.view.setActiveFrameGraph(self.render_capture)

The other gotcha is to wait for the rendering to complete. Here is how I implemented it.

def capture_image(self):
   self.reply = self.render_capture.requestCapture()
   loop = QEventLoop()
   self.reply.completed.connect(loop.quit)
   QTimer.singleShot(200, loop.quit)  # Timeout after 1 second
   loop.exec()
        
   image = self.reply.image()
   image.save("capture_output.jpg", "JPG")

I just can't believe how poorly documented this Qt3D library is...

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

79176154

Date: 2024-11-11 01:37:03
Score: 1
Natty:
Report link

I believe that the issue is with latest version of "react-native-tab-view": "^4.0.1" not being compatible with "@react-navigation/material-top-tabs": "^6.6.14"

I had to drop down to "react-native-tab-view": "^3.5.2" to get it working.

Investigation process.

I had created new project using npx create-expo-stack@latest with nativewind and react navigation following instructions to add material-top-tabs for v6, I got the latest package for react-native-tab-view that is 4.0.1 so I tried to investigate and ran into this issue https://github.com/nativewind/nativewind/issues/1039 seeing that issue, I got the idea that react-native-tab-view is not compatible thus it is now working, will investigate further when moving to react-navigation v7 is required.

If you have nativewind installed you will run into the issue mentioned here

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

79176153

Date: 2024-11-11 01:36:03
Score: 2
Natty:
Report link

It seems that killing the "Windows Explorer" process does the trick

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