79262757

Date: 2024-12-08 15:35:58
Score: 4.5
Natty:
Report link

And what about if I want to filter by category, and also display fields like no. Of connects, budget, no. Of bids etc

Reasons:
  • RegEx Blacklisted phrase (1): I want
  • Low length (1):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Bilal

79262755

Date: 2024-12-08 15:34:57
Score: 3
Natty:
Report link

i guess, you are using ACS authentication. please don't use it. use Microsoft Entra ID. ACS Authentication is Deprecated

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

79262749

Date: 2024-12-08 15:30:56
Score: 1
Natty:
Report link

You can't do this with Azure DevOps notifications, because they don't support time-based triggers.

You could do it with a pipeline that runs every day, containing a custom script that queries Azure DevOps for the work items you want.

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

79262745

Date: 2024-12-08 15:28:56
Score: 3.5
Natty:
Report link

I created an account specifically to comment that this is also happening to my projects. I was afraid as well that it was a mistake on my end, but given the other replies it seems to be a Replit bug. Very frustrating considering that I use Replit for school, and I submitted a final project this weekend...

Reasons:
  • Blacklisted phrase (1): to comment
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: J.P. Westerlund

79262743

Date: 2024-12-08 15:27:55
Score: 4.5
Natty: 4
Report link

You can Checkout this repo : https://github.com/nextauthjs/next-auth/discussions/4557 ( official next-auth repo )

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

79262726

Date: 2024-12-08 15:13:52
Score: 4
Natty: 5
Report link

Thank you, but just editing the file that worked!

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: Gohomecam MpS

79262722

Date: 2024-12-08 15:13:51
Score: 5.5
Natty: 4.5
Report link

has your problem been resolved? I'm also having this problem right now

Reasons:
  • RegEx Blacklisted phrase (1.5): resolved?
  • Low length (1.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Đạm Nguyễn Thanh

79262708

Date: 2024-12-08 15:05:46
Score: 7 🚩
Natty:
Report link

I want to add upon T.J's answer, since I faced this problem and could not figure it out, you should also make it a practice to use double quotes "" instead of single quotes '' when it comes to json, lest you face the same problem in future.Have a good day...

Reasons:
  • Blacklisted phrase (1): good day
  • RegEx Blacklisted phrase (1): I want
  • Low length (0.5):
  • No code block (0.5):
  • Me too answer (2.5): face the same problem
  • Single line (0.5):
  • Low reputation (1):
Posted by: dantalian

79262702

Date: 2024-12-08 15:01:45
Score: 2
Natty:
Report link

i already solved the answer.

The problem is in postman, something is happenning if the format of token when pasting there.

I have tried directly in react js fetch call, i was able to go to the endpoint

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Poor programmer

79262696

Date: 2024-12-08 14:57:44
Score: 2.5
Natty:
Report link

@Vladimir F Героям слава's post solved my problem. However, it posts a warning as following:

DeprecationWarning: Conversion of an array with ndim > 0 to a scalar is deprecated, and will error in future. Ensure you extract a single element from your array before performing this operation. (Deprecated NumPy 1.25.)

Haven't found a way to solve avoid this warning.

Reasons:
  • No code block (0.5):
  • User mentioned (1): @Vladimir
  • Low reputation (1):
Posted by: Tim Stark

79262695

Date: 2024-12-08 14:57:44
Score: 5
Natty: 4
Report link

I added these files libssl-3-x64.dll libcrypto-3-x64.dll libintl-9.dll libiconv-2.dll libwinpthread-1.dll to the directory where my executable is located, and everything worked. But is there any way to make visual studio take these files from PostgreSQL\17\bin directory by itself?

Reasons:
  • Blacklisted phrase (1): is there any
  • Low length (0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: There QMoro

79262682

Date: 2024-12-08 14:48:42
Score: 1
Natty:
Report link

Sort should be only desc or asc

example:

sortOrder := "desc" // or "asc"

sort := []types.SortCombinations{
    {
        Field: types.FieldSort{
            Field: sortField,
            Order: &sortOrder,
        },
    },
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Pedro Simões Developer

79262677

Date: 2024-12-08 14:46:40
Score: 5
Natty:
Report link

Have you tested with TrOCR? If not, maybe this guide helps you: https://learnopencv.com/trocr-getting-started-with-transformer-based-ocr/

It works with computer generated and as well with handwritten inputs

Reasons:
  • Blacklisted phrase (1): this guide
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: rizzling

79262675

Date: 2024-12-08 14:45:40
Score: 3
Natty:
Report link

We can first convert varchar or char into INT and then decimal. It will handle both null and empty string. Ex. CONVERT(Decimal(precision, scale), convert(INT, Column))

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

79262672

Date: 2024-12-08 14:44:40
Score: 3
Natty:
Report link

ERR_TOO_MANY_REDIRECTS error can also cause if you just enabled cloudfare on your webisite so sometimes disabaling cloudfare might work.

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

79262666

Date: 2024-12-08 14:41:39
Score: 1
Natty:
Report link

If your $(which mv) version supports -b then the code below is ok, otherwise edit the function with alternative temporary file strategy.

# define alias fswap

alias fswap='function _fswap () { mv -b ${1} ${2} && mv ${2}~ ${1}; }; _fswap'

# usage

fswap file1 file2
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: rmixarelli

79262662

Date: 2024-12-08 14:38:38
Score: 2.5
Natty:
Report link

I think your function is cleared, so I suspect that you didn't input the database name when initialized the connection or maybe it's calling to another DB because the DB Name is inputted with another value.

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

79262658

Date: 2024-12-08 14:34:37
Score: 3
Natty:
Report link

I hope this gets patched soon. It's extremely disruptive when I'm needing to read outputs.

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

79262655

Date: 2024-12-08 14:31:37
Score: 0.5
Natty:
Report link

Problem was with fonts not loading on chrome app started working on chrome when i added. Chrome now uses default fonts but atleast app loads.

  useEffect(() => {
    const checkFonts = async () => {
      try {
        await initializeFonts();
        setFontsLoaded(true);
      } catch (error) {
        console.error('Error loading fonts:', error);
      }
    };
Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Viktor Pesic

79262642

Date: 2024-12-08 14:27:36
Score: 1
Natty:
Report link

There is no bullet proof solution, but there is this JS library you can use and test.
https://github.com/Joe12387/detectIncognito

From the server side i dont think you can check any thing to know if its in incognito mode.

Reasons:
  • Whitelisted phrase (-1.5): you can use
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Eloi

79262638

Date: 2024-12-08 14:25:35
Score: 1
Natty:
Report link

You could take the negative values:

import plotly.graph_objects as go

fig = go.Figure(data=[go.Candlestick(x=df['Date_Time'],
                open=df['Open'],
                high=df['High'],
                low=df['Low'],
                close=df['Close'] )])
fig.show()

plt1

fig = go.Figure(data=[go.Candlestick(x=df['Date_Time'],
                open=-df['Open'],
                high=-df['High'],
                low=-df['Low'],
                close=-df['Close'] )])
fig.show()

plot2

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

79262637

Date: 2024-12-08 14:25:35
Score: 4.5
Natty:
Report link

I avoid it by using markeddown it.

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

79262630

Date: 2024-12-08 14:21:34
Score: 3.5
Natty:
Report link

Had same problem, no error shown until I tried flutter run command. My problem was disk space running low

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

79262624

Date: 2024-12-08 14:18:33
Score: 1.5
Natty:
Report link

In my case the problem was that user wasn't verified. (You can manually change is_verified column in the database or use verify endpoints to achieve the same result)

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

79262616

Date: 2024-12-08 14:13:32
Score: 2.5
Natty:
Report link

Claude AI is insanely good at helping with code. I've gotten back to coding after 15 years with the help of anthropic. I have a subscription and it's totally worth it, the latest model sonnet 3.5 is pure gold.

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

79262613

Date: 2024-12-08 14:12:32
Score: 0.5
Natty:
Report link

If you really need the lib @testing-library/react. You can install it with the command: npm i @testing-library/react.

PS: The @testing-library/[email protected] requires react@"^18.0.0" and the create-react-app is using react 19

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

79262604

Date: 2024-12-08 14:04:30
Score: 1.5
Natty:
Report link

Tested on 2024. On windows, press Shift + F.

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

79262602

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

I had similar mystic files caching when using fgets and feof - both did not notice that underlying file was changed.

Turns out php has files/directory caching that needs to be cleared if you expect the files to get changed during php script execution:

clearstatcache();
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Arie Skliarouk

79262600

Date: 2024-12-08 14:01:29
Score: 3
Natty:
Report link

Faced the same issue and solved it, the error is simply due to the lower version of the Langchain community. I, too was following the Langchain documentation, but since it is very old. Thir error remains.

Check this link and install the requirements mentioned: https://github.com/langchain-ai/langchain/issues/22445

I hope it helps. 😃

Reasons:
  • Blacklisted phrase (1): this link
  • Whitelisted phrase (-1): hope it helps
  • RegEx Blacklisted phrase (1): Check this link
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Akshat Rastogi

79262593

Date: 2024-12-08 13:54:28
Score: 1.5
Natty:
Report link

This conflict is caused by a duplication in your project.

Reason: The library is available in two locations during compilation, so you need to remove it from one of them.

In my case, the Date and Time library was not included in JRE 1.7, so I had added it in the pom.xml. However, when I updated to JRE 18, the error occurred because the library is already included in JRE 18. To resolve the issue, I removed it from the pom.xml, and that fixed the problem.

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

79262589

Date: 2024-12-08 13:53:28
Score: 0.5
Natty:
Report link

Using LLVM 19.1, I managed to link all libraries in CMakeLists.txt with:

llvm_map_components_to_libnames(llvm_libs -19)
Reasons:
  • Low length (1):
  • Has code block (-0.5):
Posted by: Robin

79262585

Date: 2024-12-08 13:52:28
Score: 3.5
Natty:
Report link

Got it; had to add the "quotechar" parameter to pd.read_csv().

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

79262579

Date: 2024-12-08 13:43:25
Score: 10.5
Natty: 7
Report link

Have you found a solution? I have the same problem

Reasons:
  • Blacklisted phrase (1): I have the same problem
  • RegEx Blacklisted phrase (2.5): Have you found a solution
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): I have the same problem
  • Contains question mark (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: user28683985

79262574

Date: 2024-12-08 13:38:24
Score: 2.5
Natty:
Report link

Now you can use draft_text param

https://core.telegram.org/api/links#public-username-links

Reasons:
  • Whitelisted phrase (-1.5): you can use
  • Probably link only (1):
  • Low length (2):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Yuri Taratorkin

79262564

Date: 2024-12-08 13:33:23
Score: 0.5
Natty:
Report link

Please upgrade to Mojarra 4.0.9 as it was a bug that was fixed in Mojarra!

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

79262559

Date: 2024-12-08 13:29:22
Score: 3.5
Natty:
Report link

Update to your latest org.seleniumhq.selenium version.

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

79262557

Date: 2024-12-08 13:29:22
Score: 1.5
Natty:
Report link

I installed IdeaVim plugin (Settings->Plugins-> Search 'IdeaVim'), then unbaled and then restarted the IDE. Worked for me.

IDE - WebStorm Project - VueJS

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

79262546

Date: 2024-12-08 13:22:20
Score: 1.5
Natty:
Report link

Or use simple class

:root[class~="dark"] div:where(.swal2-container) div:where(.swal2-popup){
   background-color: #353434;
   z-index: 1;
   border: 1px solid #666666;
}
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Brijesh

79262541

Date: 2024-12-08 13:19:19
Score: 1
Natty:
Report link

ImgBB is a free image hosting service that allows users to upload and share images online. It offers an easy-to-use interface for uploading images and provides direct links for embedding or sharing them. While Firebase Storage is a cloud storage solution typically used for storing various types of files, including images, ImgBB specializes specifically in image hosting. It can be used as an alternative for Firebase Storage when the primary requirement is to store and share images quickly without the complexity of a more extensive backend infrastructure. However, Firebase provides more advanced features for developers, like real-time database integration and file management.

https://imgbb.com/

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

79262538

Date: 2024-12-08 13:19:19
Score: 5.5
Natty:
Report link

I Have similar problem. It is about namespaces....

XMLDoc.SetProperty "SelectionNamespaces", "xmlns:dummy=""http://www.w3.org/2005/Atom""" Set Entries = XMLDoc.DocumentElement.SelectNodes(".//dummy:entry") 'Set Entries = XMLDoc.DocumentElement.SelectNodes(".//entry") 'DOES NOT WORK

From here: https://vbaplanet.com/xml.php

Reasons:
  • Blacklisted phrase (1): I Have similar
  • Low length (0.5):
  • No code block (0.5):
  • Me too answer (2.5): I Have similar problem
  • Low reputation (1):
Posted by: Vít Jirman

79262533

Date: 2024-12-08 13:17:18
Score: 3
Natty:
Report link

I just update maven compiler to latest in pom.xml and saved it and it resolved the issues.

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

79262531

Date: 2024-12-08 13:16:18
Score: 1
Natty:
Report link

This page mentions

Note: The token grant rate limit only applies to non-identity scopes. If your application only uses identity scopes, this graph will not display any data.

So I guess the Rate limit does not apply if your app is verified and is only requesting Identity scopes which are email,name and profile picture.

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

79262517

Date: 2024-12-08 13:12:15
Score: 7.5 🚩
Natty:
Report link

Same here! When I refresh the page, it's back to normal, but then with every new line printed while the window is open, it again narrows more and more. So annoying. You guys found any solution yet?

Reasons:
  • Blacklisted phrase (1.5): any solution
  • RegEx Blacklisted phrase (2): any solution yet?
  • Low length (0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Roman Vinogradov

79262509

Date: 2024-12-08 13:08:15
Score: 3.5
Natty:
Report link

Thank you all. Very educational. @Craig: Yes, I was aware of that construct, but I also wanted to reference the formats individually (without indexing). Not a biggie but I was curious why my construct wasn't working.

Further insight: my microchip compiler (XC8) uses the first "const" to place the data into program memory. I assumed it would also define the vars as const.

Andreas' construct worked nicely. THANK YOU ALL again. Michael

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Blacklisted phrase (0.5): THANK YOU
  • No code block (0.5):
  • User mentioned (1): @Craig
  • Low reputation (1):
Posted by: user24153070

79262499

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

Sometimes, the project might have old artifacts causing issues during the build. Clean the build cache and try rebuilding:

cd android
./gradlew clean
cd ..
eas build -p android
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: samkayz

79262497

Date: 2024-12-08 13:02:13
Score: 2.5
Natty:
Report link

Try generating your filenames using start and end times: -o "%(id)s-%(section_start)s-%(section_end)s.%(ext)s"

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Y. Sankara Narayanan

79262494

Date: 2024-12-08 13:02:13
Score: 2
Natty:
Report link
npm set registry https://registry.npmjs.org/

this command solves the problem

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

79262490

Date: 2024-12-08 13:01:13
Score: 1.5
Natty:
Report link

I have a better one:

How did Hitler fit 10 Jews in a VW?

The solution: 2 in the front, 2 in the back, 6 in the ashtray.

Reasons:
  • Whitelisted phrase (-2): solution:
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Mike Oxmall

79262481

Date: 2024-12-08 12:57:12
Score: 3.5
Natty:
Report link

You could run a separate script to fetch the token then save it in sql using a cron job.

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

79262480

Date: 2024-12-08 12:57:12
Score: 2.5
Natty:
Report link

Your UTF8 file was encrypted as ISO 8859-1. The UTF-8 characters take multiple bytes, whereas ISO 8859-1 is a single-byte encoding.

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

79262476

Date: 2024-12-08 12:55:11
Score: 2
Natty:
Report link

Use regMOK to create and register a Machine Owner Key (MOK), which you can then use to sign your kernel modules.

#kernel-module #MOK #signing

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

79262471

Date: 2024-12-08 12:52:10
Score: 4
Natty:
Report link

@samcarter_is_at_topanswers.xyz somehow your suggestion looks this for me (maybe because of this setting? \captionsetup{labelfont={bf,footnotesize},textfont=footnotesize}) also I got at \begin{subfigure}{\textwidth} the error Missing number, treated as zero. Illegal unit of measure (pt inserted). And there is still a big gap between the second image and the top of the page.

Reasons:
  • No code block (0.5):
  • Contains question mark (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Looks like a comment (1):
  • Low reputation (1):
Posted by: sophie

79262470

Date: 2024-12-08 12:52:10
Score: 4.5
Natty: 5
Report link

@mahouuuuuuu Unfortunately I am not yet allowed to comment, but I am very much struggling with the same issue (and searching for a simple solution) – I would be happy if you could share the code for your solution with everyone here. :)

For Wordpress I found a solution if someone wants to offer a video course and needs to be sure that participants are watching the whole video(s) without jumping, but this plugin is 'far too much'/bloated (for my needs): LearnDash LMS + Video Progression.

Reasons:
  • Blacklisted phrase (1): this plugin
  • Blacklisted phrase (1): to comment
  • No code block (0.5):
  • User mentioned (1): @mahouuuuuuu
  • Low reputation (1):
Posted by: art farmer

79262457

Date: 2024-12-08 12:39:08
Score: 0.5
Natty:
Report link

I am not sure if you really need DUAL, I think you can utilise the two tables ITEMS and ITEMS_RELATED and get the required output, let us know.

Fiddle

SELECT 
    CASE 
        WHEN ROW_NUMBER() OVER (PARTITION BY ir.MASTER_ITEM ORDER BY ir.RELATED_ITEM) = 1
        THEN ir.MASTER_ITEM
        ELSE NULL
    END AS ITEM_NUMBER,
    ir.RELATED_ITEM
FROM 
    ITEMS_RELATED ir
JOIN 
    ITEMS i
    ON ir.MASTER_ITEM = i.ITEM_NUMBER
ORDER BY 
    ir.MASTER_ITEM, ir.RELATED_ITEM;

Output

enter image description here

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

79262456

Date: 2024-12-08 12:38:07
Score: 1
Natty:
Report link

try adding this header to your markdown file:

<style>
p:has(+ ul) {
  margin-bottom: 0;
}
p + ul {
  margin-top: 0;
}
</style>
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Tnsu KYRK

79262454

Date: 2024-12-08 12:38:07
Score: 1
Natty:
Report link

Check if there is a Mismatch of Debug/Release Builds and DLLs: Lines for Linker-Input (Release):

sfml-graphics.lib
sfml-window.lib
sfml-audio.lib
sfml-network.lib
sfml-system.lib

Lines for Linker-Input (Debug):

sfml-graphics-d.lib
sfml-window-d.lib
sfml-audio-d.lib
sfml-network-d.lib
sfml-system-d.lib
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: bob

79262453

Date: 2024-12-08 12:38:07
Score: 1.5
Natty:
Report link

You can write the !class - but don't do it first. For example: This will work -

.class-m1 {
 @apply h-1 !w-2.5;
}

And this won't -

.class-m1 {
 @apply !w-2.5 h-1;
}
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Александр Ястребов

79262449

Date: 2024-12-08 12:34:06
Score: 9 🚩
Natty:
Report link

The FBI has me as a project and they shock me daily with Russian malware they are torturing me and I have been in my house being tortured for eight months I need help please my name is Beau Aguirre they shock my mother and our dog with a device that runs on satellite three

Reasons:
  • Blacklisted phrase (0.5): I need
  • Blacklisted phrase (2.5): I need help
  • RegEx Blacklisted phrase (1.5): help please
  • RegEx Blacklisted phrase (1): I have been in my house being tortured for eight months I need help please
  • Contains signature (1):
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Beau Aguirre

79262444

Date: 2024-12-08 12:31:05
Score: 4
Natty:
Report link

Fiam! Zsámó zsázsé megyünk vasé!

Reasons:
  • Low length (2):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Mikorka Kálmán

79262439

Date: 2024-12-08 12:28:04
Score: 1.5
Natty:
Report link

I finally solved the problem the day after I posted the problem.n the MSSQLConnection and SQLite classes I didn't pass the context from class to an other, As @CommonsWare mentioned the context was null. So in class MSSQLConnection i had to add the below line:

public MSSQLConnection(Context context){
    this.context = context;
    **this.SQLQueries=new SQLQueries(context);**
} 

and in SQLite class:

public  SQLite(Context context) {
    super(context, DATABASE_NAME, null, DB_Version);
    **this.context = context;**
    **this.mssqlConnection = new MSSQLConnection(context);**  
} 

and in SQLQueries class i had to remove this line

connectionSQL = new MSSQLConnection(context);
Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • User mentioned (1): @CommonsWare
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: NoobGeorge

79262432

Date: 2024-12-08 12:21:01
Score: 7.5 🚩
Natty:
Report link

Could you show us the docker compose file? or maybe some scripts you're trying to run

And I'm thinking about some ideas below:

Reasons:
  • Blacklisted phrase (1): Is there any
  • RegEx Blacklisted phrase (2.5): Could you show us
  • Low length (0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: SirT

79262430

Date: 2024-12-08 12:19:00
Score: 2.5
Natty:
Report link

Unfortunately, there is no way to fix that except to upgrade Next.js to v15.x or no use turbopack...

The more details:

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

79262425

Date: 2024-12-08 12:16:00
Score: 1
Natty:
Report link

using UnityEngine;

public class PlayerController : MonoBehaviour { public float speed = 10f;

void Update()
{
    float horizontalInput = Input.GetAxis("Horizontal");
    transform.Translate(Vector3.right * horizontalInput * speed * Time.deltaTime);
}

}

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

79262413

Date: 2024-12-08 12:10:59
Score: 1
Natty:
Report link

If you're looking for a way to retrieve "Popular Times" information for a particular place without using the Google Places API, I recommend checking out this GitHub repository.

This repository provides a tool to directly scrape "Popular Times" data from Google Maps using just the URL of the place. Unlike other solutions, such as the popular times GitHub repository that requires an API key (which can sometimes risk account suspension), this tool is simple to use and does not require an API key.

All you need to do is provide the Google Maps URL for the location, and it will fetch the "Popular Times" data for all days of the week. It’s a lightweight, effective solution for personal or educational use.

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

79262405

Date: 2024-12-08 12:03:57
Score: 5.5
Natty:
Report link

Which expo version do you use? there is an issue on github, I think this can be the same root cause. Have you already checked it? https://github.com/clerk/javascript/issues/4669

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Starts with a question (0.5): Which
  • Low reputation (1):
Posted by: rizzling

79262403

Date: 2024-12-08 12:02:56
Score: 5.5
Natty:
Report link

Facing the same issue. I can't proceed to the next cause there is no app bundle to select. I don't know why this happened.

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Me too answer (2.5): Facing the same issue
  • Single line (0.5):
  • Low reputation (1):
Posted by: Nahid Faraji

79262399

Date: 2024-12-08 11:57:54
Score: 7 🚩
Natty:
Report link

Where are you trying this? can you please elaborate

Reasons:
  • RegEx Blacklisted phrase (2.5): can you please elaborate
  • Low length (1.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): Where are you
  • Low reputation (1):
Posted by: Mani Shankar

79262397

Date: 2024-12-08 11:56:54
Score: 2
Natty:
Report link

Documentation states that connections can be one-to-one, one-to-many, but never many-to-one.

If you want to connect multiple outputs to a single input, you need to use an AVAudioMixerNode. That's what it's for - it mixes (combines) multiple signal streams into a single stream.

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

79262396

Date: 2024-12-08 11:55:53
Score: 6 🚩
Natty:
Report link

same problem with popup in vscode everytime but i never used wsl before... after updating to the latest version this is happening as i am using windows 11 from quite a while. please post the update if you find any..

Reasons:
  • RegEx Blacklisted phrase (2.5): please post
  • RegEx Blacklisted phrase (1): same problem
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: It- is-it

79262395

Date: 2024-12-08 11:55:53
Score: 3.5
Natty:
Report link

For me just adding launch.json to .vscode worked but not with Run Current File or Node.js options in RUN AND DEBUG menu, I needed to use Launch Program and it worked

View -> Run -> RUN AND DEBUG -> Launch Program

Reasons:
  • Blacklisted phrase (0.5): I need
  • Whitelisted phrase (-1): it worked
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Raven Danish

79262392

Date: 2024-12-08 11:54:52
Score: 2.5
Natty:
Report link

I replaced "localhost" in the connection string with the IPv4 address and it worked.

Reasons:
  • Whitelisted phrase (-1): it worked
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Hệ Nguyễn Văn

79262388

Date: 2024-12-08 11:51:52
Score: 3
Natty:
Report link

So I finally got it working on Android and Win64. Here are my changes taken from SiverWarrior and Dave.

The last tweaks have been to use Skia, otherwise the tab' slants are drawn over the menu. Also I hat to choose "BringToFront" on the TListBox on the form. It did not work at structure view of the object inspector as the "BringToFront" menu option of the context menu is disabled there. Thank you!

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Blacklisted phrase (1): did not work
  • Long answer (-0.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Mockminister

79262382

Date: 2024-12-08 11:48:51
Score: 2.5
Natty:
Report link

'' => means its a string and couldnt put a variable inside `` => means also a string but u could put a variable by using this ${your_varaible}

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

79262369

Date: 2024-12-08 11:44:50
Score: 1.5
Natty:
Report link

This should be addressed by [GitHub]: mhammond/pywin32 - Last error wrongly set by some modules (scheduled for the next release (v309)).

Check [SO]: How to change username of job in print queue using python & win32print (@CristiFati's answer) (at the end) for possible ways to go further.

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

79262353

Date: 2024-12-08 11:34:48
Score: 3.5
Natty:
Report link

Same issue here. I tried to configure the logging for Python, e. g. by setting a fixed output line length.

But it is definitely an issue with the Javascript for the Replit IDE.

I also opened an ticket with the Replit support hotline.

Very annoying because I cannot debug any more...

Reasons:
  • Blacklisted phrase (0.5): I cannot
  • RegEx Blacklisted phrase (1): Same issue
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: user2262423

79262351

Date: 2024-12-08 11:33:47
Score: 6 🚩
Natty: 4.5
Report link

I know this is an old thread, but I found it and I want to use it because it works well and I like it. My only problem is that I also have translatePress on top, and it sends these unique emails to customers in the primary language in all sorts of ways, regardless of what language they ordered in. Is there a way to set this up so that it doesn't translate these unique emails, and I create a status/email for each language? Or should it take the language of the order into account? Thank you.

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Blacklisted phrase (1): Is there a way
  • RegEx Blacklisted phrase (1): I want
  • No code block (0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Xen42

79262348

Date: 2024-12-08 11:30:46
Score: 3.5
Natty:
Report link

Use MutationObserver

See example: https://developer.mozilla.org/en-US/docs/Web/API/MutationObserver#example

Reasons:
  • Probably link only (1):
  • Low length (2):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: David Petrásek

79262336

Date: 2024-12-08 11:21:44
Score: 3
Natty:
Report link

Your all payment all purchased need after I'm form my bank account good transaction all my phone good wearing

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

79262328

Date: 2024-12-08 11:17:42
Score: 6.5 🚩
Natty:
Report link

I have the same issue, Didn't find solution. I already reported to support. my current solution to toggle collapse console, but it back again.

Reasons:
  • Blacklisted phrase (1): I have the same issue
  • Low length (1):
  • No code block (0.5):
  • Me too answer (2.5): I have the same issue
  • Single line (0.5):
  • Low reputation (1):
Posted by: Mustafa Hussien

79262308

Date: 2024-12-08 11:09:40
Score: 0.5
Natty:
Report link

A real-world example of circular reference

const person1 = {
  name: "x",
  age: 28,
};

const person2 = {
  name: "y",
  age: 26,
};

person1.spouse = person2;
person2.spouse = person1;

console.log(JSON.stringify(person1)); // will throw the error
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Hypermona

79262307

Date: 2024-12-08 11:09:40
Score: 0.5
Natty:
Report link

I know it's 6 years late, but it's possible now to authenticate the user if they already reside in AWS as an IAM user. Check this official tutorial by the Amazon Web Services channel on youtube.

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

79262299

Date: 2024-12-08 11:04:39
Score: 3.5
Natty:
Report link

A request to the Telegram API was unsuccessful. Error code: 400. Description: Bad Request: message to react not found

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

79262291

Date: 2024-12-08 10:58:37
Score: 0.5
Natty:
Report link

n is guaranteed to be a power of 2, so the two are identical.

Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
  • Single line (0.5):
  • High reputation (-1):
Posted by: Sören

79262285

Date: 2024-12-08 10:57:37
Score: 1
Natty:
Report link

The callback of ipcMain.handle has two parameters.

You're trying to use the event object as the arguments.

If you don't need to access the event object, use this instead:

ipcMain.handle('run-start', async (_, database) => {
  // YOUR CODE
});
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Dinoscape Dinoscape

79262272

Date: 2024-12-08 10:51:35
Score: 1
Natty:
Report link
  1. Check the accounts permission used for connected app.
  2. you can check the logs on salesforce end as well to get better description.

Seems like you connecting to a dev org, maybe the connected app doesnt have the right permission. If you have a full copy sandbox that could be something you want to look into as well.

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

79262248

Date: 2024-12-08 10:33:31
Score: 2.5
Natty:
Report link

Had the same Problem. Doing npm install @react-navigation/drawer@latest --force fixed it for me.

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

79262247

Date: 2024-12-08 10:32:30
Score: 2
Natty:
Report link

Dependency injection is another way to do it - just passing in something that gives you the time (e.g. a function).

Here are some example tests:


import datetime

from greeter import greet

def test_it_returns_good_morning_before_12():
    def get_time():
        return datetime.datetime(2024, 12, 8, hour=5, minute=0, second=0)

    greeting = greet(get_time)

    assert greeting == "Good morning!"

def test_it_returns_good_afternoon_after_12():
    def get_time():
        return datetime.datetime(2024, 12, 8, hour=14, minute=0, second=0)

    greeting = greet(get_time)

    assert greeting == "Good afternoon!"

The greet function then calls the function it is passed to obtain the time:

def greet(get_time):
    hour = get_time().hour

    if hour < 12:
        return "Good morning!"
    else:
        return "Good afternoon!"

In the production code where I need to use greet, I'd simply pass the function that provides the system time:

greeting = greet(datetime.datetime.now)

I did write a tutorial about this over on python-forum: https://python-forum.io/thread-38222.html. That does include a link to a repo on GitHub with a more complete example (https://github.com/ndc85430/controlling-date-and-time-in-tests).

Reasons:
  • Blacklisted phrase (0.5): I need
  • Blacklisted phrase (1): Good afternoon
  • Blacklisted phrase (1): Good morning
  • Contains signature (1):
  • Long answer (-1):
  • Has code block (-0.5):
Posted by: ndc85430

79262243

Date: 2024-12-08 10:30:30
Score: 1
Natty:
Report link

Tested on Xcode 16.2 RC, still has the same error. One workaround is to set the Metal Language Revision to 3.2.

However, this version was introduced with iOS 18, and it's strange that it still works on iOS 17 devices. I don't know if it has any side effects.

Or copy the Xcode 15 framework. However, as the framework is from iOS 17, by doing the steps from @aferriss, you'll lose new iOS 18 Core Image API. I also collect the Xcode 15 files here, so you don't need to download it again.

Reasons:
  • Has code block (-0.5):
  • User mentioned (1): @aferriss
  • Low reputation (0.5):
Posted by: Perry Wang

79262230

Date: 2024-12-08 10:21:29
Score: 1
Natty:
Report link

For anyone struggling with IVMS -> MYSQL coennection. Your best bet would be to try Hikcentral instead. Has more options especially on type of data you can correct, support more databases including Postgres and to ice it all, the integration is very straight forward. The base license comes with access control feature installed.

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

79262220

Date: 2024-12-08 10:11:27
Score: 2
Natty:
Report link

OpenAI automatically passes the required parameters to Function calls. You can add hints to descriptions about the parameters, or you can add hints how to get the parameters into your prompts. You can find full working Spring AI function call example here.

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

79262215

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

I also used some thing in that line and to solve it try instead and it helped <LoadScriptNext googleMapsApiKey={process.env.NEXT_PUBLIC_GOOGLE_MAPS_API_KEY!} libraries={libs} >

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

79262208

Date: 2024-12-08 10:04:24
Score: 4
Natty: 6.5
Report link

Why do i only see this when im on Restriction or banned on Fedbook? What is big tech doing to our phones with this code?? 👍

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): Why do i on
  • Low reputation (1):
Posted by: Bryan Carosi

79262204

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

You can use Spring AI for OpenAI Java integrations. Spring AI provides an OpenAI client. So you don't have to deal with configuration much. You can check an example implementation from this link. Spring AI OpenAI integration example

Reasons:
  • Blacklisted phrase (1): this link
  • Whitelisted phrase (-1.5): You can use
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: nonder

79262202

Date: 2024-12-08 10:00:23
Score: 1
Natty:
Report link

After selecting "goto" for "multiple definitions" setting,

You need to set a keybinding for "editor.gotoNextSymbolFromResult" in Keyboard shortcuts. keyboard shortcut window

Now whenever "goto definition" is used for a symbol with multiple definitions, status bar will show "Symbol 1 of N, ^F12 for next" and you can use the shortcut for cycling through results. Status bar

Reasons:
  • Whitelisted phrase (-1.5): you can use
  • Probably link only (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Naveen Kumar V C

79262199

Date: 2024-12-08 09:58:23
Score: 1
Natty:
Report link

Here's my walk-through base on @benoit-martins (linphone github) suggestion and it works very well. Thank you!

Walkthrough: Setting Up Linphone SDK for iOS with CocoaPods

Prerequisites

Ensure you have the following installed on your system:


Step-by-Step Guide

1. Clone and Prepare the SDK Repository

  1. Clone the SDK repository to your local machine:
    cd /Users/<YOUR USERNAME>
    git clone https://gitlab.linphone.org/BC/public/linphone-sdk.git
    cd linphone-sdk
    
  2. Update the repository and its submodules:
    git pull
    git submodule update --init --recursive
    

2. Set Up Python Environment

  1. Upgrade pip:
    python3 -m pip install --upgrade pip
    
  2. Create and activate a virtual environment:
    python3 -m venv venv
    source venv/bin/activate
    
  3. Install the required Python modules:
    pip install pystache six
    
  4. Confirm the modules are installed:
    pip list
    

3. Build the iOS SDK

  1. Run the cmake command (inside the activated virtual environment):
    cmake --preset=ios-sdk -G Ninja -B IOS_64_RELEASE \
      -DPYTHON_EXECUTABLE=$(which python3) \
      -DENABLE_PQCRYPTO=YES \
      -DLINPHONESDK_IOS_ARCHS=arm64 \
      -DENABLE_NON_FREE_FEATURES=YES \
      -DENABLE_GPL_THIRD_PARTIES=YES \
      -DENABLE_G729=YES \
      -DCMAKE_CONFIGURATION_TYPES=ReleaseWithDebInfo
    
  2. Build the SDK:
    cmake --build IOS_64_RELEASE --config RelWithDebInfo -j5
    

4. Verify the Build Output

Check if the build output exists at the following path:

/Users/<YOUR USERNAME>/linphone-sdk/IOS_64_RELEASE

The folder should contain the linphone-sdk.podspec file.


5. Configure Your CocoaPods Podfile

  1. Edit your Podfile to include the local build of Linphone SDK:
    platform :ios, '15.6'
    source "https://github.com/CocoaPods/Specs.git"
    
    def basic_pods
      pod 'linphone-sdk', :path => '/Users/<YOUR USERNAME>/linphone-sdk/IOS_64_RELEASE'
    end
    
    target 'MyAppLinphone' do
      use_frameworks!
    
      pod 'SQLite.swift', '~> 0.14.0'
      pod 'ModalPresenter'
      pod "Firebase"
      pod 'Firebase/Core'
      pod 'Firebase/Messaging'
    
      basic_pods
    end
    

6. Install CocoaPods Dependencies

Navigate to your project directory where the Podfile is located and run:

pod upgrade
pod install

7. Test Your Application

Run your app to verify the integration works successfully.

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Long answer (-1):
  • Has code block (-0.5):
  • User mentioned (1): @benoit-martins
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Mr Hery

79262190

Date: 2024-12-08 09:49:21
Score: 0.5
Natty:
Report link

you're not writing your html as you should. you need to insert <li> tags

<ul>
{% for i in df %}    # tried many option here

    <li>{{ i['foo'] }}</li>

{% endfor %}
<ul>
Reasons:
  • Low length (1):
  • Has code block (-0.5):
Posted by: folen gateis

79262179

Date: 2024-12-08 09:46:20
Score: 1.5
Natty:
Report link

The reason why there is no legend say by default is because the color argument is set out of aes:

geom_line(data=Sandusky8, aes(x=ProperDateTime, y=TKN, color='grey54'))

That being said, you would usually 'plug' it on some variable and tune the color using one of the scale* function.

Here is an example output (with dummy data)

plot with color inside aes()

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

79262174

Date: 2024-12-08 09:44:20
Score: 1.5
Natty:
Report link

As already stated, this might be due to an issue with a printer. It makes absolutely no sense, but it solved the same problem for me.

However, you don't necessarily need to remove any printers. You can also just click one of the generic ones, for instance "Microsoft print to pdf", and make that the standard printer. I was not able to remove the installed printers, but changing the standard printer did the trick.

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

79262170

Date: 2024-12-08 09:43:20
Score: 2.5
Natty:
Report link

OpenAI requires a payment method to be on file even when using free credits. This is a common practice to prevent abuse and ensure uninterrupted access to the service. If you haven't added a payment method, the API may restrict your access, resulting in error codes.

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

79262159

Date: 2024-12-08 09:35:17
Score: 4
Natty: 4
Report link

I also used some thing in that line and to solve it try instead and it helped

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