79114509

Date: 2024-10-22 14:25:20
Score: 3
Natty:
Report link

As Estus said, using provide/inject is overengineering for what I needed and I could've just made dbCon accessible from the export of dbConnection.vue

also I'm probably going to forget to mark it as answered in 2 days when I can

Reasons:
  • Blacklisted phrase (0.5): I need
  • Low length (0.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: 17b23802

79114507

Date: 2024-10-22 14:25:20
Score: 0.5
Natty:
Report link

In my case I was using NestJS with proctoc / proto-ts, and had forgotten to add the controller decorator that was generated from my proto file to the controller.

@Controller()
@HeroesServiceControllerMethods() <--- here
export class AppController implements HeroesServiceController {
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Nayfin

79114504

Date: 2024-10-22 14:23:19
Score: 1
Natty:
Report link

You can use socket filters, TC (Traffic Control), or XDP (eXpress Data Path) to capture TCP, UDP, and ICMP payloads without resorting to kprobe, uprobe, or tracepoint.

Here are some example implementations you can explore:

Reasons:
  • Whitelisted phrase (-1.5): You can use
  • Contains signature (1):
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: mozillazg

79114496

Date: 2024-10-22 14:23:19
Score: 3.5
Natty:
Report link

What is our solution here?

I'm not entirely clear on the next steps if you have one ...

Really appreciate the indepth explanation

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

79114495

Date: 2024-10-22 14:22:19
Score: 3.5
Natty:
Report link

Thanks to acw1668, removing the expand=true from frames 3 and 4 did the trick

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

79114484

Date: 2024-10-22 14:20:18
Score: 1
Natty:
Report link

You may consider these objectives to store sensitive data used by GKE clusters as secrets:

  1. Create a secret in Google Cloud Secret Manager.

  2. Create a GKE Autopilot cluster, Kubernetes namespaces, and Kubernetes service accounts.

  3. Create IAM Allow policies to grant access to your Kubernetes service accounts on the secret.

  4. Use test applications to verify service account access.

  5. Run a sample app that accesses the secret using the Secret Manager API.

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

79114482

Date: 2024-10-22 14:20:18
Score: 1.5
Natty:
Report link

If you have the correct binaries for an app, you can install the app via drag-and-drop in a running simulator.

More info can be found here: https://developer.apple.com/documentation/xcode/installing-your-app-in-many-simulator-platforms-and-versions

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

79114475

Date: 2024-10-22 14:18:17
Score: 2.5
Natty:
Report link

You could use a special thingy or so. Like Wilsun. 'Start !ONIONStream $Moving "Example"->"Example2" Use{MC/MachineCode}toGenerate End'

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

79114474

Date: 2024-10-22 14:18:15
Score: 7.5 🚩
Natty: 5
Report link

Similar issues but with null values. Have you already solved this issue ?

Reasons:
  • RegEx Blacklisted phrase (1.5): solved this issue ?
  • RegEx Blacklisted phrase (1): Similar issue
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: YuriiChmil

79114471

Date: 2024-10-22 14:17:15
Score: 0.5
Natty:
Report link

I found one way to do this, but I suspect there's a better way.

EXECUTE IMMEDIATE $$
DECLARE
  stmt STRING;
BEGIN
  stmt := CONCAT('GRANT ROLE X TO USER ', CURRENT_USER(), ';');
  EXECUTE IMMEDIATE stmt;
END;
$$
;
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
Posted by: Patrick Finnigan

79114455

Date: 2024-10-22 14:13:14
Score: 11.5
Natty: 7
Report link

Did you find any solution for this? I am facing this same issue.

Reasons:
  • Blacklisted phrase (1.5): any solution
  • RegEx Blacklisted phrase (3): Did you find any solution
  • RegEx Blacklisted phrase (2): any solution for this?
  • Low length (1.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): Did you find any solution for this
  • Low reputation (1):
Posted by: Abdul

79114451

Date: 2024-10-22 14:11:13
Score: 3.5
Natty:
Report link

Pinecone has an official C# sdk you can learn more about in the docs

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

79114443

Date: 2024-10-22 14:09:12
Score: 2
Natty:
Report link

In a terminal attached to the docker container you can install vim:

apk add vim
Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Dirk Richter

79114426

Date: 2024-10-22 14:05:11
Score: 3
Natty:
Report link

As @JasonYang suggested I replaced

matplotlib.pyplot.figure

with

matploylib.figure.Figure

It worked and no resize or scaling issue

Reasons:
  • Whitelisted phrase (-1): It worked
  • Low length (1):
  • No code block (0.5):
  • User mentioned (1): @JasonYang
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: sai

79114424

Date: 2024-10-22 14:04:11
Score: 0.5
Natty:
Report link

try to use this DML command with a prepared statement

    set @variable = 'column_name';

    set @cmdSql = "UPDATE famcharts_old.db1w_matrix 
    JOIN famcharts_old.tbl_dirtosv ON famcharts_old.tbl_dirtosv.PlaceOT = 
    famcharts_old.db1w_matrix.SERVICE_ID
    and famcharts_old.tbl_dirtosv.Dir_ID IN (a LIST-of-values)
    JOIN famcharts_old.tbl__dir__base
    ON all_directives.DirID = famcharts_old.tbl_dirtosv.Dir_ID
    SET famcharts_old.db1w_matrix.";
    
    set @cmdSql=Concat(@cmdSql,@variable);
    
    set @cmdSql=Concat(@cmdSql," = famcharts_old.tbl_dirtosv.NiceNeed; ");
    
    
     Prepare execSQL from @cmdSql;

     Execute execSQL; 

     DEALLOCATE PREPARE execSQL;

More instructions check: https://dev.mysql.com/doc/refman/8.4/en/sql-prepared-statements.html

Reasons:
  • Probably link only (1):
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Ricardo Frasson

79114403

Date: 2024-10-22 13:59:10
Score: 3
Natty:
Report link

This was a stupid error on my part, but I needed to call getFilterCondition like this: getFilterCondition(filter.trim()) instead of getFilterCondition(filter).

Reasons:
  • Blacklisted phrase (0.5): I need
  • Low length (1):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Antoine BASTIDE

79114402

Date: 2024-10-22 13:58:10
Score: 1.5
Natty:
Report link

in "react-table": "6.11.5":

sortable: boolean

in either the table or the column props

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

79114398

Date: 2024-10-22 13:58:09
Score: 4.5
Natty:
Report link

Here you go 👇 Congratsssssssssssssssssssss

Congrats

Reasons:
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Filler text (0.5): sssssssssssssssssssss
  • Low reputation (1):
Posted by: Dark_programmer

79114395

Date: 2024-10-22 13:57:09
Score: 1.5
Natty:
Report link

It seems I didn't RTFM:

Traffic mirroring is supported when both backend services have managed instance groups, zonal NEGs, or hybrid NEGs backends. It is not supported for internet NEGs, serverless NEGs, and Private Service Connect backends.

So Cloud Run cannot be used as a destination for traffic mirroring.

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

79114394

Date: 2024-10-22 13:57:09
Score: 2.5
Natty:
Report link

The answer above by https://stackoverflow.com/users/530545/granger worked for me starting gitlab-ce in a docker container:

docker exec -it gitlab gitlab-rake "gitlab:password:reset[root]"

Reasons:
  • Blacklisted phrase (1): stackoverflow
  • Whitelisted phrase (-1): worked for me
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: cyberfuzzy

79114392

Date: 2024-10-22 13:56:09
Score: 1.5
Natty:
Report link

make the embedded types not required :

interface PropsType {
 myvalue: {
  _id?: string;
  n?: string;
  a?: Number;
  ra?: Number;
  ro?: string;
      };
  }
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Med riad Arhab

79114389

Date: 2024-10-22 13:55:08
Score: 3.5
Natty:
Report link

hibernate.dialect=org.hibernate.dialect.MySQL5InnoDBDialect works for me.. Thanks @Tayfun

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Whitelisted phrase (-1): works for me
  • Low length (1.5):
  • No code block (0.5):
  • User mentioned (1): @Tayfun
  • Low reputation (1):
Posted by: Syeda Afroza

79114388

Date: 2024-10-22 13:55:08
Score: 0.5
Natty:
Report link

For me the following did the thing:

@Type(type = "org.hibernate.type.NumericBooleanType")
@Column(name = "STATUS", columnDefinition = "CHAR(1)", length = 1)
private Boolean status;

Column definition:

STATUS NOT NULL CHAR(1)

Technologies:

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Andrei Manolache

79114381

Date: 2024-10-22 13:53:08
Score: 2
Natty:
Report link

oops calm down ... calm down finally I found the answer :)

Hurrrayyy

from PySide6.QtWidgets import QApplication, QMainWindow

app = QApplication([])

# Set the application name (appears in taskbar and other system places)
app.setApplicationName("MyApp")

I missed the setApplicationName :(

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

79114380

Date: 2024-10-22 13:53:08
Score: 2
Natty:
Report link

According to this article :

You can find the traffic that happens at the time you receive the 403 and whitelist that.

  1. Try saving your post again
  2. Go to WordFence
  3. Click on Tools inside the WordFence menu
  4. Click on Live Traffic. This view shows recent traffic to your site.
  5. Filter the traffic to "Blocked By Firewall".
  6. Click on the request you just made to save the page in your page builder -- it'll usually be the most recent request and from your general area
  7. Double check that it was actually you making the request
  8. Whitelist the request
Reasons:
  • Blacklisted phrase (1): this article
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: ludo427

79114378

Date: 2024-10-22 13:52:07
Score: 3.5
Natty:
Report link

you can try using innerText property instead of value

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

79114377

Date: 2024-10-22 13:52:07
Score: 2.5
Natty:
Report link
Reasons:
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: GurjasdeepSingh

79114368

Date: 2024-10-22 13:51:07
Score: 1
Natty:
Report link

You need to use element.innerHTML = "AnyTextWithEmoji"

There are some other attributes you can use like textContent or innerText you can find more info here: https://www.w3schools.com/jsref/prop_html_innerhtml.asp

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

79114364

Date: 2024-10-22 13:50:07
Score: 1.5
Natty:
Report link

we use podman but we had the same problem. Our solution is:

-v /nfs:/nfs:slave

This command works perfect and we have no error

Reasons:
  • Whitelisted phrase (-1): solution is
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Alexander Kaess

79114357

Date: 2024-10-22 13:47:06
Score: 0.5
Natty:
Report link

It is a common problem with Hugo. Here's what you can try:

Open your repository, click settings, and select pages. In the Build and Deployment, select GitHub actions. You will see some suggestions like Jekyll. Type search other existing workflows and search for Hugo. After selecting the default hugo.yml, this file would be added to .github/workflow directory. Your website will be re-deployed in a few minutes.

Also, check that:

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Treetagger is a nightmare

79114354

Date: 2024-10-22 13:47:06
Score: 1.5
Natty:
Report link

So after wasting SO MUCH time, I finally figured out what was the issue. The error occurred after I modified my project to be used as a library instead of an application. The problem stems from the fact that library modules do not define applicationId like application modules. The applicationId is specific to app modules, and library modules rely on the package name instead. Just remove the following fields from the defaultConfig block like so before after just remove these fields as they are not defined in the library modules.

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

79114353

Date: 2024-10-22 13:47:06
Score: 2
Natty:
Report link

A little bit late to the discussion, but as @renaud-tarnec wrote, up to this date Firebase does not support onUpdate trigger for the Authentication. The workaround I have implemented was to check if the emails match for both the auth and the firestore docs each time the user log-ins to the website. Additionally, when user changes their email/password I am signing them off to force them to log in. Hope it helps!

Reasons:
  • Whitelisted phrase (-1): Hope it helps
  • No code block (0.5):
  • User mentioned (1): @renaud-tarnec
  • Single line (0.5):
  • Low reputation (1):
Posted by: Corgam

79114348

Date: 2024-10-22 13:45:05
Score: 2
Natty:
Report link

To have multiple boards, you need to go to Project Settings -> Teams -> Add team, what allows you to then switch boards in the board view and see them in the directory. This flow is not exactly intuitive.

add teams page

switch board menu

boards directory

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

79114331

Date: 2024-10-22 13:42:02
Score: 6 🚩
Natty: 5
Report link

Unfortnately, specflow does not have extension for vs code, and we can add it through command but vs code will not be able to run those tests. If i am wrong please let me know how you run those tests.

Reasons:
  • RegEx Blacklisted phrase (2.5): please let me know how you
  • RegEx Blacklisted phrase (1): i am wrong please
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: ayushpreenza

79114315

Date: 2024-10-22 13:37:58
Score: 9 🚩
Natty: 4.5
Report link

I'm also having the same issue After updating IDE to the latest version. If anyone finds a solution, post here thanks in advance

Reasons:
  • Blacklisted phrase (0.5): thanks
  • RegEx Blacklisted phrase (3): thanks in advance
  • Low length (1):
  • No code block (0.5):
  • Me too answer (2.5): I'm also having the same issue
  • Single line (0.5):
  • Low reputation (1):
Posted by: prithiviraj

79114314

Date: 2024-10-22 13:37:58
Score: 1
Natty:
Report link

Apple sign in for android is kind of redundant imo, but if you still wanna implement it,

check out: https://pub.dev/packages/sign_in_with_apple

you might have to Create a Service ID

it says:

The Service ID is only needed for a Web or Android integration. If you only intend to integrate iOS you can skip this step.
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Didi Abel

79114306

Date: 2024-10-22 13:34:57
Score: 6
Natty: 7.5
Report link

With update I need ignore record with id, how to validate unique?

Reasons:
  • Blacklisted phrase (0.5): I need
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Tuan Nguyen Jam NG

79114301

Date: 2024-10-22 13:33:56
Score: 0.5
Natty:
Report link

I wasn't pointing to the right interface, the /dev/video0 is for USB camera which I don't have

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

79114287

Date: 2024-10-22 13:27:55
Score: 0.5
Natty:
Report link

Use Text(.init(["KEY"]("Click here")) and access "KEY" with .environment(.\openURL, _) to make just that text clickable. iOS 15 is required.

Multiline_text_with_action

enum NavigationKey {
    static let welcome = "CLICK_HERE_KEY"
}

struct ContentView: View {
    let actionKey = "[Click here](\(NavigationKey.welcome))"

    var body: some View {
        VStack {
            Text("`Hello, World!` phrase that is written in a multiline text with some extra description. The description is not clickable, just a button. ") +
            Text(.init(actionKey))
                .underline()
        }
        .tint(.pink)
        .padding()
        .environment(\.openURL, OpenURLAction { url in
            if url.description == NavigationKey.welcome {
                print("`Click here` pressed")
            }
            return .discarded
        })
    }
}
Reasons:
  • Probably link only (1):
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Valerika

79114284

Date: 2024-10-22 13:27:55
Score: 1
Natty:
Report link

This works for me:

sed -i '/thing4/afoo' file
Reasons:
  • Whitelisted phrase (-1): works for me
  • Low length (1.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Kyle Seaman

79114272

Date: 2024-10-22 13:24:55
Score: 1
Natty:
Report link

best way to do is make innerblock and generate it and if possible use swiper slider for easy use because slick is not more durable in block (in elementor you can use) and in php it is easy to render and from their your slick will easily work.

Reasons:
  • Whitelisted phrase (-1.5): you can use
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: K. Gupta

79114270

Date: 2024-10-22 13:23:54
Score: 1.5
Natty:
Report link

You should remove CascadeType.PERSIST so that data is only saved to the users table and the USERS_ROLES table and not saved to the roles table.

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

79114269

Date: 2024-10-22 13:22:54
Score: 2
Natty:
Report link

You're right on your understanding of I2C addresses, but not right about STM32 I2C functions.

You do not need to shift the address manually. HAL_I2C_Mem_Write() and HAL_I2C_Mem_Read() already do that for you.

See I2C HAL module driver for STM32F4

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

79114267

Date: 2024-10-22 13:22:54
Score: 0.5
Natty:
Report link

Finally, the problem was in this part of the code:

 <BootstrapSelect
            TItem="Models.DropdownItem<String>"
            Data="@positionsItems"
            @bind-Value="model!.Position"
            TextField="@((item) => item.Value)"
            ValueField="@((item) => item.Key.ToString())"
            TType="Biwenger.Enums.Positions">
        </BootstrapSelect>

It seems that BootsatrpSelect doesn't work well with Generic types or Enums. Binded it to a int variable and the problem dissapears.

Thank you all for your feedback

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Rafael Osuna Dominguez

79114255

Date: 2024-10-22 13:20:53
Score: 1.5
Natty:
Report link

Bartender excels in printing barcodes based on the yuor printers DPI Using an image can give you some undesired sideffects eg not being able to scan the barcode As mentioned use a barcode element and assign the data from your data source

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

79114249

Date: 2024-10-22 13:19:53
Score: 2.5
Natty:
Report link

so if you dont pick any you can just open any file with following extension by right click > open with > intelij

and if you select them it will open the intelij on its own

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

79114242

Date: 2024-10-22 13:17:53
Score: 2.5
Natty:
Report link

The Stack Overflow post discusses an issue with PyArrow's dataset filtering not working as expected with partitioned Parquet files. The user explains that even though they are applying filters, the results include partitions that should have been excluded based on the filter conditions.

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

79114236

Date: 2024-10-22 13:17:52
Score: 4.5
Natty: 4
Report link

what was the solution for this

Reasons:
  • Low length (2):
  • No code block (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): what was the solution for this
  • Low reputation (1):
Posted by: Ashinsana Mayuminda

79114234

Date: 2024-10-22 13:16:52
Score: 1
Natty:
Report link

Solution from Stephan worked for me:

(echo !line!) >>"%%F.new"
Reasons:
  • Whitelisted phrase (-1): worked for me
  • Low length (1.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: tamaramaria

79114229

Date: 2024-10-22 13:15:52
Score: 2.5
Natty:
Report link

this is the new command - dart run build_runner build --delete-conflicting-outputs

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

79114225

Date: 2024-10-22 13:15:52
Score: 1
Natty:
Report link

Added a bean configuration regarding the mainEntityManagerFactory():

@Configuration
public class OsivConfig {
    @Bean
    public OpenSessionInViewFilter openSessionInViewFilter() {
        OpenSessionInViewFilter filter = new OpenSessionInViewFilter();
        filter.setSessionFactoryBeanName("mainEntityManagerFactory");
        return filter;
    }
}
Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Lucas Amaral

79114192

Date: 2024-10-22 13:07:50
Score: 1
Natty:
Report link

This crash indicates that one of the string properties in the class KeywordsModel is nil and the compiler was expecting String! @property(nonatomic, strong) NSString *key_str; in Objective C is equivalent to var key_str: String! { get set } in Swift.

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

79114188

Date: 2024-10-22 13:07:50
Score: 2
Natty:
Report link

As hier said the problem is that Service is running as "local System account" and even it has the admin power but the windows credential does not allow it to access credential. for accessing credential, the user should be the same user as creator of credential. the easy way is to right click on service in "Windows Services" and say to run service as the user... but the correct way is to define a service Account for doing that job.

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

79114180

Date: 2024-10-22 13:05:49
Score: 0.5
Natty:
Report link

You should have viewBinding inside buildFeature which nested inside android.

android {
    ...
    buildFeatures {
        viewBinding true
    }
}

For more detail you can visit this Official documentation link

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: General Tony

79114179

Date: 2024-10-22 13:04:49
Score: 3
Natty:
Report link

Ok, I had answer from the Qt support team about this problem. It's a Qt5's problem, they opened a bug report about this kind of issue. moving the code from Qt5 to Qt6 improve the performances and allows having answer with ~5ms delay which is more acceptable for our kind of application.

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

79114178

Date: 2024-10-22 13:04:49
Score: 1.5
Natty:
Report link

Please try to add "stylePreprocessorOptions": { "includePaths": ["node_modules/"] }, in angular.json inside options in build and { "input": "./node_modules/igniteui-angular/styles/igniteui-angular.css", "inject": true } inside styles

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

79114168

Date: 2024-10-22 13:01:48
Score: 2.5
Natty:
Report link

Check out this make-use-of article about Types and another one like it; Default Programs Editor.
I would recommend Types, as it's the easiest to use (meant for changing the icon, nothing more).

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

79114155

Date: 2024-10-22 12:57:47
Score: 3
Natty:
Report link

This feature has been replaced by the 'gap' feature.

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Burak KÜKRER

79114149

Date: 2024-10-22 12:56:44
Score: 8.5 🚩
Natty: 6.5
Report link

Did you find a solution? I need it too

Reasons:
  • Blacklisted phrase (0.5): I need
  • RegEx Blacklisted phrase (3): Did you find a solution
  • Low length (2):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): Did you find a solution
  • Low reputation (1):
Posted by: ozgurozalp

79114140

Date: 2024-10-22 12:53:43
Score: 1.5
Natty:
Report link

Key vault -> access policies -> choose the managed identity of the app and add all permissions.

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

79114139

Date: 2024-10-22 12:53:43
Score: 1.5
Natty:
Report link

As above code, I want to add limit => -1, to apply all 6000 products.

    // Change hook if needed. This will run on each refresh of the website
add_action('init','test');
function test() {
    // Get variable products.
    $args = array(
        'type' => 'variable',
        'limit' => -1, 
        'return' => 'ids',
    );
    $product_ids = wc_get_products( $args );
    foreach($product_ids as $product_id) {
        // Get the current parent sku 
        $main_sku = get_post_meta( $product_id, '_sku', true );
        // If not empty clear it
        if(!empty($main_sku)) {
            update_post_meta($product_id, '_sku', '');
        }
    }
}
Reasons:
  • RegEx Blacklisted phrase (1): I want
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Usama

79114126

Date: 2024-10-22 12:50:42
Score: 13
Natty: 9
Report link

Same issue here, did you find any solution?

Reasons:
  • Blacklisted phrase (1.5): any solution
  • RegEx Blacklisted phrase (3): did you find any solution
  • RegEx Blacklisted phrase (1): Same issue
  • RegEx Blacklisted phrase (2): any solution?
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Antoine Bouché

79114123

Date: 2024-10-22 12:48:41
Score: 1
Natty:
Report link

If you're looking for an easy way to send Firebase Cloud Messaging (FCM) push notifications in Laravel, I’ve developed a package called heyharpreetsingh/fcm that simplifies the process. It allows you to send notifications to mobile (Android, iOS) and web platforms efficiently.

How to Use: Install the package via Composer:

composer require heyharpreetsingh/fcm

Register the service provider in bootstrap/providers.php (Laravel 11) or config/app.php (Laravel 10 and below):

Heyharpreetsingh\FCM\Providers\FCMServiceProvider::class,

Set up Firebase credentials by generating a private key in Firebase Console and adding the path to the JSON file in your .env file:

FCM_GOOGLE_APPLICATION_CREDENTIALS=storage/ServiceAccount.json

Send a notification to individual devices like this:

use Heyharpreetsingh\FCM\Facades\FCMFacade;

FCMFacade::send([
   "message" => [
        "token" => "bk3RNwTe3H0:CI2k_HHwgIpoDKCIZvvDMExUdFQ3P1...", // Device token
        "notification" => [
            "body" => "This is an FCM notification message!",
            "title" => "FCM Message"
        ]
    ]
]);

Was this guide helpful to you? Please support my work by leaving a 👏 clap as a token of appreciation.

Reasons:
  • Blacklisted phrase (1): this guide
  • Long answer (-1):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Harpeet Singh

79114122

Date: 2024-10-22 12:48:41
Score: 2
Natty:
Report link

The 'global' not being defined is referring to a Node global: https://github.com/sindresorhus/globals/blob/main/data/nodeBuiltin.mjs#L30

So adding ...globals.node should do the trick:

globals: {
  ...globals.browser,
  ...globals.jest,
  ...globals.node,
},
Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Andreas Reffstrup

79114120

Date: 2024-10-22 12:48:41
Score: 0.5
Natty:
Report link

As you can see in the output, micromatch is installed because it is a dependency of lint-staged, which you probably have as a devDependency.

Since the latest version of lint-staged uses [email protected], you are probably using an old version of lint-staged. So upgrading lint-staged should fix the warning.

See also this article

Reasons:
  • Blacklisted phrase (1): this article
  • Has code block (-0.5):
Posted by: TwiN

79114119

Date: 2024-10-22 12:48:41
Score: 3.5
Natty:
Report link

verified that keras3 solved this problem for me

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

79114099

Date: 2024-10-22 12:45:38
Score: 11.5 🚩
Natty: 6
Report link

Were you able to solve this issue? Thank you!

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Blacklisted phrase (1): you able to solve
  • RegEx Blacklisted phrase (1.5): solve this issue?
  • RegEx Blacklisted phrase (3): Were you able
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Pranil00

79114094

Date: 2024-10-22 12:42:37
Score: 2.5
Natty:
Report link

We had to work with multiple APIs for user authentication, posting content, handling comments, and managing reactions. EchoAPI made the testing process incredibly efficient, ensuring that every feature worked seamlessly in real-time.

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

79114090

Date: 2024-10-22 12:40:36
Score: 3.5
Natty:
Report link

In the meantime, I have found a solution to this for myself. The original document is a DOCX. I convert this document to LaTeX using the OSS tool docx2tex. After not finding a solution on the TEX side, I searched on the DOCX side. Using the Python package python-docx, you can read in a DOCX as XML, process it and write it out again. With AI support, I developed a Python script that blends the DOCX. That way it works too, of course.

Reasons:
  • Blacklisted phrase (1): this document
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Ruben

79114085

Date: 2024-10-22 12:39:36
Score: 1.5
Natty:
Report link

maybe adding a wait for domcontentloaded before getting a page title will help

 await this.page.waitForLoadState('domcontentloaded');
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: DGautam

79114076

Date: 2024-10-22 12:37:35
Score: 2.5
Natty:
Report link

Sign in to remove the lower rate limiting value.

Source: https://docs.github.com/en/rest/using-the-rest-api/rate-limits-for-the-rest-api?apiVersion=2022-11-28#primary-rate-limit-for-unauthenticated-users

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

79114058

Date: 2024-10-22 12:32:34
Score: 1.5
Natty:
Report link

You can simply use the line of code below:

 $table->dropConstrainedForeignId("column_name");
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Bousselham Glila

79114055

Date: 2024-10-22 12:32:34
Score: 2.5
Natty:
Report link
  1. JetBrains Marketplace
  2. GitHub

Note: Both links refer to the same author of the colour theme.

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

79114037

Date: 2024-10-22 12:28:33
Score: 2
Natty:
Report link

JPEG compression works in successive layers. In DCT Layer, which compresses each component (Y,Cb,Cr) individually it will consider 8x8 image blocks because it gets easier to find those details which can be removed so as to get image with less file size without loosing information (aim of compression). If we apply it to whole image then changes are quite visible. Eg. If you apply DCT to Y component of entire image you will get image with less brightness.

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

79114028

Date: 2024-10-22 12:26:32
Score: 2.5
Natty:
Report link

In the Sketch, the title is "Verify your email address," but in the web UI, it's "Verify email." In the Sketch, there is no cancel button, but it is present in the web UI.

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

79114024

Date: 2024-10-22 12:26:32
Score: 3.5
Natty:
Report link

It's because we use Jodit editor. disable "add-new-line" plugin on the editor

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

79114019

Date: 2024-10-22 12:24:31
Score: 3.5
Natty:
Report link

i think it is a problem at the program or the internet. That's the most i can help.

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

79114018

Date: 2024-10-22 12:24:31
Score: 4.5
Natty:
Report link

In android ladybug when i click add image asset i get this box. And i allows only icons and banners. I am unable to add an ordinary image.

enter image description here

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

79114015

Date: 2024-10-22 12:23:31
Score: 1
Natty:
Report link

Just add this to the box/column/whatever the main content is inside the drawerContent:

modifier = Modifier.clickable (
            enabled = true,
            onClickLabel = null,
            role = null,
            onClick = {},
            interactionSource = remember { MutableInteractionSource() },
            indication = null )

also make sure gesturesEnabled is set to true

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

79114012

Date: 2024-10-22 12:23:31
Score: 1
Natty:
Report link

simply create a directory called "typescript" in the root of your project, create sub directories like "enums.ts", "interfaces/fetch.ts" for interfaces belong to api call responses, "interfaces/payload.ts" for interfaces that belong to payload of "post" or "put" or "patch" requests, "interfaces/app.ts" for interfaces that are used in more than one place, "types/app.ts" for types that are being used in more than one place.

then import these types and interfaces in your pages and components.

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

79114009

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

how i see, you try del file by using command "del". more often I use command system:

#include <windows.h>
#include <iostream>

int main() {
std::cout << "use command \"del\"";
system("del /f C:\\Users\\samee\\AppData\\Local\\Temp\\tempFile.txt");
}

here you use cmd windows

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Starts with a question (0.5): how i
  • Low reputation (1):
Posted by: Zero3epo

79114007

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

Docker 26 added the environment variable DOCKERD_ROOTLESS_ROOTLESSKIT_DISABLE_HOST_LOOPBACK=false which allows a rootless container to connect to a service running on host: https://docs.docker.com/engine/release-notes/26.0/#new

I still do not find any way to ping the host from the rootless container...

BUT the rootless container connects successfully to the websocket service running on the host identified by ip address 10.0.2.2.

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

79114000

Date: 2024-10-22 12:21:30
Score: 1.5
Natty:
Report link

Can you provide more details about the problem?

You may try this:

<v-img :src="require('../assets/logo.svg')" :aspect-ratio="undefined"></v-img>

reference

Reasons:
  • Whitelisted phrase (-1): Have you tried
  • Whitelisted phrase (-2): try this:
  • RegEx Blacklisted phrase (2.5): Can you provide
  • Low length (0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): Can you
  • Low reputation (1):
Posted by: umur

79113995

Date: 2024-10-22 12:20:30
Score: 1.5
Natty:
Report link

Go to Admin --> Configuration --> Settings --> Media Settings

You can update Maximum image size as per your requirement

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

79113992

Date: 2024-10-22 12:19:29
Score: 3
Natty:
Report link

This is a bug in the _load_pretrained_model() function of transformers/modeling_utils.py when loading sharded weight files. The state_dict is applied to the empty model per shard. This is problematic as the quantized weight and its meta data(*.quant_state.bitsandbytes__nf4) may be stored in the different shards. The quick-and-dirty fix is to merge tensors from all shards into one state_dict. Similar issues have been reported on the unsloth github issue 638

Reasons:
  • RegEx Blacklisted phrase (1): Similar issue
  • Contains signature (1):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: schnell18

79113986

Date: 2024-10-22 12:17:29
Score: 1
Natty:
Report link

Look at the received data in a text editor that allows you to see hidden characters, such as Notepad++. There is something in between the $ and the digit, looks to be a space but could be something else such as carriage return. Revise your FIND command to search for the correct string and it should work.

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

79113983

Date: 2024-10-22 12:17:29
Score: 0.5
Natty:
Report link

I had the same issue connecting to Agent running in Minikube. Portainer service by default uses a bridge Network where the Gateway on IP: 172.17.0.1 Minikube has its own minikube Network with the Gateway on IP: 192.168.49.1,

So I made Portainer to join minikube Network and "wuala" agent was discovered and connected to Portainer CE as another Kubernetes environment portainer's networks

Reasons:
  • Whitelisted phrase (-1): I had the same
  • No code block (0.5):
  • Low reputation (1):
Posted by: Vladimir P.

79113979

Date: 2024-10-22 12:16:28
Score: 1.5
Natty:
Report link

Finally, we found a solution that worked: using the Unity Localisation Package and adding the iOS metadata.

After adding any string localization, the ios build will add localisation automatically.

https://docs.unity3d.com/Packages/[email protected]/manual/index.html

https://docs.unity3d.com/Packages/[email protected]/manual/iOS-App-Localization.html

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

79113976

Date: 2024-10-22 12:15:28
Score: 5
Natty: 2
Report link

After exhausting all other options to recover my social media accounts, I was referred to Angelina, a highly skilled professional at META. Her expertise and efficiency were impressive, as she helped me regain access to my account in under 24 hours. If you're facing similar issues with your account, I highly recommend reaching out to her. You can connect with her on Instagram at Angelina_Christopher1738 or via email at [email protected].

Reasons:
  • No code block (0.5):
  • Me too answer (2.5): facing similar issue
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Jeremy61

79113974

Date: 2024-10-22 12:14:27
Score: 2.5
Natty:
Report link

This error is caused by MYSQL being turned off, go to Services -> MySQL -> Right click mouse and select Start -> in MYSQL Workbrench, reconnect.

enter image description here

Reasons:
  • Probably link only (1):
  • Low length (1):
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Trinh Hieu

79113972

Date: 2024-10-22 12:13:27
Score: 2.5
Natty:
Report link

I totally forgot about this question but I found the culprit. I copied a lot of things from a different project and one of the things that I missed was a cross compile setting. I',m fully on Scala3 after I removed the cross compile setting my problems disappeared as snow in front of the sun.

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

79113970

Date: 2024-10-22 12:12:27
Score: 1
Natty:
Report link

Had the same issue with flutter 3.24.3, because the project was created using an older version flutter. just delete the ios folder and create new files using

 flutter create  --platforms ios

don't forget to add any existing config such as google services etc

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

79113967

Date: 2024-10-22 12:12:27
Score: 3
Natty:
Report link

Happens to me as well but only with latest visual studio 2022 17.11.5. It was working fine with vs2022 17.11.2 i didnt test versions in between. In my case it happens only when setting HeightRequest. Setting WidthRequest dont cause the crash.

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

79113961

Date: 2024-10-22 12:10:26
Score: 3
Natty:
Report link

My team and I work with APIs daily, and EchoAPI for VSCode is by far the easiest tool for testing. Its features are intuitive, and even our new hires pick it up quickly.

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

79113955

Date: 2024-10-22 12:09:26
Score: 3
Natty:
Report link

i also happened when i use 'npm install ',but i use 'git config --global url.https://github.com/.insteadOf git://github.com/' fix it ,it can work in my computer

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

79113954

Date: 2024-10-22 12:09:24
Score: 8 🚩
Natty: 6.5
Report link

Can anyone post the mathematical formulas for the kurtosis and the excess kurtosis for population and the bias corrected formulas for both when using a sample?

Reasons:
  • RegEx Blacklisted phrase (2.5): Can anyone post
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Starts with a question (0.5): Can anyone post the
  • Low reputation (1):
Posted by: Nicolai

79113929

Date: 2024-10-22 12:02:22
Score: 0.5
Natty:
Report link

What worked for me was:

    resolve: {
      mainFields: ["module", "main"],
    test: {
      server: {
        deps: {
          inline: [
            // ... any other dependency that imports @mui/icons-material
            "@mui/icons-material",
            "clsx",
          ],
        },
      },
Reasons:
  • Whitelisted phrase (-1): worked for me
  • Low length (0.5):
  • Has code block (-0.5):
  • Starts with a question (0.5): What
  • Low reputation (1):
Posted by: Horia Naidin

79113924

Date: 2024-10-22 12:00:21
Score: 0.5
Natty:
Report link

Yes, in the past they involve loading locale data and setting up a configuration, so it made sense to create and reuse them.

But today, modern JavaScript engines (like V8 in Chrome, SpiderMonkey in Firefox, and JavaScriptCore in Safari) have optimized the creation of Intl objects. Today, creating a new Intl.NumberFormat object is much faster, and the overhead has been significantly reduced. These optimizations may have made the performance impact negligible in many real-world scenarios.

That said, while creating Intl objects is faster now, in high-performance applications or code that calls formatting functions in tight loops, it could still be a good practice to cache and reuse the Intl objects to avoid unnecessary creation. For most applications, though, the performance difference may no longer be significant.

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

79113917

Date: 2024-10-22 11:57:21
Score: 1
Natty:
Report link

This may happen when you used:

import 'dart:ui';

Instead of:

import 'package:flutter/material.dart';

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

79113915

Date: 2024-10-22 11:57:21
Score: 1.5
Natty:
Report link

The only solution that I have found is to downgrade the package Plugin.InAppBilling from version 8.0.5 to version 7.1.3

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