79168689

Date: 2024-11-08 03:18:11
Score: 6.5 🚩
Natty:
Report link

Did you check if the Windows Build Support (IL2CPP) module is installed for Unity 2022? enter image description here

Reasons:
  • Probably link only (1):
  • Low length (1.5):
  • 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: Ying Li - MSFT

79168641

Date: 2024-11-08 02:53:03
Score: 11.5 🚩
Natty: 4.5
Report link

Guys i written a code for merging file but i want to re modify it but don't have proper idea can anyone help me?

Sub Master_File()
Dim n As Integer
Dim wb As Integer
Dim master As String
Dim userfile As String
'Dim l_Row As Long
'Dim l_Dist As Long

Application.DisplayAlerts = False
Application.ScreenUpdating = False

master = ThisWorkbook.Name

With Application.FileDialog(msoFileDialogOpen)
                .AllowMultiSelect = True
                .Title = "Locate Your Files"
                .Show
                
            n = .SelectedItems.Count
            
            For wb = 1 To n
            Path = .SelectedItems(wb)
            Workbooks.Open (Path)
            
            userfile = ActiveWorkbook.Name
            
            For Each Sheet In ActiveWorkbook.Worksheets
            If Sheet.Name = "Tracker" Then
            Sheet.Select
            Sheets("Tracker").Select
            Range("a1").Select
            Range(Selection, Selection.End(xlToRight)).Select
            Range(Selection, Selection.End(xlDown)).Select
            Selection.Copy
            'l_Row = Sheets("Tracker").Range("A1048576").End(xlUp).Row
            'This will find the last row of the tracker sheet
            'Range("A2:K" & l_Row).Copy
            'This code will copy all dat from tracker sheet
            Windows(master).Activate
            'This code will activate the master file where we will paste our data
            Sheets("Sheet1").Select
            Range("a1").Select
            'Range("a1048576").Select
            Selection.End(xlDown).Select
            Selection.End(xlDown).Select
            Selection.End(xlUp).Select
            ActiveCell.Offset(1, 0).Select
            
            'l_Dist = Sheets("Sheet1").Range("A1048576").End(xlUp).Row + 1
            'This code will find the next  blank row in the master file
            'Sheets("Sheet1").Range("A" & l_Dist).Select
            'This code will find the last non blank cell in the master file
            Selection.PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks _
            :=False, Transpose:=False
            Range("b1048576").Select
            Selection.End(xlUp).Select
            Selection.End(xlToLeft).Select
            ActiveCell.Offset(1, 0).Select
            Range(Selection, Selection.End(xlDown)).Select
            Range(Selection, Selection.End(xlToRight)).Select
            Selection.Delete
            
            Range("a2").Select
            Selection.AutoFilter
            ActiveSheet.Range("$A$2:$L$41").AutoFilter Field:=1, Criteria1:= _
            "Employee Number"
            ActiveCell.Offset(20, 0).Range("A1").Select
            Range(Selection, Selection.End(xlToRight)).Select
            Range(Selection, Selection.End(xlDown)).Select
            Selection.EntireRow.Delete
            ActiveCell.Offset(-20, 0).Range("A1").Select
            Selection.AutoFilter
            Range("a2").Select
            
            Range(Selection, Selection.End(xlToRight)).Select
            Range(Selection, Selection.End(xlDown)).Select
            Selection.Font.Bold = True
            Selection.Columns.AutoFit
            With Selection
        .HorizontalAlignment = xlCenter
        .VerticalAlignment = xlBottom
        .WrapText = False
        .Orientation = 0
        .AddIndent = False
        .IndentLevel = 0
        .ShrinkToFit = False
        .ReadingOrder = xlContext
        .MergeCells = False
    End With
    ActiveCell.Select
    
            
            Windows(userfile).Close savechanges:=False
            
            End If
        Next Sheet
    Next wb
    
End With

End Sub

In this code i want to edit at here like i want to connect the sheet name from cell A1 like what i write in cell A1 that will be consider as sheet name from other workbooks for find the sheet and then it will find that name from other workbook sheets if i write in cell A1 = Company then it will find Company sheet name from other workbook sheets

**

If Sheet.Name = "Tracker" Then
            Sheet.Select
            Sheets("Tracker").Select
            Range("a1").Select

**

Can anyone help me Please?

Reasons:
  • Blacklisted phrase (1): help me
  • RegEx Blacklisted phrase (3): can anyone help me
  • RegEx Blacklisted phrase (3): Can anyone help me
  • RegEx Blacklisted phrase (1): i want
  • RegEx Blacklisted phrase (2): help me Please
  • Long answer (-1):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Rahul Vishwakarma

79168546

Date: 2024-11-08 01:51:49
Score: 4.5
Natty:
Report link

These are the CSP directives that Stripe.js requires https://docs.stripe.com/security/guide?csp=csp-js#content-security-policy

Can you add them to your integration and try again?

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

79168539

Date: 2024-11-08 01:44:47
Score: 5.5
Natty: 5
Report link

How to make a chat bot though and integrate it like so it doesn’t have a bot tag and can talk to people in dms?

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Starts with a question (0.5): How to
  • Low reputation (1):
Posted by: Fahad

79168526

Date: 2024-11-08 01:29:44
Score: 4
Natty:
Report link

Follow the thread here, I used the one where he add the client attribute to the InnerTube Method and it worked. At least for now ^^'

Reasons:
  • Whitelisted phrase (-1): it worked
  • Probably link only (1):
  • Low length (2):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: kidus abebe

79168469

Date: 2024-11-08 00:35:32
Score: 6 🚩
Natty: 6
Report link

That's great. How would it need to be to work on iterm instead of Terminal?

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

79168429

Date: 2024-11-08 00:10:26
Score: 5.5
Natty:
Report link

Why the Html.Raw calls on all the strings?

I’m looking at it on my phone but I can’t see why that wouldn’t work as just

class=“something @(hasMM ? “Hey” : “”)”

?

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Starts with a question (0.5): Why the
  • Looks like a comment (1):
  • Low reputation (0.5):
Posted by: Steve McNiven-Scott

79168264

Date: 2024-11-07 22:32:05
Score: 5.5
Natty:
Report link

I'm having similar issue and it happens only with Safari, both Firefox and Chrome do not exhibit this behavior. This means, there must be something related to how Safari accesses the YouTube. I think this behavior can be eliminated by unchecking Safari -> Settings -> Privacy -> Hide IP address from trackers.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Me too answer (2.5): I'm having similar issue
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Travis

79168243

Date: 2024-11-07 22:26:03
Score: 13
Natty: 7.5
Report link

Have you found the answer? i have been having the same issue myself of you could help me that would be great thank you.

Reasons:
  • Blacklisted phrase (0.5): thank you
  • Blacklisted phrase (1): help me
  • RegEx Blacklisted phrase (3): you could help me
  • RegEx Blacklisted phrase (2.5): Have you found the answer
  • Low length (1):
  • No code block (0.5):
  • Me too answer (2.5): having the same issue
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: JBRW

79168143

Date: 2024-11-07 21:40:52
Score: 5.5
Natty: 5
Report link

Hola en mi caso el error se producía al intentar recuperar un campo de una tabla cuyo valor = nulo; Saludos

Hello, in my case the error occurred when trying to retrieve a field from a table whose value = null; Best regards

Reasons:
  • Blacklisted phrase (0.5): Best regards
  • Blacklisted phrase (1): regards
  • Blacklisted phrase (1.5): Saludos
  • Low length (0.5):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: xcode

79168117

Date: 2024-11-07 21:28:48
Score: 4
Natty:
Report link

Open AI Studio, go to the Library, select the model, choose "Add API Access," pick the project, and confirm by clicking "Grant Access.

enter image description here

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

79168075

Date: 2024-11-07 21:09:43
Score: 5.5
Natty: 6.5
Report link

What if there will be a NULL values? How do you change the expression to handle NULL?

(DT_DATE)(SUBSTRING([BirthDate], 1, 4) + "-" + SUBSTRING([BirthDate], 5, 2)+ "-" + SUBSTRING([BirthDate], 7, 2))

I tried this one but not working. (ISNULL(availability_start) ? (DT_DBTIMESTAMP)NULL :(DT_DATE)(SUBSTRING([BirthDate], 1, 4) + "-" + SUBSTRING([BirthDate], 5, 2)+ "-" + SUBSTRING([BirthDate], 7, 2))

Reasons:
  • Blacklisted phrase (1): but not working
  • Blacklisted phrase (1): How do you
  • Blacklisted phrase (1): :(
  • No code block (0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): What if the
  • Low reputation (1):
Posted by: Meet Bardoliya

79168012

Date: 2024-11-07 20:43:36
Score: 6 🚩
Natty:
Report link

i have the same setup as you, the only difference is that you ve set the SSH tunnel on the A host, i ve set it on host B. So i want to use the service of B inside A.

But it didnt work to put neither host A or B on the header of request.

i am having the same error as you, having a connection, but empty response, though the handler should clearly return some JSON.

Reasons:
  • RegEx Blacklisted phrase (1): i want
  • RegEx Blacklisted phrase (1): i am having the same error
  • No code block (0.5):
  • Me too answer (2.5): i am having the same error
  • Low reputation (1):
Posted by: satoshi

79167938

Date: 2024-11-07 20:12:28
Score: 7
Natty: 7.5
Report link

how do i make it only sync to my acc like if u see ESMBOT it syncs to ur actual acc how do i do that?

Reasons:
  • Blacklisted phrase (1): how do i
  • Low length (1):
  • 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 do i
  • Low reputation (1):
Posted by: motion

79167910

Date: 2024-11-07 19:57:23
Score: 4
Natty: 4.5
Report link

When will this be added into Azure DevOps Server? It appears this is only for ADO Services.

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): When
  • Low reputation (1):
Posted by: Curtis Gray

79167892

Date: 2024-11-07 19:50:19
Score: 8.5 🚩
Natty: 6
Report link

good day everyone!!! my byblioshine shows such mistakes as below: Error in &&: 'length = 3' in coercion to 'logical(1)' 2: runApp 1: biblioshiny How to solve the issues?

Reasons:
  • Blacklisted phrase (1): good day
  • Blacklisted phrase (1): How to solve
  • RegEx Blacklisted phrase (1.5): How to solve the issues?
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Azamat

79167887

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

I encountered this too.. dont know how to fix

Reasons:
  • RegEx Blacklisted phrase (2): dont know how to fix
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Eskie Sirius Maquilang

79167877

Date: 2024-11-07 19:45:16
Score: 4.5
Natty:
Report link

If I run in Chrome and shrink size of browser I see the hamaburger icon and it does open and close upon onclick. If I inspect in Chrome and render in a mobile device it also behaves correctly. Are you not experiencing that?

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

79167865

Date: 2024-11-07 19:40:13
Score: 9.5 🚩
Natty: 5.5
Report link

have you find any solution I'm facing the same issue

Reasons:
  • Blacklisted phrase (1.5): any solution
  • Blacklisted phrase (2): have you find
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): I'm facing the same issue
  • Single line (0.5):
  • Low reputation (1):
Posted by: Muhammad Saeed

79167774

Date: 2024-11-07 19:10:03
Score: 8.5 🚩
Natty: 4.5
Report link

Were you able to resolve it? I am running into similar issue.

Reasons:
  • RegEx Blacklisted phrase (1.5): resolve it?
  • RegEx Blacklisted phrase (3): Were you able
  • Low length (1.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: SWA PSTG

79167759

Date: 2024-11-07 19:05:59
Score: 6 🚩
Natty: 5.5
Report link

did you know hi means hi? realy cool right?

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Unregistered user (0.5):
  • Starts with a question (0.5): did you
  • Low reputation (1):
Posted by: user28186247

79167720

Date: 2024-11-07 18:49:55
Score: 5
Natty: 5.5
Report link

How can you keep your database secure implementing this on frontend? I mean, you need to implement some busines rules sayng which node each client connected can change, and how it can be changed right?

Let's say that it is not a chat, but a more complicated system, how can we deploy something like this with a realtime communication between clients using Firebase?

Reasons:
  • Blacklisted phrase (1): how can we
  • No code block (0.5):
  • Ends in question mark (2):
  • Starts with a question (0.5): How can you
  • Low reputation (1):
Posted by: Jhoni Carlos

79167647

Date: 2024-11-07 18:24:46
Score: 12 🚩
Natty: 6.5
Report link

This is amazing! @CobyC, I tried using it in a Blazor.Bootstrap Grid, & while the code shows that it shuold be rendered as checked, it is only ever rendered as not checked. Think you could help me out with that?

Reasons:
  • Blacklisted phrase (1): help me
  • RegEx Blacklisted phrase (3): you could help me
  • RegEx Blacklisted phrase (2): help me out
  • Low length (0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • User mentioned (1): @CobyC
  • Single line (0.5):
  • Looks like a comment (1):
  • Low reputation (0.5):
Posted by: Orion

79167624

Date: 2024-11-07 18:16:44
Score: 4.5
Natty:
Report link

I'll give it a try (https://github.com/birdflyi/tst_import). The solution offered by onlynone is feasible and effective for me~

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

79167610

Date: 2024-11-07 18:10:40
Score: 6.5 🚩
Natty:
Report link

We are also having the same problem, all the Integer parameters that we set, when analysing on the dashboard, it shows as "(not set)". However, they do show on the "Events from the last 30 minutes". On that panel it shows the dropdown, and allows me to select the parameter that I want and it shows on the table below. After this, it seems that I lose the data.

Is anyone having this same issue?

Reasons:
  • RegEx Blacklisted phrase (1): I want
  • No code block (0.5):
  • Me too answer (2.5): also having the same problem
  • Ends in question mark (2):
  • Low reputation (0.5):
Posted by: Piltsen

79167575

Date: 2024-11-07 17:58:37
Score: 4
Natty:
Report link

you need to send the changes first

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

79167551

Date: 2024-11-07 17:47:34
Score: 5
Natty:
Report link

i too face similar issue when i was including react-ho-toast in nextjs project. i run this command and added to my package.json successfully.

npm i react-hot-toast --force

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Me too answer (2.5): face similar issue
  • Low reputation (1):
Posted by: shaik ashfaq

79167362

Date: 2024-11-07 16:53:17
Score: 4
Natty: 4
Report link

I am running Ubuntu 22.04.5 LTS (GNU/Linux 5.15.153.1-microsoft-standard-WSL2 x86_64) and your Gdk.Cursor.new_from_name() suggestion totally fixed the problem!

Is this a WSL2 specific thing or something that should be incorporated into the meld baseline?

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Howard Longyear

79167359

Date: 2024-11-07 16:51:16
Score: 4.5
Natty: 6
Report link

if i write this

it makes the dropmenu on my pc but it stops doing in in my mobile or tablet..and when i leave it empty its the oposite....what should i write to have the dropdown menu scrollable in every version??

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: eftychia

79167193

Date: 2024-11-07 15:50:56
Score: 7.5 🚩
Natty: 4.5
Report link

Did you find the solution? It happened the same to me after updating EKS to version 1.31

Reasons:
  • RegEx Blacklisted phrase (3): Did you find the solution
  • 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 find the solution
  • Low reputation (1):
Posted by: Chiara Di Giannantonio

79167190

Date: 2024-11-07 15:49:56
Score: 5
Natty: 5
Report link

es correcto, te lo transforma a tu formato local. un día perdí, y solo coloque esta: "Tu variable".Text = DateTime.Today.ToString("yyyy-MM-dd") y listos. Gracias

Reasons:
  • Blacklisted phrase (2): Gracias
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Segundo Bernal

79167136

Date: 2024-11-07 15:33:49
Score: 7.5 🚩
Natty: 4.5
Report link

I'm actually experiencing the same issue. I am 100% sure that atomic operations inside transaction emits flows. Did you find a solution?? :(( @Transaction annotation, as well with empty @Query("") dont solve the problem...

Reasons:
  • Blacklisted phrase (1): :(
  • RegEx Blacklisted phrase (3): Did you find a solution
  • Low length (0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • User mentioned (1): @Transaction
  • User mentioned (0): @Query
  • Low reputation (1):
Posted by: tomapplause

79167128

Date: 2024-11-07 15:31:45
Score: 6.5 🚩
Natty:
Report link

I am facing an issue with 'signInWithRedirect'. I had an old website and signInWithRedirect was working fine. However, after the authentication process, it shows that the user is not signed in if I try to fetch the user using 'onAuthStateChanged'.

I checked my firebaseConfig and everything is okay. localhost is also added in Authorized domains. I also checked this "https://firebase.google.com/docs/auth/web/redirect-best-practices?hl=en&authuser=0&_gl=1dzwk51_gaMTU2NjQzMDEzOC4xNzI5MDU1MDIw_ga_CW55HF8NVT*MTczMDk5MDcwNy44NS4xLjE3MzA5OTI0MTEuNjAuMC4w#web" and everything seems okay.

As I am running my web app on localhost, I am using option 1 in above mentioned link, I do not know anything about 'continue_uri'. Anybody can help me? I am stuck in this for days. Thanks

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Blacklisted phrase (1): help me
  • RegEx Blacklisted phrase (1.5): I am stuck
  • RegEx Blacklisted phrase (3): Anybody can help me
  • Long answer (-0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
Posted by: WasimSafdar

79167112

Date: 2024-11-07 15:28:44
Score: 4.5
Natty: 4
Report link

@CharlieOliver Because if you include your sensitive data in App.Config, your database may be hacked by hackers. If you put these codes in your source code, your database is secured.

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

79167102

Date: 2024-11-07 15:27:43
Score: 4
Natty: 4.5
Report link

https://laracasts.com/discuss/channels/laravel/error-cors-policy-no-access-control-allow-origin-with-laravel-11

found a solution here, worked for a similar issue

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

79167027

Date: 2024-11-07 15:07:35
Score: 8 🚩
Natty:
Report link

I am facing the same error to implement new tests using Node 20 and the latest Mocha version.

It was working in other Node version? Which one?

Reasons:
  • RegEx Blacklisted phrase (1): I am facing the same error
  • Low length (1):
  • No code block (0.5):
  • Me too answer (2.5): I am facing the same error
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: luisk

79166999

Date: 2024-11-07 15:01:34
Score: 15.5
Natty: 7.5
Report link

i have the same issue, did u find any solution?

Reasons:
  • Blacklisted phrase (1.5): any solution
  • Blacklisted phrase (1): i have the same issue
  • RegEx Blacklisted phrase (3): did u find any solution
  • RegEx Blacklisted phrase (2): any solution?
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): i have the same issue
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Nacho

79166984

Date: 2024-11-07 14:58:31
Score: 11 🚩
Natty: 5.5
Report link

I am facing the exact same problem. Have you been able to solve it?

Reasons:
  • Blacklisted phrase (1.5): Have you been able to
  • RegEx Blacklisted phrase (1.5): solve it?
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): I am facing the exact same problem
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Bruno Guerra

79166936

Date: 2024-11-07 14:43:26
Score: 4
Natty:
Report link

That looks like a bug. I submitted this issue: RSRP-499275 False "Query can return incomplete data for related entities"

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

79166782

Date: 2024-11-07 14:03:16
Score: 4.5
Natty: 6
Report link

I'd like to re-open this topic. I am trying to connect Altium Designer to a Git Design Repository (GitHub) instead of Altium 365 to host my projects. But I can not make it work, is this feature depreciated ? When I follow Jason's instructions, I can not connect to a GitHub hosted repo, no matter HTTP/HTTPS/SVN+SSH. When trying to connect, it says "Path not found" but my path is correct (tried with and without '/' caracter). Any idea ?

Reasons:
  • Blacklisted phrase (1): I am trying to
  • No code block (0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Verda Clement

79166768

Date: 2024-11-07 13:59:12
Score: 6.5 🚩
Natty:
Report link

i also have the same problem too

Reasons:
  • Low length (2):
  • No code block (0.5):
  • Me too answer (2.5): i also have the same problem
  • Single line (0.5):
  • Low reputation (1):
Posted by: ×ĸופרי דרחי

79166736

Date: 2024-11-07 13:52:10
Score: 4.5
Natty:
Report link

I have been dealing with this for the past 3 hours, starting to think it's expo's update error. Please reply with solution if you find any

Reasons:
  • Blacklisted phrase (1.5): Please reply
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Web Pro

79166707

Date: 2024-11-07 13:46:08
Score: 4.5
Natty:
Report link

I have been dealing with this for the past 3 hours, starting to think it's expo's update error. Please reply with solution if you find any

Reasons:
  • Blacklisted phrase (1.5): Please reply
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Web Pro

79166680

Date: 2024-11-07 13:41:04
Score: 9.5 🚩
Natty: 4
Report link

Did you ever find a solution to this? I'm having similar issues with page size/resolution (different behaviour MAUI vs Flutter)

Reasons:
  • RegEx Blacklisted phrase (3): Did you ever find a solution to this
  • Low length (1):
  • No code block (0.5):
  • Me too answer (2.5): I'm having similar issue
  • Contains question mark (0.5):
  • Unregistered user (0.5):
  • Starts with a question (0.5): Did you
  • Low reputation (1):
Posted by: sdr

79166607

Date: 2024-11-07 13:18:59
Score: 4
Natty:
Report link

I am getting the same error when I run "create-react-app"

Installing packages. This might take a couple of minutes.
Installing react, react-dom, and react-scripts with cra-template...

Unknown command: "install$1$1"


Did you mean this?
  npm install # Install a package
To see a list of supported npm commands, run:
  npm help
Reasons:
  • RegEx Blacklisted phrase (1): I am getting the same error
  • Has code block (-0.5):
  • Me too answer (2.5): I am getting the same error
  • Low reputation (1):
Posted by: Rodrigo Castro

79166593

Date: 2024-11-07 13:14:56
Score: 8 🚩
Natty:
Report link

I am in the same position today, first time installing shadcnui vue version and getting the same error but mine is for @vueuse/core. I'm guessing you tried manually installing these packages?

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Me too answer (2.5): getting the same error
  • Ends in question mark (2):
  • Single line (0.5):
  • Looks like a comment (1):
  • Low reputation (1):
Posted by: b_der

79166575

Date: 2024-11-07 13:08:54
Score: 5
Natty:
Report link

The best answer I have seen is from this article, linkhttps://medium.com/@hmtamim/composite-bloc-in-flutter-streamlining-complex-screens-with-multi-bloc-b5d5fbfa3aba. He explains it from cradle to the point where you can make the decision yourself on whether to use Presentation layer or Domain layer.

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

79166560

Date: 2024-11-07 13:05:50
Score: 7 🚩
Natty:
Report link

how did you get the customerId from the session and pass it to the backend. If a customer login to the store I want to run some backend functions with their customerId

Reasons:
  • RegEx Blacklisted phrase (3): did you get the
  • RegEx Blacklisted phrase (1): I want
  • Low length (1):
  • No code block (0.5):
  • Starts with a question (0.5): how did you
  • Low reputation (1):
Posted by: ponmari selvam

79166548

Date: 2024-11-07 13:01:49
Score: 4
Natty:
Report link

I do have a peoblem in download the tile for Africa one degree formating png I want to use it as images content in GUI program in RRI modeling

Reasons:
  • RegEx Blacklisted phrase (1): I want
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Hag Mussa

79166518

Date: 2024-11-07 12:55:47
Score: 5.5
Natty: 5
Report link

Thanks Its worked @Miroslav JeŞík

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Low length (2):
  • No code block (0.5):
  • User mentioned (1): @Miroslav
  • Single line (0.5):
  • Low reputation (1):
Posted by: GowMaha

79166510

Date: 2024-11-07 12:54:44
Score: 6 🚩
Natty: 4
Report link

I have the same problem, the solution of @flipSTAR works for me. if dont works try observe the data or binary camps

Reasons:
  • Blacklisted phrase (1): I have the same problem
  • Whitelisted phrase (-1): works for me
  • Low length (1):
  • No code block (0.5):
  • Me too answer (2.5): I have the same problem
  • User mentioned (1): @flipSTAR
  • Low reputation (1):
Posted by: JoÃŖo Victor S. Matos

79166506

Date: 2024-11-07 12:52:41
Score: 8.5 🚩
Natty: 5.5
Report link

Were you able to set the alerts for the ripster ema clouds?

Reasons:
  • RegEx Blacklisted phrase (3): Were you able
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: user3064213

79166350

Date: 2024-11-07 12:05:29
Score: 14
Natty: 8
Report link

I have the same problem, did you manage to solve it? Thanks

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Blacklisted phrase (1): I have the same problem
  • RegEx Blacklisted phrase (3): did you manage to solve it
  • RegEx Blacklisted phrase (1.5): solve it?
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): I have the same problem
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Felipe Nova

79166348

Date: 2024-11-07 12:04:29
Score: 5
Natty: 5
Report link

assets be within flutter - alignment

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

79166317

Date: 2024-11-07 11:57:24
Score: 6.5 🚩
Natty:
Report link

But how about the tenant? I want to send notification to users when the tenant storage reaches 90%. As of now only global admins receive this. Is there a way thru power automate or any alternative that can help us send notifications for SharePoint tenant storage and not for individual site collections.

Reasons:
  • Blacklisted phrase (1): Is there a way
  • RegEx Blacklisted phrase (1): help us
  • RegEx Blacklisted phrase (1): I want
  • Low length (0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Nitin S

79166289

Date: 2024-11-07 11:49:19
Score: 12 🚩
Natty:
Report link

@actinindia, I am having the same question. I would like to end the phone-call from the server side. But from the docs there doesn't seem to be an event that does this: https://www.twilio.com/docs/voice/media-streams/websocket-messages#send-websocket-messages-to-twilio

Can you share how you did that?

Reasons:
  • RegEx Blacklisted phrase (2.5): Can you share how you
  • Probably link only (1):
  • Low length (0.5):
  • No code block (0.5):
  • Me too answer (2.5): I am having the same question
  • Ends in question mark (2):
  • User mentioned (1): @actinindia
  • Looks like a comment (1):
  • Low reputation (1):
Posted by: Lucasvan

79166152

Date: 2024-11-07 11:11:09
Score: 4.5
Natty:
Report link

Check if you are trying to decode the encoded string or not

Answer here might help

https://stackoverflow.com/a/79160815/16194563

Reasons:
  • Blacklisted phrase (1): stackoverflow
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Ramya Musunuru

79166113

Date: 2024-11-07 11:02:04
Score: 12 🚩
Natty: 5.5
Report link

i face the same issue , do you solved it ?

Reasons:
  • RegEx Blacklisted phrase (1.5): solved it ?
  • RegEx Blacklisted phrase (2.5): do you solved it
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): i face the same issue
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: ayman yasser

79166099

Date: 2024-11-07 10:59:02
Score: 4.5
Natty:
Report link

You can also get the roleIds from the endpoint at https://aps.autodesk.com/en/docs/acc/v1/reference/http/admin-projectsprojectId-users-userId-GET/

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

79166088

Date: 2024-11-07 10:55:01
Score: 4
Natty:
Report link

I recently wrote an article on Medium showing the complete step-by-step configuration and providing the Git repository used in the example.

If you’d like to take a look.

https://medium.com/@lucas.rj.fernandes/spring-security-with-oauth2-and-linkedin-a20874ae7477

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

79166004

Date: 2024-11-07 10:28:55
Score: 4
Natty:
Report link

Think I figured it out myself -- and there is no solution?

enter image description here

Here is a link to the image

Reasons:
  • Whitelisted phrase (-2): I figured it out
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: bigcodeszzer

79165979

Date: 2024-11-07 10:24:51
Score: 6.5 🚩
Natty: 4
Report link

I am facing a similar issue in extracting text content from complex-layout PDFs. The PDFs are not large; each is about 2 to 3 pages.

Thanks to @Davide Fiocco, I was able to find a better solution for my project.

However, I have a few follow-up questions:

The reason I need to use CURL is that I must develop this project with pure JavaScript, without other npm packages like pdfjs-dist, canvas, or openai.

Currently, I am attempting to convert PDFs to images using the PDF.co API and then send the images to OpenAI endpoints using fetch. However, I would prefer a solution that doesn’t require conversion to images. Again, the PDF layout is quite complex.

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Blacklisted phrase (0.5): How can I
  • Blacklisted phrase (0.5): I need
  • Long answer (-0.5):
  • No code block (0.5):
  • Me too answer (2.5): I am facing a similar issue
  • Contains question mark (0.5):
  • User mentioned (1): @Davide
  • Low reputation (1):
Posted by: R_H

79165826

Date: 2024-11-07 09:50:41
Score: 4
Natty:
Report link

Is it possible to pick the field id from another page? The form is at /contact/ and the thank-you page is at /thank-you/

With <?php echo $_POST['email'] ; ?> I get an error:

Warning: Undefined array key "email" in ...
Reasons:
  • Blacklisted phrase (1): Is it possible to
  • RegEx Blacklisted phrase (1): I get an error
  • Low length (0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): Is it
  • Low reputation (1):
Posted by: outoforder

79165813

Date: 2024-11-07 09:45:37
Score: 9 🚩
Natty:
Report link

When I type git remote remove my-repo-name I get the following error:

error: No such remote: 'my-repo-name/'

If anyone could help, I would appreciate it :)

Reasons:
  • Blacklisted phrase (1.5): would appreciate
  • RegEx Blacklisted phrase (3): anyone could help
  • RegEx Blacklisted phrase (1): I get the following error
  • RegEx Blacklisted phrase (0.5): anyone could help
  • Low length (1):
  • No code block (0.5):
  • Starts with a question (0.5): When I
  • Low reputation (1):
Posted by: Adrian Ponze

79165772

Date: 2024-11-07 09:31:31
Score: 8.5 🚩
Natty: 5.5
Report link

Have you found the solution for it? If yes, could you please let me know how you have implemented it?

We are also working on implementing the same. I hope your response will help us.

Reasons:
  • RegEx Blacklisted phrase (2.5): could you please let me know how you
  • RegEx Blacklisted phrase (2.5): Have you found the solution for it
  • RegEx Blacklisted phrase (1): help us
  • Low length (0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Antham

79165766

Date: 2024-11-07 09:29:28
Score: 7 🚩
Natty:
Report link

I did the same and was able to locate the element but i get this null errorException in thread "main" org.openqa.selenium.JavascriptException: javascript error: Cannot read properties of null (reading 'shadowRoot') Can you advise how can i resolve this? I have tried almost every possible way to remove this null error but i am failing. Please advise. thanks below is the code`public static void main(String[] args) throws InterruptedException {

    System.out.println("Hello world!");
    System.setProperty("webdriver.chrome.driver", "chromedriver.exe");

    WebDriver driver = new ChromeDriver();

    WebDriverWait wait = new WebDriverWait(driver, Duration.ofSeconds(10));
    driver.get("https://shop.mercedes-benz.com/en-au/shop/vehicle/srp/demo");

    driver.navigate().to("https://shop.mercedes-benz.com/en-au/shop/vehicle/srp/demo?error=login_required&sort=relevance-demo&assortment=vehicle");
    JavascriptExecutor jse = (JavascriptExecutor) driver;
  //  jse.executeScript("return document.querySelector('cmm-cookie-banner')");

    WebElement agreeBtn = (WebElement) jse.executeScript("return document.querySelector('cmm-cookie-banner').shadowRoot.querySelector('div').querySelector('div').querySelector('cmm-buttons-wrapper').querySelector('wb7-button:nth-of-type(2) ').shadowRoot.querySelector('button.button')");
    driver.manage().timeouts().implicitlyWait(10, TimeUnit.SECONDS);
    jse.executeScript("arguments[0].click();", agreeBtn);
   // agreeBtn.click();
}

} and the output as follow: `"C:\Program Files\Java\jdk-17\bin\java.exe" "-javaagent:C:\Program Files\JetBrains\IntelliJ IDEA Community Edition 2023.2\lib\idea_rt.jar=64488:C:\Program Files\JetBrains\IntelliJ IDEA Community Edition 2023.2\bin" -Dfile.encoding=UTF-8 -classpath D:\mine\learningShadowElement\target\classes;D:\users\se25048.m2\repository\org\seleniumhq\selenium\selenium-java\4.25.0\selenium-java-4.25.0.jar;D:\users\se25048.m2\repository\org\seleniumhq\selenium\selenium-api\4.25.0\selenium-api-4.25.0.jar;D:\users\se25048.m2\repository\org\jspecify\jspecify\1.0.0\jspecify-1.0.0.jar;D:\users\se25048.m2\repository\org\seleniumhq\selenium\selenium-chrome-driver\4.25.0\selenium-chrome-driver-4.25.0.jar;D:\users\se25048.m2\repository\com\google\auto\service\auto-service-annotations\1.1.1\auto-service-annotations-1.1.1.jar;D:\users\se25048.m2\repository\org\seleniumhq\selenium\selenium-chromium-driver\4.25.0\selenium-chromium-driver-4.25.0.jar;D:\users\se25048.m2\repository\org\seleniumhq\selenium\selenium-json\4.25.0\selenium-json-4.25.0.jar;D:\users\se25048.m2\repository\org\seleniumhq\selenium\selenium-manager\4.25.0\selenium-manager-4.25.0.jar;D:\users\se25048.m2\repository\org\seleniumhq\selenium\selenium-devtools-v127\4.25.0\selenium-devtools-v127-4.25.0.jar;D:\users\se25048.m2\repository\org\seleniumhq\selenium\selenium-devtools-v128\4.25.0\selenium-devtools-v128-4.25.0.jar;D:\users\se25048.m2\repository\org\seleniumhq\selenium\selenium-devtools-v129\4.25.0\selenium-devtools-v129-4.25.0.jar;D:\users\se25048.m2\repository\org\seleniumhq\selenium\selenium-devtools-v85\4.25.0\selenium-devtools-v85-4.25.0.jar;D:\users\se25048.m2\repository\org\seleniumhq\selenium\selenium-edge-driver\4.25.0\selenium-edge-driver-4.25.0.jar;D:\users\se25048.m2\repository\org\seleniumhq\selenium\selenium-firefox-driver\4.25.0\selenium-firefox-driver-4.25.0.jar;D:\users\se25048.m2\repository\org\seleniumhq\selenium\selenium-http\4.25.0\selenium-http-4.25.0.jar;D:\users\se25048.m2\repository\dev\failsafe\failsafe\3.3.2\failsafe-3.3.2.jar;D:\users\se25048.m2\repository\org\seleniumhq\selenium\selenium-ie-driver\4.25.0\selenium-ie-driver-4.25.0.jar;D:\users\se25048.m2\repository\org\seleniumhq\selenium\selenium-remote-driver\4.25.0\selenium-remote-driver-4.25.0.jar;D:\users\se25048.m2\repository\com\google\guava\guava\33.3.0-jre\guava-33.3.0-jre.jar;D:\users\se25048.m2\repository\com\google\guava\failureaccess\1.0.2\failureaccess-1.0.2.jar;D:\users\se25048.m2\repository\com\google\guava\listenablefuture\9999.0-empty-to-avoid-conflict-with-guava\listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar;D:\users\se25048.m2\repository\com\google\code\findbugs\jsr305\3.0.2\jsr305-3.0.2.jar;D:\users\se25048.m2\repository\org\checkerframework\checker-qual\3.43.0\checker-qual-3.43.0.jar;D:\users\se25048.m2\repository\com\google\errorprone\error_prone_annotations\2.28.0\error_prone_annotations-2.28.0.jar;D:\users\se25048.m2\repository\com\google\j2objc\j2objc-annotations\3.0.0\j2objc-annotations-3.0.0.jar;D:\users\se25048.m2\repository\io\opentelemetry\semconv\opentelemetry-semconv\1.25.0-alpha\opentelemetry-semconv-1.25.0-alpha.jar;D:\users\se25048.m2\repository\io\opentelemetry\opentelemetry-api\1.42.1\opentelemetry-api-1.42.1.jar;D:\users\se25048.m2\repository\io\opentelemetry\opentelemetry-context\1.42.1\opentelemetry-context-1.42.1.jar;D:\users\se25048.m2\repository\io\opentelemetry\opentelemetry-exporter-logging\1.42.1\opentelemetry-exporter-logging-1.42.1.jar;D:\users\se25048.m2\repository\io\opentelemetry\opentelemetry-sdk-common\1.42.1\opentelemetry-sdk-common-1.42.1.jar;D:\users\se25048.m2\repository\io\opentelemetry\opentelemetry-sdk-extension-autoconfigure-spi\1.42.1\opentelemetry-sdk-extension-autoconfigure-spi-1.42.1.jar;D:\users\se25048.m2\repository\io\opentelemetry\opentelemetry-sdk-extension-autoconfigure\1.42.1\opentelemetry-sdk-extension-autoconfigure-1.42.1.jar;D:\users\se25048.m2\repository\io\opentelemetry\opentelemetry-api-incubator\1.42.1-alpha\opentelemetry-api-incubator-1.42.1-alpha.jar;D:\users\se25048.m2\repository\io\opentelemetry\opentelemetry-sdk-trace\1.42.1\opentelemetry-sdk-trace-1.42.1.jar;D:\users\se25048.m2\repository\io\opentelemetry\opentelemetry-sdk\1.42.1\opentelemetry-sdk-1.42.1.jar;D:\users\se25048.m2\repository\io\opentelemetry\opentelemetry-sdk-metrics\1.42.1\opentelemetry-sdk-metrics-1.42.1.jar;D:\users\se25048.m2\repository\io\opentelemetry\opentelemetry-sdk-logs\1.42.1\opentelemetry-sdk-logs-1.42.1.jar;D:\users\se25048.m2\repository\net\bytebuddy\byte-buddy\1.15.1\byte-buddy-1.15.1.jar;D:\users\se25048.m2\repository\org\seleniumhq\selenium\selenium-os\4.25.0\selenium-os-4.25.0.jar;D:\users\se25048.m2\repository\org\apache\commons\commons-exec\1.4.0\commons-exec-1.4.0.jar;D:\users\se25048.m2\repository\org\seleniumhq\selenium\selenium-safari-driver\4.25.0\selenium-safari-driver-4.25.0.jar;D:\users\se25048.m2\repository\org\seleniumhq\selenium\selenium-support\4.25.0\selenium-support-4.25.0.jar org.example.Main Hello world! Nov 07, 2024 10:10:42 AM org.openqa.selenium.devtools.CdpVersionFinder findNearestMatch WARNING: Unable to find an exact match for CDP version 130, returning the closest version; found: 129; Please update to a Selenium version that supports CDP version 130 Exception in thread "main" org.openqa.selenium.JavascriptException: javascript error: Cannot read properties of null (reading 'shadowRoot') (Session info: chrome=130.0.6723.92) Build info: version: '4.25.0', revision: '8a8aea2337' System info: os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '17.0.8' Driver info: org.openqa.selenium.chrome.ChromeDriver Command: [c1cbdaa97fdd9868ea344de3e49686f8, executeScript {script=return document.querySelector('cmm-cookie-banner').shadowRoot.querySelector('div').querySelector('div').querySelector('cmm-buttons-wrapper').querySelector('wb7-button:nth-of-type(2) ').shadowRoot.querySelector('button.button'), args=[]}] Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 130.0.6723.92, chrome: {chromedriverVersion: 129.0.6668.70 (df87d5cf12b1..., userDataDir: D:\users\se25048\AppData\Lo...}, fedcm:accounts: true, goog:chromeOptions: {debuggerAddress: localhost:64498}, networkConnectionEnabled: false, pageLoadStrategy: normal, platformName: windows, proxy: Proxy(), se:cdp: ws://localhost:64498/devtoo..., se:cdpVersion: 130.0.6723.92, setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:extension:minPinLength: true, webauthn:extension:prf: true, webauthn:virtualAuthenticators: true} Session ID: c1cbdaa97fdd9868ea344de3e49686f8 at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499) at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480) at org.openqa.selenium.remote.ErrorCodec.decode(ErrorCodec.java:167) at org.openqa.selenium.remote.codec.w3c.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:138) at org.openqa.selenium.remote.codec.w3c.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:50) at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:190) at org.openqa.selenium.remote.service.DriverCommandExecutor.invokeExecute(DriverCommandExecutor.java:216) at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:174) at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:545) at org.openqa.selenium.remote.RemoteWebDriver.executeScript(RemoteWebDriver.java:476) at org.example.Main.main(Main.java:31)

Process finished with exit code 1`

Reasons:
  • Blacklisted phrase (0.5): thanks
  • Blacklisted phrase (0.5): how can i
  • RegEx Blacklisted phrase (2.5): Can you advise how
  • RegEx Blacklisted phrase (2.5): Please advise
  • RegEx Blacklisted phrase (1.5): how can i resolve this?
  • Long answer (-1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Gippy C.

79165762

Date: 2024-11-07 09:27:25
Score: 7 🚩
Natty: 5.5
Report link

Is it possible to download such a converter?

Reasons:
  • Blacklisted phrase (1): Is it possible to
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Starts with a question (0.5): Is it
  • Low reputation (1):
Posted by: Arkady Kornienko

79165753

Date: 2024-11-07 09:26:23
Score: 6.5 🚩
Natty:
Report link

I am having similar issues .. was your issue resolved

Reasons:
  • RegEx Blacklisted phrase (0.5): was your issue resolved
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): I am having similar issue
  • Single line (0.5):
  • Low reputation (1):
Posted by: Sourav Singh Tomar

79165713

Date: 2024-11-07 09:14:18
Score: 5.5
Natty:
Report link

Does your tic tac toe board need to physically show up as an output?

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

79165662

Date: 2024-11-07 09:00:15
Score: 5.5
Natty: 4.5
Report link

I think these sections will be loaded into the memory.enter image description here

Reasons:
  • Blacklisted phrase (1): enter image description here
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Chao Liuc

79165657

Date: 2024-11-07 08:59:14
Score: 13
Natty: 7.5
Report link

I have the same problem on railway.app. Locally its working fine. Is there any solution to this?

Reasons:
  • Blacklisted phrase (1): I have the same problem
  • Blacklisted phrase (1.5): any solution
  • Blacklisted phrase (1): Is there any
  • RegEx Blacklisted phrase (2): any solution to this?
  • Low length (1):
  • No code block (0.5):
  • Me too answer (2.5): I have the same problem
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: haayhappen

79165632

Date: 2024-11-07 08:54:11
Score: 9 🚩
Natty: 5.5
Report link

did you find some way of achieving this?

Reasons:
  • RegEx Blacklisted phrase (3): did you find
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Starts with a question (0.5): did you find some
  • Low reputation (1):
Posted by: 105 Mohd. Haaris Amin

79165627

Date: 2024-11-07 08:53:10
Score: 9
Natty: 7.5
Report link

i have this issue too, any solution for this ?

Reasons:
  • Blacklisted phrase (1.5): any solution
  • RegEx Blacklisted phrase (2): any solution for this ?
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Hoang Hai

79165625

Date: 2024-11-07 08:52:08
Score: 11 🚩
Natty: 6
Report link

I have the same issue... And I have never even added any authentication app of what I remember, so I can't log in and they keep charging me.. security by obscurity! Did you find a solution??

Reasons:
  • Blacklisted phrase (1): I have the same issue
  • RegEx Blacklisted phrase (3): Did you find a solution
  • Low length (0.5):
  • No code block (0.5):
  • Me too answer (2.5): I have the same issue
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: YounesEl

79165610

Date: 2024-11-07 08:48:04
Score: 12 🚩
Natty: 6.5
Report link

Did you get any solution? I am facing the same :(

Reasons:
  • Blacklisted phrase (1.5): any solution
  • Blacklisted phrase (1): :(
  • RegEx Blacklisted phrase (3): Did you get any solution
  • RegEx Blacklisted phrase (2): any solution?
  • 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
  • Low reputation (1):
Posted by: Sebastian Archila

79165531

Date: 2024-11-07 08:18:55
Score: 10.5 🚩
Natty:
Report link

I'm facing the same issue. The app has been live for over 7 days, but the status is still pending. Could you help speed up the process?

Reasons:
  • RegEx Blacklisted phrase (3): Could you help
  • Low length (1):
  • No code block (0.5):
  • Me too answer (2.5): I'm facing the same issue
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Muhammad Shahab Mirxa

79165522

Date: 2024-11-07 08:15:53
Score: 4
Natty:
Report link

I was able to create a template with several projects through this link and tutorial on YouTube by the same author. It is recommended to watch this video to customize the project.

Reasons:
  • Blacklisted phrase (1): this link
  • Blacklisted phrase (1): this video
  • Low length (1):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: arman

79165474

Date: 2024-11-07 08:03:48
Score: 11.5 🚩
Natty: 4
Report link

Did you get this fixed?

I am facing a similar issue when trying to setup a GELF input to send windows event viewer logs to GrayLog.

I think i have read somewhere about needing a full chain certificate in the JVM keystore.

Is that what you did?

Reasons:
  • RegEx Blacklisted phrase (3): Did you get this fixed
  • RegEx Blacklisted phrase (1.5): fixed?
  • Low length (0.5):
  • No code block (0.5):
  • Me too answer (2.5): I am facing a similar issue
  • Ends in question mark (2):
  • Starts with a question (0.5): Did you
  • Low reputation (1):
Posted by: Lewis

79165466

Date: 2024-11-07 08:00:47
Score: 5.5
Natty: 5.5
Report link

How did you change so the images folder was used? I am trying to do the same but it seems just charging the images in that folder does not work

Reasons:
  • Blacklisted phrase (1): I am trying to
  • Blacklisted phrase (1): trying to do the same
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): How did you
  • Low reputation (1):
Posted by: Christopher Phillips

79165419

Date: 2024-11-07 07:44:40
Score: 6.5 🚩
Natty: 5.5
Report link

Äą giving the same error. Is there any resolution ?

Reasons:
  • Blacklisted phrase (1): Is there any
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Batuhan AÇIK

79165407

Date: 2024-11-07 07:41:37
Score: 7.5 🚩
Natty:
Report link

no se si llego muy tarde pero la libreria que todo el mundo propone para estas cosas nunca me ha funcionado pero encontre este artículo https://devcodelight.com/publicar-un-tweet-usando-la-api-v2-de-twitter-y-python/ cuyo mÊtodo si me ha funcionado y leyendo la documentaciÃŗn no solo podras publicar un twwet sino que tambien podras hacer replays creeando aasi threads lo malo hay que montar json para cada request espero sirve de ayuda alquien yo tarde 1 aÃąo en que funcionara desde que la api v2 saliera

Reasons:
  • Blacklisted phrase (2): ayuda
  • Blacklisted phrase (2): espero
  • RegEx Blacklisted phrase (2): encontre
  • No code block (0.5):
  • Low reputation (1):
Posted by: Marc Mayol

79165406

Date: 2024-11-07 07:39:36
Score: 4
Natty:
Report link

I am new to linux I tried installing arch Linux on my desktop showed the same error "Failed to connect to bus:no media found " How to fix this issue and complete the installation

Reasons:
  • RegEx Blacklisted phrase (1.5): I am new
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Detox International

79165393

Date: 2024-11-07 07:33:32
Score: 8 🚩
Natty: 5.5
Report link

can you please provide the solution that how I can fix the error as I am getting same error during pushing notification to client device.
I am using capacitor plugin for fcm and getting error Response: { "error": { "code": 400, "message": "The registration token is not a valid FCM registration token", "status": "INVALID_ARGUMENT", "details": [ { "@type": "type.googleapis.com/google.firebase.fcm.v1.FcmError", "errorCode": "INVALID_ARGUMENT" } ] } }

Reasons:
  • RegEx Blacklisted phrase (2.5): can you please provide the solution
  • RegEx Blacklisted phrase (1): I am getting same error
  • No code block (0.5):
  • Me too answer (2.5): I am getting same error
  • Starts with a question (0.5): can you please
  • Low reputation (1):
Posted by: Sapna

79165388

Date: 2024-11-07 07:29:29
Score: 8.5 🚩
Natty:
Report link

We are also facing the same issue. If anyone has a solution, please provide it.

Reasons:
  • RegEx Blacklisted phrase (2.5): please provide
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): also facing the same issue
  • Single line (0.5):
  • Low reputation (1):
Posted by: Milind

79165378

Date: 2024-11-07 07:22:28
Score: 4
Natty:
Report link

When I append the SAS token to the URL, the file gets downloaded instead of opening in the browser. However, I want the file to open directly in the browser (the file type is not PDF).

Reasons:
  • RegEx Blacklisted phrase (1): I want
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): When I
  • Low reputation (1):
Posted by: Toheed Shaikh

79165350

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

Fatihtravelagency Travel agency

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

79165337

Date: 2024-11-07 07:07:22
Score: 8 🚩
Natty: 5
Report link

Even I am also facing the same issue.unable to download anything from the internet.facing issue with connection time out.All the appropirate ports are open and no firwall blocking.

Reasons:
  • Blacklisted phrase (1): I am also facing the same issue
  • RegEx Blacklisted phrase (2): Even I am
  • Low length (0.5):
  • No code block (0.5):
  • Me too answer (2.5): I am also facing the same issue
  • Single line (0.5):
  • Low reputation (1):
Posted by: Kodi Arasan M

79165320

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

Now supported by Terraform : Reference Documentation

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

79165300

Date: 2024-11-07 06:54:17
Score: 4
Natty:
Report link

This may be dependency management and/or IDE issue. I'm regularly seeing similar issues while having many projects open in IntelliJ IDE that have different versions of Java and dependencies. Closing IDE and opening with single project usually resolves this.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Me too answer (2.5): seeing similar issue
  • Low reputation (0.5):
Posted by: Olavi Vaino

79165240

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

āĻŦāĻžāĻ‚āĻ˛āĻžāĻĻā§‡āĻļā§‡āĻ° āĻ•ā§ƒāĻˇāĻŋ āĻŦāĻžāĻ‚āĻ˛āĻžāĻĻā§‡āĻļ āĻ•ā§ƒāĻˇāĻŋāĻĒā§āĻ°āĻ§āĻžāĻ¨ āĻĻā§‡āĻļāĨ¤ āĻāĻĻā§‡āĻļā§‡ āĻļāĻ¤āĻ•āĻ°āĻž ā§­ā§Ģ āĻ­āĻžāĻ— āĻ˛ā§‹āĻ• āĻ—ā§āĻ°āĻžāĻŽā§‡ āĻŦāĻžāĻ¸ āĻ•āĻ°ā§‡āĨ¤ āĻŦāĻžāĻ‚āĻ˛āĻžāĻĻā§‡āĻļā§‡āĻ° āĻ—ā§āĻ°āĻžāĻŽ āĻāĻ˛āĻžāĻ•āĻžā§Ÿ ā§Ģā§¯.ā§Žā§Ē% āĻ˛ā§‹āĻ•ā§‡āĻ° āĻāĻŦāĻ‚ āĻļāĻšāĻ° āĻāĻ˛āĻžāĻ•āĻžā§Ÿ ā§§ā§Ļ.ā§Žā§§% āĻ˛ā§‹āĻ•ā§‡āĻ° āĻ•ā§ƒāĻˇāĻŋāĻ–āĻžāĻŽāĻžāĻ° āĻ°ā§Ÿā§‡āĻ›ā§‡āĨ¤ āĻŽā§‹āĻŸ āĻĻā§‡āĻļāĻœ āĻ‰ā§ŽāĻĒāĻžāĻĻāĻ¨ āĻ¤āĻĨāĻž āĻœāĻŋāĻĄāĻŋāĻĒāĻŋāĻ¤ā§‡ āĻ•ā§ƒāĻˇāĻŋāĻ–āĻžāĻ¤ā§‡āĻ° āĻ…āĻŦāĻĻāĻžāĻ¨ ā§§ā§¯.ā§§% āĻāĻŦāĻ‚ āĻ•ā§ƒāĻˇāĻŋāĻ–āĻžāĻ¤ā§‡āĻ° āĻŽāĻžāĻ§ā§āĻ¯āĻŽā§‡ ā§Ēā§Ž.ā§§% āĻŽāĻžāĻ¨ā§āĻˇā§‡āĻ° āĻ•āĻ°ā§āĻŽāĻ¸āĻ‚āĻ¸ā§āĻĨāĻžāĻ¨ āĻ¤ā§ˆāĻ°āĻŋ āĻšāĻšā§āĻ›ā§‡āĨ¤ āĻ§āĻžāĻ¨,āĻĒāĻžāĻŸ,āĻ¤ā§āĻ˛āĻž,āĻ†āĻ–,āĻĢā§āĻ˛ āĻ“ āĻ°ā§‡āĻļāĻŽāĻ—ā§āĻŸāĻŋāĻ° āĻšāĻžāĻˇāĻ¸āĻš āĻŦāĻžāĻ—āĻžāĻ¨ āĻ¸āĻŽā§āĻĒā§āĻ°āĻ¸āĻžāĻ°āĻŖ,āĻŽāĻžāĻ› āĻšāĻžāĻˇ,āĻ¸āĻŦāĻœāĻŋ, āĻĒāĻļā§āĻ¸āĻŽā§āĻĒāĻĻ āĻ‰āĻ¨ā§āĻ¨ā§ŸāĻ¨, āĻŽāĻžāĻŸāĻŋāĻ° āĻ‰āĻ°ā§āĻŦāĻ°āĻ¤āĻž āĻŦā§ƒāĻĻā§āĻ§āĻŋ,āĻŦā§€āĻœ āĻ‰āĻ¨ā§āĻ¨ā§ŸāĻ¨ āĻ“ āĻŦāĻŋāĻ¤āĻ°āĻŖ āĻ‡āĻ¤ā§āĻ¯āĻžāĻĻāĻŋ āĻŦāĻŋāĻˇā§ŸāĻ¸āĻŽā§‚āĻš āĻ āĻĻā§‡āĻļā§‡āĻ° āĻ•ā§ƒāĻˇāĻŋ āĻŽāĻ¨ā§āĻ¤ā§āĻ°āĻŖāĻžāĻ˛ā§Ÿ āĻ“ āĻ¸āĻ‚āĻļā§āĻ˛āĻŋāĻˇā§āĻŸ āĻŦāĻŋāĻ­āĻžāĻ—āĻ¸āĻŽā§‚āĻšā§‡āĻ° āĻ•āĻ°ā§āĻŽāĻ•āĻžāĻŖā§āĻĄā§‡āĻ° āĻ…āĻ¨ā§āĻ¤āĻ°ā§āĻ­ā§āĻ•ā§āĻ¤āĨ¤ read more

Reasons:
  • No code block (0.5):
  • No latin characters (2.5):
  • Low reputation (1):
Posted by: Ai IDEAS

79165234

Date: 2024-11-07 06:29:09
Score: 6.5 🚩
Natty:
Report link

I don't have enough reputation for posting in the comment section. Also, this may not be what you're looking for, but could you enclose everything in the overridden ExecuteAsync() in a try-catch block that handles this failure?

Maybe StopApplication() could help?

https://learn.microsoft.com/en-us/dotnet/core/extensions/workers#:~:text=hostApplicationLifetime.StopApplication()%3B

How to cancel manually a BackgroundService in ASP.net core

Reasons:
  • RegEx Blacklisted phrase (1.5): I don't have enough reputation
  • Probably link only (1):
  • Low length (0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: chandanbsd

79165098

Date: 2024-11-07 05:18:53
Score: 4
Natty:
Report link

In this case just clear cached data of browser.

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

79165093

Date: 2024-11-07 05:16:50
Score: 6 🚩
Natty: 5
Report link

are you able to solve it? I have created a ticket on Upwork regarding this. If you were able to find the solutions let me know.

Thanks.

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Blacklisted phrase (1): you able to solve
  • RegEx Blacklisted phrase (1.5): solve it?
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Waqas Yousaf

79165087

Date: 2024-11-07 05:14:49
Score: 4
Natty:
Report link

I find the error, it must using StatefulSet when deploying jenkins on kubernetes.

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

79165082

Date: 2024-11-07 05:11:49
Score: 5.5
Natty:
Report link

Thank Ravinder for your response.. I am use this code but It's gives on url bar

cricf.com/cricket-article.php?cardid=3730

When I do some changes like below It gives on url bar

cricf.com/cricket-article/cardid/3730/

But with page not found 404 error

RewriteEngine on RewriteCond %{THE_REQUEST} /cricket-article.php?cardid=([^\s&]+) [NC]

RewriteRule ^ cricket-article/cardid/%1? [R=302,L]

RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^cricket-article/cardid/([^/]+)/?$ cricket-article.php?cardid=$1 [L,QSA,NC]

Any Suggestions..?

Reasons:
  • RegEx Blacklisted phrase (2): Any Suggestions
  • Long answer (-0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Wasim Saiyed

79165076

Date: 2024-11-07 05:09:48
Score: 10.5
Natty: 7.5
Report link

Im facing the same issue, have you found the solution for this?

Reasons:
  • RegEx Blacklisted phrase (2.5): have you found the solution for this
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): facing the same issue
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Jonas

79165046

Date: 2024-11-07 04:49:44
Score: 5
Natty:
Report link

enter image description here

Police arrest -selling and making fake notes gang

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

79164965

Date: 2024-11-07 03:55:33
Score: 8.5
Natty: 7.5
Report link

Have you found the solution for this?

Reasons:
  • RegEx Blacklisted phrase (2.5): Have you found the solution for this
  • Low length (2):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Jonas

79164922

Date: 2024-11-07 03:25:25
Score: 4
Natty:
Report link

awesome You need to change č¨­åŽšãŽãƒĸãƒŧド:上į´šč€…

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

79164883

Date: 2024-11-07 03:01:19
Score: 4
Natty:
Report link

Because {% load static %} will not work for email template, Use the below format

https://www.your-domain.com/static/path_to_image/image_file_name.extension

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