79380082

Date: 2025-01-23 06:58:18
Score: 1
Natty:
Report link

check your package.json mostly conflicting dependencies causes this issue

add this to your package.json:

 "devDependencies": {
    "@playwright/test": "^1.49.1",
    "@types/node": "^22.10.7"   }
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Rohit Kulkarni

79380080

Date: 2025-01-23 06:57:17
Score: 1.5
Natty:
Report link

More modern solution

<style>
details {display: flex; flex-direction:column;}
summary {order: 2}
</style>
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Delfi

79380077

Date: 2025-01-23 06:56:17
Score: 0.5
Natty:
Report link

AFAIK, the Graph API doesn't still have an endpoint to retrieve the day-wise working hours.

You can vote for it: https://feedbackportal.microsoft.com/feedback/idea/f4ed696b-9971-ef11-a4e7-6045bdb238dc

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

79380076

Date: 2025-01-23 06:56:17
Score: 2
Natty:
Report link

When using a Chromium-based web browser:

  1. Open dev tools with:

Windows/Linux:F12 or Control+Shift+i

Mac: Command+Option+i

  1. In the Dev Tools Elements tab right click on the HTML element and select Capture node screenshot

Shows Dev Tools Elements and dropdown when the user right-clicks HTML element, with all available options. Select 'Capture node screenshot' from listed options

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Starts with a question (0.5): When
  • Low reputation (0.5):
Posted by: MichalRsa

79380071

Date: 2025-01-23 06:54:16
Score: 4
Natty:
Report link

I can't understand. Why do I have an error and you do not? My Custom Function https://i.sstatic.net/b2KNelUr.png My Named Function https://i.sstatic.net/H3kWSp2O.png

Named function based on custom function only works with that range in quotation mark =COUNTCOLOREDSCORE("K157:N157") and this ruin my trying to update a range automatically.

If I try to use your example I get the error: https://i.sstatic.net/ko8dUpb8.png

Reasons:
  • RegEx Blacklisted phrase (1): I have an error
  • RegEx Blacklisted phrase (1): I get the error
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Andrew M

79380069

Date: 2025-01-23 06:53:16
Score: 3
Natty:
Report link

Well its probably becuase of using it with widgets like SafeArea

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

79380067

Date: 2025-01-23 06:51:15
Score: 3
Natty:
Report link

For me it was older target net framework sdk and newer version in nuget dependency.

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

79380061

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

The error Scope 'request' is not active for the current thread typically occurs when you try to access a Spring bean with request scope outside the context of an active HTTP request. This often happens when a @RequestScope or @SessionScope bean is accessed from a singleton bean (like a @Service or @Component) that operates outside of a web request thread.

@Component
@RequestScope(proxyMode = ScopedProxyMode.TARGET_CLASS)
public class TenantContext {
    // Your bean definition
}
Reasons:
  • Has code block (-0.5):
  • User mentioned (1): @RequestScope
  • User mentioned (0): @SessionScope
  • User mentioned (0): @Service
  • User mentioned (0): @Component
  • Low reputation (1):
Posted by: Khaja Shekh

79380056

Date: 2025-01-23 06:47:14
Score: 2.5
Natty:
Report link

You could check out open-source projects like Mailtrain, Postal, or Mailu as a starting point. They’re well-maintained and customizable. Alternatively, Postfix or SMTPmart are solid options if you want to work with established mail server software.

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

79380055

Date: 2025-01-23 06:46:14
Score: 1.5
Natty:
Report link

what if i have dynamic set of columns like this?

SELECT * 
  FROM monthly_sales
    PIVOT(SUM(amount) FOR MONTH IN (select distinct month from monthly_sales))
  ORDER BY EMP_ID_renamed;

the output looks like this:

EMP_ID_RENAMED 'JAN' 'FEB' 'MAR' 'APR'

1 10400 8000 11000 18000

2 39500 90700 12000 5300

Reasons:
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): what if i have
  • Low reputation (1):
Posted by: user3363640

79380048

Date: 2025-01-23 06:42:13
Score: 1
Natty:
Report link

I’ve done some research, and although I don’t have much experience in the field of web games, here are a few points you should know:

  1. Games published on the web can be made with Unity but using only JavaScript.
  2. If you’re working with Unity, I have a package that allows you to export your game for the web, but it’s important to note that the export alone isn’t enough. You will need Front End skills to customize your website page.

Conclusion: To implement with Unity, you’ll need a Front End developer who can customize the page, and for creating web-based games, JavaScript is used more than C# and Unity.

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

79380046

Date: 2025-01-23 06:40:13
Score: 2.5
Natty:
Report link

Try changing the "Type Checking Mode" setting of Pylance to basic:

"python.analysis.typeCheckingMode": "basic"

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

79380045

Date: 2025-01-23 06:40:13
Score: 3
Natty:
Report link

Just curious, is there any specific reason you're avoiding variable assignment? The issue is that each time you call stuff(), it returns a new object, so changes won’t persist unless you store it in a variable.

Reasons:
  • Blacklisted phrase (1): is there any
  • Low length (0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: aiktun

79380040

Date: 2025-01-23 06:38:12
Score: 0.5
Natty:
Report link

Your json is not valid json. You need to use double quotes around all your key names. Example:

 "company": "text",
Reasons:
  • Low length (1):
  • Has code block (-0.5):
Posted by: Ray Wallace

79380035

Date: 2025-01-23 06:35:12
Score: 2
Natty:
Report link

Abdulloxn1 bdbsbsbsbsvsvxbxbsbr I have a lot of work to do with the other one I think I have a lot of people who are not in the office today but I can do the same as you have to be honest and I have to be honest and I can't believe it is not a lot more than I have to be in the same place as the office today as they u have a u have a lot of work and the same person who is a u are not in a lot more than I y y y y to u to be aware of I i don't think it would make sense but it would

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

79380034

Date: 2025-01-23 06:34:12
Score: 3.5
Natty:
Report link

Hashing's irrelevant here. Backend needs plaintext password. PDF uses KDF, not hashes for encryption. Use pikepdf or similar, AES-256. Frontend? HTTPS for password transit. User types original password to open. Clear now?

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Jan Kowalski

79380031

Date: 2025-01-23 06:31:07
Score: 4
Natty:
Report link

The 2nd and 3rd fields in TIMESTAMPDIFF() function should not be in UNIX time. Refer this article: TIMESTAMPDIFF() usage

Reasons:
  • Blacklisted phrase (1): this article
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Danish Mehmuda

79380030

Date: 2025-01-23 06:31:07
Score: 1
Natty:
Report link

function stuff() {
  return {
    one : "tree",
    two : "apple",
    three : 45,
    four : "red",
    five : ["blue", "cat", "train"],
  }
}
let newarr = stuff();
newarr.five.push("honey")
console.log(newarr.five);

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

79380024

Date: 2025-01-23 06:28:07
Score: 3
Natty:
Report link

Make sure to use https:// instead of http:// for the post address in Postman when making calls to the Mulesoft cloudapp.

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

79380021

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

A simple solution I found useful: https://norvig.com/spell-correct.html

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

79380005

Date: 2025-01-23 06:21:04
Score: 4
Natty:
Report link

{{ $item->User->mobile ? "href=tel:{$item->User->mobile} class=underline" : "" }}

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

79379996

Date: 2025-01-23 06:17:03
Score: 2
Natty:
Report link

I know that this is an old thread but I'd like to provide in an answer for those who, like me, find it when searching.

A free C and C++ compiler for Microsoft Windows can be found at

https://winlibs.com/

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

79379994

Date: 2025-01-23 06:16:03
Score: 3.5
Natty:
Report link

input="html.branding" is already lowercased. Do you mean input="${html.branding}"?

Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Single line (0.5):
Posted by: Stefan Jung

79379978

Date: 2025-01-23 06:01:00
Score: 2
Natty:
Report link

It has only Limited CSS Support also also no support from modern java script so it's better to avoid Advanced Features and test extensively. there are many firms who are support service providers who provide odoo ecommerce website development for client businesses one best example is pptssolutions.com who provide plenty of ecommerce services, custom website design, mobile app development. it's also advisable choice to render services from such firms for we designing purposes.

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

79379977

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

Hi this is a late response but better then never. I was having the same issue and after a little research found that 'create_directory()' only creates a new folder if the parent folder exists. So basically you can create only one new folder at a time. To create multiple new folders, each within the other, use 'create_directories()' [notice the plural "directories"].

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

79379972

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

Gotta tell you, adding loading.tsx really did work. Thanks magnus

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Low length (1.5):
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Darius-htf

79379969

Date: 2025-01-23 05:54:58
Score: 1
Natty:
Report link

I was struggling with this issue for a few days. Not sure if my Firebase setting was wrong or if my code was wrong.

The it was resolved by the following steps.

  1. In the Credentials -> OAuth 2.0 Client IDs, find the Web Application you are using, get in and add https://yourcustomdomain/__/auth/handler in the Authorized redirect URIs.

  2. In your firebase auth Config, change authDomain to your custom domain.

  3. *** Add the following to the nginx.

    location /__/auth { proxy_pass https://.firebaseapp.com; }

Without the step 3, you will get a 404 on https://yourcustomdomain/__/auth/handler.

For the solution, you may refer to the following web site. I am not sure if my problem was caused by the browsers that block third-party cookies. But the solution saved my life!

https://firebase.google.com/docs/auth/web/redirect-best-practices?_gl=1*kqfq05*_up*MQ..*_ga*NzgxNDg1MzYxLjE3Mzc1OTIzNDQ.*_ga_CW55HF8NVT*MTczNzU5MjM0NC4xLjAuMTczNzU5MjM0NC4wLjAuMA..

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

79379959

Date: 2025-01-23 05:50:57
Score: 0.5
Natty:
Report link

Old post, but might be helpful for someone..

"UniqueClaimTypeIdentifier" refers to a property within the AntiForgeryToken mechanism that specifies the specific claim type used to uniquely identify a user within a claims-based identity system, essentially defining which claim within a user's identity should be used to verify their authenticity for security purposes like anti-forgery token validation. It is a string value that indicates which claim type should be considered as the primary identifier for a use.

You are using Email for this.

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

79379958

Date: 2025-01-23 05:50:57
Score: 4.5
Natty: 4.5
Report link

Use D3 Org Chart instead of d3 it works

Chart Image

Reasons:
  • Probably link only (1):
  • Low length (2):
  • No code block (0.5):
  • Low reputation (1):
Posted by: aditya Singh

79379956

Date: 2025-01-23 05:49:56
Score: 1
Natty:
Report link

I found that the easiest way was to right click on the dir (or a file in that dir) in the explorer view and select "Open in Integrated Terminal"

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

79379955

Date: 2025-01-23 05:47:56
Score: 2
Natty:
Report link

What worked for me was to search "suggestion" under keyboard shortcuts and change acceptSelectedSuggestion from Enter to Tab.

enter image description here

Reasons:
  • Whitelisted phrase (-1): worked for me
  • Probably link only (1):
  • Low length (1):
  • Has code block (-0.5):
  • Single line (0.5):
  • Starts with a question (0.5): What
  • Low reputation (0.5):
Posted by: Quwaysim

79379952

Date: 2025-01-23 05:47:56
Score: 3
Natty:
Report link

Try the new consumer option pollingCompleteWaitTimeMs

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

79379949

Date: 2025-01-23 05:44:55
Score: 0.5
Natty:
Report link

The INTERNET permission is classified as a normal permission, which means it is automatically granted at install time and does not require explicit user approval at runtime. But, that is needed for other permission types . Such as for camera you have to make sure to follow the following steps ,

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

79379947

Date: 2025-01-23 05:42:55
Score: 1
Natty:
Report link

You may need some more specific cases of SQL optimization as the current ones are not detailed enough. However, the general approach to MySQL optimization can refer to the following steps:

  1. Design a reasonable table structure based on the business requirements and prepare appropriate indexes for the query conditions.
  2. Observe the slow log or other means to detect which SQL statements may affect performance. Continuous monitoring is required.
  3. After identifying the slow - running SQL statements from the slow log, analyze whether they are reasonable, whether indexes are utilized, and whether the indexes should be modified.
  4. Take SQL optimization courses to at least know which types of SQL statements may not be able to utilize indexes even if they exist.
  5. Continuous monitoring is of great importance.

Of course, this is only the optimization for SQL, indexes, and table structures. If you want to further optimize, it needs to be carried out at the operating system and hardware levels.

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

79379944

Date: 2025-01-23 05:37:54
Score: 1
Natty:
Report link

Based on your description, I created a Analytics view including those fields you mentioned and they were also the columns I could fetch from that view into Power BI. Here are the steps for your reference.

view

conn

data

You may check if the issue in your 2nd problem is gone, once you retrieve the expected data.

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

79379940

Date: 2025-01-23 05:35:53
Score: 0.5
Natty:
Report link

By the time, Auth0 gave an easy solution for this. Now you can assign emails to the username property by doing this change.

enter image description here

enter image description here

Reasons:
  • Probably link only (1):
  • No code block (0.5):
  • High reputation (-1):
Posted by: Kalana

79379932

Date: 2025-01-23 05:30:52
Score: 2.5
Natty:
Report link

So we had the similar issue, because we change the jdk version to the latest (jdk25).

So when we reverted(jdk11) it was working fine.

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

79379929

Date: 2025-01-23 05:28:51
Score: 6.5 🚩
Natty:
Report link

I am trying to color polygons in a pyplot with values from a .csv file (3 columns, 2 rows).I want to set color thresholds (e.g., >5 = yellow, >10 = red, else blue) for each polygon.I have tried using conditional statements but cannot get it to work any advice?

Reasons:
  • Blacklisted phrase (1): I am trying to
  • RegEx Blacklisted phrase (1): I want
  • Low length (0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Koala geddon

79379928

Date: 2025-01-23 05:28:51
Score: 0.5
Natty:
Report link

The issue is caused by the "main": "tailwind.config.js" property in your package.json file. When you run nodemon server.js, nodemon reads the main property and tries to include tailwind.config.js as well.

Update the "main" property in package.json to point to your entry file, server.js

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

79379924

Date: 2025-01-23 05:26:50
Score: 4.5
Natty:
Report link

The latest version 1.0.2 addresses this issue and should be live in https://pypi.org/project/bertmoticon/

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

79379918

Date: 2025-01-23 05:24:49
Score: 2.5
Natty:
Report link

In Python you can achieve by using hashlib

import hashlib

def hash_password(password): return hashlib.sha256(password.encode()).hexdigest()

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

79379912

Date: 2025-01-23 05:22:49
Score: 2.5
Natty:
Report link

one way to posible windows in ios simulator

you will need phisical ios device

iphone to download expo go App.

start expo: npx expo start or npm start

scan QR Code

enter image description here

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

79379891

Date: 2025-01-23 05:07:45
Score: 4
Natty:
Report link

In comingcall from lisa cynthia

Reasons:
  • Low length (2):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Khraw kupar Mawkhiew

79379887

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

I already fixed it. I just change the Inherited Scene to use only TextureButton instead of Node2D->TextureButton and it works so well.

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

79379881

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

I encountered this problem when running an old project on xcode 16, iOS 18. The solution is setting the Targeted Device Family in build settings to iPhone.

enter image description here

Reasons:
  • Blacklisted phrase (1): enter image description here
  • Whitelisted phrase (-1): solution is
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: lili

79379824

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

Yes, Z3 can help you achieve this. You can use the check() method to check satisfiability and the simplify() function to simplify constraints after each assignment.

Reasons:
  • Whitelisted phrase (-1.5): You can use
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Mohamed Rafiq

79379823

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

Web designing offers immense scope for youngsters in today’s digital world which has many career opportunities like UI/UX Designers. to get started we have to learn the basics, master the design tools, Understand UX/UI Principles, Upskill Continuously. there are also many web designing firms like pptssolutions.com providing odoo ecommerce website development and designing services to help out.

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

79379814

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

You made my day. Thanks. After include it worked.

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Whitelisted phrase (-1): it worked
  • Low length (1.5):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: guest

79379811

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

I was able to create a repo via POST request with UAT after installing the app via Developer settings, Edit the app, then Install App. I will have to test with a new account to see if any account can have a repo created after authorizing, or if they must also Install App.

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

79379802

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

wrap this code in the GridToolbarContainer. <GridToolbar printOptions={{ disableToolbarButton: false }} />

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

79379800

Date: 2025-01-23 04:06:33
Score: 2.5
Natty:
Report link

maybe what u need is not session but jwt-token?

u can try this tymon/jwt-auth

Reasons:
  • Whitelisted phrase (-1): try this
  • Low length (1.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: WeiCheng

79379798

Date: 2025-01-23 04:03:33
Score: 2.5
Natty:
Report link

My issue was that I was trying to save a String in to a Float attribute. Make sure you set all the attributes of prisma object matching with the given type when saving or updating.

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

79379797

Date: 2025-01-23 04:03:33
Score: 0.5
Natty:
Report link

I previously created an endpoint in the Catalyst AdvancedIO function. Through this endpoint, I downloaded a file from the file store and returned the file object as the response. I then used this function endpoint URL in the src attribute of an HTML tag.

Now, Catalyst has introduced a new feature called Catalyst Stratus, which is similar to AWS S3 storage. This feature allows you to store files of any format in buckets. The data is organized into Buckets and Objects, with each object being stored and accessed via a unique public URL. This public URL can be directly used in the src attribute of an HTML tag.

Refer their help documentation for Catalyst stratus here.

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

79379792

Date: 2025-01-23 03:59:32
Score: 2
Natty:
Report link

My error was caused by the compiler being set to x64 version, but I was compiling in an x86 environment.

The modification is as follows: Go to Project Properties -> Qt Project Settings -> Qt Installation Set it to 5.14.2_msvc2017_64 (previously it was 5.14.2_msvc2017).

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

79379782

Date: 2025-01-23 03:53:31
Score: 2
Natty:
Report link

I encountered a similar issue in the component file I am working on. I just added "use client".

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

79379776

Date: 2025-01-23 03:47:29
Score: 2
Natty:
Report link

I found a community discussion on Zapier here regarding attaching images to a Telegram message: https://community.zapier.com/how-do-i-3/is-it-possible-to-attach-an-image-on-telegram-27561

Looks like it isn't currently possible to do so, and I'd recommend contacting their support team to request this feature and they'd be able to help you more with this.

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

79379760

Date: 2025-01-23 03:36:27
Score: 1.5
Natty:
Report link

Mocking window.ResizeObserver caused the tooltip to render.

 window.ResizeObserver =
  window.ResizeObserver ||
  jest.fn().mockImplementation(() => ({
    disconnect: jest.fn(),
    observe: jest.fn(),
    unobserve: jest.fn(),
  }));
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: fernando91

79379757

Date: 2025-01-23 03:33:26
Score: 7 🚩
Natty: 5
Report link

@Martin, Can we delete these <DataGroup xmlns=""> blank namespaces using XQuery?

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • User mentioned (1): @Martin
  • Looks like a comment (1):
  • Low reputation (1):
Posted by: Learner

79379751

Date: 2025-01-23 03:30:25
Score: 3.5
Natty:
Report link

Error discovering services: PlatformException(discoverServices, device is disconnected, null, null) enter image description here

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

79379748

Date: 2025-01-23 03:28:24
Score: 1
Natty:
Report link

Better late than never. Someone might find this useful. OLEDB uses a PowerQueryConnection.

ActiveWorkbook.Queries(n).Formula or ActiveWorkbook.Queries("queryname").Formula

BTW All the details of the Connection and Query can be conveniently viewed by using Export Connection File on the context menu of the Query in Data > Queries and Connections and opening the exported file in a text editor.

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

79379736

Date: 2025-01-23 03:19:21
Score: 15.5 🚩
Natty: 5
Report link

I have the same problem. Can anybody help me, please?enter image description here

Reasons:
  • Blacklisted phrase (1): help me
  • Blacklisted phrase (1): I have the same problem
  • RegEx Blacklisted phrase (3): Can anybody help me
  • RegEx Blacklisted phrase (2): help me, please
  • Probably link only (1):
  • 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 (0.5):
Posted by: Guti

79379734

Date: 2025-01-23 03:18:21
Score: 2
Natty:
Report link

The console automatically separates logs that originate from different user actions, maintaining separate counters for each interaction type.

This distinction is helpful in debugging because it allows you to see how different interactions impact the component lifecycle independently.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Lucas Monzón

79379729

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

still existing in Visual Studio 16.11.43

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

79379725

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

You can use "Custom" activity to return a value and then either use it directly in the subsequent activities or add "Set variable" activity to save the value to pipeline variable.

enter image description here

Reasons:
  • Whitelisted phrase (-1.5): You can use
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Megadest

79379720

Date: 2025-01-23 03:10:18
Score: 6 🚩
Natty: 6
Report link

Van only the native token be deposited? Or also eg. USDC?

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: namelas

79379713

Date: 2025-01-23 03:02:16
Score: 1
Natty:
Report link

I got it now! Change

transport.connect(username=username, password=password)

To

transport.start_client()

resolve the problem. I should not try to connect. This is a ChallengeResponseAuthentication yes setup & my password is part of that process

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

79379703

Date: 2025-01-23 02:58:15
Score: 0.5
Natty:
Report link

I have fixed 2 problems on @Brian Gatarwa's answer:

  1. tooltipTriggerEl 'mouseenter' will be triggered again, when mouse moved back from currentToolTip, so we need to check if currentToolTip exits;
  2. when mouseleave currentToolTip, we need to check if tooltipTriggerEl is on hover.
function activate_tooltip(){

  const tooltipTriggerList = [].slice.call(
    document.querySelectorAll('[data-bs-toggle="tooltip"]')
  );
  const tooltipList = tooltipTriggerList.map(function (tooltipTriggerEl) {
    const tooltip = new bootstrap.Tooltip(tooltipTriggerEl, {
      trigger: "manual",
    });

    let tooltipTimeout;
    let currentToolTip;

    tooltipTriggerEl.addEventListener("mouseenter", function () {
      let toolTipID;
      // Clear Set Timeout
      clearTimeout(tooltipTimeout);

      toolTipID = tooltipTriggerEl.getAttribute("aria-describedby");
      if (toolTipID!=null){
        // tooltipTriggerEl 'mouseenter' will be triggered again, when mouse moved back from currentToolTip
        // so we need to check if currentToolTip exits;
        return;
      }

      // Show Tooltip
      tooltip.show();

     // Assign current tooltip ID to toolTipID variable
      toolTipID = tooltipTriggerEl.getAttribute("aria-describedby");
      // Assign current tooltip to currentToolTip variable
      currentToolTip = document.querySelector(`#${toolTipID}`);

      // Hide tooltip on tooltip mouse leave
      currentToolTip.addEventListener("mouseleave", function () {
        if (!tooltipTriggerEl.matches(":hover")) { // when mouseleave currentToolTip, we need to check if tooltipTriggerEl is on hover
            tooltip.hide();
        };
      });
    });


    tooltipTriggerEl.addEventListener("mouseleave", function () {
      // SetTimeout before tooltip disappears
      tooltipTimeout = setTimeout(function () {
        // Hide tooltip if not hovered.
        if (!currentToolTip.matches(":hover")) {
          tooltip.hide();
        }
      }, 100);
    });

    return tooltip;
  });
};
Reasons:
  • Long answer (-1):
  • Has code block (-0.5):
  • User mentioned (1): @Brian
  • Low reputation (1):
Posted by: Xiaohang Hu

79379699

Date: 2025-01-23 02:51:13
Score: 4.5
Natty:
Report link

Has your problem been resolved?

And you are using which provider? Maybe you can change to another authentication method?

I have some suggestions for you as follows:

  1. The Mageplaza SMTP extension does not support NTLM authentication. However, you can add a library that supports NTLM authentication to customize this extension.

  2. To check if the issue is related to the CA certificates, you can try using Gmail SMTP to send an email.

Reasons:
  • RegEx Blacklisted phrase (1.5): resolved?
  • Contains signature (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Mageplaza

79379691

Date: 2025-01-23 02:44:11
Score: 8.5 🚩
Natty: 6
Report link

Sorry, which line was the one I mentioned to solve? thank you

Reasons:
  • Blacklisted phrase (0.5): thank you
  • RegEx Blacklisted phrase (1.5): solve?
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Looks like a comment (1):
  • Low reputation (1):
Posted by: raul Bonilla

79379690

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

Three years late, but just on reading your question I'd assume you need to add timezones to the static dates you're providing in your query.

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

79379675

Date: 2025-01-23 02:36:08
Score: 2
Natty:
Report link

mport com.google.gson.Gson; import com.google.gson.JsonObject; import java.io.File; import java.io.FileReader; import java.io.IOException; import java.util.*; public class FindDuplicateIdsInJsonFiles { public static void main(String[] args) { // Replace with the folder path containing JSON files String folderPath = "/path/to/json/files/folder"; File folder = new File(folderPath); // Call the method to find duplicate IDs List duplicates = findDuplicateIds(folder); // Output the duplicate records if (duplicates.isEmpty()) { System.out.println("No duplicate IDs found."); } else { System.out.println("Duplicate IDs found:"); System.out.printf("%-10s %-20s %-30s%n", "ID", "Value", "File Name"); System.out.println("------------------------------------------------------------"); for (DuplicateRecord record : duplicates) { System.out.printf("%-10s %-20s %-30s%n", record.getId(), record.getValue(), record.getFileName()); } } } public static List findDuplicateIds(File folder) { Map<String, List> idRecordsMap = new HashMap<>(); List duplicateRecords = new ArrayList<>(); // Check if the folder exists and contains files if (!folder.exists() || !folder.isDirectory()) { System.out.println("Invalid folder path!"); return duplicateRecords; } // Iterate over all JSON files in the folder File[] files = folder.listFiles((dir, name) -> name.endsWith(".json")); if (files == null || files.length == 0) { System.out.println("No JSON files found in the folder!"); return duplicateRecords; } Gson gson = new Gson(); for (File file : files) { try (FileReader reader = new FileReader(file)) { // Parse JSON file JsonObject jsonObject = gson.fromJson(reader, JsonObject.class); // Extract the "id" field if (jsonObject.has("id")) { String id = jsonObject.get("id").getAsString(); String value = jsonObject.toString(); // Add the record to the map DuplicateRecord record = new DuplicateRecord(id, value, file.getName()); idRecordsMap.putIfAbsent(id, new ArrayList<>()); idRecordsMap.get(id).add(record); } } catch (IOException e) { System.err.println("Error reading file: " + file.getName()); e.printStackTrace(); } catch (Exception e) { System.err.println("Error parsing file: " + file.getName()); e.printStackTrace(); } } // Collect duplicate records for (Map.Entry<String, List> entry : idRecordsMap.entrySet()) { if (entry.getValue().size() > 1) { duplicateRecords.addAll(entry.getValue()); } } return duplicateRecords; } } // Class to represent duplicate records class DuplicateRecord { private final String id; private final String value; private final String fileName; public DuplicateRecord(String id, String value, String fileName) { this.id = id; this.value = value; this.fileName = fileName; } public String getId() { return id; } public String getValue() { return value; } public String getFileName() { return fileName; } }

Reasons:
  • Long answer (-1):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Filler text (0.5): ------------------------------------------------------------
  • Low reputation (1):
Posted by: chandrashekar

79379658

Date: 2025-01-23 02:25:06
Score: 3.5
Natty:
Report link

some magic touch works fine with me by adding process="@this" only.

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

79379656

Date: 2025-01-23 02:24:05
Score: 2
Natty:
Report link

Python 3.14 should bring os.reload_environ to deal with changed environment.

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

79379639

Date: 2025-01-23 02:04:03
Score: 3
Natty:
Report link

Disable

Sort-imports: On-save

helped me

Reasons:
  • Low length (2):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Sahil Jaidka

79379620

Date: 2025-01-23 01:52:00
Score: 1
Natty:
Report link

class Calculator:

  def __init__(self,num1,num2):
        self.num1 = num1
        self.num2 = num2
  def add(self):
        return num1 + num2
         

num1 = int(input("Enter first digit: "))

num2 = int(input("Enter second digit:"))

calculator = Calculator(num1,num2)

print(calculator.add())

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

79379607

Date: 2025-01-23 01:40:58
Score: 2.5
Natty:
Report link

I feel lucky that there are so many people ready to help. I did find a method that saved the other partitions and enabled the unallocated for a new D: drive with 930GB. It was so easy I'm feeling rather stupid it wasn't found in my initial search. The tool Disk Management was the key.

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

79379604

Date: 2025-01-23 01:39:58
Score: 2
Natty:
Report link

To complement the solution by @MadScientist:

Use Substitution References to simplify the code (if you're familiar with this concept).

$(SUBDIRS:%=run-%): run-%:
    $(MAKE) -C $* run
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • User mentioned (1): @MadScientist
  • Low reputation (0.5):
Posted by: Simon Ioan

79379600

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

Please see the documentation on launch.json.

The attribute console defines what console should be used by the debugger, it could be, in particular, non-default integratedTerminal or externalTerminal. I tried those options — both terminals support terminal input.

However, the documentation says: Many debuggers support some of the following attributes. So, strictly speaking, it depends on a particular C/C++ debugger implementation you use, but I hope they all work with the terminals. Please give it a try and let me know if you have problems.

Reasons:
  • RegEx Blacklisted phrase (2.5): Please give
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Sergey A Kryukov

79379590

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

Maybe you have old .cache file, when you using yolov7, it will load wrong dataset path.

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

79379589

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

You need to extend PrimartContactGraphExt, and implement your check there.

using PX.Data;
using PX.Objects.CR;

namespace StackOverFlowDemo
{
    // Acuminator disable once PX1016 ExtensionDoesNotDeclareIsActiveMethod extension should be constantly active
    public class PrimaryContactGraphExtExt : PXGraphExtension<BusinessAccountMaint.PrimaryContactGraphExt, BusinessAccountMaint>
    {
        protected virtual void _(Events.RowPersisting<Contact> e)
        {
            if (e.Row?.IsPrimary != true) return;

            if (e.Row.EMail == null)
            {
                // Acuminator disable once PX1050 HardcodedStringInLocalizationMethod [Justification]
                e.Cache.RaiseExceptionHandling<Contact.eMail>(e.Row, e.Row.EMail,
                    new PXSetPropertyException<Contact.eMail>("Email address must not be empty for primary contacts.", PXErrorLevel.RowError));
            }
        }  
    }
}
Reasons:
  • Blacklisted phrase (1): StackOverFlow
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Zoltan Febert

79379586

Date: 2025-01-23 01:25:53
Score: 11.5 🚩
Natty: 5.5
Report link

Were you able to solve this problem?

Reasons:
  • Blacklisted phrase (1): you able to solve
  • RegEx Blacklisted phrase (1.5): solve this problem?
  • RegEx Blacklisted phrase (3): Were you able
  • Low length (2):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Макс Попов

79379580

Date: 2025-01-23 01:18:52
Score: 1
Natty:
Report link

The issue is likely from the name attribute being a number (232323) instead of a string, and this can cause problems with how browsers and password managers interpret form inputs. Browsers typically expect name attributes to be strings.

Also, use the appropriate autocomplete attributes such as autocomplete="username" or autocomplete="password", etc. this helps browsers autofill behavior

Reasons:
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Berkay G.

79379573

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

Short Answer

No. In a standard mobile web app (including one built on Wix), there is no reliable or supported way to link users directly to the “Location” section of their device’s Settings app (whether on iOS or Android). You can detect if location is off and prompt them, but you cannot “deep-link” straight into those system settings from the browser.

I will suggest you display Instructions / Guides instead.

Reasons:
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Sofiyullahi Olamilekan J.

79379566

Date: 2025-01-23 00:56:48
Score: 2
Natty:
Report link

https://www.youIn just over 2 minutes this is the only video you'll need to watch to fix the error in Android studio. When trying to start the emulator; "The emulator process for AVD Pixel_4_API_30 has terminated. " Ensure you have sufficient hard disk drive space on your PC.

Important Link: https://learn.microsoft.com/en-us/cpp...tube.com/watch?v=cwRNx7vhF2w

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: EL AMRI ZAKARIYA

79379560

Date: 2025-01-23 00:53:47
Score: 0.5
Natty:
Report link

How can i write member controller*

using Microsoft.AspNetCore.Mvc;
using Microsoft.EntityFrameworkCore;
using Woody_Mvc.DAL;
using Woody_Mvc.Models;
using Woody_Mvc.Helpers.Extensions;
using Woody_Mvc.ViewModels.TeamMember;

namespace Woody_Mvc.Areas.Manage.Controllers
{
    [Area("Manage")]
    public class MemberController : Controller
    {
        AppDbContext _context;
        private readonly IWebHostEnvironment _env;

        public MemberController(AppDbContext context, IWebHostEnvironment env)
        {
            _context = context;
            _env = env;
        }

        public async Task<IActionResult> Index()
        {
            List<TeamMember> teamMembers = await _context.TeamMembers.Include(x=>x.Position).ToListAsync();
            return View(teamMembers);
        }

        public IActionResult Create()
        {
          ViewBag.Positions = _context.Positions.ToList();
            return View();
        }

        [HttpPost]
        public async Task<IActionResult> Create(CreateTeamMemberVm createTeamMemberVm)
        {
            ViewBag.Positions =await _context.Positions.ToListAsync();

            if (!ModelState.IsValid)
            return View(createTeamMemberVm);

            if(!createTeamMemberVm.File.ContentType.Contains("image"))
            {
                ModelState.AddModelError("File", "Duzgun sekil formati daxil edin");
                return View(createTeamMemberVm);
            }

            if(createTeamMemberVm.File.Length > 2097152)
            {
                ModelState.AddModelError("File", "Sekil olcusu max 2 mq ola biler!");
                return View(createTeamMemberVm);
            }

            TeamMember team_Member = new TeamMember()
            {
                Name = createTeamMemberVm.Name,
                positionId = createTeamMemberVm.positionId,
                ImgUrl = createTeamMemberVm.File.Upload(_env.WebRootPath, "Upload/TeamMember")

            };
            await _context.TeamMembers.AddAsync(team_Member);
            await _context.SaveChangesAsync();
            return RedirectToAction("Index");

        }

        public async Task<IActionResult> Delete(int? id)
        {
            if (id == null)
                return BadRequest();

            TeamMember? teamMember = _context.TeamMembers.FirstOrDefault(x => x.Id == id);
            if (teamMember == null)
                return NotFound();

             _context.TeamMembers.Remove(teamMember);
            await _context.SaveChangesAsync();
            return RedirectToAction("Index");
        }

        public async Task<IActionResult> Update(int? id)
        {
            ViewBag.Positions =await _context.Positions.ToListAsync();
            if (id == null)
                return BadRequest();
             
            TeamMember? teamMember = await _context.TeamMembers.FirstOrDefaultAsync(x=>x.Id == id);

            if(teamMember == null)
                return NotFound();

            UpdateTeamMemberVm updateTeamMemberVm = new UpdateTeamMemberVm()
            { 
             Id = teamMember.Id,
             Name = teamMember.Name,
             positionId = teamMember.positionId
            };

            return View(updateTeamMemberVm);

        }

        [HttpPost]
        public async Task<IActionResult> Update(UpdateTeamMemberVm updateTeamMemberVm)
        {
            ViewBag.Positions =await _context.Positions.ToListAsync();

            if(!ModelState.IsValid)
                return View(updateTeamMemberVm);

            TeamMember? teamMember = await _context.TeamMembers.FirstOrDefaultAsync(x=>x.Id==updateTeamMemberVm.Id);

            if( teamMember == null)
                return NotFound();


            teamMember.Name = updateTeamMemberVm.Name;
                teamMember.positionId = updateTeamMemberVm.positionId;
              

           
            

            if (updateTeamMemberVm.File != null)
            {
                if (!updateTeamMemberVm.File.ContentType.Contains("image"))
                {
                    ModelState.AddModelError("File", "Duzgun sekil formati daxil edin");
                    return View(updateTeamMemberVm);
                }

                if(updateTeamMemberVm.File.Length > 2097152)
                {
                    ModelState.AddModelError("File", "Sekilin olcusu max 2 mq ola biler");
                    return View(updateTeamMemberVm);
                }

                FileExtension.DeleteFile(_env.WebRootPath, "Upload/TeamMember", teamMember.ImgUrl);
                teamMember.ImgUrl = updateTeamMemberVm.File.Upload(_env.WebRootPath, "Upload/TeamMember");
            }

            await _context.SaveChangesAsync();
            return RedirectToAction("Index");


        }
    }
}
Reasons:
  • Blacklisted phrase (0.5): How can i
  • Long answer (-1):
  • Has code block (-0.5):
  • Starts with a question (0.5): How can i
  • Low reputation (1):
Posted by: blabla

79379558

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

You can't assume (as you do seem to be assuming) that the data written by one side using a single send() call will be received by the other side in a single recv() call.

Depending on the amount of data and timing of network packet transmission, it's possible that send() will split your buffer into multiple packets, each of which will get received by a separate recv() call on the other side.

In other words, you need to implement some kind of command/response protocol, incorporating some kind of framing, on top of the byte streams that TCP is giving you.

You could alternatively switch from TCP to UDP, and use UDP packet boundaries for framing.

IMO the most natural algorithm would be to keep TCP, and use newline-terminated commands and responses. Ie, the command ends when you see a newline, not necessarily whenever recv() returns.

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

79379549

Date: 2025-01-23 00:42:45
Score: 1.5
Natty:
Report link

I was getting this error with Angular 14 on node v18.17.1. I added this to my package.json and it solved the issue "@types/node": "^16.18.50"

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

79379539

Date: 2025-01-23 00:29:42
Score: 2.5
Natty:
Report link

Elimina cache,

npm cache clean --force

luego

npm install

y ya luego levanta el servidor.

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Nestor Yara Gonzalez

79379528

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

This was an error on my part. PhotosKit fetched the correct amount of photos, my code just didn't run through it all.

Thanks to those who attempted to help!

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Low length (1):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: SKI79

79379526

Date: 2025-01-23 00:21:40
Score: 3.5
Natty:
Report link

I experience same error, but figureout my email password contains a # wich is a comment simbol in .env file, so the password cuts. Verify if is the same case.

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

79379516

Date: 2025-01-23 00:12:38
Score: 3.5
Natty:
Report link

For those who prefer VSC, Visual Studio Code, and other IDE's with select your entire line, the best I have managed on this program is settings:

  LINE START      = "  ctrl + ;  "
  SELECT LINE END = "  ctrl + L  "

This creates something as close to VSC as I could manage with the two keys to create the action next to each other near ' ctrl + L ' which is the vsc command. Very surprised Eclipse does not have this feature.

Also tried setting SELECT LINE END and SELECT LINE HOME to the same key hoping it would execute both commands at once and select the whole line. No luck! Was looking forward to using eclipse but just have spent couple thousand hours in vsc which i love. If anyone finds a workaround, please let us know.

Reasons:
  • Blacklisted phrase (1): No luck
  • RegEx Blacklisted phrase (2.5): please let us know
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: ColoredRunes

79379512

Date: 2025-01-23 00:09:37
Score: 11.5
Natty: 9.5
Report link

i have a similar problem, may i ask u hpw u solved it?

Reasons:
  • Blacklisted phrase (1): i have a similar problem
  • Blacklisted phrase (1): may i ask
  • RegEx Blacklisted phrase (1.5): solved it?
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): i have a similar problem
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Alessandro Ercini

79379510

Date: 2025-01-23 00:07:36
Score: 2
Natty:
Report link

This is most likely because there's no such symbols in glibc.

You're correct. To use this on a Raspberry Pi, you could always run Android.

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

79379509

Date: 2025-01-23 00:07:36
Score: 3
Natty:
Report link

@Hardy what if the number sent stop after joining. Both messages will be available. You will end up with those who joined even if they left already.

We need to know the active recipients of the current sandbox.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • User mentioned (1): @Hardy
  • Low reputation (1):
Posted by: Shangab

79379507

Date: 2025-01-23 00:07:36
Score: 1.5
Natty:
Report link

In my mac, I use brew to install my python, so I can invoke python with the exactly version and create the venv with like:

python3.8 -m venv venv
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Cesar Bouli

79379503

Date: 2025-01-23 00:05:36
Score: 3
Natty:
Report link

My banned account has been recovered massively on tiktok by a specialist ethical recovery assistance called Xiaospy1.

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

79379498

Date: 2025-01-23 00:02:35
Score: 12
Natty: 7.5
Report link

I have the same problem. Did you find the answer? What was wrong?

Reasons:
  • Blacklisted phrase (1): I have the same problem
  • RegEx Blacklisted phrase (3): Did you find the 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):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Tomas

79379490

Date: 2025-01-22 23:57:34
Score: 0.5
Natty:
Report link

You need to both install dotnet-tool and set up path so that it is found:

RUN dotnet tool install --global dotnet-ef
ENV PATH="$PATH:/root/.dotnet/tools"
RUN dotnet ef database update
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: wikwoj

79379477

Date: 2025-01-22 23:48:32
Score: 3
Natty:
Report link

Verify that GCC compiler debugging is enabled:

Properties > C/C++ Build > Settings MCU GCC Compiler > Debugging Debug Level - Default

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

79379462

Date: 2025-01-22 23:39:29
Score: 0.5
Natty:
Report link

Adding this to your android/app/build.gradle fixed the issue:

kotlinOptions {
    jvmTarget = JavaVersion.VERSION_1_8
}

enter image description here

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