79237622

Date: 2024-11-29 15:40:28
Score: 7 đŸš©
Natty:
Report link

any updates on this? I'm having the exact same problem and it was working perfectly 2 days ago.

Reasons:
  • Blacklisted phrase (1): any updates on
  • Low length (1):
  • No code block (0.5):
  • Me too answer (2.5): I'm having the exact same problem
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Albert Valbuena

79237612

Date: 2024-11-29 15:37:27
Score: 3
Natty:
Report link

Problem Solved Because I didn't set a password to the database, third parties removed my data. And they also want me to pay a ransom to get the data back.

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Sakulta Salkım

79237610

Date: 2024-11-29 15:37:27
Score: 1.5
Natty:
Report link

If you want using os.environ.get, uoy should do:

Manage -> Settings -> terminal.integrated.env ->

"terminal.integrated.env.windows": {
"key": "value", }
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: thenikolyan

79237608

Date: 2024-11-29 15:35:26
Score: 3.5
Natty:
Report link

Turns out the code works. I needed to enable non important timers to wakeup the computer by opening control powercfg.cpl,,3 -> Sleep -> Allow wake timers -> Enable instead of Important only. I'm wondering now how can I configure the timer to be considered as important

Reasons:
  • Blacklisted phrase (0.5): how can I
  • Blacklisted phrase (0.5): I need
  • Low length (0.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: anonymous

79237597

Date: 2024-11-29 15:31:25
Score: 0.5
Natty:
Report link

Ok I answered myself after some radom testing session, soap library documentation do not mention it but if you wanna add marshallable attributes to your Typescript object you have to add an attributes key like:

return {
  Operations: {
    AbstractOperation: prismaMappedOperationArray,

    attributes: { 'xmlns:xsi': 'tns:ConcreteOperation1' },
   },
}

And this will return:

<tns:Operations>
    <tns:AbstractOperation xsi:type="tns:ConcreteOperation1">
        <tns:progressive>1</tns:progressive>
        <tns:identifier>FP301DW</tns:identifier>
    </tns:AbstractOperation>
    <tns:AbstractOperation xsi:type="tns:ConcreteOperation1">
        <tns:progressive>2</tns:progressive>
        <tns:identifier>FP301DW</tns:identifier>
    </tns:AbstractOperation>
</tns:Operations>
Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: NotSoSnake

79237594

Date: 2024-11-29 15:30:25
Score: 1.5
Natty:
Report link

If your shell is zsh, you are looking for the zshbuiltins page:

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

79237588

Date: 2024-11-29 15:29:24
Score: 3
Natty:
Report link

Here's a bit of code I wrote, you might want to use it note for note. Be happy, don't worry

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

79237580

Date: 2024-11-29 15:26:24
Score: 0.5
Natty:
Report link

I found the culprit! I was setting both m24 and m43 to a value of one. But as you can see in this example, only one element of the matrix should have a non zero constant value.

Since m43 is the only element of the two that affects the Z axis, it has to be incorrect one. And indeed, after setting it to zero:

Fixed projection

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • High reputation (-1):
Posted by: Rick de Water

79237576

Date: 2024-11-29 15:25:23
Score: 2.5
Natty:
Report link

Changed my network mode from "awsvpc" to "default," which allowed me to map the host and container ports exactly how they were defined on Docker Desktop. "Default" in AWS Task Definition is equivalent to "bridge" within Docker compose. From what I understand, changing this allows the containers in AWS to have the same configuration as the container environment that was created when everything was initially spun up locally.

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

79237572

Date: 2024-11-29 15:23:23
Score: 3.5
Natty:
Report link

It is no longer possible to use a server key to send messages through Firebase Cloud Messaging.

You will nowadays needs to use Google Application Default Credentials, a service account JSON file, or a short-lived OAuth2 access token derived from a service account to authorize requests. See the Firebase documentation for full details on how to do this: https://firebase.google.com/docs/cloud-messaging/auth-server

Also see these topics in the Firebase FAQ:

Reasons:
  • Blacklisted phrase (2): what should I do
  • Probably link only (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • High reputation (-2):
Posted by: Frank van Puffelen

79237566

Date: 2024-11-29 15:22:22
Score: 0.5
Natty:
Report link

As the Discord docs state:

embeds is an array of embeds and can contain up to 10 embeds in the same message.

So you should split your fields in more messages. I was struggling with the same issue over here.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Guilherme Lages Santos

79237561

Date: 2024-11-29 15:21:22
Score: 3
Natty:
Report link

For Mac, I followed a combination of suggestions from @matangs (in another question) and @Samitha Chathuranga

My workbench version: 8.0.38

Ref for matangs answer: https://stackoverflow.com/a/13550906/25760606

Reasons:
  • Blacklisted phrase (1): another question
  • Blacklisted phrase (1): stackoverflow
  • Has code block (-0.5):
  • User mentioned (1): @matangs
  • User mentioned (0): @Samitha
  • Low reputation (0.5):
Posted by: Shardul Birje

79237560

Date: 2024-11-29 15:20:22
Score: 2.5
Natty:
Report link

try to use TOKEN_PROGRAM_ID instead of TOKEN_2022_PROGRAM_ID, from what i see your token attached to the old one https://solscan.io/token/BfuPnXM7Qs46ZLuptSAHhmnoZ7sa8cpnfJnhTj81fKTg

tp

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

79237556

Date: 2024-11-29 15:19:22
Score: 0.5
Natty:
Report link

your version of NumPy does not support the rtol keyword in the np.linalg.matrix_rank so you can upgrade it or use this code

import numpy as np

A = np.random.randn(4, 4)
tol = 1e-5
u, s, vh = np.linalg.svd(A) 
rank = np.sum(s > tol * np.max(s)) 
print("Rank:", rank)
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Marwen Jaffel

79237552

Date: 2024-11-29 15:17:21
Score: 1
Natty:
Report link

Based on what I remember when implementing similar thing myself and this question you need to add ob_flush() along with flush(). I honestly not sure why this works, but it did work for me, and apparently worked for the other user, too.

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

79237550

Date: 2024-11-29 15:17:21
Score: 3
Natty:
Report link

Solved - the issue was due to a cell with data validation in which the list of permissible values was greater than 255 characters.

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

79237546

Date: 2024-11-29 15:16:20
Score: 3.5
Natty:
Report link

You can try to check this git https://github.com/seratch/ChatGPT-in-Slack/blob/main/README.md

Or if you want to try app with same functions look at https://www.gptpanda.io/ this product

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

79237544

Date: 2024-11-29 15:16:20
Score: 1.5
Natty:
Report link

I had the same issue. It was my antivirus software. (Avast in my case). You can check the quarantine section and restore and add exception to the dll file. You should be able to build and run successfully after that.

Reasons:
  • Whitelisted phrase (-1): I had the same
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Victor M.

79237538

Date: 2024-11-29 15:15:20
Score: 0.5
Natty:
Report link

A bit late but it seems like you’re hitting a common snag with CoreML conversions. Some PyTorch operations, like pythonop, aren’t supported. A good next step is to trace the model’s forward pass and identify where things might be breaking. From there, tools like TorchScript can help make the conversion smoother.

I ran into similar challenges while converting the Wav2Lip model to CoreML and posted a guide with tips and steps that might help:

https://github.com/Ialzouby/Wav2Lip-PyTorch-To-CoreML/

Hope it helps, and good luck!

Reasons:
  • Whitelisted phrase (-1): Hope it helps
  • No code block (0.5):
  • Low reputation (1):
Posted by: Issam Alzouby

79237536

Date: 2024-11-29 15:14:20
Score: 1.5
Natty:
Report link

You can simply use a log method for get full req body printed.

import 'dart:developer';

log('data: $data');
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Divya Dave

79237535

Date: 2024-11-29 15:14:20
Score: 0.5
Natty:
Report link

Why does this error occur?

From the Java documentation an IndexOutOfBoundsException is:

Thrown to indicate that an index of some sort (such as to an array, to a string, or to a vector) is out of range.

(the hint is in the name).

Your list has only two elements and so the only indices 0 to 1 can be referenced without throwing this exception.

How can I handle dynamic lists properly and avoid such errors?

Check the list size before trying to retrieve an element at a given index. For list

ArrayList<String> myList = new ArrayList<>();

the maximal index that can be accessed without an exception being thrown is

myList.size()-1

because indices start at 0 and there is a unique index for every element. Use an if-statement to check whether the index you are trying to access is within bounds:

if (index < myList.size()) {
    // Get value at in-bounds index
    fruit = myList.get(index)

    // Set value at in-bounds index
    myList.set(index, "Orange")
}

Is there a better way to check if an element exists before trying to access it?

In practice, it is rare to operate over specific indices in lists the way you've done in your code. As a data structure, lists work best when we want to iterate over a collection of elements and perform some operation over some or all of them (e.g. filtering and transformation).

// Filtering example
List<String> filteredList = new ArrayList<>();
for (String fruit: myList) {
    if fruit.endsWith("berry") {
        filteredList.add(fruit);
    }
}

// Mapping example
List<String> mappedList = new ArrayList<>();
for (String fruit: myList) {
    mappedList.add(fruit.toLowerCase());
}

If you wish to inspect and modify particular elements, a hash table may work better. This data structure is implemented as a HashMap in Java. It associates every value with a unique key. The get(Object key) method can be used for safe access to elements:

get(Object key) ... Returns the value to which the specified key is mapped, or null if this map contains no mapping for the key.

Below is a visual example of an 8-bucket hash table:

+------------------+
    |    Hash Table    |
    +------------------+
Index|   Key  | Value  |
-----|--------|--------|
  0  | null   |  null  |
-----|--------|--------|
  1  |"apple" |  "red" |---> ["grapefruit","orange"] ---> ["avocado","green"]
-----|--------|--------|
  2  | null   |  null  |
-----|--------|--------|
  3  |"banana"| "yellow"|
-----|--------|--------|
  4  | null   |  null  |
-----|--------|--------|
  5  |"mango" |"orange"|---> ["strawberry", "red"]
-----|--------|--------|
  6  | null   |  null  |
-----|--------|--------|
  7  |"grape" |"purple"|
-----|--------|--------|

Legend:
- Empty buckets shown as null
- Indices 1 and 5 shows collision of keys with chaining
- Each bucket stores fruit and its color
- ---> represents linked list for collision resolution
Reasons:
  • Blacklisted phrase (0.5): How can I
  • Long answer (-1):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): Why do
  • Low reputation (0.5):
Posted by: UnchartedWaters

79237531

Date: 2024-11-29 15:11:19
Score: 2
Natty:
Report link

Try this PDF Word Counter. Simply upload your PDF, and it will calculate the total word count for you, saving time and ensuring accuracy without requiring any coding knowledge.

Reasons:
  • Whitelisted phrase (-1): Try this
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Counting Tools

79237526

Date: 2024-11-29 15:09:18
Score: 2
Natty:
Report link

I learned that "Change Data Capture" available under Factory Resources works ok, but after an initial load. So there are 2 strategies when there is already some data in the Source:

  1. Use a "Copy Activity" to perform the initial load in the destination and then use the "Change Data Capture" OR
  2. Use a regular data flow in a pipeline with the "Full on first run, then incremental" run mode
Reasons:
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Xile

79237520

Date: 2024-11-29 15:05:17
Score: 3.5
Natty:
Report link

I set the LINK value in the VRF significantly higher than the MaxCost, and now it works perfectly.

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

79237509

Date: 2024-11-29 15:00:16
Score: 2.5
Natty:
Report link

Use std::swap to do a swap, as johannes-shaub recommends. But as of C++17, what might also be called multiple assignment or tuple unpacking is achievable with structured bindings.

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

79237498

Date: 2024-11-29 14:55:14
Score: 5
Natty:
Report link

It seems to be related to https://www.npmjs.com/package/nwsapi. Please check https://github.com/dperini/nwsapi/issues/135

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

79237488

Date: 2024-11-29 14:52:13
Score: 0.5
Natty:
Report link

It could be the browser, it could be the location or it could be the typo you've made on "audio/mpeg". Add "controls" so you can check if you can play it that way and check your console for possible errors:

<audio loop autoplay controls>
    <source src="song.mp3" type="audio/mp3">
</audio>
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Schiban

79237485

Date: 2024-11-29 14:51:13
Score: 0.5
Natty:
Report link

Try adding an await keyword before the first method(the method that generates the cookie)

try {
    // Wait for method1 to finish
    await method1();
    // Then run method2
    await method2();
} catch (error) {
    console.error("An error occurred:", error);
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Amenawon Esezobor

79237478

Date: 2024-11-29 14:51:13
Score: 2.5
Natty:
Report link

The original issue is no longer reproducible, suggesting that it may have been resolved in a subsequent version of Deno, as evidenced by the release of 2.1.0.

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

79237474

Date: 2024-11-29 14:49:13
Score: 3.5
Natty:
Report link

J'ai juste déplacer le dossiers de base de données

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

79237469

Date: 2024-11-29 14:49:13
Score: 0.5
Natty:
Report link

class Solution { public: long long dp[105][105][105]; int fun(int ind, vector&nums, int op1,int op2, int k){

    if(ind<0){
        return 0;
    }
    if(op1<=0 and op2<=0){
        int sum =0;
        while(ind>=0){
            sum+=nums[ind];
            ind--;
        }
        return sum;
    }
    if(dp[op1][op2][ind]!=-1){
        return dp[op1][op2][ind];
    }
    
    int x=INT_MAX,y=INT_MAX,z=INT_MAX,a=INT_MAX;
    int curr=nums[ind];
    if(op2>0 and nums[ind]>=k){
        x = nums[ind]-k + fun(ind-1,nums,op1,op2-1,k);
    }
    if(op1>0){
        int temp = (curr+1)/2;
        y = temp + fun(ind-1,nums, op1-1,op2,k);
    }
    if(op2>0 and curr>=k and op1>0){
        int temp1 = (curr-k+1)/2;
        int temp2 = (curr+1)/2 >=k ?((curr+1)/2)-k: INT_MAX;
        z = min(temp1,temp2) + fun(ind-1,nums,op1-1,op2-1,k);
    }
    a = nums[ind]+fun(ind - 1, nums, op1, op2, k);
    return dp[op1][op2][ind]=min({x,y,z,a});
}

int minArraySum(vector<int>& nums, int k, int op1, int op2) {
    memset(dp,-1,sizeof(dp));
    return fun(nums.size()-1,nums,op1,op2,k);
}

};

This solution worked for me

Thanks to @unmitigated

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Whitelisted phrase (-1): worked for me
  • Long answer (-1):
  • Has code block (-0.5):
  • User mentioned (1): @unmitigated
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: snehith oddula

79237466

Date: 2024-11-29 14:47:12
Score: 1.5
Natty:
Report link

Here's a list of URL schemes I've found:

Open a project or file

Ref: Opening VS Code with URLs - VSCode Documentation

Open settings

Ref: Opening VS Code with URLs - VSCode Documentation

Open extensions

Inspect: Try installing any extension from Visual Studio Marketplace

Extension registered URIs

Ref: @Yariv Tal's answer

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

79237459

Date: 2024-11-29 14:45:11
Score: 4.5
Natty:
Report link

It looks like customizing the image is now only available for Enterprise plans. I was having the same issue and they mentioned this changed about a month ago.

From Branch Support:

This was changed after some privacy concerns were discovered.

At this time, only customers on an Enterprise plan have access to edit the link image preview. This was quite a surprise to us on the sales team, and I understand that it may be disappointing and frustrating.

Most customers upgrade to Enterprise once their app has 100-150K+ MAUs and/or they're ready to make a significant investment in deep linking and attribution (i.e., Enterprise plans start at $36K per year).

Again, happy to connect and chat further - please share any thoughts or questions in the meantime.

Best,

Reasons:
  • Blacklisted phrase (1.5): any thoughts
  • RegEx Blacklisted phrase (2.5): please share
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Stephan Walters

79237454

Date: 2024-11-29 14:43:11
Score: 1.5
Natty:
Report link
  1. Move on project folder in "Project Explore".
  2. From main menu bar click on "Project/Properties" menu label
  3. Activate the panel "C/C++ Build/Build Variables"
  4. Activate the checkbox "Show system variables"

You can see that "BuildArtifactFileBaseName" == ${ProjName}.

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

79237451

Date: 2024-11-29 14:41:10
Score: 1
Natty:
Report link

I'm not sure if the concept is similar but the fact that two pointers will meet in a loop seems similar this question :

Suppose three friends A , B and C covers the periphery of a closed path in 2 , 4 ,6 minutes respectively. When they will meet again ?

the answer is LCM(2,4,6) = 12 minutes. I don't have concrete mathematical proof but I hope it helps.

Reasons:
  • Whitelisted phrase (-1): hope it helps
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Pankaj Sharma

79237449

Date: 2024-11-29 14:41:10
Score: 1.5
Natty:
Report link

APS does not currently provide webhook events for issues. The list of supported events can be found here:

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

79237443

Date: 2024-11-29 14:37:09
Score: 7 đŸš©
Natty:
Report link

what OS are you using and what exactly did you do to solve your issue?

I think this is a reoccurring is with Ubuntu 24.04.1 noble? is that your OS?

can you please post a clear explanation as it would help a great deal i have been having this issue too, for while!

Reasons:
  • RegEx Blacklisted phrase (2.5): can you please post
  • RegEx Blacklisted phrase (1.5): solve your issue?
  • Low length (0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): what
  • Low reputation (1):
Posted by: user419001

79237438

Date: 2024-11-29 14:36:08
Score: 2
Natty:
Report link

The dependency

  implementation 'com.hzy:libp7zip:1.7.0'

is now

implementation 'com.github.hzy3774:AndroidP7zip:v1.7.2'

Accordingly the correct import for accessing the P7ZipApi class would be:

import com.hzy.libp7zip.P7ZipApi;

Refer to the author's library:

https://jitpack.io/p/hzy3774/AndroidUn7zip

https://github.com/hzy3774/AndroidUn7zip

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

79237437

Date: 2024-11-29 14:36:08
Score: 2.5
Natty:
Report link

I'm also having the same issue. I tried to freeze old versions of my dependencies (including next) and run tests again - same error.

I concur with Alberto's opinion - that's not the issue with codebase, but with external dependency. But I'm unable to find which one exactly. Jest and all related packages to it were released at least a few days ago, so they should not break everything just today.

Perhaps it's the issue with the Next. At first I thought it was Next's custom transformer for tests written in Typescript, which relies on SWC compiler:

next/dist/build/swc/jest-transformer.js

However, it was not updated for a few month and seems to work fine. Also I use Next 14, so it's not even latest major release. So I checked these libraries also

My guess a dependency of any of these libraries is the issue. For now I just disabled React tests to preserve CI pipelines

Reasons:
  • Long answer (-1):
  • No code block (0.5):
  • Me too answer (2.5): I'm also having the same issue
  • Low reputation (0.5):
Posted by: Vladyslav Shlianin

79237434

Date: 2024-11-29 14:36:08
Score: 3
Natty:
Report link

the issue is with your gradle version you are using gradle 8.2 thats not supported by flutter in my case i use

this is a bit tricky so you need to check the docs to see supported versions for each of the three

this post helped me a lot https://docs.gradle.org/current/userguide/compatibility.html

Reasons:
  • Blacklisted phrase (1): helped me a lot
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: M Younes

79237433

Date: 2024-11-29 14:35:08
Score: 3
Natty:
Report link

Well, this issue is owning to the .Secrets was empty while helm upgrade, need to find a way out to populate .Secrets first.

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

79237429

Date: 2024-11-29 14:34:07
Score: 0.5
Natty:
Report link

I was able to add a --tag-build in the following way:

python3 -m build -C--global-option="egg_info -bpost20240119000000"

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

79237427

Date: 2024-11-29 14:33:07
Score: 4
Natty:
Report link

I have this doubt in my mind and no page is solving it.

What is the need for "package_dir" when we already have packages=find_packages() and when we can give the location for looking packages using where argument in the find_packages() method

Reasons:
  • RegEx Blacklisted phrase (2): I have this doubt
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Dilip kumar

79237424

Date: 2024-11-29 14:32:06
Score: 2
Natty:
Report link

SorcererShRPLITE_V1.5.mcpack.zip 1 Cannot create folder : /storage/emulated/0/â€ȘAndroid/data/com.mojang.minecraftpe/files/games/com.mojang/development_behavior_packs/SorcererSh 2 errno=13 : Permission denied

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

79237423

Date: 2024-11-29 14:31:06
Score: 1
Natty:
Report link

The pg_read_all_data role in PostgreSQL provides read-only access to all tables and views without granting explicit permissions on each object. It is available from Postgres 14. See Predefined Roles.

GRANT pg_read_all_data TO <your_user>

Added with commit.

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

79237414

Date: 2024-11-29 14:28:05
Score: 3.5
Natty:
Report link

Maybe your problem is related to the fact that they deprecated several API endpoints https://developer.spotify.com/blog/2024-11-27-changes-to-the-web-api including 30-second preview URLs

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

79237413

Date: 2024-11-29 14:27:05
Score: 1
Natty:
Report link

I found a solution. I had two lines to replace in my controller:

ViewData["ApplicationUserId"] = new SelectList(_context.Users, "Id", "Id");
ViewData["ApplicationUserId"] = new SelectList(_context.Users, "Id", "Id", article.ApplicationUserId);

So I created two methods in 'ArticlesRepository.cs':

        public SelectList  GetUser()
    {
        var idUser = new SelectList(_context.Users, "Id", "Id");

        return idUser;
    }
    public SelectList  GetUserWithArticle(Articles article)
    {
        var idUser = new SelectList(_context.Users, "Id", "Id", article.ApplicationUserId);

        return idUser;
    }

and, in 'IArticlesRepository.cs':

    SelectList GetUser();
    SelectList GetUserWithArticle(Articles article);

Which gives, in the new controller:

ViewData["ApplicationUserId"] = _repo.GetUser();
ViewData["ApplicationUserId"] = _repo.GetUserWithArticle(article);

It works. Thanks!

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: AMP59

79237409

Date: 2024-11-29 14:26:04
Score: 1
Natty:
Report link

I encountered the same issue. The simplest solution is to change target framework to .NET 9.0. Error magically disappears!

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

79237408

Date: 2024-11-29 14:26:04
Score: 2
Natty:
Report link

I know this is a very old post, but I recently had a similar issue where it was auto-sizing most of the time but one report wouldn't.

I tried the resize solution but got an error message.

I then realised that there was a merged cell in the column data being pasted and that seemed to mess things up... just a heads up as something to check

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

79237399

Date: 2024-11-29 14:21:03
Score: 2.5
Natty:
Report link

Excel stores all numbers internally as floats, reading 10 as anything but 10.0 is in and of itself a data type conversion, which calamine does not perform. This is the cost of its speed.

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

79237393

Date: 2024-11-29 14:19:02
Score: 5.5
Natty:
Report link

We are also experiencing this issue. We tried by adding available markets and also made sure that the preview_url is null for all returned results (not just a few track). Any ideas or workaround? Did you already report the issue to the Spotify team?

Reasons:
  • Blacklisted phrase (1): Any ideas
  • Low length (0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: user25414071

79237382

Date: 2024-11-29 14:15:01
Score: 3.5
Natty:
Report link

The issue was that server blocked my network. So I turned on VPN and I accessed it using IP_ADDRESS:2083.

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Nikola Periơić

79237381

Date: 2024-11-29 14:15:01
Score: 0.5
Natty:
Report link

The person who asked the question stated that he stopped looking for a solution and solved the problem by switching to Expo SDK 51.

I would like to make a suggestion for those who have similar problems with Expo 51 or other versions.

If you are getting the error "Cannot find native module Expo...". The version of the package you are getting the error from may not be compatible with the SDK you are using. You can use the following command to understand this:

npx expo-doctor

If the above command tells you that you have incompatible dependencies with the SDK, you can see which packages are incompatible with the following command and switch to the compatible version with the --fix parameter.

npx expo install --check
Reasons:
  • Whitelisted phrase (-1.5): You can use
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Me too answer (2.5): have similar problem
  • Low reputation (0.5):
Posted by: nevidev

79237372

Date: 2024-11-29 14:11:00
Score: 1
Natty:
Report link
import pdfplumber

file = 'sample_page.pdf'
pdf = pdfplumber.open(file)
page = pdf.pages[0]
text = page.extract_text(line_dir_render="ttb", char_dir_render="rtl")
print(text[:110])

This will give the perfect result without manual reverse of the string by code.

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

79237365

Date: 2024-11-29 14:07:59
Score: 0.5
Natty:
Report link

You can use this tool https://code-profi.com/how-to-convert-text-editor-snippets. I'm not sure, about correctness of regex, but I converted all my snippets from sublime to vs code and Jetbrains Webstorm and it works for me.

Reasons:
  • Whitelisted phrase (-1.5): You can use
  • Whitelisted phrase (-1): works for me
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: ВсДĐČĐŸĐ»ĐŸĐŽ ИĐșс

79237357

Date: 2024-11-29 14:05:58
Score: 1.5
Natty:
Report link

Same here. This must be something related to Jest or something, nothing related to the source code itself...

Yesterday, all my pipelines ran successfully and same code today are hitting that issue.

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

79237351

Date: 2024-11-29 14:03:57
Score: 3.5
Natty:
Report link

In my case, it was due to lacking of space on the server.

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

79237348

Date: 2024-11-29 14:02:56
Score: 4
Natty: 4.5
Report link

https://www.xrvel.com/1025/cpanel-can-not-add-mysql-user-to-database/
This solved my issue! Hours of searching and bang, sorted.

Reasons:
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Aaron Milan-Vega

79237347

Date: 2024-11-29 14:01:56
Score: 0.5
Natty:
Report link

To enable CORS in case of BadRequestObjectResult I found the following solution.

Create a custom attribute:

public class AddAccessControlAllowOriginAttribute : ActionFilterAttribute
{
    public override void OnResultExecuting(ResultExecutingContext context)
    {
        if (!(context.Result is JsonResult jsonResult))
        {
            var header = "Access-Control-Allow-Origin";
            var value = "http://localhost:5173"; // my front end origin
            if (context.HttpContext.Response.Headers.ContainsKey(header))
                context.HttpContext.Response.Headers[header] = value;
            else
                context.HttpContext.Response.Headers.Add(header, value);
        }
        base.OnResultExecuting(context);
    }
}

Apply to all controllers as follows:

[HttpPost]
[AddAccessControlAllowOriginAttribute]
public JsonResult CreateEdit(Company item)
{
    // ...
}
Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: bluveneziano

79237331

Date: 2024-11-29 13:58:55
Score: 2.5
Natty:
Report link

try to put: enableAutomaticPunctuation: true

if it doesn't work try to put some sampleRateHertz

in the config object in body

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Jakub CienciaƂa

79237326

Date: 2024-11-29 13:55:54
Score: 2
Natty:
Report link
Your browser does not support the audio element.

If you write a code like above, it will solve all errors that you were facing. This code:

Adding muted resolves autoplay restrictions. The./ ensures the correct file path is used. Testing the file ensures it’s properly encoded.

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

79237319

Date: 2024-11-29 13:52:53
Score: 2
Natty:
Report link

Your filename in the second version include a unicode Narrow No-Break Space (U+202F) that is not the same as the normal space you generated in your first code. So the filename with a normal space doesn't exist in your filesystem.

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

79237312

Date: 2024-11-29 13:50:52
Score: 5
Natty: 4.5
Report link

how did you run reverb:start on production server? would you like to share complete method to run reverb in production?

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Starts with a question (0.5): how did you
  • Low reputation (1):
Posted by: Faizan Amin

79237307

Date: 2024-11-29 13:48:51
Score: 0.5
Natty:
Report link

For those using UBI-RHEL8 you must remove any mention to DOTNET_SYSTEM_GLOBALIZATION_INVARIANT, or set it to false, and install the ICU libs. In my case I've used the microdnf -y install libicu command.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Eduardo Tortato

79237298

Date: 2024-11-29 13:46:51
Score: 0.5
Natty:
Report link

Nothing will happen, BUT:

  1. If the customer decides to unsubscribe, you get one hour to charge them from the moment you get the SNS notification. That mean that if there is a failure in the submission, you won't get paid...
  2. The customer will not have visibility on the spend until you submit the metering. They might dispute the amount, or decide that it's too costly. This might result in bad customer experience.
  3. As you scale to more and more customers, you would need to send more API requests (There is a limit to the usage records sent in the API), and you might want to create more dimensions. Consider it in your design.
Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Shelly Dar Rapaport

79237294

Date: 2024-11-29 13:44:50
Score: 0.5
Natty:
Report link

it's possible in your studio you have to create a context variable with the prompt option checked like this :

enter image description here

Then you have to configure your FTP component (for example I used the tFTPConnection) and in the "Password" field you have to put your context variable like this :

enter image description here

And when you execute your job it will prompt a window like this where you can set your new password.

enter image description here

But you will have to set it every time you execute your job and it only works within the studio so if you build your job and execute using the scripts it doesn't work.

Hope this helps

Reasons:
  • Whitelisted phrase (-1): Hope this helps
  • Probably link only (1):
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Emile Dadou

79237292

Date: 2024-11-29 13:44:50
Score: 2
Natty:
Report link

I dealt wis this issue for many hours, i tried everything mentioned here.

  1. I reinstall the SDK in the IDE
  2. I recreate the emulator
  3. I restart AS
  4. I restart my laptop
  5. I delete another local installation of SDK done with brew

After reading this documentation and installing the APK from command line I played a bit with the configurations on the port used by adb.

Finally this settings made it work (with a invalidate caches restart) adb settings using automatically start and manage server

I am on Mac btw

Reasons:
  • Blacklisted phrase (1): this document
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Khaleesi

79237290

Date: 2024-11-29 13:43:50
Score: 3
Natty:
Report link

That is like a exit code output, when it says 0 that means it confirms, that means the command is in correct statement.

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

79237282

Date: 2024-11-29 13:41:49
Score: 3
Natty:
Report link

If you run "prebuild" with expo then you must delete "android" and "ios" folders. Because you'll face a conflict on it.

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

79237277

Date: 2024-11-29 13:39:49
Score: 0.5
Natty:
Report link

if it helps someone, in Emacs (evil-mode)

for a selection

:'<,'>s/OLD/NEW/

current line

:s/OLD/NEW/

all the file

:%s/OLD/NEW/

also to:

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

79237275

Date: 2024-11-29 13:38:48
Score: 2.5
Natty:
Report link

I dealt wis this issue for many hours, i tried everything mentioned here.

  1. I reinstall the SDK in the IDE
  2. I recreate the emulator
  3. I restart AS
  4. I restart my laptop
  5. I delete another local installation of SDK done with brew

After reading this documentation and installing the APK from command line I played a bit with the configurations on the port used by adb.

Finally this settings made it work (with a invalidate caches restart) adb settings using automatically start and manage server

I am on Mac btw

Reasons:
  • Blacklisted phrase (1): this document
  • No code block (0.5):
  • Low reputation (1):
Posted by: Luisina Daniela Marconi

79237264

Date: 2024-11-29 13:35:47
Score: 1.5
Natty:
Report link

For me, on both my personal and work machines, this error (or at least a very similar one) occurred because of the "JavaScript Debugger (Nightly)" VSCode extension.

Some jiggery-pokery between disabling / enabling / re-installing that extension removed the error.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Ctrl-Zed

79237256

Date: 2024-11-29 13:32:47
Score: 0.5
Natty:
Report link

I have finally found the solution. I have changed axios.get(http://localhost:1000/users?_page=${pageParam}&_limit=2); this to : axios.get(http://localhost:1000/users?_page=${pageParam}&_per_page=2);

The response is a little complex, I have used map within a map to display data, But it is working fine.

The return part is :

 return (
    <div>
      {
        data?.pages?.map((page,index)=>(
          <React.Fragment key={index}>
          {
            page.data.data.map((usr) => (
              <div key={usr.id}>
                <h2>{usr.name}</h2>
                <hr />
              </div>
            ))
          }
          </React.Fragment>
        ))
      }
      <div>
        <button disabled={!hasNextPage} onClick={fetchNextPage}>
          Load more
        </button>
      </div>
      <div>{isFetching && !isFetchingNextPage ? "Fetching..." : null}</div>
    </div>
  );
Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Soumi Ghosh

79237251

Date: 2024-11-29 13:31:46
Score: 5.5
Natty: 6.5
Report link

How do you make a tab with this curvy line? I can't find it.

Reasons:
  • Blacklisted phrase (1): How do you
  • Low length (1.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): How do you
  • Low reputation (1):
Posted by: cumali Yildiz

79237250

Date: 2024-11-29 13:31:46
Score: 0.5
Natty:
Report link
// private static final SimpleDateFormat dateFormat = new SimpleDateFormat("yyyy-MM-dd");
private final ThreadLocal<SimpleDateFormat> dateFormat =
    ThreadLocal.withInitial(() -> new SimpleDateFormat("yyyy-MM-dd"));
...
  System.out.println(dateFormat.get().format(new Date()));
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Splash

79237248

Date: 2024-11-29 13:29:45
Score: 1.5
Natty:
Report link

In my case unroutable domain was in a list of local domains in dc_other_hostnames /etc/exim4/update-exim4.conf.conf Since my exim4 uses smarthost configuration, removing domain from the list helped.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Alpha and Omega

79237234

Date: 2024-11-29 13:23:44
Score: 1.5
Natty:
Report link

For Visual Studio 2022 performance tips and tricks see following link in learn.microsoft.com:

Visual Studio performance tips and tricks

I did and it really got better.

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

79237230

Date: 2024-11-29 13:21:43
Score: 1.5
Natty:
Report link

put this class in global scss/css file

.svg_icon {

transform: scale(1.8); }

<SomeIcon className="svg_icon"/>
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Vaibhav Verma

79237223

Date: 2024-11-29 13:18:42
Score: 4
Natty:
Report link

Old but if anyone sees this we used a 3rd party web part from the SharePoint store that does exactly this and it was easy to setup (though isn't free): https://appsource.microsoft.com/en-us/product/office/WA200007811?tab=Overview

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

79237209

Date: 2024-11-29 13:12:40
Score: 1
Natty:
Report link

or you can add it in style like below code

<OfflineBoltRoundedIcon className="text-orange-500" style={{ fontSize: "40px" }}/>
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Suryaprakash

79237205

Date: 2024-11-29 13:11:40
Score: 0.5
Natty:
Report link

Will generating SAS URLs for multiple images on each request significantly impact performance, especially when the product list is large?

I have not heard that this would be an issue, because SAS generation is done by your server. However, this is something that you should be able to test somewhat easily if your server is affected by this.

Does frequent SAS URL generation result in increased costs, especially with a large number of requests?

Storage cost isn't affected by this.

What’s the most efficient and secure way to manage this process? Couple of points:

However, I would also consider using Microsoft Entra ID authentication if that is possible in your case. Also, one option is to pipe the images trough the App Service (or whatever you are using here) and handle the authentication and authorization there.

Sources

Reasons:
  • Whitelisted phrase (-1): in your case
  • Long answer (-0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Hekku2

79237202

Date: 2024-11-29 13:11:40
Score: 3
Natty:
Report link

You must be using a very old browser version. Upgrade you browser version. Please check - https://github.com/pgadmin-org/pgadmin4/issues/7963.

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

79237201

Date: 2024-11-29 13:09:40
Score: 2.5
Natty:
Report link

If you are running under Live Server, you need to open a higher directory containing Labs 📂, Live Server cannot see what is above the directory you have opened in Visual Code, for example

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

79237196

Date: 2024-11-29 13:07:39
Score: 1.5
Natty:
Report link

I was having the same problem and as I understand from the documentation, if those files in the Resources folder are not references somewhere, the won't be included in the final build. I did a quick test and made a reference for them on the Editor, if you do that and access through the reference, it works. Not sure if this is the best solution but it works.

Reasons:
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Fiery Squirrel

79237193

Date: 2024-11-29 13:06:39
Score: 1
Natty:
Report link

It's always best to setup a fiddle to see if the problem only exists in your code or if this a sencha problem. I created a fiddle for you and it seems it does not show the problem.

I added comments to all problematic parts in your code:

https://fiddle.sencha.com/#view/editor&fiddle/3sk2

A problem could be using IDs.

Its problem in ExtJS , steps to reproduce:

You need Chrome : Version 131.0.6778.86 for now its lattest

In chrome go to chrome://accessibility/

Check this to active Web accessibility

Open this fiddle https://fiddle.sencha.com/#fiddle/1n7s&view/editor Select version: Ext JS 6.2.1.167 - Classic

and try to just show or hide columns in menu or just move mouse on column menu.

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

79237189

Date: 2024-11-29 13:04:38
Score: 2.5
Natty:
Report link

I found a method based on @Bodo's solution involving find:

cd source
find . -type d -exec mkdir -p ../dest/{} \;
find . -type f -exec cp {} ../dest/{} \;

Basically just creates the directories first if they don't exist, then uses the find method to copy them.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • User mentioned (1): @Bodo's
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: AVS Origami

79237187

Date: 2024-11-29 13:04:38
Score: 0.5
Natty:
Report link

As suggested here, you can filter out not visible fields using this:

page.getByText('Waiting for response...', { exact: true }).locator('visible=true');
Reasons:
  • Low length (1):
  • Has code block (-0.5):
Posted by: Don Diego

79237182

Date: 2024-11-29 13:03:38
Score: 1
Natty:
Report link

in case you came up to this issue You just need execute this command in the Azure CLI

az aks update --enable-blob-driver --name aksname --resource-group rgname

It will time some time in order to take effect approximately 15 min

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

79237177

Date: 2024-11-29 13:02:38
Score: 1.5
Natty:
Report link

Getting only the value of "Buy" on Openinsider

After experimenting things, I found out that the problem may be because of the wrong filter performed back in Openinsider. I performed a new filter back in Openinsider website and managed to get the expected result. You might have just forgotten to click the search button on Openinsider site when you input the filter values.

Regarding your concern about the other QUERY returning "No Purchase" I suggest that you post it as another question as you might encounter issues chaining it to the concern addressed by this answer.

Sample output sample output

References: IMPORTHTML

Reasons:
  • Blacklisted phrase (1): another question
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: 4thAnd1

79237176

Date: 2024-11-29 13:02:38
Score: 3
Natty:
Report link

Finally I was able to find what is the issue. Despite of I have "insecure-repositories" in my /etc/docker/daemon.json my docker service did not pick it up. docker info command indicate this becasue only 127.0.0.0/8 was under the Insecure Registries:

Why? Becasue it was installed by snap! This installation have other daemon.json in /snap/docker/2963/config/daemon.json and of course this have no insecure settings.

Editing the proper daemon.json fixed the issue.

Reasons:
  • Blacklisted phrase (0.5): Why?
  • No code block (0.5):
  • Contains question mark (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: jtarjanyi

79237170

Date: 2024-11-29 12:57:36
Score: 2
Natty:
Report link

pgAdmin simply reads the /etc/postgres-reg.ini file. Please fix this file.

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

79237160

Date: 2024-11-29 12:54:35
Score: 2.5
Natty:
Report link

and there are many ways you can enhance the value you provide, especially by leveraging technology and a customer-first mindset. Below are several ideas that you can explore, more effectively, enhance their experience, and build long-term loyalty:

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Niño Alcano

79237155

Date: 2024-11-29 12:54:34
Score: 5.5
Natty: 4.5
Report link

I am running in the same problem but the code from Venkatesan don't want to work. Everytime it says "Download failed." but I don't know why. I changed the 4 variables at the beginning of the script to my information but no luck. Did I miss something?

Reasons:
  • Blacklisted phrase (1): no luck
  • Low length (0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Techhunter1989

79237154

Date: 2024-11-29 12:53:34
Score: 1
Natty:
Report link

The StripeConfiguration.ApiKey is the secret_key of the platform and the {{CONNECTED_ACCOUNT_ID}} is the acct_xxx of the connected account (the merchant on your platform).

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

79237152

Date: 2024-11-29 12:52:34
Score: 3.5
Natty:
Report link

pgAdmin ships latest PG binaries by default with the desktop version. No need to change bin path in that case. Check the preferences - https://www.pgadmin.org/docs/pgadmin4/8.12/preferences.html#the-paths-node

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

79237149

Date: 2024-11-29 12:51:33
Score: 1.5
Natty:
Report link

xxx is a variable. When you try to log it via console.log(xxx) it can not access to the variable which is not declared. To make it work you have to define the xxx variable.

const xxx = 'something' // variable declaration
function myFunction() {
  console.log(xxx)
}
myFunction()
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Starts with a question (0.5): is a
  • Low reputation (1):
Posted by: Islombek Salimov

79237147

Date: 2024-11-29 12:50:33
Score: 0.5
Natty:
Report link

The issue you're facing when using Blazor WebAssembly with GitHub Pages and a custom domain is a common one related to routing and base path configuration in applications hosted on static servers like GitHub Pages. Here are the detailed steps to resolve it:

  1. Properly configure the base path (<base href>):
    When using a custom domain, you need to make sure that the href attribute in the <base> tag in your wwwroot/index.html file is correctly configured.

In your case, if you're using the domain https://hiptoken.com, make sure the <base> is set to:

<base href="/" />

If your application is in a subdirectory like https://hiptoken.com/miapp, you should use:

<base href="/miapp/" />

This is crucial for Blazor to correctly find the necessary static files and resources.

  1. Enable route redirection for SPA (Single Page Application):
    GitHub Pages does not directly support client-side routing (used by Blazor WebAssembly). You will need a special file called 404.html that redirects all unmatched routes to the index.html file. This is because GitHub Pages returns a 404 for routes that don't match real files in the repository.

Create a 404.html file in the root of the repository and add the following:

<!DOCTYPE html>
<html>
  <head>
    <meta http-equiv="refresh" content="0; URL='./index.html'" />
  </head>
</html>

This redirects any not found request to index.html, allowing Blazor to handle the routing.

  1. Check DNS and custom domain settings:
    Ensure that your custom domain is properly set up in your GitHub Pages configuration:
  1. Rebuild your project with the updated settings:
    If you made changes to the <base href>, be sure to rebuild and redeploy your project.

Run the command to compile your project in release mode:

dotnet publish -c Release

Upload the generated files from the wwwroot folder to the gh-pages branch of your repository.

  1. Test the application on your custom domain:
    Visit https://hiptoken.com and check if the issues are resolved.

Possible Additional Errors:
If you're still seeing errors in the console after the changes, check the paths of any files that are not found. If they are still pointing to incorrect locations, review the <base href> configuration again.
You can also clear your browser cache or try in incognito mode to make sure the changes are reflected.

I hope these steps help resolve your issue. If you continue to face difficulties, share more details of the error so I can assist you better. 😊

If you need more help, some experts in custom development can assist you.

sI QUIERES MÁS AYUDA UNOS EXPERTOS DE DESARROLLO A MEDIDA PIUEDEN AYUDARTE

Reasons:
  • Blacklisted phrase (2): AYUDA
  • Whitelisted phrase (-1): In your case
  • Long answer (-1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Irene PlatĂłn

79237145

Date: 2024-11-29 12:50:33
Score: 11 đŸš©
Natty: 5.5
Report link

I have the same problem with my system setup.

Mac OS version is 15.1.1 (24B91) Rstudio version is Version 2024.09.1+394 (2024.09.1+394)

Both seem to be most resent, but hats are not alligned correctly in the html output.

Thank you very much in advance for any suggestions!

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Blacklisted phrase (1): I have the same problem
  • RegEx Blacklisted phrase (3): Thank you very much in advance
  • RegEx Blacklisted phrase (2): any suggestions
  • Low length (0.5):
  • No code block (0.5):
  • Me too answer (2.5): I have the same problem
  • Low reputation (1):
Posted by: Alexey Luchinsky

79237143

Date: 2024-11-29 12:49:32
Score: 3.5
Natty:
Report link

You must be using a very old browser version. pgAdmin removed support for old browser versions. Check my comment here - https://github.com/pgadmin-org/pgadmin4/issues/7963#issuecomment-2370453135

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

79237141

Date: 2024-11-29 12:48:32
Score: 2.5
Natty:
Report link

The solution is the following:

In the terraform documentation, https://registry.terraform.io/providers/hashicorp/azuread/latest/docs/resources/app_role_assignment I found out this enter image description here

My terraform code is following: enter image description here

I've tried it and it is working as expected.

Reasons:
  • Whitelisted phrase (-1): solution is
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Kqly