79256351

Date: 2024-12-05 22:08:39
Score: 2
Natty:
Report link

Not sure if this is a valid answer any longer since it is nigh impossible to install a 32-bit version of office on a win10 machine. I believe the last version of office that did so successfully was office 2010.

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

79256336

Date: 2024-12-05 22:00:37
Score: 1.5
Natty:
Report link

Combining the suggestions of @wch1pink, @Mockman and @Ted Wrigley here are two approaches:

set AppFolder to path to applications folder
set NumLoc to AppFolder & "Numbers.app" as string

try
    NumLoc as alias
    set NumExists to true
on error
    set NumExists to false
end try

The setting of the variable is just for illustration. Or more directly:

if exists application "Numbers" then
    set NumExists to true
else
    set NumExists to false
end if
Reasons:
  • Has code block (-0.5):
  • User mentioned (1): @wch1pink
  • User mentioned (0): @Mockman
  • User mentioned (0): @Ted
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Philip Kearns

79256332

Date: 2024-12-05 21:58:37
Score: 3
Natty:
Report link

I have no doubt that a selenium-based approach has merit, but @AKX's suggestion in the comments to pull the .jsonb file from the Network inspector was the simplest solution.

I hadn't thought to do this, as this is non-standard behaviour for the webtool, from what I have seen so far.

Doing this let me have access to a a bunch of json data wrapped in eval(), i.e eval({...}). Trivial from there.

Reasons:
  • RegEx Blacklisted phrase (2): I have no doubt
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Jonsey

79256330

Date: 2024-12-05 21:58:37
Score: 0.5
Natty:
Report link

I may be misunderstanding your question, but I think this is all you need:

ggplot(data = data, aes(x = x, y = y, color = Variable)) + geom_point() + scale_color_manual(values = color_plot)

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

79256328

Date: 2024-12-05 21:57:36
Score: 0.5
Natty:
Report link

bquery is only compatible with Python 2.7, 3.5 - 3.7. It doesn't support your Python version (3.13). You can find a similar package that is maintained as this hasn't been maintained in 5 years. But if you must use this, downgrade your Python to a supported version.

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

79256322

Date: 2024-12-05 21:54:36
Score: 0.5
Natty:
Report link

AES-128-GCM is currently (as of Dec. 2024) unsupported by Keycloak for SAML encryption, per Keycloak#14464:

... our SAML encryption always uses "http://www.w3.org/2001/04/xmlenc#aes128-cbc" as the encryption for encrypting SAML assertions etc. We don't even have any way to override it in the configuration. We do not need to limit ourselves to the original XML encryption spec. Keycloak uses Apache Santuario which supports also GCM (and other) algorithms since Santuario 1.5.0 (we're on 2.2.3) via BouncyCastle. We do not use those at this moment, but technically it should be relatively straightforward...

Given that there is a linked discussion further down that appears to be closed, it would appear the Keycloak has no imminent intention to support GCM over CBC.

If you are looking for a quick way to test your SP with an Identity Provider that supports GCM, I would look to something like SimpleSAMLphp which is very easy to deploy and supports GCM.

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

79256316

Date: 2024-12-05 21:48:35
Score: 3
Natty:
Report link

In case someone else runs into this: iroh's answer helped me realize I was using AppIntent instead of LiveActivityIntent, which presented identical symptoms.

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

79256305

Date: 2024-12-05 21:44:34
Score: 1
Natty:
Report link

The solution for me was to add filename prefix. say i want to generate migrations with names migration-xxxxx in migrations folder.

then instead of

npm run typeorm -- --dataSource=src/database/data-source.ts migration:generate src/database/migrations

i will have to run

npm run typeorm -- --dataSource=src/database/data-source.ts migration:generate src/database/migrations/migration
Reasons:
  • RegEx Blacklisted phrase (1): i want
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: swaap

79256299

Date: 2024-12-05 21:41:33
Score: 2
Natty:
Report link

you probably found out, you have a spelling. You need to write:

    {% bs_icon 'alarm' %}
Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Search Bug and Destroy

79256296

Date: 2024-12-05 21:40:32
Score: 2
Natty:
Report link

The code is working for me, please try it:

msg.addMessage({
  contentType: 'text/html',
  data: `This is an <b>auto-reply</b>` // changed " to `
});

I simply changed " to ` and the code is working fine.

mail i got replied by the code

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: もぐもぐぷりん

79256282

Date: 2024-12-05 21:33:31
Score: 2
Natty:
Report link

It is now possible (at time of writing in OL 10.3.1 but I don't know in which version it was introduced). Ref https://openlayers.org/en/latest/examples/google.html and https://openlayers.org/en/latest/apidoc//module-ol_source_Google-Google.html

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

79256281

Date: 2024-12-05 21:33:31
Score: 1.5
Natty:
Report link

Figured this out - I'd created the file improperly. To resolve I:

  1. Deleted the current .gitignore file
  2. Committed
  3. Created it again via touch .gitignore
  4. Pasted the contents in
  5. Recommitted
  6. Created my venv again, and lo and behold, the files were actually ignored this time
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: grammcrackerr

79256274

Date: 2024-12-05 21:29:30
Score: 2.5
Natty:
Report link

Looked around debug info and found grid reference. This works just fine: var grid = $(e.delegateTarget).data("kendoGrid");

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

79256268

Date: 2024-12-05 21:28:30
Score: 3
Natty:
Report link

You got to be kidding me! I have been stuck on the same issue for hours. I didn't know we have to regenerate the keys after changing the permissions

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

79256265

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

In Visual Studio 2022 Version 17.13.0, you can disable the tooltip without disabling the feature.

Options->Intellicode-Advanced->Hide the tip shown with gray text

enter image description here

Reasons:
  • Probably link only (1):
  • Low length (1):
  • Has code block (-0.5):
  • High reputation (-1):
Posted by: Josh Noe

79256260

Date: 2024-12-05 21:25:28
Score: 4
Natty:
Report link

How did you install 22.04. I get errors when attempting to boot the installation media.

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): How did you in
  • Low reputation (1):
Posted by: J Bernstein

79256241

Date: 2024-12-05 21:18:26
Score: 0.5
Natty:
Report link

One thing that's wrong is you have

"@badeball/cypress-cucumber-preprocessor": "^21.0.3", 
...
"cypress-cucumber-preprocessor": "^4.3.1",

Get rid of the old defunct v4.3.2 as it probably causes problems all over the place. Also make sure it's gone from cypress.config.js.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Karen.Schlossberg

79256221

Date: 2024-12-05 21:09:24
Score: 1
Natty:
Report link

In my case I solved it by changing MAIL_ENCRYPTION=ssl to MAIL_ENCRYPTION=tls in .env file

Reasons:
  • Whitelisted phrase (-2): I solved
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: exem

79256219

Date: 2024-12-05 21:09:24
Score: 2.5
Natty:
Report link

For anyone that is wondering, the issue is likely with React Native's handling of File types differing from HTML/javascript web file handling. The issue was not able to be easily resolved after days of trying, so I made a Python Flask API endpoint and sent the picked file there and used Python to send it to elevenlabs, and returned the voice ID back to my RN app. This approach is not ideal, but works in my application for now.

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

79256211

Date: 2024-12-05 21:02:23
Score: 1.5
Natty:
Report link

Can you verify that the account that runs the process on the server has access to the Microsoft.Online.SharePoint.PowerShell module? Login to the system as the user and run Get-Module Microsoft.Online.SharePoint.PowerShell -ListAvailable

If that doesn't return anything, add the module's installation folder to the user's PSModulePath environment variable.

Reasons:
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): Can you
  • Low reputation (1):
Posted by: Ashimbo

79256195

Date: 2024-12-05 20:55:21
Score: 2
Natty:
Report link

I had this issue why I tried to abort pip install which ended up with a corrupt venv directory. Creating a new venv resolved the issue.

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

79256190

Date: 2024-12-05 20:53:20
Score: 1
Natty:
Report link

I figured this out after a couple more hours of investigating.

The problem was indeed .NET upgrade assistant. When upgrading from .NET framework 4.7.2 to .NET 8.0, upgrade assistant had set GenerateAssemblyInfo to False in the csproj file, but then deleted the assemblyinfo file and put the fileversion and assemblyversion into the csproj file instead.

I have no idea why it did that, but after deleting the GenerateAssemblyInfo False line (could also set it to true, but true is the default) the compiler was properly reading the csproj file for the assembly version information.

You could also manually copy/paste the old assemblyinfo file contents into a random file in your application as that apparently works now (I had placed it at the top of the Form1.cs file), but I think the intention going forward is to have that placed in the csproj file as propertygroup items. Copying the old assemblyinfo lines could lead to confusion later (and in fact could cause exceptions in some cases).

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

79256182

Date: 2024-12-05 20:50:19
Score: 1
Natty:
Report link

What you described is very similar to react strict mode behavior. If you're in development mode, it is active by default

This is the relevant part from the documentation:

Strict Mode enables the following development-only behaviors:

Your components will re-render an extra time to find bugs caused by impure rendering. Your components will re-run Effects an extra time to find bugs caused by missing Effect cleanup. Your components will re-run refs callbacks an extra time to find bugs caused by missing ref cleanup. Your components will be checked for usage of deprecated APIs.

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Starts with a question (0.5): What you
  • Low reputation (0.5):
Posted by: Kaveh Movahedi

79256167

Date: 2024-12-05 20:44:17
Score: 1.5
Natty:
Report link

I think a more modern solution could look like this:

subjects.filter(subject => !(['Spanish', 'History'].includes(subject)))
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: R3IN3K3

79256166

Date: 2024-12-05 20:43:17
Score: 2
Natty:
Report link

I would have liked to post this as a comment instead of an answer, but I lack the reputation. The post linked below reports similar issues that were addressed by upgrading to a more current version of Weld.

https://github.com/weld/weld-testing/issues/83

You may want to try this, but it could be complex - I'm not sure if this would introduce incompatibilities with the remainder of the project configuration and other dependencies.

Reasons:
  • Whitelisted phrase (-1): try this
  • RegEx Blacklisted phrase (1.5): I lack the reputation
  • No code block (0.5):
  • Low reputation (1):
Posted by: JJW

79256161

Date: 2024-12-05 20:41:16
Score: 2.5
Natty:
Report link

The previous line ($ErrorActionPreference = 'Stop';) is missing the ` character so the next line stays inside the PowerShell command.

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

79256155

Date: 2024-12-05 20:39:15
Score: 1
Natty:
Report link

Oracle ADW performs best when using its bulk load capabilities. You can enable it by setting a specific connection property:

.option("oracle.jdbc.defaultBatchValue", "5000")

And try use defaultRowPrefetch 100 which tells the Oracle driver how many rows to fetch (default is 10).

Hope it helps.

Reasons:
  • Whitelisted phrase (-1): Hope it helps
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Eduardo Cunha

79256152

Date: 2024-12-05 20:38:14
Score: 4
Natty:
Report link

Just switch to MomentJs, dayjs is just some bSHHHHHHHHHHHHHHHHHHH

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Filler text (0.5): HHHHHHHHHHHHHHHHHHH
  • Low reputation (1):
Posted by: Kenneth Quinto

79256148

Date: 2024-12-05 20:36:13
Score: 1
Natty:
Report link

Firestore doesn't support so-called update queries, where you pass the conditions and the new values in a single API call. So you'll have to indeed first execute the query, and then update each document as you do now.

Also see:

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • High reputation (-2):
Posted by: Frank van Puffelen

79256147

Date: 2024-12-05 20:35:12
Score: 8.5 🚩
Natty: 5.5
Report link

Were you able to integrate the Google Calendar API with Delphi?

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

79256137

Date: 2024-12-05 20:30:10
Score: 3
Natty:
Report link

U need Unkrainian Unicode layout installed both in Adobe and in the Windows system

)

I'm still searching the solution for that on Windows 11 Pro, installed on 2014 Macbok Pro) No Luck still)))

Looking for a custom made keyboard layout... (Looks like)

ostapkr@gmail if you need updates on my luck on this))))

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

79256134

Date: 2024-12-05 20:28:10
Score: 1.5
Natty:
Report link

Azure currently does not support in-place restores using the Point-in-Time Recovery feature of Azure PSQL Flexible server, so you have to always initially create a standalone flexible server resource. There is no one-click way to get Terraform to recognize this newly restored server without adding it to your Terraform code first and then using Terraform import commands. Deleting the original server will not address any state management issues.

The other alternative outside of imports would be to add some additional complexity to your Terraform code to conditionally create the restored server and manage in-line import blocks. Given that approach requires a bit of a deep dive I wrote an article here for further review.

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

79256132

Date: 2024-12-05 20:28:10
Score: 1.5
Natty:
Report link

I implemented the example from scratch again and this time accidentally forgot to make directories final and it magically worked. I have been able to confirm removing the final keyword results in the expected result. Good to know

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

79256131

Date: 2024-12-05 20:27:09
Score: 3.5
Natty:
Report link

Found it ! I can make a regex search for

/href=""(.*)""/

and replace with:

href="$1"

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

79256125

Date: 2024-12-05 20:24:08
Score: 1
Natty:
Report link

If you arrive here after December 4, 2024 by searching the error - unsupported request - method type: get like I did, it is because Facebook shut down the Instagram Basic Display API product. It was deprecated on September 4, 2024 and 90 days later, made unavailable.

I completed business verification and was approved, but this did not fix the error. It might be needed in addition to the following changes, but since I verified first, I can't say for sure.

With the error unresolved, I found a newer question on S/O with some helpful info: What is the alternative for instagram basic display api since its deprecated?

Facebook/Meta blog: Update on Instagram Basic Display API

Ultimately I had to create a new app, re-add and authorize users, generate and use new tokens. Generally I followed this guide: API setup with Instagram login. It wasn't too bad but my usage was simple, displaying a feed of the pictures from an account.

Reasons:
  • Blacklisted phrase (1): this guide
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (0.5):
Posted by: whatsupdock

79256120

Date: 2024-12-05 20:22:07
Score: 1
Natty:
Report link

If you are using SAS tokens, I believe your authorization header should start with "jwt-sas" as shown here: https://learn.microsoft.com/en-us/azure/azure-maps/how-to-secure-sas-app#real-world-example

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

79256119

Date: 2024-12-05 20:21:07
Score: 0.5
Natty:
Report link

The accepted answer is good, but setting a private member to Console.Out felt like a bit of a hack so I decided to go further. Turns out you don't really need the reference to originalOut at all, but rather just need to call the base methods in your overrides. Here is my complete example using StreamWriter as the base (also a .NET 8 project with Nullable enabled).

public class DatePrefixWriter(string filename, FileStreamOptions fsopts) : StreamWriter(filename, fsopts)
{
    private bool atLineStart = true;
    public override System.Text.Encoding Encoding
    {
        get { return new System.Text.ASCIIEncoding(); }
    }
    public override void WriteLine(string? message)
    {
        this.Write(string.Format("{0}{1}", message, this.NewLine));
    }
    public override void Write(string? message)
    {
        if(atLineStart) //I want to ensure timestamps are only written once per line
            base.Write(string.Format("{0}> {1} ", DateTime.Now, message));
        else
            base.Write(message);
        
        atLineStart = message?.EndsWith(NewLine) ?? atLineStart;
    }
}

You can configure the writer in the Program main() with the code below. Another advantage to the method above is that the same class can be used with Console.SetError()

Console.SetOut(
    new DatePrefixWriter(logFileName, new FileStreamOptions() {
        Mode = FileMode.Append,
        Access = FileAccess.Write
    }) { AutoFlush = true }
);
Reasons:
  • RegEx Blacklisted phrase (1): I want
  • Long answer (-1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Flynn W SCT

79256115

Date: 2024-12-05 20:19:04
Score: 7 🚩
Natty: 6.5
Report link

Password .rar from the video???

Reasons:
  • Blacklisted phrase (1): ???
  • Low length (2):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Haider Cantillo

79256114

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

Use the .as_module() method.

Text_01 contains:

fruit = "apple"

Text_02 contains:

import bpy
text_01 = bpy.data.texts['Text_01'].as_module()

print(text_01.fruit)

here is a screenshot that might help

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

79256111

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

the proplem is that your user model is in under App/Model namespace

So you must update auth.php file as below

'providers' => [
'users' => [
    'driver' => 'eloquent',
    'model' => App\Model\User::class,
],

],

it will work fine

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

79256099

Date: 2024-12-05 20:10:00
Score: 1
Natty:
Report link

I had same problem, and i solved by taking the cookieParser middleware above the routes middleware

Reasons:
  • Whitelisted phrase (-2): i solved
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Samuel Ephrem

79256093

Date: 2024-12-05 20:08:00
Score: 1.5
Natty:
Report link

redisinsight is run in port 5540 not 8001

redisinsights: image: redislabs/redisinsight:latest restart: always ports: - '5540:5540' volumes: - ./data/redisinsight:/db

try open now

localhost:5540 it will open

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

79256092

Date: 2024-12-05 20:06:59
Score: 2.5
Natty:
Report link

If anyone stumbles upon this, logic apps now have a setting to turn on pagination. So within the HTTP call, you can go into the settings and set the desired threshold, so you no longer have to page through.

Additional details can be found here: https://learn.microsoft.com/en-us/azure/logic-apps/logic-apps-exceed-default-page-size-with-pagination

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

79256090

Date: 2024-12-05 20:06:59
Score: 3
Natty:
Report link

redisinsight is run in port 5540 not 8001

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

79256088

Date: 2024-12-05 20:04:58
Score: 3
Natty:
Report link

redisinsight is run in port 5540 not 8001

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

79256083

Date: 2024-12-05 20:02:57
Score: 0.5
Natty:
Report link

Use the cast. When writing code, correctness and maintainability are both important. While both choices may give you the correct answer, only one is obviously "i want to cast an int to a double". The other is "why is this number being multiplied by 1.0? this looks useless. oh, it's an int, so this makes it a double", which is useless cognitive load that you impose on the future reader of the code (which might be you in 3 months wondering what 3 months younger you was thinking when they wrote that).

Reasons:
  • RegEx Blacklisted phrase (1): i want
  • RegEx Blacklisted phrase (0.5): why is this
  • Long answer (-0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • High reputation (-2):
Posted by: jtahlborn

79256082

Date: 2024-12-05 20:02:57
Score: 0.5
Natty:
Report link

It's easy with pandas:

import pandas as pd

header = pd.read_excel(r"test\header.xlsx") 
df = pd.read_excel(r"test\stations.xlsx", header=None) 
 
for i in df.index:
    df.loc[i,:].to_frame().T.to_excel(f'test/{i}.xlsx')
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: yellow_dot

79256076

Date: 2024-12-05 20:00:56
Score: 10 🚩
Natty: 4.5
Report link

Did you ever get to the bottom of this issue? I'm facing exactly the same problem...

Reasons:
  • RegEx Blacklisted phrase (3): Did you ever get to the
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): I'm facing exactly the same problem
  • Contains question mark (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): Did you
  • Low reputation (1):
Posted by: gumis

79256038

Date: 2024-12-05 19:47:52
Score: 5.5
Natty:
Report link

I was able to solve it by creating it with the help of CTE (Common Table Expression), where I created a table with the ranges between stations without nulls and made a join with the main table. This returned the expected result.

Thank you guys for the advise about the null values!

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • RegEx Blacklisted phrase (3): Thank you guys for the advise
  • Low length (0.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: ito

79256037

Date: 2024-12-05 19:47:51
Score: 4
Natty:
Report link

this is probably the answer https://stackoverflow.com/a/67212436/14011696

[Optional]
Public string Field {get; set;}
Reasons:
  • Blacklisted phrase (1): stackoverflow
  • Probably link only (1):
  • Low length (1.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: hershy kohn

79256031

Date: 2024-12-05 19:43:50
Score: 0.5
Natty:
Report link

Update

I have added the following policies to my amplify/backend.ts

const backend = defineBackend({
   auth,
   data,
   sendEmail
});

   backend.sendEmail.resources.lambda.addToRolePolicy(
     new PolicyStatement({
     actions: ['ses:SendEmail', 'ses:SendRawEmail'],
     resources: ['*']
   })
)

This is working now.

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

79256026

Date: 2024-12-05 19:42:50
Score: 0.5
Natty:
Report link

So found a way to work around this by checking if the element is present and only then applying : First check if EmployeeDetails is present Second check before we apply Descendants selector ( this is required otherwise Descendant selector check throws error stated if there are no child elements ) This checks if EmployeeDetails has any child elements

{
    (EmployeesInfo:{
        (EmployeeDetails:(payload.EmployeesInfo.EmployeeDetails.. )) if (!isEmpty(payload.EmployeesInfo.EmployeeDetails)  )
       
    })if (payload.EmployeesInfo.EmployeeDetails?)
}
Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: boomslaw

79256017

Date: 2024-12-05 19:39:48
Score: 2.5
Natty:
Report link

Update: I had someone clone this repo into their local environment and it worked perfectly fine for them. So I recloned and it is launching. It was some kind of caching going on causing the error from the IDE is my guess. Thanks for the help everyone!

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Whitelisted phrase (-1): it worked
  • Low length (0.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: EnigmaMachine1

79256013

Date: 2024-12-05 19:38:48
Score: 2.5
Natty:
Report link

Had the same issue: removed elements in mainform.ui, recompiled and ran the app. The changes didn't show up. I noticed that ui_mainwindow.h appeared in the project list under "headers". Removed this (with "delete from disk") and everything worked just fine. ui_mainwindow.h showed up newly built in the build directory, where it belongs. So I had two versions of this file, one still defining the form before editing.

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

79256005

Date: 2024-12-05 19:35:47
Score: 2
Natty:
Report link

I recently had this error without an outage for a first deploy and simply deploying again worked.

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

79256000

Date: 2024-12-05 19:34:47
Score: 0.5
Natty:
Report link

I was able to correct:

securityresources 
| where type == 'microsoft.security/assessments' 
| join kind=leftouter  (resourcecontainers 
            | where type == 'microsoft.resources/subscriptions'
            | project subscriptionId, subscription=name)
        on subscriptionId
| extend resourceId = tolower(tostring(properties.resourceDetails.ResourceId))
| join kind=leftouter  (resources | project resourceId=tolower(id), rtags=tags.SystemID, resourceName=name) on resourceId
| project 
    subscription,
    resourceGroup,
    resourceType=tostring(properties.resourceDetails.ResourceType), 
    recommendationName=properties.displayName, 
    description=properties.metadata.description, 
    remediationDescription=properties.metadata.remediationDescription, 
    recommendationSeverity=properties.metadata.severity, 
    portalLink=properties.links.azurePortal,
    resourceId,
    resourceName,
    SystemID=rtags
    ```
Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: SergeT

79255998

Date: 2024-12-05 19:33:47
Score: 1.5
Natty:
Report link

There was an update announced at Ignite, which says GPT-4o models will support these policies, and the updates are rolling out to API Management throughout the end of 2024.

In short - it's coming.

GPT-4o Support Announcement

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

79255991

Date: 2024-12-05 19:30:45
Score: 7.5 🚩
Natty: 4.5
Report link

necesito tu ayuda... Uso el c++ y al compilar me sale este error

enter image description here

Que debo de hacer . estoy construyendo el famoso tetris

Reasons:
  • Blacklisted phrase (2): ayuda
  • Blacklisted phrase (1): enter image description here
  • Blacklisted phrase (2): estoy
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Alex Valdivia

79255988

Date: 2024-12-05 19:30:43
Score: 4
Natty: 5
Report link

What did work for me was disabling ".eslintrc.json"

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): What did
  • Low reputation (1):
Posted by: Mariana Mena

79255981

Date: 2024-12-05 19:28:42
Score: 4
Natty:
Report link

This issue appears to be fixed as tested today (05/12/2024) on Safari on MacOS

enter image description here

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

79255975

Date: 2024-12-05 19:28:41
Score: 2.5
Natty:
Report link

To add 1 blank line after each line:

$ sed -e 's/$/\n/' file

To add 3 blank lines after each line:

$ sed -e 's/$/\n\n\n/' file

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

79255962

Date: 2024-12-05 19:19:39
Score: 1
Natty:
Report link

Firstly,

your 3D object is very small, meanwhile the canvas is 1200+ pixels in width and 866 pixels in height. When you use world position in the Render Mode, Unity interprets those values as a scale, just like any other GameObject in the scene. Additionally, your Canvas is inside an object, which means you have to work with local positions or scales.

Don't forget,

When using a Canvas in Unity, its dimensions depend on its Render Mode setting (e.g., Screen Space Overlay, Screen Space Camera or World Space). The Canvas behaves differently based on this mode. In World Space mode, the Canvas behaves like a regular GameObject object in the scene. Its Transform properties (i.e positions, rotations, scale etc..) are relative to the Unity world space, just like any other GameObject.

Check out theese document (https://docs.unity3d.com/2020.1/Documentation/Manual/UICanvas.html)

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

79255958

Date: 2024-12-05 19:17:38
Score: 3.5
Natty:
Report link

I have the same issue, I solved it by using:

include_once

or

require_once

instead of include.

Reasons:
  • Blacklisted phrase (1): I have the same issue
  • Whitelisted phrase (-2): I solved
  • Low length (1):
  • No code block (0.5):
  • Me too answer (2.5): I have the same issue
  • Low reputation (0.5):
Posted by: Wessam El Mahdy

79255950

Date: 2024-12-05 19:15:37
Score: 11.5
Natty: 7.5
Report link

do we have any solution for the above mentioned question?

Reasons:
  • Blacklisted phrase (1.5): any solution
  • RegEx Blacklisted phrase (2.5): do we have any
  • RegEx Blacklisted phrase (2): any solution for the above mentioned question?
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Resolver03

79255930

Date: 2024-12-05 19:08:34
Score: 1.5
Natty:
Report link

The issue is likely due to the versions of TLS Vercel supports (TLS 1.2 & 1.3)

Safari 6 (which is pretty old) only supports TLS 1.0. You should not downgrade your TLS to a lower, deprecated version. Your friend needs to upgrade their browser to a modern, more secure version.

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

79255912

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

Someone already gave me the answer elsewhere. It is the "editor::Hover" action, this is the default keymap excerpt:

"context": "Editor",
    "bindings": {
      "ctrl-k ctrl-i": "editor::Hover",
...

I just had to remap it because I already use ctrl-k for something else.

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

79255906

Date: 2024-12-05 18:57:30
Score: 4.5
Natty:
Report link

Other answers did not work for me on Windows within an interactive python session. I cannot do it from a command line as I need help on a COM object. I used the output argument mentioned by Clifford

def help_to_file(func, out_file="function_help.txt"):
    try:
        with open(out_file, "w") as f:
            h2f = pydoc.Helper(output=f)
            h2f(func)
        print(f"Help for '{func}' written to '{out_file}'")
    except Exception as e:
        print(f"Error writing help: {e}")

Then to use it:

help_to_file(str, "_str.txt")
Reasons:
  • Blacklisted phrase (0.5): I need
  • Blacklisted phrase (1): did not work
  • Blacklisted phrase (2.5): I need help
  • Blacklisted phrase (0.5): I cannot
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: NateA

79255896

Date: 2024-12-05 18:54:29
Score: 2
Natty:
Report link

For my environment Ubuntu Linux with Conda this works:

conda install -c conda-forge libffi

More info here: libGL error: MESA-LOADER: failed to open iris

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

79255885

Date: 2024-12-05 18:48:27
Score: 3
Natty:
Report link

`

enter code here

` enter code hereflutter create free_fine_app cd free_fine_app

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

79255881

Date: 2024-12-05 18:47:27
Score: 1
Natty:
Report link

After disabling JavaScript, the page anchors worked perfectly, no page reloading. This means there's a JavaScript event listener somewhere that is firing when a link in the primary nav is clicked on, and causing the page to reload. Find that function, review its intended purpose. If it's safe to do so, remove it, or adjust it's logic.

Reasons:
  • No code block (0.5):
  • Single line (0.5):
Posted by: Caleb

79255879

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

Here are the basic steps to creating a unique key:

diagram

The key consists of several parts, separated by a special symbol to facilitate parsing, the meaning of which is hidden from the end user and understandable only to the application. The table below shows the name and purpose of these parts.

Part Description
Data Content of encrypted expiration date and application data (optional).
This embedded data can be recovered after successful key verification.
Hash Checksum of key expiration date, encrypted application data, and environment identifiers.
Ensures the validity of the key during verification.
Seed The initialization value that was used to encrypt the data.
Allows to generate unique keys every time to increase cryptographic strength.

Here a tutorial: https://github.com/ng256/Activation-Key

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

79255868

Date: 2024-12-05 18:40:26
Score: 2.5
Natty:
Report link

SELECT A.*, B.Note FROM A LEFT JOIN ( SELECT fk, Note, ROW_NUMBER() OVER (PARTITION BY fk ORDER BY InsertDate DESC) AS rn FROM B ) B ON B.fk = A.pk AND B.rn = 1;

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

79255859

Date: 2024-12-05 18:37:25
Score: 2
Natty:
Report link

this is the problem: for example https://docs.google.com/forms/d/{formId}/edit is your edit link when you change "edit" to "viewform": https://docs.google.com/forms/d/{formId}/viewform google will imediately change your {formId} to a random Id this is for your security so that no one can get access to your edit form

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Khang Doan phuc

79255856

Date: 2024-12-05 18:36:24
Score: 2.5
Natty:
Report link

enter image description here

I've been wanting to create a random map with different countries for a game, so I used a Voronoi diagram.
At first, I created the diagram with small point distances, then I generated ten random points and considered the closest cells to those points as part of the country's region.
The result ended up like this.

Reasons:
  • Blacklisted phrase (1): enter image description here
  • No code block (0.5):
  • Low reputation (1):
Posted by: AhmadReza Hosseini

79255852

Date: 2024-12-05 18:34:24
Score: 3.5
Natty:
Report link

Very similar experience for me. I get this when I click on the "Installed" tab. enter image description here

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

79255848

Date: 2024-12-05 18:32:23
Score: 1.5
Natty:
Report link

You can open the C:\Windows\Fonts path in Explorer. The names available are the Font families of the fonts installed in the system. Once double clicked you can view all the fonts belonging to a family; E.g. with Fira Code:

Font Families enter image description here

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

79255847

Date: 2024-12-05 18:32:23
Score: 2.5
Natty:
Report link

Be sure you're not on release build where "debuggable" attribute is set to false by default in gradle.

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

79255838

Date: 2024-12-05 18:29:22
Score: 3.5
Natty:
Report link

Yes, the input layer needs to be size 49. The output layer needs to be size 1. Then it'll work for both the train and test data.

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

79255835

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

use:

 app:cardElevation="0dp"
Reasons:
  • Low length (2):
  • Has code block (-0.5):
  • Has no white space (0.5):
  • Low reputation (0.5):
Posted by: Nguyễn Mạnh Cường

79255832

Date: 2024-12-05 18:27:21
Score: 1
Natty:
Report link

I'm not sure exactly whats wrong, but here are a few things I'd check:

  1. Application Errors: There might be errors in your application that prevent it from starting. Check the container logs for any error messages (It looks like you did this though):
    docker logs <container_id>

  2. Port Binding: Ensure that the port 3000 is correctly exposed and mapped. Verify the port mapping with:
    docker inspect <container_id>

  3. Network Configuration: Ensure that the network configuration allows access to the container. Sometimes, firewall rules or Docker network settings can block access. I've run into this problem a few times myself.

  4. Command Issues: The CMD instruction in your Dockerfile might not be starting the application correctly. Verify that npx nx serve ebook-app works as expected outside of Docker. I usually use a web server like nginx so I'm not sure about your commands there.

  5. File Permissions: Ensure that the application files have the correct permissions and are accessible by the ebook-app user. It looks like you are setting them correctly, but it might be worth verifying.

  6. Dependency Issues: Ensure that all dependencies are correctly installed and there are no missing or incompatible packages. It seems from your question that there were no issues with the run npm install command, but its possible there was an issue there and maybe your logging level isn't showing it?

Give these a try and best of luck with the e-book development!

Reasons:
  • Long answer (-1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: user2946284

79255829

Date: 2024-12-05 18:26:21
Score: 3.5
Natty:
Report link

Had the same problem with the PDFView() in iOS 18 still, it froze on some users..

@jus11 your answer has led me to look at my Navigation logic. I use a NavigationStack and I add a few modifier to the view. After some testing it was the modifier .navigationTitle("") which froze everything, very strange. Removed it and worked like a charm.

So thanks for the direction and for the others: Look at your navigation stack.

(Had to post, can't comment yet)

Reasons:
  • Blacklisted phrase (0.5): thanks
  • Blacklisted phrase (1): worked like a charm
  • RegEx Blacklisted phrase (1): can't comment
  • Has code block (-0.5):
  • User mentioned (1): @jus11
  • Low reputation (0.5):
Posted by: Malte

79255825

Date: 2024-12-05 18:24:20
Score: 9 🚩
Natty: 5
Report link

I'm having the same issue.

Did your find any way to fix this ?

Reasons:
  • RegEx Blacklisted phrase (1.5): fix this ?
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): I'm having the same issue
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: David Lambourdiere

79255822

Date: 2024-12-05 18:23:19
Score: 1.5
Natty:
Report link

You could also concatenate the id to the URL string:

const id = someId; 
const response = await request.delete('/public/v2/users/' + id);
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: vermenea

79255820

Date: 2024-12-05 18:23:19
Score: 1.5
Natty:
Report link

Use --use-libraries

Try updating your Podfile by modifying the target 'Runner' block. Add use_frameworks! :linkage => :static as follows:

target 'Runner' do

use_frameworks! :linkage => :static

use_modular_headers!

flutter_install_all_ios_pods File.dirname(File.realpath(FILE)) end

Then, run:

pod install --repo-update

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

79255818

Date: 2024-12-05 18:22:19
Score: 0.5
Natty:
Report link

I wrote it like this ↓↓↓ It may not be correct but it worked well

salTransportType = _context.SalTransportType.Where(t=>t.TransTypeId != null).ToList();
Reasons:
  • Whitelisted phrase (-1): it worked
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Virus 32

79255817

Date: 2024-12-05 18:21:19
Score: 1.5
Natty:
Report link

Querying sys.objects gives you all user created objects in SQL server.

Querying sys.sysobjects gives you all system-created objects.

Thus, if you want to see all user created objects, query this view

SELECT * FROM sys.objects

if you want to see all user created tables and user created procedures, query sys.tables and sys.procedures, respectively

SELECT * from systables SELECT * from sys.procedures

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

79255814

Date: 2024-12-05 18:20:18
Score: 3
Natty:
Report link

the correct statement for scatter use the following.. import matplotlib.pyplot as plt

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

79255809

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

Try changing Sprite Mode to multiple and select your sprite in sprite editor mode then apply it. You'll see another sprite in your main sprite that one you crop. Try drag that one.

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

79255807

Date: 2024-12-05 18:17:18
Score: 2.5
Natty:
Report link
<div className="flex flex-row justify-center items-center">Your text</div>
Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: SHUBHAM LONGIA

79255798

Date: 2024-12-05 18:16:17
Score: 1
Natty:
Report link

I am just providing a small fix to the reflector line:

const guards = allowedGuards.map((guardReference) => this.moduleRef.get<CanActivate>(guardReference, { strict: false }), );

In case the guards are not instantiated properly. Also, to have the guards being trigger correctly in the multiple guard, it should be above each API call, not in the whole Controller class concept.

Reasons:
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: cktakata

79255792

Date: 2024-12-05 18:14:17
Score: 2
Natty:
Report link

For the OP this was a matter of insufficient permissions, but I am trying to package a rails app in a nix package. Nix packages are created in a read-only fs for security and enforcement of conventions. I can set the rails log and tmp/* dirs at the command line to /var/lib/… but under no circumstances will a mkdir in the package (container) work. for some reason railties/lib/rails/commands/server/server_command.rb has a mandatory mkdir and no error handling, so when I try to start the server (even though I've remapped the tmp and log dirs) it still tries to create these subdirs. When it fails, the server exists with an error. I can comment out line 35 of server_commmand.rb and everything is peachy, but clearly that's not production safe. I've also tried monkey patching RailsServer but there is a dependency tree issue that is too deep rooted to be safe for production use. I am hoping one of you clever wizards knows something that I don't that will make it possible to run a rails server on

Reasons:
  • Blacklisted phrase (1): I am trying to
  • Long answer (-1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Tucker Bradford

79255777

Date: 2024-12-05 18:08:15
Score: 3
Natty:
Report link

I have found the answer! It had something to do with the .env file from my laravel... The file wasn't correctly configured and i changed the APP_URL to: APP_URL=http://localhost:8000. and now with some time loading the backend loads on my chrome.

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

79255771

Date: 2024-12-05 18:06:15
Score: 3
Natty:
Report link

How can i use genvar as part of module name and use different modules inside generate block? like this

genvar i; for () begin some_modulei inst_$i (); end

Reasons:
  • Blacklisted phrase (0.5): How can i
  • Low length (1):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): How can i use
  • Low reputation (1):
Posted by: DanG

79255765

Date: 2024-12-05 18:04:14
Score: 1.5
Natty:
Report link

if you make your application with unity make sure that the player setting > managedStrippingLevel to be minimal. otherwise the connection url has missing the manifest Url.

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

79255760

Date: 2024-12-05 18:02:14
Score: 2.5
Natty:
Report link

Thank you everyone for sharing the insight and sharing the possibilities and knowledge. We have fixed the generic code and that's working now. We created a variable force-array similar to force string which is present in the code and in the parameter 'valueLookup' we are defining the field name where we want to create the array.

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: CHANDRAJEET SINGH

79255757

Date: 2024-12-05 17:59:13
Score: 1
Natty:
Report link

The error indicates that when you call data.min(), and data.max(), it returns objects of pandas.Series, and not scalar values. Because these series passed to the TwoSlopeNorm expect a vmin and vmax to be given a single value but are in fact arrays (series) with their contents of several values.

To fix that, you might use.min().min() and .max().max() and would be sure that you are taking the minimum or maximum value of the whole DataFrame. That means these extract scalar values of the min and max of all cells in the table rather than series of these values.

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

79255752

Date: 2024-12-05 17:57:13
Score: 3
Natty:
Report link

Removing min-width: 100vw in my .body{} fixed the issue

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

79255751

Date: 2024-12-05 17:56:12
Score: 1.5
Natty:
Report link

1.) First, ensure that you didn’t just click Publish in Studio. You also need to go to the Orchestrator and upgrade the process to the latest version that you just published.

2.) If you still can’t see the changes in your app, please follow these steps:

Screenshot Of My Uipath App On Edit Mode

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: MasterOfLogic

79255747

Date: 2024-12-05 17:54:12
Score: 2
Natty:
Report link

To extend this inquiry, I'm wondering if anyone has found a way to utilize say 'decal_1' as Screen Space AND 'decal_2' as D-buffer?

I have a need for both techniques, and you can't delegate which technique based on layer or material properties.

*Screen Space on a decal for a UI element without world lighting (unlit)

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

79255745

Date: 2024-12-05 17:54:12
Score: 1.5
Natty:
Report link

You can use Tailwind CSS without npm by including the Tailwind CDN in your HTML file. Add this here

Then you can explore [ReadymadeUI][1] a collection of pre-designed Tailwind CSS layouts and components that help you build websites quickly and responsively.
Reasons:
  • Whitelisted phrase (-1.5): You can use
  • Contains signature (1):
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: ReadyMadeUI