79228815

Date: 2024-11-27 02:52:30
Score: 1
Natty:
Report link

For anyone who faced the same issue, I managed to resolve as following: Note Python 3.11 as latest for the moment

  1. Pin versions in requirements.txt. I think it is critical, as after that the driver started loading
    azure-functions
    pyodbc==5.1.0
    SQLAlchemy==2.0.35
  1. Build on Ubuntu. Not on Windows. YAML below
      # Agent VM image name
      vmImageName: 'ubuntu-latest'
      # Working Directory
      solutionDir: '$(System.DefaultWorkingDirectory)'
  
    
    stages:
    - stage: Build
      displayName: Build and publish
      jobs:
      - job: Build
        displayName: Build
        pool:
          vmImage: $(vmImageName)
        - task: UsePythonVersion@0
          inputs:
            versionSpec: ''3.11''
          displayName: 'Use Python '3.11''
    
        - task: CmdLine@2
          displayName: 'Install python libs'
          inputs:
            script: |
              pip install --target="./.python_packages/lib/site-packages" -r ./requirements.txt
            workingDirectory: $(solutionDir)/
        - task: ArchiveFiles@2
          displayName: 'Archive Function'
          inputs:
            rootFolderOrFile: '$(solutionDir)'
            includeRootFolder: false
            archiveType: zip
            archiveFile: $(Build.ArtifactStagingDirectory)/drop/$(Build.BuildId).zip
            replaceExistingArchive: false
    
        - publish: $(Build.ArtifactStagingDirectory)/drop/$(Build.BuildId).zip
          artifact: EdmWebhooks
          displayName: publish function artefact
  1. Use "ODBC Driver 18 for SQL Server"
    sql_engine = create_engine("mssql+pyodbc://{user}:{password}@{server}/{database}?driver=ODBC Driver 18 for SQL Server".format(
                    user = os.environ["SQL.User"],
                    password = os.environ["SQL.Password"],
                    server = os.environ["SQL.Server"],
                    database = os.environ["SQL.Database"],
                ))
Reasons:
  • Long answer (-1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Dmitry

79228813

Date: 2024-11-27 02:51:29
Score: 2
Natty:
Report link

you can use /api/v5/public/time get system time

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

79228810

Date: 2024-11-27 02:50:29
Score: 2
Natty:
Report link

Alright, it seems like I've found the solution, or at least one of them, by following Shaun Curtis's recommendations. The thing is, even though I needed the Wrapper, I was also missing some directives in my RCL project. So, I created a file in the root of my RCL project called _Imports.razor and added the following:

Configuracion -> _Imports

@using Microsoft.AspNetCore.Components.Web
@using Microsoft.AspNetCore.Components.Web.Virtualization

This way, my buttons went from looking like this:

To looking like this:

Which achieves what I was aiming for—a way for events to be recognized. After this, I simply used a Wrapper in my Blazor project that contains the route where I want to render this component and, lastly, the component with the rendering mode I want to use:

Wrapper looks like this

@page "/configuration/ui/general/general-configuration"

<ConfigurationComponent @rendermode="InteractiveServer" />

And with that, it allowed proper interaction:

Demo gif

Reasons:
  • Blacklisted phrase (0.5): I need
  • RegEx Blacklisted phrase (1): I want
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Levid

79228809

Date: 2024-11-27 02:50:29
Score: 0.5
Natty:
Report link
  1. There can be many reasons why Shop Servers can become slow and unresponsive. Maybe they are reaching their resource rate-limit, too busy handling other requests .etc. So at your app side, We can only alleviate the above situations by applying timeouts-retries-and-backoff when calling API.

  2. For handling call API when app inactive You should to register a webhook event app.activated/app.deactivated with your app, to determine when your app call or should not call with shop API.

Hope that helps.

Reasons:
  • Whitelisted phrase (-1): Hope that helps
  • No code block (0.5):
  • Low reputation (1):
Posted by: Nam Le

79228791

Date: 2024-11-27 02:32:26
Score: 3
Natty:
Report link

there are already update on the visual studio manage branches, now there are toggle to show other branch on the graph

graph other branch toggle

for more info about feature request in below links

https://developercommunity.visualstudio.com/t/how-do-i-view-the-history-of-all-branches-in-git/934801

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

79228790

Date: 2024-11-27 02:30:25
Score: 2.5
Natty:
Report link

I would suggest adding some print statements to your gradingTool function... Print each argument (with delimiters so you can see where they end), and then inside your loop, print i, studentAnswers[i] and correctAnswers[i]. I suspect this may reveal the issue...

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

79228779

Date: 2024-11-27 02:26:24
Score: 2.5
Natty:
Report link

Are you trying to run the code in Expo Go? This will not work. You will need to "eject" your code into a bare react native flow. To do this, follow the steps to create a development build on Expo. If you had done this already, you will need to rebuild your code after you install the maplibre library.

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

79228773

Date: 2024-11-27 02:21:23
Score: 0.5
Natty:
Report link

Springboot dont provide all of these attributes for you, you can config what you want to see in the /userinfo by this. By default, it will use OAuth2UserService for the response entity

.oauth2Login(oauth2 -> oauth2.userInfoEndpoint())
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Nguyen Huu Phuc

79228763

Date: 2024-11-27 02:10:20
Score: 5.5
Natty:
Report link

Did you ever find a solution to this problem? I have some ideas.

Let there be a binary decision variable for every quadruple of (player 1, player 2, showcase, round number), provided both players are in the showcase.

The coefficients of these variables in the objective function is the absolute difference in rating between the players, but if the players are in the same conference, make the coefficient extremely large, like 999999999.

Then the problem is the minimize the objective function subject to:

Reasons:
  • RegEx Blacklisted phrase (3): Did you ever find a solution to this problem
  • Long answer (-0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): Did you
  • Filler text (0.5): 999999999
  • Low reputation (1):
Posted by: sawong

79228762

Date: 2024-11-27 02:10:20
Score: 2.5
Natty:
Report link

It uses semgean trivoid arch software that requires constant communcation for 32 bit and 64 bit servers, to allow seamless progression from each cordian threom, so it should be highest value so it could fix the system.

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

79228758

Date: 2024-11-27 02:07:20
Score: 1
Natty:
Report link

Turning off the auto-assign will work on the new instance, but not on the existing instance. To make the changes affects also the existing changes you need to manually remove the public address from them:

  1. Stop the Instance:
  2. Detach and Reattach the Network Interface
  3. Restart the Instance

Also you should not forget to update the launch template if you're using one, and modify the network interface settings to disable “Auto-assign public IP”

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

79228744

Date: 2024-11-27 02:00:18
Score: 1
Natty:
Report link

If you intend to download the s3 bucket content, without the zipping criteria, then just use aws-cli to do this

aws s3 sync s3://your-bucket-name /local/destination/folder

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

79228733

Date: 2024-11-27 01:54:17
Score: 4.5
Natty: 6
Report link

same for me ycm config

python packages

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

79228731

Date: 2024-11-27 01:53:16
Score: 0.5
Natty:
Report link

If all the list within the list has at least 4 entries then it might be more efficient to perform a vector comparison rather than using an iterator.

See: https://code.kx.com/q4m3/3_Lists/#310-elided-indices

list[;3]where(list[;0]=`ABC)&list[;2]=`XYZ / to get all the matching entries
list[;3]first where(list[;0]=`ABC)&list[;2]=`XYZ / to get only the first match
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Maurice Lim

79228727

Date: 2024-11-27 01:49:16
Score: 3
Natty:
Report link

Adding .contentShape(Rectangle()) to CourseCard2 answered the problem.

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

79228721

Date: 2024-11-27 01:39:13
Score: 3
Natty:
Report link

Unlike openai azure openai doesn't accept a store param

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

79228714

Date: 2024-11-27 01:36:12
Score: 2
Natty:
Report link

In my case, I met an iOS release (RN0.71.6 JSC) bug that global array foo.push(bar) in a class but still get [] means foo.length is 0 in another class, so I have to use global object instead, ref to https://github.com/flyskywhy/react-native-browser-polyfill/commit/0d574fb

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

79228711

Date: 2024-11-27 01:35:12
Score: 3
Natty:
Report link

I've been using the very simple/minimal github.com/spkg/bom package.

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

79228707

Date: 2024-11-27 01:32:11
Score: 2
Natty:
Report link

I'm stumbled into the same question, and somehow using the appium-boilerplate confused me. So I create my own GitHub repository for this specific matter. You can check my Medium's article here for references if you still haven't find the answer for this question.

https://medium.com/@zorozeri/test-automation-on-android-apps-using-webdriverio-2f39da6a338c

This is only a very simple sample for the Android Test Automation using WebdriverIO. You can change the apps and the code by yourself after you grasp the concept.

And this is for the iOS one : https://medium.com/@zorozeri/test-automation-on-ios-apps-using-webdriverio-with-allure-report-b3ed46d3c0a8

Reasons:
  • Blacklisted phrase (0.5): medium.com
  • No code block (0.5):
  • Low reputation (1):
Posted by: Ahmad Azeri

79228706

Date: 2024-11-27 01:31:11
Score: 1.5
Natty:
Report link

This is because your HTML is not valid, a tag should not wrap a

tag.

Paragraphs are standalone blocks: The

tag represents a block of text or a paragraph. Wrapping a paragraph with a often introduces unnecessary markup without adding meaning.

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

79228702

Date: 2024-11-27 01:28:10
Score: 9 🚩
Natty: 5
Report link

Hi @lazy developer Could you able to print the query results value in the body of the mail.If yes ,please help me there.i am struck over there.

Reasons:
  • Blacklisted phrase (1): help me
  • RegEx Blacklisted phrase (3): please help me
  • Low length (1):
  • No code block (0.5):
  • User mentioned (1): @lazy
  • Single line (0.5):
  • Looks like a comment (1):
  • Low reputation (1):
Posted by: Abinav

79228701

Date: 2024-11-27 01:28:09
Score: 3.5
Natty:
Report link

The problem was solved, I forgot to load script with "defer" attribute

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

79228700

Date: 2024-11-27 01:28:09
Score: 3
Natty:
Report link

I was facing similar issue. Just add use_pure=True to mysql connection properties.

credits to this thread.https://stackoverflow.com/questions/65565172/python-mysql-connector-hangs-indefinitely-when-connecting-to-remote-mysql-via-ss 1

Reasons:
  • Blacklisted phrase (1): stackoverflow
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Sanket Kardile

79228697

Date: 2024-11-27 01:26:09
Score: 1.5
Natty:
Report link

same here in wsl warning: unexpected cfg condition value: custom-panic --> programs/mint-nft/src/lib.rs:9:1 | 9 | #[program]

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

79228695

Date: 2024-11-27 01:24:08
Score: 3
Natty:
Report link

Maybe this?

UPDATE X_Data
SET X_Data.leadtime = Item_Master.leadtime
FROM X_Data
JOIN Item_Master ON X_Data.Itemcode = Item_Master.Itemcode
WHERE <your_where_condition>;
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Low reputation (0.5):
Posted by: Guillermo Zooby

79228691

Date: 2024-11-27 01:21:08
Score: 1
Natty:
Report link

Use the -t async flag for asynchronous support:

alembic init -t async alembic

Then the alembic file "env.py" is already formed, with support for asynchrony, or rather the function async def run_async_migrations(), which allows processing asynchronous functions.

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

79228685

Date: 2024-11-27 01:14:06
Score: 1.5
Natty:
Report link

https://jsdoc.app/tags-this

/** @this CalledClass  */
const unboundedFunction = function () { 
    console.log(this);
    this.parameter = 50;
}

class CalledClass {
  parameter = 'test';

  callOutsideFunction() {
    unboundedFunction.bind(this)();
  }

}

const obj = new CalledClass();
obj.callOutsideFunction();
Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: rookie

79228672

Date: 2024-11-27 01:01:03
Score: 1
Natty:
Report link

In Android Studio, the dependency

   // implementation 'com.android.volley:volley:1.1.1'

is no longer working. This one however, works:

implementation 'com.android.volley:volley:1.2.1'

Refer to the HTTP library

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

79228669

Date: 2024-11-27 01:01:03
Score: 1
Natty:
Report link

Today, I found an issue, that seems to be root cause.

a update was causing a SQLiteConstraintException. That was being caught. In my code, there was no transaction there. Apparently there is in the room generated code.

Once the SQLiteConstraintException happens, the nested transaction issues happens shortly after.

The SQLiteConstraintException was due to a bug where a value was an empty string, that should have been UUID that's a key in another table.

Once I found a way reproduce the SQLiteConstraintException, the nested transaction issue was reproducible too. Just fixing SQLiteConstraintException, makes the nested transaction issue non-reproducible. For good measure, I did put the update that had SQLiteConstraintException into transaction as well.

Now the question is: Why did SQLiteConstraintException leave things in bad state when there was not transaction in my code.

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

79228663

Date: 2024-11-27 00:57:02
Score: 1
Natty:
Report link

If you’re looking for a solution to achieve 25-slice scaling directly in Unity’s UI system (uGUI), I recently developed a library called TwentyFive Slicer.

You can find the library on GitHub. It’s open-source and easy to integrate into your project.

Feel free to try it out, and let me know if you have any questions or suggestions! 😊

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

79228653

Date: 2024-11-27 00:53:02
Score: 1
Natty:
Report link

As the TFrame is dynamically created at run time, it runs some code to calculate the TextWidth. However, at this time, the parent of frame is not assigned yet. Hence, for some reason, if the TFrame has no parent (probably has to be a visual control), its canvas property is nil. I have moved the code to calculate the TextWidth away from the Create section.

Lesson: TFrame seems to depend on a parent for its canvas property, and any access to canvas of any objects on TFrame should not be done in Create.

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

79228631

Date: 2024-11-27 00:37:58
Score: 5.5
Natty:
Report link

I didn't test it but have you tried the following? https://www.npmjs.com/package/class-validator#validating-nested-objects

Reasons:
  • Whitelisted phrase (-1): have you tried
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Martin Kishaba

79228624

Date: 2024-11-27 00:31:57
Score: 1.5
Natty:
Report link

You can try installing the following version:

pip install 'ipywidgets~=7.0'

Then make sure to restart the Jupyter Kernel.

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Արման

79228614

Date: 2024-11-27 00:21:54
Score: 2
Natty:
Report link

I have same issue, I tried several changes but still snyk is showing there is a vulnerability.

I tried with all this:

private static Uri CommonSanitize(string url)
 {
     if (string.IsNullOrWhiteSpace(url))
         throw new ArgumentNullException(nameof(url), "URL cannot be null or empty.");

     // Check if the URL is well-formed and uses HTTPS
     if (!Uri.TryCreate(url, UriKind.Absolute, out Uri uriResult) || uriResult.Scheme != Uri.UriSchemeHttps)
         throw new InvalidOperationException("URL must be a well-formed HTTPS URL.");

     // Ensure the URL belongs to the allowed domains
     var allowedDomains = new[] { "xxx.com", "yyy.com" };
     if (!allowedDomains.Any(domain => uriResult.Host.EndsWith(domain, StringComparison.OrdinalIgnoreCase)))
         throw new InvalidOperationException("URL must belong to xxx.com or yyy.com.");

     // Ensure there are no additional http or https strings in the URL
     var urlWithoutScheme = url.Substring(uriResult.Scheme.Length + 3); // +3 to account for "://"
     if (Regex.IsMatch(urlWithoutScheme, @"http[s]?://", RegexOptions.IgnoreCase))
         throw new InvalidOperationException("URL contains additional http or https strings.");

     return uriResult;
 }
Reasons:
  • Long answer (-1):
  • Has code block (-0.5):
  • Me too answer (2.5): I have same issue
  • Low reputation (1):
Posted by: Martin Navarrete Villegas

79228596

Date: 2024-11-27 00:02:50
Score: 4
Natty:
Report link

Try to disable python.debug.use.single.port in Help | Find Action | Registry. Has it helped? Relevant issue in PyCharm's issue tracker

https://youtrack.jetbrains.com/issue/PY-77357/Python-Debug-Server-with-pydevd-pycharm-stopped-working-in-2024.3

reddit

Reasons:
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: TomRiver

79228571

Date: 2024-11-26 23:42:47
Score: 3
Natty:
Report link

I can answer a few of those questions:

How can I find the answers with Chrome dev tools?

Click on the menu in the top-right, under more tools, select rendering.
Turn on paint flashing

Is the backdrop-filter being re-calculated?

I'm not sure what you mean by re-calculated, but no element in the page needed to be repainted as shown by using the paint flashing.

Reasons:
  • Blacklisted phrase (0.5): How can I
  • Low length (0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: blazgocompany

79228563

Date: 2024-11-26 23:36:45
Score: 1
Natty:
Report link

I hope this codebase helps you to solve the problem.

async function sendBookingRequest() {
    setIsLoading(true); // Start loading before making the request
    try {
        const response = await axios.post(
            "https://danilo2588.pythonanywhere.com/book",
            {
                requested_date: date,
                hours: bookedHours,
                business: cancha,
                phone: cellphone,
            },
            {
                headers: {
                    Authorization: "1234567890123456789012345678901234567890",
                },
            }
        );
        setConfirmation(response.data); // Handle successful response
        setStepper(7);
    } catch (error) {
        console.log(error); // Log or handle the error
    } finally {
        setIsLoading(false); // Stop loading after the request
    }
}

And you can refer this documentation for axios configuration. https://axios-http.com/docs/post_example

Thanks

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

79228561

Date: 2024-11-26 23:33:45
Score: 3
Natty:
Report link

I recommend anything from Allen Holub. Start with the article [1], then find his old DDJ articles [2], and get his book "Holub on Patterns" [3].

  1. https://holub.com/publications/other/bankofallen.html
  2. https://holub.com/publications/articles/index.html
  3. https://holub.com/patterns/
Reasons:
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Marek Niepiekło

79228559

Date: 2024-11-26 23:33:45
Score: 1
Natty:
Report link

Since macOS 15:

   ContentView()
        .windowToolbarFullScreenVisibility(.onHover)
Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
Posted by: dchest

79228555

Date: 2024-11-26 23:31:44
Score: 1.5
Natty:
Report link

I was testing with my real device, not emulator
and got the same issue

In my case,
just restarting my device resolved the issue
(actually not restarted but just airplain mode turn on/off)

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

79228553

Date: 2024-11-26 23:28:43
Score: 2
Natty:
Report link

You could test if the string in OBX.5.1 contains a back tick using the indexOf() string method. If so, split the string into an array using the split() array methed, and then iterate over the array using a for...of statement to set the properties you want.

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

79228551

Date: 2024-11-26 23:28:43
Score: 1.5
Natty:
Report link

Change your for loop to a foreach loop

Object.keys(this.data).forEach(key => {
   return this.data[key]; // or whatever
});
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: jdelima

79228521

Date: 2024-11-26 23:05:37
Score: 0.5
Natty:
Report link

hope my solution solves your problem. To ensure the status attribute works correctly, modify your query to include the columns needed for the accessor:y and avoid additional queries.

$tickets = Tickets::select('id', 'title', 'date', 'payment', 'total', 'active')
    ->limit(100)
    ->get();

This way, all the necessary data for the custom attribute is fetched in the initial query.

Thanks

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: AlphaCoX

79228515

Date: 2024-11-26 23:01:36
Score: 1.5
Natty:
Report link

This sounds somewhat similar to a problem I was having after a crash, nothing in the Environment would be saved by VS, not even my selected startup project.

So I deleted all the hidden .vs directories that Visual Studio places in the project (and solution) folders, and finally back to normal.

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

79228496

Date: 2024-11-26 22:52:34
Score: 5.5
Natty: 5.5
Report link

Hi i know its old but did you maybe find solution on this?

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

79228495

Date: 2024-11-26 22:51:33
Score: 0.5
Natty:
Report link

a cleaner way in my openion:

flag=False
if condition:
    ................
    flag=True
if not flag:
    if condition2:
        .....
        flag=True
if not flag:
    if condition3:
        .....
        flag=True
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: FEldin

79228491

Date: 2024-11-26 22:48:32
Score: 2
Natty:
Report link

A known issue: Fully support special fields in Scanner.

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

79228490

Date: 2024-11-26 22:48:31
Score: 4.5
Natty:
Report link

This is currently bugged, as described in https://github.com/postmanlabs/postman-app-support/issues/13230

Check the linked issue for possible workarounds

Reasons:
  • RegEx Blacklisted phrase (1): Check the link
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Falconal

79228485

Date: 2024-11-26 22:46:31
Score: 0.5
Natty:
Report link

The answer from Onluck worked for me. Below is an example of what I was trying that failed along with what I did that worked. I was attempting to run a TCP Listener that I wrote into a PowerShell script and then compiled with ps2exe.

This method failed for no discernable reason as there were no errors being produced, even when using stderr output to a file with nssm. The service was caught in an infinite loop of starting, running, and pausing. The listening port would pop up briefly over and over in a netstat, but it would not persist.

nssm install Daggoth powershell.exe C:\Users\Administrator\Documents\Daggoth.exe

This next method worked like a charm. Thanks to user Onluck's answer. Once I ran it this way, I had a persistent listening port showing in a netstat and the expected executable running in processes.

nssm install Daggoth C:\Users\Administrator\Documents\Daggoth.exe

I hope this helps anyone that might still be confused.

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Blacklisted phrase (1): worked like a charm
  • Whitelisted phrase (-1): hope this helps
  • Whitelisted phrase (-1): worked for me
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Joshua Parsons

79228482

Date: 2024-11-26 22:44:31
Score: 1
Natty:
Report link

to the chart series add the following:

itemStyler({ datum }) {
  return datum.id === activeItem?.id
    ? { size: 15, stroke: 'red', strokeWidth: 2 }
    : undefined;
}

only works if you re-render the chart on each select and de-select

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

79228477

Date: 2024-11-26 22:43:30
Score: 3
Natty:
Report link

There is bug in Mac book Accessibility inspector. accessibilitySortPriority() works properly if same code is testes in real device

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

79228476

Date: 2024-11-26 22:42:30
Score: 2
Natty:
Report link

Here are the examples of step by step guides on how to extract the form key/value pairs in a certain Document AI custom extractors. Specifically in step 7 of Managing Document AI processors with Python you will be guided to create utility functions to print out the detected form fields as well as in step 9 of this codelabs of Use Document AI to Intelligently Process your Handwritten Forms (Node.js).

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

79228468

Date: 2024-11-26 22:38:29
Score: 1.5
Natty:
Report link

Just notice that the Redirect URI field is only displayed for Web Application.

This means that you have to chose the Web App type (and not Desktop App) when you create the OAuth Client ID for this field to be displayed.

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

79228465

Date: 2024-11-26 22:36:28
Score: 1.5
Natty:
Report link

My workaround for this is:

  1. Use the Find tab and Find All (Values). (Tick "Match entire cell contents" if you only want cells with an EXACT value to be replaced. For example 3.53, but not 13.53.)
  2. Switch to Replace tab, change "Find what:" text box to "*" (without the quotes).
  3. Click the first item in the found items box, scroll to the bottom and Shift-click the bottom item in the found items box.
  4. Enter the "Replace with:" value, and click Replace All.
Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: EricMBA

79228463

Date: 2024-11-26 22:36:28
Score: 0.5
Natty:
Report link

these days on windows I had to use this path:

from PIL import Image

import pytesseract

pytesseract.pytesseract.tesseract_cmd = r'C:\Program Files\Tesseract-OCR\tesseract.exe'


print(pytesseract.image_to_string(Image.open('station_test.jpeg')))

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

79228437

Date: 2024-11-26 22:23:24
Score: 7.5 🚩
Natty:
Report link

I have the same code but for all certificates I'm getting this certStatus. As I know from RFC2560 specification the tagNumber: 2 means status uknown. Can you help me with that, where is the issue? Thank you in advance

certStatus: Primitive {
    blockLength: 2,
    error: '',
    warnings: [],
    valueBeforeDecodeView: Uint8Array(2) [ 130, 0 ],
    name: '',
    optional: false,
    idBlock: LocalIdentificationBlock {
      blockLength: 1,
      error: '',
      warnings: [],
      valueBeforeDecodeView: Uint8Array(0) [],
      isHexOnly: false,
      valueHexView: Uint8Array(0) [],
      tagClass: 3,
      tagNumber: 2,
      isConstructed: false
    },
    lenBlock: LocalLengthBlock {
      blockLength: 1,
      error: '',
      warnings: [],
      valueBeforeDecodeView: Uint8Array(0) [],
      isIndefiniteForm: false,
      longFormUsed: false,
      length: 0
    },
    valueBlock: LocalPrimitiveValueBlock {
      blockLength: 0,
      error: '',
      warnings: [Array],
      valueBeforeDecodeView: Uint8Array(0) [],
      isHexOnly: true,
      valueHexView: Uint8Array(0) []
    }
  }

And here is the example request

const res = await checkCertificateWithOcsp({
    issuerKeyHash:
        "f822fe8c66c80c18584716f9d017386399e9fc0146f395b89c02b3e3c223e192",
    issuerNameHash:
        "ab3060ce70e9bb1e343422e4446e5f0182ba5e859c5fc15d0879396f43b4d50e",
    responderURL: "http://ocsp-qa.hubject.com:8080",
    serialNumber: "70D1D93DFED232C9E92DB26F3A0B5462",
});

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Blacklisted phrase (1): help me
  • RegEx Blacklisted phrase (3): Thank you in advance
  • RegEx Blacklisted phrase (3): Can you help me
  • Long answer (-1):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: cYsecoR

79228432

Date: 2024-11-26 22:21:24
Score: 3
Natty:
Report link

The bearer token needs to be pass in format 'Authorization: Bearer {token}. Refer to the note: How to invoke a REST API from PL/SQL package UTL_HTTP using bearer access token? (Doc ID 2972870.1)

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: RSP

79228427

Date: 2024-11-26 22:17:23
Score: 2.5
Natty:
Report link

I have had a same problem, this command resolved it:

eval "$(/opt/homebrew/bin/brew shellenv)"

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Lukáš Kauler

79228411

Date: 2024-11-26 22:13:22
Score: 1.5
Natty:
Report link

Mitosheet expects you to enter a formula.

Double click the cell you would like to edit and enter a formula. The different available formulas will appear as you write.

Examples: TEXT('abc') - will put the string 'abc' into the cell. FLOAT('3.4') - will put the float 3.4 into the cell.

Set "Edit entire column" to "Off" if you just want to change the cell you are editing. "On" will change every value in the whole column.

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

79228407

Date: 2024-11-26 22:10:20
Score: 4
Natty:
Report link

My Instagram account was also hacked thanks to JEFFRY.WILLIAM.CYBER who came across to restore my account despite the hacker changed my mail and phone number he was able to perform is trick to recover my login. he is fast and reliable at is service whenever you need recovery urgently kindly reach out to him on Instagram using the name above to search or whatsapp +44.7459343020

Reasons:
  • Blacklisted phrase (0.5): thanks
  • RegEx Blacklisted phrase (2): urgently
  • No code block (0.5):
  • Low reputation (1):
Posted by: Fatimaarmy Abubakar Sadeeqkano

79228397

Date: 2024-11-26 22:04:19
Score: 1
Natty:
Report link

To access on-premises data from the cloud Power BI Service, you will need to install the free Data Gateway. The download and documentation are available in the Power BI Service.

enter image description here

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

79228381

Date: 2024-11-26 21:57:18
Score: 1.5
Natty:
Report link

Ran into this while using the latest version of Dapper as of this writing. Although some have made custom handlers, such as can be found here: https://github.com/DapperLib/Dapper/issues/1715 , I found that the Quickest/Easiest solution for me was to just have my Dates set as DateTime types in my C# model, but have the table column types in SQL Server be just Date types. This truncates the time off as it is stored in the database, and proved a nice solution for now (until support for DateOnly gets better).

Reasons:
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Joel Youngberg

79228379

Date: 2024-11-26 21:56:17
Score: 1
Natty:
Report link

Flash memory is a technology that allows changing any bit from '1' to '0' anywhere, but to change bits back to '1' requires erasing a portion of the memory, which is termed an erase block. Typical size of an erase block is 64 Kbytes, and erasing it sets all bits inside that portion to '1', When updating a variable, the implementation needs to store its new revision in a location that has been previously erased, not in the same location where the current value is stored, and for that reason, updating a value of a variable creates a new version which consumes new space. For maintaining multiple versions of variables require additional overhead per variable, and may also include a data integrity check (per variable), thus increasing the amount of space consumed by storing a new variable or updating one. When configuration is stored in EEPROM, data may be updated in place but such memories are significantly smaller in size than Flash memories.

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

79228375

Date: 2024-11-26 21:55:17
Score: 3.5
Natty:
Report link

You cannot put host in a custom variable according to the documentation.

https://docs.databricks.com/en/dev-tools/bundles/settings.html#other-workspace-mappings

Reasons:
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: V.Cunha

79228373

Date: 2024-11-26 21:55:17
Score: 0.5
Natty:
Report link

After discussion with Google support, it appears that the behavior described above is expected. The virtual repository still collects the union of all the relevant versions across all upstreams, regardless of their priorities. The priority of the upstream repositories is only used to select a specific upstream when a specific version is available across multiple upstreams.

The implication is that with python virtual repositories, in order to ensure that a package will be installed from the private repo, it is necessary to use "==" as version specifier (and make sure that the specified version is indeed in the private repo, and that the private repo has the highest priority).

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Self-answer (0.5):
Posted by: Come Raczy

79228368

Date: 2024-11-26 21:50:16
Score: 1
Natty:
Report link

The workaround for this was to just have the Build stage of the pipeline perform some meaningless action (like an ls). In the Deploy stage, I directly used the output of the Source stage.

This isn't the cleanest method, but it works.

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

79228360

Date: 2024-11-26 21:47:15
Score: 2
Natty:
Report link

I faced the same issue. As Matt Johnson-Pint pointed out it is something to do with a bug in Npgsql version 8. It is discussed over here https://github.com/npgsql/npgsql/issues/5465. It is fixed in the Npgsql 8.0.1 version.

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

79228348

Date: 2024-11-26 21:41:13
Score: 3.5
Natty:
Report link

Total is not an option, only Average is shown in the drop-down

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

79228347

Date: 2024-11-26 21:41:13
Score: 3
Natty:
Report link

We see the same thing. But we can trigger the issue in different ways. This started to happen when the browser updated. We tested rolling back to a previous version of Chrome and this seem to work.

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

79228322

Date: 2024-11-26 21:32:10
Score: 1
Natty:
Report link
ALTER TABLE `ceramica`.`productos` 
ADD CONSTRAINT `id_categoria1`
  FOREIGN KEY (id_categoria)
  REFERENCES `ceramica`.`categorias` (id)
  ON DELETE NO ACTION
  ON UPDATE NO ACTION;
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: irfan

79228318

Date: 2024-11-26 21:31:10
Score: 1
Natty:
Report link

Besides the above mentioned ODBC protocol there may be database vendor specific standard delivered extraction protocols. Many SAP installations are on Oracle or Hana. Each have their own ports and protocols. Typical SAP databases are in the very back; by far not all ports will be enabled or accessible. The choices are likely going to be limited to what network security will allow.

First find out what the database the source SAP installation is running on: in SAPgui then use System menu -> Status.

screen shot of the status screen

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

79228310

Date: 2024-11-26 21:27:08
Score: 1
Natty:
Report link

You need to include JQuery Script first from here like this:

<script src="https://code.jquery.com/jquery-3.7.1.js" integrity="sha256-eKhayi8LEQwp4NKxN+CfCh+3qOVUtJn3QNZ0TciWLP4=" crossorigin="anonymous"></script>
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Peter

79228305

Date: 2024-11-26 21:24:07
Score: 7 🚩
Natty: 5
Report link

i'm searching the same, have you find an answer?

Reasons:
  • Blacklisted phrase (2): have you find
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Cheloespinoza

79228304

Date: 2024-11-26 21:24:06
Score: 2.5
Natty:
Report link

The issue was in the authorization file. There were some duplicate entries. Hope this helps someone else.

Reasons:
  • Whitelisted phrase (-1): Hope this helps
  • Low length (1):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Toya

79228300

Date: 2024-11-26 21:22:06
Score: 3.5
Natty:
Report link

For Keycloak 21, select your client, go to the Advanced tab, and set Use lower-case bearer type in token responses to off enter image description here

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

79228293

Date: 2024-11-26 21:18:05
Score: 2.5
Natty:
Report link

This was driving me crazy until I found this : https://developercommunity.visualstudio.com/t/Export-Template-is-not-replacing-the-pro/10730424?sort=newest&topics=visual Seems like there is bug in the template generation. If you open the vstemplate of your client project, you'll probably see that the razor files have ReplaceParameters="false". Just set it to true and it should work properly.

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

79228276

Date: 2024-11-26 21:10:03
Score: 4
Natty: 4
Report link

Consumecode(code); is missing after UpdateUserBalance(code, userId); line.

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

79228273

Date: 2024-11-26 21:09:02
Score: 0.5
Natty:
Report link

If you are using Amazon Linux (ECS Optimized), or have installed the Amazon ECS Volume Plugin you can do the same as @masseyb and @yellowsoar with:

docker volume create efs \
    --driver amazon-ecs-volume-plugin \
    # example "fs-1234:/" or "fs-1234:/html" to bind an inner folder
    --opt device=fs-arn:/ \
    --opt o= \
    --opt type=efs

or within a Docker Compose:

volumes:
  efs:
    driver: amazon-ecs-volume-plugin
    driver_opts:
      device: "fs-arn:/" # example "fs-1234:/" or "fs-1234:/html" to bind an inner folder
      o: ""
      type: efs
Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • User mentioned (1): @masseyb
  • User mentioned (0): @yellowsoar
  • Low reputation (0.5):
Posted by: PillFall

79228272

Date: 2024-11-26 21:08:02
Score: 1
Natty:
Report link

Please try this.

'img-src': ["'self'",'https://www.mywebsite.com', 'data:']
Reasons:
  • Whitelisted phrase (-1): try this
  • Low length (1.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Fiyuva

79228265

Date: 2024-11-26 21:06:01
Score: 4
Natty:
Report link

I just have to send /start to the bot hahaha!

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

79228259

Date: 2024-11-26 21:05:01
Score: 1.5
Natty:
Report link

The previous answer looks correct for fixing type recognition, but I think the question is about accessing the Navigator read-only property. What's needed is the missing window reference like this:

const connection = window.navigator.connection
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Nate

79228238

Date: 2024-11-26 20:57:58
Score: 1
Natty:
Report link

I don't believe that is possible using the XSI streaming APIs.

You may need to look into CUCM JTAPI or TAPI, which have the ability to create conference calls (i.e. with an application controlled CTI Port phone device to play audio into the call). The Agent Greeting feature is a simplified conference scenario that uses the phone's built-in-bridge DSP mixing capability, and may be a bit easier to implement.

This repo has some JTAPI samples demonstrating some of these pieces (e.g. conference and CTI Port): CiscoDevNet/jtapi-samples

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

79228237

Date: 2024-11-26 20:56:58
Score: 2.5
Natty:
Report link

The solution to my problem was indeed dependencies. I stumbled upon stale code and the dependencies weren't right.

The solution was:

  1. use grpc-okhttp, not grpc-netty
  2. instead of excluding everything under META-INF, just exclude INDEX.LIST and DEPENDENCIES
Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Walter White

79228235

Date: 2024-11-26 20:55:57
Score: 0.5
Natty:
Report link

FmgLib.MauiMarkup is an open source library that provides the best, most useful and comprehensive structure for C# Markup. It has its own templates.

For sample applications, you can visit: https://github.com/gonultasmf?tab=repositories&q=FmgLib&type=&language=&sort=

For detailed documentation: https://github.com/FmgLib/FmgLib.MauiMarkup/blob/master/README.md

Sample AppShell.cs codes:

using FmgLib.MauiMarkup;

namespace MyFinance;

public partial class AppShell : Shell
{
    public AppShell(IServiceProvider serviceProvider)
    {
        this
        .FlyoutBehavior(FlyoutBehavior.Disabled)
        .Items(
            new ShellContent()
            .Title("")
            .ContentTemplate(() => new StartedPage())
            .Route(nameof(StartedPage)),

            new ShellContent()
            .Title("")
            .ContentTemplate(() => serviceProvider.GetService<LoginPage>())
            .Route(nameof(LoginPage)),

            new ShellContent()
            .Title("")
            .ContentTemplate(() => serviceProvider.GetService<RegisterPage>())
            .Route(nameof(RegisterPage)),

            new ShellContent()
            .Title("")
            .ContentTemplate(() => serviceProvider.GetService<AddOrEditPage>())
            .Route(nameof(AddOrEditPage)),

            new TabBar()
            .Items(
                new Tab()
                .Title("Anasayfa")
                .Items(serviceProvider.GetService<MainPage>())
                .Route(nameof(MainPage))
                .FlyoutDisplayOptions(FlyoutDisplayOptions.AsSingleItem)
                .Icon("home.png"),

                new Tab()
                .Title("İstatistik")
                .Items(serviceProvider.GetService<ChartPage>())
                .Route(nameof(AccountPage))
                .FlyoutDisplayOptions(FlyoutDisplayOptions.AsSingleItem)
                .Icon("chart.png"),

                new Tab()
                .Title("İşlemler")
                .Items(serviceProvider.GetService<ItemsPage>())
                .Route(nameof(ItemsPage))
                .FlyoutDisplayOptions(FlyoutDisplayOptions.AsSingleItem)
                .Icon("adjust.png"),

                new Tab()
                .Title("Profil")
                .Items(serviceProvider.GetService<AccountPage>())
                .Route(nameof(AccountPage))
                .FlyoutDisplayOptions(FlyoutDisplayOptions.AsSingleItem)
                .Icon("user.png")
            )
        );
    }
}
Reasons:
  • Probably link only (1):
  • Long answer (-1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Mustafa Gönültaş

79228228

Date: 2024-11-26 20:54:57
Score: 2
Natty:
Report link

if the /book page isn’t loading properly, javascript errors or caching issues could be the problem, especially if similar pages like /book2 work fine. to troubleshoot, first check for javascript errors using the browser’s developer console, comparing the /book page to /book2 to spot any issues. clear both your browser and wix cache, as cached versions can sometimes store old or broken content. if /book has been previously used, it may have leftover redirects or settings causing conflicts. check wix’s redirect manager to ensure no hidden redirects are interfering, as these can automatically generate with page renames or deletions. if acceptable, consider permanently assigning /book2 to the existing page and setting a redirect from /book. alternatively, create a clean test page using the /book slug; if this loads correctly, gradually add elements to find any annoying code.

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

79228213

Date: 2024-11-26 20:49:56
Score: 3.5
Natty:
Report link

I tried to configure this plugin, but even after the execution, new Test execution is created or test results are uploaded. Can someone help? below is my configuration:

configureXrayPlugin(on,config,{ jira: { projectKey: "CYP", // placeholder value url: "https://testcypressproject.atlassian.net", // placeholder value attachVideos: true, createTestIssues: true,

            testExecutionIssueSummary: "Trial cypress xray result upload", // ignored
            testExecutionIssueDescription: "Trial cypress xray result upload", // ignored

            // testExecutionIssue: {
            //  fields:{
            //     description: "Trial cypress xray result upload",
            //     summary: "Trial cypress xray result upload"
            // }
          // }
          },
          xray: {
            //uploadRequests: true,
            uploadResults: true,
            uploadScreenshots: true
        },
        plugin: {
          // enabled: true,
          logDirectory: "cypress/logs",
          // normalizeScreenshotNames: true,
          debug: true
      }
    }
Reasons:
  • Blacklisted phrase (1): this plugin
  • RegEx Blacklisted phrase (3): Can someone help
  • Long answer (-1):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (0.5):
Posted by: Sheetal Akhud

79228202

Date: 2024-11-26 20:44:54
Score: 3
Natty:
Report link

change typescript version to 4.8.2 resolve the issue. When you are on angular@15

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

79228195

Date: 2024-11-26 20:41:53
Score: 1.5
Natty:
Report link

Use the --platform option of the docker run command. For example:

$ docker run --rm --platform "linux/arm/v7" alpine:latest uname -m
armv7l
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: well-dan

79228185

Date: 2024-11-26 20:36:52
Score: 1
Natty:
Report link

If you're using firebase-functions v6.x.x, I think the issue here might be related to how firebase-functions is being imported. Starting firebase-functions v6.0.0, the default entry point of the package was changed to v2 instead of v1.

Since it looks like you're using a v1 function, could you try updating your code to explicitly import "firebase-functions/v1"? The updated code would look something like:

"const fireFunctions = require("firebase-functions/v1"); // Imports v1 functions"
Reasons:
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Oluwadamilare Alonge

79228180

Date: 2024-11-26 20:34:51
Score: 1.5
Natty:
Report link

Try running command to increase git buffer size

git config --global http.postBuffer 524288000

then git clone <repo>

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

79228177

Date: 2024-11-26 20:33:50
Score: 5
Natty: 6
Report link

How do I have it select the non empty cells in range a1:D99999 and then export only the non empty cells to a separate worksheet?

Sorry, i am not a strong programmer

Reasons:
  • Blacklisted phrase (1): How do I
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Unregistered user (0.5):
  • Starts with a question (0.5): How do I have it
  • Low reputation (1):
Posted by: Coxwain

79228167

Date: 2024-11-26 20:27:48
Score: 4
Natty:
Report link

per jonrsharpe it is a simple change.

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

79228166

Date: 2024-11-26 20:26:47
Score: 1.5
Natty:
Report link

The EVM is a virtual machine, meaning it doesn't matter if you are connecting via a public one, a paid one, or your own RPC, you will interact with it in the same environment. This concept is called a holographic computer

You interact with the EVM, this is where all the "programs" (smart contracts) are "hosted" (deployed and stored). You connect via a RPC but the EVM is the same for everyone on the same chain, for example Ethereum

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

79228164

Date: 2024-11-26 20:25:47
Score: 1.5
Natty:
Report link

CloudWatch Logs now supports a jsonParse function allowing you to extract and parse the json string into a map/list, and then access attributes. For example, you can do

parse @message /Request details: (?<json_string>\{.*\})/
| fields jsonparse(json_string) as json_message
| stats count_distinct(json_message.`user.id`)

Refer to: https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CWL_QuerySyntax-operations-functions.html#CWL_QuerySyntax-structure-types

example queries: https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CWL_QuerySyntax-examples.html#CWL_QuerySyntax-examples-structure

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

79228160

Date: 2024-11-26 20:23:46
Score: 3
Natty:
Report link

FmgLib.MauiMarkup is an open source library that provides the best, most useful and comprehensive structure for C# Markup. It has its own templates.

For sample applications, you can visit: https://github.com/gonultasmf?tab=repositories&q=FmgLib&type=&language=&sort=

For detailed documentation: https://github.com/FmgLib/FmgLib.MauiMarkup/blob/master/README.md

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Mustafa Gönültaş

79228158

Date: 2024-11-26 20:23:46
Score: 4
Natty:
Report link

Could you provide a minimal reproducible example of the code you're running ?

On top of that, i would suggest to:

Reasons:
  • RegEx Blacklisted phrase (2.5): Could you provide
  • Long answer (-0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Alessandro Cesa

79228155

Date: 2024-11-26 20:22:46
Score: 0.5
Natty:
Report link

i think for me, the error was that my target folder was there and had a folder structure, but was entirely empty of any actual build files. so i deleted the target folder and built again, and it worked

Reasons:
  • Whitelisted phrase (-1): it worked
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
Posted by: shieldgenerator7

79228123

Date: 2024-11-26 20:09:42
Score: 8.5 🚩
Natty: 5.5
Report link

Were you able to expand this to other users?

Reasons:
  • 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: Saikot Paul

79228107

Date: 2024-11-26 20:05:41
Score: 1
Natty:
Report link

For subMap(), the time complexity is O(log n + m) where m is the number of entries needed to return for the submap.

See https://algs4.cs.princeton.edu/code/javadoc/edu/princeton/cs/algs4/RedBlackBST.html#size(Key,Key)

The keys methods take O(log n + m) time, where m is the number of keys returned by the iterator.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: jzleetcode.github.io

79228106

Date: 2024-11-26 20:05:41
Score: 1
Natty:
Report link

Each AnnouncerMessage component starts its animation simultaneously.

You just need to make sure that each message begins animating once the previous message has completed.

StackBlitz Repo

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