79381349

Date: 2025-01-23 13:57:41
Score: 3.5
Natty:
Report link

what if i'm not working on date... sounds dump but my code isn't related to date in anyway.

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): what if i
  • Low reputation (1):
Posted by: Lost Sight

79381347

Date: 2025-01-23 13:57:41
Score: 1.5
Natty:
Report link

The non elegant solution to this problem is just to copy the netlink into the right directory:

sudo mkdir /usr/include/netlink/

sudo cp -r /usr/include/libnl3/netlink/ /usr/include/netlink/

run again the

./configure

then run

make

Then it builds...

Make sure that packets are installed:

sudo apt-get install libnl-3-dev

sudo apt-get install libnl-route-3-dev

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

79381330

Date: 2025-01-23 13:54:40
Score: 2
Natty:
Report link

fixed by running npm install [email protected]

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

79381321

Date: 2025-01-23 13:51:40
Score: 3.5
Natty:
Report link

But how to have multiple types of diagrams? It assumes type of the first one for all that follows

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

79381309

Date: 2025-01-23 13:49:39
Score: 0.5
Natty:
Report link

There are three options:

And here is the tricky part. When I first wanted to authorize it told me I don't need to. But I wanted to, because I don't want the scary warning ! And so the third option is:

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

79381302

Date: 2025-01-23 13:45:38
Score: 3.5
Natty:
Report link

Check for free sandwich, front running mev bots on my github fidescripts git

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

79381300

Date: 2025-01-23 13:43:37
Score: 4.5
Natty: 5
Report link

Guys I want to know like when I am clicking on the icon which is outside the textfield. And On that field I want to make textfield editable which is false intially and select all inside text. These above method isn't working.

Reasons:
  • Blacklisted phrase (1): I want to know
  • RegEx Blacklisted phrase (1): I want
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Rohan Sagar

79381299

Date: 2025-01-23 13:42:37
Score: 2
Natty:
Report link

Closing this question with an easily discovered answer (not my own). See comment by @Gaël J:

Sonatype changed the way to authenticate a few months ago. You need to use a toke now. See central.sonatype.org/news/20240617_migration_of_accounts and central.sonatype.org/publish/generate-token
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • User mentioned (1): @Gaël
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Phasmid

79381298

Date: 2025-01-23 13:42:37
Score: 2.5
Natty:
Report link

For the sorting, I'm able to fix the issue by adding:

serverSideEnableClientSideSort={true}

But for filtering, I also have not found any solution

Reasons:
  • Blacklisted phrase (1.5): any solution
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Zilong Wang

79381295

Date: 2025-01-23 13:41:36
Score: 2
Natty:
Report link

I found a solution that worked! Here's my current code. I've forgone the conversion from an ArrayList to an Array, and am now working with an ArrayList on the other side:

package hangman;

import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStream;
import java.io.InputStreamReader;
import java.util.ArrayList;

public class GetHangmanWords {
    public static ArrayList<String> get() throws IOException {
        InputStream in = GetHangmanWords.class.getResourceAsStream("words.txt");
        
        InputStreamReader inReader = new InputStreamReader(in);
        BufferedReader reader = new BufferedReader(inReader);
        
        ArrayList<String> lines = new ArrayList<String>();
        while (lines.contains(null) != true) {
            lines.add(reader.readLine());
        }
        
        lines.removeLast();
    
        return lines;
    }

}

Thanks especially to @DuncG for getting me on the right path!

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Long answer (-0.5):
  • Has code block (-0.5):
  • User mentioned (1): @DuncG
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Dante_05

79381255

Date: 2025-01-23 13:35:34
Score: 9.5 🚩
Natty: 6.5
Report link

I am facing the same issue. Can you please post how you managed to put this CSV variable into another variable ?

Reasons:
  • RegEx Blacklisted phrase (2.5): Can you please post how you
  • Low length (1):
  • No code block (0.5):
  • Me too answer (2.5): I am facing the same issue
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Saket Chiluveru

79381254

Date: 2025-01-23 13:35:33
Score: 2.5
Natty:
Report link

delete the folder .gradle completely. It helped me.

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

79381250

Date: 2025-01-23 13:34:33
Score: 2
Natty:
Report link

Pass it as a custom join meeting parameter, eg. in PHP: $joinMeetingParams = new JoinMeetingParameters($meetingidentifier, $name, $password); $joinMeetingParams->setCustomParameter('userdata-bbb_show_public_chat_on_login','false');

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

79381232

Date: 2025-01-23 13:31:32
Score: 4.5
Natty: 4.5
Report link

I ran into the same problem and this is the only post with the solution to it I could find. Thank you so much for saving my nerves😂👍

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Blacklisted phrase (1): 😂
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Kane Moorhead

79381228

Date: 2025-01-23 13:31:31
Score: 1.5
Natty:
Report link

we can apply by add the value of Index with collection Of Index Method.

simple code in here .

   <th scope="row">@(Model.IndexOf(item)+1)</th>
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Mg Kyaing

79381203

Date: 2025-01-23 13:28:31
Score: 0.5
Natty:
Report link

AS Your HTTP request type is put you can able to user content type as application/x-www-form-urlencoded

In post you can pass data as multipart/form-data

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

79381200

Date: 2025-01-23 13:27:30
Score: 0.5
Natty:
Report link

You could also run git rebase -i 92d6bcc this will open a vim text editor with something like:

pick <commit hash> <commit message>
pick b942f13 Modified config 
pick b73d792 tried pushing   
pick f20106e Added assets    
pick 408118f Added config    
pick <commit hash> <commit message>
pick <commit hash> <commit message>                                                                                                                     pick <commit hash> <commit message> 

basically change the word pick to squash or s to skip or remove those commits from the commit history the unwanted commits.

Again like @Blake Taylor said you can lose work etc

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

79381198

Date: 2025-01-23 13:27:30
Score: 0.5
Natty:
Report link

There's a method edges() to get the Edge_range and iterate through all the edges of the Surface_mesh.

Then for each edge there is a method vertex (Edge_index e, unsigned int i) const

which can be called twice vertex(e,0) and vertex(e,1) to get the 2 vertices of the edge.

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

79381192

Date: 2025-01-23 13:25:30
Score: 1.5
Natty:
Report link

Through reverse-engineering, this is what I found:

-- Meeting Id produced by the JS SDK by calling context.meeting.id: MCMxOTptZWV0aW5nX1pEWm1Nemd4TkRndE9EZ3dZUzAwTVRSakxXSm1NakF0T1dNeFpHSmpNR1JsTjJGbEB0aHJlYWQudjIjMA==

-- Equivalente meeting Id expected by the Graph API (https://graph.microsoft.com/v1.0/me/onlineMeetings/.........) MSpiMjI2NzE3Ni01MzRjLTRiZWYtODAwYS1kNTk4NjIzZTJmN2YqMCoqMTk6bWVldGluZ19aRFptTXpneE5EZ3RPRGd3WVMwME1UUmpMV0ptTWpBdE9XTXhaR0pqTUdSbE4yRmxAdGhyZWFkLnYy

If you Base64 decode the context.meeting.id, you get: 0#19:meeting_ZDZmMzgxNDgtODgwYS00MTRjLWJmMjAtOWMxZGJjMGRlN2Fl@thread.v2#0

If you Base64 decode the graph equivalent, you get: 1b2267176-534c-4bef-800a-d598623e2f7f0**19:meeting_ZDZmMzgxNDgtODgwYS00MTRjLWJmMjAtOWMxZGJjMGRlN2Fl@thread.v2

Side note: If you take the "ZDZmMzgxNDgtODgwYS00MTRjLWJmMjAtOWMxZGJjMGRlN2Fl" component and Base64 decode it, you get: d6f38148-880a-414c-bf20-9c1dbc0de7ae

The "b2267176-534c-4bef-800a-d598623e2f7f" is the user id yielded by context.user.id So I guess we have everything needed to transform a JS SDK context into the equivalent MS Graph meeting id.

Reasons:
  • Long answer (-1):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Filler text (0.5): .........
  • Low reputation (1):
Posted by: user29332724

79381191

Date: 2025-01-23 13:25:30
Score: 0.5
Natty:
Report link

Hello everybody i know its one year since the post but i solved the problem with my code. The Reason being multiple. First i changed the Location from Europe North to East US and second i used The V1 and not V2. for me this worked and my function showed up.

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

79381181

Date: 2025-01-23 13:22:29
Score: 4
Natty:
Report link

What namespace is ModbusMachine and ModbusType from? I don't see these classes in the Modbus.Net package (1.4.3)

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

79381175

Date: 2025-01-23 13:21:28
Score: 1.5
Natty:
Report link

After time to time experiments with background inputs, it looked to me that it's much easier to test different messages first rather than expecting a specific solution to just work.
The largest hinder was often incorrect window handle, but sometimes the program requires a specific sequence of inputs and won't react on the very first attempt.
This is not the best way to answer, but I did a python tool which specifically can send multiple commands to multiple handles at once (and shows all possible handles too) for easy initial tests if the program will react on anything at all.

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

79381174

Date: 2025-01-23 13:20:27
Score: 6 🚩
Natty: 5.5
Report link

i tried this but the willscope doesnt trigger please is there a problem from the main.dart?

Reasons:
  • RegEx Blacklisted phrase (1): i tried this but the willscope doesnt trigger please
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: irabor art

79381172

Date: 2025-01-23 13:19:26
Score: 0.5
Natty:
Report link

What worked for me was:

  1. in the module/library I was developing, I had to:
    externals: {
        react: "react",
        "react-dom": "react-dom",
    },

see https://github.com/code-forge-temple/circuit-sketcher-core/blob/main/webpack.config.js

    "peerDependencies": {
        "react": ">=18.0.0",
        "react-dom": ">=18.0.0"
    },

see https://github.com/code-forge-temple/circuit-sketcher-core/blob/main/package.json

  1. in the project using the created module from (1), I had to:
    alias: {
      react: path.resolve(__dirname, "node_modules/react"),
      "react-dom": path.resolve(__dirname, "node_modules/react-dom"),
    },

see https://github.com/code-forge-temple/circuit-sketcher-obsidian-plugin/blob/main/webpack.config.js

    "dependencies": {
        "circuit-sketcher-core": "github:code-forge-temple/circuit-sketcher-core",
        "react": "^19.0.0",
        "react-dom": "^19.0.0"
    },

see https://github.com/code-forge-temple/circuit-sketcher-obsidian-plugin/blob/main/package.json

Reasons:
  • Whitelisted phrase (-1): worked for me
  • Probably link only (1):
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Starts with a question (0.5): What
  • Low reputation (1):
Posted by: Code Forge Temple

79381168

Date: 2025-01-23 13:18:26
Score: 2.5
Natty:
Report link

For all devs who are searching for a good get params handling library for react, remix or next.js (2025) -> NUQS

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

79381164

Date: 2025-01-23 13:17:26
Score: 0.5
Natty:
Report link

The error message indicates that you're trying to open a new Player instance when the previous one wasn't closed, which is forbidden on Roku. Roku allows only one Player instance at a time. To resolve this issue, you need to ensure that the previous Player is closed before opening a new one.

Here are the steps to ensure proper handling of the Player instance:

  1. Stop and Close the Previous Player: Make sure to stop and close the previous Player instance before creating a new one.
  2. Check for Remaining References: If the issue persists, it might indicate that the previous Video node is still active. Check for any references to it and ensure they are properly cleared.
Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: vbuchii

79381163

Date: 2025-01-23 13:15:24
Score: 6 🚩
Natty:
Report link

wow finally i can, it's so easy. just need to change the method from put to post and it works 🎉🥳

is there any other way?

Reasons:
  • Blacklisted phrase (1): is there any
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Vera Lindberg

79381159

Date: 2025-01-23 13:13:24
Score: 0.5
Natty:
Report link

This is jsonb value in DB

column config contains {"topicId": [1, 2, 4]}

Now i search for any row with numbers: 1 and 4

select * from table where  (config->>'topicId')::jsonb@>'[1,4]'
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: macieks

79381152

Date: 2025-01-23 13:08:23
Score: 3.5
Natty:
Report link

see the above you are getting this error reason

http

officeapps use https file to show it

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

79381142

Date: 2025-01-23 13:04:22
Score: 1.5
Natty:
Report link

I uninstalled the SP, modified it clearing the parameters and contents, reinstalled it to the db. After this MSVS imported it to the dbml. Then I uninstalled the SP, modified it replacing the originil contents, reinstalled it to the db, and was then able to import the SP correctly to the .dbml.

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

79381139

Date: 2025-01-23 13:04:22
Score: 0.5
Natty:
Report link

Phase: Architecture and Design

Use a vetted library or framework that does not allow this weakness to occur or provides constructs that make this weakness easier to avoid.

For example, use anti-CSRF packages such as the OWASP CSRFGuard.

Phase: Implementation

Ensure that your application is free of cross-site scripting issues, because most CSRF defenses can be bypassed using attacker-controlled script.

Phase: Architecture and Design

Generate a unique nonce for each form, place the nonce into the form, and verify the nonce upon receipt of the form. Be sure that the nonce is not predictable (CWE-330).

Note that this can be bypassed using XSS.

Identify especially dangerous operations. When the user performs a dangerous operation, send a separate confirmation request to ensure that the user intended to perform that operation.

Note that this can be bypassed using XSS.

Use the ESAPI Session Management control.

This control includes a component for CSRF.

Do not use the GET method for any request that triggers a state change.

Phase: Implementation

Check the HTTP Referer header to see if the request originated from an expected page. This could break legitimate functionality, because users or proxies may have disabled sending the Referer for privacy reasons.

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

79381136

Date: 2025-01-23 13:03:20
Score: 6 🚩
Natty:
Report link

Testing for the first time to see how Stackoverflow works

Reasons:
  • Blacklisted phrase (1): Stackoverflow
  • 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: testing

79381129

Date: 2025-01-23 13:01:20
Score: 3.5
Natty:
Report link

Create Ingress rule in VCIN for port 5000

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

79381126

Date: 2025-01-23 13:00:20
Score: 0.5
Natty:
Report link

Adding the ImageData directly to the canvas bypasses all properties set in the Image object. The Image object does not affect the ImageData object (otherwise you would be unable to reuse it after all).

Instead of using AddXObjectFittedIntoRectangle, use AddImageWithTransformationMatrix.

You can calculate the transformation matrix using the AffineTransform class.

Reasons:
  • No code block (0.5):
Posted by: Glenner003

79381122

Date: 2025-01-23 12:58:18
Score: 4
Natty: 4
Report link

I've been looking for this as well, but the only thing I found is that is not supported yet :( : https://neuralprophet.com/how-to-guides/feature-guides/Migration_from_Prophet.html?highlight=saturation

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

79381112

Date: 2025-01-23 12:54:17
Score: 2.5
Natty:
Report link

The box-shadow and drop-shadow features serve different purposes in web design. The box-shadow property is applied to an element's box model, making it ideal for regular HTML elements such as divs and buttons. Its syntax consists of offset values for the x and y axes, a blur radius, a spread radius, and a color. In contrast, the drop-shadow filter is applied to the content of the element, making it particularly effective for transparent images, icons, and SVGs. The syntax for drop-shadow involves a filter setting that specifies offset values, a blur radius, and a color. Additionally, while box-shadow is limited to box boundaries, drop-shadow follows the shape of the content, making it suitable for complex shapes. You can read this article to get some better ideas.

Reasons:
  • Blacklisted phrase (1): this article
  • Long answer (-0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Sheikh Foyjul Islam

79381111

Date: 2025-01-23 12:53:17
Score: 1.5
Natty:
Report link
body {
display: flex;
flex-direction: column;
min-height: 100vh;

}

Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Abhinav Singwal

79381110

Date: 2025-01-23 12:53:16
Score: 12.5
Natty: 8
Report link

I have the same problem, did u find an answer?

Reasons:
  • Blacklisted phrase (1): I have the same problem
  • RegEx Blacklisted phrase (3): did u find an answer
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): I have the same problem
  • Ends in question mark (2):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: gina

79381105

Date: 2025-01-23 12:53:16
Score: 1
Natty:
Report link

You can also use const useNavigate hook from react-router-dom:

const navigate = useNavigate();
return isVerifiedUser ? <Outlet /> : navigate("/login");
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Samiullah

79381098

Date: 2025-01-23 12:50:15
Score: 1
Natty:
Report link

There is no current alternative for the Instagram Basic Display API. The best thing what you can do now - is create a new Application the in Meta dashboard and assign there instagram_business_basic privelege. After that change you can add your instagram test account to the testers account. Be avare, what you have to move your instagram account to busineer to be able to scrap media or integract with the platform. Any question - happy to help!

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

79381094

Date: 2025-01-23 12:49:15
Score: 2.5
Natty:
Report link

For me, I was using parentFragmentManager. Replacing that with supportFragmentManager fixed the issue.

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

79381093

Date: 2025-01-23 12:49:15
Score: 1.5
Natty:
Report link

I just figured it out. I had a task that was pausing and resuming consumption, and it was apparently assigning the default queue to all workers.

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

79381071

Date: 2025-01-23 12:45:14
Score: 3
Natty:
Report link

The Problem was AWS codebuild compute was insufficient, we used a BUILD_GENERAL1_SMALL and it had to be upgraded to a BUILD_MEMORY1_LARGE. The logs kept saying the file couldn't be found since npm run build could not fully build.

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

79381069

Date: 2025-01-23 12:44:13
Score: 1
Natty:
Report link

You should verify that your expected script exists before passing it forward to php-fpm:

try_files $fastcgi_script_name =404;

besides adding a end slash ("/") to your root parameter in nginx.conf is bad practice.

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

79381068

Date: 2025-01-23 12:44:13
Score: 1
Natty:
Report link

Your browser will not send Windows credentials to the web-application unless it believes that the URL is on the Intranet. When this is not the case it will prompt you for credentials via a simple login-dialogbox.

If you on the offending computer add the URL of your webapplication under Internet Option/Local Intranet/Sites it will work. But this is an It-problem. Get IT to make the organizations computers see your URL as being on the Intranet.

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

79381059

Date: 2025-01-23 12:42:13
Score: 0.5
Natty:
Report link

Not a lot of information here. As in what language is your script in etc.

Also isn't it easier to just get the contents of the url in your script?

But okay, as for getting the webpage's content on linux you should be able to just use curl and write the output to a file.

curl http://webage.com >> output.txt

If there's actually html in there you might have to perform some string manipulation on it.

Reasons:
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (0.5):
Posted by: Gijs Beijer

79381056

Date: 2025-01-23 12:41:13
Score: 1.5
Natty:
Report link

npx pod-install

Do this in the root directory not in ios file. This worked for me.

Reasons:
  • Whitelisted phrase (-1): This worked for me
  • Whitelisted phrase (-1): worked for me
  • Low length (1.5):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: user29331935

79381053

Date: 2025-01-23 12:41:13
Score: 1
Natty:
Report link

.item h2
{
  text-decoration:underline;
  text-decoration-thickness: 12px;
  text-decoration-color: yellow;
  text-decoration-skip-ink: none;
  text-underline-offset:-7px;
}
<div class="section-grid">
    <div class="item"><h2>Some text that might<br>have a line break</h2></div>
</div>

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

79381051

Date: 2025-01-23 12:39:12
Score: 3
Natty:
Report link

What was the final decision taken on the above approaches? We are building fraud detection application with Flink and planning to go with way 2 mentioned by you. Aggregates will be written to topics and another Flink job for rule execution will subscribe to required topics. There are two draw backs for this approach:

  1. Monitor multiple Flink jobs
  2. Join on multiple topics related with aggregates required for a rule which might lead to forever wait in case of failure scenarios
Reasons:
  • No code block (0.5):
  • Contains question mark (0.5):
  • Unregistered user (0.5):
  • Starts with a question (0.5): What was the
  • Low reputation (1):
Posted by: Aru Jindal

79381041

Date: 2025-01-23 12:36:11
Score: 4.5
Natty:
Report link

your syntax and code looks fine can you please provide more details for what you have done even if it was a small change any details might help figure out why the form-data not working with you

Reasons:
  • RegEx Blacklisted phrase (2.5): can you please provide
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: MostafaHashem

79381036

Date: 2025-01-23 12:35:10
Score: 4.5
Natty:
Report link

Same error - with VS 2022 newest version on Windows 10 too. So i think its not a problem of Windows 11.

Reasons:
  • RegEx Blacklisted phrase (1): Same error
  • Low length (1):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: devt03

79381030

Date: 2025-01-23 12:34:10
Score: 0.5
Natty:
Report link

In the link you mentioned you have the Project access token expiry emails section which should help you with your problem by reminding you about Tokens that will expire soon.

Another thing that may help a little with reducing the double work, is to centralise the token(secret) management. Maybe you can save them on Project scope and then you will not need to update the tokens for each repo.

Alternatively(a bit of topic from your original request) you can try a centralised secret manager, like Vault. It will not completely remove the problem, but at least will help to organise all the tokens in one place.

Finally, IMHO the inconvenience you are experiencing is a feature. In context of access security we always have to compromise a little. In this case, by not having a fully automated way to renew Tokens you solve the problem of lost active tokens. Before Gitlab 16.0 you could have tokens without expiration date but the Gitlab folks decided that it's a no go.

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

79381025

Date: 2025-01-23 12:33:09
Score: 5.5
Natty:
Report link

enter image description here

Play now 👉 https://www.viralvideoimage.diy/2024/12/blog-post.html

Play now 👉 https://www.viralvideoimage.diy/2024/12/blog-post.html

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

79381022

Date: 2025-01-23 12:32:09
Score: 1
Natty:
Report link

I recently had this on Mac where the version of R was a few steps behind the current on. Updating R to the latest version seemed to solve it.

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

79381021

Date: 2025-01-23 12:31:08
Score: 3
Natty:
Report link

It seems that the problem was with the styled-components version, changing to @5.3.3 fixed the problem.

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

79381020

Date: 2025-01-23 12:31:08
Score: 1
Natty:
Report link

ml.g4dn.xlarge, and make sure to pick the PyTorch kernel for the notebook.-- This worked for me

Reasons:
  • Whitelisted phrase (-1): This worked for me
  • Whitelisted phrase (-1): worked for me
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Hemapriya Raju

79381013

Date: 2025-01-23 12:29:08
Score: 0.5
Natty:
Report link

In my case I had to login into Microsoft Defender admin center and enable the service under the menu Incidents & alerts -> Alerts.

Then the endpoint started working.

https://security.microsoft.com/alerts

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

79381012

Date: 2025-01-23 12:29:08
Score: 3.5
Natty:
Report link

RewriteRule ^(.*)$ index.php?url=$1 [QSA,L,UnsafeAllow3F]

Add -> UnsafeAllow3F

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Тимур Нуруллаев

79381005

Date: 2025-01-23 12:27:07
Score: 5
Natty: 5.5
Report link

Maybe helps to resolve the issue

https://sheetshelp.com/extract-from-smart-chips/

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

79380999

Date: 2025-01-23 12:26:06
Score: 1
Natty:
Report link

I figured this one out, and can see why others did not reply.

The answer is right in the documentation:

Given a second vector argument, x, use that as the centers of the bins, with the width of the bins determined from the adjacent values in the vector.

Replace the first command with

octave:113> [nn,xx]=hist(p,[0:max(p)]);

and the histogram generated is exactly the one I was seeking.

Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: צבי

79380990

Date: 2025-01-23 12:20:05
Score: 1
Natty:
Report link

This work for me. I just use OnInitialized and yourModel is not null now

@code{
 [SupplyParameterFromForm]
 private Model.yourClass model { get; set; }

 protected override void OnInitialized() => yourModel ??= new();
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: IgleDev

79380989

Date: 2025-01-23 12:20:05
Score: 3
Natty:
Report link

Te sugiero que busques el valor para poder usar la tabla e interpolar entre ellos, la interpolación lineal nos da el valor de una función

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Pedro Manuel Rios Aguirre

79380985

Date: 2025-01-23 12:19:05
Score: 4.5
Natty:
Report link

I've encountered the same problem and have been for a response belowmentioned post since 2020. I hope you can find a way. Best wishes

How to save xgboost model as a json of jsons?

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

79380984

Date: 2025-01-23 12:18:04
Score: 3
Natty:
Report link

Go to the verification endpoint /api/v1/user/verify-email?token=&utm_campaign=verified-subscribers&utm_content=account-verification-email&utm_source=fx-monitor&utm_medium=email and add the verification token in token parameter

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

79380978

Date: 2025-01-23 12:17:04
Score: 0.5
Natty:
Report link

GitHub has introduced Content Exclusion for Business and Enterprise users that allow the org owners to setup file exclusions such that those files are ignored by copilot.

https://docs.github.com/en/copilot/managing-copilot/configuring-and-auditing-content-exclusion/excluding-content-from-github-copilot

As per them:

  • Code completion will not be available in the affected files.
  • The content in affected files will not inform code completion suggestions in other files.
  • The content in affected files will not inform GitHub Copilot Chat's responses.

Do note that if you ask Copilot Chat about it, it will simply deny sending over any code at all, but if you were to check the outgoing network requests, you can see entire contents of the current file being sent along with the prompt.

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

79380976

Date: 2025-01-23 12:16:04
Score: 2
Natty:
Report link

The only way to resolve this is to go to Add Roles and Features on the server that wont respond to psloggedon, and in Server Roles, Remote Desktop Services, ensure that Remote Desktop Session Host is installed. That will resolve the issue. I tried the remote registry thing, and checking lanmanserver was running, but they are both red herrings.

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

79380958

Date: 2025-01-23 12:09:02
Score: 3.5
Natty:
Report link

allowed to delete channel on mp3 juice download

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

79380955

Date: 2025-01-23 12:08:02
Score: 0.5
Natty:
Report link

I'm compiling using Notepad++ and NPPExec on Windows, the following script works for me, it compiles SDL without any console window being displayed: The key option is -mwindows

NPP_SAVE CD $(CURRENT_DIRECTORY) cmd /c C:\MinGW\bin\gcc.exe -mwindows "$(FILE_NAME)" -I"C:mingw\include" -L "C:\mingw\lib" -lmingw32 -lSDL2main -lSDL2 -lSDL2 -llibSDL2_image -o "$(NAME_PART)".exe

cmd /k "$(NAME_PART)"

Reasons:
  • Whitelisted phrase (-1): works for me
  • No code block (0.5):
  • Low reputation (1):
Posted by: Winston Fahrenheit

79380947

Date: 2025-01-23 12:05:01
Score: 1.5
Natty:
Report link

Use field parameters. You can read more here: https://learn.microsoft.com/en-us/power-bi/create-reports/power-bi-field-parameters

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

79380943

Date: 2025-01-23 12:04:01
Score: 1
Natty:
Report link

I am working on a GUI to enforce all these commands found here [The most comprehensive list of adb, fastboot, adb shell & monkey commands I have discovered],1 I hope this helps, on this site you will discover how much authority you have over you phone.

Reasons:
  • Whitelisted phrase (-1): hope this helps
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Justin Burton

79380940

Date: 2025-01-23 12:03:00
Score: 2.5
Natty:
Report link

config = { 'name': 'clitool', 'author': 'aa', 'author_email': 'ww', 'version': '1.0-rc', 'install_requires': ['nose'], 'packages': [],
'entry_points' : { 'console_scripts': ['clitool=clitool.cli:main'], } }

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

79380938

Date: 2025-01-23 12:03:00
Score: 5
Natty:
Report link

What the commenter said above worked

Reasons:
  • Low length (2):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): What the
  • Low reputation (1):
Posted by: SolidSnacks

79380936

Date: 2025-01-23 12:03:00
Score: 3
Natty:
Report link

You probably tried to upload a file that is too large. Please refer to documentation for a workaround for this limit. show this

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

79380930

Date: 2025-01-23 12:00:59
Score: 2.5
Natty:
Report link

Or simply remove all arguments in the function's definition. Then declare treeModel as global only if you need to assign it inside the function.

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

79380925

Date: 2025-01-23 11:59:59
Score: 0.5
Natty:
Report link
std::function<void(double,unsigned char,unsigned char)> m_cbfunc;
//...
ExternalDLL_SetCallback((cbf_t)&m_cbfunc);

This actually compiles and runs, but the program terminates as soon as a callback is actually called.

Not surprising. You've passed to ExternalDLL_SetCallback an address that is not an address of an object of cbf_t type. Anything can happen with code like this, crash is likely to happen.

Because I need access to class members of MyClass inside the callback function, I want to have MyCallback become a class member.

No you don't. An argument to ExternalDLL_SetCallback must be of the declared type which is not a member function type. So what do you really need to do? Depends on your specific use case.

If all calls to the callback in your program are supposed to operate on a single MyClass object, you can store a global struct and simply use it:

struct CallbackContext {
  MyClass* classObject = nullptr;
} g_theContext;

void MyCallback(double a, unsigned char b, unsigned char* c)
{
  g_theContext.classObject->doClassStuff(a);
  //...
}

//...
// set callback
assert(g_theContext.classObject == nullptr); //once
g_theContext.classObject = this;
ExternalDLL_SetCallback(&MyCallback);

If the library supports multiple callbacks and you want to register a number of callbacks with different MyClass objects that, too, can be arranged:

struct CallbackContext {
  std::list<MyClass*> processors;
} g_theContext;


void MyCallback(double a, unsigned char b, unsigned char* c)
{
  for(MyClass* obj : processors){
    obj->doClassStuff(a);
    //...
  }
}

//...
// set callback
if(g_theContext.processors.empty()){
  ExternalDLL_SetCallback(&MyCallback); //once
}
g_theContext.processors.push_back(this);

Since the library itself is a global object, you're essentially enhancing it with MyClass* storage for this specific callback, but do it on your side of the code.

(Notice that this is a single-thread code; if callbacks can be registered and|or called from multiple threads, you'll need thread safety measures for the shared object g_theContext.)

Reasons:
  • Blacklisted phrase (0.5): I need
  • RegEx Blacklisted phrase (1): I want
  • Long answer (-1):
  • Has code block (-0.5):
  • Contains question mark (0.5):
Posted by: Abstraction

79380892

Date: 2025-01-23 11:47:56
Score: 1
Natty:
Report link

you can use dependency add_to_cart_animation here is a tutorial Tutorial

Reasons:
  • Whitelisted phrase (-1.5): you can use
  • Low length (1.5):
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Mahendra Telure

79380878

Date: 2025-01-23 11:42:54
Score: 0.5
Natty:
Report link

I found a hack or workaround what ever! What I did.

  1. I found that my dependency "androidx.activity:activity" is located at https://maven.google.com/
  2. Then I downloaded source file activity-1.8.2-sources.jar from those site
  3. In Android Studio I pressed F4 on method, wich has't documentation in my case it was method ActivityresultLauncher.GetContent().
  4. In opened window, like on screenshot [![enter image description here][1]][1], I pressed "Choose Sources" in the top right corner and it opens the select file window.
  5. In this window, I copied the path to folder where file classes.jar is located. Do not close this window in order to not open it later on step 7.
  6. Then opened it in Explorer (I work on Windows10 OS) and put downloaded (on step 2) file here. I understand it will be deleted by my OS later maybe :). If so, I will repeat those steps again.
  7. Then go back to Android Studio where we can see still opened select file window. In this file tree we can see appeared file activity-1.8.2-sources.jar, and we select this file instead of classes.jar.

And its worked! Now I can see documentation for necessary methods and classes in the dependency "`androidx.activity:activity`".
Damn! I understand, that it is not a normal solution.
So how did I come to it?

I was in need of ActivityResultLauncher documentation for my example above. So first of all I removed dependency "androidx.activity:activity" from my build.gradle app file, then Sync and rebuild project, and I noticed that there was no errors on rebuild project.
And more over, after that, I saw documentation for ActivityResultLauncher. "It's a miracle! But how?!" - I thought.
It confused me, so I decided not to stop on this "solution".

So also I noticed that this documentation is taken from dependency version 1.8.0 whereas my removed dependency from build.gradle had version 1.8.2. HMM... OK... Let's move on!

By removing other similar dependencies in app build.gradle file I figured out, that dependency "androidx.activity:activity", where the class ActivityResultLauncher is located, is contained in other app dependency: "androidx.activity:activity-compose".
OK...

Since compose dependency version of "androidx.activity:activity-compose" was old in my project (compose bom had version 2024.05.00), so I decided to change this dependency version to actual. For this moment it is 2025.01.00.

After sync gradle and rebuild project documentation for `ActivityresultLauncher` is gone again, but library version of dependency "`androidx.activity:activity`" became `1.8.2`. OK. Upgrading compose bom version to actual helped, but as I said earlier documentation is gone. And after that I discovered the hack I started this comment with.

Whew! I think it is not normal solution. IDE should download necessary documentation by itself.

And I also think that it may be helps in similar documentation problems

Reasons:
  • Blacklisted phrase (1): this document
  • Blacklisted phrase (1): enter image description here
  • Whitelisted phrase (-2): I figured out
  • Long answer (-1):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Eugene Myname

79380874

Date: 2025-01-23 11:41:54
Score: 0.5
Natty:
Report link

I was running express app on aws lightsail. Spending hours...On giving full path into dotenv.config solved my issue.

const dotenv = require("dotenv");
dotenv.config({path:'/home/bitnami/vectorminds/server/.env'});
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Aman Gupta

79380870

Date: 2025-01-23 11:40:53
Score: 6.5 🚩
Natty: 5
Report link

I have error guys when I download pdf in my phone I can't open it they told me should move it to internal phone storage and when I did it it work and open it. can someone help me to resolve this error please

Reasons:
  • Blacklisted phrase (1): help me
  • RegEx Blacklisted phrase (3): can someone help me
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Abdelmoughit Elbouhmydy

79380848

Date: 2025-01-23 11:32:50
Score: 1
Natty:
Report link

same answer as the second part of the one by @r2evans, but for a more recent version of dplyr (1.1.4), without the superseded functions (summarize_at() and one_of)

note that this doesn't throw a warning regarding columns that do not exist in the dataframe, due to the use of any_of()

iris %>%
  select(-Sepal.Length) %>%
  group_by(Species) %>%
  summarize(across(.cols=any_of(c("Sepal.Width",
                                  "Sepal.Length")),
                   .fns=mean))
#  A tibble: 3 × 2
#   Species    Sepal.Width
#   <fct>            <dbl>
# 1 setosa            3.43
# 2 versicolor        2.77
# 3 virginica         2.97
Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • User mentioned (1): @r2evans
  • Low reputation (1):
Posted by: Bogdan Micu

79380842

Date: 2025-01-23 11:30:50
Score: 0.5
Natty:
Report link

At last i've managed to make it work in a packaged app using unlocking the feature:

auto result = winrt::Windows::ApplicationModel::LimitedAccessFeatures::TryUnlockFeature(c_lafFeature, c_lafToken, c_lafAttestation);
if (result.Status() == winrt::Windows::ApplicationModel::LimitedAccessFeatureStatus::Available ||
    result.Status() == winrt::Windows::ApplicationModel::LimitedAccessFeatureStatus::AvailableWithoutToken)
{
    auto taskbarManager = winrt::Windows::UI::Shell::TaskbarManager::GetDefault();
    if (taskbarManager.IsSupported() && taskbarManager.IsPinningAllowed() &&
        !taskbarManager.IsCurrentAppPinnedAsync().get())
    {
        taskbarManager.RequestPinCurrentAppAsync().get();
    }                
}
Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: jsubi

79380838

Date: 2025-01-23 11:29:49
Score: 0.5
Natty:
Report link

@rasputino It doesn't matter which ID you assign the label to as long as the lambda points at the required property, so you could assign them all to the same ID to make it easier, or to just get rid of the errors/issues.

Alternatively you could add a method in your model to get the required attribute and use @Html.Label() instead of @Html.LabelFor:

Model Method:

public string GetDisplayNameFor(string PropertyName)
{
    Type clsType = typeof(Index);
    var mInfo = clsType.GetMember(PropertyName);

    foreach (MemberInfo propInfo in mInfo)
    {
        var attr = Attribute.GetCustomAttribute(propInfo, typeof(DisplayNameAttribute));
        if (attr != null)
        {
            return (attr as DisplayNameAttribute).DisplayName;
        }
    }

    return "[DisplayName Missing]";
}

In the view:

@Html.Label(Model.GetDisplayNameFor("CoverageYear"))

Although this does seem like a lot of effort compared with using LabelFor and specifying an ID!

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

79380836

Date: 2025-01-23 11:29:49
Score: 4
Natty: 5
Report link

4 years later, thank you! Increasing data points, solved my problem of accuracy!

Reasons:
  • Blacklisted phrase (0.5): thank you
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Gokhan Besen

79380830

Date: 2025-01-23 11:28:48
Score: 9
Natty: 7.5
Report link

I have the same problem statement. have you got the solution?

Reasons:
  • Blacklisted phrase (1): I have the same problem
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): I have the same problem
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: anajhade

79380828

Date: 2025-01-23 11:26:47
Score: 2.5
Natty:
Report link

But using a table variable "@myTbleVarible" needs to be defined first with the same schema (column order and data type same as returning from stored procedure result set) only then it can be used to receive the result from the stored procedure.

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

79380824

Date: 2025-01-23 11:25:47
Score: 3
Natty:
Report link

Thank you very much for the constructive response! So, I see ways to speed up the simulation of a model with a large number of pedestrian agents:

  1. Have one powerful processor.
  2. Identify parts of the model where it is possible to do without pedestrian agents and simply use an animated pedestrian agent instead.
Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Low length (0.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Сергей Васильев

79380815

Date: 2025-01-23 11:23:46
Score: 1
Natty:
Report link

There is no way. You will need to manually call evaluate from an instance of Erubis::FastEruby - or whatever you are using - if you want to.

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

79380805

Date: 2025-01-23 11:22:46
Score: 1.5
Natty:
Report link

Yes, in C, the #include directive is used to include header files that provide declarations and functions your program can use. For example:

c #include <stdio.h> // For standard input/output functions #include "myheader.h" // For user-defined headers (use quotes for custom files)

Use < > for standard library headers and " " for user-defined ones. Ensure header files include guards (or #pragma once) to prevent multiple inclusions.

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

79380803

Date: 2025-01-23 11:21:45
Score: 3.5
Natty:
Report link

I had to throw in the towel and uninstall nvidia proprietary drivers. So the dkms does not find anything to install and then building and running the new kernel works fine.

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

79380790

Date: 2025-01-23 11:16:44
Score: 1.5
Natty:
Report link

I replaced the ZeroFormatter NuGet Package : this one to one of my Custom packages and the error was resolved. Maybe the package that I was using earlier wasn't supported by .NET Core 3.1 which I'm using currently.

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

79380786

Date: 2025-01-23 11:15:44
Score: 2.5
Natty:
Report link

try to downgrade with this Firebase packages versions,

firebase_core: ^3.10.0 firebase_messaging: ^15.1.2 firebase_core_web: ^2.17.0

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

79380784

Date: 2025-01-23 11:15:44
Score: 2
Natty:
Report link

Easy to parameterize:

DELETE FROM tablename WHERE StartTime <= DateAdd(d,-365,GETDate())
Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Balazs Kiss

79380782

Date: 2025-01-23 11:14:43
Score: 6.5 🚩
Natty:
Report link

Not an answer but I am having exactly the same issues. Also developers.facebook.com section "My apps" gives error 500. Letting you know so that you know you are not alone!

Reasons:
  • Blacklisted phrase (1): Not an answer
  • Low length (1):
  • No code block (0.5):
  • Me too answer (2.5): I am having exactly the same issue
  • Single line (0.5):
  • Low reputation (1):
Posted by: Gino

79380780

Date: 2025-01-23 11:14:43
Score: 2.5
Natty:
Report link

I was facing same issue and didn't initially understand how to solve it.

Then, I realized that when I first generated the delta token using the API endpoint /me/calendarView/delta?startDateTime={start_datetime}&endDateTime={end_datetime},

the start_datetime and end_datetime values were out of range. The first time I generated the token, it was within a different range, but when I tried to use that delta token later, I encountered the problem

I was using this API call:

https://graph.microsoft.com/v1.0/me/calendarView/delta?startDateTime=2024-01-01T19:00:00.0000000&endDateTime=2024-01-01T23:59:00.0000000,

but I was creating events in 2025, which caused the issue.

Reasons:
  • Blacklisted phrase (1): how to solve
  • Long answer (-0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Ravina J

79380778

Date: 2025-01-23 11:13:42
Score: 1.5
Natty:
Report link

What about this solution? It seems easy and clean.

let current = 0;
let prev;

for (let i = 0; i < 100; i++) {
   console.log({ current, prev });
   let next = current + (prev || 1);
   prev = current;
   current = next;
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): What
  • Low reputation (0.5):
Posted by: Luca Carducci

79380777

Date: 2025-01-23 11:13:42
Score: 4
Natty: 4.5
Report link

Very strange behavior.

Did you check if there is no particular Transport Rule configured for User B? Any differences of configuration between User A and User B?

Did you check in Message Trace if you see any events in the details?

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

79380772

Date: 2025-01-23 11:12:41
Score: 1.5
Natty:
Report link

It's much simpler, see https://github.com/microsoft/vscode/issues/142534

That is, you can add multiple --extensionDevelopmentPath in the launch.json configuration, e.g.

    ....
    "args": [
        "--extensionDevelopmentPath=${workspaceFolder}",
        "--extensionDevelopmentPath=${workspaceFolder}/../anotherExtension"
    ],
    ...
Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Jens

79380770

Date: 2025-01-23 11:12:41
Score: 3
Natty:
Report link
input.addEventListener("cancel", (event) => {});

MDN article about the cancel event

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

79380767

Date: 2025-01-23 11:11:40
Score: 9.5 🚩
Natty: 4.5
Report link

Did you ever manage to find a solution? I am having the exact same problem and all solutions I've come across so far, including removing the package, de-installing the complete program, don't work. Also on a work PC...

Reasons:
  • RegEx Blacklisted phrase (3): Did you ever manage to find a solution
  • Low length (0.5):
  • No code block (0.5):
  • Me too answer (2.5): I am having the exact same problem
  • Contains question mark (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): Did you
  • Low reputation (1):
Posted by: Floor

79380765

Date: 2025-01-23 11:10:39
Score: 2.5
Natty:
Report link

The above codes worked. The problem was that I was using an old version of cefsharp. When I installed the new version, the results came back correct and the code worked. The reason I didn't delete the question is that I obtained these codes by doing a lot of research. There are not many examples. Maybe someone else needs this kind of code. It will be an example for those who ask how to bypass ShadowRoot.

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