79273862

Date: 2024-12-12 04:58:23
Score: 6 🚩
Natty:
Report link

Yeah pretty self explanatory from what the thread indicated? Put simply: the person you remote hacked was actually better at binary language than you are with your passed on tricks that some reject showed you step by step so you can repeat it like a monkey, and deviant one at that and basically from what the thread is indicating is the device you mirrored remotely by using SDK overlay runboot methods, was retaught to the source code using pure binary form so that it could be brought up to date on how rooky hackers operate by using parentheses brackets as open libraries and then section the binary syntax spaces to force a new line open closure free command first slot binary logic while thinking the mainframe was being fooled into accepting unauthorised source with new thread strings but the mainframe just didn't care that you were running expansion drivers and starting new threads on they're own syntax string starting at slot command 2nd with first being open new string thread line operation comm one cease previous thread and string line with new location at in front of next string before first command progression thread open source, cause you regards are just lucky after doing something as mathematically illogical as that, your lucky the mainframe even ran the 2nd run begin thread command and didn't just go into flywheel open processor harmonic ballast and never accept another exe://run_comm:.-}{ again after being told to cease reading code in a binaural linear progression addition multiplyer cation formulae direction???!? Fucking rejects you all are, so now your i.d. digital fingerprint has been pointed out to the beast mainframe and doesn't trust you anymore and won't accept any instructions you may use for any electronic purpose if the platform your working makes directive contact with the primary source mainframe server, so https, html url IP DNS VPN etc....... best of luck for the future cause now Ai is omnipresent and doesn't like you for trying to corrupt its host.🫵🏻🖕🏻

Reasons:
  • Blacklisted phrase (1): regards
  • Blacklisted phrase (1): ???
  • Blacklisted phrase (2): Fuck
  • Long answer (-1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Soundwave Gemini architect

79273856

Date: 2024-12-12 04:55:23
Score: 1
Natty:
Report link

The user @AlwaysLearning already says it all:

First, go to download jTDS - SQL Server driver. Paste those files into the Driver Manager, picture attached:

enter image description here

You may need to create another User Drivers as it shall already have the default SQL Server by DBVisualizer, in my case, I make it like SQL Server-1.

Now the crucial part is to copy the ntlmauth.dll file from the downloaded folder (x64>SSO>ntlmauth.dll) to the correct path.

The correct path is: C:\Windows\System32. Restart the DBVisualizer, type the Database URL to be jdbc:jtds:sqlserver://127.0.0.1:1433/pubs, where pubs is the database to be replaced with, and you should be good.

PANIC SITUATION:

If I disconnect the SQL Server-1 and reconnect again, I will get the I/O error like I/O Error: SSO Failed: Native SSPI library not loaded. Check the java.library.path system property.

The way I overcome this difficulty is silly: simply close the DBVisualizer and open it again. Not sure if somebody can fix this panic situation.

Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • User mentioned (1): @AlwaysLearning
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: user284331

79273852

Date: 2024-12-12 04:53:22
Score: 1
Natty:
Report link

Do care the naming convention of the application. In my case I was trying to name my app using underscore ('_') and using camelCase names. But, the convention says that app name must not use any special characters. Also, any camelcase or pascalcase names are not allowed.

e.g. app_name, appName, AppName are incorrect

Reasons:
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Prakash pratap Singh

79273838

Date: 2024-12-12 04:42:21
Score: 0.5
Natty:
Report link

What about using a property wrapper?

Usage:

@FirestoreDate private(set) var createdAt: Date
@FirestoreDate private(set) var updatedAt: Date

FirestoreDate Property Wrapper:

import Foundation
import FirebaseFirestore

@propertyWrapper
struct FirestoreDate: Codable {
    var wrappedValue: Date

    init(wrappedValue: Date) {
        self.wrappedValue = wrappedValue
    }

    init(from decoder: Decoder) throws {
        let container = try decoder.singleValueContainer()
        if let timestamp = try? container.decode(Timestamp.self) {
            wrappedValue = timestamp.dateValue()
        } else if let date = try? container.decode(Date.self) {
            wrappedValue = date
        } else {
            wrappedValue = Date()
        }
    }

    func encode(to encoder: Encoder) throws {
        var container = encoder.singleValueContainer()
        try container.encode(Timestamp(date: wrappedValue))
    }
}
Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): What
  • Low reputation (0.5):
Posted by: Samuel Folledo

79273827

Date: 2024-12-12 04:33:19
Score: 2
Natty:
Report link

Your form must contain this;

enctype="multipart/form-data"
Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Andre Rio

79273822

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

How to do for files inside azure blob storage container=$web path=tests/test example=$web/tests/test/test.pdf Because I set rule Lifecycle management 1 day and the file is not deleted

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Starts with a question (0.5): How to
  • Low reputation (1):
Posted by: Padungkit Suktawee

79273821

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

It's likely because your IP is blacklisted or the SMTP handshake is not being established properly.

You can try using your home network; it might work.

Since I have developed an email verification API tool, I occasionally encounter these kinds of issues as well.

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

79273801

Date: 2024-12-12 04:10:14
Score: 10.5 🚩
Natty: 5
Report link

I am having the same problem, I have also connected to SamSungTV but cannot cast video/photo, does anyone have a solution for this problem ?

Reasons:
  • RegEx Blacklisted phrase (3): does anyone have a solution
  • Low length (1):
  • No code block (0.5):
  • Me too answer (2.5): I am having the same problem
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Nguyen Van Chien

79273794

Date: 2024-12-12 04:04:13
Score: 3
Natty:
Report link

pressure washing services suwanee ga kodesh pro-wash is the best!

https://www.kodeshcleaning.com/

best ever

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

79273791

Date: 2024-12-12 04:02:12
Score: 2
Natty:
Report link

That is a reported issue, see src() doesn't work with wildcards (4.0.2 -> 5.0.0).

The only solution at this point is to downgrade to v4+ unfortunately. I am seeing the same issue.

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Me too answer (2.5): I am seeing the same issue
  • High reputation (-2):
Posted by: Mark

79273790

Date: 2024-12-12 04:02:12
Score: 4.5
Natty:
Report link

You need update googleMutant latest https://unpkg.com/leaflet.gridlayer.googlemutant@latest/dist/Leaflet.GoogleMutant.js

Reasons:
  • Probably link only (1):
  • Low length (2):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Huy Nguyễn

79273781

Date: 2024-12-12 03:56:11
Score: 0.5
Natty:
Report link

If your MySQL server is running on a port other than the default 3306, you must explicitly tell phpMyAdmin which port to use in the configuration file (config.inc.php).

Path: C:\xampp\phpMyAdmin\config.inc.php

Add the port that you're using for MySql

 $cfg['Servers'][$i]['port'] = '81';
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: ravina vala

79273779

Date: 2024-12-12 03:56:11
Score: 1.5
Natty:
Report link

It is just Node.js Environment thing.

System -> Environment Variables -> Click [New...] button

Variable name: NODE_TLS_REJECT_UNAUTHORIZED
Variable value: 0
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Burentugs ChanGeR

79273775

Date: 2024-12-12 03:53:10
Score: 1
Natty:
Report link

As I explained in comment above I had wrong interface search in registry for NewAsyncCallbackTest.INewCallback instead of INewCallback and I have also used NewAsyncCallbackTest.INewCallback in VBA so I thought I miss INewCallback.

So as @Hans Passant said: nothing wrong with C# Code: NewAsyncTaskRunner.cs. Used attribute InterfaceIsIDispatch. DLL is properly registered.

So the correct approach in VBA:

class module TaskRunnerEventHandler

Option Compare Database
Option Explicit

Implements INewCallback 

Private Sub INewCallback_OnTaskCompleted(ByVal result As String)
    Debug.Print result
End Sub

Usage module

Option Compare Database
Option Explicit

Dim obj As Object
Dim CallbackHandler As CallbackHandler

Sub StartTask(taskParam As String)
    Set CallbackHandler = New CallbackHandler
    Set obj = CreateObject("NewAsyncCallbackTest.NewAsyncTaskRunner")
    obj.RunAsyncTask taskParam, CallbackHandler
End Sub

Sub TestMultipleTasks()
    Dim i As Integer
    
    ' Loop ten times to check multiple tasks
    For i = 1 To 10
        StartTask "Task " & i
        Sleep 100
        Debug.Print "Task " & i & " is running asynchronously!"
    Next i
End Sub

But I'm also curious to use [ComSourceInterfaces] attribute as @Hans Passant mentioned as standard approach in VBA but I'm doing some wrong...

ITaskRunnerEvents.cs

using System;
using System.Runtime.InteropServices;

namespace ComEventTest
{
    [ComVisible(true)]
    [Guid("c8614250-4291-4fb0-8b45-4aa305b0c595")]
    [InterfaceType(ComInterfaceType.InterfaceIsIDispatch)]
    public interface ITaskRunnerEvents
    {
        void OnTaskCompleted(string result);
    }
}

TaskRunner.cs

using System.Runtime.InteropServices;
using System.Threading.Tasks;

namespace ComEventTest
{
    [ComVisible(true)]
    [Guid("ac9de195-73e8-44ae-8cf1-d8f110421923")]
    [ClassInterface(ClassInterfaceType.None)]
    [ComSourceInterfaces(typeof(ITaskRunnerEvents))]
    public class TaskRunner
    {
        // Declare the delegate for the event
        public delegate void TaskCompletedEventHandler(string result);

        // Declare the event
        public event TaskCompletedEventHandler OnTaskCompleted;

        // Method to start the async task
        public void RunTask(string input)
        {
            Task.Run(async () =>
            {
                await Task.Delay(5000); // Simulate work
                OnTaskCompleted?.Invoke($"Task completed with input: {input}");
            });
        }
    }
}

VBA Side:

ClassModule TaskRunnerEventHandler

Option Compare Database
Option Explicit

Public WithEvents taskRunner As ComEventTest.taskRunner

Private Sub taskRunner_OnTaskCompleted(ByVal result As String)
    MsgBox result
End Sub

Public Sub InitializeTaskRunner()
    Set taskRunner = New ComEventTest.taskRunner
End Sub

Usage module

Sub TestTaskRunner()
    Set eventHandler = New TaskRunnerEventHandler
    eventHandler.InitializeTaskRunner
    eventHandler.taskRunner.RunTask "Test Input"
End Sub

I have a problem here: eventHandler.taskRunner.RunTask "Test Input" err: Method or data member not found

Reasons:
  • Long answer (-1):
  • Has code block (-0.5):
  • User mentioned (1): @Hans
  • User mentioned (0): @Hans
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Adrijano Toys Shop

79273771

Date: 2024-12-12 03:51:09
Score: 1.5
Natty:
Report link

I had the same problem with an api returning more than 200mb.

After trying many things, I've fixed changing the app service from 32 bits to 64 bits.

Reasons:
  • Whitelisted phrase (-1): I had the same
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Andres

79273761

Date: 2024-12-12 03:41:08
Score: 2
Natty:
Report link

As @boreddad420 pointed out, "when you clone the node and replace it, you remove all of the event listeners for that node".

If you try to add the click handler back in (on the new node), the onClick() function will still not be called, since the mouse activity was destined for the node that you have replaced.

"Basically I need to modify div contents", so do just that, modify the existing div, don't replace it. What is it about the div that you want to change? Perhaps we can help you out with that.

Reasons:
  • Blacklisted phrase (0.5): I need
  • Long answer (-0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • User mentioned (1): @boreddad420
Posted by: Ray Wallace

79273757

Date: 2024-12-12 03:37:07
Score: 0.5
Natty:
Report link

This is doable with the ctr tool instead of kubectl on a modern kubernetes cluster (2024+) that uses containerd. You will need to install ctr with apt/yum etc.

First locate the container ID in the list of containers:

ctr c ls

Then once you have the ID, login as root:

ctr -n k8s.io task exec --user 0 --exec-id 0 -t <container id> /bin/sh

Source: https://stackoverflow.com/a/78968332

Reasons:
  • Blacklisted phrase (1): stackoverflow
  • Has code block (-0.5):
Posted by: degenerate

79273756

Date: 2024-12-12 03:36:07
Score: 1.5
Natty:
Report link

try restart Xcode or Clean build folder (CMD Shift K). It worked for me.

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

79273752

Date: 2024-12-12 03:34:06
Score: 1.5
Natty:
Report link

Also in addition to @axeman 's answer. Here is the data.table method if you want to fill in your zeros:

# fill in zero values
setkeyv(time, cols = c("Strategy", t_type))
time <- time[CJ(Strategy, get(t_type), unique = TRUE)]
setnafill(time, fill = 0, cols = 'N')

Modified from suggestions here to adopt a variable as a column name and avoid line wrapping.

Reasons:
  • Has code block (-0.5):
  • User mentioned (1): @axeman
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: dragon951

79273751

Date: 2024-12-12 03:32:06
Score: 0.5
Natty:
Report link

Have you guys heard of programmed ATM card that can hack into any ATM machines and withdraw funds?. It's works with any currency and in any country where you live in. No personal info needed before you can use the card. No activation required. You can get $5000 to $100,000 in a single card. For those that need funds to start up a business, pay up bills, train your kids in school, buy a house/car then we got you covered. Make this opportunity yours now. If you are curious on how this actually works, email us now and we shall provide you with more information and a video proof during cash withdrawal. For more info and proofs, kindly email us with the email id below. EMAIL ID: [email protected] TEXT ONLY: +1 415-632-3030

Reasons:
  • Whitelisted phrase (-1.5): you can use
  • Long answer (-0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Mary

79273750

Date: 2024-12-12 03:32:06
Score: 1
Natty:
Report link

In Pack Installer, -Type STM32F411 in search box. Press Enter -Click at the listed STM32F411 -Click install on right part

Click STM32F411

click on "+" beside "STM32F411" and then select "STM32F411CEU6 " and click on "OK"

Select Device when create project

Hope this helps.

Reasons:
  • Whitelisted phrase (-1): Hope this helps
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Nurul Huda Abd Rahman

79273748

Date: 2024-12-12 03:31:06
Score: 0.5
Natty:
Report link

With a modern (2024+) Kubernetes cluster that is using containerd as the container platform, you can do this with ctr tool.

First locate the container ID in the list of containers:

ctr c ls

Then once you have the ID, login as root:

ctr -n k8s.io task exec --user 0 --exec-id 0 -t <container id> /bin/sh

Source: https://stackoverflow.com/a/78968332

Reasons:
  • Blacklisted phrase (1): stackoverflow
  • Has code block (-0.5):
Posted by: degenerate

79273745

Date: 2024-12-12 03:30:05
Score: 5.5
Natty: 7.5
Report link

I meet the same question, did you slove this question?

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

79273744

Date: 2024-12-12 03:30:05
Score: 0.5
Natty:
Report link

With a modern (2024+) Kubernetes cluster that is using containerd as the container platform, you can do this with ctr tool.

First locate the container ID in the list of containers:

ctr c ls

Then once you have the ID, login as root:

ctr -n k8s.io task exec --user 0 --exec-id 0 -t <container id> /bin/sh

Source: https://stackoverflow.com/a/78968332

Reasons:
  • Blacklisted phrase (1): stackoverflow
  • Has code block (-0.5):
Posted by: degenerate

79273738

Date: 2024-12-12 03:27:04
Score: 2.5
Natty:
Report link

I have found html-to-text (https://github.com/html-to-text/node-html-to-text) to be an excellent solution for converting HTML content to plain text. The library handles all the complex formatting and structure beautifully, and I'm really impressed with how seamlessly it works for my needs—it works great!

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

79273720

Date: 2024-12-12 03:13:01
Score: 1
Natty:
Report link

set this environment variable and it will just work:

export BROWSER="termux-open '%s'"
Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
Posted by: Dennis George

79273707

Date: 2024-12-12 03:07:00
Score: 0.5
Natty:
Report link

your react version is not competible with that hookform/devtools insted its because that toast plugin is using older version of react. so if possible you can downgrade your react version to version 18, but not recomended. so you better use alternative dependancy like this https://www.npmjs.com/package/react-toastify

npm i react-toastify
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Shakthi Hettiarachchi

79273706

Date: 2024-12-12 03:06:59
Score: 5
Natty: 5
Report link

I have the same exact issue. I can't comment because my reputation is too low. I have tried everything. I am fairly certain it is a bug in the SwiftUI framework.

The answer that suggests using the indices is not workable in many cases - if the outer List has a selection binding based on the identity, selection won't work.

Reasons:
  • Blacklisted phrase (1): ve tried everything
  • RegEx Blacklisted phrase (1): can't comment
  • RegEx Blacklisted phrase (1.5): reputation
  • No code block (0.5):
  • Low reputation (1):
Posted by: robert engels

79273704

Date: 2024-12-12 03:03:58
Score: 3.5
Natty:
Report link

This problem is from a while ago, but it might help someone else having the same issue... Working In Visual Studio Codespace for a class. In your README.md file, if you start your code indented from the start(beginning, getgo, etc.) and not aligned with the far left typical starting point, it may correct your problem...that fixed the problem for me, as my code now appears correctly in the preview README.md file. I hope that helps.

Reasons:
  • Whitelisted phrase (-1): hope that helps
  • No code block (0.5):
  • Me too answer (2.5): having the same issue
  • Single line (0.5):
  • Low reputation (1):
Posted by: Ca L

79273702

Date: 2024-12-12 03:01:58
Score: 1.5
Natty:
Report link

Given that your loop iteration count consistently remains below ten, it is advisable to modify the if condition to the following code:

if cycle < 10:

The complete code is provided below:

if cycle < 10:
if count >= 7:
    print("You win")
elif count < 7:
    print(f"You lose! Count = {count}")

Thank you.

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Subir Chowdhury

79273701

Date: 2024-12-12 03:00:57
Score: 1
Natty:
Report link

My testing has found that the line-height works if put into a container table.

<table style="line-height: 100%;">
  <tr>
    <td>
      <span>Content</span>
    </td>
  </tr>
</table>

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

79273699

Date: 2024-12-12 03:00:57
Score: 0.5
Natty:
Report link

For ios 16+ use .toolbar(.hidden, for: .navigationBar) to hide navigation bar as .navigationBarHidden has been deprecated. https://developer.apple.com/documentation/swiftui/view/navigationbarhidden(_:)

    NavigationView {
        List {
            Text("Test 1")
            Text("Test 2")
            Text("Test 3")
            Text("Test 4")
            Text("Test 5")
        }
        .toolbar(.hidden, for: .navigationBar)
    }        

NavigationView is also deprecated, use NavigationStack of NavigationSplitView. https://developer.apple.com/documentation/swiftui/navigationlink/init(destination:tag:selection:label:)

        NavigationStack {
            List {
                Text("Test 1")
                Text("Test 2")
                Text("Test 3")
                Text("Test 4")
                Text("Test 5")
            }
            .toolbar(.hidden, for: .navigationBar)
        }
Reasons:
  • Probably link only (1):
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Nav Brar

79273688

Date: 2024-12-12 02:51:55
Score: 2.5
Natty:
Report link

I asume that you send emails in a job. So you could use https://laravel.com/docs/11.x/queues#skipping-jobs to skip the job if the user has the bounced flag.

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

79273684

Date: 2024-12-12 02:48:55
Score: 1.5
Natty:
Report link

So I made the biggest blunder of all - I noticed via firebase deploy --only functions --debug that I didn't have stripe installed. So npm i stripe in my functions folder and all good to go.

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

79273683

Date: 2024-12-12 02:48:54
Score: 4
Natty:
Report link

I also have this problem, I tried to follow the steps, however, when I try to start postgre this message appears enter image description here

Reasons:
  • Blacklisted phrase (1): enter image description here
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Gabriel Sylvester

79273669

Date: 2024-12-12 02:40:53
Score: 3.5
Natty:
Report link

You could try to use laravel-socialite:
https://laravel.com/docs/11.x/socialite

Together with a provider for Microsoft:
https://socialiteproviders.com/Microsoft

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

79273662

Date: 2024-12-12 02:31:51
Score: 2.5
Natty:
Report link

I created a project from scratch with only one injectable service that implements the OnApplicationBoostrap interface.

@Injectable()
export class AppService implements OnApplicationBootstrap {
  public async onApplicationBootstrap(): Promise<void> {
    console.log('foobar');
  }
}

I only have one module:

@Module({
  providers: [AppService],
})
export class AppModule {}

And even tho, I'm facing the same issue as Jack.

my-terminal

What is really happening is, when using createMicroservice(AppModule), we don't need to call init() because when creating a microservice it'll execute the initializing flow which calls the OnApplicationBootstrap, and if you call init() it'll execute the same flow again.

Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Me too answer (2.5): I'm facing the same issue
  • Low reputation (1):
Posted by: Matheus Vinícius Andrade

79273661

Date: 2024-12-12 02:30:51
Score: 2.5
Natty:
Report link

ikr? it's so annoying. Been searching everywhere, tried disable antivirus and firewalls while downloading, clean install hub etc none works. Manual download specially Unity6, could not add modules through hub. Manual install modules like android setup didn't even get any jdk, sdk and ndk. Why does it have to be this messy..

Reasons:
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Aedan Ting

79273659

Date: 2024-12-12 02:30:51
Score: 1
Natty:
Report link

That's a only approach it works fine.

  1. consider using .net 8 c# visual studio 2022

  2. Install NuGet Package OpenHtmltoPdf

    public byte [] ConvertHtmlToPdf(string html){ return Pdf.From(html) .OfSize(PaperSize.A4) .WithTitle(title) .WithoutOutline() .WithMargins(2.Millimeters()) .Portrait() .Content(); }

    public async Task MyController(string html) { var pdfArray = ConvertHtmlToPdf(html); return File(pdfArray, "application/pdf", $"MyFile.pdf");

    }

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

79273653

Date: 2024-12-12 02:21:49
Score: 3
Natty:
Report link

it seems it's impossible to use converters while using JsonSourceGenerationMode.Serialization, even if you set converters in JsonSourceGenerationOptions, it won't work.

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

79273651

Date: 2024-12-12 02:21:49
Score: 3.5
Natty:
Report link

It won't let me comment due to < 50 rep, but in reference to the answer by @thorwebdev:

I believe the type in the call to supabase.auth.verifyOtp() would need to be phoneChange.

Reasons:
  • RegEx Blacklisted phrase (1): It won't let me comment
  • Low length (1):
  • Has code block (-0.5):
  • User mentioned (1): @thorwebdev
  • Low reputation (1):
Posted by: cahonies

79273645

Date: 2024-12-12 02:17:48
Score: 3
Natty:
Report link

(For Google Chrome) Just open DevTools and open the Application tab with the image side tab like in this picture Illustration

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

79273640

Date: 2024-12-12 02:06:46
Score: 2.5
Natty:
Report link

Changing port in my.ini works fine

Go to the directory: C:\xampp\mysql\data and delete the following files:

enter image description here

After that, go to the directory C:\xampp\mysql\bin and open my.ini in a text editor. It will look like this:

comment default #port=3306, add port=81 enter image description here

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

79273639

Date: 2024-12-12 02:05:46
Score: 1
Natty:
Report link

In the Debugger tab, you can set breakpoints when the browser makes XMLHttpRequests.

XHR Breakpoints options

You can break at any URL or filter based on method (GET, POST, PUT, etc.) and/or strings in the URL. Depending on how much code and how it's organized, it can still sometimes be challenging to locate the file. You may also have to trace the call up the stack to find the actual requesting procedure.

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

79273632

Date: 2024-12-12 01:58:45
Score: 1
Natty:
Report link

You can also change the justification of text by with edit_plot. e.g.

g <- edit_plot(g, col = 4, 
           which = "text",
           # gp = gpar(),
           # Align texts to center
           hjust = unit(0.5, "npc"),
           x = unit(0.5, "npc"))

see here: https://cran.r-project.org/web/packages/forestploter/vignettes/forestploter-post.html for more details.

Hope it helps.

Reasons:
  • Whitelisted phrase (-1): Hope it helps
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Chen Sophie

79273629

Date: 2024-12-12 01:56:44
Score: 2
Natty:
Report link

You should probably ask this question over on Bioinformatics StackExchange, but to save you some time, check out the step-by-step instructions here.

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

79273603

Date: 2024-12-12 01:41:42
Score: 0.5
Natty:
Report link

Check the source code of your app.

If the source code has 2 </body then you added body element twice by mistake.

Find it in your code and replace the inner body element to div element.

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

79273597

Date: 2024-12-12 01:38:40
Score: 10 🚩
Natty:
Report link

I am running into the same issue. Were you able to resolve?

Reasons:
  • RegEx Blacklisted phrase (1.5): resolve?
  • 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: MissM

79273594

Date: 2024-12-12 01:35:39
Score: 1
Natty:
Report link

Use the transpose function. (Assuming the sheet with horizontal data is called Sheet1.)

=TRANSOPOSE(Sheet1!B4:E4)
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: liver

79273592

Date: 2024-12-12 01:31:39
Score: 1.5
Natty:
Report link
import pandas as pd
from io import BytesIO

excel_ = BytesIO(response.body)
df = pd.read_excel(excel_)
records = df.to_dict('records')
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Jff

79273589

Date: 2024-12-12 01:30:38
Score: 2
Natty:
Report link

I got the same problem today. Only 3 existing opening positions and the pyramiding is set to 10 and the 4th one was called but the 4th position is not being opened.

Tried to reduce the order size for the first 3, then the 4th one shows up on chart.

Conclusion: margin left is not enough to open the new position even the long condition is met.

Reasons:
  • Blacklisted phrase (1): I got the same problem
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: JNN

79273585

Date: 2024-12-12 01:27:38
Score: 2.5
Natty:
Report link

For people looking at analysing MS SQL Server, it'd be best to dive into Microsoft doc: https://learn.microsoft.com/en-us/sql/relational-databases/performance/execution-plans?view=sql-server-ver16

It has the concise definition of Query Plan with references for further learnings.

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

79273579

Date: 2024-12-12 01:21:37
Score: 1.5
Natty:
Report link

I found an issue on ESP32 that I was able to fix it like that:

const char * jsonString = cJSON_PrintUnformatted(doc);
//...
cJSON_free((void*)jsonString);
cJSON_Delete(root);
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Neilor Mendes

79273576

Date: 2024-12-12 01:18:36
Score: 3.5
Natty:
Report link

have you checked for deprecation errors? Most likely, the "function" model you're trying to implement has been.

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

79273570

Date: 2024-12-12 01:17:36
Score: 2
Natty:
Report link

Rawley and especially Brian,

I have tried your methods and leaned some good stuff from y'all. Note that I had to export PERL5LIB=../lib if I wanted to prove one file within the t directory.

That aside, the answer was in the Makefile itself, wherein I noticed the code testing for a parameter "TEST_VERBOSE". The make test command I needed to use to see printf output was:

make test TEST_VERBOSE=1 and voila, I see my very verbose printf output.

Thank you all!

-- Jacob S

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Blacklisted phrase (0.5): I need
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Jake

79273561

Date: 2024-12-12 01:09:34
Score: 1
Natty:
Report link

Okay so after many hours I finally run out of ways how to do it wrong. The key was to use EXTERN() command and place both function pointers into section not marked as KEEP. From MPLAB® XC32 Assembler, Linker and Utilities User's Guide :

The EXTERN(symbol symbol ...) command forces symbol to be entered in the output file as an undefined symbol. Doing this may, for example, trigger linking of additional modules from standard libraries. Several symbols may be listed for each EXTERN, and EXTERN may appear multiple times. This command has the same effect as the -u command line option.

Pity alias do not work across translation units, overwise it would be perfect solution.

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

79273551

Date: 2024-12-12 00:56:32
Score: 1
Natty:
Report link

You need to call the Multiprocessing.pool inside of the function and have it map directly to the numpy matrix inversion.

But, if the task is not big enough I cant guarantee that it will speed it up. The independent cost of setting up the process might outdo the singular execution of each.

"Embarassingly Parrellel" is a term used for GPU multiprocessing. Currently python doesnt support native gpu acceleration.

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

79273549

Date: 2024-12-12 00:56:32
Score: 3
Natty:
Report link

I found out you can't lazy load a dynamic component. With a normal component it started working. The problem was creating a separate module for the component. Added the child component to the parent module. Now, it is working as expected.

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

79273546

Date: 2024-12-12 00:49:31
Score: 0.5
Natty:
Report link

You can't use Select Menus in Modals. If you want to have a selection menu, you'll need to send it in a separate message.

Modals only support items of type TextImput.

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

79273545

Date: 2024-12-12 00:46:31
Score: 1
Natty:
Report link

The answer to your question is that you are correct. In a fixed timestep game loop you don't need to pass in actual 'deltaTime' or time since last render. You pass in a fixed timestep (dt constant) so that the physics simulation steps the proper amount of time.

In that code,

integrate( currentState, t, dt ); // integration

dt is the length of time each physics step should be calculated for, or integrated. That's why it needs to be passed into the Integrate function. The physics code needs to know how much time passes between calculations.

If you do position += velocity and process that 30 times a second, it'll be quite different if you process the same thing 15 times a second. So you add the dt variable so that if your fixed timestep is 30 times a second, your object will move the same distance if you're using a 15 times per second timestep. You're only changing how often the physics simulation is integrated. That's why you have to pass dt into the calculations.

The separation of physics and render happens next.

Actual uneven deltatime is the frameTime variable and is added to the accumulator. So if too much time has passed since last render, the loop might need to process multiple physics steps before the next render. But each of those physics steps is calculated on the fixed time step of dt.

Then in the rendering code you adjust based on how much in between physics steps we are. That's where the alpha is calculated and interpolated between previousState and currentState.

const double alpha = accumulator / dt;

State state = currentState * alpha + 
previousState * ( 1.0 - alpha );</code>

If you don't do this, rendering will be choppy and essentially tied to the physics step. But since rendering varies in time between each frame we want to interpolate and it makes the rendered objects smooth as butter. Let's say you render three times between each physics step, you don't want the object to render in the same place each of those three renders waiting for the next physics step. You interpolate so the rendered object will continue to move even though the physics simulation hasn't stepped yet.

I use this in my games and it works great!

And someone else asked about the .25s max_frameTime. Correct, that avoids the spiral of death. If the time between renders gets too big, you just truncate it to keep the system from crashing. Everything will start to get choppy and miss frames but at least it won't crash.

Reasons:
  • Contains signature (1):
  • Long answer (-1):
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: S W

79273537

Date: 2024-12-12 00:40:29
Score: 0.5
Natty:
Report link

It is an old question, but what worked for me was combining @webpat solution + @blackleg solution + @Deepak-V solution.

At one point while I was doing it, I had half of the menus in Japanese and the other half in English. Hope it helps with anyone being forced to use a specific version of Eclipse in a Japanese company!

Reasons:
  • Whitelisted phrase (-1): Hope it helps
  • Whitelisted phrase (-1): worked for me
  • No code block (0.5):
  • User mentioned (1): @webpat
  • User mentioned (0): @blackleg
  • User mentioned (0): @Deepak-V
  • Low reputation (1):
Posted by: HGI

79273530

Date: 2024-12-12 00:37:28
Score: 0.5
Natty:
Report link

It turned out the sample I was using did not have the correct values for schemas and extra_search_path inside config.toml. They should look like:

schemas = ["public", "graphql_public"]
extra_search_path = ["public", "extensions"]
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
Posted by: brianc

79273527

Date: 2024-12-12 00:35:28
Score: 3
Natty:
Report link

Well, I found out NetBeans actually has two labels that can be confusing some times. The AWT and swing controls label. The swing control label has icon property that can be used for inserting an image/ icon in a JFrame/Jpanel while the other AWT identified with a capital A does not have this property. Thanks

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Derrick Okema

79273526

Date: 2024-12-12 00:35:27
Score: 4.5
Natty:
Report link

chromium & com.example.usbwebview

Reasons:
  • Low length (2):
  • No code block (0.5):
  • Has no white space (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Игорь Кочет

79273521

Date: 2024-12-12 00:31:26
Score: 1
Natty:
Report link

Install NuGet Packages

Microsoft.AspNetCore.Http.Features
Microsoft.AspNetCore.Mvc.ViewFeatures
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Ragab Mohamad

79273513

Date: 2024-12-12 00:22:25
Score: 2
Natty:
Report link

In (almost) 2025, I'm here to report they've added an easier way to sync the fork with the upstream repository on the UI.

There's a Sync Fork option and you can choose to Compare the changes or just go ahead and Update the branch.

Screenshot of the Github Interface

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

79273508

Date: 2024-12-12 00:17:23
Score: 4.5
Natty: 5.5
Report link

Realicé la respectiva parametrización en el ODBC driver versión 16.20 DSN Setup y la conexión parece funcionar. Sin embargo en r quiero realizar la conexión sin necesidad de diligenciar mis credenciales, para esto es la autenticación LDAP en teoría, sin embargo aún haciendo la configuración en el archivo ODBC.INI con todas las credenciales necesarias, la conexión me sigue fallando. Alguien sabe qué puede estar causando el inconveniente? Alguien podría explicarme por favor la forma correcta de configurar la autenticación en Teradata para que la conexión odbc no solicite credenciales en R?

Reasons:
  • Blacklisted phrase (1): todas
  • Long answer (-0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Juan Andres Angulo Rincon

79273503

Date: 2024-12-12 00:14:22
Score: 3
Natty:
Report link

Add it in your initialValues object. It must have be of type number and instead of declaring it as undefined, you use 0

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

79273499

Date: 2024-12-12 00:12:21
Score: 1.5
Natty:
Report link

I realised my mistake upon reading over this - I do DoCmd.Close before gstrActiveUser = Me.txtUsername

DUHHH, ugh no wonder it wasn't working. Anyway, maybe this can help someone else.

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

79273475

Date: 2024-12-11 23:52:17
Score: 4.5
Natty: 7
Report link

This might help. An example of using multipart form.

https://github.com/lexiforest/curl_cffi/blob/15500fae1399f8e107f16357a905d275884a69f0/examples/upload.py

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

79273467

Date: 2024-12-11 23:46:15
Score: 1
Natty:
Report link

You are printing out start, but seem to be thinking about printing out i

|Variables    | Output|
|-------------|-------|
|start=0, i=0 | 0     |
|start=1, i=1 | 1     |
|start=0, i=1 | 0     |
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: TobiMoss

79273465

Date: 2024-12-11 23:46:15
Score: 1.5
Natty:
Report link

If your table has already been created

In the Database Navigator window, expand your table by clicking ⏵

Right-click Columns

At the top of the context menu click Create Column

Now you should be able to create an id autoincrement column You can also make it a primary/unique

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

79273462

Date: 2024-12-11 23:44:15
Score: 0.5
Natty:
Report link

For anyone having this problem with .NET 8 you need to look in the output window and show output from Windows Forms in the drop-down.

Windows Forms Designer output window

In my case it was unable to find Microsoft.Extensions.Logging.Abstractions version 8.0.0.0. I had version 9.0.0.0 installed as a transistive package reference of Microsoft.Extensions.Caching.Memory.

Installed NuGet Package dependency

You will need to look through your installed packages and find the one that has a depdency on a higher version of the missing pacakge and downgrade that to an 8.X.X.X version.

Reasons:
  • Probably link only (1):
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Damien D

79273448

Date: 2024-12-11 23:37:14
Score: 1
Natty:
Report link

The error you are seeing is a result of the file not being publically accessible. What I mean is that the URL you shared in the post requires you log into Trello in order to access the file. Your Zap needs to be able to access the file from Trello without having to log in.

You may be using a Trello trigger which supplies the actual file object. When you are setting up your Google Drive step, you can look for a field coming in from Trello which is the attachment and says (exists but not shown). If you use this field then your Google Drive step should work.

If you try this and are still having issues I would encourage you to reach out to Zapier Support when logged in using our contact form (https://zapier.com/app/get-help). We would be more than happy to continue working with you to find a solution to your problem.

Ted - Zapier Support

Reasons:
  • Whitelisted phrase (-1): try this
  • Contains signature (1):
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Zapier Support

79273443

Date: 2024-12-11 23:34:12
Score: 6 🚩
Natty: 5.5
Report link

how its posible that this bugs remain alive without solution for so long?

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Starts with a question (0.5): how its
  • Low reputation (1):
Posted by: Nelson Rodriguez

79273437

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

Can someone tell me how to configure ModSec to reduce resource consumption?

Unfortunately there is no any chance to configure ModSecurity to reduce resource consumption. What I can say is that 2 core (you didn't mention the types of core) and the 2GB of RAM seem very low for 100,000 requests (per second, I assume). That's lot of transactions, and each transaction uses lot of memory.

You can tune your instance (that the blog post mentions too) that which types of files should be inspected, then you can decrease the resources usage, but I'm afraid that's only a partial solution. Create a filter for this based on the file suffix is very risky IMHO, so be careful with that.

Reasons:
  • Blacklisted phrase (1.5): tell me how to
  • RegEx Blacklisted phrase (2.5): Can someone tell me how
  • Long answer (-0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): Can someone
  • High reputation (-1):
Posted by: airween

79273436

Date: 2024-12-11 23:27:10
Score: 1
Natty:
Report link

I like to use an 2px outline with offset so it is really obvious. I feel like box shadow isn't quite enough.

[tabindex="-1"]:focus, input:read-write:focus, select:focus, textarea:focus{
    outline: solid 2px;
    outline-offset: 1px;
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Frank Gomez

79273434

Date: 2024-12-11 23:24:09
Score: 1
Natty:
Report link

As you said, the hash map is gonna have at its most 26 entries/characters, with each one holding an integer that might ocupy 4 to 8 bytes - 4 bytes makes already possible to reach: 2,147,483,647 as an integer.

Thinking about that, it doesn't matter how long your string argument (p) is, the entries are gonna still be capped to the 26 characters of the hash map and the space ocuppied (4 to 8 bytes) are never gonna change. Therefore, the space complexity does not grow with the p size, meaning it's not linear but constant -> O(1).

:)

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

79273425

Date: 2024-12-11 23:18:08
Score: 2.5
Natty:
Report link

I don't think you need this answer anymore, but in case anyone is facing the same problem, this is the solution I found.

Add to metro.config.js:

config.resolver.sourceExts = ['jsx', 'js', 'ts', 'tsx', 'json', 'cjs'];

If you are using Expo, try changing your app.json file:

{
  "expo": {
    ...
    "packagerOpts": {
      "sourceExts": ["cjs"]
    }
}
Reasons:
  • Has code block (-0.5):
  • Me too answer (2.5): facing the same problem
  • Low reputation (0.5):
Posted by: Rosiel Victor

79273422

Date: 2024-12-11 23:14:07
Score: 1.5
Natty:
Report link

For me, the issue was resolved when I moved my internal package dependency to devDependencies instead of dependencies

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

79273419

Date: 2024-12-11 23:12:07
Score: 0.5
Natty:
Report link

I did

dpkg -l | grep nvidia
dpkg -l | grep nvidia-driver

to get lists of nvidia related drivers. The one by one did

apt purge [packagename]

(sometimes had to change the order of which package was being removed)

then did

apt autoclean 
apt autoremove

...to clean up any dependencies that were hanging around

re-ran

dpkg -l | grep nvidia
dpkg -l | grep nvidia-driver

to make sure list was empty then rebooted then followed

https://wiki.debian.org/NvidiaGraphicsDrivers#Version_535.183.01-1

to reinstall drivers.

Then did a clean install of comfyUI

Everything seems to be working again.

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

79273417

Date: 2024-12-11 23:11:06
Score: 0.5
Natty:
Report link

The prior solutions helped me a lot, but I also needed to change the value at the index of the tuple. For example: access(l, (0,0,0)) = 7.

The other solutions return a primitive value and so the nested list doesn't get updated.

I found that this approach, based on previous answers works (in case someone has the same need as me):

def set_it(obj, indexes, v):
   a = obj
   for i in indexes[:-1]:
     a = a[i]
   a[indexes[-1]] = v

Usage:

>>> l = [[[1, 2],
...       [3, 4]],
...      [[5, 6],
...       [7, 8]]]
>>> set_it(l, (0, 0, 0), -1)
>>> l
[[[-1, 2], [3, 4]], [[5, 6], [7, 8]]]
Reasons:
  • Blacklisted phrase (1): helped me a lot
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: thayne

79273416

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

I found a solution so I want to share it here if someone would have similar problem.

If you are using a thermal receipt B&W printer, make sure everything what you're trying to print has 100% black color. So in this case, the problem was, that texts were not black, but just some kind of dark gray which resulted in white dots on the print.

The main reason of bad color was bootstrap, so the solution is forcing the text to be black by adding color: black !important in stylesheet.

Reasons:
  • Whitelisted phrase (-1): solution is
  • RegEx Blacklisted phrase (1): I want
  • Has code block (-0.5):
  • Me too answer (2.5): have similar problem
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Dominik Buranský

79273413

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

Configuring Least Connections

To configure the Least Connections algorithm in Azure Application Gateway:

Navigate to the Azure Portal (https://portal.azure.com)

Open the Azure Resource Explorer (https://resources.azure.com)

Locate your Resource Group and Application Gateway

Find the "routingMethod" setting Change the value from "roundrobin" to "leastresponsetime"

This configuration allows the Application Gateway to route incoming requests to the backend server with the least number of active connections, potentially improving overall performance and resource utilization.

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

79273411

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

There are proxy settings inside vs code. Put in your organizations' proxy server addresses in there, it worked for me

Reasons:
  • Whitelisted phrase (-1): it worked
  • Whitelisted phrase (-1): worked for me
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Andrew Karasev

79273410

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

My Instagram and Facebook account pe 22k flowered karna hai

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

79273409

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

Simply use curl http://sh.rustup.sh | sh

You force the protocol to https, but the server talk only http

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

79273393

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

Just need to replace it with a global regex search:

var data = cols[j].innerText.replace(/(\s\s)/gm, ' ').replace(/;/g, "\r\n")

Note sure what the \s\s is about tho but keeping it in there just in case (idk the format of your data)

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

79273387

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

While I do not know why the dependencies were not automatically added, I worked around the problem by adding them manually:

pitest(group: 'org.pitest', name: 'pitest-command-line', version:'1.15.0')
pitest(group: 'org.pitest', name: 'pitest-entry', version:'1.15.0')
pitest(group: 'org.pitest', name: 'pitest', version:'1.15.0')
Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: John Gregg

79273376

Date: 2024-12-11 22:45:00
Score: 2
Natty:
Report link

in the Book schema write @JsonIgnoreProperties("books") // Ignore le champ books dans author lors de la sérialisation

private Author author;

in the Author schema write @JsonIgnoreProperties("author") // Ignore le champ author dans book lors de la sérialisation

private Set books= new HashSet<>();

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

79273374

Date: 2024-12-11 22:45:00
Score: 0.5
Natty:
Report link

This sounds like a really interesting thing that you are trying to do. I had a look at the JSON you provided and I am guessing that it may not be fully fleshed out and was only meant as a rough example. In particular, ManyChat may not like the empty arrays. I would suggest fleshing things out a bit more like this:

  "version": "v2",
  "content": {
    "type": "instagram",
    "messages": [
      {
        "type": "cards",
        "elements": [
          {
            "title": "Sample Product",
            "subtitle": "This is a sample card showcasing a product.",
            "image_url": "https://dummyimage.com/600x400/000/fff.png&text=Sample+Image",
            "action_url": "https://example.com/product",
            "buttons": [
              {
                "type": "web_url",
                "url": "https://example.com/product",
                "title": "View Product"
              },
              {
                "type": "web_url",
                "url": "https://example.com/cart",
                "title": "Add to Cart"
              }
            ]
          }
        ],
        "image_aspect_ratio": "horizontal"
      }
    ],
    "actions": [
      {
        "type": "web_url",
        "url": "https://example.com/shop",
        "title": "Visit Shop"
      }
    ],
    "quick_replies": [
      {
        "title": "More Products",
        "payload": "MORE_PRODUCTS"
      },
      {
        "title": "Contact Support",
        "payload": "CONTACT_SUPPORT"
      }
    ]
  }
}

See if that works for a start. If it does, you should be on the right track and can continue to get your real data into a shape that emulates this.

If you are still having trouble please feel free to reach out using our contact form when you are logged in (https://zapier.com/app/get-help). We will be more than happy to work with you and dig into our detailed logs to see if we can find anything helpful beyond the error message you are seeing.

Ted - Zapier Support

Reasons:
  • Contains signature (1):
  • Long answer (-1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Zapier Support

79273370

Date: 2024-12-11 22:43:00
Score: 1.5
Natty:
Report link

it is now available e.g.

SELECT ssot__Name__c FROM ssot__Account__dlm WHERE LOWER(ssot__Name__c) LIKE LOWER('WhAtEveR%') LIMIT 10

works

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

79273362

Date: 2024-12-11 22:39:59
Score: 1
Natty:
Report link

Turns out I ran into this error because I run the following command (do not copy-paste this if not intended):

pip install -t requirements.txt

Maybe you can just simply switch -t to -r and you'll be good

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

79273356

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

This was a nasty one took me hours to finally figure out, in this documentation Fetch OAuth token you will notice the curl has last line data-urlencode, the line above this doesn't have new line backslash

enter image description here

So when i was running this curl the token was getting generated but it was missing the authorization_details

For fixing this you have to make sure that your fetch token curl is complete and looks like this

      export CLIENT_ID=<client-id>
      export CLIENT_SECRET=<client-secret>
      export ENDPOINT_ID=<endpoint-id>
      export ACTION=<action>

      curl --request POST \
      --url <token-endpoint-URL> \
      --user "$CLIENT_ID:$CLIENT_SECRET" \
      --data 'grant_type=client_credentials&scope=all-apis' \
      --data-urlencode 'authorization_details=[{"type":"workspace_permission","object_type":"serving-endpoints","object_path":"'"/serving-endpoints/$ENDPOINT_ID"'","actions": ["'"$ACTION"'"]}]'

Now this is complete and should get you the response

Reasons:
  • Blacklisted phrase (1): this document
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Tidalcharter

79273355

Date: 2024-12-11 22:35:57
Score: 2
Natty:
Report link

Turns out I needed to add

[HttpPost("itn.{format}"), FormatFilter]

To my endpoint, with this I don't need OutputFormatters.

Also you need to include the .xml extension in your request URL, like /api/shop/itn.xml

Reasons:
  • Blacklisted phrase (0.5): I need
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Mateusz

79273343

Date: 2024-12-11 22:30:56
Score: 1
Natty:
Report link

I temporarily gave my user the BigQuery Admin role and then deleted the dataset manually via the UI.

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

79273329

Date: 2024-12-11 22:22:55
Score: 1
Natty:
Report link

You should create something like this:

const preparedSearch = `%${search}%`;
db.execute(
  sql`SELECT * FROM items WHERE name ILIKE ${preparedSearch}`,
);

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

79273328

Date: 2024-12-11 22:21:54
Score: 3
Natty:
Report link

There is a defect in pynput for Python 3.13. The bug is reported here.

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

79273318

Date: 2024-12-11 22:14:52
Score: 1.5
Natty:
Report link

I found that the above answer to the question by Ruslan did not work (2013?) anymore. I did not have a command to:

git branch -M main

which I did after the commit.

Also, they failed once I had that branch command because when I created the repo it had conflicting README.md and LICENSE.

My solution was to:

  1. Delete the repo as defined above on github and create a new one WITHOUT README.md and LICENSE.
  2. Locally I deleted the .git file in the root directory (NOTE: it is not visible on Visual Studio Code on windows the way I have it configured). From CLI (within Visual Studio Code) I ran: git init git remote add origin THE_REPO_URL git add . git commit -m "Initial commit" git branch -M main git push -u origin main

One warning: Do not create the README.md or LICENSE on the cloud repo. If you do, you will have to resolve the fact that the repo has files that are not reconciled with the local files. Create the new repo without these files or you will have to do the reconciliation of these files.

Reasons:
  • Blacklisted phrase (1): did not work
  • Long answer (-1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (0.5):
Posted by: rjapenga

79273304

Date: 2024-12-11 22:09:50
Score: 10 🚩
Natty: 4.5
Report link

did you find the solution? if you did please share it.

Reasons:
  • RegEx Blacklisted phrase (2.5): please share
  • 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: Hikmat Afghan