79130863

Date: 2024-10-27 15:21:59
Score: 6.5 🚩
Natty: 5.5
Report link

How can you effectively use a JSON array of objects in JavaScript to store and manipulate data for a web application? Please let me know.

Reasons:
  • RegEx Blacklisted phrase (2.5): Please let me know
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): How can you
  • Low reputation (1):
Posted by: Tom Jim

79130835

Date: 2024-10-27 15:02:55
Score: 4
Natty:
Report link

Upgrading to Synapse Spark Pool version 3.4 solved the issue.

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

79130819

Date: 2024-10-27 14:56:52
Score: 5
Natty:
Report link

I’ve run into the same error and here’s what I think the problem is:

If you were to manually attempt to delete a file such as C:\test.txt, you’d get the following error message:


File Access Denied

You’ll need to provide administrator permission to delete this file


So when excel VBA tries to delete a file in the root directory, I think it also gets an error message.

For me, at least, that seems to be the cause of the problem.

If anyone out there knows how to programmatically give VBA permission to delete a file in the root directory, I’d be grateful.

Hopefully, this post will help to get us all on the right track.

Regards,

Kellog

Reasons:
  • Blacklisted phrase (1): Regards
  • RegEx Blacklisted phrase (2): be grateful
  • Contains signature (1):
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Kellog

79130804

Date: 2024-10-27 14:47:50
Score: 4
Natty: 4
Report link

I need your help because i can't callback the value from the function

look my example:

var data = askQuestion('Are you sure want to continue without adding a server', function(val){
return val; });

console.log(data);

function askQuestion(msg, callback){ $.confirm({

                      title: '',
                      content: msg,
                      type: 'dark',
                      theme: 'light',
                      animation: 'none',
                      animateFromElement: false,
                      columnClass: 'medium',
                      onContentReady: function () {
                          
                      },
                      buttons: {
                          ok: {
                              text: 'Συνέχεια',
                              btnClass: 'btn-dark float-right',
                              action: function(){
                                      
                                    callback(56);
                                    
                              }//end action
                          },//end ok
                          close: {
                                text: 'Ακύρωση',
                                 btnClass: 'btn-dark float-left',
                                 action: function(){
                                      
                                    callback(59);
                                    
                              }//end action
                          }
                        
                      }
                      
            });   

}

How i can to return val into "data" variable and print after that in console.log?

console.log now is not working callback;

i want to check variable 56 or 59 and ONLY if i have result 56 or 57 to continue my code.

Please little help

Reasons:
  • Blacklisted phrase (0.5): I need
  • Blacklisted phrase (2): I need your help
  • RegEx Blacklisted phrase (1): i want
  • Long answer (-1):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: user28010850

79130790

Date: 2024-10-27 14:41:48
Score: 5
Natty:
Report link

In below 2 mins youtube video we have explained and resolved error with simple solution. https://www.youtube.com/watch?v=s7uSST5rfH0&t=41s

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

79130784

Date: 2024-10-27 14:38:47
Score: 6
Natty: 7
Report link

Do anybody know if this is possible on Flutter Web?

Reasons:
  • Blacklisted phrase (1): anybody know
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Boni Machado

79130769

Date: 2024-10-27 14:28:45
Score: 4.5
Natty:
Report link

I have the same problem... the image is in public : storage/images/image.png and the route is(http://127.0.0.1:8000/dashboard/category) whenn I try to Do this

success:function(response){
                        
                       =
                        $.each(response.res,function(key, subcat){
                            $('#table').append('<div  class="flex min-w-10 items-center justify-start gap-2 py-2"}`>\
               <img src="/storage/assets/images/subcat/'+subcat.image+')" class="w-16" alt="image">\);

not working bcs I got this as a url http://127.0.0.1:8000/dashboard/category/storage/assets/images/subcat/image.png and it's an 404 error

Reasons:
  • Blacklisted phrase (1): I have the same problem
  • Probably link only (1):
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Me too answer (2.5): I have the same problem
  • Low reputation (1):
Posted by: Amin ED-Doryani

79130730

Date: 2024-10-27 14:07:37
Score: 8 🚩
Natty: 4
Report link

did you find a solution? i also experienced the same thing but with a different protocol, ISO14230 KWP2000 and haven't found a solution yet.

Reasons:
  • RegEx Blacklisted phrase (3): did you find a solution
  • RegEx Blacklisted phrase (1): haven't found a solution
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): did you find a solution
  • Low reputation (1):
Posted by: Neoraxs

79130702

Date: 2024-10-27 13:49:32
Score: 4.5
Natty:
Report link

As stated by @codenanda, I was using the wrong file format. The current version of the OpenAI API only supports JSON files.

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

79130695

Date: 2024-10-27 13:45:32
Score: 4
Natty: 4.5
Report link

https://developer.android.com/reference/android/Manifest.permission#DUMP

pm grant com.maxmpz.equalizer android.permission.DUMP

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

79130662

Date: 2024-10-27 13:21:27
Score: 4.5
Natty: 4
Report link

i have the same problem, after trying many solution proposed, i fixed this by download recent jar file and i renamed it with the same name of version that generate the error and it worked.

Reasons:
  • Blacklisted phrase (1): i have the same problem
  • Blacklisted phrase (1.5): any solution
  • Whitelisted phrase (-2): i fixed
  • Whitelisted phrase (-1): it worked
  • Low length (0.5):
  • No code block (0.5):
  • Me too answer (2.5): i have the same problem
  • Single line (0.5):
  • Low reputation (1):
Posted by: AGA

79130657

Date: 2024-10-27 13:20:26
Score: 4
Natty:
Report link

thanks all, it work the issue is that i was using forward slashes but backward slashes are required

Reasons:
  • Blacklisted phrase (0.5): thanks
  • Low length (1):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Nauman Yaseen

79130615

Date: 2024-10-27 12:54:18
Score: 6 🚩
Natty:
Report link

did you restart vscode already?

Reasons:
  • 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 (0.5):
Posted by: Rene Smit

79130544

Date: 2024-10-27 12:16:09
Score: 4.5
Natty:
Report link

There is a project here https://github.com/chaseastewart/fhir-converter that I used to convert custom json to FHIR R4 with liquid templates

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

79130464

Date: 2024-10-27 11:31:59
Score: 4
Natty:
Report link

As @jcalz wrote, it's not a feature of TS unfortunately, I had to work with a BE developer to change the Java code (which wasn't optimal).

Thanks to everyone who helped!

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Low length (1):
  • No code block (0.5):
  • User mentioned (1): @jcalz
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Avi

79130442

Date: 2024-10-27 11:19:57
Score: 4.5
Natty: 4.5
Report link

There are a couple of good tutorials at https://diversify.me.uk/how-to-use-the-wordpress-svn-quick-start-tutorial/

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

79130394

Date: 2024-10-27 10:51:50
Score: 5.5
Natty:
Report link

Hi i am having same issue on windows 10 import datetime as dt import numpy as np from matplotlib import pyplot as plt from matplotlib import style

Traceback (most recent call last): File "c:\Users\ioann\OneDrive\Desktop\MISC\Stock Market training\main.py", line 3, in from matplotlib import pyplot as plt File "C:\Users\ioann\AppData\Local\Programs\Python\Python313\Lib\site-packages\matplotlib_init_.py", line 263, in check_versions() ~~~~~~~~~~~~~~~^^ File "C:\Users\ioann\AppData\Local\Programs\Python\Python313\Lib\site-packages\matplotlib_init.py", line 257, in check_versions module = importlib.import_module(modname) File "C:\Users\ioann\AppData\Local\Programs\Python\Python313\Lib\importlib_init.py", line 88, in import_module return _bootstrap.gcd_import(name[level:], package, level) ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\ioann\AppData\Local\Programs\Python\Python313\Lib\site-packages\kiwisolver_init.py", line 8, in from ._cext import ( ...<8 lines>... ) ImportError: DLL load failed while importing _cext: %1 is not a valid Win32 application.

Reasons:
  • RegEx Blacklisted phrase (2): Hi i am having
  • Long answer (-1):
  • No code block (0.5):
  • Me too answer (2.5): i am having same issue
  • Filler text (0.5): ~~~~~~~~~~~~~~~
  • Filler text (0): ~~~~~~~~~~~~~~~~~~~~~~
  • Filler text (0): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  • Low reputation (1):
Posted by: Grey_Hunter

79130340

Date: 2024-10-27 10:22:43
Score: 4
Natty: 4.5
Report link

https://blog.csdn.net/u011808788/article/details/143272048?sharetype=blogdetail&sharerId=143272048&sharerefer=PC&sharesource=u011808788&spm=1011.2480.3001.8118

here is a tcl demo convert hmetis (hypergraph) to metis (graph)

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

79130307

Date: 2024-10-27 10:02:38
Score: 4
Natty:
Report link

Include glad before including glfw.

Reasons:
  • Low length (2):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Anıl Doğan

79130274

Date: 2024-10-27 09:43:31
Score: 8.5 🚩
Natty: 4
Report link

Have you managed to find the solution? I'm facing the same issue. If I set the autorender true, the handleCameraStream function works fine, but the camera image is not refreshing...

Reasons:
  • Blacklisted phrase (3): Have you managed
  • Low length (0.5):
  • No code block (0.5):
  • Me too answer (2.5): I'm facing the same issue
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Nagy Boti

79130255

Date: 2024-10-27 09:27:25
Score: 6 🚩
Natty: 4.5
Report link

StoryLED.L.LifeEternalDeath.account123.42.bornot2bthatsthe?fthemeaningoflife42

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Has no white space (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Desmosislife

79130249

Date: 2024-10-27 09:24:24
Score: 4
Natty:
Report link

Git for Windows 2.47.0.windows.1 had a bug Update to 2.47.0.windows.2 to solve this issue

https://github.com/git-for-windows/git/issues/5199

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

79130246

Date: 2024-10-27 09:21:21
Score: 11.5 🚩
Natty: 6.5
Report link

How did you solve the issue? I am facing the same issue.

Reasons:
  • RegEx Blacklisted phrase (3): did you solve the
  • RegEx Blacklisted phrase (1.5): solve the issue?
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): I am facing the same issue
  • Contains question mark (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): How did you solve the is
  • Low reputation (1):
Posted by: rasik nepal

79130220

Date: 2024-10-27 09:05:17
Score: 4
Natty:
Report link

Try running it with root permission.

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

79130219

Date: 2024-10-27 09:05:17
Score: 4
Natty:
Report link

Just read your post. Over the last year, we have significantly improved our documentation to make it more complete. You can find it here: https://krypton-suite.github.io/Standard-Toolkit-Online-Help/Source/Help/Output/index.html

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

79130152

Date: 2024-10-27 08:24:06
Score: 4.5
Natty:
Report link

You could use AOP and intercept all methods with annotation @Modifying.

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • User mentioned (1): @Modifying
  • Single line (0.5):
  • Low reputation (1):
Posted by: Alexey

79130081

Date: 2024-10-27 07:28:54
Score: 4.5
Natty:
Report link

The LeftSideBar in my project is quite the same. I am facing a similar issue here. When user (try to) log out, they are not actually logging out.

here are the code snippets that might be helpful -

const { signOut } = useClerk();

const handleLogout = async () => {
        await signOut();
        router.push('/sign-in'); // Redirect to sign-in page after logout
    };

            <SignedIn>
                    <div className="flex cursor-pointer" onClick={handleLogout}>
                        <Image
                            src="/assets/logout.svg"
                            alt="logout"
                            width={24}
                            height={24}
                        />

                        <p className="text-light-2 max-lg:hidden px-4" >
                            Logout
                        </p>
                    </div>
            </SignedIn>

Have you resolved the issue? Tell me about it.

Reasons:
  • RegEx Blacklisted phrase (1.5): resolved the issue?
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Me too answer (2.5): I am facing a similar issue
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Shreyas2604

79130048

Date: 2024-10-27 06:58:48
Score: 4
Natty:
Report link

¿Con quién puedo hablar dentro de tu empresa Analyticalpost para comentar la posibilidad de que aparezcáis en prensa? Hemos conseguido que negocios como el tuyo sean publicados en periódicos como La Razón o MSN, entre muchos otros (como noticia y no será borrada).

¿Qué consigues con esto?

Trabajamos con tarifas desde 99e, sin permanencia y con garantía de devolución por resultados.

Te puedo enseñar ejemplos y casos de éxito en video para que veas cómo funciona.

¿Cuándo te iría mejor que lo comentáramos? Puedes confirmarme tu teléfono o reservar una llamada con nosotros directamente: https://calendly.com/prensa-digital/15min

Un saludo,

Reasons:
  • Blacklisted phrase (1): ¿
  • Blacklisted phrase (1): cómo
  • Long answer (-0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Carmen

79130024

Date: 2024-10-27 06:33:40
Score: 13 🚩
Natty:
Report link

i have same issue. did you solve it?

Reasons:
  • RegEx Blacklisted phrase (3): did you solve it
  • RegEx Blacklisted phrase (1.5): solve it?
  • Low length (2):
  • No code block (0.5):
  • Me too answer (2.5): i have same issue
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: llillliii lrend

79130001

Date: 2024-10-27 06:11:37
Score: 5.5
Natty: 5
Report link

Sir, Please provide the code of Aadhaar 14 digit Enrollment No and Aadhaar 28 digit Enrollment No validation in php

Reasons:
  • RegEx Blacklisted phrase (2.5): Please provide the code
  • Low length (1):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Radheshyam SHah

79129960

Date: 2024-10-27 05:37:26
Score: 6 🚩
Natty:
Report link
`I have saved my random classifier in pickle and the count vectorizer in vectorizer.py as shown below but I am getting Vocabulary not fitted or provided. Kindly help. Please let me know if any errors as well.


from vectorizer import vect
clf = pickle.load(open(os.path.join('pkl_objects', 'r_classifier.pkl'), 'rb'))

example = ["HELLO is racist"]
X = vect.transform(example)

prediction = clf.predict(X)
probability = clf.predict_proba(X)

print('Prediction: %s\nProbability: %.2f%%' % (label[prediction[0]], np.max(probability) * 100))

Vecotrizer.py
%%writefile HateSpeechDetection/vectorizer.py
from sklearn.feature_extraction.text import CountVectorizer
from nltk.stem import WordNetLemmatizer
import re
import os
import pickle

cur_dir = os.path.dirname(__file__)
stop = pickle.load(open(
                os.path.join(cur_dir, 
                'pkl_objects', 
                'stopwords.pkl'), 'rb'))

lemmatizer = WordNetLemmatizer()

def preprocessor(tweet):
    
    # Removal of user handles
    tweet = re.sub('@[\w\-]+','', tweet)
    
    # Coverting the string into lower case
    tweet = str(tweet).lower()
    
    tweet = re.sub('\[.*?\]','',tweet)
    
    # Removal of HTML linkups
    tweet = re.sub('http[s]?://(?:[a-zA-Z]|[0-9]|[$-_@.&+]|''[!*\(\),]|(?:%[0-9a-fA-F][0-    9a-fA-F]))+','',tweet)
    tweet = re.sub('<.*?>+', '', tweet)
    
    # Removal of punctuations
    tweet = re.sub('[%s]' % re.escape(string.punctuation), '', tweet)
    tweet = re.sub('\n','',tweet)
    tweet = re.sub('\w*\d\w*', '', tweet)
    
    # Removal of stopwords
    tweet = [word for word in tweet.split(' ') if word not in stopwords]
    
    #removal of greek characters
    tweet = [' '.join([unidecode.unidecode(word) for word in str(t).split()]) if t is not None else t for t in tweet]
    
    #lemmetizing of tweets
    tweet = [" ".join(lemmatizer.lemmatize(word) for word in t.split()) for t in tweet]
    
    tweet = " ".join(tweet)
    return tweet

vect = CountVectorizer()

def process_tweet(tweet):
    # Process the tweet
    processed_tweet = preprocessor(tweet)

    
    vect.transform([processed_tweet])  # Pass a list of processed_tweet

    return processed_tweet

I want to import the code to flask to create a web embedding but stuck near this one poin
`
Reasons:
  • Blacklisted phrase (3): Kindly help
  • RegEx Blacklisted phrase (2.5): Please let me know
  • RegEx Blacklisted phrase (1): I want
  • Long answer (-1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Kondapalli Sri Krishna Priya

79129844

Date: 2024-10-27 03:31:03
Score: 5.5
Natty: 4
Report link

I also have an issue in the google maps marker that is, when I zoom in the map, the markers position is changing and it showing in the different location.

I face this issue after using this flutter package for custom markers widget_to_marker: ^1.0.4

can somebody help me to make the marker stick in one position rather than moving while zooming in

Reasons:
  • Blacklisted phrase (1): help me
  • RegEx Blacklisted phrase (3): can somebody help me
  • No code block (0.5):
  • Low reputation (1):
Posted by: raagull sakthivel

79129814

Date: 2024-10-27 02:51:55
Score: 4
Natty: 4
Report link

Use: bigcharts.marketwatch.com/quickchart/options.asp?symb=TSLA&showAll=True

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Has no white space (0.5):
  • Low reputation (1):
Posted by: S T

79129801

Date: 2024-10-27 02:20:49
Score: 4.5
Natty:
Report link

If meta tags are no longer used or important, why does the absence of a meta tag ding my SEO score as evaluated by Google for Developers enter link description here

https://developer.chrome.com/docs/lighthouse/seo/meta-description/?utm_source=lighthouse&utm_medium=lr

And if they are still important, why doesn't Google Sites let me add them?

Google, keep it consistent please.

Reasons:
  • Blacklisted phrase (0.5): enter link description here
  • Probably link only (1):
  • Low length (0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: E.E.

79129770

Date: 2024-10-27 01:40:41
Score: 4
Natty:
Report link

I found my mistake is not following WordPress documentation about Nginx Advance Administration Server (https://developer.wordpress.org/advanced-administration/server/web-server/nginx/). Now My website running perfectly.

My configuiration for WordPress Multisite Subdirectories

https://github.com/ahmadbagwi/Nginx-WordPress-Multisite

Reasons:
  • Probably link only (1):
  • Contains signature (1):
  • Low length (0.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: ahmadbagwi

79129762

Date: 2024-10-27 01:35:40
Score: 4.5
Natty:
Report link

THis was due to a timeout on the deepgram request. I needed to use callbacks.

Reasons:
  • Blacklisted phrase (0.5): I need
  • Low length (1.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: dave

79129683

Date: 2024-10-27 00:20:25
Score: 5.5
Natty:
Report link

I too want to use the Stripe library on the web with Flutter. Does anyone have a full working example of this with current Flutter version/etc. I am not a JS developer so need a solid working example.

Reasons:
  • RegEx Blacklisted phrase (3): Does anyone have a full
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: user1340123

79129678

Date: 2024-10-27 00:14:22
Score: 4
Natty:
Report link

Removing extension="ftp.so" from /usr/local/etc/php/7.4/php.ini

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

79129667

Date: 2024-10-26 23:56:19
Score: 5
Natty:
Report link

Here is another solution Click Here to check from github. My problem was all files were crypted and Google Drive was also keeping the crypted and previous versions. I had to convert some files urgently and any script will be run will have issue with the recovered files.So I checked documents and discuss with people who understands.I even searched and ask ai tools. At one point i figured how to solve it and shared it in github for anyone who wants to update , use or even change the code.

Reasons:
  • Blacklisted phrase (1): how to solve
  • RegEx Blacklisted phrase (2): urgently
  • Contains signature (1):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: melic

79129640

Date: 2024-10-26 23:26:13
Score: 4
Natty:
Report link

Install Manim via chocolatey so that it is recognised by VS Code https://community.chocolatey.org/packages/manimce

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

79129629

Date: 2024-10-26 23:14:09
Score: 6.5 🚩
Natty:
Report link

Now I did a change in the sources list (was empty before). now this is the problem: sudo apt-get update enter image description here

my sources list: enter image description here

do you know what is the problem?

Thanks a lot!!

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Blacklisted phrase (1): enter image description here
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: user28003404

79129564

Date: 2024-10-26 22:30:00
Score: 4
Natty:
Report link

It seems like this is not possible. To quote @user17732522, "there is nothing in the language to test the validity of an instantiation."

Reasons:
  • Low length (1):
  • No code block (0.5):
  • User mentioned (1): @user17732522
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Dorian

79129562

Date: 2024-10-26 22:27:57
Score: 10.5 🚩
Natty:
Report link

Did you solve the problem? I'm stuck too

Reasons:
  • RegEx Blacklisted phrase (1.5): I'm stuck
  • 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):
  • Single line (0.5):
  • Starts with a question (0.5): Did you solve the
  • Low reputation (1):
Posted by: phellype

79129507

Date: 2024-10-26 21:44:46
Score: 7.5 🚩
Natty: 4
Report link

Actually, the answer above is incorrect. It produces the error Error in if (test$year == 2019) { : the condition has length > 1

and if one uses ifelse then the error is Error in ifelse(test$year == 2018) : argument "yes" is missing, with no default

Can anyone clarify?

Reasons:
  • RegEx Blacklisted phrase (2.5): Can anyone clarify
  • Low length (0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Looks like a comment (1):
  • Low reputation (1):
Posted by: JohnS

79129472

Date: 2024-10-26 21:18:41
Score: 5.5
Natty:
Report link

please try v5 of [email protected] which does not require storing any temp files on the storage. It does all the processing in memory. It should fix your problem. Please let me know here or create an issue in the officeparser git repo if it does not.

Reasons:
  • RegEx Blacklisted phrase (2.5): Please let me know
  • Contains signature (1):
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Harsh

79129427

Date: 2024-10-26 20:48:32
Score: 11.5 🚩
Natty: 5.5
Report link

How did you get just what i am looking for? I want Gallery to ignore .nomedia files, i am very mad deleting .nomedia files every day, multiple times per day ... some applications re-create the .nomedia files.

I hate the person who desing such .nomedia concept without a checkbox to ignore them... better never be born!!!

How much cost to the designer of apps that uses .nomedia files to make an option to ignore and/or not create them?????

Reasons:
  • Blacklisted phrase (2): i am looking for
  • Blacklisted phrase (1): ???
  • RegEx Blacklisted phrase (3): did you get
  • RegEx Blacklisted phrase (1): I want
  • No code block (0.5):
  • Ends in question mark (2):
  • Unregistered user (0.5):
  • Starts with a question (0.5): How did you
  • Low reputation (1):
Posted by: Laura

79129401

Date: 2024-10-26 20:25:27
Score: 5.5
Natty: 5.5
Report link

AmazonMQ does not support jmxurl then how should we connect amazon active mq using commandline tools?

Reasons:
  • 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: AMAN

79129347

Date: 2024-10-26 19:51:19
Score: 4
Natty:
Report link

found the problem, just delete the config folder from your robocode folder, it just a bug, idk why these guys dont fix ts, is so bad...........

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Filler text (0.5): ...........
  • Low reputation (1):
Posted by: Dex

79129336

Date: 2024-10-26 19:44:17
Score: 4.5
Natty:
Report link

I just needed to implement this in my code: thank you @mklement0 -

Also, to avoid false positives, use ... -replace ('\b' + [regex]::Escape($oldString) + '\b'), $replacements[$oldString]

It all works now. Thanks!

Reasons:
  • Blacklisted phrase (0.5): thank you
  • Blacklisted phrase (0.5): Thanks
  • Low length (0.5):
  • No code block (0.5):
  • User mentioned (1): @mklement0
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Ryane Helder

79129159

Date: 2024-10-26 18:03:55
Score: 4
Natty: 4.5
Report link

I'm sorry, can't you just calculate strategy.max_drawdown and strategy.max_drawdown_percent?

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

79129088

Date: 2024-10-26 17:25:46
Score: 6.5
Natty: 7
Report link

how can i do these this by seen the character but get the follow source https://www.mycompiler.io/view/CS2cGydmOEN https://www.mycompiler.io/view/CS2cGydmOEN

Reasons:
  • Blacklisted phrase (0.5): how can i
  • Blacklisted phrase (1): can i do
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Starts with a question (0.5): how can i
  • Low reputation (1):
Posted by: kaaluXhatela

79128952

Date: 2024-10-26 16:18:29
Score: 5.5
Natty: 7
Report link

best way follow this tutorial for middleware pipeline https://www.bacancytechnology.com/blog/implement-middleware-pipeline-in-vuejs

Reasons:
  • Blacklisted phrase (1): this tutorial
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: odion_cloud

79128948

Date: 2024-10-26 16:12:25
Score: 11.5 🚩
Natty: 5.5
Report link

Did you find a fix for this?

Having the same issue.

Thanks

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • RegEx Blacklisted phrase (3): Did you find a fix
  • RegEx Blacklisted phrase (1.5): fix for this?
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): Having the same issue
  • Contains question mark (0.5):
  • Starts with a question (0.5): Did you find a fix for this
  • Low reputation (1):
Posted by: 0bjekt

79128900

Date: 2024-10-26 15:52:20
Score: 4
Natty:
Report link

This relay is not working in windows 11 (if anyone encountered this problem)

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

79128885

Date: 2024-10-26 15:45:19
Score: 5
Natty: 5
Report link

i have a qeustion? what are the numbers on track 2 that fall after the service code? what do they represent and why are they different for each card?

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

79128844

Date: 2024-10-26 15:27:12
Score: 8 🚩
Natty: 5
Report link

could someone help me? when running my script gives this error in the terminal: SyntaxError: Unexpected end of input at ModuleLoader.moduleStrategy (node:internal/modules/esm/translators:152:18) at ModuleLoader.moduleProvider (node:internal/modules/esm/loader:298:14) at async link (node:internal/modules/esm/module_job:67:21)

Anyone who can help me find the error in the script will be very grateful

Reasons:
  • Blacklisted phrase (1): help me
  • RegEx Blacklisted phrase (3): could someone help me
  • RegEx Blacklisted phrase (2): will be very grateful
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: leandro kappeel

79128791

Date: 2024-10-26 14:57:05
Score: 4.5
Natty:
Report link

Sign up with SOHOTOGEL

now and seize your opportunity to hit the jackpot! Experience top-tier service and enjoy the most generous bonus offers in Indonesia!

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

79128789

Date: 2024-10-26 14:56:03
Score: 10.5 🚩
Natty: 5.5
Report link

Actually, they have asked to create calculated column only. Even if you create it as measure, it is still not showing the chart as expected after plotting them. If anyone has completed this, please help me out. I am stuck here.

Reasons:
  • Blacklisted phrase (1): help me
  • RegEx Blacklisted phrase (3): please help me
  • RegEx Blacklisted phrase (1.5): I am stuck
  • RegEx Blacklisted phrase (2): help me out
  • Low length (0.5):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Ayesha Fatima

79128758

Date: 2024-10-26 14:42:58
Score: 6.5 🚩
Natty: 5.5
Report link

May I ask how you get the kurtosis of PCA and ICA?

Reasons:
  • Blacklisted phrase (1): May I ask
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Zhaocheng Yang

79128740

Date: 2024-10-26 14:32:55
Score: 4
Natty: 4
Report link

I found very helpful article about to access Microsoft Outlook emails using Microsoft graph API in Java.

https://medium.com/@nareshdevassist/setup-required-for-office-365-email-integration-and-reading-emails-using-microsoft-graph-api-in-3741e2a5ef80

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

79128731

Date: 2024-10-26 14:25:52
Score: 7 🚩
Natty:
Report link

I'm getting the same error right now; I think it might be a GCP issue.

Reasons:
  • RegEx Blacklisted phrase (1): I'm getting the same error
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): I'm getting the same error
  • Single line (0.5):
  • Low reputation (1):
Posted by: Javier Cabrera

79128728

Date: 2024-10-26 14:24:51
Score: 4
Natty:
Report link

As it turns out, iOS 18.1 fixed this issue.

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

79128702

Date: 2024-10-26 14:16:49
Score: 5.5
Natty: 7
Report link

does anyone know how to get the optimal parameters in frangi filters for blood vessel enhancement? Thanks for the insightful discussion in this thread.

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • RegEx Blacklisted phrase (2): does anyone know
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Hafsa Moontari Ali

79128687

Date: 2024-10-26 14:08:46
Score: 4
Natty:
Report link

Iansipave Www.vimeo.com/461963019

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

79128665

Date: 2024-10-26 13:52:41
Score: 6 🚩
Natty: 4
Report link

I'm facing the same problem

In iOS 16 and iOS 17 I had a .onTapGesture on the parents view, and in the child view one list with items.

That items have a few swipe actions on it.

Now with iOS 18 suddenly stops working.

I already test the solutions provided and anything worked for me

Sometimes, when you swipe a few times on a items the swipe action start to work but this is not the correct way to use it.

Someone with problems in the swipe actions too?

Reasons:
  • Blacklisted phrase (1): m facing the same problem
  • Whitelisted phrase (-1): worked for me
  • No code block (0.5):
  • Me too answer (2.5): I'm facing the same problem
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Jose Antonio Navarro Cantero

79128550

Date: 2024-10-26 12:45:25
Score: 5
Natty:
Report link

One day when I'm dead or compensated for this outrageouse hosting of my internet by 1000's of people I don't know working so hard to make me not get what I want and am entitled to is my privacy!!! I have been stalked for 15 years by these freaks and claimed I'm mentally unwell when these fuckwits know exactly what their doing and knowone cares because they created a reason for people to not care I'm so beside myself but I will win this if it kills me!!

Reasons:
  • Blacklisted phrase (2): fuck
  • RegEx Blacklisted phrase (1): I want
  • No code block (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Thomas David. Sellars

79128455

Date: 2024-10-26 11:55:14
Score: 5
Natty: 5
Report link

I was looking for the same thing. Perhaps distribute your program as a web app - getting round the need to install anything locally?

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

79128414

Date: 2024-10-26 11:35:09
Score: 5.5
Natty: 7
Report link

This will only place Address1 and Address2 on same line in WP admin. Not in Customer Mail and packing slips (that hooks * $this->shipping_address(); * OR * $this->billing_address(); *).

How can I place Address1 and Address2 everywhere on same line?

Thanks a lot!

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Blacklisted phrase (0.5): How can I
  • Low length (0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: André

79128398

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

I just had this problem and solved it by using:

"key" in obj

How do I check if an object has a key in JavaScript?

Reasons:
  • Blacklisted phrase (1): How do I
  • Probably link only (1):
  • Low length (1.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Sharp Franklin

79128301

Date: 2024-10-26 10:25:50
Score: 4
Natty:
Report link

try this package mobile_number

Reasons:
  • Whitelisted phrase (-1): try this
  • Probably link only (1):
  • Low length (2):
  • No code block (0.5):
  • Has no white space (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Sahil Kundaliya

79128282

Date: 2024-10-26 10:18:48
Score: 5
Natty:
Report link

It is a bug in DeepDiff described and fixed here https://github.com/seperman/deepdiff/issues/493

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

79128273

Date: 2024-10-26 10:15:47
Score: 5.5
Natty: 5.5
Report link

VSCode doesn't run python file when i click RUN, instead messing with debugger and visualizing code ?

Reasons:
  • 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: Ando

79128244

Date: 2024-10-26 09:59:41
Score: 7 🚩
Natty: 4.5
Report link

I have the same issue. I opened a new bug. https://github.com/vitest-dev/vscode/issues/513

Reasons:
  • Blacklisted phrase (1): I have the same issue
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): I have the same issue
  • Low reputation (0.5):
Posted by: Nike

79128242

Date: 2024-10-26 09:58:40
Score: 5
Natty:
Report link

I'm Update Vs 2022 to VS Preview version and fixed it enter image description here

Reasons:
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Mohammad Mamaghaniyan

79128204

Date: 2024-10-26 09:29:34
Score: 11
Natty: 7.5
Report link

how did you solve this problem?

Reasons:
  • RegEx Blacklisted phrase (3): did you solve this problem
  • RegEx Blacklisted phrase (1.5): solve this problem?
  • Low length (2):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Starts with a question (0.5): how did you solve this
  • Low reputation (1):
Posted by: Ahmet Taner Atila

79128196

Date: 2024-10-26 09:24:32
Score: 4.5
Natty: 5
Report link

If you're still experiencing this issue, please see https://krypton-suite.github.io/Standard-Toolkit-Online-Help/Source/Help/Output/articles/Support/Designer%20Fix.html

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

79128130

Date: 2024-10-26 08:43:22
Score: 5.5
Natty: 4.5
Report link

enter image description here

and type - npm run dev

Reasons:
  • Blacklisted phrase (1): enter image description here
  • Probably link only (1):
  • Low length (2):
  • No code block (0.5):
  • Low reputation (1):
Posted by: tellsense

79128070

Date: 2024-10-26 08:09:15
Score: 9.5
Natty: 7.5
Report link

I want to know how to restrict transfer in Sui also. What should I do?

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

79127935

Date: 2024-10-26 06:29:54
Score: 4
Natty:
Report link

We achieved this by simply doing prompt engineering. https://docs.llamaindex.ai/en/stable/examples/prompts/prompts_rag/

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

79127913

Date: 2024-10-26 06:03:49
Score: 4
Natty:
Report link

Are you using cpu only? It seems that you need GPU for run models like this

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Amir Shafiei

79127840

Date: 2024-10-26 04:58:36
Score: 4
Natty:
Report link

In my case, i can not access to web https://jitpack.io/com/android/tools/build/gradle/2.3.3/gradle-2.3.3.pom (404 error) so I can not download file, but on other devices can access and download file so can pass error

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

79127808

Date: 2024-10-26 04:14:28
Score: 4
Natty:
Report link

uninstalling sharp is working for me.

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

79127733

Date: 2024-10-26 02:59:14
Score: 4.5
Natty:
Report link

<[]>allow/access=false/deny(y)

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

79127722

Date: 2024-10-26 02:51:12
Score: 4.5
Natty:
Report link

I think I’m having a similar issue with the golang sample. Using the Unix socket results in auth failure and I need to use the first party cloud SQL connector: https://github.com/GoogleCloudPlatform/golang-samples/blob/main/cloudsql/mysql/database-sql/connect_connector.go

In the past Unix socket connections have worked but within the last three or so months it seems to have stopped working.

A work around I found is to login to the DB manually using either the cloud shell or the sql auth proxy https://cloud.google.com/sql/docs/mysql/connect-auth-proxy And then redeploy the app and it seems to connect then.

Reasons:
  • Blacklisted phrase (0.5): I need
  • No code block (0.5):
  • Me too answer (2.5): having a similar issue
  • Low reputation (1):
Posted by: Hulto

79127627

Date: 2024-10-26 01:00:52
Score: 5.5
Natty: 4.5
Report link

Is there any update regarding with this problem? Currently facing this problem too

Reasons:
  • Blacklisted phrase (1): Is there any
  • Low length (1.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): Is there any
  • Low reputation (1):
Posted by: MULIG

79127566

Date: 2024-10-25 23:51:39
Score: 4.5
Natty:
Report link

This is how I use it simply. You might need to check to see or add await and dubg and see where you getting. https://www.youtube.com/watch?v=7_fwNiZL0xY&t=59s

Reasons:
  • Blacklisted phrase (1): youtube.com
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Patrick Boholst

79127530

Date: 2024-10-25 23:16:30
Score: 6 🚩
Natty: 5.5
Report link

These steps fixed this issue for me: https://stackoverflow.com/a/73132952/

Reasons:
  • Blacklisted phrase (1): stackoverflow
  • Probably link only (1):
  • Low length (2):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: amigobrewbrew

79127403

Date: 2024-10-25 21:54:11
Score: 4
Natty:
Report link

Are you trying to listen server method _connection.On<string>("broadcastMessage", (s2) => Getmsg(s2)); before the service started?

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

79127367

Date: 2024-10-25 21:37:05
Score: 6.5 🚩
Natty: 4.5
Report link

@goks Is there any way to get the parser or download it from github the one you created

Reasons:
  • Blacklisted phrase (1): Is there any
  • Low length (1.5):
  • No code block (0.5):
  • User mentioned (1): @goks
  • Single line (0.5):
  • Looks like a comment (1):
  • Low reputation (1):
Posted by: Gnaneswar Reddy Sodini

79127326

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

Can you share the CarListPerStreetWidgetV2 widget? If this widget is a StatefulWidget, you must update that widget in the didUpdateWidget.

For example:

@override
void didUpdateWidget(covariant CarListPerStreetWidgetV2 oldWidget) {
  super.didUpdateWidget(oldWidget);
  if(oldWidget.streetName != widget.streetName) {
    setState(() {});
  }
}
Reasons:
  • RegEx Blacklisted phrase (2.5): Can you share
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): Can you share the
  • Low reputation (1):
Posted by: mysCod3r

79127250

Date: 2024-10-25 20:35:50
Score: 4.5
Natty:
Report link

I just tried decodeUriComponent('%0A') with the replace function and it did not work!

Reasons:
  • Blacklisted phrase (1): did not work
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Dachi Gong

79127218

Date: 2024-10-25 20:21:44
Score: 11.5 🚩
Natty: 6
Report link

How did you resolve this error?

Reasons:
  • RegEx Blacklisted phrase (3): did you resolve this
  • RegEx Blacklisted phrase (1.5): resolve this error?
  • Low length (2):
  • No code block (0.5):
  • Ends in question mark (2):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): How did you
  • Low reputation (1):
Posted by: testgeek

79127091

Date: 2024-10-25 19:35:32
Score: 4
Natty:
Report link

Since fixed width tables break responsive CSS working with conditional CSS is a viable workaround for this age old problem: https://stackoverflow.design/email/base/mso/

Reasons:
  • Blacklisted phrase (1): stackoverflow
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: André

79127047

Date: 2024-10-25 19:19:28
Score: 5.5
Natty:
Report link

MATLAB can be tricky with location of the function. Is the function below your main code?

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

79127041

Date: 2024-10-25 19:15:27
Score: 4
Natty:
Report link

Axeman's comment was correct. Doing x <- nrow(df) worked perfectly.

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

79126860

Date: 2024-10-25 18:10:08
Score: 10
Natty: 7
Report link

In my case I'm getting the error {"error":"invalid data"}. And it's working like on/off switch one request responding invalid data and the another request is responding proper data. Can anyone help to fix this?

Reasons:
  • RegEx Blacklisted phrase (1.5): fix this?
  • RegEx Blacklisted phrase (3): Can anyone help
  • RegEx Blacklisted phrase (1): I'm getting the error
  • Low length (0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Arunagiri

79126850

Date: 2024-10-25 18:07:06
Score: 9 🚩
Natty: 5
Report link

Friends, I tried 1-2 programs with a Programmer (ST-LINK V2) on a Project card with Stm32F100c6, I turned the LED on and off.. Then I started not being able to connect to STM32F? But the blink application I put in it continues to work. So there is no fault. I was programming with Software Reset mode. I was only programming with SWDIO SWCLK GND VCC legs After a lot of adaptation, I was able to connect to STM32F in Core Reset mode by pulling the NRST pin to GND. When I press and hold the Reset button and connect, it connects occasionally but gives an error most of the time.. (Error: No STM32 target found!) How can I get it back to its old state, that is, to the settings that would connect when I said direct connect. (Software Reset) Can you please help me. I need to do some exercise this weekend?

Reasons:
  • Blacklisted phrase (0.5): How can I
  • Blacklisted phrase (1): help me
  • Blacklisted phrase (0.5): I need
  • RegEx Blacklisted phrase (3): Can you please help me
  • Long answer (-0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Looks like a comment (1):
  • Low reputation (1):
Posted by: iPad Air

79126773

Date: 2024-10-25 17:41:58
Score: 7
Natty: 7
Report link

Can I ask what module you used to export .xls file?

Reasons:
  • Blacklisted phrase (1): Can I ask
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Starts with a question (0.5): Can I as
  • Low reputation (1):
Posted by: Wang Xuxin

79126661

Date: 2024-10-25 17:03:45
Score: 8 🚩
Natty: 3
Report link

I am facing the same issue. My attempt to update from 2.16.7 to 3.15.1 using maven framework ended up with this error:

mvn io.quarkus.platform:quarkus-maven-plugin:3.15.1:update -N -Dstream="3.2"

[ERROR] Failed to execute goal io.quarkus.platform:quarkus-maven-plugin:3.15.1:update (default-cli) on project ca-toronto-kogito-ds: Failed to initialize Quarkus extension resolver: Failed to resolve the Quarkus extension registry descriptor of registry.quarkus.io from registry.quarkus.io (https://registry.quarkus.io/maven): Failed to resolve artifact io.quarkus.registry:quarkus-registry-descriptor:json:1.0-SNAPSHOT: The following artifacts could not be resolved: io.quarkus.registry:quarkus-registry-descriptor:json:1.0-SNAPSHOT (absent): Could not transfer artifact io.quarkus.registry:quarkus-registry-descriptor:json:1.0-SNAPSHOT from/to registry.quarkus.io (https://registry.quarkus.io/maven): PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target -> [Help 1] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException

Maven url https://registry.quarkus.io/maven returns an HTTP 404

Can anybody help on this ?

Reasons:
  • RegEx Blacklisted phrase (3): Can anybody help
  • Long answer (-1):
  • No code block (0.5):
  • Me too answer (2.5): I am facing the same issue
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Serge

79126658

Date: 2024-10-25 17:02:44
Score: 5.5
Natty:
Report link

I have same issue right now. I facing with this problem when i deploy app to domain. Instead of taking basepath/xx/liwewi it take only baspath/liwewire/update

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Me too answer (2.5): I have same issue
  • Single line (0.5):
  • Low reputation (1):
Posted by: Devran