79101081

Date: 2024-10-18 07:50:19
Score: 2.5
Natty:
Report link

The code you are trying to write that uses the require() function belongs to the server side, but right now, you are trying to write it on the client side. In order to make it work, create the server Node.js app, write the same logic there, and then call the API corresponding from the client side.

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

79101069

Date: 2024-10-18 07:47:18
Score: 1
Natty:
Report link

-- Create Departments Table CREATE TABLE Departments ( DepartmentID INT PRIMARY KEY AUTO_INCREMENT, DepartmentName VARCHAR(100) NOT NULL );

-- Create Employees Table CREATE TABLE Employees ( EmployeeID INT PRIMARY KEY AUTO_INCREMENT, FirstName VARCHAR(50) NOT NULL, LastName VARCHAR(50) NOT NULL, DepartmentID INT, HireDate DATE, FOREIGN KEY (DepartmentID) REFERENCES Departments(DepartmentID) );

-- Create Salaries Table CREATE TABLE Salaries ( SalaryID INT PRIMARY KEY AUTO_INCREMENT, EmployeeID INT, SalaryAmount DECIMAL(10, 2) NOT NULL, EffectiveDate DATE, FOREIGN KEY (EmployeeID) REFERENCES Employees(EmployeeID) );

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

79101063

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

Just tested. SNI is default on w/ Apache 2.4. And if you access the HTTPS by IP the default will be used to handshake, in my case it's the certs in 000-default.conf. I guess that's why inside sites-enabled there is a prefix [000..]- for each conf to ensure load order.

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

79101060

Date: 2024-10-18 07:45:17
Score: 1.5
Natty:
Report link

You're trying to implement server-side code (with nodeJS modules) within a browser client context. If you want to make this you can use server side engines like expressjs

Reasons:
  • Whitelisted phrase (-1.5): you can use
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Yasin DALKILIÇ

79101055

Date: 2024-10-18 07:44:17
Score: 4.5
Natty: 4
Report link

better use best praxis like this...

https://whuysentruit.medium.com/blazor-wasm-pwa-adding-a-new-update-available-notification-d9f65c4ad13

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

79101046

Date: 2024-10-18 07:41:15
Score: 8.5 🚩
Natty:
Report link

What is gmsh version? Could you provide the whole msh file?

Reasons:
  • RegEx Blacklisted phrase (2.5): Could you provide
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Starts with a question (0.5): What is
  • Low reputation (1):
Posted by: Michael Ermakov

79101045

Date: 2024-10-18 07:41:15
Score: 8.5
Natty: 7
Report link

did you solved that problem - automate ReqIF-Export from Polarion? Have the same task here but it looks like ReqIF-Export from Polarion only possible via GUI. Isn't it?

Reasons:
  • RegEx Blacklisted phrase (3): did you solved that problem
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Starts with a question (0.5): did you solve
  • Low reputation (1):
Posted by: Alexej

79101042

Date: 2024-10-18 07:39:14
Score: 7.5 🚩
Natty: 5.5
Report link

I was searching for this for more than 3 hours through all queries in stackoverflow. This worked actually. is there any other smarter way to do this?

Reasons:
  • Blacklisted phrase (1): stackoverflow
  • Blacklisted phrase (1): is there any
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: user27866005

79101041

Date: 2024-10-18 07:39:14
Score: 0.5
Natty:
Report link

I use v2rayA on my Debian desktop, also you can use v2rayN on Windows, both of them have http and socks5 port. My telegram use v2rayA's socks5 port on Debian, and Firefox use http port. v2rayA on Debian tutorial

v2rayN on Windows tuorial

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

79101039

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

Only javax usage inside Jakarta EE is affected by modification restrictions. Several javax package exist outside Jakarta EE and are therefore in no way affected. Apache Commons IO (javax.imageio) is one of them.

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

79101028

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

You should try steps by Going to Get Data/Database/SQL Server Analysis Services database(SAAS) and choose "Connect Live" to set up the live connection, its the recommended way for accessing SSAS in PBI.

The above method will help you to get the real time data analysis. Also if needed you can import the data also. Its all depends on the your requirement

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

79101019

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

Just create a new conda environment and install everything from scratch. As to the cause of your issue, it could be that you were using the wrong python environment by accident, it could also be a failed pip upgrade. A lot of mistakes can lead to this outcome. Creating a new environment step by step from scratch can fix anything.

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

79101017

Date: 2024-10-18 07:32:12
Score: 3
Natty:
Report link

The package 'sklearn' has been deprecated, so instead of it you should use 'scikit-learn'.

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

79101014

Date: 2024-10-18 07:31:11
Score: 1.5
Natty:
Report link

set:

 -Doracle.ucp.destroyOnReload=true

on pom, or try use this flag on terminal. This work for me

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Bartosz Błyszcz

79101001

Date: 2024-10-18 07:28:11
Score: 2
Natty:
Report link

warning: 'retain (or strong)' attribute on property 'window' does not match the property inherited from 'UIApplicationDelegate' [-Wproperty-attribute-mismatch] [/Users/user/Projects/cds-tims-mobile-client/TIMS.csproj]

but the app never actual built or ran on my phone. Every subsequent time I have tried running it on the phone I get the exact same error as my above app

You can report your situation on this issue: warning "retain (or strong)' attribute on property ... #10722, or create a new issue for it on MAUI GitHub issue. Let our developers know and deal with it.

Reasons:
  • No code block (0.5):
  • Me too answer (2.5): I get the exact same error
  • High reputation (-1):
Posted by: Jianwei Sun - MSFT

79100998

Date: 2024-10-18 07:27:10
Score: 1
Natty:
Report link

For quick and efficient searching, a Python dictionary is the collection of choice. You need to implement the dictionary so that its search key corresponds to whatever you are searching for. Where does the list originate? If you created it yourself, just create a dictionary instead right from the start. Otherwise, you can easily convert a list to a dictionary.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • High reputation (-1):
Posted by: Jeremy Tammik

79100988

Date: 2024-10-18 07:24:10
Score: 2.5
Natty:
Report link

No, in vscode, the secondary side bar only accept contributes.viewsContainers activitybar Icon

You can check my vscode project copy-image-size to learn. It's very simply.

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

79100984

Date: 2024-10-18 07:23:09
Score: 2.5
Natty:
Report link

In build.gradle add this

compileOptions {

sourceCompatibility = JavaVersion.VERSION_17

targetCompatibility = JavaVersion.VERSION_17

}

kotlinOptions {

jvmTarget = "17"

}

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: M K NAIDU

79100983

Date: 2024-10-18 07:22:09
Score: 3.5
Natty:
Report link

Please see this guide for cron job on vercel. https://vercel.com/guides/how-to-setup-cron-jobs-on-vercel

Only two cron jobs can be run on Hobby plan and it also run once a day.

Reasons:
  • Blacklisted phrase (1): this guide
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Gojo Sensei

79100977

Date: 2024-10-18 07:20:08
Score: 4.5
Natty:
Report link

Currently i'm also facing this issue, Need support on this.

Reasons:
  • Blacklisted phrase (1): also facing this
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Basha Ameen

79100976

Date: 2024-10-18 07:19:08
Score: 2.5
Natty:
Report link

Don't use Jacoco for Kotlin project with suspended functions and coroutines. Use https://github.com/Kotlin/kotlinx-kover from Jetbrains. Will save much of your time.

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Bechyňák Petr

79100949

Date: 2024-10-18 07:13:06
Score: 1
Natty:
Report link

<LoadScript googleMapsApiKey='your-api-key' language={language}enter code here libraries={libraries as any} onLoad={handleScriptLoad} onError={handleScriptError} /> you can pass your dynamic language in loadscript

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

79100927

Date: 2024-10-18 07:09:05
Score: 0.5
Natty:
Report link

I think that you can achieve this by altering your code a little bit.

function add_login_check()
{
if(!isset($_SESSION['didit'])) {
  if ( is_user_logged_in() && is_page() ) {
    ?>

    <script>window.location='/user-area/'</script>

    <?php
    exit();
    $_SESSION['didit'] = true; //Esssentially your session declaration here is unreachable , because there is a redirection and a `exit()` before it.
  }

}
}
add_action('wp', 'add_login_check');

Please try the code like this .

function add_login_check()
{
if(!isset($_COOKIE['didit'])) {
  if ( is_user_logged_in() && is_home() ) {

setcookie("didit", true, 0, "/"); // Setted a cookie with the name of "didit" and the value of "true" , with lifetime of 0 ( meaning that when the browser closes the cookie will be expired

    ?>

    <script>window.location='/user-area/'</script>

    <?php
    exit();
  }

}
}
add_action('wp', 'add_login_check');

You can also use is_home() or is_front_page() instead of is_page(page_id) that you are currently using as far as you intent to use this code

https://developer.wordpress.org/reference/functions/is_home/ https://developer.wordpress.org/reference/functions/is_front_page/

I also believe that cookie is a better practice than session variable , because you can alter the cookie life span , from 0 ( browser closes means that cookie is expires from x amount of time).

https://www.php.net/manual/en/reserved.variables.cookies.php

The current code and changes are untested , so please if you test them you can give feedback and i can assist you further. Cheers!

Reasons:
  • Blacklisted phrase (1): Cheers
  • Long answer (-1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: cstudio

79100898

Date: 2024-10-18 07:04:03
Score: 1.5
Natty:
Report link

In DataGrip open "Advanced" tab in your connection, find "useSSL" and set "False" value. It works for me.

Reasons:
  • Whitelisted phrase (-1): works for me
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Ar2r

79100889

Date: 2024-10-18 07:02:02
Score: 3.5
Natty:
Report link

From the log output I would assume that the actual API call looks like this http://localhost:8080/api/products/NaN. NaN is returned by parseInt(), if the inpu is not a valid number. So I would start by debugging there. Is the id in the effect properly initialized?

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: sam.alk_

79100887

Date: 2024-10-18 07:02:02
Score: 1
Natty:
Report link

I was struggling with this issue until I found these commands in the project --> settings general --> deploy

docker login registry.gitlab.com
docker build -t registry.gitlab.com/personal17xxxxx/website .
docker push registry.gitlab.com/personal17xxxxx/website

[gitlab screenshot --> screenshot]

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

79100882

Date: 2024-10-18 07:00:02
Score: 4
Natty:
Report link

Can we also install jdk_23.because i have installed that

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): Can we also in
  • Low reputation (1):
Posted by: sumia iqbal

79100880

Date: 2024-10-18 07:00:02
Score: 4
Natty: 4
Report link

Here is another approach with best praxis

https://whuysentruit.medium.com/blazor-wasm-pwa-adding-a-new-update-available-notification-d9f65c4ad13

link only because its a lot

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

79100870

Date: 2024-10-18 06:58:01
Score: 1
Natty:
Report link

If you want to unpublish the app from play console then you have to follow the following steps.

  1. Select app which you want to unpublish from App List.
  2. Turn off managed publishing. If it is on then Unpublish option will not be selectable.
  3. Got to Test and Release section from side panel
  4. Click on Setup Section
  5. Click on Advance Setting
  6. Click on Unpublish tab and then at bottom Click Unpublish.  7) All Done.
Reasons:
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Rakesh Jha

79100869

Date: 2024-10-18 06:58:01
Score: 2.5
Natty:
Report link

Funny, I was facing something similar with FlyonUI

However, then I added the correct media queries (sm, md, lg, xl, 2xl) in the tailwind.config.js file, and it was resolved

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

79100866

Date: 2024-10-18 06:57:00
Score: 2
Natty:
Report link
# app2.py
from helloworld.hello import say_hello

print(say_hello())

After pip editable mode installation,

(venv) C:\Users\TC\temp\editable\dir2>pip install -e C:\Users\TC\temp\editable\dir1

the following error appears in app2.py.

Import "helloworld.hello" could not be resolvedPylance(reportMissingImports)

However, the app2.py runs fine. If pip install without editable mode, the error message disappears and IntelliSense works.

I have tried many ways to get the IntelliSense to work under the editable mode without success.

Therefore I conclude for some unknown reason, helloworld package is not installed under the editable mode. Instead the following folders are installed in venv\lib\site-packages

2024-10-17  11:24 PM                91 __editable__.helloworld-0.1.0.pth
2024-10-17  11:24 PM             3,436 __editable___helloworld_0_1_0_finder.py

Since no helloworld package folder exists, Pylance therefore cannot resolve the import.

If any of you know how to get the IntelliSense working under the editable mode, please let me know.

Reasons:
  • RegEx Blacklisted phrase (2.5): please let me know
  • Long answer (-1):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Tony

79100854

Date: 2024-10-18 06:54:00
Score: 1
Natty:
Report link
async function changePw(id: string, hash: string) {
    try {
        const [result] = await pool.execute('UPDATE User SET password_hash = ? WHERE id = ?',
            [
                hash,
                id
            ])
        const resObj = JSON.parse(JSON.stringify(result))
        if( resObj.affectedRows ) return 'success'
        else return 'fail'
    } catch (e) {
        console.log('userCalls.changePw error', e)
    }
}

https://sidorares.github.io/node-mysql2/docs/examples/queries/simple-queries/update#querysql

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

79100853

Date: 2024-10-18 06:53:59
Score: 5.5
Natty: 6.5
Report link

can i use the same method to put a background song (Korobeiniki) on my tetris game ? even though i don't use any library in my js code?

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Starts with a question (0.5): can i use the
  • Low reputation (1):
Posted by: Claude Stephane adrien Djantio

79100852

Date: 2024-10-18 06:53:59
Score: 2.5
Natty:
Report link

In QuickBooks Online, you can observe the Print Check choice. This choice is useful for printing a check interestingly as well concerning reproducing it when required. You can open QBO to track down this choice

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Jackie A. Hall

79100848

Date: 2024-10-18 06:52:59
Score: 1.5
Natty:
Report link

It could be caused by incorrect folder permissions, so ensure directories are set to 755 and files to 644. Additionally, check the .htaccess file for any rules blocking access to PDFs and, if necessary, add a rule to allow access. Clearing your cache, especially if you're using a caching plugin, may help recognize newly uploaded files. It's also important to review your server configuration to ensure there are no rules or file size limits causing the issue, and confirm that the URL structure for new files matches the older ones.

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

79100840

Date: 2024-10-18 06:51:58
Score: 6.5 🚩
Natty: 4
Report link

I don't know why this guy (@emersonthis) is getting -1, but it actually helped me. I usualy do this before I even search in google for solution (not this time sadly). After clearing .Next the error is gone (at least for now) Thanks. Sadly I can't vote you up, but I give you +1 even if I get downvoted for posting answer like this.

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • RegEx Blacklisted phrase (2): downvote
  • RegEx Blacklisted phrase (2): can't vote
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Svetoslav Trifonov

79100832

Date: 2024-10-18 06:50:57
Score: 4
Natty:
Report link

const userId =await User.collection.countDocuments();

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Has no white space (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Esakkimuthu M

79100822

Date: 2024-10-18 06:46:56
Score: 3
Natty:
Report link

You can try editing the emulator files. Open .android\avd\Pixel_5_API_35.avd and try removing qt-hide-window.

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

79100817

Date: 2024-10-18 06:45:56
Score: 3.5
Natty:
Report link

DeprecationWarning: 'aifc' is deprecated and slated for removal in Python 3.13

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

79100813

Date: 2024-10-18 06:43:56
Score: 0.5
Natty:
Report link

The error you're facing is likely due to the conflict between [(ngModel)] and formControlName in Angular Reactive Forms. You shouldn't use both in the same form element. To resolve this issue, you can either use template-driven forms (with [(ngModel)]) or reactive forms (with formControlName), but not both at the same time.

Here’s how to fix it:

  1. If you are using Reactive Forms: Remove the [(ngModel)] binding and use only formControlName:
<div class="col-lg-4 col-md-4 col-sm-4">
    <div class="form__group">
        <input type="text" class="form__field" placeholder=" " formControlName="Bank" id="fname">
        <label for="fname" class="form__label">Bank</label>
    </div>                
</div>

Ensure that you have added FormBuilder or FormGroup to your component as needed:

this.paymentForm = this.formBuilder.group({
  Bank: ['']
});
  1. If you are using Template-Driven Forms: Remove formControlName and use only [(ngModel)]: html
Bank

Also, ensure you have imported the necessary modules in your module file: typescript import { FormsModule, ReactiveFormsModule } from '@angular/forms';

@NgModule({ imports: [ CommonModule, FormsModule, ReactiveFormsModule ] })


Summary:
- For reactive forms, use `formControlName` only.
- For template-driven forms, use `[(ngModel)]` only.

Make sure you're consistent with your form approach across the app. Let me know if this resolves your issue!
Reasons:
  • Long answer (-1):
  • Has code block (-0.5):
  • User mentioned (1): @NgModule
  • Low reputation (1):
Posted by: samaila samaila

79100808

Date: 2024-10-18 06:42:55
Score: 2
Natty:
Report link

You are not really comparing the same things. You mixe declaration with assignation

test4 = 'def'; Error because it's not declared as a variable (let, const, var) before and you are trying to assign a value to something that doesn't exist.

testObj : {key1:'value1'}; Typescript doens't recognize it as a variable declaration but as a "type declaration". You defining the shape but without creating a value for it.

If you try to declare the variable like a = { key1: 'value1' }; you will have the same error.

However, this line (testObj : {key1:'value1'};) is also incomplete because you're not actually declaring the variable, you're just specifying its shape. If you try to use testObj later, TypeScript will throw an error because the variable itself doesn't exist in memory.

Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Me too answer (2.5): have the same error
  • Low reputation (0.5):
Posted by: MG1616

79100779

Date: 2024-10-18 06:35:54
Score: 2
Natty:
Report link

You can try to broadcast the voice of the question by trtc.startPlugin('AudioMixer', options) method,this method support to play local audio file or audio track by transfer different parameter,through this method the background audio can be recorded。 More details you can refer the following document : https://web.sdk.qcloud.com/trtc/webrtc/v5/doc/en/tutorial-22-advanced-audio-mixer.html

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

79100771

Date: 2024-10-18 06:32:53
Score: 3
Natty:
Report link

Sometimes, the issue is on the browser. I mean you could be using an out of date browser which doesn't support newer syntax (like optional changing ?., ??, etc.). Try testing on a newer version of the browser.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Jhon Robert Salazar Chipana

79100763

Date: 2024-10-18 06:29:52
Score: 1
Natty:
Report link

Duplicate content can create SEO issues, as Google may not penalize sites directly but can dilute rankings. Your setup with mysite.com/special-project/ and mysite.com/another-project/ could lead to keyword cannibalization and reduced visibility.

Using noindex on mysite.com/another-project/ would prevent it from being indexed, which may not be ideal. Instead, consider these approaches:

Canonical Tags: Indicate the original version of pages, but this may limit the ability for both sites to rank.

Content Differentiation: Modify the content on mysite.com/another-project/ to target its unique audience and avoid duplication.

Consolidation: Use one domain with subdomains or folder structures to serve different audiences without duplicating content.

Websites like Sincere Mechanic demonstrate how tailored, unique content can effectively engage niche audiences. Advise your client that the current setup could lead to SEO challenges and recommend focusing on content differentiation or consolidation.

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

79100762

Date: 2024-10-18 06:29:52
Score: 2.5
Natty:
Report link

i did its easy, example search in drive H and folder report h: cd report findstr /s "status" 1024

thats all, i found every row that include "status" in every filename month sept 2024

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

79100759

Date: 2024-10-18 06:28:51
Score: 4.5
Natty:
Report link

I want to when click on button "Add" will go to "AddPage.qml".Please help me. QQmlApplicationEngine failed to load component

qrc:/qt/qml/eManager/Main.qml:12:22: Type InfoPage unavailable qrc:/qt/qml/eManager/InfoPage.qml:6:31: Invalid alias reference. Unable to find id "stackview"

Main.qml import QtQuick 2.15 import QtQuick.Controls 2.15

ApplicationWindow { width: 650 height: 480 visible: true title: "Employee List"

StackView {
    id: stackview
    initialItem: InfoPage { stackView: stackview } // Truyền stackView vào InfoPage
    anchors.fill: parent
}

}

InfoPage.qml import QtQuick 2.15 import QtQuick.Controls 2.15

Rectangle{ id: root property alias stackView: stackview width: 450 height: 400 border.color: "black" border.width: 2 x: 100 Text { text: ("EMPLOYEE LIST") font.pixelSize: 25 font.family: "arial" font.bold: true x: 25 y: 10 }

Rectangle{
    id: addButton
    width: 70
    height: 30
    color: "lightgrey"
    x:340
    y: 10
    Text {
        id: addText
        text: ("Add")
        anchors.centerIn: parent
        color:"black"
    }
    border.color: "black"
    border.width: 2
    radius: 3
    MouseArea{
        anchors.fill: parent
        onClicked: {
            stackview.push("AddPage.qml")
        }

        onPressed: {
            addButton.color = "black"
            addText.color = "white"
        }
        onReleased: {
            addButton.color = "lightgrey"
            addText.color = "black"
        }
    }
}

ListModel {
    id: employeeModel
    ListElement { no: 1; name: "Nguyen Thanh Tai"; bu: "GPE.EDS" }
    ListElement { no: 2; name: "Jane Smith"; bu: "GPE.EDS" }
    ListElement { no: 3; name: "Michael Johnson"; bu: "GPE.EDS" }
    ListElement { no: 4; name: "Michael Johnson"; bu: "GPE.EDS" }
}
Column {
    x:25
    y:50

    // Tiêu đề bảng
    Row {
        spacing: 0
        Rectangle {
            width: 50
            height: 30
            color: "#CCCCCC"
            border.color: "#000000"
            Text { anchors.centerIn: parent; text: "No"; font.bold: true }
        }
        Rectangle {
            width: 150
            height: 30
            color: "#CCCCCC"
            border.color: "#000000"
            Text { anchors.centerIn: parent; text: "Name"; font.bold: true }
        }
        Rectangle {
            width: 100
            height: 30
            color: "#CCCCCC"
            border.color: "#000000"
            Text { anchors.centerIn: parent; text: "Bussines Unit"; font.bold: true }
        }
        Rectangle {
            width: 100
            height: 30
            color: "#CCCCCC"
            border.color: "#000000"
            Text { anchors.centerIn: parent; text: "Options"; font.bold: true }
        }
    }

    // Hiển thị dữ liệu
    Repeater {
        model: employeeModel
        Row {
            spacing: 0
            Rectangle {
                width: 50
                height: 30
                border.color: "#000000"
                Text { anchors.centerIn: parent; text: model.no }
            }
            Rectangle {
                width: 150
                height: 30
                border.color: "#000000"
                Text { anchors.centerIn: parent; text: model.name }
            }
            Rectangle {
                width: 100
                height: 30
                border.color: "#000000"
                Text { anchors.centerIn: parent; text: model.bu }
            }
            Rectangle {
                id: b
                width: 100
                height: 30
                border.color: "#000000"
                Row{
                    //anchors.fill: parent
                    //anchors.margins: 10
                    anchors.centerIn: parent
                    spacing: 20
                    Button{
                        id: editButton
                        width: 20
                        height: 20
                        Image {
                            source: "icon_edit.png"
                            anchors.fill: parent
                        }
                    }
                    Button {
                        id: removeButton
                        width: 20
                        height: 20
                        Image {
                            source: "icon_remove.png"
                            anchors.fill: parent
                        }
                    }
                }
            }
        }
    }
}

}

AddPage.qml import QtQuick 2.15 import QtQuick.Controls 2.15

Rectangle{ id: root width: 450 height: 400 border.color: "black" border.width: 2 x: 100 TextField:{ width: 200 height: 30 } Button { text: "Cancel" anchors.horizontalCenter: parent.horizontalCenter anchors.bottom: parent.bottom anchors.bottomMargin: 20 onClicked: { stackview.pop() } } }

Reasons:
  • Blacklisted phrase (1): help me
  • RegEx Blacklisted phrase (3): Please help me
  • RegEx Blacklisted phrase (1): I want
  • Long answer (-1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Nguyễn Tài

79100750

Date: 2024-10-18 06:24:51
Score: 3
Natty:
Report link

Check out this open source github project for this Carousel-Slider

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Abdul Moiz

79100747

Date: 2024-10-18 06:22:50
Score: 0.5
Natty:
Report link

Possible solution

This function seems to be working well. I have edited it to incorporate input.

multi.mixedorder <-\(data, cols, na.last = TRUE, decreasing = FALSE) {
  do.call(order, c(
    lapply(cols, function(col) {
      if (is.character(data[[col]])) {
        factor(data[[col]], levels = mixedsort(unique(data[[col]])))
      } else {
        data[[col]]
      }
    }),
    list(na.last = na.last, decreasing = decreasing)
  ))
}

DT[multi.mixedorder(DT, input),]
Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Mohit

79100737

Date: 2024-10-18 06:19:50
Score: 3.5
Natty:
Report link

thank you. Finally its work.i tryed many thinks but still it there. but now it resolve. thank a lot

Reasons:
  • Blacklisted phrase (0.5): thank you
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Shaikh

79100728

Date: 2024-10-18 06:17:49
Score: 4
Natty: 4.5
Report link

Error processing video: ffmpeg was killed with signal SIGKILL

https://github.com/ranjeetvit2012/h264-video-conversion-ffmpeg

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

79100720

Date: 2024-10-18 06:13:48
Score: 2
Natty:
Report link

If you want to create a new project with latest version you can try out these commands:

npx react-native@latest init MyTabletApp

OR

npx @react-native-community/cli init MyTabletApp

and you can refer to following link for more detail:

https://github.com/react-native-community/cli/blob/main/docs/init.md

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

79100707

Date: 2024-10-18 06:07:46
Score: 1
Natty:
Report link

little correction to Jompis:

if (0 <= $mergeRowSrcStart && $mergeRowSrcStart >= $srcRowStart && $mergeRowSrcEnd <= $srcRowEnd) {

change to

if ($mergeColSrcStart >= $srcColumnStart && $mergeColSrcEnd <= $srcColumnEnd && $mergeRowSrcStart >= $srcRowStart && $mergeRowSrcEnd <= $srcRowEnd) {
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: luk

79100701

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

What i figure out is that with the solution of @IT goldman and windows.onload it works like a charm! Much thanks again!

window.onload = (event) => {
document.querySelectorAll(".flatpickr-day").forEach(elem => elem.classList.remove("today"))

};

Reasons:
  • Blacklisted phrase (0.5): thanks
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Starts with a question (0.5): What i
  • Low reputation (1):
Posted by: new_with_js

79100686

Date: 2024-10-18 06:00:45
Score: 2
Natty:
Report link

I find out solution, in code for aadhttpclientFactory in .getClient must be ID of Azure Function registration and in authentication for Azure Function in Additional checks must be either: Allow requests from specific client applications(You must insert ClientID for SharePoint Online Client Extensibility Web Application Principal if you calling azure function from Sharepoint WebPart) or Allow requests from any application (Not recommended)

Then it works even in local workbench

Reasons:
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Jakub Husařík

79100682

Date: 2024-10-18 05:58:44
Score: 0.5
Natty:
Report link

You need to call the :MoveTo method within the same block you called changed your CFrame, eg:

function()
Model.PrimaryPart.CFrame(new cframe here)
Model:MoveTo(cframe here)
end

This allows the :MoveTo method to properly get the CFrame, without game update issues.

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

79100681

Date: 2024-10-18 05:57:44
Score: 1.5
Natty:
Report link

I found the solution to my problem. Set the emitter's targetNode = scene

Reasons:
  • Whitelisted phrase (-2): I found the solution
  • Low length (1.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Bob

79100675

Date: 2024-10-18 05:54:43
Score: 4.5
Natty:
Report link

Try pip install great-expectations

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

79100670

Date: 2024-10-18 05:52:42
Score: 4.5
Natty: 4.5
Report link

Check this out for people stuck on this

https://learn.microsoft.com/en-us/previous-versions/windows/it-pro/windows-server-2012-r2-and-2012/cc742019(v=ws.11)

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

79100666

Date: 2024-10-18 05:50:41
Score: 5.5
Natty:
Report link

@genpfault: Sorry, I inserted the wrong image.

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • User mentioned (1): @genpfault
  • Single line (0.5):
  • Looks like a comment (1):
  • Low reputation (1):
Posted by: malloy

79100663

Date: 2024-10-18 05:48:40
Score: 9.5 🚩
Natty: 6
Report link

Did you find the solution?? Is there a way to generate invoice/receipt too?? to inform the users regarding upcoming payment to successful transaction?

Reasons:
  • Blacklisted phrase (1): Is there a way
  • RegEx Blacklisted phrase (3): Did you find the solution
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Starts with a question (0.5): Did you find the solution
  • Low reputation (1):
Posted by: Mridula vats

79100655

Date: 2024-10-18 05:45:39
Score: 1.5
Natty:
Report link

(Note: Keep take backup of file before making any changes.)

  1. Go to "php.ini" file and open in any editor.

  2. Find below code

    [Date] ; Defines the default timezone used by the date functions ; https://php.net/date.timezone date.timezone=Asia/Kolkata (Set your desired time zone)

  3. Find below code in same php.ini file (at the end of file)

    [Date] date.timezone=Asia/Kolkata (Set your desired time zone)

  4. Do restart the WAMP/XAMPP Server.

  5. Open "phpinfo.php" file & check "Default time zone".

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

79100652

Date: 2024-10-18 05:43:38
Score: 2.5
Natty:
Report link

I don't know if it was due to Javascript but seems like the browser was the problem in my case. I was testing it on Firefox, switching to Chrome solved the problem and now it works like a charm.

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

79100650

Date: 2024-10-18 05:40:38
Score: 5
Natty: 5
Report link

https://repost.aws/questions/QUUqEKuSOfQQmgnNaico0OSQ/aws-ses-smtp-settings-not-found

it states that for some regions the SMTP services are not available. So check the link please.

Reasons:
  • RegEx Blacklisted phrase (1): check the link
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: kam

79100649

Date: 2024-10-18 05:40:37
Score: 1.5
Natty:
Report link

I figured it out! It was necessary to identify headers in the Nginx configuration file; now everything works smoothly!

Reasons:
  • Whitelisted phrase (-2): I figured it out
  • Low length (1):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Vladislav Kuznetsov

79100648

Date: 2024-10-18 05:40:37
Score: 1
Natty:
Report link

Unless I am mistaken you are comparing the performance of two different database workloads. The hibernate query is running the Join Fetch to retrieve the related subscriber details which will likely be running an additional SQL query for each individual subscriber of each emailsubscription.

So you are looking at something like N + M in terms of the number of queries being submitted to the database. Where N is the number of emailsubscriptions and M is the number of subscribers per emailsubscription. In comparison the native query is submitting a single request to the database.

if you configure a batch size for the subscriber fetches you could reduce this to something like N + M/BatchSize

hibernate batch fetching

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

79100645

Date: 2024-10-18 05:37:37
Score: 0.5
Natty:
Report link

Your WHERE conditions doesn't restrict on the rows being of the same party_id. If you where using modern JOIN syntax you should have seen it earlier.

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

79100637

Date: 2024-10-18 05:33:36
Score: 1.5
Natty:
Report link

Your permission_overwrites field can be removed, since on the create channel documentation,

it says:

All parameters to this endpoint are optional and nullable excluding name

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

79100635

Date: 2024-10-18 05:32:35
Score: 0.5
Natty:
Report link

Got the solution,

Here are the steps that I followed

  1. update the Typescript
  2. Since I have modified default MUI theme by adding custom breakpoints, I have explicitly defined the types for it in separate module file.
  3. Added that explicit file path in tsconfig like this
"paths": {
     "@/*": ["./src/*", "./src/app/types/theme/*"]
   },
Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Shubham Nikam

79100633

Date: 2024-10-18 05:31:35
Score: 2
Natty:
Report link

When facing an issue with enrolling students in an online course application, here are common troubleshooting steps you can take:

Check User Roles and Permissions: Ensure that the student has the correct role assigned and that the role has the necessary permissions to enroll in courses.

Verify Course Availability: Confirm that the course is published, active, and available for enrollment. Ensure it’s not restricted by date, prerequisites, or capacity limits.

Reasons:
  • No code block (0.5):
  • Starts with a question (0.5): When
  • Low reputation (1):
Posted by: SkillDux Seo

79100632

Date: 2024-10-18 05:31:35
Score: 2
Natty:
Report link

run the following command npm install -g npm

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

79100626

Date: 2024-10-18 05:28:35
Score: 2.5
Natty:
Report link

This is because the onChange function expects it to be numeric. When you are entering backspace that field becomes blank which is not a valid number and it's trying to call onChange with blank value that is why you are not able to edit it

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

79100624

Date: 2024-10-18 05:27:34
Score: 5
Natty:
Report link

document.querySelector('flt-glass-pane').shadowRoot.querySelector('flt-semantics-placeholder').click({force: true});

document.querySelector('flt-glass-pane').shadowRoot.querySelectorAll('[aria-label]') these two queries are not working so please anyone suggest any other solution for it.

Reasons:
  • Blacklisted phrase (3): please anyone
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: rajeev rai

79100623

Date: 2024-10-18 05:26:33
Score: 7.5 🚩
Natty: 4.5
Report link

any updates on this topic? I am having exactly the same problem.

Reasons:
  • Blacklisted phrase (1): any updates on
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): I am having exactly the same problem
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: marten-ka

79100618

Date: 2024-10-18 05:25:32
Score: 4
Natty:
Report link

JCenter was finally shut down in August 2024. So I used another alternative dependency

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

79100616

Date: 2024-10-18 05:25:32
Score: 5
Natty: 4
Report link

I am currently trying the new multiple GitHub experimental feature. Maybe this will work for you?

https://github.com/orgs/community/discussions/58082#discussioncomment-10863725

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

79100609

Date: 2024-10-18 05:19:31
Score: 1
Natty:
Report link

const value = 'blockquotes';
let arr = value.split('');
let res = {};
for(let i = 0; i < arr.length ; i++){
if(Object.keys(res).includes(arr[i])){
res[arr[i]] = res[arr[i]]+1;
}
else{
res[arr[i]] = 1;
}
}
console.log(res);

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

79100601

Date: 2024-10-18 05:13:29
Score: 3
Natty:
Report link

Latest versions of intellij community version has shifted coverage setting to File->Settings->Coverage->Java Coverage->Choose coverage runner->JaCoCo (as of 18/10/24)

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

79100599

Date: 2024-10-18 05:13:29
Score: 0.5
Natty:
Report link

I ran into this bug, but I didn't need to update the babel dependencies, I just added this to the babel.config.js:

env: { 
    development: {
        plugins: [['@babel/plugin-transform-react-jsx', { runtime: 'classic' }]],
    },
},
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: ibrust

79100590

Date: 2024-10-18 05:09:28
Score: 1.5
Natty:
Report link

'custom_log' => [ 'driver' => 'single', 'path' => storage_path('logs/' . date('Y-m-d') . '.log'), // Format the filename as YYYY-MM-DD.log 'level' => env('LOG_LEVEL', 'debug'), 'permission' => 0777, // You can set the file permissions if needed 'days' => 7, 'max_files' => 7, 'max_size' => 10485760, ], i use this for custom log creation. it is working fine.

clear your all logs and use php artisan optimize:clear then you check

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

79100581

Date: 2024-10-18 05:06:28
Score: 3.5
Natty:
Report link

For people in the future and in Dynamics 365!

Please use https://github.com/LinkeD365/OrgSettings inside XRMToolBox

It just works!

enter image description here

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

79100576

Date: 2024-10-18 05:03:27
Score: 3.5
Natty:
Report link

It was a stupid mistake, the app had a mail app that didnt show up but adding gmail made the option show up

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

79100567

Date: 2024-10-18 04:56:26
Score: 2
Natty:
Report link

Hi Every time i add something to {Models/Class.cs} we have delete all the migration and delete database table run these two commands in Package Manager Console (Make sure you are in the right project): add-migration {blabla} Update-database

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

79100565

Date: 2024-10-18 04:55:25
Score: 2.5
Natty:
Report link

I got the same issue, but I have used Claude AI to convert the *.ui file entirely into py file so I don't have worry about loading the ui file. Try using the same method u would be good to go.

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

79100552

Date: 2024-10-18 04:48:24
Score: 2.5
Natty:
Report link

The Opigno LMS distribution is one of the best Drupal distributions for managing online courses. It is designed specifically for e-learning, offering features like course creation, quizzes, certifications, user tracking, and integrations with popular tools, making it ideal for online course management.

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

79100543

Date: 2024-10-18 04:40:23
Score: 2.5
Natty:
Report link

Cool! What we learned is that the python API breaks if SSML elements are indented by spaces. I'd call that a bug, but I haven't read the SSML spec to know better.

Thanks to Suresh for suggesting the SSML may be to blame, even if some speech services accept it okay.

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

79100538

Date: 2024-10-18 04:37:22
Score: 4
Natty: 5
Report link

This worked for a similar issue I had with .cmd not working. Thank you

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Jared Schwartze

79100528

Date: 2024-10-18 04:31:20
Score: 2
Natty:
Report link

for those who have same issue, I solved by changing the code like this:

try {
      await GamesServices.signIn();
      if (await GamesServices.isSignedIn) {
        // user is signed
      }
}

Also make sure you added the SHA1 fingerprint of both debug and production inside the Credentials (OAuth Clients).

Reasons:
  • Whitelisted phrase (-2): I solved
  • Low length (0.5):
  • Has code block (-0.5):
  • Me too answer (2.5): have same issue
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Shamir Mohd

79100519

Date: 2024-10-18 04:22:19
Score: 3
Natty:
Report link

Using os.environ[’REQUESTS_CA_BUNDLE’]=‘/your/cert’ worked well for me.

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: sohyun Park

79100517

Date: 2024-10-18 04:21:18
Score: 6 🚩
Natty:
Report link
Reasons:
  • RegEx Blacklisted phrase (2.5): Can you provide
  • Low length (0.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Starts with a question (0.5): Can you
  • Low reputation (1):
Posted by: Sharuk Sayyed

79100515

Date: 2024-10-18 04:18:17
Score: 2.5
Natty:
Report link

You can check the duckduckgo's code, as they recently added this into their android app. It looks and feels just like what you want, you can first download the app and test the behavior first.

https://github.com/duckduckgo/Android

I hope you find, what you are looking for. Thank You

Reasons:
  • Blacklisted phrase (0.5): Thank You
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Jeel Desai

79100512

Date: 2024-10-18 04:17:17
Score: 3.5
Natty:
Report link

in the <.dart_tool> there is a file called it contains the version number

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

79100509

Date: 2024-10-18 04:16:17
Score: 1.5
Natty:
Report link

how do I narrow down the scope to just C: or D:? The disks are single volume, no raid array etc..

If C: and D: are two different disks (as you used plural "the disks"), you just need type this command below to see which one is OK and which one is Pred Fail:

wmic diskdrive

The output would be something like below:

Availability  BytesPerSector  Capabilities    Caption                  Description  DeviceID            Size           Status     StatusInfo ....
              512             {3, 4, 10}      Hitachi HDS721010XXXXXX  Disk drive   \\.\PHYSICALDRIVE2  1000202273280  Pred Fail             .... 
              512             {3, 4, 10}      ST3500XXXXX              Disk drive   \\.\PHYSICALDRIVE1  500105249280   OK                    ....
Reasons:
  • Blacklisted phrase (1): how do I
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): how do I
  • Low reputation (0.5):
Posted by: James1

79100498

Date: 2024-10-18 04:11:15
Score: 8.5 🚩
Natty: 5
Report link

did you find the solution by going through template-parameters-definition.json ?

Reasons:
  • RegEx Blacklisted phrase (3): did you find the solution
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Starts with a question (0.5): did you find the solution
  • Low reputation (1):
Posted by: rahul sharma

79100497

Date: 2024-10-18 04:10:14
Score: 8.5 🚩
Natty: 5
Report link

I am having the same issue, and I found this post, the code does work, however, it repeats like forever, is there a way just show the image once? Thanks

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Blacklisted phrase (1): is there a way
  • Low length (1):
  • No code block (0.5):
  • Me too answer (2.5): I am having the same issue
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: user27863166

79100494

Date: 2024-10-18 04:10:14
Score: 3.5
Natty:
Report link

please assist mine is not working , it shows that a variant is in stock whilst is out of stock https://d33pmatterz.co.za/product/black-t-shirt/

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

79100492

Date: 2024-10-18 04:09:13
Score: 1.5
Natty:
Report link

Upgrade your package by run this in command line:

flutter pub upgrade --major-versions
Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: gopelkujo

79100489

Date: 2024-10-18 04:07:13
Score: 0.5
Natty:
Report link

Solution 1 was really helpful as the problem is with the .Rprofile.

So I look it up and found a set of rules for navigating file paths

".Library <- file.path(chartr("\", "/", R.home()), "library")"

contained withing the .Rprofile and applied this to my Codes to navifgate my access my data.

so instead of writing my code as "data<-read.csv("C:\Users\PC\Downloads\hotel_bookings.csv")"

I wrote it as "data<-read.csv("C:\Users\PC\Downloads\hotel_bookings.csv")"

and it worked

Reasons:
  • Whitelisted phrase (-1): it worked
  • No code block (0.5):
  • Low reputation (1):
Posted by: Ngoka Nzube

79100486

Date: 2024-10-18 04:07:13
Score: 5.5
Natty:
Report link

I have the same problem, we have hundreds of Azure Functions that are with these versions, and although we are migrating to .net 8, we need to be making minimal updates to the existing ones and this, which just came out today, does not let us do anything. This involves million-dollar losses.

Reasons:
  • Blacklisted phrase (1): I have the same problem
  • Low length (0.5):
  • No code block (0.5):
  • Me too answer (2.5): I have the same problem
  • Low reputation (1):
Posted by: Antonio Avila

79100481

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

If you're getting this error, Try it in a new browser. Mine worked when I switched from chrome to firefox.

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

79100477

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

The solution that worked for me: I installed visual c++ build tools

and restart my machine.

Reasons:
  • Whitelisted phrase (-1): worked for me
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: berna uyanık