79433984

Date: 2025-02-12 17:47:53
Score: 1.5
Natty:
Report link

I had some problems but I was authenticating against AzureB2C, I'm not quite sure if could help you but I would try this:

https://github.com/AzureAD/microsoft-identity-web/issues/1959

Reasons:
  • Whitelisted phrase (-2): try this:
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Roger

79433982

Date: 2025-02-12 17:46:53
Score: 2.5
Natty:
Report link

I wrote a Python package for creating automatically refreshing credentials so that AWS sessions can persist without interruption.

I hope you find this helpful!

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

79433980

Date: 2025-02-12 17:45:52
Score: 2.5
Natty:
Report link

For me, these worked:

ALT+SHIFT+

and

ALT+SHIFT+

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

79433977

Date: 2025-02-12 17:44:52
Score: 0.5
Natty:
Report link

For those who, like me, despair of debugging a WKWebView running in the simulator, even though the developer tools are activated:

You have to set webView.isInspectable = true for the WebView so that it is displayed in the developer tools in Safari on the host.

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

79433973

Date: 2025-02-12 17:42:52
Score: 3
Natty:
Report link

it seems like there is some internal UDF memory limitation. I stopped using UDF and change the code to do map from java side

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

79433961

Date: 2025-02-12 17:39:51
Score: 3.5
Natty:
Report link

I got the solution. When I press 'CTRL + /' using num pad, the Visual Studio Code think it's "divide" sign. I need to press the "forward slash" sign, which is here in After ">" key in my keyboard. Final solution- Do not use forward slash using numpad it's divide sign.

Reasons:
  • Blacklisted phrase (0.5): I need
  • Low length (0.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Ahum Maitra

79433952

Date: 2025-02-12 17:37:51
Score: 3
Natty:
Report link

I was facing the same issue, it turned out that our vpn was blocking adf. Turning of the vpn solved the issue.

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

79433951

Date: 2025-02-12 17:36:50
Score: 0.5
Natty:
Report link

In summary, to enable long paths, two ways:

  1. Ensure LongPathsEnabled is set to 1:

    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem] "LongPathsEnabled"=dword:00000001

  2. I prefer this option 2: In PowerShell (as admin) just run this line:

    New-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Control\FileSystem" -Name "LongPathsEnabled" -Value 1 -PropertyType DWORD -Force

Unfortunately, you will have to reboot your computer. Reference (and further explanation): Microsoft documentation here.

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

79433949

Date: 2025-02-12 17:35:50
Score: 2
Natty:
Report link

you need to install a module named 'speech recognition'. This would be done by """pip install speech_recognition """ However, this is not a valid library. Are you using AI? It looks like a hallucination.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
Posted by: Steve Scott

79433946

Date: 2025-02-12 17:35:50
Score: 1
Natty:
Report link

Okay so, I cannot say exactly what the problem was. But I took a good hard look at all of my filtering functions and they did seem a little convoluted to me. What might have been problematic is that MarkerCluster apparently filters out everything outside of the current map view, and I was also doing that.

I ended up adding another plugin, Leaflet.FeatureGroup.SubGroup, which I am now using to filter by categories. And for the list output in the HTML I loop through all markers currently visible and remove the hidden class from the entries with the corresponding ids.

I also have a text input for filtering which originally prompted my more convoluted approach. Now I am doing it with another loop through the visible markers, hiding the ones that don’t match. This is definitely visible when moving or zooming the map, but it only takes half a second or so for some of the newly appearing markers to disappear again, and all the transitions are super smooth, so I think this is acceptable.

Thanks for your input everyone!

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Blacklisted phrase (0.5): I cannot
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Anna Kleiner

79433939

Date: 2025-02-12 17:29:49
Score: 3
Natty:
Report link

But those code snippets are not the same... one is case sensitive (localeCompare) and one isnt..

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

79433927

Date: 2025-02-12 17:23:48
Score: 1.5
Natty:
Report link

I got the same issue. I figured it out by running the AddInProject.vsto file instead of adding the AddInProject.dll from Excel. This fixed my problem.

Reasons:
  • Whitelisted phrase (-2): I figured it out
  • Low length (1):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Tjm

79433916

Date: 2025-02-12 17:19:48
Score: 1
Natty:
Report link

I was considering compression using primes as well, but I was going to convert the entire file into a Prime(x) + k. I was having trouble because you would need to know the ordinal of primes from 2 to 256^filesize_in_bytes. This is a very high limit for normal size files. The 10^12th prime is 29,996,224,275,833 which fits in 6 bytes. Instead of 29996224275833 in six bytes I would say 1000000000000 which takes 5 bytes. Ideally for a 128 byte file instead of a value between 256^(128) and 256^(128 +1) -1 I would use the Nth prime which would be somewhere around 2.55635×10^305 which fits in 127 bytes, but the offset k my take up the rest of my space if it is more than 255.To find this nth prime I would need to evaluate all primes from 29996224275833 up until the value was larger than the value of the file tracking the ordinal of those primes. This is infeasible. The Nth prime is estimated as Nln(N) so the real prime near NLog(N) could be stored as N, but it is not much compression. The real problem is finding the mapping of Prime to N for large enough Prime that it is helpful.

Reasons:
  • Long answer (-1):
  • No code block (0.5):
  • Filler text (0.5): 000000000000
  • Low reputation (1):
Posted by: Nathan Blackerby

79433913

Date: 2025-02-12 17:17:46
Score: 5.5
Natty:
Report link

We are seeing same issue and working till yesterday, but suddenly not working today and getting build failed with below error.

Failed to collect dependencies at com.microsoft.azure:msal4j:jar:1.13.4 -> com.nimbusds:oauth2-oidc-sdk:jar:9.35 -> net.minidev:json-smart:jar:[1.3.3,2.4.8]: No versions available for net.minidev:json-smart:jar:[1.3.3,2.4.8] within specified range

It could be great if someone is sharing suggestions on this issue.

Thanks Raju K

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Contains signature (1):
  • No code block (0.5):
  • Me too answer (2.5): seeing same issue
  • Low reputation (1):
Posted by: Raju

79433912

Date: 2025-02-12 17:15:46
Score: 2.5
Natty:
Report link

It's simple, First you have to study Html & CSS for at least 10 days then you will have to learn JavaScript (DOM Manipulations, Event Handling, API Fetch, Async/ Await, etc.).if you will learn all these topics of JS then You will able to make a website.

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

79433908

Date: 2025-02-12 17:14:45
Score: 1.5
Natty:
Report link

I fixed it by moving my Excel list to a Sharepoint list and updating the references. I finally get zero warnings and I'm happy!

Reasons:
  • Whitelisted phrase (-2): I fixed
  • Low length (1):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Alma

79433891

Date: 2025-02-12 17:09:44
Score: 0.5
Natty:
Report link

I found it as was in the UpdatePanel, I added this code into the Page_Load

ScriptManager scriptManager = ScriptManager.GetCurrent(this.Page); scriptManager.RegisterPostBackControl(this.btnZip);

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

79433883

Date: 2025-02-12 17:06:43
Score: 1
Natty:
Report link

I had a similar issue with Rider (v2024.3.5). It randomly stopped working. I tried everything from invalidating caches to updating Rider, but had no luck. The solution for me was in the plugins: I disabled SpecFlow for Rider (v1.23.6), and that seemed to fix the issue. Hope that helps!

Reasons:
  • Blacklisted phrase (1): no luck
  • Whitelisted phrase (-1): Hope that helps
  • Low length (0.5):
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: bluefox

79433870

Date: 2025-02-12 17:02:43
Score: 2.5
Natty:
Report link

If you attempt to export a DATETIME column directly to Avro, it might not be handled appropriately because BigQuery does not have a direct Avro logical type mapping for its DATETIME type and natively supports logical datetime type in Avro. BigQuery usually represents a DATETIME column as an Avro string when exporting it to Avro. Before exporting to Avro, change DATETIME to a supported type in BigQuery, like STRING or TIMESTAMP, to ensure compatibility. For more details you can refer to this documentation.

Reasons:
  • Blacklisted phrase (1): this document
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: PUTHINEEDI RAMOJI RAO

79433868

Date: 2025-02-12 17:00:42
Score: 2.5
Natty:
Report link

you can try using xpath expression like this:

xml(xpath(<replace_with_xml_file>, '//RESULT[@METHOD="ABB" and @OBJECT="XSD2"]')[0])

enter image description here

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

79433864

Date: 2025-02-12 16:59:42
Score: 2
Natty:
Report link

Have you tried initializing the disk and setting the PartitionStyle to MBR?

Clear-Disk 2 -RemoveData -RemoveOEM -Confirm:$False
Initialize-Disk -Number 2 -PartitionStyle MBR
Set-Disk -Number 2 -PartitionStyle MBR
Reasons:
  • Whitelisted phrase (-1): Have you tried
  • Low length (0.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: DarbOverreach

79433863

Date: 2025-02-12 16:58:42
Score: 2
Natty:
Report link

Use the data provider cosmosdb_sql_role_definition to get the id. And then in your azurerm_cosmosdb_sql_role_assignment use a reference:

role_definition_id = data.azurerm_cosmosdb_sql_role_definition.cosmos_role_readwrite.id

https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/data-sources/cosmosdb_sql_role_definition

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

79433857

Date: 2025-02-12 16:57:41
Score: 4.5
Natty: 4
Report link

After all these year, is there any new Kubernetes way to do this, without the need to use hostNetwork: true?

Thanks!

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Blacklisted phrase (1): is there any
  • Low length (1):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Low reputation (0.5):
Posted by: Lantaros

79433856

Date: 2025-02-12 16:56:37
Score: 7.5 🚩
Natty:
Report link

I have the same issue, in my case name of package is the same in MainActivity.kt and build.gradle.

Should I try to delete MainActivity.kt and add it again? How to add it after delete?

Reasons:
  • Blacklisted phrase (1): I have the same issue
  • Low length (0.5):
  • No code block (0.5):
  • Me too answer (2.5): I have the same issue
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: mar

79433853

Date: 2025-02-12 16:55:37
Score: 0.5
Natty:
Report link

Another cause is - Playwright extension is not able to find node.exe executable

Fix - Add path to node.exe to windows PATH windows environment variable

  1. Windows menu -> Settings -> Search "Edit environment variables for your account"
  2. There for PATH edit and add path to node.exe
  3. Open a windows command shell and confirm the path is in "PATH" environment variable

echo %PATH%

  1. Now relaunch vscode and in playwright panel click "Refresh Tests"
Reasons:
  • No code block (0.5):
Posted by: Ratheesh Pai

79433843

Date: 2025-02-12 16:51:36
Score: 1.5
Natty:
Report link

Q is admittedly rather old, but I stumbled across the same. My solution is to use slicing with a width of 1, eg. X[:, 1:2]

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

79433842

Date: 2025-02-12 16:50:35
Score: 1
Natty:
Report link

Couple things that this can be related to:

  1. Manually deleting the bin folders in my projects and then rebuilding the app, fixed it for me.

  2. Our app was using SSO and when our organization password reset requirement was reached, and we changed our passwords, we could not launch/access the app (our app was a WASM).

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

79433832

Date: 2025-02-12 16:46:34
Score: 1
Natty:
Report link

Added this in android/settings.gradle file

pluginManagement {repositories {
    google()
    mavenCentral()
    gradlePluginPortal()
}

}

  1. Added this package

"@react-native/gradle-plugin": "0.75.2",

Remove the node_modules and clean the build and run the application and the issue was solved.

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

79433830

Date: 2025-02-12 16:45:34
Score: 1
Natty:
Report link

FutureWarning: DataFrame.applymap has been deprecated. Use DataFrame.map instead.

Example: data.describe().map(lambda x: f"{x:0.6f}")

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

79433829

Date: 2025-02-12 16:45:34
Score: 1
Natty:
Report link

You can do as in Girish Venkatachalam example, for better user experience add:

<div class="relative group">
     ...
     <div class="absolute z-10 ... group-focus-within:block">
      ...            
     </div>
</div>

This will prevent it from closing on mobile.

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

79433827

Date: 2025-02-12 16:43:33
Score: 1
Natty:
Report link

I think its supposed to be _start and not start ` global _start

section .text

_start: mov rax, 0x20000004 mov rdi, 1 lea rsi, [rel msg] mov rdx, msg.len syscall

mov rax, 0x20000001
mov rdi, 0
syscall

section .data

msg: db "Hello, World!", 10 .len: equ $ - msg `

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

79433818

Date: 2025-02-12 16:42:33
Score: 2.5
Natty:
Report link

The column order in the grid will be the same as the listing of fields in the field group. In other words, the columns from left to right will be the same as the field list from top to bottom.

enter image description here

enter image description here

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

79433812

Date: 2025-02-12 16:40:33
Score: 0.5
Natty:
Report link

A page extension is the documented and correct way to go.

The Page model (together with the TreeNode model) defines the page tree. Every page is part of the page tree.

In the upcoming version 4.2 of django CMS the page model will change for improved efficiency.

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

79433810

Date: 2025-02-12 16:40:30
Score: 8 🚩
Natty: 5.5
Report link

I am having the same issue. Have you resolved the issue by any chance?

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): I am having the same issue
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Vyshnavi reddy velma

79433806

Date: 2025-02-12 16:39:30
Score: 2
Natty:
Report link

FYI, I stumbled on this in searching for examples for a customer. This information is now very out dated (Though it probably might still work) and portions are likely deprecated. The correct way to do this in 2025 would be to use Declarative On boarding (DO), F5's Application Services Extension 3 (AS3), and other portions of F5's automated tool chain.

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

79433801

Date: 2025-02-12 16:37:29
Score: 1.5
Natty:
Report link

You can use the updated fork : https://github.com/kraken-tech/django-rest-framework-recursive

Reasons:
  • Whitelisted phrase (-1.5): You can use
  • Probably link only (1):
  • Low length (2):
  • No code block (0.5):
  • Single line (0.5):
  • High reputation (-1):
Posted by: onekiloparsec

79433799

Date: 2025-02-12 16:37:29
Score: 3
Natty:
Report link

The best approach is in the official docs. It is easy peasy

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

79433793

Date: 2025-02-12 16:35:29
Score: 5
Natty: 5
Report link

Hello you need to use a patch KanbanController and there it handles saves, I don't know if you still looking for a solution ?

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

79433783

Date: 2025-02-12 16:32:28
Score: 0.5
Natty:
Report link

I would say one of the issues is the way you are getting the redirect_uri

Basically you have to:

const REDIRECT_URI = chrome.identity.getRedirectURL();

Also for me worked to get that REDIRECT_URI generated and paste it at your yahoo app Redirect URI(s) in the yahoo developer. They have to be the same.

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

79433780

Date: 2025-02-12 16:32:28
Score: 0.5
Natty:
Report link

For the Dgpu (Dedicated) and Igpu (Integrated):

Read this documentation for the installation:

Now, if you face an issue like:

[ 93.124290] [ERROR]Cannot access secondary GPU - error: [XORG] (EE) Unable to locate/open config directory: "/etc/bumblebee/xorg.conf.d”

— Now, make a directory in the: /etc/bumblebee with named as the “xorg.conf.d

              `sudo mkdir - p /etc/bumblebee/xorg.conf.d`

Change the mode of the file:

             `sudo chmod 755 /etc/bumblebee/xorg.conf.d`

Now, create a basic configuration file:

        `sudo nano /etc/bumblebee/xorg.conf.d/20-nvidia.conf`

Paste, this given below script:

Section "Device" Identifier "DiscreteNvidia" Driver "nvidia" VendorName "NVIDIA Corporation" BusID "PCI:01:00:0" EndSection

Now, press Ctrl + X and then “Y”, and save the file.

Now, restart the bumblebee:

      `sudo systemctl restart bumblebeed`

Now, try to run the:

     `optirun hashcat -b -d 1`

To ensure that your NVIDIA’s GPU working or not try to run the -

          `watch nvidia-smi` 

This will ensure that you’re GPU is running.

— In the Second Screen-shot I’m using - watch nvidia-smi to ensure that - GPU is working perfectly fine.

— If all the things are loaded successfully, then it means you are eligible to use dgpu for the processing.

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

79433776

Date: 2025-02-12 16:31:27
Score: 2
Natty:
Report link

Just discovered that pgAdmin can't use the more secure ED25519 keys. The private key format needs to be RSA. With ED25519 key I was getting this error. Switched to RSA and the error was gone.

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

79433773

Date: 2025-02-12 16:29:27
Score: 1
Natty:
Report link

You might want to test DISPLAY_DEVICE_ATTACHED_TO_DESKTOP and/or DISPLAY_DEVICE_ACTIVE on the DISPLAY_DEVICE of the monitor, not the graphics device as you're currently doing (i.e. with monitorDevice)

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

79433772

Date: 2025-02-12 16:29:27
Score: 2.5
Natty:
Report link

OK, restarting VScode solved the problem. Quite strange, but I have often had such experiences with VScode....

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

79433770

Date: 2025-02-12 16:27:27
Score: 2
Natty:
Report link

Refer to Docker Hub API reference
You can create token with username and password on /v2/users/login, or you have PAT.
Access repo URL with token.

i.e. curl --header "Authorization:Bearer {token}" https://hub.docker.com/v2/repositories/library

Change parameter "page" and "page_size" to get more, or check the key "next" of returned json.

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

79433767

Date: 2025-02-12 16:27:27
Score: 0.5
Natty:
Report link

You're correct that it depends on various factors. But lets look at the rough estimations:

For an OpenShift Cluster with high availability across 3 locations will require 3 Master node, and Each Master node requires at least 4 vCPUs(as per OpenShift documentation). So the Calculations for vCPUs for Master nodes:

3 Master Nodes * 4 vCPUs per node = 12 vCPUs

For Red Hat 3Scale, there are no guidelines on vCPUs requirements per RPS, but here's an estimate for 70 - 100 RPS:

Since 3scale's API Gateway handles traffic, routes requests to appropriate backends, applies policies (e.g., authentication, rate limiting), and returns responses, for 70-100 RPS, we can assume you'll need about 1-2 vCPUs for simple usage.

So, if you’re working with lightweight API requests (70 RPS), and you're using 3scale with basic policies or authentication, you’ll likely need at least 2 vCPUs. If you’re applying more complex policies, rate limiting, or integrations with backend systems (like databases), you may need 2-4 vCPUs.

Note:

Start with 1 - 2 vCPUs for simple usage. Scale to 2 - 4 vCPUs if you have more complex API policies, backend processing. This is just and approximation, and you may need to monitor performance in real world environment, so adjust as needed based on actual load and service requirement.

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

79433761

Date: 2025-02-12 16:24:26
Score: 1
Natty:
Report link

I had a similar problem (500 error), but mine hiccupped around 5.2.5, and continued through 5.3.0 until today. (2/12/25)

I was just now able to get 5.3.0 to work.

In my case, the problem seems to have been related to the C#/NuGet combo doing a horrible job of cleaning up the web.config file, and leaving detritus from previous versions. So in a fresh project, I installed Microsoft.AspNet.WebApi to the latest version, and observed what it had added to the web.config, and then replaced that section in the Web.Config for my project.

Particularly messy and suspicious was the handlers section. I tried to copy that here, but it's not displaying correctly. :( Basically, it's pretty horrific. But removing the brackets, I can paste it.

add name="AjaxFileUploadHandler" verb="*" path="AjaxFileUploadHandler.axd" type="AjaxControlToolkit.AjaxFileUploadHandler, AjaxControlToolkit" />
remove name="ExtensionlessUrlHandler-ISAPI-4.0_32bit" />
remove name="ExtensionlessUrlHandler-ISAPI-4.0_64bit" />
add name="ExtensionlessUrlHandler-ISAPI-4.0_32bit" path="*." verb="GET,HEAD,POST,DEBUG,PUT,DELETE,PATCH,OPTIONS" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework\v4.0.30319\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv4.0,bitness32" responseBufferLimit="0" />
add name="ExtensionlessUrlHandler-ISAPI-4.0_64bit" path="*." verb="GET,HEAD,POST,DEBUG,PUT,DELETE,PATCH,OPTIONS" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework64\v4.0.30319\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv4.0,bitness64" responseBufferLimit="0" />
add name="ExtensionlessUrlHandler-Integrated-4.0" path="*." verb="GET,HEAD,POST,DEBUG,PUT,DELETE,PATCH,OPTIONS" type="System.Web.Handlers.TransferRequestHandler" preCondition="integratedMode,runtimeVersionv4.0" />

remove name="ExtensionlessUrlHandler-Integrated-4.0" /> remove name="OPTIONSVerbHandler" />

-- The above is really ugly, right? ---

So I substituted from the fresh project with the installed NuGet libraries (including the AjaxFileHandler, as I need that).

in 'handlers' of the working web.config... much simpler:

add name="AjaxFileUploadHandler" verb="*" path="AjaxFileUploadHandler.axd" type="AjaxControlToolkit.AjaxFileUploadHandler, AjaxControlToolkit" 
remove name="ExtensionlessUrlHandler-Integrated-4.0" 
remove name="OPTIONSVerbHandler"
remove name="TRACEVerbHandler" 

add name="ExtensionlessUrlHandler-Integrated-4.0" path="." verb="" type="System.Web.Handlers.TransferRequestHandler" preCondition="integratedMode,runtimeVersionv4.0"

And now (with that update to the web.config) the newest (as of 2/12/25) Microsoft.AspNet.WebApi libraries are happy in my project, and do not cause a 500 error.

This is a 'going backwards to the original state, does not produce the original state' effect, your detritus may differ. I think that process in physics is called 'hysterisis', but I must be misspelling it. (Been many years...)

But I've noticed for a while that if you perform an 'undo' or uninstall or 'go back versions' in NuGet, it does a horrible job in updating/reverting the web.config file, and sometimes the packages.config files.

So sometimes you may need to take a clean project, add your NuGet libraries, and just see what's supposed to occur the config files... and make manual corrections based on that.

Obviously this sort of surgery is a bit dangerous. Please keep backup copies, and try to not be too busy with other projects while you attempt this. Test afterwards. But, looks like problem is solved for me. Will continue testing.

Good luck!

Reasons:
  • Blacklisted phrase (0.5): I need
  • Blacklisted phrase (1): :(
  • Long answer (-1):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (0.5):
Posted by: Michael M.

79433759

Date: 2025-02-12 16:23:26
Score: 2
Natty:
Report link
 Image.network("https://images.wallpapersden.com/image/download/apple-store-pride-logo_bmZuaWyUmZqaraWkpJRrZWZrrWhobWk.jpg"),**I think you are looking for this**
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: shariq khan

79433757

Date: 2025-02-12 16:22:25
Score: 1.5
Natty:
Report link

I had to manually create a tailwind.config.js in the root directory Then added the following and now it works:

/** @type {import('tailwindcss').Config} */
export default {
  content: ["./index.html", "./src/**/*.{js,ts,jsx,tsx}"],
  plugins: [],
};
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Xavier Thomsen

79433749

Date: 2025-02-12 16:19:24
Score: 2.5
Natty:
Report link

I have just had this - the file has been updated since the latest release of Wix Toolset. If you take the WixUI_InstallDir.wxs from the 5.0.2 tagged version of Wix then it should work.

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

79433731

Date: 2025-02-12 16:14:24
Score: 1
Natty:
Report link

on vite.config.ts or vite.config.js, install "@tailwindcss/vite" and import as tailwindcss then call that function inside the plugin array.

import tailwindcss from "@tailwindcss/vite";


export default defineConfig(async () => ({
plugins: [react(), tailwindcss()]...
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Marco Angelo Quanico

79433730

Date: 2025-02-12 16:14:24
Score: 1
Natty:
Report link

I managed to increase the width of the input field via CSS. You can either do it locally within tag of the component or globally via some CSS or its derivative like so:

.v-data-table-footer__items-per-page .v-select .v-field__input {
  min-width: 115px !important;
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: zmaten

79433729

Date: 2025-02-12 16:14:24
Score: 3.5
Natty:
Report link

Use this script regularly to clean up stale branches

https://github.com/TheNightProject/handy-scripts/blob/main/git-cleanup-stale-branches.sh

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

79433704

Date: 2025-02-12 16:05:22
Score: 0.5
Natty:
Report link

If I'm understanding you correctly, maybe:

var dto = (from ma in context.MainAccounts
           let hasTrades = (from ac in context.Activities where ac.AccountId == ma.AccountId select ac).Any()
           select new MainAccountDto{ HasTrades = hasTrades }).Tolist();
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: GH DevOps

79433703

Date: 2025-02-12 16:05:22
Score: 2.5
Natty:
Report link

If the issue still persists, please report it to our YouTrack, so we could take a closer look. Thnx!

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

79433698

Date: 2025-02-12 16:04:21
Score: 0.5
Natty:
Report link

There is a closed issue in the click repo about this.

A possible workaround is to run your command in subprocess with shell=True and use shell redirection instead. For example

subprocess.run(["echo hello world >&2"], shell=True)
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Samuel Rivas

79433697

Date: 2025-02-12 16:04:21
Score: 1.5
Natty:
Report link

I can't suggest a resolution but I wanted to add that we are experiencing the exact same issue at the moment, except this is in production Java/Spring apps which use Microsoft OIDC to authenticate users. We've taken the same approach as you to troubleshooting and verified that the same intermittent error is occurring regardless of networking. Our best guess is Microsoft are rotating certificates and success depends entirely depending on which of their endpoints you hit with the call out. We have tried reaching out to Microsoft for assistance but so far got nowhere.

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

79433694

Date: 2025-02-12 16:03:21
Score: 1
Natty:
Report link

You need to change the video format to Motion JPEG. This worked for me. I have a Logitech C922 and i've just found the solution

Reasons:
  • Whitelisted phrase (-1): This worked for me
  • Whitelisted phrase (-1): worked for me
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Matthieu SORRENTI

79433692

Date: 2025-02-12 16:00:21
Score: 0.5
Natty:
Report link

You can achieve this by using .Any() in your LINQ query to check if there are any trades associated with a given MainAccount.

Perhaps something like this:

select new MainAccountDto
{
    AccountId = ma.AccountId,
    HasTrades = context.Trades.Any(t => t.AccountId == ma.AccountId)
};
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Dave Morrison

79433684

Date: 2025-02-12 15:58:20
Score: 0.5
Natty:
Report link

Maybe the event "receive" is an option for you?

console.clear();

$(function() {

  $(".container.one").sortable({
    axis: "y",
    items: '.box',
    connectWith: ".container.two",
    receive: function (event, ui) {      
      $('.msg').append('<div>receive from container: "'+ ui.sender[0].classList.value +'"</div>');
    }    
  });
  
  $(".container.two").sortable({
    axis: "y",
    items: '.box',
    connectWith: ".container.one",
        receive: function (event, ui) {
      $('.msg').append('<div>receive from container: "'+ ui.sender[0].classList.value +'"</div>');
    }     
  });
  
});
.container{
  width: 500px;
  border:1px solid red;
  margin-bottom:10px;
}

.box{
  border:1px solid black;
  background:#efefef;
  margin:4px;
}
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.7.1/jquery.min.js"></script>
<script src="https://code.jquery.com/ui/1.14.1/jquery-ui.min.js"></script>



<div class="container one">
  <div>Container One</div>
  <div class="box">ONE 1</div>
  <div class="box">ONE 2</div>
  <div class="box">ONE 3</div>
</div>

<div class="container two">
  <div>Container Two</div>
  <div class="box">TWO 1</div>
  <div class="box">TWO 2</div>
  <div class="box">TWO 3</div>
</div>

<div class="msg"></div>

Reasons:
  • Long answer (-1):
  • Has code block (-0.5):
  • Ends in question mark (2):
Posted by: Ben jamin

79433682

Date: 2025-02-12 15:58:20
Score: 1
Natty:
Report link

I found one solution to the original problem of linking.

Expanding the docstring to include a sphinx-needs item, as seen in https://sphinx-needs-demo.readthedocs.io/en/latest/_modules/automotive_adas.html#AdaptiveCruiseControl provides a usable link using the :links: keyword

"""
.. impl:: Validate the user based on the given context
    :id: I_AUTH_1
    :links: R_AUTH_1

    More details about the implementation worth documenting
"""

Sadly it does not generate an incoming link at the original requirement at the moment, but this seems like another question since it is reproducable with jsut two rst files and independent of docstrings.

Reasons:
  • Blacklisted phrase (1): another question
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Lord Helmchen

79433673

Date: 2025-02-12 15:55:19
Score: 0.5
Natty:
Report link

Use android:editable="false"

Reasons:
  • Low length (2):
  • Has code block (-0.5):
  • Has no white space (0.5):
  • Single line (0.5):
  • High reputation (-2):
Posted by: toto_tata

79433671

Date: 2025-02-12 15:54:18
Score: 4
Natty:
Report link

How would you do with simple-xml if needed to have attributes inside command or result elements?:

config
command name="X"> com1 /command>
result name="Y"> res1 /result>
command name="A"> com2 /command>
result name="B"> res2 /result>
/config>

Reasons:
  • Blacklisted phrase (1): How would you
  • Low length (0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): How would you
  • Low reputation (1):
Posted by: optimisto1

79433667

Date: 2025-02-12 15:52:18
Score: 2.5
Natty:
Report link

the function count_over_time is giving the max aggrigation for the timeSeries. as in i should see the values increment over the time but the values are showing the total value for all the timerange count_over_time(kuber_pod_container_status_last_terminated_reson{reason="OOMKilled", container="$container"}[$_range]) gives the value 150 for 3 hours lookup which is not correct. I have 60 restarts every hour the sampling should display the incremental count over time

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

79433662

Date: 2025-02-12 15:49:17
Score: 5
Natty:
Report link

Thanks for adriangibanelbtactic for this super documentation ! My problem is solved !

https://github.com/btactic-oo/unlimited-onlyoffice-package-builder/blob/v0.0.2/README-BUILD-NEWER-VERSIONS.md

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: vincent clerc

79433654

Date: 2025-02-12 15:47:16
Score: 0.5
Natty:
Report link

As per jhole's comment, the toYaml should infact be in a template file.

What I seem to be able to do is the following:

containerBuilder:
  probes:
    livenessProbe:
      failureThreshold: 5
      tcpSocket:
        port: 2376
      periodSeconds: 10
      timeoutSeconds: 5
  spec:
    livenessProbe:
      "{{- toYaml .Values.containerBuilder.probes.livenessProbe | nindent 6 }}"

template.yaml

Container:
  {{ .Value.containerBuilder.spec }}

In order to render the template as I need.

Reasons:
  • Blacklisted phrase (0.5): I need
  • Has code block (-0.5):
  • Self-answer (0.5):
Posted by: CJW

79433649

Date: 2025-02-12 15:45:15
Score: 1.5
Natty:
Report link

Example of an Absolute Path:

On a typical shared hosting environment, the absolute path might look like:

/home/username/public_html/wp-content/uploads/image.jpg
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Melanie Shepherd

79433645

Date: 2025-02-12 15:43:14
Score: 2
Natty:
Report link

The error occurs because [email protected] only supports React 15 or 16, while your project is using React 19 (react@"^19.0.0") in my time 2025.

Run :

npm install react-textfit --legacy-peer-deps

It works.

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

79433642

Date: 2025-02-12 15:43:14
Score: 0.5
Natty:
Report link

I know this is an old post, but I just went through this. I used an alias to make the call to source the file instead of a script. For bash, it can be put in ~/.bashrc. You will need to source the file with the alias before it can be used.

alias mycommand='source path/to/script

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

79433637

Date: 2025-02-12 15:40:13
Score: 5.5
Natty: 5
Report link

its like this closed?value=true

Reasons:
  • Low length (2):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Unregistered user (0.5):
  • Has no white space (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: user29616596

79433635

Date: 2025-02-12 15:39:13
Score: 1.5
Natty:
Report link

ceiling() works well here within across

df <- rawdata %>% mutate(across(a:c, ~ceiling(.x)))
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: snibborigami

79433633

Date: 2025-02-12 15:38:12
Score: 2.5
Natty:
Report link

def push(stack,e): stack.append(e) def pop(stack): return stack.pop()

def is_empty(stack): return len(stack)==0 def is_palindrome(arr): stack=[] for i in arr: push(stack,i) for i in arr: if pop(stack)!=i: return False return True

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

79433627

Date: 2025-02-12 15:37:12
Score: 1
Natty:
Report link

I am running sudo 1.9.13p2 on MAC OSX, and sudo has a -l option to do that, so in a bash script:

if sudo -l > /dev/null; then
    echo "This is sudoed"
else
    echo "This is NOT sudoed"
fi
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Vincent Belaïche

79433621

Date: 2025-02-12 15:36:12
Score: 3
Natty:
Report link

Firefox version of insta bridge contracter for home builders and my self a 5 bd and income susport of wifi passes

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

79433619

Date: 2025-02-12 15:35:11
Score: 4.5
Natty:
Report link

This page helped me setup primeng 19 and tailwindcss 4 and still retain some scss:

https://medium.com/@daniel.codrea/setting-up-a-primeng-v19-and-tailwindcss-v4-project-f1b550c8e2d0

Reasons:
  • Blacklisted phrase (0.5): medium.com
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Tom E.

79433618

Date: 2025-02-12 15:35:11
Score: 0.5
Natty:
Report link

I know the question was about Cloud Bitbucket API, but leaving also the answer here for those who did such a search for a Server installation and found this, like me.

There's default-branch endpoint of the repo which serves the default branch name without fetching all the branches

rest/api/1.0/projects/{project_key}/repos/{repo_slug}/default-branch

Response example:

{
    'id': 'refs/heads/master',
    'displayId': 'master',
    'type': 'BRANCH'
}

Tested on v8.19.

Doc: https://developer.atlassian.com/server/bitbucket/rest/v905/api-group-project/#api-api-latest-projects-projectkey-repos-repositoryslug-default-branch-get

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

79433599

Date: 2025-02-12 15:30:09
Score: 3
Natty:
Report link

It's not working on my image. The watermark is not properly removed and it also blur the image sometime.

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

79433593

Date: 2025-02-12 15:25:08
Score: 0.5
Natty:
Report link

As of today, I was able to display my plot while running in the debugger when I called plt.show() on the debug console with a breakpoint in my plotting code.

My versions of stuff:

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

79433592

Date: 2025-02-12 15:25:08
Score: 2
Natty:
Report link

I believe this has been answered in Modify Cas overlay 7.1.3 to add custom RestController

Please note especially the last comment from Petr Bodnár, Jan 21 at 8:17

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

79433587

Date: 2025-02-12 15:23:08
Score: 2
Natty:
Report link

You can try either of the following:

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

79433586

Date: 2025-02-12 15:23:07
Score: 13.5
Natty: 7.5
Report link

I have the same problem. Did you manage to solve it?

Reasons:
  • Blacklisted phrase (1): I have the same problem
  • RegEx Blacklisted phrase (3): Did you manage to solve it
  • RegEx Blacklisted phrase (1.5): solve it?
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): I have the same problem
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Darth Vader

79433581

Date: 2025-02-12 15:21:06
Score: 1
Natty:
Report link

It turns out that the preferred solution is to use apt (docs https://github.com/GoogleContainerTools/rules_distroless/blob/main/docs/apt.md).

Reasons:
  • Whitelisted phrase (-1): solution is
  • Probably link only (1):
  • Low length (1.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • High reputation (-1):
Posted by: Stephen Gross

79433579

Date: 2025-02-12 15:20:06
Score: 3
Natty:
Report link

Not sure if you figure it out yet but AWS OpenSearch should work fine as long as you're using the elasticsearch gem < 7.14. I would also stay on OpenSearch 1.x.

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

79433575

Date: 2025-02-12 15:20:06
Score: 3
Natty:
Report link

Then find a different maps as you said, Your question isn't relevant, doesn't benefit to SO at all and can be answered with a bit of googling.

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

79433563

Date: 2025-02-12 15:15:05
Score: 2.5
Natty:
Report link

This issue usually happens when using Kendo UI for jQuery in an Angular project. Our team is looking into it and hopes to find a solution to make the Kendo jQuery package work with the latest Angular versions. However, we can't guarantee a fix, as this integration isn't officially supported by the Angular framework, Kendo UI for Angular, or Kendo UI for jQuery.

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

79433560

Date: 2025-02-12 15:15:05
Score: 1.5
Natty:
Report link

I am more concerned about exposing your AWS access and secret keys to the public!

NEXT_PUBLIC_AWS_ACCESS_KEY_ID
NEXT_PUBLIC_AWS_SECRET_ACCESS_KEY
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: funny socks

79433553

Date: 2025-02-12 15:13:04
Score: 0.5
Natty:
Report link

For exact matches, Hashmap is the winner. But There is a setup time.

For range-based matches, binary search is better. But the data must be sorted beforehand.

Source: https://machinelearningx.com/algorithms/binary-search-hashmap-linear-search url

Reasons:
  • Low length (1):
  • No code block (0.5):
  • High reputation (-1):
Posted by: GLHF

79433550

Date: 2025-02-12 15:11:04
Score: 2
Natty:
Report link

The following answer in github presented a relative easy way to do the transfer, couldn't find anything better:

Moving keys that are encrypted using the default mechanism is probably something that will never be supported / documented because of how fragile and error-prone it is. The easiest and most fool-proof way to migrate a live web app would be what @blowdart suggests: configure the Data Protection system to use the file system as the key repository, and also configure it to use an X.509 certificate to protect keys at rest. You can even do this using a console application and watch the key files get dropped on disk. Then change your web app's startup config to use the same repository / protection mechanism. After a few days (default 48 hours) the key rotation policy will kick in and the web application will start using the new keys on disk rather than the old keys from the registry. (The old keys will still be able to decrypt existing auth tokens, but they won't be used to issue new auth tokens.) Wait a few more days to make sure that all existing logged-on users have had their auth tokens refreshed. Then you can move the web application - keys and all - to the new machine. You'll lose the ability to decrypt with the old keys, but this shouldn't result in service interruption since all logged-on users should have had their auth tokens refreshed over the waiting period.

Reasons:
  • Long answer (-1):
  • No code block (0.5):
  • User mentioned (1): @blowdart
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: user27019586

79433548

Date: 2025-02-12 15:11:04
Score: 2
Natty:
Report link

If you're hitting the k8s service directly then it will round robin the requests (k8s default), and as your deployment is not sidecar injected, you can't use load balancing algorithms from the DR to configure the client.

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

79433545

Date: 2025-02-12 15:10:04
Score: 3.5
Natty:
Report link

When the billing request flow returns success, call your function to set up the payment. You don't need any further customer interaction so just go ahead.

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): When the
  • Low reputation (1):
Posted by: togethernet

79433543

Date: 2025-02-12 15:10:04
Score: 3.5
Natty:
Report link

Revert commit on local - discard changes and force push to remote: git push -f

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

79433542

Date: 2025-02-12 15:10:04
Score: 2.5
Natty:
Report link

Generally its really bad practise to store any authentication passwords in plain text. Consider using encryption if planning to store in MySql / Maria db backend. Both PHP and MySql have functions to both store and retrieve hashed data - dont be tempted to just stick them in clear in a table.

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

79433537

Date: 2025-02-12 15:09:03
Score: 1
Natty:
Report link

Fetching user skills, education, and positions from the LinkedIn API has become challenging due to the deprecation of r_fullprofile and r_emailaddress scopes. Currently, only r_liteprofile and r_emailaddress are available, which provide limited access.

For user skills and positions, you may need to explore alternative API solutions or check LinkedIn’s latest documentation for updated endpoints. If you're looking for educational resources and exam-related updates, you can check this website for comprehensive details.

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

79433525

Date: 2025-02-12 15:06:01
Score: 12
Natty: 9
Report link

i have the same problem as well. have you found a solution for this? thank you!!

Reasons:
  • Blacklisted phrase (0.5): thank you
  • Blacklisted phrase (1): i have the same problem
  • RegEx Blacklisted phrase (2.5): have you found a solution for this
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): i have the same problem
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: isaiah

79433524

Date: 2025-02-12 15:06:00
Score: 4
Natty:
Report link

I created an account just to update this to say that you no longer have to despair if you need to update a connector and AWS added this feature https://docs.aws.amazon.com/msk/latest/developerguide/mkc-update-connector.html

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

79433522

Date: 2025-02-12 15:05:00
Score: 0.5
Natty:
Report link

For JetBrains Rider (2024.3.5) on Windows (11) the only thing that worked for me was this Plugin:

BrowseWordAtCaret

In Rider go to Settings (Ctrl + Alt + S) > Plugins > Marketplace > Search 'BrowseWordAtCaret' > Install.

After installing, check if it the plugin is enabled and then go to Settings > Editor > Appearance > scroll down to 'Browse Word at Caret' and check all the options.

(It didn't work without the step above for me)

Then use Ctrl + Alt + Up/Down in the editor to cycle between highlighted usages.

You can change the keymap in Settings > Keymap > Plugins > BrowseWordAtCaret.

Reasons:
  • Blacklisted phrase (1): this Plugin
  • Whitelisted phrase (-1): worked for me
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: iulo

79433517

Date: 2025-02-12 15:02:59
Score: 1.5
Natty:
Report link

Do you request some where memory? I don't see the helm flag like requestsMemory in your config. I guess you have to give the pod some memory. In you docker config you only limited the application to use memory, but the pod does need some to start your application. so I guess your pod is not configured correctly

Reasons:
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Sassan Asnaashari

79433516

Date: 2025-02-12 15:02:59
Score: 0.5
Natty:
Report link

In a way, yes, you cannot access or edit the DNS records because the domain is not yours. The platform is "lending" a specific subdomain for use.

If you'd like to edit the DNS to enable Google Search Console, you need to use a custom domain. That way you can have a domain that you fully control. If you use Vercel's Nameservers, you should be able to edit any DNS records directly in your dashboard.

Reasons:
  • No code block (0.5):
Posted by: paulogdm

79433511

Date: 2025-02-12 15:01:58
Score: 4
Natty:
Report link

Same here with maven dependency:

Maybe this post can help you: https://techcommunity.microsoft.com/blog/analyticsonazure/workarounds-for-maven-json-smart-2-5-2-release-breaking-azure-databricks-job-dep/4377517

Good luck!

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

79433509

Date: 2025-02-12 15:00:58
Score: 3
Natty:
Report link

Have they added a Shortcut or an Extension to open the Microsoft Documentation online yet? 3 years later.

I'm using: VSCode and the extension: #C Dev Kit

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

79433506

Date: 2025-02-12 14:59:58
Score: 3
Natty:
Report link

If you want a permanent fix, run:

powershell

CopyEdit

Set-ExecutionPolicy -Scope CurrentUser -ExecutionPolicy RemoteSigned

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