79351551

Date: 2025-01-13 08:28:41
Score: 2
Natty:
Report link

You should try passing the options object to the use form and setting the mode to onChange so that the controller will get the current value, because the default is onSubmit.

const { register, handleSubmit, control, errors } = useForm({ mode: 'onChange'})

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

79351550

Date: 2025-01-13 08:28:41
Score: 2.5
Natty:
Report link

I have been having the same issue with private gitlab repository

Answer by @Abstulo works fine with public repositories. Just want to add info about importing private repo.

If the gitlab repo is private (or protected), got mod tidy command may not be able to import due to secure connection issues.

If you see the same error message:

no secure protocol found for repository

SOLUTION (after replacing the .git).

git config --global --add url.https://USERNAME:[email protected] https://gitlab.company.com


GOPRIVATE=gitlab.company.com go get gitlab.company.com/AAA/BBB/CCC/repo-name@TAG
Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Me too answer (2.5): having the same issue
  • Me too answer (0): see the same error
  • Low reputation (1):
Posted by: tulkinbekov

79351544

Date: 2025-01-13 08:26:40
Score: 4
Natty: 4.5
Report link

.gitignore File for Xcode 16 Projects with Comprehensive Comments

2025 updated

https://gist.github.com/aksamitsah/355510624caff6b04e49f8f634b75159.js

Reasons:
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: AMIT SAH

79351543

Date: 2025-01-13 08:26:40
Score: 3
Natty:
Report link

There is option for auto punch status change base on time , but it dose nothing . Never change from check in to check out even after setup the time

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

79351542

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

Please refer to these

K3S docs:

Follow the 2nd link for setting up Klipper LB/ Service LB on K3s.

If you need more info on how to proceed further, please share these details

  1. Is it on AWS, Azure, BareMetal, VM etc to determine external LB feasibility.
  2. How many Nodes, to determine whether we should use Klipper or not.
  3. Can you perform a curl request from somewhere (preferably local) to your node IP: Port.
Reasons:
  • RegEx Blacklisted phrase (2.5): please share
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Baibhav Vishal

79351528

Date: 2025-01-13 08:20:38
Score: 2
Natty:
Report link

I encountered the same problem with Gmail since its 'Less Secure Apps' feature was deprecated in 2025. To resolve this, I enabled two-factor authentication (2FA) on my account and generated an app password through my Gmail account. I named the app 'Python Email Script' in Gmail, and the code worked successfully.

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

79351521

Date: 2025-01-13 08:16:37
Score: 1
Natty:
Report link

I think the most clear understanding of this issue is that:

You are passing something different than what is registered for your OAuth Client.

It can be the key or something else from the table oauth_clients. So, check every parameter you are passing.

In my case the "redirect" param value differed from what I had saved on the database.

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

79351502

Date: 2025-01-13 08:06:34
Score: 0.5
Natty:
Report link

Add the following to your settings (settings.json) to customize the background color:

{
  "workbench.colorCustomizations": {
    "editor.inlineSuggest.background": "#00000033"  // Example: Semi-transparent black
  }
}

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

79351500

Date: 2025-01-13 08:06:34
Score: 2.5
Natty:
Report link

have good time. i searched about this matter and got this examples. react-big-calendar

hope its helpfull.

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

79351498

Date: 2025-01-13 08:05:34
Score: 2.5
Natty:
Report link

You should keep the information as you uploaded. For this purpose you can store the information in a database (like Oracle, MySQL, etc.) or you can keep the information in a file (like JSON file).

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

79351493

Date: 2025-01-13 08:04:34
Score: 1
Natty:
Report link

To draw the second plot on the same axe as the first plot, you need to use the axe returned by sns.heatmap. Simplified example:

glue = sns.load_dataset("glue").pivot(index="Model", columns="Task", values="Score")
g = sns.heatmap(glue)

g.bar(np.arange(10), np.arange(10))
g.invert_yaxis()

plot

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

79351484

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

i got this working by installing the SSMS on the server itself and then creating a maintenance plan on the actual server.

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

79351479

Date: 2025-01-13 07:59:32
Score: 0.5
Natty:
Report link

Posted an issue in Spring Security's GitHub, and apparently I had to add a dependency in jackson:

implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.18.2'

I couldn't see this documented anywhere..

Reasons:
  • Blacklisted phrase (1): this document
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • High reputation (-1):
Posted by: YoavKlein

79351478

Date: 2025-01-13 07:59:32
Score: 2.5
Natty:
Report link

you have to add the email that you want to test it, to add it you can go to “Manage Track” -> “Testers”

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

79351477

Date: 2025-01-13 07:58:32
Score: 1
Natty:
Report link

There's some grammar fault in your code, and I think black layer needs add some transparency, to show white layer.

Try [background-image:linear-gradient(to_bottom,_#062142aa_25%,_#212639aa_100%),_linear-gradient(to_bottom,_#ffffff_0%,_#ffffff_24%,_#212639_100%)]

Here's the effect drawing

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

79351474

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

You can use device.advertising_id or device.vendor_id. These identifiers shouldn't be changing, so you can spot reinstalls.

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: fluffyone

79351471

Date: 2025-01-13 07:54:31
Score: 0.5
Natty:
Report link

I was able to solve the problem by explicitly stating that there was a change in the object

def update_place_other_storage_key_by_place_code(self, place_code: int, other: str) -> None:
    session = Session()
    query = select(Place).where(Place.place_code == place_code)
    result = session.execute(query)
    place = result.scalars().first()

    if place:
        if place.other_storage_key:
            place.other_storage_key.append(other)
        else:
            place.other_storage_key = [other]

    flag_modified(place, 'other_storage_key')
    session.commit()

Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Ruzel

79351466

Date: 2025-01-13 07:51:30
Score: 1.5
Natty:
Report link

The action to close view pager is handled by the parent activity or fragment that contains the ViewPager. If you are using it inside an acvitiy, use finish(); and if it's inside a fragment, call requireActivity().getSupportFragmentManager().popBackStack(); Hope it helps you

Reasons:
  • Whitelisted phrase (-1): Hope it helps
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Tuân

79351465

Date: 2025-01-13 07:51:29
Score: 5
Natty: 4
Report link

It solved my problem.

opacity:0.99

Miraculously I set the opacity, why does that solve the problem?

Reasons:
  • RegEx Blacklisted phrase (1.5): solve the problem?
  • Low length (1):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: jianxinHuang

79351456

Date: 2025-01-13 07:46:28
Score: 1
Natty:
Report link

Allah Pak Karram karry Mujhy ni tha pta in Sb chezo ka or mujhy haiqt m nhe para ap Sb meri waja se preshaan ho.mujhy koi charges ni chahe kisi se. Mujhy ye Account chalny ni atty. mujhy file h Sb ki aamant wapis krni. Mujhy se rabty m ao mere account m se le lo mujhy such m ni para. Normal family se h Allah Pak Karram karry. Mujhy khud Jase or jitna or ab knowledge aya meme update likha.mere sath badsaloqi na ki jay. 50 se zyada visit kite mane city m apni people se information mane btaai answer mila no solution tmra seal e phli bar suna.ma khamosh ho k gr ajata or kam or chala jaata.ap Sb se guzarish ha mujhy suchhi m nhe pta mere pass kesy aye....mera contact number +923214089785 +923434089785 Whatsapp bhi bana howa.koi to contact kry leagel person google help.

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

79351452

Date: 2025-01-13 07:45:27
Score: 0.5
Natty:
Report link

To create separate unique constraints on both userguid and username columns in TypeORM, you don't need to use the @Unique decorator at the class level. Instead, you can apply the @Unique decorator at the property level for each column.

So you can change from this:

@Entity({ name: "USERS" })
@Unique("USERS_UQ", ["userName"])
export class UserORM {...}

To:

@Entity({ name: "USERS" })
export class UserORM {
...
   @Column({
       name: "USERGUID",
       type: "varchar2",
       length: 256,
       nullable: false,
    })
  @Unique("USERS_UQ_USERGUID", ["userGUID"])
  userGUID!: string;

  @Column({
    name: "USERNAME",
    type: "varchar2",
    length: 256,
    nullable: false,
 })
 @Unique("USERS_UQ_USERNAME", ["userName"])
 userName!: string;
...
}

This approach generates two distinct UNIQUE constraints for the userguid and username columns when you synchronize your database schema.

Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • User mentioned (1): @Unique
  • User mentioned (0): @Unique
  • Low reputation (0.5):
Posted by: Daniel Bueno

79351449

Date: 2025-01-13 07:45:27
Score: 0.5
Natty:
Report link

You may try:

=map(D2:G2,lambda(Σ,+sort(A2:A,--ifna(regexextract(A2:A,"^"&Σ&"(\d+)")),)))

enter image description here

Reasons:
  • Probably link only (1):
  • Low length (1.5):
  • Has code block (-0.5):
  • Has no white space (0.5):
  • High reputation (-2):
Posted by: rockinfreakshow

79351447

Date: 2025-01-13 07:45:27
Score: 4.5
Natty:
Report link

The error occurs when you have multiple configs for conda, see: https://github.com/conda/conda/issues/14360

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

79351427

Date: 2025-01-13 07:32:24
Score: 2.5
Natty:
Report link

Based on the description, it looks like it's probably caused by the delayed invocation of subscriptions.update. Can you check your code and see if there's another delay() being called before clock.advanceDays(40) ?

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

79351419

Date: 2025-01-13 07:28:23
Score: 1.5
Natty:
Report link
Extra comma after variable assignment converts any variable to tuple in python. 

enter image description here

Reasons:
  • Probably link only (1):
  • Low length (1.5):
  • Has code block (-0.5):
  • Single line (0.5):
  • High reputation (-1):
Posted by: Neeraj Bansal

79351413

Date: 2025-01-13 07:21:21
Score: 2
Natty:
Report link

Solution is to add the Visual Studio CLient Id so Authorized client applications for that SPN, see answer here https://stackoverflow.com/a/79342848/1573728

Reasons:
  • Blacklisted phrase (1): stackoverflow
  • Whitelisted phrase (-1): Solution is
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
Posted by: morteng

79351411

Date: 2025-01-13 07:21:20
Score: 4
Natty:
Report link

Wow~~~ I've been struggling with this problem for days and days and still can't find a solution... Someone is here.... I'm so grateful that I'm about to cry..

What on earth is the hbase.wal.provider setting that makes people suffer like this...

Reasons:
  • RegEx Blacklisted phrase (2): can't find a solution
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: user29173252

79351409

Date: 2025-01-13 07:17:19
Score: 2
Natty:
Report link

as per the latest update, new lines and line breaks are not supported in the WhatsApp API.

As an alternative:

If you want to pass variables in the next line, you will need to use different variables for each line.

Alternatively, you can add spaces to separate text without using line break parameters

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

79351406

Date: 2025-01-13 07:15:18
Score: 2
Natty:
Report link
navigator.mediaDevices?.getUserMedia({audio : true}).then((audioStream) => { do what you need})
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Enlil

79351403

Date: 2025-01-13 07:14:17
Score: 9 🚩
Natty: 4
Report link

I am currently facing the exact same problem. We have an instance of Data Cloud on which we have setup an Ingestion API. The data get to the DMO, and we have a Data Cloud-Triggered Flow that should ingest these data to update a record, but nothing happens.

We have also setup the debug logs on the workflow user and verified the permissions, but nothing has helped so far.

By any chance, did you find the root cause of the problem ?

Reasons:
  • RegEx Blacklisted phrase (3): did you find the
  • No code block (0.5):
  • Me too answer (2.5): facing the exact same problem
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Cedric MATHIS

79351400

Date: 2025-01-13 07:13:16
Score: 1
Natty:
Report link

Firebase is a common point of confusion! The issue isn't with your code specifically, but rather with how Firebase authentication and security rules work together.

First, you are already using the Firebase SDK correctly through @angular/fire. The issue isn't about adding manual headers - Firebase handles authentication tokens automatically when you initialize it properly. Here's how to fix this:

  1. Make sure you've initialized Firebase with auth:
// app.module.ts
import { provideFirebaseApp, initializeApp } from '@angular/fire/app';
import { provideAuth, getAuth } from '@angular/fire/auth';
import { provideFirestore, getFirestore } from '@angular/fire/firestore';

@NgModule({
  imports: [
    provideFirebaseApp(() => initializeApp(environment.firebase)),
    provideAuth(() => getAuth()),
    provideFirestore(() => getFirestore()),
    // ... other imports
  ]
})
  1. You need to ensure you're authenticated before making Firestore requests. Your current code looks good for that part since you're using currentUser$.

  2. The most likely issue is your Firestore security rules. Check your rules in the Firebase Console (Database → Rules). They probably look something like this:

rules_version = '2';
service cloud.firestore {
  match /databases/{database}/documents {
    match /{document=**} {
      allow read, write: if false;  // This is the default, blocking all access
    }
  }
}

You need to update them to allow authenticated users to access their own timeshares. Here's a basic example:

rules_version = '2';
service cloud.firestore {
  match /databases/{database}/documents {
    match /timeshares/{timeshare} {
      allow read: if request.auth != null && resource.data.ownerId == request.auth.token.email;
    }
  }
}

This rule says: "Allow reading a timeshare document only if the user is authenticated AND the document's ownerId matches the authenticated user's email."

You haven't wasted your time at all! Understanding authentication and building your auth service is valuable knowledge. The Firebase SDK handles the token management automatically, but you still need to:

  1. Handle user authentication flows
  2. Manage user state
  3. Control access patterns
  4. Handle error cases

Would you like me to explain more about how Firebase security rules work or show you how to test them locally?

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

79351393

Date: 2025-01-13 07:10:15
Score: 7.5 🚩
Natty: 5.5
Report link

I has same problem, how you solve it ?

Reasons:
  • RegEx Blacklisted phrase (1.5): solve it ?
  • Low length (2):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: user29173108

79351386

Date: 2025-01-13 07:05:13
Score: 4.5
Natty: 5
Report link

I would like to know how it was solved in the end. I am currently experiencing the same problem here.

Reasons:
  • Blacklisted phrase (1.5): I would like to know
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: liang jing

79351384

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

Adsense Management API not support service account

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

79351375

Date: 2025-01-13 07:02:12
Score: 3.5
Natty:
Report link

thanks kirill_l! Spent 2 days on this...and adding the CA to the ACM > "certificate chain (optional)" field resolved for me.

Reasons:
  • Blacklisted phrase (0.5): thanks
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: MikeO

79351370

Date: 2025-01-13 06:59:12
Score: 1
Natty:
Report link

In my case, i was expecting a success status and message from defined DTO from controller response for a POST /create API call. Just by adding the @JsonProperty over the DTO properties the problem is sorted.

public class ResponseDto {
    @JsonProperty("StatusCode")
    private String statusCode;
    @JsonProperty("StatusMessage")
    private String statusMessage;
    public ResponseDto(String statusCode, String statusMessage) {
      this.statusCode = statusCode;
      this.statusMessage = statusMessage;
    }
}
Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • User mentioned (1): @JsonProperty
  • Low reputation (1):
Posted by: Ravindra B

79351366

Date: 2025-01-13 06:58:11
Score: 1
Natty:
Report link

This python simple script help you instantly

import base64
encode_pass = 'ENCODED-STRING-TO-BE-DECODED'

def decode_string(string):
  decoded_bytes = base64.b64decode(string.encode())
  return decoded_bytes.decode()

decoded_password=decode_string(encode_pass)
print(f"Decoded Password: {decoded_password}")
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Bala

79351365

Date: 2025-01-13 06:57:11
Score: 1.5
Natty:
Report link

Update: An internal tester requires now one of the following roles:

Required role: Account Holder, Admin, App Manager, Developer, or Marketing.

See: https://developer.apple.com/help/app-store-connect/test-a-beta-version/add-internal-testers

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

79351361

Date: 2025-01-13 06:55:10
Score: 5.5
Natty: 4
Report link

It seems like the Transform.from() returns a duplex stream rather than a transform stream because the Transform class is a subclass of Duplex class which is where the .from method is being inherited from.

slightly related answer https://stackoverflow.com/a/62008680/9763688

Also, when a new Transform object is instantiated, the error is being captured by the catch block properly similar to using an AsyncGeneratorFunction.

Maybe a duplex stream created from Transform.from() isn't intended to be used in the pipeline function(causing some unexpected behavior; which seems like an incomplete implementation)??

@Ryuollojy if you found the answer, please share it here, thanks.

Reasons:
  • Blacklisted phrase (0.5): thanks
  • Blacklisted phrase (1): stackoverflow
  • RegEx Blacklisted phrase (2.5): please share
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • User mentioned (1): @Ryuollojy
  • Low reputation (1):
Posted by: Subhash Malireddy

79351354

Date: 2025-01-13 06:53:09
Score: 2
Natty:
Report link

For all those who want to know how it ended:

The MS Engineering team said that Commandbox or search bar is a personal scope and will never have any context. This is an expected behavior. It could have been a bug in the old Teams which is fixed now.

see also: https://github.com/MicrosoftDocs/msteams-docs/issues/11725

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

79351347

Date: 2025-01-13 06:48:08
Score: 3
Natty:
Report link

By unzipping odt with unzip() and then using textreadr::read_xml() to get the text words, and then paste() with collapse = " "

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

79351345

Date: 2025-01-13 06:46:08
Score: 3
Natty:
Report link

Should be a network or firewall issue blocking NPM commands. Try switching to another network, should work perfectly.

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Nishanth C 21BPS1160

79351344

Date: 2025-01-13 06:46:08
Score: 3
Natty:
Report link

if u want to relate them with key then u can use index of each element in key's value, this can remove ur dependency on id cause u said id is unique

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

79351340

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

That's the Grid layout issue. In your code, the Card2 was defined in the

<Grid Grid.Row="1" Grid.Column="1" Grid.ColumnSpan="4"...``` 

That's great. But the question is that you reused this specific Row and Column later in your code, which means the Card2 is overlapped, so you cannot click it.

Either adjust the Grid layout to prevent duplication or you may consider using ZIndex.

From the doc,

An element with a higher ZIndex value will be shown on top of an element with a lower ZIndex value.

Set the ZIndex to a higher value to the Grid which contains the Card2 should work,

<Grid Grid.Row="1" Grid.Column="1" Grid.ColumnSpan="4"  ZIndex="9">

Please let me know if you have any questions!

Reasons:
  • RegEx Blacklisted phrase (2.5): Please let me know
  • Long answer (-0.5):
  • Has code block (-0.5):
  • High reputation (-1):
Posted by: Liqun Shen-MSFT

79351334

Date: 2025-01-13 06:35:05
Score: 2
Natty:
Report link
  1. In my opinion i am not recommended to use --force or --legacy-peer-deps.it may affect other packages results in import error in all pages.u can downgrade your react->^18 version and try install that library.

    or u can u simliy install via cdn check below reference: https://www.jsdelivr.com/package/npm/@atlaskit/ds-lib

    or try to find similar package in npm: https://www.npmjs.com/search?q=%40atlaskit%2Fds-lib

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

79351329

Date: 2025-01-13 06:32:04
Score: 0.5
Natty:
Report link
SELECT 
CONCAT(
SUBSTRING(field_name, -4)
, '-'
, SUBSTRING(field_name, 4, 2)
, '-'
, SUBSTRING(field_name, 1, 2)
) dt
, field_name 
FROM 
table_name;
Reasons:
  • Low length (1):
  • Has code block (-0.5):
Posted by: mirapole

79351327

Date: 2025-01-13 06:32:04
Score: 2.5
Natty:
Report link

Facing same issue.

 Future<void> pickFile() async {
final result = await FilePicker.platform.pickFiles(
  allowMultiple: false,
  type: FileType.image, // Ensure image files are selected
);

if (result != null && result.files.isNotEmpty) {
  setState(() {
    selectedFile = result.files.first;
    if (selectedFile != null) {
      print('Selected file path: ${selectedFile!.path}');
      
      // Load file bytes explicitly
      _loadFileBytes(selectedFile!.path);
      
      widget.onFilePicked(selectedFile!);
    } else {
      print('No file selected!');
    }
  });
} else {
  print('No file picked!');
}}

Future<void> _loadFileBytes(String? path) async {
if (path != null) {
  final file = File(path);
  final bytes = await file.readAsBytes();
  setState(() {
    imageBytes = bytes;
  });
  print('Image bytes length: ${bytes.length}');
}

}

Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Me too answer (2.5): Facing same issue
  • Low reputation (1):
Posted by: Adarsh K A Mfluid

79351312

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

You may also want to check out https://dmno.dev (full disclosure, I am the author)

It is similar to dotenvx in that it supports loading encrypted secrets that are committed to your repo, but it also supports loading sensitive config from other backends (ex: 1Password) and is extremely flexible to compose your config however you need to. It is also designed to share config items across services within a monorepo, provides validation, type-safety, and a lot more.

I haven't done any testing / special integrations with NX yet, but I don't think anything special will be required, and happy to help work through any issues.

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

79351304

Date: 2025-01-13 06:22:01
Score: 13.5 🚩
Natty:
Report link

Even i am also facing the same issue on eclipse ee 2024-12. any help would be greatly appreciatedError Screenshot subversive

Reasons:
  • Blacklisted phrase (1): appreciated
  • Blacklisted phrase (1): i am also facing the same issue
  • Blacklisted phrase (1): any help
  • RegEx Blacklisted phrase (3): any help would be greatly appreciated
  • RegEx Blacklisted phrase (2): Even i am
  • Low length (1):
  • No code block (0.5):
  • Me too answer (2.5): i am also facing the same issue
  • Single line (0.5):
  • Low reputation (1):
Posted by: rusev Yugo

79351303

Date: 2025-01-13 06:21:01
Score: 0.5
Natty:
Report link

This is an interesting SQL parsing quirk! If you have to understand it with an example, it will look like this.

"Count how many students are wearing blue shirt in 8th class" . So here, you plainly stated to look in "8th class" (FROM clause) and "count students wearing blue shirt..." (but did not specify which class to look in!) You did not even inform the class (FROM clause).

When SQLite receives a query without a FROM clause (i.e., without specifying which class to look in), it assumes an empty room. When you count pupils wearing blue shirts in an empty room, the result will always be zero!

You were getting 0 answers because you were counting in an empty space and did not specify which table (or "class") to look in. LibSQL is more stringent and requires you to specify where to check for 'Column0'.

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

79351302

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

Set frame of hostingController in viewDidLoad function.

hostingController.view.frame = view.bounds
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Ranjit Singh

79351285

Date: 2025-01-13 06:10:59
Score: 1.5
Natty:
Report link

I tried doing the same thing you're doing, using both basic auth headers to pass in username and password while using url encoded form body to pass in client ID and secret. I discovered that the problem was ClientSecretBasicAuthenticationConverter

If this converter is configured (which it is by default), it will extract your username and password and save it as the client id and secret for subsequent code to process. This causes the invalid client error.

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

79351278

Date: 2025-01-13 06:06:58
Score: 3.5
Natty:
Report link

Skyboyer you are once again compromising everyone's life don't forget I'm target 1533 Boolean primitive.you and your friends with the drones are going to the ave the entire stack and your fucking wife Erin Mangos poster at Laurel Manor are compromising every Russian on this site I'm a product of you

r xyjs scan your shit soup.guit saying these people's names through my head Richard

Reasons:
  • Blacklisted phrase (2): fuck
  • No code block (0.5):
  • Low reputation (1):
Posted by: Chris

79351272

Date: 2025-01-13 05:59:57
Score: 0.5
Natty:
Report link

ML-KEM using encapsulation/decapsulation instead of encrypt/decrypt. (refer https://nvlpubs.nist.gov/nistpubs/FIPS/NIST.FIPS.203.pdf)

and I used bouncycastle v1.79

static {
    Security.addProvider(new BouncyCastleProvider());
}

@Test
public void MLKEM_PKCS_Test(){
    try{
        KeyPairGenerator keyGen = KeyPairGenerator.getInstance("ML-KEM-512", "BC");
        KeyPair keyPair = keyGen.generateKeyPair();

        PrivateKey privateKey = keyPair.getPrivate();
        System.out.println("Private Key: " + DatatypeConverter.printHexBinary(privateKey.getEncoded()));
        MLKEMPrivateKeyParameters priKey = (MLKEMPrivateKeyParameters) PrivateKeyFactory.createKey(privateKey.getEncoded());
        System.out.println("dk: " + DatatypeConverter.printHexBinary(priKey.getEncoded()));

        PublicKey publicKey = keyPair.getPublic();
        System.out.println("Public Key: " + DatatypeConverter.printHexBinary(publicKey.getEncoded()));
        MLKEMPublicKeyParameters pubKey = (MLKEMPublicKeyParameters)PublicKeyFactory.createKey(publicKey.getEncoded());
        System.out.println("ek: " + DatatypeConverter.printHexBinary(pubKey.getEncoded()));

        MLKEMGenerator mlkemGenerator = new MLKEMGenerator(new SecureRandom());
        SecretWithEncapsulation encaps = mlkemGenerator.generateEncapsulated(pubKey);
        System.out.println("Cipher: "+DatatypeConverter.printHexBinary(encaps.getEncapsulation()));
        System.out.println("secret(encap): " + DatatypeConverter.printHexBinary(encaps.getSecret()));

        MLKEMExtractor mlkemExtractor = new MLKEMExtractor(priKey);
        byte[] secret = mlkemExtractor.extractSecret(encaps.getEncapsulation());
        System.out.println("secret(decap): " + DatatypeConverter.printHexBinary(secret));


    } catch (Exception e) {
        e.printStackTrace();
    }
}
Reasons:
  • Probably link only (1):
  • Long answer (-1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Myungkyu Jung

79351270

Date: 2025-01-13 05:58:56
Score: 0.5
Natty:
Report link

The same issue happened for me and there was nothing in AppStoreConnect. Test Flight showed no details. I had to use the "Transporter" app (available in AppStore) to upload the app to App Store Connect. Then it showed the issues of the build I uploaded as shown below.

See the 2 ISSUES part

To get the build file to upload using Transporter, use the export option in the Distribute App workflow after creating the archive. You will end up with a ".ipa" file and that could be used to upload to App Store Connect through Transporter.

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

79351267

Date: 2025-01-13 05:54:55
Score: 2.5
Natty:
Report link

To manage dynamic configurations in microservices on Kubernetes, consider using tools like Consul or Spring Cloud Config. These tools allow you to externalize your configuration and update it without redeploying your services. You can also leverage ConfigMaps and Secrets in Kubernetes for managing environment-specific configurations efficiently. Make sure to implement a strategy for versioning your configurations to avoid conflicts and ensure rollback capabilities.

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

79351256

Date: 2025-01-13 05:43:53
Score: 3
Natty:
Report link

Try to use @SpringBootTest annotation.

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

79351251

Date: 2025-01-13 05:40:52
Score: 2
Natty:
Report link

This this one,

return $('<span><b class="btn btn-primary">@' + item.name + '</b>&nbsp;</span>')[0];

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

79351249

Date: 2025-01-13 05:40:52
Score: 1
Natty:
Report link

.modal:nth-of-type(odd) {
  z-index: 1049 !important; 
}
.modal-backdrop.show:nth-of-type(odd) {
  z-index: 1048 !important; 
}

.modal:nth-of-type(even) {
  z-index: 1052 !important; 
}
.modal-backdrop.show:nth-of-type(even) {
  z-index: 1051 !important; 
}

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

79351222

Date: 2025-01-13 05:19:48
Score: 2.5
Natty:
Report link

set the initial element to display:none jquery all the function slideup slidedown hide() show() fadeIN() and fadeOut() all of them changes the elements display to block with inline css

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

79351221

Date: 2025-01-13 05:18:47
Score: 2.5
Natty:
Report link

like my issue

"Info - Need to disable some ESLint rules? Learn more here: https://nextjs.org/docs/basic-features/eslint#disabling-rules Linting and checking validity of types .Debug Failure. No error for last overload signature ELIFECYCLE  Command failed with exit code 1."

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: lodmf ahhdn

79351216

Date: 2025-01-13 05:13:46
Score: 0.5
Natty:
Report link

Update Jan 2025

@Matthias Mertens pointed me in the right direction in the comments of another answer that hooks.server.ts only runs on the first request in dev mode, but will run at startup in prod. Also, there is now an init() for anyone coming here in 2025

In hooks.server.ts:

import type { ServerInit } from '@sveltejs/kit';
import * as db from '$lib/db';

export const init: ServerInit = async () => {
    await db.connect()
};
Reasons:
  • Has code block (-0.5):
  • User mentioned (1): @Matthias
Posted by: Matt Fiocca

79351215

Date: 2025-01-13 05:12:46
Score: 0.5
Natty:
Report link

Instead of keeping all the print related API calls (connect, beginTransaction, sendData, disconnect) in one method, handle them in separate methods.

As each API call throws its own Epos2Exception, you can go through the below ePOS Sdk documentation link and in Downloaded SDK you can get the sample project.

Also in addition when one device is connected to Printer other devices will get the "Failed to open the device." exception for connect API call, so you will have to implement your own Retry cycle

https://download4.epson.biz/sec_pubs/pos/reference_en/epos_and/ref_epos_sdk_and_en_printerclass_printer.html

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

79351213

Date: 2025-01-13 05:11:46
Score: 1.5
Natty:
Report link

On macOS (apple chip) run the following commands on terminal

brew uninstall --cask docker --force
brew uninstall --formula docker --force

It will work

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

79351209

Date: 2025-01-13 05:06:45
Score: 1
Natty:
Report link

Just run this command

python manage.py runserver 0.0.0.0:8000

instead of

python manage.py runserver

also, you can change the port in the first command I just used the default one

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

79351205

Date: 2025-01-13 05:00:44
Score: 3.5
Natty:
Report link

preventing back still doesn't allow user to swipe back on ios for the initial route

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

79351198

Date: 2025-01-13 04:52:42
Score: 3
Natty:
Report link

I have use following tool for creating NER dataset.

Click here

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

79351194

Date: 2025-01-13 04:48:41
Score: 0.5
Natty:
Report link

Can you try the below code once? urls.py

from django.contrib import admin
from django.urls import include, path
from rest_framework.routers import DefaultRouter

import core.views
import een.views

router = DefaultRouter()

# Register core routes
router.register(r'core/settings', core.views.SettingsViewSet, basename='settings')
router.register(r'core/organization', core.views.OrgViewSet, basename='org')

# Register een routes
router.register(r'een/cvs', een.views.EENSettingsViewSet, basename='een-cvs')

urlpatterns = [
    path('api/', include(router.urls)),
    path('admin/', admin.site.urls),
    path('', include('rest_framework.urls', namespace='rest_framework')),
    path('api/tokenauth/', authviews.obtain_auth_token),
]
Reasons:
  • Whitelisted phrase (-2): Can you try
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Starts with a question (0.5): Can you
  • Low reputation (1):
Posted by: siyagrawal

79351192

Date: 2025-01-13 04:46:41
Score: 1.5
Natty:
Report link

The head anchor transform is hidden by design. See RealityKit track head movement/position? for a way to query device position using WorldTrackingProvider instead.

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

79351190

Date: 2025-01-13 04:45:39
Score: 8 🚩
Natty:
Report link

I have the same issue out of nowhere. I have plenty of unit tests with space characters in their method names. It has always been building without any issue. And I don't know why, after I upgraded to Ladybug Feature Drop, I get this error. I don't know if it's related to the AS version. I cannot identify which dependency could be the cause, when I revert the changes in build.gradle, the issue is still present. It's corrected when I change the minSdk to 30 instead of 26. But 30 is too high. I haven't updated Gradle or AGP.

Anyone encountering the same issue recently ?

Reasons:
  • Blacklisted phrase (1): I have the same issue
  • Blacklisted phrase (0.5): I cannot
  • RegEx Blacklisted phrase (1): I get this error
  • Long answer (-0.5):
  • No code block (0.5):
  • Me too answer (2.5): I have the same issue
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: bakjoul

79351185

Date: 2025-01-13 04:42:38
Score: 1
Natty:
Report link

Version 2.0.0 is still in development, but you can install it using the Git repository using the last commit at master branch.

pip install kivymd@git+https://github.com/kivymd/KivyMD/

Checkout pip documentation to have a better understanding. https://pip.pypa.io/en/stable/cli/pip_install/

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

79351184

Date: 2025-01-13 04:41:37
Score: 1.5
Natty:
Report link

@BenjaminW. is right (in the comments). Thanks.

First, I just changed runs on: ubuntu-latest to runs on: ubuntu-22.04.

Then I tried this:

 runs-on: ubuntu-latest
    steps:
      - name: Checkout
        uses: actions/checkout@v4
      - name: Install libmagickwand-dev
        run: sudo apt-get install libmagickwand-dev

Both work, and I'm not sure which solution is better.

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Whitelisted phrase (-1): solution is
  • Has code block (-0.5):
  • User mentioned (1): @BenjaminW
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Greg Johnson

79351174

Date: 2025-01-13 04:31:36
Score: 1
Natty:
Report link

org/hibernate/engine/jdbc/connections/internal/DatasourceConnectionProviderImpl.java

    @Override
public DatabaseConnectionInfo getDatabaseConnectionInfo(Dialect dialect) {
    return new DatabaseConnectionInfoImpl(
            "Connecting through datasource '" + (dataSourceJndiName != null ? dataSourceJndiName : dataSource) + "'",
            null,
            dialect.getVersion(),
            null,
            null,
            null,
            null
    );
}

This is the current code, do not to try to get the info, until the code of hibernate core is change.

enter image description here

Reasons:
  • Blacklisted phrase (1): enter image description here
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Murphy Mo

79351154

Date: 2025-01-13 04:11:33
Score: 2.5
Natty:
Report link

I found a rather simple "solution" to this problem, although it is not really a solution. I set the option to tell R not to start autocomplete until 99 characters were typed (the max). Maybe there are cases where more than 99 characters are typed, but I doubt many.

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

79351149

Date: 2025-01-13 04:06:32
Score: 1
Natty:
Report link

It looks like the issue might be caused by how the formulas in N3 and M3 are referencing each other. This can sometimes cause Excel to behave inconsistently. Here’s what I suggest:

Simplify the formulas: Since N3 and M3 depend on each other, try breaking the logic up into separate helper columns. This way, you can keep the validation clearer and avoid circular references.

Check formatting: Double-check that N3, M3, and J3 are all formatted as numbers with 2 decimal places. Sometimes Excel gets picky with formatting, which could be causing the issue.

Test with simple cases: Once you make these changes, test a few simple examples like N3 = 4 and M3 = 4 to make sure the validation is working as expected.

Let me know if that works or if you need further help!

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

79351144

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

This is what you need. {$your_variable|regex_replace:'/\s+/':''}

Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Onyedikachi Oko - Dexter

79351119

Date: 2025-01-13 03:28:25
Score: 6.5 🚩
Natty:
Report link

@All,

Can anybody suggest me on this. In the UI Adaptation option when we select Smartfilter bar i dont see option to keep the fields as mandatory.

Reasons:
  • RegEx Blacklisted phrase (2.5): Can anybody suggest me
  • Low length (1):
  • No code block (0.5):
  • User mentioned (1): @All
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Anil

79351114

Date: 2025-01-13 03:24:22
Score: 6 🚩
Natty:
Report link

the same proble. Have you sloved ?

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

79351110

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

run this in terminal to remove all unused imports instead

dart fix --apply

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

79351101

Date: 2025-01-13 03:10:19
Score: 0.5
Natty:
Report link

If the machine is decimal, the bytes of rX represent 1235(100^3) + 3(100) + 1 = 1,235,000,301, and the divisor is 2(100) + 0 = 200. The quotient is then 6,175,001 remainder 101, and so the digital bytes of rA become 6 17 50 01.

But if the machine is binary, the bytes of rX represent 1235(64^3) + 3(64) + 1 = 323,748,033, and the divisor is 2(64) + 0 = 128. The quotient is 2529281 remainder 13, which can be written 9(64^3) + 41(64^2) + 32(64) + 1, and so the binary bytes of rA become 9 41 32 1. But 9(64) + 41 = 617, so bytes 2 and 3 can be interpreted as 617 regardless of whether the machine is decimal or binary. However, the less significant bytes are different.

Similarly, the last byte of rX is 1 for the decimal and binary calculations: the remainder is 1(100) + 1 in the decimal calculation, or 1 in the binary calculation. Either way, the least significant byte is 1. So the 617 in bytes 2-3 of rA, and the 1 in byte 5 of rX, are the same regardless, but all the other bytes are different, hence the question marks in all other byte slots.

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

79351095

Date: 2025-01-13 03:05:18
Score: 3
Natty:
Report link

I just found that in the pymeshlab version v2023.12.post2, the filter conditional_selection_filter has been renamed to compute_selection_by_condition_per_vertex.

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

79351092

Date: 2025-01-13 03:00:17
Score: 2
Natty:
Report link

what crazicrafter1 suggested worked for me. Instead of deleting the whole 21 lines or so I just replaced #include <winsock.h> inside the #ifndef WIN32_LEAN_AND_MEAN block to #inlcude <winsock2.h>.

Reasons:
  • Whitelisted phrase (-1): worked for me
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): what
  • Low reputation (1):
Posted by: lsanaldeen

79351088

Date: 2025-01-13 02:57:16
Score: 3.5
Natty:
Report link

im kinda new here and joined just to learn

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Black Desert Mobile Account

79351078

Date: 2025-01-13 02:46:14
Score: 0.5
Natty:
Report link

Neither <img> nor <svg> are permitted content for a <textpath>.

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

79351072

Date: 2025-01-13 02:43:14
Score: 1.5
Natty:
Report link

Unfortunately, none of these answers work to show the same monitor numbers as Windows shows when there are multiple graphics card outputs. For example, if 2 monitors A and B are connected initially to graphics card outputs 1 and 2 this works, and the Windows monitor assignments will correspond to these as 1 and 2. If then you disconnect A and B from graphics card outputs 1 and 2 and connect to the graphics card output 3 and 4, the monitor numbers returned by the Regex method will return 3 and 4, which do not correspond to the Windows monitor numbers shown in display settings and will still show as 1 and 2. I am still struggling with how to find out the same numbers that the windows display with 3+ monitors and 5 graphics card outputs.

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

79351068

Date: 2025-01-13 02:39:13
Score: 2.5
Natty:
Report link

I just created two projects to reproduce your error, one locally and one in codesandbox: I couldn't reproduce it.

So what I suggest you to do is to create an empty project, with the same basic config of your current one, and just add the api folder first, test it and check my basic project here where I pull the message from the transform api using your same route.

https://codesandbox.io/p/devbox/swgnk9

Rendering title from API

Render title from api

API Response

codesadbox

Reasons:
  • Probably link only (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Erasmo Hernandez

79351064

Date: 2025-01-13 02:32:11
Score: 3
Natty:
Report link

What is weird is that what solved it for me was simply just changing opacity to 0.9. I don't know why but for some reason if you just change the opacity it starts working and it is no longer bugged I don't know what happened ngl

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): What is we
  • Low reputation (1):
Posted by: Loopy Momy

79351062

Date: 2025-01-13 02:30:11
Score: 1
Natty:
Report link

TLDR: Just change your .sum() in plot_collisions_bar() to .sum(numeric_only=True)

For details, the modified plot_collisions_bar() is listed below:

@app.callback(Output("graph", "figure"),
              [Input("date picker", "start_date"),
               Input("date picker", "end_date"),])
def plot_collisions_bar(start_date, end_date):
    fig = px.bar(
        (collisions
         .loc[collisions["DATE"].between(start_date, end_date)]
         .groupby("BOROUGH", as_index=False)
         .sum(numeric_only=True)   # <<< Change here
        )
        ,
        x="COLLISIONS",
        y="BOROUGH",
        title=f"Traffic Acci[![enter image description here][1]][1]dents in NYC between {start_date[:10]} and {end_date[:10]}"
    )
    return fig
Reasons:
  • Blacklisted phrase (1): enter image description here
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: drxaero

79351045

Date: 2025-01-13 02:14:09
Score: 2
Natty:
Report link

I had to use PROMPT_COMMAND, setting PROMPT_COMMAND to a function that changes PS1. And I had to use the condition git rev-parse --is-inside-work-tree > /dev/null 2>&1 to validate whether it is a git repository or not.

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

79351042

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

Continue the above reply.

IDEA 2024.3.1 worked well on my MacOS, but the same problem occurred on Windows. I didn't do anything else during this period, which was puzzling. Now I use Android Studio as a temporary solution, which can avoid this problem. I suggest you try it. –

Now open the project with the faulty IDEA, and update the Android related components (about 400MB) according to the prompts (I forgot the screenshot.) , and the virtual machine related management components will all come back.

Proof of success

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

79351035

Date: 2025-01-13 02:06:07
Score: 3.5
Natty:
Report link

yes it is possible, you only need different alias when import the same cert in the JKS

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

79351033

Date: 2025-01-13 02:04:06
Score: 5.5
Natty:
Report link

Please provide more context on this to help you. Check your styles maybe you have some styling rule that is making that little circle appear.

Reasons:
  • RegEx Blacklisted phrase (2.5): Please provide
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Erasmo Hernandez

79351028

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

The run involved 4 ‘steps’.

Each ‘step’ was an LLM call which included all the tool definitions as part of the prompt (i.e. input tokens).

In this case it would be the definitions of the smolagents base tools and your custom ones.

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

79351011

Date: 2025-01-13 01:39:01
Score: 4
Natty:
Report link

I encountered similar issue when running it on Spyder, for some reason i keep getting the same issue(InnerException Could not import pandas. Ensure a compatible version is installed by running: pip install azureml-dataprep[pandas]). I think it may be a spyder version. I tried the same code using VS code by activating the azureml env in VS code using conda activate env_name. It worked like a charm

Reasons:
  • Blacklisted phrase (1): worked like a charm
  • Whitelisted phrase (-1): It worked
  • No code block (0.5):
  • Me too answer (2.5): getting the same issue
  • Low reputation (1):
Posted by: Sanjay Chakravarty

79351005

Date: 2025-01-13 01:34:00
Score: 2
Natty:
Report link
my info = 

name: Nisrin, Age:35 Major: Cyber security Hobbies :`Hanging with my family, Travelling, Photography’

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

79351004

Date: 2025-01-13 01:33:00
Score: 1
Natty:
Report link

From my understanding AWS Lambda runs "Amazon Linux 2023" and does not allow installation of the system level libraries needed to run headless pyppeteer (yum install -y libX11 libX11-devel libXcomposite libXcursor libXdamage libXrandr libXi libXtst libXScrnSaver). I was able to get my script running on an E2C instance instead and would recommend others who face this problem to do the same.

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

79351003

Date: 2025-01-13 01:33:00
Score: 3.5
Natty:
Report link

this is the problem am also facing but it seems like no one has the answer to this issue

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

79351002

Date: 2025-01-13 01:31:59
Score: 1
Natty:
Report link
🚨 Unreliable Google Workspace Support: A Risk You Can't Afford! 🚨

"Never trust Google Workspace Support with your business—it could cost you everything." We’re calling on every IT professional, business owner, and tech enthusiast to hear our story. Since we registered our case on 6 November 2024 with Google Workspace support, our company has been drowning in chaos. We've faced immense losses due to Google's negligence and lack of support. Despite countless attempts to escalate, Google has ignored our cries for help, leaving us stranded. This isn’t just a complaint—it’s considered to be an order for Google Workspace to fix their broken support system and address the damages their negligence has caused.

Our Story: How Google Workspace Made Us Suffer 1️⃣ If you're seriously considering moving to Google Workspace, approach us for proof—we have all the documentation and clear objectives to help you make a clear and informed decision. 2️⃣ A problem arose, and we reached out to Google support—but what followed was no action, no empathy, and no resolution. 3️⃣ Since November 6, 2024, the issue has remained unresolved, leading to severe disruptions in our operations, strained relationships with clients, and significant losses for our business The result? Lost clients. Destroyed trust. Severe financial damage.

What Makes This Worse? Google, one of the largest tech giants in the world, has dismissed our case, treating it with shocking indifference. 🔴 Google Workspace support isn't just unreliable—it’s a catastrophic risk to IT operations. 🔴 A company the size of Google should set the bar for customer support, not undermine businesses like ours. Their lack of urgency isn’t just negligence; it’s a warning sign for any business considering trusting them.

Our Demands: Google Must Be Held Accountable ✅ Google must compensate us for the damages and losses their negligence caused. ✅ Google must prioritize Workspace support for businesses and overhaul their broken system. ✅ Sundar Pichai and every Google employee must hear this story—so that no other company suffers like ours.

Join the Movement: Help Us Hold Google Accountable 📢 Share this story with your network—everyone needs to know the risks. 📢 Tag Google employees and demand accountability. 📢 Tag @SundarPichai—let him know how Google's negligence is damaging businesses worldwide. 📢 Have a similar experience? Share your story and join us in demanding change!

Google: From Trusted Name to Unreliable Partner This isn’t just about us—it’s about the entire IT community. Together, we can ensure Google takes responsibility and provides the support every business deserves. Let’s not stay silent while more companies suffer due to their negligence!

Reasons:
  • RegEx Blacklisted phrase (1): Help Us
  • Long answer (-1):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Vishant Patil

79351000

Date: 2025-01-13 01:29:59
Score: 2.5
Natty:
Report link

I briefly looked at this. New user so I can only post answers, not comments yet. PyQt5 is built with SIP and at a very initial glance it looks like SIP might enumerate method implementations in advance and store them in a table of pointers.

It's possible that __getattribute__ isn't being invoked because SIP is avoiding the infrastructure that does this, as PyQt was designed decades ago when such highly efficient optimizations were really valued. However, this infrastructure has changed over releases, and there's a little value to making sure your Python and PyQt releases are up-to-date.

SIP has its own functionality for tracing functions but using this would likely mean rebuilding PyQt5 from its source.

It may be appropriate here to write a script to enumerate every possible method and generate tracing stubs. This is so useful for using PyQt that it may already exist somewhere. This is also the approach taken by SIP. All of these functions appear to me to be enumerated in site-packages/PyQt5/QtWidgets.pyi and are likely also visible with runtime introspection (dir(QWidget), import inspect; inspect.signature(method)).

I'm afraid I do not have a Qt-compatible python interpreter right now to give a properly tested answer here, and this answer likely contains mistakes.

Reasons:
  • Blacklisted phrase (3): comments yet
  • Long answer (-1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: zap

79350999

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

Just remember some of the attributes of colorbar objects are for the main object and some of them are attributes of label module:

plt.colorbar(shrink = 1, orientation='horizontal').set_label(label='Label Example',size=15)
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: hamflow