79256619

Date: 2024-12-06 01:03:24
Score: 2
Natty:
Report link

Instagram login dolownds Instagram login msg calls notification mention storys MSGs setting private account close friends blocked accounts Instagram login dolownds Instagram login dolownds Instagram Instagram Instagram Instagram Instagram Instagram Instagram Instagram Instagram Instagram Instagram Instagram Instagram Instagram Instagram Instagram Instagram Instagram Instagram login

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

79256603

Date: 2024-12-06 00:47:21
Score: 1
Natty:
Report link

Well, after some further reading, turns out it behaves like grep or other regexes after all. It excludes files starting with _ from being globbed. Astro does not build directories or files starting with an underscore. Did not know that, but after some RTFM, now i know. Sorry for bothering.

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

79256600

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

Hallelujah, JRr's reg entries worked for me! On Win10 LTSC 21H2.

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

79256597

Date: 2024-12-06 00:43:20
Score: 3
Natty:
Report link

I successfully used the below batch, however Original.txt has spaces (in between each line there is 1 CRLF) and Reversed.txt removes all CRLF (Carriage Return/Line Feed).

Is there a way to keep the CRLFs in Reversed.txt?

@echo off
setlocal EnableDelayedExpansion

rem/> Reversed.txt
for /F "delims=" %%a in (Original.txt) do (
   (
   echo(%%a
   type Reversed.txt
   ) > temp.txt
   move /Y temp.txt Reversed.txt > NUL
)
Reasons:
  • Blacklisted phrase (1): Is there a way
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Low reputation (0.5):
Posted by: Eta Beta

79256596

Date: 2024-12-06 00:43:20
Score: 3.5
Natty:
Report link

The fix for myself was as user Raphael VO said, to delete the computed signals. Issue was due to library using a different version of Angular...

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

79256592

Date: 2024-12-06 00:42:20
Score: 2
Natty:
Report link

It is perfectly valid because the "using namespace std;" directive does not override or interfere with explicit namespace qualification. However it is better to avoid broad usage of "using namespace", you write cleaner, more maintainable, and less error-prone code, especially in larger projects.

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

79256590

Date: 2024-12-06 00:41:18
Score: 10 🚩
Natty:
Report link

Did you ever resolve this? I have the same issue when migrating from .net 6 in-process to .net 8 isolated. Initially when I deployed using a DevOps pipeline the functions weren't even appearing. So I deployed from Visual Studio and that worked. I realised that I had to manually set the FUNCTIONS_WORKER_RUNTIME to dotnet-isolated, restart the app and then change to .Net 8 Isolated from the dropdown. I did this in another environment, deployed using DevOps and the new, upgraded functions appear, but I'm getting the warning

The 'FUNCTIONS_WORKER_RUNTIME' is set to 'dotnet-isolated', which does not match the worker runtime metadata found in the deployed function app artifacts

I'm not getting this in the environment where I published using Visual Studio. There's obviously something different, but I can't see what. All variables and config look the same between the 2.

Reasons:
  • Blacklisted phrase (1): I have the same issue
  • RegEx Blacklisted phrase (3): Did you ever resolve this
  • RegEx Blacklisted phrase (1.5): resolve this?
  • Long answer (-0.5):
  • No code block (0.5):
  • Me too answer (2.5): I have the same issue
  • Contains question mark (0.5):
  • Starts with a question (0.5): Did you
  • Low reputation (1):
Posted by: Paul Georgiou

79256589

Date: 2024-12-06 00:40:18
Score: 1
Natty:
Report link

This is the sample data I used for test.

enter image description here

I think you need to do the calculation in powerpivot

Total: =
CALCULATE (
    SUM ( Table1[Sales Amount] ),
    FILTER ( Table1, [Product  Use] = "Kitchen" )
)

enter image description here

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

79256570

Date: 2024-12-06 00:24:15
Score: 1
Natty:
Report link

That's a common issue with the API gateway, basically you just need to enable CORS. with lambda it works fine but when accessed from a browser-based application like React. The error indicates that the browser is enforcing CORS (Cross-Origin Resource Sharing) policies.

you can find all the steps here: https://docs.aws.amazon.com/apigateway/latest/developerguide/how-to-cors-console.html

Reasons:
  • Low length (0.5):
  • No code block (0.5):
Posted by: Fedi Bounouh

79256549

Date: 2024-12-06 00:11:12
Score: 8
Natty: 7
Report link

Can someone help me read peripheral n uuid n tell me about continuity service n how i read them they hooked in my house with out my permission hellp

Reasons:
  • Blacklisted phrase (1): help me
  • RegEx Blacklisted phrase (3): Can someone help me
  • Low length (1):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): Can someone help me
  • Low reputation (1):
Posted by: Cody Mann

79256544

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

I had this happen in my vitest jsdom environment when I was trying to return null; in an error case prior to returning the JSX. I guess thats not allowed..

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

79256527

Date: 2024-12-05 23:55:08
Score: 1.5
Natty:
Report link

Try using Switch-User -UserName "KioskTest". It didn't find the cmdlet for me, but that might be because I wasn't running PS elevated and I was on 5.1. It might just be for 7.x+. Download PS 7 for Windows at aka.ms/PSWindows.

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

79256523

Date: 2024-12-05 23:50:07
Score: 2
Natty:
Report link

I think this will help you, with this algorytm you can not only add news layers but also delete while training, everything happens authomatically. Special Simulaton proces is runned each n epochs to find best change in structure in such a way that it wont forget what it learned. https://link.springer.com/chapter/10.1007/978-3-031-63749-0_25

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

79256522

Date: 2024-12-05 23:49:06
Score: 4
Natty:
Report link

Same case. It just stopped working.

Reasons:
  • Low length (2):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Jesús Ramón Valdez Torres

79256521

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

Adding os.path.abspath to the send_file request fixes the issue for me by making the send_file request pull from the first folder location described in my question.

The second endpoint becomes:

@app.route('/get/<string:name>', methods=['GET'])
def get(name: str):
    saved_file: SavedFile = SavedFile.query.filter_by(filename=name).first()

    path = os.path.join(current_app.config['UPLOAD_FOLDER'], saved_file.filename)
    
    return send_file(os.path.abspath(path), as_attachment=True)
Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Nicolas Gatien

79256511

Date: 2024-12-05 23:41:03
Score: 8.5
Natty: 7
Report link

You didn't get many responses here…

Did you figure it out on your own? (I am trying to do the same thing.)

Thanks,

-kb

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Blacklisted phrase (1): I am trying to
  • Blacklisted phrase (1): trying to do the same
  • RegEx Blacklisted phrase (3): Did you figure it out
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: kentborg

79256503

Date: 2024-12-05 23:38:03
Score: 2
Natty:
Report link

You need to set in the root xml element android:fitsSystemWindows="true"

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

79256500

Date: 2024-12-05 23:37:02
Score: 2
Natty:
Report link

If you use conda, simple conda install pip solves the issue.

Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Dishant Mewada

79256499

Date: 2024-12-05 23:35:02
Score: 2.5
Natty:
Report link

found a potential solution you need to install r-base-dev

Linux: sudo apt-get install r-base-dev

https://cran.r-project.org/bin/linux/ubuntu/fullREADME.html

I finally got rmarkdown and other packages to install

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Dr.Johnson Johnson

79256495

Date: 2024-12-05 23:30:00
Score: 5.5
Natty:
Report link

Having the same issue, started a few days ago, maybe week ago.

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): Having the same issue
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: PingWinLqD

79256473

Date: 2024-12-05 23:13:57
Score: 1.5
Natty:
Report link

This is expected behavior.

When a program terminates, all objects remaining in its memory are deleted (which means that their destructors will be called).

When I run the program, the print statement for Tennis ball 2345 has been deleted :( is executed after the print statement for Num balls after del ball a: 1. In other words, the destructor for ball b is called when the program terminates, after all the code has been executed.

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

79256472

Date: 2024-12-05 23:12:56
Score: 4
Natty:
Report link

Set the sprite mode to Single(it was multiple)

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

79256466

Date: 2024-12-05 23:08:54
Score: 6 🚩
Natty: 6
Report link

Here's the solution to all of your problems - https://github.com/AmenokeAkira/Visual-Studio-Fixing

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

79256451

Date: 2024-12-05 23:01:51
Score: 7 🚩
Natty: 6.5
Report link

this is anoying asf i got same issue i need a real solution what py version will make ufw just work out the box on ubuntu (arm rpi) thats all i need to know i want system wide py that ufw requires so it works out the box like it used to! the issue for me started when chat gpt give a py install command hence im here now not there to fix it?

Reasons:
  • Blacklisted phrase (0.5): i need
  • RegEx Blacklisted phrase (1.5): fix it?
  • RegEx Blacklisted phrase (1): i want
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: uk_user2014

79256443

Date: 2024-12-05 22:57:50
Score: 3
Natty:
Report link

CREATE TABLE customers( id BIG_INT AUTO_INCREMENT PRIMARY KEY, name VARCHAR(256), email VARCHAR(256) );

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

79256440

Date: 2024-12-05 22:53:49
Score: 2
Natty:
Report link

In case someone is still stuck on this - for me it was because I was connecting from a country other than the United States.

Using a VPN in the US fixed the issue immediately.

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Clayton J Roberts

79256437

Date: 2024-12-05 22:51:49
Score: 3
Natty:
Report link

I have understood. The problem was because of incompatible NDK version. I used 28.0.12674087, now I installed 26.1.10909125 using the command "sdkmanager", and now everything works correctly.

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

79256428

Date: 2024-12-05 22:47:48
Score: 1.5
Natty:
Report link

We double-checked and analysed the situation from CAP side, with these outcomes ....

Long story short:

  1. The behavior in the New OData Adapter (NOA) in cds8 is correct; the former behavior in the formerly used OData lib was wrong.
  2. We should definitely keep the correct one, and would strongly ask you to adopt the correct behavior in your clients (note that Fiori clients always behaved correctly).

Long story long...

  1. The relevant CDS types are specified as follows (from the very beginning of CDS):

    CDS Type Remarks
    DateTime sec precision
    Timestamp µs precision, with up to 7 fractional digits

    "second precision" means 0 fractional digits, of course.

  2. The cds compiler maps the CDS types to OData as follows (always did so):

    CDS Type OData v4
    DateTime Edm.DateTimeOffset
    Timestamp Edm.DateTimeOffset with Precision="7"
  3. The OData standard specifies for Edm.DateTimeOffset attribute Precision:

    The value of Precision is a number If not specified for a temporal property, the temporal property has a precision of zero. ("temporal" in there means date/time related data)

  4. The improved input validation in the New OData Adapter (NOA) corrects quite some glitches of the former external OData lib we used. One of which is checking on value and precision ranges of numbers and date/time values to protect applications from late data loss surprises due to unexpected truncation → was requested by many stakeholders/customers.


Does that help?

Reasons:
  • Long answer (-1):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Daniel

79256425

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

Update December 2024: My team ran into this same issue today seeking to batch update businessPhones field for our users with new DID numbers. We're also working to build a custom API integration between our VOIP provider's API to automatically update Entra records when a phone number and extension is assigned (why they don't offer this basic feature as standard is frustrating.)

After an insane amount of hair pulling, we finally got this working. What we found is bewildering and frustrating as hell: We discovered that there's an undocumented read permission dependency in Microsoft Entra for this Graph API endpoint

We didn't bother to narrow down which one in particular, but we discovered this by creating a custom role in Entra with permission for any update anything user related. That was unsuccessful but out of an act of hands-up-in-the-air-WTF level frustration we created one for read or update for anything "user" related and it started working.

TL/DR: Create an Entra Role that can update and read anything user related and assign that user account the role.

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

79256422

Date: 2024-12-05 22:45:48
Score: 2
Natty:
Report link

There is now an option in the Azure Dev Ops Market place:

https://marketplace.visualstudio.com/items?itemName=snowflake.build-release-task

More details here: https://github.com/Snowflake-Labs/snowflake-ado-extensio

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

79256414

Date: 2024-12-05 22:40:46
Score: 1.5
Natty:
Report link

In Python, async generators that don’t have await in their finally block may or may not be immediately closed when there is no reference to them, depending on how they are used and how garbage collection is handled.

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

79256408

Date: 2024-12-05 22:37:46
Score: 2.5
Natty:
Report link

I was also facing similar issue, having installSplashScreen() before enableEdgeToEdge() solves the issue.

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

79256407

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

im my case, the solution was re-set state of input value on end of onChange:

<Autocomplete
    ...
    onChange={(event, newValue) => {
        setSelecteds(newValue);
        setInputValue(inputValue);
    }}
/>
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: antonio alencar

79256396

Date: 2024-12-05 22:30:44
Score: 1.5
Natty:
Report link

Happened to me once, I think you'd need to improve the memory for the 70B model since it requires significantly more GPU memory than the 8B model.

FYI Your RTX 3060 Ti has only 8 GB of VRAM, and the log indicates that only 10 layers of the 70B model are offloaded to the GPU, hence the rest run on the CPU.. Your options are switching to a GPU with bigger RAM or using a smaller model.

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

79256386

Date: 2024-12-05 22:25:43
Score: 3.5
Natty:
Report link

LeaverJoinerReportLazyModel must be initialized in the controller init

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

79256380

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

I found that it is a bit more complex, at least in case of port 80 and simplest possible packets (like generated by 8-bit microcontrollers). Current Wireshark (4.4.2) will not change TCP to HTTP unless, at least, not just dport is 80, but also request payload ends with \r\n\r\n.

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

79256378

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

It works, but its not recommended as you can see on documentation:

Java Development Kit (JDK) Requirements To run the installers in the 12c (12.2.1.4.0), you must have a certified JDK already installed on your system. Most Fusion Middleware products are available as platform-generic distributions in .jar file format. Some products (for example, Oracle HTTP Server) have a .bin (for UNIX operating systems) or .exe (for Windows operating systems) installer. In the 12c (12.2.1.4.0), the Fusion Middleware products, the platform-specific distributions no longer include and configure a JDK automatically.

When the document was published, the certified JDK was jdk1.8.0_211 and it has to be 64 bit. For information about the latest certified JDKs, refer to the certification document for your software version listed in Oracle Fusion Middleware Supported System Configurations page.

**Note:It is a best practice to use a separate JDK location than the one installed on the system. One that you can manage and maintain with the Fusion Middleware products. See, Doc ID 1492980.1 How to Install and Maintain the Java SE Installed or Used with FMW 11g or 12c Products. This ensures that the Oracle Fusion Middleware software is using the proper version of the JDK software.

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

79256371

Date: 2024-12-05 22:18:41
Score: 1.5
Natty:
Report link

another thing you could do is use JavaScript if it doesn't work. simply make a div and add to a class "class="customcursor" From there, you can edit the cursor. then , by editing the DOM using JavaScript, you can edit the x and y positions and add more properties. you can find a lot of tutorials like this on the web hope this helps :)

Reasons:
  • Whitelisted phrase (-1): hope this helps
  • No code block (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: bingandabong

79256369

Date: 2024-12-05 22:18:41
Score: 1.5
Natty:
Report link

You can try the HTML attribute autocorrect="off". It works on some browsers while not on other browsers.

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

79256355

Date: 2024-12-05 22:11:40
Score: 3.5
Natty:
Report link

As far as I can tell, this is not currently possible. I've spent a few days now tinkering with every request type for access packages, and fiddling with the JSON to send every possible concoction I can think of, and it always bypasses the approval process defined on the policy.

Reasons:
  • Blacklisted phrase (1): days now
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: James Seddon HvBQIf6B

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