79466571

Date: 2025-02-25 12:40:23
Score: 3.5
Natty:
Report link

This solved my issue : https://stackoverflow.com/a/78933760/19252746

If you add the bot, have scopes etc. this would solve your problem. Slacks official doc is wrong i believe. This answer uses POST instead of PUT.

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

79466569

Date: 2025-02-25 12:39:22
Score: 2
Natty:
Report link

This question is asked long time ago, but my search pointed me here so I share my solution for others doing the same search. As already stated above [Environment]::NewLine is the only reliable way to create a line break in Powershell. You can do a -join([Environment]::NewLine) with your array, this avoids the extra line at the end of the string that Out-String creates.

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

79466567

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

Same idea is this suggestion, but better: instead of throwing - set a variable.

bool r = false; std::call_once(flag,{r = true;}); return r;

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

79466566

Date: 2025-02-25 12:38:22
Score: 0.5
Natty:
Report link

Even if you separate the jenkinsfiles into separate folders it will still pull the whole repo, therefore pulling everything regardless of whether you put it in a different folder. Ultimately, unless you have thousands of Jenkinsfiles, there will be no noticeable performance impact eitherway.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • High reputation (-1):
Posted by: M B

79466565

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

torch.hub.set_dir("/my/path") this worked for me in docker images

Reasons:
  • Whitelisted phrase (-1): this worked for me
  • Whitelisted phrase (-1): worked for me
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: yangjian

79466552

Date: 2025-02-25 12:34:20
Score: 4.5
Natty: 5
Report link

I've written a blog post on how to do it here - https://shashwatv.com/parse-audio-to-ogg-opus-telegram/

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

79466550

Date: 2025-02-25 12:33:20
Score: 1.5
Natty:
Report link

some browsers have central sites already registered out of the box, which might be sort of a security advantage, or maybe not really. and the "accept_insecure_*" option only works for non-registered sites. (at least that is the case for the more recent Firefox versions. other browsers might operate quite similarly.)

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

79466548

Date: 2025-02-25 12:32:20
Score: 0.5
Natty:
Report link

Another benefit of using span is that it simplifies debugging.

If you use ptr+size, by default you can only see the first element pointed to by ptr in the debugger.

Using span, you can directly view all the elements within the range without having to manually enter anything in the debugger yourself.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: 許恩嘉

79466545

Date: 2025-02-25 12:32:20
Score: 1
Natty:
Report link

Had this error while using Grammy.js, from the Bot API docs, I understood that the disable_web_page_preview: true has now to changed to :

link_preview_options:{is_disabled:true}

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

79466527

Date: 2025-02-25 12:23:17
Score: 1
Natty:
Report link
.border 
{
  position: relative;
  border: 3px dashed black;
}
.border::before 
{
  content: "";
  position: absolute;
  top: -6px;
  left: -6px;
  right: -6px;
  bottom: -6px;
  border: 3px dashed red;
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Awasthi Adda

79466524

Date: 2025-02-25 12:22:17
Score: 0.5
Natty:
Report link

To update from one major version to another, use the format.

ng update @angular/cli@^<major_version> @angular/core@^<major_version>
ng update @angular/cli@^19 @angular/core@^19
Reasons:
  • Low length (1):
  • Has code block (-0.5):
Posted by: Jethik

79466517

Date: 2025-02-25 12:20:16
Score: 7.5 🚩
Natty:
Report link

Could you please share/describe your stream?

Reasons:
  • RegEx Blacklisted phrase (2.5): Could you please share
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Tapas Saha

79466470

Date: 2025-02-25 12:03:13
Score: 2.5
Natty:
Report link

In their mail Microsoft tells me that TLS1.0 support will end by 28. Feb and I have clients using it in my web apps. This seems not to be true as according to my Azure portal it concerned only Event Grid, Event Hub and Service Bus services, which I don't use. Br. Bengt Bredenberg

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

79466469

Date: 2025-02-25 12:03:13
Score: 2.5
Natty:
Report link

The issue lies in how the router is being mounted in your app.js file. Specifically, the path for app.use("api/post", postRoutes) is missing a leading forward slash (/). This causes Express to treat the path as a relative path, which is why your router is not working as expected

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

79466466

Date: 2025-02-25 12:03:13
Score: 2.5
Natty:
Report link

if you need to use an older Electron version to run on Windows 7, but this is not recommended due to potential security vulnerabilities

Refer this for electron releases: https://www.electronjs.org/docs/latest/tutorial/electron-timelines

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

79466464

Date: 2025-02-25 12:00:12
Score: 1
Natty:
Report link

thanks everyone for feedback.

So the solution was quite simple and in case the only thing that was basically needed was to put code below to project build.gradle.kts

plugins {
    alias(libs.plugins.android.application) apply false
    alias(libs.plugins.jetbrains.kotlin.android) apply false
    alias(libs.plugins.compose.compiler) apply false
}

while my module build.gradle.kts looks like this:

plugins {
    alias(libs.plugins.android.application)
    alias(libs.plugins.jetbrains.kotlin.android)
    alias(libs.plugins.compose.compiler)
}

Once more thank you!

Reasons:
  • Blacklisted phrase (0.5): thank you
  • Blacklisted phrase (0.5): thanks
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Alltair4747

79466463

Date: 2025-02-25 11:59:12
Score: 2.5
Natty:
Report link

I faced the same issue for my project, I temporarily used this API https://reccobeats.com/docs/apis/get-recommendation almost same at Spotify recommendation API

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Hoàng Nguyễn

79466451

Date: 2025-02-25 11:51:10
Score: 5
Natty:
Report link

Grid Search is a hyperparameter tuning method that systematically tests multiple parameter combinations to find the best model configuration. In Scikit-Learn, this can be done using GridSearchCV.
For a more detailed explanation, you can check this video: https://youtu.be/819tMzaZ94s

Reasons:
  • Blacklisted phrase (1): youtu.be
  • Blacklisted phrase (1): check this video
  • Blacklisted phrase (1): this video
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Stacy Martin

79466445

Date: 2025-02-25 11:49:09
Score: 3
Natty:
Report link

I suggest that you set a custom time point, for example: when the content under a certain div has finished loading, it can be considered as the time when the final rendering is complete. You can then use JavaScript to listen for whether it has finished loading, in order to track the total loading duration. If you have any other questions regarding performance, you can refer to this article.

Reasons:
  • Blacklisted phrase (1): this article
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: tomcom tang

79466442

Date: 2025-02-25 11:48:09
Score: 1.5
Natty:
Report link

How about making it reversible?

class RemoveCountryFromSampleApps < ActiveRecord::Migration[8.0]
  def up
    remove_column :sample_apps, :country
  end

  def down
    add_column :sample_apps, :country, :string
  end
end
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Starts with a question (0.5): How
  • High reputation (-1):
Posted by: Lane

79466428

Date: 2025-02-25 11:43:08
Score: 3.5
Natty:
Report link

Although HashSets and HashMaps implement different interfaces. A HashSet is essentially using a HashMap Instance for its internal implementation.
You can confirm this at the official documentation at - https://docs.oracle.com/javase/8/docs/api/java/util/HashSet.html
OR
Read a Medium post at -
https://medium.com/@liberatoreanita/working-with-hashset-in-java-8993b411e3a9

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

79466422

Date: 2025-02-25 11:39:07
Score: 10 🚩
Natty: 4.5
Report link

Did you end up finding a solution? I am having the same problem here.

Reasons:
  • RegEx Blacklisted phrase (3): Did you end up finding a solution
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): I am having the same problem
  • Contains question mark (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): Did you
  • Low reputation (1):
Posted by: Pablo Córdoba Rodríguez

79466420

Date: 2025-02-25 11:39:07
Score: 0.5
Natty:
Report link

you need to add

camera.rotation.order = 'YXZ' // default 'XYZ'

in your init() function

reason: rotation matrix multiplication order

you can see detalised info here: https://en.wikipedia.org/wiki/Euler_angles#Rotation_matrix

also if you add this:

const axesHelper = new THREE.AxesHelper( 15 )
//axesHelper.renderOrder = 1;
axesHelper.material.depthTest = false;
scene.add( axesHelper )

in init() it will show world axes (and will be always on top of all objects) i needed that while cheking your code so maybe you also will need it in future

Reasons:
  • Blacklisted phrase (0.5): i need
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: A_____ A_______

79466419

Date: 2025-02-25 11:39:07
Score: 2.5
Natty:
Report link

as RyanSand20 answered, removing - "@angular/": ["./node_modules/@angular/"], from tsconfig helped me

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

79466415

Date: 2025-02-25 11:36:06
Score: 3.5
Natty:
Report link

Well, I think you should refer to this one. Here is discussing the framework of web framework.

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

79466406

Date: 2025-02-25 11:34:05
Score: 3.5
Natty:
Report link

Try with a higher version of protobuf, protobuf>=5.28.3

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

79466399

Date: 2025-02-25 11:31:04
Score: 6 🚩
Natty: 5
Report link

if i do that i have this error : 'EvaluationType' is not allowed in 'propertyExpression' element

Any idea ?

Thanks.

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • RegEx Blacklisted phrase (1): i have this error
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Cédric RIOU

79466392

Date: 2025-02-25 11:29:03
Score: 1.5
Natty:
Report link

In my case (Windows 11), the problem was caused by the path to the virtual environment being too long. The same fresh installation of python 3.13 in a virtual environment caused the problem (if the paths were too long) and did not cause it if the paths were shorter. In both cases, libraries installed via pip (in my case it was pandas, sklearn, numpy) worked fine regardless of path length.

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

79466388

Date: 2025-02-25 11:26:03
Score: 3
Natty:
Report link

Whataburger menu features a variety of tasty options, including their famous burgers made with 100% beef patties. You can customize your burger with toppings like cheese, lettuce, and jalapeños. The menu also includes chicken sandwiches, breakfast items, fries, and shakes in different flavors. Whether you're craving a meal or a snack, Whataburger has something for everyone.

Reasons:
  • Contains signature (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Whataburger menu

79466387

Date: 2025-02-25 11:26:03
Score: 2.5
Natty:
Report link

You probably run an older version, as this was a but present about a year ago or so. Fixed since some time.

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

79466384

Date: 2025-02-25 11:26:03
Score: 2.5
Natty:
Report link

If i understand your question properly, Is this what you are looking for?

<!DOCTYPE html>
<html>
<body  onload="typeWriter()">
Auto Text typer demo with css and js
<p id="demo"></p>
<script>
var i = 0;
var txt = 'Lorem ipsum dummy text blabla.';
var speed = 50;

function typeWriter() {
  if (i < txt.length) {
    document.getElementById("demo").innerHTML += txt.charAt(i);
    i++;
    setTimeout(typeWriter, speed);
  }
}
</script>

</body>
</html>

Reasons:
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Chandru

79466377

Date: 2025-02-25 11:23:02
Score: 3
Natty:
Report link

For me after installing "Latest Windows App SDK" this error resolved. Hope it'll help others.

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

79466376

Date: 2025-02-25 11:23:02
Score: 1
Natty:
Report link

Use printenv available in most of the linux distros. Simply run

printenv ${VAR_PREFIX}_VARNAME

NOTE: One disclaimer is that the actual variable needs to be exported.

So for this example:

export VAR_PREFIX=some_prefix
export some_prefix_VARNAME=some_value
printenv ${VAR_PREFIX}_VARNAME

result is:

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

79466364

Date: 2025-02-25 11:20:01
Score: 2
Natty:
Report link

In this case, the KeepAlive value should be defined. I faced the same issue in my case but resolved it as soon as I set the time duration for the keep-alive. (SocketOptionLevel.Socket, SocketOptionName.KeepAlive, 1000).

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

79466361

Date: 2025-02-25 11:19:00
Score: 2.5
Natty:
Report link

Let say your column is A with all values with type(2). Insert a new column besides it say B. Manually type he value of first cell of A into B. Select all rows of column B and then go to Data>Flash fill. You will get all values in Column B with Type(1). delete Coulumn A.

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

79466356

Date: 2025-02-25 11:18:00
Score: 1
Natty:
Report link

Just to add copy & paste solution to the answer by @paulsm4:

Add these lines to .vscode/settings.json:

{
    "intelephense.format.braces": "k&r",
}

Posssible values are:

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • User mentioned (1): @paulsm4
Posted by: Jurakin

79466355

Date: 2025-02-25 11:17:00
Score: 3.5
Natty:
Report link

Since you also opened an issue in the Quarkus GitHub repository, I'm following up there: https://github.com/quarkusio/quarkus/issues/46469

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

79466354

Date: 2025-02-25 11:17:00
Score: 2
Natty:
Report link

brew install helped me

brew install --cask android-studio
Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Ihor Nahirnyi

79466346

Date: 2025-02-25 11:14:59
Score: 7 🚩
Natty: 5
Report link

When executing the script using this method, the following encoding error occurred: Error: invalid byte sequence in UTF-8

I generated a key using the following method and used it to create a signature, then utilized the signature as the token to connect to ElastiCache, but encountered persistent errors.

 signing_key=$(printf "AWS4$aws_access_key_id")
 signing_key=$(echo -n "$datestamp" | openssl dgst -sha256 -mac HMAC -macopt key:"$signing_key" | cut -d' ' -f2)
 signing_key=$(echo -n "$aws_region" | openssl dgst -sha256 -mac HMAC -macopt key:"$signing_key" | cut -d' ' -f2)
 signing_key=$(echo -n "$service" | openssl dgst -sha256 -mac HMAC -macopt key:"$signing_key" | cut -d' ' -f2)
 signing_key=$(echo -n "aws4_request" | openssl dgst -sha256 -mac HMAC -macopt key:"$signing_key" | cut -d' ' -f2)
signature=$(echo -en "$string_to_sign" | openssl dgst -sha256 -sign "$signing_key"| cut -d' ' -f2)

Could you help me analyze the specific cause of the error? thanks so much.

Reasons:
  • Blacklisted phrase (0.5): thanks
  • Blacklisted phrase (1): help me
  • RegEx Blacklisted phrase (3): Could you help me
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Starts with a question (0.5): When
  • Low reputation (1):
Posted by: libra ma

79466332

Date: 2025-02-25 11:10:58
Score: 0.5
Natty:
Report link

See the message history EIP for a possible way to know what route path a message went

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • High reputation (-2):
Posted by: Claus Ibsen

79466329

Date: 2025-02-25 11:10:58
Score: 2.5
Natty:
Report link

Powershell
Explorer: (Get-Process "ProcessName").parent.processname - explorer
Sheduler: (Get-Process "ProcessName").parent.processname - svchost

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Павел Глушко

79466303

Date: 2025-02-25 11:04:57
Score: 1.5
Natty:
Report link

I just renamed the program saxpy.f so that it can be modified to introduce some new instructions

Now I want to know after compilation  how saxpy can 
be assessed using nvprof

! nvfortran gks2.cuf

module mathOps

 contains
    attributes(global) subroutine saxpy(x, y, a)
    
    implicit none
    real :: x(:), y(:)
    real, value :: a
    integer :: i, n
    n = size(x)
    i = blockDim%x * (blockIdx%x - 1) + threadIdx%x
    if (i <= n) y(i) = y(i) + a*x(i)
    
  end subroutine saxpy 
end module mathOps

program testSaxpy
  use mathOps
  use cudafor
  implicit none
  integer, parameter :: N = 40000
  real :: x(N), y(N), a
  real, device :: x_d(N), y_d(N)
  type(dim3) :: grid, tBlock

  tBlock = dim3(256,1,1)
  grid = dim3(ceiling(real(N)/tBlock%x),1,1)

  x = 1.0; y = 2.0; a = 2.0
  x_d = x
  y_d = y
  call saxpy<<<grid, tBlock>>>(x_d, y_d, a)
  y = y_d
  write(*,*) 'Max error: ', maxval(abs(y-4.0))
end program testSaxpy



 sudo  /opt/nvidia/hpc_sdk/Linux_x86_64/25.1/compilers/bin/nvfortran 
       -cuda -cudalibs -o g2 gks2.cuf 
       -L/opt/nvidia/hpc_sdk/Linux_x86_64/25.1/math_libs/11.8/targets/x86_64-linux/lib
       
        ./g2
        Max error:     0.000000    
        



    nvprof --unified-memory-profiling off  ./g2
            ==11436== NVPROF is profiling process 11436, command: ./g2
 Max error:     0.000000    
==11436== Profiling application: ./g2
==11436== Profiling result:
   Type      Time(%)  Time        Calls       Avg       Min       Max  Name
 GPU 
 activities: 
         62.38%  31.520us 4   7.8800us 992ns     14.848us  [CUDA memcpy HtoD]
         26.28%  13.280us 1  13.280us  13.280us  13.280us  [CUDA memcpy DtoH]
         11.34%  5.7280us 1   5.7280us  5.7280us  5.7280us  mathops_saxpy_
 API 
calls: 
      79.63%  146.81ms 1 146.81ms  146.81ms  146.81ms uDevicePrimaryCtxRetain
      19.50%  35.959ms 5  7.1918ms  3.6340us  35.877ms  cudaMemcpy
       0.25%  458.66us 1  458.66us  458.66us  458.66us  cuMemAllocHost
       0.22%  404.19us 1  404.19us  404.19us  404.19us  cuDeviceTotalMem
       0.15%  281.90us 106  2.6590us 262ns  118.81us  cuDeviceGetAttribute
       0.10%  180.63us 384    470ns 243ns  5.0580us      P
       0.06%  107.70us 5   21.540us  1.6150us  95.645us  cuMemAlloc
       0.05%  99.009us 1   99.009us  99.009us  99.009us  cuDeviceGetName
       0.01%  19.257us 1  19.257us  19.257us  19.257us  cudaLaunchKernel
       0.01%  17.423us 1  17.423us  17.423us  17.423us  cuDeviceGetPCIBu
       0.01%  16.629us 1  16.629us  16.629us  16.629us  cuInit
       0.01%  12.104us 1  12.104us  12.104us  12.104us  cudaGetDevice
       0.00%  3.8130us 3  1.2710us     317ns  3.1710us  cuDeviceGetCount
       0.00%  1.4840us 3     494ns     267ns     926ns  cuDeviceGet
       0.00%  1.3230us 2     661ns     518ns     805ns  cuCtxGetCurrent
       0.00%  1.1320us 4     283ns      86ns     516ns  cuCtxSetCurrent
    
Reasons:
  • Blacklisted phrase (1): I want to know
  • RegEx Blacklisted phrase (1): I want
  • Long answer (-1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Goutam Sen

79466302

Date: 2025-02-25 11:04:57
Score: 2.5
Natty:
Report link

hexMD5('\050' + document.login.password.value + '\263\316\205\300\162\370\066\121\063\144\054\017\062\341\150\320'); document.sendin.submit();

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: دلياس اشظبي

79466295

Date: 2025-02-25 11:03:56
Score: 3
Natty:
Report link

builder.Services.Configure(builder.Configuration .GetSection("CustomSite:Management:ThirdParty:Results:Team:Settings"));

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Has no white space (0.5):
  • Low reputation (1):
Posted by: KAAMIRLI

79466284

Date: 2025-02-25 11:02:56
Score: 3.5
Natty:
Report link

I have the same issue with AWS Corretto 11. Our 3rd party dependency tool cannot identify these libraries. Unfortunately, libs are not listed in legal files in JDK.

Luckily, these libraries are not maintained so I deduced that OpenJDK can use the latest versions. AWS Corretto is based on OpenJDK.

Reasons:
  • Blacklisted phrase (1): I have the same issue
  • Has code block (-0.5):
  • Me too answer (2.5): I have the same issue
  • Low reputation (0.5):
Posted by: Michał Mazur

79466280

Date: 2025-02-25 11:01:55
Score: 4
Natty:
Report link

please don t react this offer.

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

79466277

Date: 2025-02-25 10:59:55
Score: 2.5
Natty:
Report link

it supposed to trigger "ImageNotFoundException"

def functionwithimage(hebele):
    try:
        im = Image.open(hebele)
        a=pyautogui.locateOnScreen(hebele)
        print("There it is!")
    except pyautogui.ImageNotFoundException:
        print("i cannot find image on these lands!")

functionwithimage('Bank.png')
Reasons:
  • Blacklisted phrase (1.5): i cannot find
  • Blacklisted phrase (0.5): i cannot
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: kimabi

79466269

Date: 2025-02-25 10:58:55
Score: 0.5
Natty:
Report link

From @angular/material v19 mat-form-field styling is present in Angular Material Docs.

Add the following SCSS in src/styles.scss:

@use "@angular/material" as mat;

:root {
  @include mat.form-field-overrides(
    (
      filled-container-color: transparent,
    )
  );
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Abdul Samad

79466266

Date: 2025-02-25 10:57:54
Score: 1
Natty:
Report link

As suggested here, you can use String.fromCharCode(65279) instead of ''.

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

79466264

Date: 2025-02-25 10:57:54
Score: 11.5
Natty: 8.5
Report link

Anyone found any solutions for this ??

Reasons:
  • Blacklisted phrase (1.5): any solution
  • Blacklisted phrase (2): Anyone found
  • RegEx Blacklisted phrase (2): any solutions for this ?
  • Low length (2):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Gireesh MT

79466261

Date: 2025-02-25 10:57:53
Score: 6 🚩
Natty:
Report link

am not getting results if i replace LARGE function by SMALL function kindly help

Reasons:
  • Blacklisted phrase (3): kindly help
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: M Holla

79466259

Date: 2025-02-25 10:56:52
Score: 9 🚩
Natty: 5.5
Report link

Did you ever figure out why the ping reply is null?

Reasons:
  • RegEx Blacklisted phrase (3): Did you ever figure out
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Starts with a question (0.5): Did you
  • Low reputation (1):
Posted by: Stefan Nilsson

79466255

Date: 2025-02-25 10:55:52
Score: 5
Natty: 6.5
Report link

I was looking for it too. This article says that we cannot add this property ourselves

https://smartbotsland.com/blog/social-networks/telegram/telegram-bot-user-count/

Reasons:
  • Blacklisted phrase (1): This article
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Андрій Томашевський

79466252

Date: 2025-02-25 10:53:51
Score: 1
Natty:
Report link

Have you tried using stats::cor? It worked for me. WGCNAs uses a faster version of cor but it´s probably missing a dependency.

Reasons:
  • Whitelisted phrase (-1): It worked
  • Whitelisted phrase (-1): Have you tried
  • Whitelisted phrase (-1): worked for me
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Tomas O

79466244

Date: 2025-02-25 10:51:50
Score: 0.5
Natty:
Report link

Based on your screencap, it looks like you're trying to use SUM(COUNTIFS()):

=SUM(COUNTIF(A2:A8,{"A","B","C"}))

Result

Row 1 is using your formula (where you made it work multiplying it by 1);

Row 2 (selected cell) is using SUM(COUNTIFS());

Row 3 is just using COUNTIFS.

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

79466235

Date: 2025-02-25 10:50:50
Score: 2.5
Natty:
Report link

Please read the new article from Raymond Chen: "How can I get the original target of a shortcut without applying any 32-bit adjustments?" - it describes how to disable known-folder-relative tracking.

https://devblogs.microsoft.com/oldnewthing/?p=107807

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

79466234

Date: 2025-02-25 10:50:50
Score: 2.5
Natty:
Report link

The issue might be due to CORS policy, network restrictions, or incorrect API endpoint access on your Android device. Ensure your server is publicly accessible and not restricted to localhost. Try using your local IP instead of localhost and check firewall settings.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Usman Zia Full Stack Developer

79466228

Date: 2025-02-25 10:48:50
Score: 2.5
Natty:
Report link

It seems it is not related to your native style, but about the creative size : your "new" creative is 640x160 whereas your "original" creative is 640x80.

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

79466224

Date: 2025-02-25 10:46:49
Score: 3.5
Natty:
Report link

:meta-title="Stream 1" it works when added to a playlist

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

79466221

Date: 2025-02-25 10:45:49
Score: 1.5
Natty:
Report link

Updated instructions for postgres:16.4-alpine based on above answers

FROM postgres:16.4-alpine
WORKDIR /app

RUN apk add git
RUN apk add build-base
RUN apk add clang15
RUN apk add llvm15-dev

RUN git clone --branch v0.8.0 https://github.com/pgvector/pgvector.git

WORKDIR /app/pgvector

RUN make
RUN make install

Refer for latest installation guide: https://github.com/pgvector/pgvector?tab=readme-ov-file#docker

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

79466215

Date: 2025-02-25 10:43:48
Score: 2
Natty:
Report link

So, after some researching and read this post https://www.reddit.com/r/typescript/comments/1bjgdky/union_types_of_objects_issue/, I made this:

type A = {
  propA1: string
  propA2: string
}

type B = {
  propB1: string
  propB2: string
}



const f = (arg: A & { [key in keyof B]?: never } | B & { [key in keyof A]?: never }) => { }

f({ propA1: 'propA1', propA2: 'propA2', propB1: '' }) // error

playground

Reasons:
  • Probably link only (1):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Uzakov Nikita

79466213

Date: 2025-02-25 10:42:48
Score: 10.5 🚩
Natty: 4
Report link

Were you able to resolve your problem? I'm facing the same issue and can't seem to solve it no matter what I try.

Reasons:
  • RegEx Blacklisted phrase (1.5): resolve your problem?
  • RegEx Blacklisted phrase (3): Were you able
  • Low length (1):
  • No code block (0.5):
  • Me too answer (2.5): I'm facing the same issue
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Dániel Horváth

79466207

Date: 2025-02-25 10:40:47
Score: 2
Natty:
Report link

if jdk version is not compatible with gradle version then it shows error, check with jdk and gradle version.

Here check compatibility, Hope so this will resolve your issue.

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

79466195

Date: 2025-02-25 10:39:47
Score: 1.5
Natty:
Report link

For me, this was a missing await when querying context, i.e I was trying to return an uncompleted Task<something> rather than a something, which is obviously impossible

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

79466185

Date: 2025-02-25 10:35:46
Score: 1.5
Natty:
Report link

A simple way is to maintain a list of valid cities and then check if your item()?['City'] exists in this list. You can continue to add more cities or even have it read dynamically from some data source.

here's a simple demonstration

enter image description here

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

79466184

Date: 2025-02-25 10:34:45
Score: 2
Natty:
Report link

Sounds like the BACnet stack that you're using might also (now / for Android 12) need to be told which NIC (Network Interface Card) to use.

Try using (/can you use?) Wireshark to check/confirm what's happening.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (0.5):
Posted by: DennisVM-D2i

79466182

Date: 2025-02-25 10:34:45
Score: 0.5
Natty:
Report link

I have created a chart that can deploy any kind of k8s resources just using values yaml file.

So you don't need templates/ directory, but a note that it extends values yaml file size. Depends on your use case whether it fits or not.

https://laimison.github.io/universal-helm-chart

echo 'resources:
  - apiVersion: v1
    kind: Pod
    metadata:
      name: universal-helm-chart-pod
    spec:
      containers:
        - name: sleep-container
          image: busybox
          args: ["sleep", "infinity"]
' > /tmp/values.yaml

helm repo add universal-helm-chart https://laimison.github.io/universal-helm-chart

helm install universal-helm-chart universal-helm-chart/universal-helm-chart --version 1.0.0 -n default -f /tmp/values.yaml

kubectl -n default get pods
Reasons:
  • Contains signature (1):
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
Posted by: laimison

79466158

Date: 2025-02-25 10:26:44
Score: 1
Natty:
Report link

Since SomeController.class is itself a mock, u need to mock its methods responses. What u did was to mock a method someMethod() inside the method createReturnType() that is actually called. What will happen is that the method createReturnType() in the mcoked class will be ignored of what is inside it returning null. A fixation to ur code is to either:

1- mock the method createReturnType() itself to get a result
2- @Spy SomeController.class instead of mocking it

But in either ways, its not a best practice to test mock the class of the methods that is needed to be tested since testing is calling the actual method testing its behaviour.

Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • User mentioned (1): @Spyinstead
  • Low reputation (1):
Posted by: Mohamed Essam

79466157

Date: 2025-02-25 10:25:43
Score: 8.5
Natty: 8.5
Report link

Did you managage to solve this problem? If yes can you share it

Reasons:
  • RegEx Blacklisted phrase (2.5): can you share
  • RegEx Blacklisted phrase (1.5): solve this problem?
  • Low length (1.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): Did you
  • Low reputation (1):
Posted by: Korhan_34

79466156

Date: 2025-02-25 10:25:43
Score: 2
Natty:
Report link

Answering my own question in case it helps someone:

  1. Install the source version of sqlite: https://www.sqlite.org/2025/sqlite-src-3490000.zip
  2. Add path_to_install_directory/sqlite/lib to LD_LIBRARY_PATH
  3. Add path_to_install_directory/sqlite/bin to PATH
  4. Compile python with CPPFLAGS="-I path_to_install_directory/sqlite/include" ./configure && make -j16 install
Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: PrOpoLo

79466155

Date: 2025-02-25 10:25:43
Score: 0.5
Natty:
Report link

It looks like the views are redacted. This is a known behavior (issue?) with widgets. You can try to display the unredacted view by adding the .unredacted() modifier to your view, like this:

case .systemMedium:
            /// Display the MovieWidgetView for the medium widget size
            MovieWidgetView(topThreeMovies: [dummyMovie, dummyMovie, dummyMovie])
                .unredacted()
Reasons:
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (0.5):
Posted by: Thorsten Stark

79466138

Date: 2025-02-25 10:18:42
Score: 1.5
Natty:
Report link

Create tables using AWS Glue or the Athena console

Try creating the tables using AWS GLUE. It provides some good automation for schema detection

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

79466136

Date: 2025-02-25 10:18:42
Score: 3.5
Natty:
Report link

this is because the radeon software overtakes this short cut, and you can simply turn it off by opening the radeon software on your device and go to the hotkeys tab and turn off this short key (you can step on the box and press delete to remove the short key) then, it will be updated on excel directly.enter image description here

Reasons:
  • Blacklisted phrase (1): enter image description here
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Mahmoud Helmy

79466125

Date: 2025-02-25 10:13:41
Score: 2.5
Natty:
Report link
  1. Construct a DFA of the Language, L = { w € {0,1}* : no 00 appears as a subsequence before the first 11 in w.}
Reasons:
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: MD JAHIDUR RAHMAN MAHIN

79466123

Date: 2025-02-25 10:13:41
Score: 1
Natty:
Report link

If you want to stick with the stream API, you should refactor your code.

List<Ctry> result = new ArrayList<Ctry>();
activeRow.stream()
        .map(obj -> this.findCtry(obj, true))
        .filter(ctrys -> !ctrys.isEmpty())
        .findFirst()
        .ifPresent(result::addAll);
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Aimene Nouri

79466120

Date: 2025-02-25 10:12:41
Score: 1.5
Natty:
Report link

To expand on @Logaritm's answer, you can do this entirely in WiX 3.14 - it has to be 3.14 because the behaviour was specifically added at that version.

  1. Install WiX 3.14
  2. Open your WiX project in Visual Studio and add a Reference to WixUtilExtension, loading the dll from the C:\Program Files (x86)\WiX Toolset v3.14\bin folder
  3. Add this exact element <PropertyRef Id="WIX_NATIVE_MACHINE"/> as a child of the <Product> parent in the wxs file.
    During installation, msiexec will run a custom action that assigns a value to WIX_NATIVE_MACHINE.
  4. Add <Condition> items to your wxs files, e.g.
    <Condition>WIX_NATIVE_MACHINE = "43620"</Condition>
    The following link lists the possible values of WIX_NATIVE_MACHINE in hex - image-file-machine-constants - WiX understands decimal so you'll have to do the conversion.
Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • User mentioned (1): @Logaritm's
  • Low reputation (0.5):
Posted by: Brian THOMAS

79466117

Date: 2025-02-25 10:12:41
Score: 2
Natty:
Report link

In conjunction with the similar answers provided by @TedLyngmo (https://stackoverflow.com/a/79464046/28414083) and @Jarod42 (https://stackoverflow.com/a/79464150/28414083), the accepted form of solution for the specific question asked would be:

#include <type_traits>

template <class... Types>
struct acceptor {
  template <auto... Values>
    requires std::conjunction_v<std::is_same<Types, decltype(Values)>...>
  static inline void accept(void) {
    // ...
  }
};

as this compiles in GCC. Unfortunately, this obviously destroys an IDE's ability to use any kind of "intellisense". It also requires you to specify the values, even as literals, in their specific types, meaning that the literal 1, for example, would not work for an input of a long's corresponding template non-type parameter as the 1 literal is considered an int by the compiler. This could be beaten by changing std::is_same_v to std::is_trivially_constructible_v in the requirement clause or similar but it's recommended, where possible, to change to something like:

#include <type_traits>

template <class... Types>
struct acceptor {
  template <Types... Values>
  struct internal {
    static inline void accept(void) {
      // ...
    }
  };
};

which has an internal temploid struct that, unlike its internal temploid function counterpart, is able to compile with that template in GCC. This changes the format of the expected use to:

int main(void) {
  // allows '1U' specified for 'int'
  acceptor<signed char, int, float>::template internal<0, 1U, 0.5f>::accept();
  // allows '6' specified for 'unsigned long'
  acceptor<unsigned long, double>::template internal<6, -4.6>::accept();

  return 0;
}

Tested with gcc version: Ubuntu 13.2.0-4ubuntu3.

Reasons:
  • Blacklisted phrase (1): stackoverflow
  • Long answer (-1):
  • Has code block (-0.5):
  • User mentioned (1): @TedLyngmo
  • User mentioned (0): @Jarod42
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: notgapriel

79466098

Date: 2025-02-25 10:03:39
Score: 3
Natty:
Report link

Tag is use to define the test scenario that should run, and cant be use to skip test step. May i know why u wanna skip "When I select "T555 Cars"

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

79466090

Date: 2025-02-25 10:00:39
Score: 2
Natty:
Report link

If anyone is interested you can check out my implementation at: https://github.com/domac-dev/QGrid.

It supports filtering, sorting and pagination by dynamically generating LINQ expressions. You can also filter nested properties like ex. Company.Name

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

79466073

Date: 2025-02-25 09:52:36
Score: 9.5 🚩
Natty: 5.5
Report link

I wanted to add a comment, but I need to have 50 reputation and I don't have it. This is unfortunately not an answer, but I wanted to ask if you got any far in this problem. I am also trying to register custom transforms, but the process is too obscure, and Vega documentation does not help at all. I've found two interesting examples: https://github.com/mitvis/vl-animation/tree/main this one, where a prototype compiler for vega is built and even custom functions are defined in src/compile.ts; and this other one, that implements a custom transform: https://github.com/vega/vega-plus/tree/master/packages/vega-plus-core However, even with both examples, the process seems very obscure to me. Did you manage to go past this problem? Thanks.

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Blacklisted phrase (0.5): I need
  • Blacklisted phrase (1): not an answer
  • RegEx Blacklisted phrase (1.5): 50 reputation
  • RegEx Blacklisted phrase (3): Did you manage to
  • Long answer (-0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Colors

79466072

Date: 2025-02-25 09:52:36
Score: 2
Natty:
Report link

Upgrade to a Specific IOS SDK Version in EXPO

If you need to upgrade to a specific version (e.g., SDK 52), use: expo upgrade 52

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

79466067

Date: 2025-02-25 09:52:36
Score: 2.5
Natty:
Report link

open-cv might be installed in virtual environment in pycharm.

Try python -m pip install opencv-python

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Eleazar Isaeck Nathan

79466051

Date: 2025-02-25 09:46:34
Score: 0.5
Natty:
Report link

asked my friend on discord, he gave me this

pactl list sink-inputs | grep -B16 plasmashell | grep "object.serial =" | awk -F' = ' '{print $2}' | tr -d '"' | xargs -I {} pactl set-sink-input-mute {} toggle

hope this helps the one person who find this post

Reasons:
  • Whitelisted phrase (-1): hope this helps
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Karzee

79466039

Date: 2025-02-25 09:42:33
Score: 1.5
Natty:
Report link

Thanks to Richard for pointing me in the right direction here.

I ended up implementing this by creating a custom attribute like so (NB - namespace is unimportant, but the class name must be this specifically):

[AttributeUsage(AttributeTargets.Method)]
public sealed class MessageTemplateFormatMethodAttribute: Attribute
{
    public string FormatParameterName { get; }

    public MessageTemplateFormatMethodAttribute(string formatParameterName)
    {
        FormatParameterName = formatParameterName;
    }
}

This can then be used on a method, passing in the nameof the string parameter:

public static class ILoggerExtensions
{
    [MessageTemplateFormatMethodAttribute(nameof(message))]
    public static void LogCustom(this ILogger logger, string? message, params object?[] args)
    {
        logger.LogDebug(message, args);
    }
}

This gives us support in the IDE:

ReSharper analysers at work in Visual Studio

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Probably link only (1):
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Josh Brunton

79466030

Date: 2025-02-25 09:37:32
Score: 2
Natty:
Report link

It looks like it was a problem in an update of Edge, as now all browsers in all computers are working again with the exactly same source code. I think a later update fixed the issue. The version 134.0.3124.19 does not show the problem anymore.

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

79466017

Date: 2025-02-25 09:34:31
Score: 3
Natty:
Report link

in index.css (global Css file) file i dont know what framework you're using use @import "https://js.api.here.com/v3/3.1/mapsjs-ui.css" it will include css file in your application

npm is used to handle node packages you can't directly use it either i there is command given by provider

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • User mentioned (1): @import
  • Low reputation (1):
Posted by: Muhammad Yahya

79466016

Date: 2025-02-25 09:34:31
Score: 3
Natty:
Report link

I just have had the same error when creating a form in easyadmin with an associationField. Unable to find an explanation. But the magic method __toString() posted by emomaliev just works ! That was not documented clearly elsewere. So Thanks to emomaliev !

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Christophe GUHRING

79466015

Date: 2025-02-25 09:33:31
Score: 2
Natty:
Report link

Excel’s SUM function doesn’t natively handle array criteria within curly brackets as expected. Instead, try using SUMPRODUCT or SUMIFS with multiple criteria. The issue likely arises from implicit intersection rules. Double-entering forces array evaluation, but a structured approach with SUMPRODUCT avoids this workaround.

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

79466012

Date: 2025-02-25 09:33:31
Score: 1
Natty:
Report link

A export like

export const dynamic = "force-static";

will block you to get params or searchParams from server side.

Another case is using export: 'static' in next.config.mjs.

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

79466010

Date: 2025-02-25 09:33:30
Score: 6 🚩
Natty:
Report link

You have given the User model twice. Please share the user action.

Reasons:
  • RegEx Blacklisted phrase (2.5): Please share
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Yash

79466002

Date: 2025-02-25 09:29:29
Score: 2.5
Natty:
Report link

After updating to Windows 11 from windows 10 I was getting the above mentioned error message. Running the command in powershell/ command prompt/ terminal in admin permission did not work. But when ran from git bash in VS code it worked.

https://www.reddit.com/r/node/comments/qz6u86/help_cant_enable_corepack/?rdt=39252

Reasons:
  • Blacklisted phrase (1): did not work
  • Whitelisted phrase (-1): it worked
  • Low length (0.5):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Suprajit Ghosh

79465998

Date: 2025-02-25 09:29:29
Score: 1
Natty:
Report link

Use my recent code as an example:

the css file is in: node_modules/@geoman-io/leaflet-geoman-free/dist/leaflet-geoman.css

I use: import '@geoman-io/leaflet-geoman-free/dist/leaflet-geoman.css'

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

79465995

Date: 2025-02-25 09:28:29
Score: 2
Natty:
Report link

If you just want to know if an element is present or not in a heap, just use hashset in conjunction to the heap. If you want the index of the element also, use a hashmap with the heap elements as keys and their indices as values. You will require an extra auxiliary space of O(1). But it can reduce the time complexity of search to same as hashmap's complexity

Reasons:
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: T Bala Sundar

79465992

Date: 2025-02-25 09:27:29
Score: 2
Natty:
Report link

Are you running bake from within your virtual environment? If no, then try doing that.

If yes, then it could be a limitation of bake only being prepared to check for the system/global python installation. In this case, please report upstream. https://gitlab.com/nsnam/bake

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

79465984

Date: 2025-02-25 09:24:28
Score: 1.5
Natty:
Report link

You're missing include headers in scratch/EDEN/node.cc.

#include "ns3/network-module.h"
Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Gabriel

79465968

Date: 2025-02-25 09:20:27
Score: 1.5
Natty:
Report link

To be correct in getting actual data who manualy triggered your dag:

with create_session() as session:
    results = session.query(Log).filter(
        Log.dag_id == "your_dag_id",
        Log.event == "trigger",
        Log.execution_date == "here should be execution date of dagrun"
    ).first()
print(results.owner)

If you want to use this code inside some PythonOperator function with context input, then solution will be:

with create_session() as session:
    results = session.query(Log).filter(
        Log.dag_id == context["dag_run"].dag_id,
        Log.event == "trigger",
        Log.execution_date == context["dag_run"].execution_date
    ).first()
if results:
    print(f'User who manualy started dagRun: {results.owner}')
else:
    print('No data from log')

When results will be None?

p.s. now i am looking for how to fetch info about who and from what dag_id has triggered my dag.

Reasons:
  • Blacklisted phrase (2): i am looking for
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
Posted by: Alexander Shapkin

79465963

Date: 2025-02-25 09:18:26
Score: 2
Natty:
Report link

SET SESSION TRANSACTION ISOLATION LEVEL READ COMMITTED; START TRANSACTION; SELECT @@transaction_isolation; -- Should return 'SERIALIZABLE' -- Your queries here COMMIT;

use this it will work

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

79465962

Date: 2025-02-25 09:18:26
Score: 4.5
Natty:
Report link

Try to change language mode (in the bottom right corner of VSC) from CSS to Tailwind CSS screenshot

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

79465955

Date: 2025-02-25 09:16:25
Score: 1
Natty:
Report link

You have a mismatch between the event pattern detail-type of you source account and dest account : detail-type = ["Copy Job State Changed"] vs detail-type = ["Copy Job State Change"] According to this page, the correct syntax is 'Change' without the 'd'.

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

79465951

Date: 2025-02-25 09:13:24
Score: 0.5
Natty:
Report link

bill is almost right, you do not use the size() option directly. Instead, you specify the bubble size as the third positional argument.

sysuse auto, clear
gen weight2 = sqrt(weight)
twoway bubble price mpg weight2
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Max_Stone