79599482

Date: 2025-04-30 03:13:44
Score: 8.5 🚩
Natty: 5.5
Report link

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

Reasons:
  • Blacklisted phrase (1): you able to solve
  • RegEx Blacklisted phrase (1.5): solve this?
  • 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):
Posted by: ApplePie

79599474

Date: 2025-04-30 03:00:41
Score: 5
Natty:
Report link

enter image description hereDid you go to preferences, under Run and try to add your extension?

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
  • High reputation (-1):
Posted by: NaN

79599468

Date: 2025-04-30 02:55:40
Score: 5.5
Natty:
Report link

no clue how to answered?because im newbie for this

Reasons:
  • RegEx Blacklisted phrase (1.5): im new
  • Low length (1.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Jimmy Adhari

79599460

Date: 2025-04-30 02:51:39
Score: 2
Natty:
Report link

Write Set-ExecutionPolicy -Scope CurrentUser RemoteSigned in your terminal, and then run npm install.

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

79599457

Date: 2025-04-30 02:46:38
Score: 1
Natty:
Report link

def setupVld(env):

sourcePath = env\['vldBinDir'\]

targetPath = env\['testDir'\]

toCopy = \['dbghelp.dll',

          'vld_x86.dll',

          'Microsoft.DTfW.DHL.manifest'\]

nodes = \[\]

for c in toCopy:

    n = env.Command(os.path.join(targetPath, c),

                    os.path.join(sourcePath, c),

                    SCons.Defaults.Copy("${TARGET}", "${SOURCE}"))

    nodes.append(n)

env\['vldDeps'\] = nodes
Reasons:
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Love

79599449

Date: 2025-04-30 02:34:35
Score: 2
Natty:
Report link

Finally, I have figured it out.

First thing first, it seems that the VS Installer cannot install the .NET 8 SDK for you anymore, and I had to install the SDK outside it, I downloaded dotnet-sdk-8.0.408-win-x64.exe from Microsoft's site and installed the SDK for VS.

Secondly, the culprit is an accidental copy of dotnet.exe, it was made under C:\Windows\System32, and somehow it is corrupted, for its size is 0 byte. I might have made the copy by accidental drag-and-drop, but I cannot be certain, as it should not be 0 byte in that case. This copy is not supposed to be there, and it caused me seeing the error "This app can't run on your PC" (please refer to the question). On the other hand, I realized that Visual Studio itself does not seem to know the location of dotnet.exe, and when it builds, it only relies on the system variables to find out where it is and execute dotnet.exe, and because there is a copy C:\Windows\System32\dotnet.exe, and C:\Windows\System32 is in the variable Path, VS 2022 simply invokes C:\Windows\System32\dotnet.exe, which caused the error "The SDK 'Microsoft.NET.Sdk' specified could not be found." Looking back the history, the problem started exactly the day when this copy was made.

I used tools like process monitor and the command 'where dotnet' for troubleshooting. In summary, I think Microsoft should improve the error message to be more descriptive.

I want to thank those people who tried to help.

Reasons:
  • Blacklisted phrase (0.5): I cannot
  • RegEx Blacklisted phrase (1): I want
  • Long answer (-1):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: VincentZHANG

79599441

Date: 2025-04-30 02:22:32
Score: 3.5
Natty:
Report link

The solution arrived at was to just not use copy/paste. Why copy/paste was goofing up will just have to remain a mystery. The link below has more detail on the alternate methods I tried and what finally worked best.

Excel/Word macro slows with iteration

Reasons:
  • Blacklisted phrase (1): The link below
  • Low length (0.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Bluebonnet

79599431

Date: 2025-04-30 02:11:30
Score: 0.5
Natty:
Report link

In your Next.js config.

const nextConfig = {
  turbopack: {
    resolveAlias: {
      "next-mdx-import-source-file": "./mdx-components.ts",
    },
  },
};

The issue is caused by Turbopack. You can either disable it in the dev command or add this extra config.

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

79599430

Date: 2025-04-30 02:08:29
Score: 1.5
Natty:
Report link

MediaStreamTrack {kind: 'video', id: '0294f910-1032-434e-8245-fb75ce93b840', label: '0294f910-1032-434e-8245-fb75ce93b840', enabled: true, muted: false, …} contentHint : "" enabled : true id : "0294f910-1032-434e-8245-fb75ce93b840" kind : "video" label : "0294f910-1032-434e-8245-fb75ce93b840" muted : false oncapturehandlechange : null onended : null onmute : null onunmute : null readyState : "live" stats : null

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

79599426

Date: 2025-04-30 02:05:28
Score: 7.5 🚩
Natty: 5.5
Report link

I am also getting this error. Have we got any solution yet. I am trying to build docker. I already have cmake on my requirements file. In my case i am getting error related to gcc++

Reasons:
  • Blacklisted phrase (1.5): m getting error
  • Blacklisted phrase (1): I am trying to
  • Blacklisted phrase (1.5): any solution
  • RegEx Blacklisted phrase (1): I am also getting this error
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Mahalakshmi K

79599422

Date: 2025-04-30 02:00:16
Score: 5
Natty:
Report link

Could you just set the property in the physics material?

Image of how to do it

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

79599421

Date: 2025-04-30 01:59:16
Score: 2
Natty:
Report link

Latest version:

enter image description here

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

79599418

Date: 2025-04-30 01:56:15
Score: 2
Natty:
Report link

A timeout error while connecting usually refers to network issues. Mkae sure you can connect to the instance first over the port.

Try something like "Test-NetConnection -Port 587 -ComputerName InstanceName" to verify

https://docs.aws.amazon.com/ses/latest/dg/send-email-smtp-client-command-line.html

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

79599407

Date: 2025-04-30 01:35:11
Score: 0.5
Natty:
Report link
  const sayHello = useRunOnJS((name: string) => {
    console.log(`Hello ${name}, I am running on the JS Thread!`);
  }, []);

And then

const frameProcessor = useFrameProcessor(
    async (frame) => {
      'worklet';

       sayHello('Matheus');
})
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Matheus Santos Araújo

79599399

Date: 2025-04-30 01:23:08
Score: 5
Natty:
Report link

Sorry, but I can't add a comment now. Have you tried postDelayed() instead of post()?

Reasons:
  • Whitelisted phrase (-1): Have you tried
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Looks like a comment (1):
  • Low reputation (1):
Posted by: Manabu Nakamura

79599392

Date: 2025-04-30 01:18:07
Score: 2.5
Natty:
Report link

Perhaps unsent/undelivered messages could be queued, and when the client is back online the queued messages could be sent.

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

79599383

Date: 2025-04-30 01:07:04
Score: 2.5
Natty:
Report link

Gitlens version 17.0.3

// settings.json
  "gitlens.codeLens.authors.command": false,

or

enter image description here

will prevent toggle blame when author is clicked

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

79599367

Date: 2025-04-30 00:43:59
Score: 2
Natty:
Report link

✨ Looking for a peaceful escape from your busy life? Step into serenity at Fabulous Asian Spa! 🌿

We offer luxurious massages, facials, and body treatments inspired by traditional Asian healing techniques. 💆‍♀️💫

📍 Visit us at: 4620 W Commercial Blvd Suite 11, Tamarac, FL 33319

📞 Call to book: 954-769-1588

💻 More info: [https://fabulousasianspa.com](https://fabulousasianspa.com/book-your-service)

Let us take care of your body, mind, and spirit. You deserve it! 🌸

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

79599364

Date: 2025-04-30 00:37:58
Score: 0.5
Natty:
Report link

Ok! I have a fix! I have replaced:

        if not guess or len(guess) != 1 or not guess.isalpha():
            return

With:

        if not guess or len(guess) != 1 or not guess.isalpha() or guess in self.guessed_letters:
            return

This checks if a letter has already been guessed, and doesn't take away lives if it has! ^_^

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

79599363

Date: 2025-04-30 00:36:57
Score: 6 🚩
Natty: 4.5
Report link

The only answer, so far, suggests changing the underlying data. However, I am pulling in a vector layer that is polygon from a server that I don't control and would like to symbolize it by the outline and not fill (or as both). Any suggestions?

Reasons:
  • RegEx Blacklisted phrase (2): Any suggestions?
  • Low length (0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: JMers

79599359

Date: 2025-04-30 00:32:53
Score: 6 🚩
Natty:
Report link

I Am facing the same issue and "Edit" is configured as recommended the last comment

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): I Am facing the same issue
  • Single line (0.5):
  • Low reputation (1):
Posted by: Marcelino Saez Sosa

79599338

Date: 2025-04-30 00:05:47
Score: 1.5
Natty:
Report link

There should be an Interrupt button at the top of the tab

enter image description here

Reasons:
  • Probably link only (1):
  • Low length (1.5):
  • Has code block (-0.5):
  • Single line (0.5):
  • High reputation (-1):
Posted by: Michael Brenndoerfer

79599330

Date: 2025-04-29 23:56:45
Score: 1
Natty:
Report link

Check whether you have more than one python versions that is separate. I faced the issue when my module was installed in python version 3.13 and the pyinstaller was running on python version 3.12

if you're on windows use where python to find how many versions are there and where they are located

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

79599327

Date: 2025-04-29 23:51:44
Score: 3
Natty:
Report link

For anyone who may read this, it would be better to just use python. Batch is limited. Python is just as easy to learn, use, is often (not always, but often) installed on computers, and is hundreds of times more powerful.

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

79599308

Date: 2025-04-29 23:14:36
Score: 1.5
Natty:
Report link

enter image description here

Took me a while to find this little switch. I couldn't make it happen with code, but looks like n8n got me covered. What a waste of time.

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

79599305

Date: 2025-04-29 23:10:35
Score: 2.5
Natty:
Report link

I just solved it removing the airflow-webserver.pid file from airflow volume folder and restaring the container.

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

79599293

Date: 2025-04-29 22:58:32
Score: 1
Natty:
Report link

point = '\u2022'

this is there you want the bullet to show.
e.g


from tkinter import *
tk = tkinter.TK()

lists = ['python', 'c', 'c++']
list_box = Listbox(tk, bg, fg, font,)
list_box.pack()

for list in lists:
    list_box.insert(END, f'\u2022 {list}'
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Musbi

79599285

Date: 2025-04-29 22:46:29
Score: 2
Natty:
Report link

data:image/jpeg;base64,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 rewrite too short

Reasons:
  • Long answer (-1):
  • No code block (0.5):
  • Has no white space (0.5):
  • Single line (0.5):
  • Filler text (0.5): AAAAAAAAAAAAAAA
  • Filler text (0): AAAAAAAAAAAAAAAA
  • Filler text (0): AAAAAAAAAAAAA
  • Low reputation (1):
Posted by: Imen Khodja

79599284

Date: 2025-04-29 22:45:29
Score: 2
Natty:
Report link

You can simply just use docker-compose up ccc and it will run only container ccc and its dependencies.

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

79599283

Date: 2025-04-29 22:40:28
Score: 1
Natty:
Report link

None of these fixes worked for me I found that in my case it was an issue with vscode prettier extension.

Restart the extension fixed it for me.

Ref: https://github.com/prettier/prettier-vscode/issues/3578

Reasons:
  • Whitelisted phrase (-1): worked for me
  • Low length (1):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Jim

79599280

Date: 2025-04-29 22:37:27
Score: 0.5
Natty:
Report link

This might get you some of the way:

Get-MgUser -All | Format-List  ID, DisplayName, Mail, UserPrincipalName
Reasons:
  • Low length (1):
  • Has code block (-0.5):
Posted by: MrCalvin

79599272

Date: 2025-04-29 22:23:24
Score: 1.5
Natty:
Report link

To get the mean (average) of a body of values, you first get the sum of all values, then divide by the number of values,

ie. if my values are:

1,6,8,2 = 17

17/4 = 4.25

Therefore, my average is 4.25

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

79599266

Date: 2025-04-29 22:14:22
Score: 1
Natty:
Report link

The solution was a combination of the suggestions: 1) don't use ranges that are updated frequently; 2) use a single string variable and search that.

First, here is a generic example of one line of my data. The structure is the same for each line. The document is about 50 lines with different keywords. I need the groups that have the word DATA in them:

XXXXXXX DATA1XXXXX XXXXXXXXXX KEYWORD XXXXX XXXX DATA2XX XXXX XXXXXXX

The first attempt to increase speed was to read each paragraph of the document into an array element. Each paragraph was one line of data for me due to document structure. I then searched each array element for the keyword and used character position and data length to extract data. This worked, and was faster the searching in the document, but it was still slow. Interestingly, the processing time per file varied wildly, between 10 seconds to over 2 minutes. I put some time tracking code in, and on average it was about 25% reading the document into the array, 75% extracting data, but this percentage also varied wildly. At one point I noticed in Task Manager that Word was using a lot of processor, so I thought I would close the document after reading it into the array which might speed things up. For reasons I don’t understand, when I implemented, the array data disappeared as soon as I closed the document. It was if the array existed in Word, even though the code was running in Excel.

The final code edit reads the entire document into a single string variable. The code then searches the string for the keyword and finds the character position where the keyword starts. It then uses a function to extract the data elements I need based off a relative character position from the keyword start and the data length (so if my data element starts 20 characters back from keyword start, the function is passed -20 as the relative position).

This method does the data extraction in less than 1 second. The speed limiter now is opening and closing each file. In total, I went from averaging about 1.5 minutes per file to about 10 seconds.

Sub ProcessWithString()
Dim WordApp As Object, WordDoc As Object 
Dim strFile As String 
Dim i As Integer 
Dim shtData As Worksheet, shtTemp As Worksheet, shtYear As Worksheet 
Dim strWholeDoc As String

Application.EnableEvents = False 
Application.Calculation = xlCalculationManual

'Word session creation 
Set WordApp = CreateObject("Word.Application")

'true to see it, false to not 
WordApp.Visible = True

Set shtYear = Sheets("2024") 
Set shtTemp = Sheets("temp data") 
Set shtData = Worksheets("Data")

k = shtData.Cells(100000, 1).End(xlUp).Row + 1 'First row to output

iLastFile = shtYear.Range("A1").End(xlDown).Row

For i = 2 To iLastFile
    
    'Fully pathed file name
    strFile = shtYear.Cells(i, 1).Value
    
    'open the .doc file
    Application.DisplayAlerts = False
    
    Set WordDoc = WordApp.Documents.Open(strFile)
    
    Application.Wait (Now + TimeValue("0:00:2"))
    
    'read entire document into string variable
    WordApp.Selection.WholeStory
    strWholeDoc = WordApp.Selection

    With shtData

     'function GetDataElement arguments: 'string of entire document, Search term,   data relative start pos, data length
        .Range("Z" & k) = GetDataElement(strWholeDoc, "KEYWORD", -26, 10)    'data 1
        .Range("AA" & k) = GetDataElement(strWholeDoc, "KEYWORD", 51, 7)   'data2

        'repeat using the function for each keyword

    End With

nexti: 
    k = k + 1

    Application.StatusBar = i & " of " & iLastFile

    shtData.Activate

    WordDoc.Close (wdDoNotSaveChanges) 'Leaves app open 
    Set WordDoc = Nothing

Next i

WordApp.Quit 
Set WordApp = Nothing

Application.EnableEvents = True 
Application.Calculation = xlCalculationAutomatic

End Sub


Function GetDataElement(strWholeDoc, strSearchTerm, iRelStartLoc, iLength)

iKeyStart = InStr(strWholeDoc, strSearchTerm)

If iKeyStart <> 0 Then
    GetDataElement = Mid(strWholeDoc, iKeyStart + iRelStartLoc, iLength)
Else
    GetDataElement = "Not found"
End If
Reasons:
  • Blacklisted phrase (0.5): I need
  • Long answer (-1):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Filler text (0.5): XXXXXXXXXX
  • Low reputation (1):
Posted by: Bluebonnet

79599264

Date: 2025-04-29 22:14:22
Score: 3
Natty:
Report link

You should use job.commit() to successfully mark the job as completed. Calling sys.exit(0) alone will still result in the job being marked as "Failed", because Glue expects the script to finish with a call to job.commit() or otherwise run to normal completion.

If you're still seeing an error, could you provide the specific error message, that would help clarify exactly what you're running into.

Reasons:
  • RegEx Blacklisted phrase (2.5): could you provide
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Damola

79599260

Date: 2025-04-29 22:11:21
Score: 2.5
Natty:
Report link

but that's not what I want, because I want the generic version to be guaranteed to have a T and the non-generic to never have a T.

The other option is to give the generic and non-generic classes different names, and inherit one from the other.

export interface ServiceResult1 {}; export interface ServiceResult2 extends

Reasons:
  • RegEx Blacklisted phrase (1): I want
  • No code block (0.5):
  • Low reputation (1):
Posted by: Mohamed Shehata

79599256

Date: 2025-04-29 22:06:20
Score: 0.5
Natty:
Report link

Posting my own answer because people are already voting to close, and that's just not useful.

The answer is: it doesn't appear possible. I can either make result optional:

export interface ServiceResult<T> { result? T; }

... but that's not what I want, because I want the generic version to be guaranteed to have a T and the non-generic to never have a T.

The other option is to give the generic and non-generic classes different names, and inherit one from the other.

export interface ServiceResult1 {};
export interface ServiceResult2<T> extends ServiceResult1 { result: T };

Neither is optimal, so that answers both my questions.

Reasons:
  • RegEx Blacklisted phrase (1): I want
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
Posted by: emery.noel

79599255

Date: 2025-04-29 22:04:20
Score: 1.5
Natty:
Report link

I have ended up with three accounts. I can log into at least two of them, but can't get ANY support. I'm about to just put a block on my credit card since it is impossible to get any support. Always the same web page which doesn't even let you open a ticket...

It is integrated with Mautic (open source email marketing software) and it sends emails, but I need some support and can't open a ticket or find anyone to respond. Don't need to talk to anyone, just a few email questions and sendgrid is impossible to get ahold of

Reasons:
  • Blacklisted phrase (0.5): I need
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: user213831

79599250

Date: 2025-04-29 21:59:19
Score: 1
Natty:
Report link

I got into this state by right-clicking on the tab-bar background and choosing "Tab Bar" > "Single Tab". You can't get back to "Multiple Tab" mode the same way because there's no tab-bar background in "Single Tab" mode.

the way back to "Multiple Tab" mode isn't hidden but it might not be the same place you left it from.

this issue was resolved for me with "View" > "Appearance" > "Tab Bar" > "Multiple Tab" (on MacOS)

enter image description here

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

79599249

Date: 2025-04-29 21:59:19
Score: 0.5
Natty:
Report link

You need to re-create this all again.

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

79599245

Date: 2025-04-29 21:55:18
Score: 0.5
Natty:
Report link

This still triggers a "too frequent alert" stop sometimes when the market moves extremely fast but for the most part, solves my problem. I had to set to 15 initially but it seems that 14 makes TradingView's limitation happier.

// === Array to store entry timestamps ===
var array<int> entryTimes = array.new_int()

// Detecting a new entry (when total closed + open increases)
var int lastTotalTrades = 0
currentTotalTrades = strategy.closedtrades + strategy.opentrades

if currentTotalTrades > lastTotalTrades
    array.push(entryTimes, time)
    lastTotalTrades := currentTotalTrades
    lastTotalTrades

// Check 14th most recent trade
canTrade = true
if array.size(entryTimes) >= 14
    timeOf14thLastTrade = array.get(entryTimes, array.size(entryTimes) - 14)
    timeSince14thTrade = (time - timeOf14thLastTrade) / 1000 // in seconds
    canTrade := timeSince14thTrade >= 180
    canTrade
Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Chris

79599240

Date: 2025-04-29 21:52:17
Score: 4
Natty:
Report link

I think it is a good question.

Reasons:
  • Low length (2):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Myo Yupar Tin Win

79599229

Date: 2025-04-29 21:33:13
Score: 1.5
Natty:
Report link

I wanted to add the main custom tailwind.config.ts file as tailwindcss.ts file

tailwindcss.ts

import type {Config} from "tailwindcss";

const config: Config = {
    darkMode: "class",
    content: [
        "./pages/**/*.{js,ts,jsx,tsx,mdx}",
        "./components/**/*.{js,ts,jsx,tsx,mdx}",
        "./app/**/*.{js,ts,jsx,tsx,mdx}",
        "./sanity/**/*.{js,ts,jsx,tsx,mdx}",
    ],
    theme: {
        extend: {
            screens: {
                xs: "475px",
            },
            colors: {
                primary: {
                    "100": "#FFE8F0",
                    DEFAULT: "#EE2B69",
                },
                secondary: "#FBE843",
                black: {
                    "100": "#333333",
                    "200": "#141413",
                    "300": "#7D8087",
                    DEFAULT: "#000000",
                },
                white: {
                    "100": "#F7F7F7",
                    DEFAULT: "#FFFFFF",
                },
            },
            fontFamily: {
                "work-sans": ["var(--font-work-sans)"],
            },
            borderRadius: {
                lg: "var(--radius)",
                md: "calc(var(--radius) - 2px)",
                sm: "calc(var(--radius) - 4px)",
            },
            boxShadow: {
                100: "2px 2px 0px 0px rgb(0, 0, 0)",
                200: "2px 2px 0px 2px rgb(0, 0, 0)",
                300: "2px 2px 0px 2px rgb(238, 43, 105)",
            },
        },
    },
    // eslint-disable-next-line @typescript-eslint/no-require-imports
    plugins: [require("tailwindcss-animate"), require("@tailwindcss/typography")],
};

export default config;

global.css

@import "tailwindcss";
@plugin "../tailwindcss.ts";

:root {
  --background: #ffffff;
  --foreground: #171717;
}

but still not working having the

Error evaluating Node.js code
TypeError: b is not a function
Reasons:
  • Blacklisted phrase (2): still not working
  • Long answer (-1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Shah Rahul

79599222

Date: 2025-04-29 21:23:10
Score: 7.5 🚩
Natty: 6
Report link

Were you able to find a solution to this problem? I am also facing it when attempting zk migration to kraft on Kafka version 3.9.

Reasons:
  • RegEx Blacklisted phrase (1): Were you able to find a solution
  • RegEx Blacklisted phrase (3): Were you able
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: user30407590

79599221

Date: 2025-04-29 21:22:10
Score: 0.5
Natty:
Report link

Just use a for loop to build the list?

set words {}
for {set n 0} {$n < 16} {incr n} {
    lappend words voltage_ptat_op$n
}
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • High reputation (-2):
Posted by: Shawn

79599219

Date: 2025-04-29 21:22:09
Score: 4.5
Natty:
Report link
  1. Ast time and best of luck for the world you are also due to me and best regards John to ekatu years old pic 😅 me know when to ekatu pare'i
Reasons:
  • Blacklisted phrase (0.5): best regards
  • Blacklisted phrase (1): regards
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Eyissjv Didiy

79599206

Date: 2025-04-29 21:13:07
Score: 0.5
Natty:
Report link

If you need a hot fix, just add to client constuctor requestChecksumCalculation: "WHEN_REQUIRED"

  const client = new S3({
    // ... other params
    requestChecksumCalculation: "WHEN_REQUIRED",
  });

For more details see The GitHub issue about this bug

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Kamil' Ocean

79599203

Date: 2025-04-29 21:09:05
Score: 6.5 🚩
Natty:
Report link

Can you share how your FusionAuth is configured for the application and the CORS settings for FusionAuth? Remember not to share any sensitive information.

Reasons:
  • RegEx Blacklisted phrase (2.5): Can you share how your
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): Can you share
  • Low reputation (1):
Posted by: Mark Robustelli

79599201

Date: 2025-04-29 21:09:05
Score: 2
Natty:
Report link

Add a collision layer to your tileset. Go to the tilemap, and under "physics layers", add a collision layer. Then you can click on the tileset -> paintbrush icon -> "collision layer 0" (the default name) and click the tiles to give them collision.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: mr-chen-rui

79599189

Date: 2025-04-29 20:58:02
Score: 3
Natty:
Report link

if I understand correctly, you are trying to execute dynamic code blocks depending on the input, correct? I don't know if it will solve your case, but take a look at the strategy pattern, it resolves conditions at runtime. If you can, leave more examples here.

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

79599187

Date: 2025-04-29 20:55:02
Score: 1
Natty:
Report link
Here is a proof which verifies in Dafny :

lemma ElementExclusionLemma<T>(seqa: seq<T>, seqb: seq<T>, x: T)
  ensures multiset(seqa) == multiset(seqb) ==> (x !in seqa ==> x !in seqb)
{
    calc{      
        multiset(seqb)[x] == 0; 
        ==> 
        x  !in seqb;
    } 
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: H. Peter Gumm

79599182

Date: 2025-04-29 20:50:00
Score: 3.5
Natty:
Report link

This can also happen if you are trying to use 32 instead of 64 bit on a 64 bit system

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

79599179

Date: 2025-04-29 20:43:59
Score: 1
Natty:
Report link

Here is a dynamic formula that you add one time, and it will always calculate based on column C:

= LET(c, DROP(C:.C,1), MAP(c, SEQUENCE(ROWS(c)), LAMBDA(m,i, COUNTIFS(TAKE(c,i),m))))

Here is the same formula wrapped in LAMBDA that you can store in your name manager and call as custom function:

= LAMBDA(category_column, LET(c, DROP(TRIMRANGE(category_column,2),1), MAP(c, SEQUENCE(ROWS(c)), LAMBDA(m,i, COUNTIFS(TAKE(c,i),m)))))(C:C)

enter image description here

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

79599168

Date: 2025-04-29 20:34:57
Score: 2
Natty:
Report link

To rotate stuff/point stuff at other stuff, use look_at(). It feels like cheating but it's built in.

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

79599165

Date: 2025-04-29 20:33:56
Score: 4.5
Natty: 4.5
Report link

I've also encountered this issue. I tried following the steps in the attached link in the response, but I ran into a problem with dependency versions. I would appreciate it if there's another way to solve this problem. Thank you very much!

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Blacklisted phrase (1.5): would appreciate
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: תמר כהן

79599156

Date: 2025-04-29 20:25:54
Score: 3.5
Natty:
Report link

https://www.typescriptlang.org/docs/handbook/2/conditional-types.html#distributive-conditional-types

Seems I missed this in the documentation:

When conditional types act on a generic type, they become distributive when given a union type.

seems obvious now, though.

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

79599155

Date: 2025-04-29 20:25:54
Score: 3.5
Natty:
Report link

Adding Me.ListBoxName.SetFocus immediately after Me.ListBoxName.Value = resolved the issue.

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

79599154

Date: 2025-04-29 20:25:54
Score: 3.5
Natty:
Report link

I have written a small library myself with which DNS queries and updates can be carried out via DoH: GitLab - dnsclient.js You are also welcome to use my public DNS resolvers: www.dremaxx.de

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

79599140

Date: 2025-04-29 20:10:51
Score: 1
Natty:
Report link

It is only possible by using IDataObjectAsyncCapability. I don't know how to handle this with WinForms, but check my answer to my own question for some pointers in the right direction.

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

79599134

Date: 2025-04-29 20:04:49
Score: 1
Natty:
Report link

It is only possible by using IDataObjectAsyncCapability. How to use this from vb.net, I do not know. But check my answer to my own question for some pointers in the right direction.

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

79599128

Date: 2025-04-29 20:00:48
Score: 2.5
Natty:
Report link

There's a way to do this but with more cells?

I have a Resume sheet thats shows the total of several worksheets.
In the resume sheet I have a cell with the list of branches of the company.
In every worksheet i have a cell with the list of branches, so with a =filter() I can see the details of the branch selected in the resume worksheet.

So I want that anytime I change the branch in any worksheet, all the other cells change it's value to the branch I select y any worksheet

I'm not sur if I'm being clear enough

Reasons:
  • RegEx Blacklisted phrase (1): I want
  • Long answer (-0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Vlad Dracvl

79599126

Date: 2025-04-29 19:58:48
Score: 2
Natty:
Report link

With PyCharm 25.1

Main Menu -> Help -> Register to see if the edition and licensing info

Main Menu -> Help -> Register to activate licenses

Main Menu -> Help -> About to check the build number of PyCharm

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

79599121

Date: 2025-04-29 19:56:47
Score: 1
Natty:
Report link

If you find yourself here in 2025, add these lines to your gitlab-ci.yml stage:

hooks:
    pre_get_sources_script:
      - sudo chown -R gitlab-runner:gitlab-runner .

The "pre_clone_script" tag in the accepted answer is now deprecated.

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

79599106

Date: 2025-04-29 19:44:44
Score: 1
Natty:
Report link

Try adding once-per-request="true" filter-all-dispatcher-types="false" use-authorization-manager="false" with http

<http pattern="/admin/**" once-per-request="true" filter-all-dispatcher-types="false" use-authorization-manager="false">
    <custom-filter ref="myLoginFormAuthenticationFilter" position="FORM_LOGIN_FILTER"/>
    ...
</http>

Migration Ref: - https://docs.spring.io/spring-security/reference/6.0/migration/servlet/authorization.html#_use_authorizationmanager_for_request_security

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

79599103

Date: 2025-04-29 19:41:43
Score: 1
Natty:
Report link

I still cannot figure out how to make SwiperJS responsive, but for anyone looking for a fix for similar issue, this simple CSS works:

FIX for Issue #2:

.swiper-slide:not(.swiper-slide-visible,.swiper-slide-active) {
    visibility: hidden;
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Dennis

79599102

Date: 2025-04-29 19:40:43
Score: 1.5
Natty:
Report link

I'm unsure where your data comes from, why it contains \n etc. Perhaps your problem is solved if instead of using columns and `text` you use the direct assignments of attributes to your string variable? Sth. like

    for o in current do {
        string objID = o."Absolute Number"
        string objText = o."Object Text"
        string objPrio = o."Priority"
…
 file <<"\n" objID "," "\"" objText "\"" "," "\"" objPrio "\"" …

if this does not work, please post an example of your data.

Reasons:
  • RegEx Blacklisted phrase (2.5): please post
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • High reputation (-1):
Posted by: Mike

79599085

Date: 2025-04-29 19:25:39
Score: 1.5
Natty:
Report link

Why http Host header is required to be sent can be understood by how Google Sites works.

Google sites allows us to create and then host static websites for free. But by default the site is hosted at sites.google.com. But Google Sites allows users to give the hosted site their own custom domain name and that too for free i.e I can enter www.mywebsite.com and the site created & hosted by google sites will open.

So do you think for every custom domain name, Google is going to provide an IPv4 address and host your site there for free?

No it doesn't work like that and this is where Host header comes into play.

When we set custom domain in Google Sites settings, it gives us an IPv4 address and we have to register this address with a DNS service provider against our purchased domain name.

  1. So when user enters domain name in the browser, its IP address is resolved to that shared by the Google.

  2. Browser sends http request to that IP address along with the host header as 'mywebsite.com'.

  3. At the server/gateway, appropriate website is returned depending on the host header.

So one IP address is able to host multiple websites.

----------------------------------------------

The above correctly explains how Host name is useful except that this is not how google sites actually work. One IP address can't host a million websites. How it works is a different answer.

Reasons:
  • Long answer (-1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): Why
  • Filler text (0.5): ----------------------------------------------
  • Low reputation (0.5):
Posted by: Ishekk ҆

79599082

Date: 2025-04-29 19:21:38
Score: 2
Natty:
Report link

What if you muted the audio, the browsers are trying to become more strict with auto-playing videos.

Citation: https://developer.chrome.com/blog/autoplay/

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Starts with a question (0.5): What if you
  • Low reputation (1):
Posted by: CubingNerd

79599068

Date: 2025-04-29 19:14:36
Score: 3
Natty:
Report link

You can check this solution out. I applied it on real application's service and found working as for Veracode Security Analyzer.

Reasons:
  • Blacklisted phrase (1): stackoverflow
  • Low length (1):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Akter

79599062

Date: 2025-04-29 19:09:34
Score: 0.5
Natty:
Report link

I successfully solved this issue after I changed my app/javascript/common.js into app/javascript/common.js.erb just by adding

pin "common"

into config/importmap.rb

It seems the only issue was that pin_all_from "app/javascript" ignored the .js.erb extension.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Petr ''Bubák'' Šedivý

79599061

Date: 2025-04-29 19:08:34
Score: 1.5
Natty:
Report link

It seems to work with -Dprism.forceGPU=true

I've not thoroughly tested, if there are side effects / performance issues though.

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

79599058

Date: 2025-04-29 19:05:33
Score: 1
Natty:
Report link

I was able to use a regex search in vs code to modify the output from pip freeze and find/replace with an empty string.

==[0-9.]+

The application I needed this for was an old app that was written in python 3.5 which work is making me update to run in 3.13 for future proofing. Many module versions weren't compatible from the default freeze.

Reasons:
  • Blacklisted phrase (0.5): I need
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Bukowskaii

79599038

Date: 2025-04-29 18:55:30
Score: 2
Natty:
Report link

Voximplant is releasing the update to move from the Experimental version of the Live API to the latest one (Preview) and the code specified above should work with it, just don’t forget to check the docs and remove all references to Experimental version

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

79599035

Date: 2025-04-29 18:54:30
Score: 4.5
Natty: 2.5
Report link

I tried both the below scripts, but i can see the new blank output file generated with no records. Can someone help with me with the working code as i am new to windows scripting.

@echo off
setlocal enabledelayedexpansion
set inputCSV=%1
set outputCSV=%2

(for /f "tokens=*" %%a IN (%inputCSV%) DO (
  set column=0
  set "line="
  for %%i in ( %%a ) do ( 
    set /a column+=1
    set value=%%~i
    if !column!==4 (   
      if "!value!"=="" set "value=0"
    ) 
    set "line=!line!,"!value!"" 
  )
  echo !line:~1!
))>%outputCSV%
@echo off
setlocal enabledelayedexpansion
set inputCSV=%1
set outputCSV=%2

(for /f "tokens=1-4,* delims=," %%a IN (%inputCSV%) DO (
    if "%%d"=="""" (set "value="000"") else (set "value=%%d")
    echo %%a,%%b,%%c,!value!,%%e
))>%output.csv
Reasons:
  • RegEx Blacklisted phrase (3): Can someone help
  • RegEx Blacklisted phrase (1.5): i am new
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Srini

79599034

Date: 2025-04-29 18:53:29
Score: 2.5
Natty:
Report link

Similar to @bjorn-hjorth, i found i'd accidentally added tsc to my package.json. Removing it from there fixed the issue!

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • User mentioned (1): @bjorn-hjorth
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Max Cascone

79599033

Date: 2025-04-29 18:53:29
Score: 1
Natty:
Report link

SQL Server will also recognize 'true' or 'false' and substitute it to the appropriate bit value - might be more visual.

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • High reputation (-1):
Posted by: Roman Goyenko

79599026

Date: 2025-04-29 18:50:28
Score: 1.5
Natty:
Report link

This worked for me, making the default value depend on a value retrieved elsewhere (typically a database record):

https://stackoverflow.com/a/79240058/21538825

Reasons:
  • Blacklisted phrase (1): stackoverflow
  • Whitelisted phrase (-1): This worked for me
  • Whitelisted phrase (-1): worked for me
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Marc Schluper

79599023

Date: 2025-04-29 18:49:28
Score: 1
Natty:
Report link

Recently ran into this issue as well. My problem is that I want to apply the same piped commands to multiple files. I ended up getting away with a simple shell loop. In case helpful:

for file in $(<command_that_produces_list_of_files_of_interest>); do
  grep " 287 " $file | grep HI | xargs sed -i 's/HIS/HID/g' ;
done
Reasons:
  • RegEx Blacklisted phrase (1): I want
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Z_K

79599021

Date: 2025-04-29 18:48:27
Score: 0.5
Natty:
Report link

For me, I just needed to add "python.analysis.extraPaths": ["${workspaceFolder}/modules"] to the <projectroot>/.vscode/settings.json file. Note that pylint CLI was not showing this error, only VSCode

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

79599020

Date: 2025-04-29 18:47:27
Score: 0.5
Natty:
Report link

Maybe you're looking for

def actUponTry(functionApi: FunctionApi): Unit = {
  functionApi.computeTry {
    case Success(str) => ???
    case Failure(e)   => ???
  }
}

https://scastie.scala-lang.org/DmytroMitin/Axi9gMbXRImB9qlonWDEWA/1

Reasons:
  • Blacklisted phrase (1): ???
  • Probably link only (1):
  • Low length (1):
  • Has code block (-0.5):
  • High reputation (-2):
Posted by: Dmytro Mitin

79599015

Date: 2025-04-29 18:45:26
Score: 1
Natty:
Report link

Good ol' close VS down and open it back up again worked for me... pretty incredible that you can get the "ctrl-K, ctrl-D command (Format Document) is not available here" when you have a json file open one minute, close down VS, reopen the json and ctrl-K ctrl-D works.

Reasons:
  • Whitelisted phrase (-1): worked for me
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Jason D.

79599013

Date: 2025-04-29 18:44:26
Score: 2
Natty:
Report link

The cshtml files are served as part of razor views. Your startup app would have a default route to a controller and default view. You should look further at using ASP.Net Core mvc here: https://learn.microsoft.com/en-us/aspnet/core/mvc/controllers/routing?view=aspnetcore-8.0

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

79599012

Date: 2025-04-29 18:43:26
Score: 3
Natty:
Report link

You can proceed by following the Modbus Connector Configuration steps in the Thingsboard IoT Gateway documentation.

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

79599006

Date: 2025-04-29 18:40:25
Score: 0.5
Natty:
Report link

The reason why you are getting the error: ‘operation cannot write within the same region aws-eu-west-1’ is because of the limitation of the BigQuery Omni in AWS S3.

BigQuery Omni only allows querying data stored in external systems like AWS S3 but does not support writing back to that external source. The workaround is you can write or insert data to BigQuery and manage it in BigQuery then export it back to AWS S3. Please be mindful also of the cost the will incur in writing the data to BigQuery and you must have the necessary IAM permission to read in your AWS S3 bucket.

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

79599004

Date: 2025-04-29 18:39:24
Score: 1.5
Natty:
Report link
podman unshare chown -R 0:0 <directory>

The above command would change the ownership back to the user under which podman is running

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

79599003

Date: 2025-04-29 18:39:24
Score: 3
Natty:
Report link

Try to change that line to

self.setWindowModality(Qt.WindowModal)

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

79598991

Date: 2025-04-29 18:35:23
Score: 1.5
Natty:
Report link

RESOLVED: (1) with only Nodejs Buildpack installed, getting error referenced in question, (2) Added Ruby Buildpack, as suggested, (2) git push successful, however git push heroku main failed with errors about yarn installation and suggestion that I add an empty yarn.lock file, which I did, [ An aside / FYI, the fail re the yarn installation's location led me to this thread, however, it wasn't the issue: https://github.com/yarnpkg/berry/issues/5380 ], (3) git push successful, however git push heroku main failed because I had a package-lock.json & a yarn.lock file. Here is the obscure Heroku help page that resolved it: https://help.heroku.com/0KU2EM53/why-is-my-node-js-build-failing-because-of-conflicting-lock-files After removing the package-lock.json file and adding it to .gitignore, my Heroku build is successful and deploys correctly. Bottom-line: Conflicting package.json and yarn lock file, NOT a ruby issue.

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

79598989

Date: 2025-04-29 18:34:23
Score: 2
Natty:
Report link
<?php
exec('taskkill /f /im node.exe');
?>
Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: user2419119

79598984

Date: 2025-04-29 18:30:22
Score: 4
Natty: 4.5
Report link

Try https://dlldump.com/download-dll-files_new.php/dllfiles/G/GDIPLUS.DLL/5.1.3097.0/download.html

This worked fine for me, i have win2k in Oracle VirtualBox :-)

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

79598982

Date: 2025-04-29 18:29:21
Score: 1.5
Natty:
Report link
 minWidth: MediaQuery.of(context).size.width * 0.5,
 maxWidth: MediaQuery.of(context).size.width * 0.7,
//use minwidth looks great for the text of short messages 
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Aditya Verma

79598981

Date: 2025-04-29 18:29:21
Score: 3
Natty:
Report link

We made a chome extension for easy visualisation of FIX messages in your browser. Have a look here. FIX Message Toolkit

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

79598978

Date: 2025-04-29 18:28:21
Score: 1
Natty:
Report link

I think you’re right — radio buttons feel more appropriate, since the user is choosing one option from a set. Tabs are for navigating between views or sections, not for making a selection.

For the dynamic content, you can still show or hide it based on which radio is selected. Just update the visible content with JavaScript and if accessibility is a concern, consider using aria-live="polite" so screen readers announce the change.

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

79598977

Date: 2025-04-29 18:28:21
Score: 0.5
Natty:
Report link

While the other answers here are correct, I just wanted to add that you can define thenot(X) function like so:

not(X) :- \+ X.

Then you can evaluate things like not(true) or not(1 = 2) or not(male(X)) just like you wanted to do in your original question.

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

79598971

Date: 2025-04-29 18:24:20
Score: 1
Natty:
Report link

The problem in your code is that you're not returning the result from your function. In Python, a function that doesn't explicitly return a value will return None by default.

def add_numbers(a, b):
    result = a + b
    return result  # Add this

print(add_numbers(3, 5))
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Abdellah Abnoune

79598970

Date: 2025-04-29 18:24:20
Score: 1
Natty:
Report link

This code works thansk to ESRI developer helping solve it.

var rows = $ ("#roomUseTable").jqxGrid ("getrows");

    for (var i = 0; i < rows.length; i++) {
        // if value of field 'OBJECTID' is in roomsAssignedData array
        if (roomsAssignedData.includes (rows[i].OBJECTID)) {
            // add row to selection
            $ ('#roomUseTable').jqxGrid ('selectrow', i);
        }
    }
Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: MrKirkwood

79598966

Date: 2025-04-29 18:21:19
Score: 1.5
Natty:
Report link

you need to do return:

def add_numbers(a, b):
    return a + b

print(add_numbers(3, 5))
Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Tinyfold

79598957

Date: 2025-04-29 18:10:17
Score: 1.5
Natty:
Report link

It can be done utilizing an SVG, as shown in this answer: How to make spiral text in html using css or javascript

or you can play with the concept in this pen: https://codepen.io/geoffgraham/pen/NgwWBj

<svg viewBox="0 0 500 500">
<path id="curve" d="M73.2,148.6c4-6.1,65.5-96.8,178.6-95.6c111.3,1.2,170.8,90.3,175.1,97" />
<text width="500">
  <textPath xlink:href="#curve">
    Dangerous Curves Ahead
  </textPath>
</text>
Reasons:
  • Probably link only (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Squishy

79598955

Date: 2025-04-29 18:10:17
Score: 0.5
Natty:
Report link

I am doing a binomial not neg binomial but I would think this section from the documentation can help. I have site and individuals and ended up trying to nest but it looks like it gives the same effect as doing (1 |site) + (1|AnimalID).

"specify a model for the random effects, in the notation that is common

to the nlme and lme4 packages. Random effects are specified as x|g,

where x is an effect and g is a grouping factor (which must be a factor

variable, or a nesting of/interaction among factor variables). For example,

the formula would be 1|block for a random-intercept model or

time|block for a model with random variation in slopes through time

across groups specified by block. A model of nested random effects

(block within site) could be 1|site/block if block labels are reused

across multiple sites, or (1|site)+ (1|block) if the nesting structure

is explicit in the data and each level of block only occurs within one

site. A model of crossed random effects (block and year) would be

(1|block)+(1|year)."

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

79598953

Date: 2025-04-29 18:09:16
Score: 0.5
Natty:
Report link

I had a similar issue where the MaterialToolbar title and navigation/menu icons appeared misaligned or not centered properly. After some investigation, I found that the problem was caused by the app theme.

If you're using:

<style name="Base.Theme.YourApp" parent="Theme.Material3.DayNight.NoActionBar" />

You might experience layout inconsistencies with MaterialToolbar, since Material3 (Material You) components aren't fully compatible with some of the older MaterialComponents views like MaterialToolbar.

Change your app theme to use MaterialComponents instead of Material3:

<style name="Base.Theme.YourApp" parent="Theme.MaterialComponents.DayNight.NoActionBar" />

After switching to MaterialComponents, the toolbar title and icons were properly aligned.

override fun onCreate(savedInstanceState: Bundle?) {
    enableEdgeToEdge()
    super.onCreate(savedInstanceState)

    [...]

    ViewCompat.setOnApplyWindowInsetsListener(binding.topAppBar) { view, windowInsets ->
        val insets = windowInsets.getInsets(WindowInsetsCompat.Type.systemBars())
        view.updatePadding(
            top = insets.top,
            left = insets.left,
            right = insets.right
        )
        WindowInsetsCompat.CONSUMED
    }

    setSupportActionBar(binding.topAppBar)
    // other setup code...
}

Hope this helps someone facing the same issue!

Reasons:
  • Whitelisted phrase (-1): Hope this helps
  • Long answer (-1):
  • Has code block (-0.5):
  • Me too answer (2.5): facing the same issue
  • Low reputation (0.5):
Posted by: Alessandro Krasota

79598951

Date: 2025-04-29 18:07:15
Score: 2
Natty:
Report link

In Power Automate, do the following:

  1. Go to My Flows

  2. Create a new automated cloud flow

  3. Search for Power BI triggers -> Select When a data driven alert is triggered

As for updating the excel file, I would need more information. What is the data source of your report?

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
Posted by: iBeMeltin

79598948

Date: 2025-04-29 18:06:15
Score: 3.5
Natty:
Report link

follow up question - where do you see this trigger in the UI? or is it just available via SQL query

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