79519889

Date: 2025-03-19 10:30:46
Score: 1.5
Natty:
Report link

How about this expression?

$.mydata{ 
  OWNED: $.{
    DOSSIER: DOSSIER,
    "DIP_ID": DIP_ID
  }{
    Private: $.DIP_ID[],
    Public: $.DIP_ID[],
    "OWNED_GROUP_COUNT": $count($.DIP_ID)
  }
}

JSONata Playground link: https://jsonatastudio.com/playground/4502c709

Given a JSON input of:

{
  "mydata": [
    {
      "OWNED": "A",
      "DOSSIER": "Private",
      "DIP_ID": 8619
    },
    {
      "OWNED": "B",
      "DOSSIER": "Public",
      "DIP_ID": 17
    },
    {
      "OWNED": "C",
      "DOSSIER": "Private",
      "DIP_ID": 27635
    },
    {
      "OWNED": "A",
      "DOSSIER": "Public",
      "DIP_ID": 111
    },
    {
      "OWNED": "B",
      "DOSSIER": "Public",
      "DIP_ID": 110
    }
  ]
}

It evaluates to:

{
  "A": {
    "Private": [
      8619
    ],
    "OWNED_GROUP_COUNT": 2,
    "Public": [
      111
    ]
  },
  "B": {
    "Public": [
      17,
      110
    ],
    "OWNED_GROUP_COUNT": 2
  },
  "C": {
    "Private": [
      27635
    ],
    "OWNED_GROUP_COUNT": 1
  }
}
Reasons:
  • Probably link only (1):
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): How
  • Low reputation (0.5):
Posted by: Vlad Dimov

79519888

Date: 2025-03-19 10:30:45
Score: 10.5 🚩
Natty: 4.5
Report link

do you have any updates? I have the same issue.

Reasons:
  • Blacklisted phrase (1): I have the same issue
  • RegEx Blacklisted phrase (2.5): do you have any
  • RegEx Blacklisted phrase (0.5): any updates
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): I have the same issue
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Roman

79519883

Date: 2025-03-19 10:28:45
Score: 4
Natty:
Report link

This was a bug in the SDK, this will be fixed in an upcoming release

https://github.com/Dart-Code/Dart-Code/issues/5387

Reasons:
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Tijl Ivens

79519882

Date: 2025-03-19 10:28:45
Score: 1
Natty:
Report link

If using javascript you can use https://github.com/FRSOURCE/is-animated it is only 2KB compressed and detects animated webp and animated gif

Reasons:
  • Whitelisted phrase (-1.5): you can use
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Matt Thomson

79519881

Date: 2025-03-19 10:28:45
Score: 0.5
Natty:
Report link

You might be building with --wasm tag (Web Assembly) which only currently supports Chromium browsers.

Remove the --wasm when building so canvas kit is automatically used.

If you are using a lower flutter version, use --web-renderer canvaskit.

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

79519865

Date: 2025-03-19 10:22:39
Score: 0.5
Natty:
Report link

if we use docker compose, can add like this,
docker file:
EXPOSE 8080
EXPOSE 8081

and

in docker-compse:

    ports:
      - 5000:8080
    environment:
      - ASPNETCORE_ENVIRONMENT=Docker
      - ASPNETCORE_HTTP_PORTS=8080
      - ASPNETCORE_HTTPS_PORTS=8081
      - ASPNETCORE_URLS=http://+:8080
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Chinh Vo Wili

79519852

Date: 2025-03-19 10:20:39
Score: 4
Natty:
Report link

use [val] instead of [def] in gradle.

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

79519850

Date: 2025-03-19 10:19:38
Score: 5.5
Natty:
Report link

In my case it was the wrong path to python.exe.

With pointing the path variable to the python3\win32 folder I have the same error.

After setting path to python3\amd64 the 'pip install notebook' worked.

Reasons:
  • RegEx Blacklisted phrase (1): I have the same error
  • Low length (0.5):
  • No code block (0.5):
  • Me too answer (2.5): I have the same error
  • Low reputation (1):
Posted by: snowrunner

79519848

Date: 2025-03-19 10:19:37
Score: 4
Natty:
Report link

I have the same problem, but mine only happens whenever I log out and then log back into the app. It turns out that the msal.interaction.status is not deleted and remains in the session. I fixed it by clearing the session before running msalInstance.loginPopup().

Reasons:
  • Blacklisted phrase (1): I have the same problem
  • Whitelisted phrase (-2): I fixed
  • Low length (0.5):
  • No code block (0.5):
  • Me too answer (2.5): I have the same problem
  • Single line (0.5):
  • Low reputation (1):
Posted by: Jerrico Dela Cruz

79519839

Date: 2025-03-19 10:12:35
Score: 15.5 🚩
Natty:
Report link

I am facing the same issue. Were you able to fix it?

Reasons:
  • Blacklisted phrase (3): Were you able to fix it
  • RegEx Blacklisted phrase (1.5): fix it?
  • RegEx Blacklisted phrase (3): Were you able
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): I am facing the same issue
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Muhammad Zafar

79519838

Date: 2025-03-19 10:12:35
Score: 2
Natty:
Report link

From Athena:

SELECT count(*) FROM "AwsDataCatalog"."<database name>"."<table name>$partitions";

Source AWS Documentation

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

79519833

Date: 2025-03-19 10:12:35
Score: 1.5
Natty:
Report link

I'm unsure what you're trying to do in your compose, but could you not go from your PowerBI direcly (skipping compose) to "create csv table" and then save the results to sharepoint?

Csv starts with a header row and then continues with data for each line, so out of the box it should do what you need. - The delimiters can be different depending on region (I've seen many csv's (Comma Seperated Values) that are semicolon separated, so that might also be your issue.

Perhaps you should show us a bit of your dataset... as in

Current state => desired state

so that we have an idea of what transformation you want to achieve here, more details please.

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Stefan Malling

79519824

Date: 2025-03-19 10:07:34
Score: 0.5
Natty:
Report link

For anyone interested, I just found a solution, I placed #secondList into a table element:

and added the css decorator visibility: visible / collapse

<table>
  <tr>
    <td>
      <secondListComponent></>
    </td>
  </tr>
</table>

according to mozilla:

For rows, columns, column groups, and row groups, the row(s) or column(s) are hidden and the space they would have occupied is removed (as if display: none were applied to the column/row of the table). However, the size of other rows and columns is still calculated as though the cells in the collapsed row(s) or column(s) are present.

Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Conor O'Malley

79519818

Date: 2025-03-19 10:05:33
Score: 3.5
Natty:
Report link

i have the same problem with this code of mine

    <Stack.Navigator
      initialRouteName={Routes.Login}
      screenOptions={{header: () => {}}}>
      <Stack.Screen name={Routes.SignIn} component={SingIn} />
      <Stack.Screen name={Routes.Login} component={Login} />;
    </Stack.Navigator>

mine problem was the ;

<Stack.Navigator
  initialRouteName={Routes.Login}
  screenOptions={{header: () => {}}}>
  <Stack.Screen name={Routes.SignIn} component={SingIn} />
  <Stack.Screen name={Routes.Login} component={Login} />;<---- HERE
</Stack.Navigator>

and i just delete it and it went back to normal

Reasons:
  • Blacklisted phrase (1): i have the same problem
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Me too answer (2.5): i have the same problem
  • Low reputation (1):
Posted by: Frentzen Chan

79519804

Date: 2025-03-19 10:00:31
Score: 6.5 🚩
Natty:
Report link

I am experiencing a similar issue with commonMain, JsMain, and iOSMain. Could you pls share the code and provide a detailed explanation?

Reasons:
  • RegEx Blacklisted phrase (2.5): Could you pls share the code
  • Low length (1):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Grok Digital

79519787

Date: 2025-03-19 09:52:29
Score: 0.5
Natty:
Report link

I just reiterate @JBGrubber s comment here (as it might be overlooked).

You can add the CSS right next to the title in curly brackets:

## Slide {style="text-align: center;"}
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • User mentioned (1): @JBGrubber
  • High reputation (-1):
Posted by: andschar

79519782

Date: 2025-03-19 09:51:29
Score: 2
Natty:
Report link

For anyone encountering this issue in 2025:

We had several issues when setting up a Net TCP server in WCF with transport security. I'm sharing our findings to help anyone encountering any of the same later, even though some of this has been mentioned in other posts:

1: Getting a certificate with an accessible private key

The first issue was that the key was not accessible, because when generating a self-signed certificate, the certificate "knows" about the key but cannot access it.

This is fixed by exporting the certificate as bytes, and re-importing it, creating a new object that knows about the secret key.

var temp = GenerateCertificate(subjectName ?? DEFAULT_SUBJECT, keySize, validDays);
var completeCert = new X509Certificate2(temp.Export(X509ContentType.Pfx, password), password, X509KeyStorageFlags.Exportable | X509KeyStorageFlags.MachineKeySet);
temp.Dispose();
return completeCert;
private static X509Certificate2 GenerateCertificate(string subjectName, int keySize, int validDays)
{
    var cngKey = new CngKeyCreationParameters
    {
        ExportPolicy = CngExportPolicies.AllowPlaintextExport,
        KeyUsage = CngKeyUsages.AllUsages,
        Provider = CngProvider.MicrosoftSoftwareKeyStorageProvider
    };

    rsa = new RSACng(CngKey.Create(CngAlgorithm.Rsa, null, cngKey));
    var request = new CertificateRequest(subjectName, rsa, HashAlgorithmName.SHA256, RSASignaturePadding.Pkcs1);
    request.CertificateExtensions.Add(new X509KeyUsageExtension(X509KeyUsageFlags.KeyCertSign | X509KeyUsageFlags.KeyEncipherment, false));
    var certificate = request.CreateSelfSigned(DateTimeOffset.Now, DateTimeOffset.Now.AddYears(10));
    return certificate;
}

Note that this generates a key file in C:\ProgramData\Microsoft\Crypto\RSA\MachineKeys, (OR in some cases C:\ProgramData\Microsoft\Crypto\Keys) - More on that later...

Then, creating a self signed certificate at runtime and setting it to service like this:

ServiceHost host = new ServiceHost(service);
X509Certificate2 certificate = MyNamespace.GenerateCertificate();
host.Credentials.ServiceCertificate.Certificate = certificate;

This worked like a charm while running from IDE, but not when running the program in a real environment. What now?

2: Ensuring User access to the key

The mentioned keys are generated and saved as files on the computer. This is due to the inner workings of the Microsoft cryptographic service providers and therefore you don't really have a choice.

However this is a problem when the program is running under a user that don't have access to these folders. The solution is to add these permissions!

Do this however you like, we added a powershell script to be run at install time that grants the "Everyone" user group read, write, and delete access to this folder (NSIS calls this .ps1 script). This can look like:

$FolderPath = "$env:ALLUSERSPROFILE\Microsoft\Crypto\RSA\MachineKeys"
$Acl = Get-ACL $FolderPath

# protect folder from inherited rules
$Acl.SetAccessRuleProtection($True, $False)

#Everyone group regardless of localization
$Everyone = New-Object System.Security.Principal.SecurityIdentifier('S-1-1-0')

#add user permission to folder
$AccessRule = New-Object System.Security.AccessControl.FileSystemAccessRule($Everyone,"Read,Write,Delete","ContainerInherit,ObjectInherit","none","Allow")
$Acl.SetAccessRule($AccessRule)

#apply changes
Set-Acl $FolderPath $Acl

Voilá! Now it works when a normal user runs the program on Windows 11.

BUT wait, it still throws when running the program as a service on a windows 10 PC. AND the keys aren't being generated in Crypto/RSA/MachineKeys folder, but in Crypto/Keys.

3: CAPI and CNG despair

This one tripped us up for a long time. It seemed no matter what we did on windows 10 it did not work.

The process run as a service, so we troubleshooted all the possible implications this could have, with no luck. The process ran under LOCAL SYSTEM, which should mean the file access shouldn't be an issue as SYSTEM has access to everything.

A deep dive into the stack trace and the "magical" workings of the "old" CryptoAPI and the newer Crypto Next Generation and some decompiled Microsoft package code, revealed that the validation of the certificate fails because of a check performed in System.ServiceModel.Security.SecurityUtils.CanKeyDoKeyExchange(X509Certificate2 certificate).

This method has a flag to ensure it doesn't try to access the obsolete X509Certificate2.PrivateKey property, WHICH IS STILL IN USE because the transition from CAPI to CNG hasn't gone entirely flawless. (No judgement here Microsoft, we all make mistakes.)

So the final piece of the puzzle that took us weeks to troubleshoot is to set the System.ServiceModel.LocalAppContextSwitches.DisableCngCertificates flag to false for out application.

For our WPF application this was done by adding this to the app.config:

<configuration>
  <runtime>
    <AppContextSwitchOverrides value="Switch.System.ServiceModel.DisableCngCertificates=false" />
  </runtime>
</configuration>

And lo and behold it works!

Reasons:
  • Blacklisted phrase (1): did not work
  • Blacklisted phrase (1): no luck
  • Blacklisted phrase (1): worked like a charm
  • Whitelisted phrase (-1): solution is
  • Long answer (-1):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Saigronas

79519777

Date: 2025-03-19 09:50:29
Score: 3
Natty:
Report link

I have the same problem today,

it seems there is a huge update with the packages, now it exists a file called blocks-manifest.php which replicate the block.json file.

Ths file is loaded in the plugin's main file like this

    function create_block_toto_block_init() {
if ( function_exists( 'wp_register_block_types_from_metadata_collection' ) ) { // Function introduced in WordPress 6.8.
    wp_register_block_types_from_metadata_collection( __DIR__ . '/build', __DIR__ . '/build/blocks-manifest.php' );
} else {
    if ( function_exists( 'wp_register_block_metadata_collection' ) ) { // Function introduced in WordPress 6.7.
        wp_register_block_metadata_collection( __DIR__ . '/build', __DIR__ . '/build/blocks-manifest.php' );
    }
    $manifest_data = require __DIR__ . '/build/blocks-manifest.php';
    foreach ( array_keys( $manifest_data ) as $block_type ) {
        register_block_type( __DIR__ . "/build/{$block_type}" );
    }
}

} add_action( 'init', 'create_block_toto_block_init' );

with two new php functions introduced to fill automatically the register_block_type function:

wp_register_block_types_from_metadata_collection is scheduled for Wordpress 6.8...

npm run build create the blocks-manifest.php into the build folder but npm start doesn't

I think it's a bug...

Reasons:
  • Blacklisted phrase (1): I have the same problem
  • Long answer (-1):
  • Has code block (-0.5):
  • Me too answer (2.5): I have the same problem
  • Low reputation (1):
Posted by: lionel-dev-fr

79519755

Date: 2025-03-19 09:42:26
Score: 1.5
Natty:
Report link

The first issue I can imagine is that woff2 does not work for that specific browser. Here is the link with the formats and supported browsers:

https://transfonter.org/formats#browser-support

When creating a face-font you can provide different formats as well. Example for different font formats:

@font-face {
    font-family: 'Proxima Nova';
    src: url('proximanova-regitalic-webfont.eot') format('embedded-opentype'),
         url('proximanova-regitalic-webfont.woff') format('woff'),
        url('proximanova-regitalic-webfont.woff2') format('woff2'),
         url('proximanova-regitalic-webfont.ttf') format('truetype'),
         url('proximanova-regitalic-webfont.svg') format('svg');
}

The other possible issue could be font-face compatibility, which you can find at this link https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face#browser_compatibility.

Reasons:
  • Blacklisted phrase (1): Here is the link
  • Blacklisted phrase (1): this link
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Jonid Bendo

79519753

Date: 2025-03-19 09:40:25
Score: 8.5 🚩
Natty:
Report link

Can you please share DAG definition and logs?

Reasons:
  • RegEx Blacklisted phrase (2.5): Can you please share
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Starts with a question (0.5): Can you please share
  • Low reputation (1):
Posted by: Shiva Charan

79519744

Date: 2025-03-19 09:38:24
Score: 5.5
Natty:
Report link

The icon cannot be used as a JSX component, can you share the part of your code where you have used this 'icon'.

Reasons:
  • RegEx Blacklisted phrase (2.5): can you share
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Harsh Deep

79519741

Date: 2025-03-19 09:37:24
Score: 1.5
Natty:
Report link

I think you may be running bootstrap templates or recipies with windows line endings on linux hosts. If you are using an IDE it will have settings for this, if not you can change them easily in notepad++, or using the linux shell or powershell to search and replace.

If you are using a chef server make sure the ruby files have linux line endings on the server if running locally check the local directory on windows.

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

79519730

Date: 2025-03-19 09:33:23
Score: 1.5
Natty:
Report link

Here I am answering my own question.
After trying everything you and the internet suggested, I gave up on using virtualenv.

As Matt suggested in the comments, I downloaded miniconda and created an environment there. I was able to download all the packages and the code is running nicely.

Thanks for your help.

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Whitelisted phrase (-0.5): Thanks for your help
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Andrea Barone

79519726

Date: 2025-03-19 09:32:22
Score: 13
Natty: 9
Report link

Same problem here mate, did you find any solution to this issue?

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

79519720

Date: 2025-03-19 09:29:22
Score: 3
Natty:
Report link

llamacpp adds extra phrases due to tokenization quirks or hidden system prompts. To fix this, try disabling the prompt cache or adjusting sampling settings.

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

79519719

Date: 2025-03-19 09:29:22
Score: 0.5
Natty:
Report link

I was getting the same error and I solved it by puting Go at the end of my stored procedure after END

Reasons:
  • Whitelisted phrase (-2): I solved
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Developer-Felix

79519688

Date: 2025-03-19 09:19:20
Score: 3.5
Natty:
Report link

Issue resolved by @MattHaberland - the code had a separate function with the name winsorize and only 1 positional argument, hence the error message. The name of this function has since been changed and the code works.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • User mentioned (1): @MattHaberland
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: SRJCoding

79519684

Date: 2025-03-19 09:18:19
Score: 2
Natty:
Report link

@user6845744's answer is the correct one:
"Naming a class like the annotation above is so bad and cause Spring to not recognize it".

This is wrong!

@RestController
public class RestController{ }

This is OK!

@RestController
public class BaseController{ }
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • User mentioned (1): @user6845744's
  • Low reputation (1):
Posted by: Lion's

79519683

Date: 2025-03-19 09:18:19
Score: 2.5
Natty:
Report link

For me, it was an extra space between flags. Very odd, they should have some basic parsing skills :)

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

79519677

Date: 2025-03-19 09:16:18
Score: 6 🚩
Natty: 5.5
Report link

I can easily create a foreign table based on a view, but that table is useless - can't be queried because of an errror: "unable to establish size of foreign table mytable". Is there a way to make it work?

Reasons:
  • Blacklisted phrase (1): Is there a way
  • Low length (0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Liudmilla

79519668

Date: 2025-03-19 09:13:17
Score: 1.5
Natty:
Report link

I found the below solution to work for my problem.

Latest = LASTNONBLANKVALUE('table'[column], SUM('table'[column]))
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: MJobbson

79519662

Date: 2025-03-19 09:11:17
Score: 2
Natty:
Report link

so once you have the "N" part of colN value loaded to an int variable, build a while loop to add columns from N+1 maxing out at 50.

while @N <=50

begin

set @N=~N+1

do stuff to add column

end

Looks like you have most of the work done already, the while loop shouldn't be difficult

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

79519655

Date: 2025-03-19 09:08:16
Score: 1
Natty:
Report link

With the help of ChatGPT, after numerous attempts, I have managed to write the shortest code for self-elevating PowerShell permissions:

if (-not (net session)) { Start-Process powershell -WorkingDirectory $PSScriptRoot -ArgumentList "-File `"$PSCommandPath`"" -Verb RunAs; exit }
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: CongAn-王从安

79519652

Date: 2025-03-19 09:08:16
Score: 2
Natty:
Report link

This answer states that

The only limiting factor is that you cannot upload versions equal or smaller than a released version. No matter what you have in TestFlight.

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

79519647

Date: 2025-03-19 09:07:15
Score: 11.5 🚩
Natty: 5.5
Report link

Did you find a solution, I'm having the same question ?

Reasons:
  • RegEx Blacklisted phrase (3): Did you find a solution
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): I'm having the same question
  • Ends in question mark (2):
  • Single line (0.5):
  • Starts with a question (0.5): Did you find a solution
  • Low reputation (1):
Posted by: baha

79519640

Date: 2025-03-19 09:04:14
Score: 0.5
Natty:
Report link

Seems like you're using Kotlin DSL in your build.gradle file.

So most likely the right code would be

minifyEnabled true

Instead of

isMinifyEnabled = true

Keep in mind that other properties might need to be renames as well.

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

79519633

Date: 2025-03-19 09:01:13
Score: 1.5
Natty:
Report link

If you change directory to company_logos in the local repo before running the git-ls-files command, you will get the relative path to ignored files in that directory without needing to pipe to select-string. If you need the full path add --full-name https://git-scm.com/docs/git-ls-files.

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

79519632

Date: 2025-03-19 09:01:13
Score: 6.5
Natty: 7
Report link

On Meta Quest v74, the account dashboard doesn't list the accounts anymore. Does anyone know if there are ADB commands to get rid of the accounts prior to calling set-device-owner?

Reasons:
  • RegEx Blacklisted phrase (2): Does anyone know
  • Low length (0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: MathPadawan

79519630

Date: 2025-03-19 08:59:12
Score: 2
Natty:
Report link

Be noted that according to this notes webrtcdsp is disabled in GStreamer 1.24 for some reasons. The way to add it is to build gst-plugins-bad from source previously installed libwebrtc-audio-processing-dev.

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

79519620

Date: 2025-03-19 08:56:12
Score: 1
Natty:
Report link

As of Git version 2.49 you can clone and checkout a specific commit in one go using the syntax:

git clone <url> --revision <commitID>

See Highlights from Git 2.49 in the GitHub Blog.

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

79519600

Date: 2025-03-19 08:49:10
Score: 2.5
Natty:
Report link

The distinction between a VM and an instance can be confusing, especially since many cloud providers use the terms interchangeably. From my experience, what really matters is the performance and flexibility of the virtual environment. I’ve worked with high-performance cloud VMs running in European data centers—if you're looking for reliable solutions, you can <a href="https://www.univirtual.ch/en/business-core/virtualization-telecommunication/virtual-machine">check this out</a>.

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

79519595

Date: 2025-03-19 08:47:09
Score: 1.5
Natty:
Report link

I've been getting the "Unable to watch for file changes" warning from VS Code for many months, and tried several times to diagnose and fix it. Thanks to this Pylance bug report I finally tracked it down.

I had the top folder of my local checkouts tree in my PYTHONPATH which has 4.3m files inside 3.1m folders. As Sabri Eyuboglu points out in their answer, VS Code recursively watches all folders listed in the PYTHONPATH. So VS Code was consuming my entire custom 2m limit on inotify max_user_watches. I measured this using the excellent inotify-info tool.

I actually need to import some modules from the top level of my checkouts tree, but to work around the problem I made a sub-folder with symlinks to the specific module folders that I want to be able to import, added the sub-folder to my PYTHONPATH and removed the top-level checkouts folder from my PYTHONPATH. Now my VS code watcher count is only 382!

It took me a while to track this down so I thought I would share my story here in case it helps others.

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

79519586

Date: 2025-03-19 08:43:08
Score: 2.5
Natty:
Report link

(a* b* )+a* =(a+b)*

using (a+b)*=(a * b)* a*

we can write (a * b)* a* + a*

which gives us ((a * b)* + epsilon)a*

which is equivalent to (a * b)* a* i.e (a+b)*

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

79519582

Date: 2025-03-19 08:41:08
Score: 0.5
Natty:
Report link

As per the session pricing documentation you will be billed for each autocomplete request seperately until 12 requests. After which it should go in the session usage plan.

  • First 12 Autocomplete (New) requests: You are billed for each Autocomplete (New) request, up to a maximum of 12 requests, using the SKU: Autocomplete Requests.

  • For Autocomplete (New) requests 13 and higher in the same session: You are billed at the SKU: Autocomplete Session Usage, meaning there is no charge for those requests.

Documentation: https://developers.google.com/maps/documentation/places/web-service/session-pricing

As per my understanding the session token handling is primarily meant to simplify billing into discrete groups. It might not reduce costs until you go searching more than 12 characters when searching with autocomplete.

Also after your autocomplete requests the session closes only when you make a Places Detail API call with the same session token. In which case the session token is marked as expired.

Now if you try to use the same session token without closing it for a different autocomplete request it will be considered as a separate request.

The documentation is not clear how google determines this but I think if any parameters other than input change it will be considered as a new session.

Be sure to pass a unique session token for each new session. Using the same token for more than one session will result in each request being billed individually.

Documentation: https://developers.google.com/maps/documentation/places/web-service/session-tokens

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

79519577

Date: 2025-03-19 08:38:07
Score: 1.5
Natty:
Report link

It looks like WordPress is treating your /login page as an API endpoint rather than a regular page.

WordPress has a built-in REST API, and /login might be conflicting with an existing endpoint

To test, try accessing another non-existent page (e.g, mysite.com/randompage). If it gives a standard 404 page, then /login might be reserved.

Rename the page to something like /user-login and see if that works.

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

79519574

Date: 2025-03-19 08:37:07
Score: 0.5
Natty:
Report link

if you using @JsonIgnore resultList can't make items.

    @ManyToMany(fetch = FetchType.EAGER)
    @JoinTable(
            name = "usuario_vivienda",
            joinColumns = @JoinColumn(name = "usuario_id"),
            inverseJoinColumns = @JoinColumn(name = "vivienda_id")
    )
    @JsonIgnore
    private Set<Vivienda> viviendas;

but this @JsonIgnore remove will cause recursive error. because you includes Viviendas has Usuarios list(set) and Usuarios has Viviendas list(set).

so if you want solve this; make another table and that table has two Class.

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

79519571

Date: 2025-03-19 08:36:07
Score: 2
Natty:
Report link

I have found the answer, when creating snoop channel there is an option which audio you want to spy:
- in
- out
- none
- both ( I had this)

I have changed both -> in and it solved.

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

79519559

Date: 2025-03-19 08:32:05
Score: 0.5
Natty:
Report link

There have been changes in the latest .NET 9.0.3 (SDK 9.0.202) which is worth installing to see if your iOS issues are resolved.

For details check:

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

79519553

Date: 2025-03-19 08:27:05
Score: 1
Natty:
Report link

may be

    //remove the trailing white space 
    String medianRes = xmlString.replaceAll("\\s+$","");
    //remove other white space
    String res = medianRes.replaceAll("\\s+$"," ");

^ is meaning start with some char; $ is meaning end with some char;

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

79519550

Date: 2025-03-19 08:27:05
Score: 0.5
Natty:
Report link

Try:

=MINIFS($B$1:$B$6;$A$1:$A$6;"Expiring soon";$C$1:$C$6;"Valid")

enter image description here

Column B: Includes values.
Column A: Includes expire check.
Column C: Includes valid check.

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

79519547

Date: 2025-03-19 08:25:04
Score: 2.5
Natty:
Report link

I solved this issue refering to the documentation provided by apple
https://developer.apple.com/documentation/bundleresources/adding-a-privacy-manifest-to-your-app-or-third-party-sdk

Reasons:
  • Whitelisted phrase (-2): I solved
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Psalm David

79519534

Date: 2025-03-19 08:22:03
Score: 0.5
Natty:
Report link

You could use cache mount in the Dockerfile link to Docker documentation

The cache is cumulative across builds, so you can read and write to the cache multiple times.

In the link there is this example for Python

RUN --mount=type=cache,target=/root/.cache/pip \
    pip install -r requirements.txt
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Matteo Calisti

79519523

Date: 2025-03-19 08:15:02
Score: 2.5
Natty:
Report link

I contacted the AWS support team, and it turned out that someone with super admin rights needs to reindex it.

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

79519520

Date: 2025-03-19 08:14:01
Score: 6.5 🚩
Natty: 5.5
Report link

I have same problem on GCP.

message: Failed snapshot precheck for workload

I did everything what is here https://docs.kasten.io/latest/install/google/google.html#using-a-separate-gcp-service-account but VolumeSnapshotClass is not mentioned there. Why do i need VolumeSnapshotClass when I have gcp infra profile setup with service account all right compute.storageAdmin

Thank you

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Blacklisted phrase (0.5): i need
  • Blacklisted phrase (1): I have same problem
  • Low length (0.5):
  • No code block (0.5):
  • Me too answer (2.5): I have same problem
  • Low reputation (1):
Posted by: Martin Baláž

79519514

Date: 2025-03-19 08:12:00
Score: 3
Natty:
Report link

there is an another solution that through REGEDIT

here is my way. close all microsoft softwares (even OneDrive) and follow instrfuctions from: https://stackoverflow.com/a/26811218/16355450

trick: never delete CUSTOM file under regedit. just RENAME it with <Custom_old>

Reasons:
  • Blacklisted phrase (1): stackoverflow
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Burhan Özdemir

79519511

Date: 2025-03-19 08:11:00
Score: 3.5
Natty:
Report link

How to perform the same when you have dynamic dates in the month column. Since there are only 2 months in the month column, we can declare "Jan" "Feb" like that.

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): How to
  • Low reputation (1):
Posted by: Naren Jawahar

79519510

Date: 2025-03-19 08:11:00
Score: 2
Natty:
Report link

Open the chrome devtools (F12), click the network tabs and check on 'Fetch/XHR'. You will find an entry labeled "AggregatePrices?year=2025&market=DayAhead&deliveryArea=AT,FR&currency=EUR" which contains the data in a json format (refresh page if needed). Just download it. You can change the query string to suit your needs.

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

79519509

Date: 2025-03-19 08:10:00
Score: 2
Natty:
Report link

<input name="value" alt="checkbox-name" json="checkbox-name" type="checkbox" class=" ">

alt and JSON attributes are optional, but as we have multiple checkboxes in our use-case we need to use this parameter to identify which checkbox was checked. If we don’t pass the alt and JSON parameter then the value for the checkbox will be seen as true in the pipeline code, but if we pass the alt and JSON then the value of the checkbox will be seen as the string we passed in alt and JSON.

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

79519508

Date: 2025-03-19 08:10:00
Score: 1
Natty:
Report link

- After debugging, I found that the issue was caused by the following import:


from _future_ import annotations

When I removed this import, the issue was resolved.

The error occurs because `from _future_ import annotations` enables postponed evaluation of type hints, which can interfere with Pydantic's handling of forward references in certain cases.

To fix this issue:
- Remove the from _future_ import annotations import if it's not necessary.

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

79519497

Date: 2025-03-19 08:05:59
Score: 0.5
Natty:
Report link

I need the same, I will get the difference between two dates in days prior to executing this query:

SELECT DATE_ADD('2025-01-01', INTERVAL seq DAY) FROM seq_0_to_99;

where the difference in days is 99 for this example.

Reasons:
  • Blacklisted phrase (0.5): I need
  • Low length (0.5):
  • Has code block (-0.5):
Posted by: Jonathan

79519490

Date: 2025-03-19 08:03:58
Score: 5
Natty:
Report link

I've tried to add privacy files for each dependency used. And it worked for it.
But for flutter, I still have the issue. I tried to archive the project and opened it in order to save a privacy file inside "Product/Applications/Frameworks/Flutter.framework".
I am using Flutter v.3.7.9 becasue my project is on Dart v.2.19.6 and it is not possible to upgrade my project.

Do you have an exemple of this privacy file ?

Reasons:
  • Whitelisted phrase (-1): it worked
  • RegEx Blacklisted phrase (2.5): Do you have an
  • No code block (0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: AlKapuche

79519487

Date: 2025-03-19 08:02:58
Score: 1
Natty:
Report link

Sometimes, you might want to use data and Process instead of binding directive, in this case you can just use this.state for all kinds of

this.gridView = process(products,this.state)
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Amit Singh

79519486

Date: 2025-03-19 08:01:58
Score: 2
Natty:
Report link

I found that I installed "Language Support for Java(TM) by Red Hat" and "Java Language Support" by georgewfraser at the same time.
Then I uninstalled Java Language Support and returned to normal

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

79519469

Date: 2025-03-19 07:54:56
Score: 2
Natty:
Report link

A small correction:

./gradlew --warning-mode all
Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: SHIVAM SAINI

79519467

Date: 2025-03-19 07:54:56
Score: 3.5
Natty:
Report link

First stopdebugging to add view from controller

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

79519462

Date: 2025-03-19 07:52:56
Score: 1
Natty:
Report link

The easiest solution - just add this line to the .bashrc

# run VS Code
alias vscode='/c/Users/$USERNAME/AppData/Local/Programs/Microsoft\ VS\ Code/bin/code'
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Alexey Esaulenko

79519456

Date: 2025-03-19 07:50:54
Score: 6 🚩
Natty:
Report link

can you show your code that make you Only I can hear OpenAI audio while I’m sending it to the main channel

Reasons:
  • RegEx Blacklisted phrase (2.5): can you show your code
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): can you
  • Low reputation (1):
Posted by: Phạm Quang Huy

79519453

Date: 2025-03-19 07:48:54
Score: 1.5
Natty:
Report link

If regions are filled (not just random set of points), minimal distance between regions will be between 2 points on borders of this two regions. So in first step filter points of regions to find only those one on border (O(4m + 4n) "if") and then do brute force on borders. In 2d space border points count will be equal to something about sqrt(m). So resulting alghorithm will have complexity O(2*(sqrt(m) + sqrt(n))).

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

79519441

Date: 2025-03-19 07:41:53
Score: 2
Natty:
Report link

Thank you @PierrickRambaud!

With .map it was no problem in the end:


// Sample 50 random points from this tile geometry
  var randomPoints = ee.FeatureCollection.randomPoints({
    region: geometry,
    points: 50,  // Number of random points per tile
    seed: 42,  // Seed for reproducibility
    maxError: 1  // Tolerance for random point generation
  });

  // Sample image at the random points
  var sampledData = myImage.sampleRegions({
    collection: randomPoints,
    scale: 10000,  // Sampling scale (depends on the pixel size)
    geometries: true
  });

  // Return the sample with the tile ID
  return sampledData.map(function(feature) {
    return feature.set('tile_id', tileId);  // Add tile ID to each sampled point
  });
};

// Apply the sampling to each tile in the grid and combine the results
var sampledPoints = gridFc.map(sampleFromTile).flatten();

This creates a combined feature collection with all the combined samples.

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Long answer (-0.5):
  • Has code block (-0.5):
  • User mentioned (1): @PierrickRambaud
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Anton

79519429

Date: 2025-03-19 07:34:51
Score: 5
Natty:
Report link

Thank you for your response.

To clarify, we are indeed following best practices and using the official Microsoft WordPress container image on Azure Web App Service. Despite this, we are still facing issues when attempting to modify file and directory permissions via SSH.

Even when accessing the instance through SSH, we are unable to successfully change permissions using chmod 755 and chmod 644. We have also attempted using Kudu (Advanced Tools), but the issue persists.

Could you confirm if there are any restrictions in Azure Web App Service that prevent permission modifications? Additionally, is there any specific configuration that needs to be adjusted to allow these changes? enter image description here enter image description hereenter image description here

I have attached screenshots for reference.

Looking forward to your guidance.

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Blacklisted phrase (1.5): Looking forward to your
  • Blacklisted phrase (1): is there any
  • Blacklisted phrase (1): enter image description here
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Altina Hoti

79519428

Date: 2025-03-19 07:34:51
Score: 1.5
Natty:
Report link

The provisioning of users via YAML files was available in older versions of Grafana, but it has been deprecated and removed in newer versions (starting with Grafana 8.0+). In Grafana 11.5.2, the ability to provision users via YAML files is no longer supported. Instead, Grafana has shifted to using API-based provisioning for managing users, organizations, and roles.

Reasons:
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Daniel Andrzejewski

79519425

Date: 2025-03-19 07:32:51
Score: 2.5
Natty:
Report link

I've completely revised the approach by integrating new logic into the bash script. This updated script now evaluates specific conditions at runtime. Based on these conditions, the script dynamically calls the SQL file to execute the necessary commands.

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

79519422

Date: 2025-03-19 07:29:50
Score: 4
Natty: 4
Report link

Seems to me an issue if the current version. guess the next version will fix this

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

79519420

Date: 2025-03-19 07:29:50
Score: 2.5
Natty:
Report link

This can happen with a broken version of Angular Language Service.

As of March 2025 it works with 19.0.4 but not anymore with 19.1 & 19.2 (see related github issue: https://github.com/angular/vscode-ng-language-service/issues/2149

You can revert to a previous version in VSCode by opening the extension menu:

enter image description here

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

79519416

Date: 2025-03-19 07:28:50
Score: 2
Natty:
Report link

19/03/2025 add in
...\egui.info\examples\egui-101-basic\Cargo.toml
[dependencies]

winapi = { version = "0.3.9", features = ["winnt","winuser","winbase","synchapi","processthreadsapi", "memoryapi", "handleapi", "tlhelp32", "minwinbase"] }

eframe = "0.24"

ok for
cargo build -p egui-101-basic

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

79519414

Date: 2025-03-19 07:26:49
Score: 3
Natty:
Report link

Adding a border radius in the ::before pseudo class would work

border-radius: 8px;

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

79519413

Date: 2025-03-19 07:26:49
Score: 3
Natty:
Report link

You can Buy Printing or any other ecommerce category website code from Online and you can create website and admin and function looks a like : https://printlocker.com/

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

79519394

Date: 2025-03-19 07:09:47
Score: 2.5
Natty:
Report link

Speaking about your question:
"expect libraries to be loaded before applying the configuration?" - it is correct, but for libraries related to cluster, not the user application libraries.
That means, you need to look into initialization script for cluster. (https://docs.databricks.com/aws/en/init-scripts/)
You should place the load of your desired extensions in the script, for instance like here (init.sh):


DEFAULT_BASE_PATH=""
BASE_PATH=$1

DB_HOME=${BASE_PATH}/databricks
SPARK_HOME=${BASE_PATH}/databricks/spark
SPARK_CONF_DIR=${BASE_PATH}/databricks/spark/conf
SPARK_JARS=${BASE_PATH}/mnt/driver-daemon/jars

setUpBasePath() {
if [[ DEBUG_MODE -ne 0 ]]; then
    logInfo "Init script is going to be run in local debug ..."
    logDebug "Check if BASE_PATH is provided for debug mode."
    if [[ -z ${BASE_PATH} ]];then
        logDebug "BASE_PATH is unset for debug mode. Please provide it."
        exit 1
    else
        logInfo "Arg BASE_PATH is provided: $BASE_PATH"
    fi
else
    logInfo "Init script is going to be run ..."
    BASE_PATH=$DEFAULT_BASE_PATH
fi
}

setUpBasePath


# Init databricks utils
curl -fsSL https://raw.githubusercontent.com/databricks/setup-cli/main/install.sh | sh
STAGE_DIR=$(mktemp -d)
#databricks workspace export-dir /Shared/Init/15.4_LTS $STAGE_DIR --overwrite
${HOME}/bin/databricks workspace export-dir /Shared/Init/15.4_LTS ${STAGE_DIR} --overwrite --debug
ls -R ${STAGE_DIR}

logInfo "Copying listener jars..."
cp -f "${STAGE_DIR}/libs/spark-monitoring_15.4.0.jar" ${SPARK_JARS} || { echo "Error copying file"; exit 1;}
curl https://repo1.maven.org/maven2/org/apache/logging/log4j/log4j-layout-template-json/2.22.1/log4j-layout-template-json-2.22.1.jar > ${SPARK_JARS}/log4j-layout-template-json-2.22.1.jar || { echo "Error fetching file"; exit 1;}

So, as you can see above, I am using Databricks CLI to place the necessary jars (consider them as reference, you need to manage jars and their path by your own) into Databrciks cluster driver folder during startup.

After initscript execution, configuration that you have in cluster config should work.
Also, I guess you could do it manually by putting extension jars in DBFS folders that are service folders for cluster, for that purpose check the global variables in the provided code snippet.

Reasons:
  • RegEx Blacklisted phrase (2.5): Please provide
  • Long answer (-1):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Alexei Sosenkov

79519390

Date: 2025-03-19 07:08:47
Score: 1
Natty:
Report link

Ik this is late but for the 2nd part of your question, you can add the

objectFactory.close();
contextMock.close();

in the @AfterAll or @AfterEach method which tears down the test

@AfterEach
public void teardown() {
  objectFactory.close();
  contextMock.close();
}

This will ensure even if an exception occurs, the mocks are closed or de-registered properly.

Reasons:
  • Has code block (-0.5):
  • User mentioned (1): @AfterAll
  • User mentioned (0): @AfterEach
  • Low reputation (0.5):
Posted by: trojanMorse

79519388

Date: 2025-03-19 07:07:46
Score: 1.5
Natty:
Report link

So the problem was that there were no correct handling from BYTES type to VARBINARY SQL Server type in JDBC Sink connector. Made a PR to fix this issue: https://github.com/debezium/debezium/pull/6235

Some time ago same issue was for Postgres: https://github.com/debezium/debezium-connector-jdbc/pull/36

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

79519387

Date: 2025-03-19 07:07:46
Score: 12
Natty: 7.5
Report link

Please did you find any solution to this?

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

79519382

Date: 2025-03-19 07:06:45
Score: 1.5
Natty:
Report link

I had this problem, and I spent 2 hours just about bashing my head against a wall trying to figure out what the problem was. Turned out it was because I had a variable name "homo_typic". It saw the word "homo" and thought it was a slur. All I had to do was replace that variable name with something more acceptable, and the problem was solved.

Today I learned that Github Copilot is easily offended!

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

79519371

Date: 2025-03-19 07:00:44
Score: 3
Natty:
Report link

If you are using sendgrid,turn off click tracking like this:

add clicktracking=off before href

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

79519370

Date: 2025-03-19 07:00:44
Score: 1.5
Natty:
Report link

If you're looking for the best TV and internet deals, it's essential to compare providers based on speed, channel selection, and pricing. Many companies bundle services, which can save you money while providing a seamless entertainment experience.

One great resource for finding top offers is Fast Broadband TV. They partner with leading providers to bring you the best packages, whether you need high-speed internet for streaming, premium TV channels, or a budget-friendly plan.

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

79519369

Date: 2025-03-19 06:59:44
Score: 1.5
Natty:
Report link

try a different rpc provider eg. quicknode or helius

the public devnet rpc can be unstable

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

79519367

Date: 2025-03-19 06:58:43
Score: 8 🚩
Natty: 6
Report link

Could you please elaborate on what you mean by "adding a setStatus(int code, String msg) method"?

Could you provide more details and perhaps an example of how you implemented this?

Reasons:
  • RegEx Blacklisted phrase (2.5): Could you please elaborate
  • RegEx Blacklisted phrase (2.5): Could you provide
  • Low length (0.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Daniele Marotta

79519359

Date: 2025-03-19 06:53:42
Score: 1.5
Natty:
Report link

You are displaying user process threads in htop. Every platform thread in Java will be visible there.

In htop you can toggle user process threads with the key H

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

79519355

Date: 2025-03-19 06:51:41
Score: 3
Natty:
Report link

Use groupdirective="kendogridGroupBinding" in kendo-grid and add a button that run as (click)="groupDirective.expandAll()" and (click)="groupDirective.collapseAll()"

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

79519347

Date: 2025-03-19 06:47:40
Score: 1.5
Natty:
Report link

Eight years later, we have a clean solution with the release of git 2.45

git cherry-pick --empty=drop ${sh1_begin}^..{sh1_end}
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Rainy

79519341

Date: 2025-03-19 06:45:40
Score: 3
Natty:
Report link

I know it's 2025, but the current documentation says it's no possible to setup PAC proxy over VPN.

You would need to add the addDirectProxy method and pass the proxy host URL and port in it.

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

79519336

Date: 2025-03-19 06:44:39
Score: 4
Natty:
Report link

I got it, it needed e.preventDefault() to stop the normal button click behavior.

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

79519335

Date: 2025-03-19 06:44:39
Score: 1
Natty:
Report link

It means that changes you make to conflicted files will not be shown in the "Files" tab.

You resolve the conflicts from "Conflicts" tab, which is actually an extension installed into your organization Pull Request Merge Conflict Extension. It's a known issue with this extension that "Updates to conflicted files are not shown in the "Files" tab".

enter image description here

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

79519324

Date: 2025-03-19 06:37:38
Score: 2
Natty:
Report link

Okay, this is embarrassing. Here is the issue, a typo. I discovered it by logging in my @beforeEach method and then seeing where a successful run worked and a non successful run failed. Since the beforeEach never ran I started looking very carefully at the run command. It was a lowercase c:

// naughty command: mvn -Dtest=Lab5bTests#testAllSubclassesSetPackaging test
// proper command:  mvn -Dtest=Lab5bTests#testAllSubClassesSetPackaging test

So since it never ever ran the test I just re-typed the command and found the error.

Thanks for watching! Who invented case sensitivity anyway? Ok, not as bad as white-space sensitive, but still...

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • User mentioned (1): @beforeEach
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Daltin

79519323

Date: 2025-03-19 06:37:38
Score: 2.5
Natty:
Report link

This one works, and has a "do not raise" option. https://github.com/synappser/AutoFocus

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

79519311

Date: 2025-03-19 06:33:37
Score: 1.5
Natty:
Report link

Now, there's a catch. Be aware that I have trouble with this approach in 8.17.3. Here's my configuration:

      mutate {
        copy => { "[haproxy][http][request][http_host]" => "[srv][server_ip]" }
      }

      dns {
        resolve => "[srv][server_ip]"
        action => "replace"
      }

The whole [haproxy][http]… array is created with my own customised grok filter earlier in the configuration. And this gives me error:

DNS filter could not resolve missing field {:field=>"[srv][server_ip]"}

It seems that dns filter (and split and others…) do not work on fields I created earlier with grok filter. It works only on fields that come in the original request.

Reasons:
  • Blacklisted phrase (2): gives me error
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Rafał W.

79519308

Date: 2025-03-19 06:32:36
Score: 0.5
Natty:
Report link

Just create a Table with constraints: PRIMARY KEY, DEFAULT, CHECK



mysql> CREATE TABLE redis_connection(id INT PRIMARY KEY DEFAULT 1 CHECK (id = 1), connection BOOL);
Query OK, 0 rows affected (0.10 sec)

mysql> INSERT INTO redis_connection(connection) VALUES(1);
Query OK, 1 row affected (0.03 sec)

mysql> SELECT * FROM  redis_connection;
+----+------------+
| id | connection |
+----+------------+
|  1 |          1 |
+----+------------+
1 row in set (0.00 sec)

mysql> #Let's try insert a row again
mysql> INSERT INTO redis_connection(connection) VALUES(1);
ERROR 1062 (23000): Duplicate entry '1' for key 'redis_connection.PRIMARY'
mysql> #You can just update the value of connection to either 0 or 1
mysql> UPDATE redis_connection SET connection = 0 WHERE id = 1;
Query OK, 1 row affected (0.02 sec)
Rows matched: 1  Changed: 1  Warnings: 0

mysql> SELECT * FROM  redis_connection;
+----+------------+
| id | connection |
+----+------------+
|  1 |          0 |
+----+------------+
1 row in set (0.00 sec)

mysql> #Happy Learning!!

If this solution solved your problem, do give a upvote. Thanks!!

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

79519306

Date: 2025-03-19 06:32:36
Score: 4
Natty:
Report link

I used another method as a work around. I used Flask API to do the OCR

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

79519298

Date: 2025-03-19 06:30:36
Score: 1
Natty:
Report link
Pre header/Preview text here ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏  ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏  ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏  ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏  ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏  ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏

this style => style="display:none; max-height:0px; max-width:0px; opacity:0; overflow:hidden;" will hide the content from the actual email body.....

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

79519285

Date: 2025-03-19 06:23:34
Score: 1.5
Natty:
Report link

A transformer should be added to gradle

shadowJar {
    transform(Log4j2PluginsCacheFileTransformer)
}
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Shimak

79519280

Date: 2025-03-19 06:20:34
Score: 2.5
Natty:
Report link

Please login first then then run the api , if you don't have any login page you can trying login from you django admin login page and try hiting the API.

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