79202900

Date: 2024-11-19 09:54:46
Score: 1
Natty:
Report link

After many tests I found that

--mgsel "'JMSTimestamp < $(date -d '-3 days' +%s000)'"

works on my box. According to the help I should not have to add single quotes to double ones, but it works.

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

79202899

Date: 2024-11-19 09:53:46
Score: 3
Natty:
Report link

Looking to create impressive Excel formulas but also want to arrive at prom in style? Just as multiplying numbers by row indexes in Excel helps you organize data ranges efficiently, choosing the right prom car rental from PDX Elite Town Car ensures your night is perfectly organized. Whether it's a luxury car or a spacious van, we handle the details so you can focus on the fun. Ready to master Excel or make prom unforgettable? Let us drive you to success and style! 🚗✨

Visit PDX Elite Town Car to book now. enter image description here

Reasons:
  • Blacklisted phrase (1): enter image description here
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: user2284060

79202893

Date: 2024-11-19 09:52:46
Score: 0.5
Natty:
Report link

I tried changing file permissions, path etc but didn't work. Found a solution here WP Super Cache – Error: Your cache directory () did not exist and couldn’t be created by the web server

Disable plugin and enable again. It worked for me.

Reasons:
  • Whitelisted phrase (-1): It worked
  • Whitelisted phrase (-1): worked for me
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
Posted by: Raymond

79202882

Date: 2024-11-19 09:46:44
Score: 1
Natty:
Report link

The error linked to that instance id is:

"Unable to parse JWT. There was no Bearer present in the Authorization header".

Please can you double check that you are including your access token in the header, if you are using environments in Postman please can you check that you are selecting the correct environment when making a request.

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

79202871

Date: 2024-11-19 09:43:44
Score: 1.5
Natty:
Report link

This restriction has been added through this commit after digging in the source code for a bit: https://github.com/vercel/next.js/pull/65821

https://github.com/vercel/next.js/blob/720fe3577eb58050966a44bc1fa88e01fcac3962/packages/next/src/server/image-optimizer.ts#L568

The only way to bypass this restriction currently is by using another image optimisation service or don't optimise the image at all. You can achieve it by not using next/Image or pass an custom image loader file in next.config.ts

loader: 'custom',
loaderFile: './image-loader.ts',

docs: https://nextjs.org/docs/app/api-reference/next-config-js/images

I have created a discussion in next repo: https://github.com/vercel/next.js/discussions/72951

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

79202865

Date: 2024-11-19 09:42:43
Score: 1
Natty:
Report link

To override System Defined Metadata, use MetadataDirective: 'REPLACE'

ContentType: 'image/png',
MetadataDirective: 'REPLACE'
Metadata: {
   'custom-key': 'custom-value'
}
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Md. Zayed Hassan

79202862

Date: 2024-11-19 09:42:43
Score: 1
Natty:
Report link

this is work in my case issue was i have not added muted with autoPlay

  <video
        className="body-overlay"
        loop={true}
        autoPlay
        controls
        muted={true}
      >
        <source src={video} type="video/mp4" />
      </video>
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Kishan Vasani

79202851

Date: 2024-11-19 09:39:43
Score: 1
Natty:
Report link

I'm using the petalinux wrapper over bitbake. Selected solution takes effect only after clean build (doing cleanall + build) for selected application. Think it should be the same for native bitbake. Like:

petalinux-build -c libiio -x cleanall
petalinux-build -c libiio
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Алексей Смиян

79202850

Date: 2024-11-19 09:38:42
Score: 0.5
Natty:
Report link

It sounds like you want to rename these files and then explicitly delete these reports which implies you are not deleting the whole of the workspace between builds. By also having this TOSHARE folder inside the workspace you are implying there that you are not using the archive artifacts or publish HTML plugins to handle these reports and store them outside the workspace.

I would look into using the publishHtml plugin this would avoid the need to rename and move them and keep the workspace. It is also best practice to delete the workspace so that each build is fresh.

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

79202849

Date: 2024-11-19 09:38:42
Score: 3.5
Natty:
Report link

Here are clear instructions step by step guide how to set up Colab for building an successful APK file.

https://codebitmatrix.com/how-to-use-kivy-buildozer-in-google-colab-unique-guide/

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

79202847

Date: 2024-11-19 09:37:42
Score: 1.5
Natty:
Report link

docker compose watch can now accept a --watch flag

Reasons:
  • Low length (2):
  • Has code block (-0.5):
  • Single line (0.5):
  • Starts with a question (0.5): can now
  • High reputation (-1):
Posted by: Mbrevda

79202846

Date: 2024-11-19 09:37:42
Score: 1.5
Natty:
Report link

I had the same problem and solved it by setting the Auto save attribute to Off (which was delayed before)

After this change the focus stays at the editor!

Reasons:
  • Whitelisted phrase (-1): I had the same
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Florian Probst

79202844

Date: 2024-11-19 09:37:42
Score: 0.5
Natty:
Report link

it works for me.

  regions.on('region-out', (region) => {
    if (wavesurfer.isPlaying()) {
      wavesurfer.pause();
    }
  });
Reasons:
  • Whitelisted phrase (-1): works for me
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: FrogDev

79202840

Date: 2024-11-19 09:36:41
Score: 5.5
Natty:
Report link

If you are using React Native 0.76, then this article will be helpful, as I had faced the same issue. https://medium.com/@dipurajput011/fix-gradlew-bat-app-installdebug-react-native-537eaf6fa01b

Reasons:
  • Blacklisted phrase (1): this article
  • Blacklisted phrase (0.5): medium.com
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Devender

79202839

Date: 2024-11-19 09:36:41
Score: 2.5
Natty:
Report link

myCommand will be called in javascript's global space. So it is make sense previous myCommand being overwritten.

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

79202831

Date: 2024-11-19 09:34:41
Score: 0.5
Natty:
Report link

For me the issue was that I had labeled my columns with numbers instead of text.

X.columns = [str(a) for a in X.columns]

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

79202824

Date: 2024-11-19 09:30:40
Score: 1.5
Natty:
Report link

Distutils has been deprecated since Python-3.10 and was REMOVED in Python-3.12 https://docs.python.org/3.12/library/distutils.html

So you need to replace it with setuptools for instance. It is API compatible and should almost work out of the box.

See the migration guide here: https://peps.python.org/pep-0632/#migration-advice

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

79202823

Date: 2024-11-19 09:30:40
Score: 2
Natty:
Report link

Try the DATE_FORMAT function in MySQL:

SELECT DATE_FORMAT(NOW(), '%d-%m-%Y')

Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Mohamed EL-FAILALI-LBALGHITI

79202822

Date: 2024-11-19 09:30:40
Score: 2.5
Natty:
Report link

pycups is just a bridge, you have to link it and use. Create a cups conn object and use the functions available in cups docs with that object.

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

79202821

Date: 2024-11-19 09:30:40
Score: 1
Natty:
Report link

I found a solution in the official deno documentation. The project needs node types to type check lists like string[] correctly. I faced the same issue with types like Array<T>. However, declaring :

/// <reference types="npm:@types/node" />

At the head of the .mts file fixed everything.

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

79202818

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

I encountered the same issue, so I implemented the following solution to pass my tests. All my endpoints are annotated with @IfBuildProfile. For my tests, I used the @QuarkusTest annotation (I’m not sure if this would work with @QuarkusIntegrationTest).

To handle different profiles, I created two utility classes for my profiles, which look like this:

class ReadTestProfile : QuarkusTestProfile { override fun getConfigProfile(): String { return "read" // Activate the "read" profile } }

Then, for my tests, I annotated them with @TestProfile(ReadTestProfile::class). When the test runs, the build profile, which is set by default to test, changes, and I see the following log message:

INFO [io.quarkus] (main) Profile read activated. This confirms that the read profile is being used during the test.

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Unregistered user (0.5):
  • User mentioned (1): @IfBuildProfile
  • User mentioned (0): @QuarkusTest
  • User mentioned (0): @QuarkusIntegrationTest
  • Low reputation (1):
Posted by: Yacine

79202816

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

Is there a way to call a Kusto function when connected to a different cluster from the one where the function resides?

Yes, you can call Kusto function which is present in another cluster. Try with the below code, it successfully connects with the other cluster and retrieves data stored from the other cluster.

Below is the function GetStaticData() stored in clusterpb03.

enter image description here

Below is the other cluster clusterpb04 where no data has stored in it.

enter image description here

Try with the below code to retrieve data from clusterpb03.

cluster('https://clusterpb03.eastus.kusto.windows.net').database('db1').GetStaticData
|  project  CustomerId,  CustomerName,  Region

Output: enter image description here

For more information, please refer to this link by @Sander van de Velde.

Reasons:
  • Blacklisted phrase (1): Is there a way
  • Blacklisted phrase (1): this link
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • User mentioned (1): @Sander
  • Starts with a question (0.5): Is there a
Posted by: Balaji

79202815

Date: 2024-11-19 09:28:39
Score: 1
Natty:
Report link

For SEO's and developers

HTTP headers are part of a communication framework between a web browser and a server. They pass along details that help your browser understand how to process and display a website.

The 'X Content Type Options' response header tells web browsers to disable MIME and content sniffing. This prevents attacks such as 'MIME confusion attacks'. It will reduce your site's exposure to 'drive-by download' attacks and prevents your server from uploading malicious content that is disguised with clever naming.

To add this security header to your site simply add the below code to your htaccess file:

Header set X-Content-Type-Options "nosniff"
Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Shyam

79202786

Date: 2024-11-19 09:18:37
Score: 2
Natty:
Report link

Weird. When I look at the system settings I see that Chrome is using the proxy-settings from my computer, so not from an extension. Even weirder. After closing Chrome without changing anything, and starting it again, it automatically showed the login dialog and allowed me to login.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Rik van der Schalie

79202780

Date: 2024-11-19 09:16:37
Score: 2.5
Natty:
Report link

All you need to disable the extensions I did the same and work now

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

79202773

Date: 2024-11-19 09:14:36
Score: 3.5
Natty:
Report link

with the newest yarn it´s

yarn up

https://yarnpkg.com/cli/up

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

79202766

Date: 2024-11-19 09:12:36
Score: 1
Natty:
Report link

It looks you don't have qpid-jms-client in your JMeter Classpath so please download it (and all its eventual transitive dependencies)

Once done restart JMeter, its absolutely required to pick up any changes in the Classpath.

Also be aware that according to JMeter Best Practices you should always use the latest version of JMeter so consider upgrading to JMeter 5.6 or whatever is the latest stable version available at JMeter Downloads page

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

79202763

Date: 2024-11-19 09:11:35
Score: 2.5
Natty:
Report link

Check the column delimiter. If it's wrong, a row is imported as one column and the interpreter fails to recognize further exprected columns

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

79202755

Date: 2024-11-19 09:09:35
Score: 2
Natty:
Report link

I have follow the steps above, but my macos app Failed:In file included from /Users/XXX/Documents/Mac/Demos/SkiaDemo/SkiaDemo/main.mm:10: /Users/XXX/Documents/Skia/skiaSources/skia/include/core/SkSurface.h:11:10: fatal error: 'include/core/SkImage.h' file not found 11 | #include "include/core/SkImage.h"

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

79202751

Date: 2024-11-19 09:08:34
Score: 3
Natty:
Report link

https://godbolt.org/z/W65K5GbGn

looks like the copy constructor is not to be called when return object value.

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

79202748

Date: 2024-11-19 09:08:34
Score: 1
Natty:
Report link

Could you please try this as below?

# utils.py    
from public_app.dir.config import *
from ...dir.config import *

Let me know your test results.

Reasons:
  • Whitelisted phrase (-1): try this
  • Low length (1):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Liangyu

79202746

Date: 2024-11-19 09:07:34
Score: 1
Natty:
Report link

This cookie is part of the mechanism for BIG-IP Analytics CSPM injection. You can read more in here: https://my.f5.com/manage/s/article/K13849

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

79202745

Date: 2024-11-19 09:07:34
Score: 2
Natty:
Report link

Yes, the operator< on pointers is consistent in terms of comparing memory addresses. It always compares the addresses that the pointers hold, meaning the result is deterministic based on the order of the addresses. However, it should only be used for pointers that point to objects within the same memory block or array. Comparing pointers to unrelated objects or different types is technically allowed, but not meaningful, and may result in undefined behavior.

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

79202732

Date: 2024-11-19 09:02:33
Score: 0.5
Natty:
Report link

I think you are referring to the the wrapper that adds the "Back to #{Build Number}", And Download Zip links at the top of the report.

There is no current way of having the link work without an iframe as it needs it for the navigation functionality.

There is an option: useWrapperFileDirectly "By default, each archived reports access generates a new wrapper file. If checked, the legacy wrapper file will be used instead of generate it each time. Must only be used if wrapper file was been transformed and saved with checksum" but I don't believe this actually removes it, however, it's worth setting this to false and seeing what happens.

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

79202729

Date: 2024-11-19 09:01:33
Score: 3
Natty:
Report link

This is my best practice:[https://aifaceswap.io/][1]

The effect is really great

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

79202720

Date: 2024-11-19 08:57:32
Score: 4.5
Natty:
Report link

They want you pay even for simple consulting. Please refer to them. Otherwise reverse-engineering is your friend ;)

This documentation may help you a little: https://help.vector.com/DaVinci-Package-Manager/current/en/Help/html/index.html?page=initial_bsw_configuration

Reasons:
  • Blacklisted phrase (1): This document
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Alexander Kozhinov

79202711

Date: 2024-11-19 08:55:31
Score: 0.5
Natty:
Report link
float* output_layer = interpreter->typed_output_tensor<float>(0);  //Get pointer to the 0-th output layer (assuming it contains floats)
//Print first five values of 0-th output layer
for (int i = 0; i < 5; ++i) std::cout << output_layer[i] << " ";
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Bart

79202708

Date: 2024-11-19 08:55:30
Score: 7 🚩
Natty: 5.5
Report link

I have the same problem as you. I haven't solved it yet

Reasons:
  • Blacklisted phrase (1): I have the same problem
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): I have the same problem
  • Single line (0.5):
  • Low reputation (1):
Posted by: kythegreat

79202704

Date: 2024-11-19 08:54:29
Score: 1.5
Natty:
Report link

"A group.instance.id should be different for each member of the consumer group, because it encapsulates the member’s identity as a consumer instance. The broker maps the group.instance.id to each member.id to ensure each consumer’s unique identity."

https://www.confluent.io/blog/dynamic-vs-static-kafka-consumer-rebalancing/

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

79202699

Date: 2024-11-19 08:53:29
Score: 1
Natty:
Report link

In my case, using Py_SetPythonHome() causes conflicts and I am not able to import the libraries from my virtual environment. What I did was to remove Py_SetPythonHome() and point the PYTHONPATH environment variable to the site-packages inside my virtual environment before calling Py_Initialize(). In short:

QString python_path = "PATH_TO_ENVIRONMENT/lib/python3.11/site-packages";
setenv("PYTHONPATH", python_path.toStdString().c_str(), 1);

Py_Initialize();
if (!Py_IsInitialized())
{
  qDebug() << "Failed to initialize Python interpreter.";
  return;
}
PyRun_SimpleString("import numpy"); // import modules from my venv
Py_Finalize();
Reasons:
  • Blacklisted phrase (1): I am not able to
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Azad Baykara

79202684

Date: 2024-11-19 08:50:28
Score: 2.5
Natty:
Report link

One possible solution, if you are using EF core 9:

Link to outer source: https://learn.microsoft.com/en-us/ef/core/what-is-new/ef-core-9.0/whatsnew#force-or-prevent-query-parameterization

Link to answer with example: https://stackoverflow.com/a/79202507/6643940

Reasons:
  • Blacklisted phrase (1): stackoverflow
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
  • High reputation (-1):
Posted by: H.A.H.

79202671

Date: 2024-11-19 08:49:28
Score: 2.5
Natty:
Report link

In EF 9 you have now the option to control the parametrization:

Link to outer source: https://learn.microsoft.com/en-us/ef/core/what-is-new/ef-core-9.0/whatsnew#force-or-prevent-query-parameterization

Link to answer with example: https://stackoverflow.com/a/79202507/6643940

Reasons:
  • Blacklisted phrase (1): stackoverflow
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
  • High reputation (-1):
Posted by: H.A.H.

79202653

Date: 2024-11-19 08:45:27
Score: 2.5
Natty:
Report link

In my case it is caused by IIS. Simply exiting the IIS development server in the tray icon allows me to debug again. Still annoying, but faster than a VS restart.

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

79202652

Date: 2024-11-19 08:44:26
Score: 4.5
Natty:
Report link

F... tutorial It is written {z}/{x}/{y}, but it is (so logically) {x}/{y}/{z}. So many time lost :(

Thanks for your time

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Blacklisted phrase (1): :(
  • Low length (1):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Augustin Boyer

79202631

Date: 2024-11-19 08:38:24
Score: 0.5
Natty:
Report link

There are a few factors that could explain why the MaxHeapSize for your Java application is less than the expected 80% of your container's memory request in Kubernetes. Here's a detailed breakdown of possible causes:

  1. Container Memory Limit vs. Memory Request In Kubernetes, memory requests and limits are two separate concepts. Your memory request (62000Mi) only guarantees that amount of memory to your container if sufficient resources are available. However, the JVM uses the memory limit (if set) to calculate the MaxRAMPercentage and InitialRAMPercentage values.

If the memory limit is not explicitly set, Kubernetes defaults to the node's capacity or allocatable memory. On a 64GB node, the allocatable memory is typically less than 64GB due to system and Kubernetes overhead.

To fix this, ensure you have set an explicit memory limit in your pod spec, like so:

yaml Copy code resources: requests: memory: "62000Mi" limits: memory: "62000Mi" 2. Overhead of the Kubernetes Environment Kubernetes reserves some memory for itself (kubelet, kube-proxy, etc.), which reduces the memory available to containers.

Additionally, your container may be limited by the CGroup configuration on the worker node. You can verify the memory available to your container by checking the following file inside the container:

bash Copy code cat /sys/fs/cgroup/memory/memory.limit_in_bytes If this value is less than 62000Mi, the JVM will use this lower value to calculate heap size.

  1. Other JVM Memory Regions The JVM uses memory not just for the heap but also for other regions like Metaspace, Thread Stacks, Code Cache, and Direct Buffers. These regions typically consume a significant portion of memory, leaving less available for the heap. On Java 11, common overhead includes: Metaspace: Can grow dynamically but often starts at around 100-300 MB. Thread Stack: Depends on the number of threads and the stack size (default: 1MB per thread). Code Cache: Usually a few hundred MB. For better control, you can explicitly set memory for these regions using JVM options like -XX:MaxMetaspaceSize and -Xss.
  2. VMWare Dynamic Memory Allocation If your Kubernetes nodes are running on VMWare with dynamic memory allocation, the underlying memory reported to the JVM might be less than expected due to hypervisor-level adjustments. This dynamic behavior can cause the JVM to miscalculate the heap size because it bases its calculations on available memory reported by the OS.
  3. JVM Implementation and Defaults The behavior of -XX:MaxRAMPercentage and -XX:InitialRAMPercentage can vary slightly depending on the exact JVM implementation. Ensure you're using a supported and consistent distribution (e.g., OpenJDK 11). The default container detection logic in Java 11 should respect the limits set by Kubernetes, but issues can arise in specific environments or older patch versions of Java 11.
Reasons:
  • Long answer (-1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Aditya Kumar Singh

79202593

Date: 2024-11-19 08:33:23
Score: 3
Natty:
Report link

pip install > requirements.txt creates the file itself if it doesn’t exist. If there is this error, the terminal is buggy. Close the IDE and open it again. Everything should work

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Александр Дитц

79202574

Date: 2024-11-19 08:28:22
Score: 5.5
Natty: 7
Report link

so if i'm in iran and want to access to a server located in aws, i need to consider block due to sanctions?

Reasons:
  • Blacklisted phrase (0.5): i need
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: amir nikoo

79202566

Date: 2024-11-19 08:26:21
Score: 2
Natty:
Report link

Downgrading the version of my dependent library 'imageio_ffmpeg' to 0.3.0 works for me.

Thanks to Abhay Bh for sharing the resolution.

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Whitelisted phrase (-1): works for me
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: madeline

79202557

Date: 2024-11-19 08:23:20
Score: 2
Natty:
Report link

actual size of those images 178x218, not 224x224. Replace this target_size = (224, 224) by target_size = (178, 218)

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

79202556

Date: 2024-11-19 08:23:20
Score: 3
Natty:
Report link

Its feature, in asset is if (Application.platform == RuntimePlatform.IPhonePlayer) otherwise returns NOT_DETERMINED

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

79202552

Date: 2024-11-19 08:22:20
Score: 2.5
Natty:
Report link

I'm replying to my own question

const test: string = something;
Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Чмок Я Кот

79202545

Date: 2024-11-19 08:21:20
Score: 1.5
Natty:
Report link

You are posting as account C Not A, nor B. The total will be 17. I spent days to figure out what is the problem and in the end, the total depend on the final account, whatever the number of the Apps connected to the account.

They are forcing the developers to subscribe to higher tiers. Also the documentation is still says 50 not 17.

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

79202541

Date: 2024-11-19 08:19:20
Score: 0.5
Natty:
Report link

fmtcheck (https://linux.die.net/man/3/fmtcheck , part of libbsd on Linux, or available on BSDs) does this, though the man page mentions that it does not support all extensions that printf does.

According to https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=224143 , fmtcheck ignores unused arguments, which may or may not be what you want.

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

79202522

Date: 2024-11-19 08:13:18
Score: 1
Natty:
Report link

The snippet gets error. According to your descriptions, there is no problem with your rotate effect, and i delete some unneccessary code in my mock environment i think logic in your init function is not correct, especially the update of current, you can log current variable to check if it meets your expectations.

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

79202516

Date: 2024-11-19 08:10:17
Score: 1
Natty:
Report link

I delete the ios files and recreated again and solved my issue

deleting ios files;

rm -rf ios

For recreating;

flutter create .
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Handelika

79202499

Date: 2024-11-19 08:05:15
Score: 4
Natty:
Report link

Well, after adding binutlils 2.41 to dependency, the issue seems to be solved.

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

79202497

Date: 2024-11-19 08:04:15
Score: 0.5
Natty:
Report link

I believe these are new commands:

az ad sp list --display-name name-of-app  --query "[0].id"

See also https://learn.microsoft.com/en-us/cli/azure/azure-cli-sp-tutorial-4?tabs=bash#list-service-principals

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

79202494

Date: 2024-11-19 08:03:15
Score: 0.5
Natty:
Report link

My problem solved by updating android emulator. Go to the SDK Manager > SDK Tools and select Android Emulator and update it.

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

79202484

Date: 2024-11-19 07:57:13
Score: 0.5
Natty:
Report link

For us, the cause of this was Carbon::setTestNow() function incorrectly used in the AppServiceProvider.php which caused all of the sessions to be expired right after creation. Try to disable that if you use it somewhere. Hope this helps.

Reasons:
  • Whitelisted phrase (-1): Hope this helps
  • Low length (0.5):
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: ondrej_sanetrnik

79202483

Date: 2024-11-19 07:56:13
Score: 0.5
Natty:
Report link

According to Arm Architecture Reference Manual for A-profile architecture, it's impossible.

In the section E1.3.1.1 Advanced SIMD views of the register file, the document describes the registers under aarch32 as following:

Advanced SIMD can view this register file as:

• Sixteen 128-bit quadword registers, Q0-Q15.

• Thirty-two 64-bit doubleword registers, D0-D31.

These views can be used simultaneously. For example, a program might hold 64-bit vectors in D0 and D1 and a 128-bit vector in Q1.

However in the section B1.2 Registers in AArch64 Execution state, the document describes the registers under aarch64 as following:

32 SIMD&FP registers, V0 to V31. Each can be accessed as:

• A 128-bit register named Q0 to Q31.

• A 64-bit register named D0 to D31.

• A 32-bit register named S0 to S31.

• A 16-bit register named H0 to H31.

• An 8-bit register named B0 to B31.

• A 128-bit vector of elements. See SIMD vectors in AArch64 state.

• A 64-bit vector of elements. See SIMD vectors in AArch64 state.

Where the number of bits described by a register name does not occupy an entire SIMD&FP register, it refers to the least significant bits.

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

79202459

Date: 2024-11-19 07:42:10
Score: 0.5
Natty:
Report link

This worked for me sudo service mysql stop sudo service mysql start Good luck!

Reasons:
  • Whitelisted phrase (-1): This worked for me
  • Whitelisted phrase (-1): worked for me
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Jonathan Walumbe

79202456

Date: 2024-11-19 07:40:10
Score: 3.5
Natty:
Report link

Swagger supports it, using allOff for inheritance anf oneOf for polymorphism.

https://github.com/domaindrivendev/Swashbuckle.AspNetCore/blob/master/README.md#inheritance-and-polymorphism

https://swagger.io/docs/specification/v3_0/data-models/oneof-anyof-allof-not/

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

79202452

Date: 2024-11-19 07:39:10
Score: 1
Natty:
Report link

content: 'inline*' should work well. content: paragraph also should work, but will insert an extra <p> in your html code.

How are you inserting this caption? Maybe something is wrong with this code?

Also make sure that your <strong> node is actually inline, and make sure that you are not having multiple <strong> nodes.

Reasons:
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Grigory

79202448

Date: 2024-11-19 07:36:08
Score: 4.5
Natty: 4.5
Report link

It is possible to make an attendence application in office of each employees by using this package in flutter google_mlkit_face_detection. So wherever we can take attandance of each employee when they entered in the office morning and when they exit?

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

79202444

Date: 2024-11-19 07:35:08
Score: 2
Natty:
Report link

I've had same issue and none of above solutions worked. I'm getting 404 NOT Found Error when I head to those links.

After that I've been able to find invitation under user-setting -> organizations

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

79202443

Date: 2024-11-19 07:35:08
Score: 2
Natty:
Report link

After your program is running, start the Task Manager and shut down Window Explorer that was providing the taskbar. To get the taskbar and other programs restart "Windows" use the "Windows" key with R and type in "explorer" in the Run dialog edit box. An industrial application may load only the program and require a login to access the task manager and file explorer.

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

79202438

Date: 2024-11-19 07:33:07
Score: 2.5
Natty:
Report link

try to use the font 'Microsoft YaHei', which works for me.

Reasons:
  • Whitelisted phrase (-1): works for me
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: RenQ Armstrong

79202436

Date: 2024-11-19 07:32:06
Score: 1.5
Natty:
Report link

Yes, you can use logstash multiline codec plugin or filebeat multiline parser.

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: Musab Dogan

79202434

Date: 2024-11-19 07:30:06
Score: 1
Natty:
Report link
  1. turn on the developer mode
  2. settings > technical > email template
  3. select the time off model
  4. create a template as you like and add the action context (approval email)
  5. go to timeoff app and click on the studio icon
  6. go to the automation tab > trigger state is set to "approved"
  7. from the actions to do tab select the template created before done. better if you do this with a custom module this should be your last resort.
Reasons:
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: MASBHA NOMAN

79202422

Date: 2024-11-19 07:24:04
Score: 2
Natty:
Report link

Recently I have face same error below solution add future={{ v7_startTransition: true }} in RouterProvider

import { RouterProvider } from "react-router-dom";

import "./App.css";
import router from "./routes/AppRoutes";

function App() {

  return (
    <>
      <RouterProvider router={router} future={{ v7_startTransition: true }} />
    </>
  );
}

export default App;

and add future into you router file

import { createBrowserRouter } from "react-router-dom";
const router = createBrowserRouter([//routes], {
  future: {
    v7_relativeSplatPath: true,
    v7_fetcherPersist: true,
    v7_normalizeFormMethod: true,
    v7_partialHydration: true,
    v7_skipActionErrorRevalidation: true,
  },
});
export default router;
Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Me too answer (2.5): face same error
  • Low reputation (0.5):
Posted by: Chintan

79202421

Date: 2024-11-19 07:24:04
Score: 4
Natty:
Report link

queueId has always been long, check git blame here, for example. So it should be between -9,223,372,036,854,775,808 and 9,223,372,036,854,775,808. I am going to assume the example you provided is a bit of an exaggeration. If not - could you provide the API endpoint that returned it?

Reasons:
  • RegEx Blacklisted phrase (2.5): could you provide
  • Low length (0.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • High reputation (-1):
Posted by: Iterokun

79202418

Date: 2024-11-19 07:23:04
Score: 1
Natty:
Report link

To access the API data for a lead trader for copy trading, normally one requires the following steps:

Select a Platform: Choose a copy trading platform, such as Combiz Services Pvt Ltd, which allows the integration of API. Register and Authenticate Register with the platform to receive your API key for authentication.

API Integration: The use of API documentation is provided to integrate the entire platform into your trading system.

Data Access: Once combined, data available for lead traders such as trading signals, positions, and performance would be accessible via API calls.

Ensure you follow all security measures and platform guidelines to protect your data.

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

79202417

Date: 2024-11-19 07:23:04
Score: 0.5
Natty:
Report link

Somewhat hypothetical/heuristical answer:

Why is that?

I think this is primarily to avoid warning MSB8028 ("The intermediate directory (shared-intermediate-path) contains files shared from another project (intermediate-path).")

If so, this somewhat poorly executed, since putting projects in subdirectories does not guarantee they do not share intermediate directories. But I understand the assumption may be that projects are put into individual subdirectories, and in that case the changed behavior does make sense to avoid one level of intermediate directories.

Where is this documented?

I am still looking for anything written. However, I noticed that the Visual Studio IDE correctly shows the default value of "Intermediate Directory" to be different for the two projects in the solution file:

enter image description here

enter image description here

Note the addition of $(ShortProjectName). So at least this is consistent.

So one should probably note that MSBuild uses $(ShortProjectName)\$(Platform)\$(Configuration)\ as a default Intermediate Directory for *.sln root projects as well as when compiling individual *.vcxproj files.

How can I configure this to stay constant?

Given the previous answer, the solution is straightforward: by overwriting the default value of Intermediate Directory, e.g., in each vcxproj file or, somewhat more elegantly, using a shared property or even a Directory.build.props file:

<?xml version = "1.0" encoding="utf-8"?>
<Project ToolsVersion = "4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <PropertyGroup>
    <!-- https://stackoverflow.com/q/79199847/ -->
    <IntDir>$(Platform)\$(Configuration)\</IntDir>
  </PropertyGroup>
</Project>
Reasons:
  • Blacklisted phrase (1): this document
  • Blacklisted phrase (0.5): How can I
  • Blacklisted phrase (1): stackoverflow
  • Whitelisted phrase (-1): solution is
  • RegEx Blacklisted phrase (0.5): Why is that
  • Long answer (-1):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Self-answer (0.5):
  • High reputation (-1):
Posted by: bers

79202411

Date: 2024-11-19 07:21:04
Score: 2
Natty:
Report link

I found the way to get the token count

CompletionTokens = assistantClient.GetRuns(threadID).Select(f => f.Usage.CompletionTokens).SingleOrDefault(); PromptTokens = assistantClient.GetRuns(threadID).Select(f => f.Usage.PromptTokens).SingleOrDefault(); TotalTokens = assistantClient.GetRuns(threadID).Select(f => f.Usage.TotalTokens).SingleOrDefault();

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

79202410

Date: 2024-11-19 07:20:03
Score: 2
Natty:
Report link

I was having this same issue, and the above answer works well. In case it does not, you can simply change the cursor size from 1 to 2 in the windows settings:

Window + I > Accessibility > Mouse pointer and touch > Size > bump this up by 1.

This solution isn't ideal, but it does work as an alternative.

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

79202408

Date: 2024-11-19 07:20:03
Score: 4.5
Natty:
Report link

关闭自动检测文件内容,即可默认使用空格,设置里面的 Editor: Detect Indentation

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Has no white space (0.5):
  • Single line (0.5):
  • No latin characters (0.5):
  • Low reputation (1):
Posted by: linyu

79202402

Date: 2024-11-19 07:18:03
Score: 2.5
Natty:
Report link

The Syntax For Dynamic Template Reference Variable #[{{v}}] is not yet Supported By Angular in any of the versions:

This Approach can be refactored using different techniques either by assigning a dynamic value to a id , class or even use QueryList from @ViewChildren

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • User mentioned (1): @ViewChildren
  • Low reputation (0.5):
Posted by: melenchenkov

79202382

Date: 2024-11-19 07:10:01
Score: 0.5
Natty:
Report link

Figured out the solution. For anyone else with this situation:

# main.py
import sys
import os

# Path to project/
path1 = os.path.abspath(os.path.join(os.path.dirname(__file__), '../'))

# Path to project/public_app
path2 = os.path.abspath(os.path.join(os.path.dirname(__file__), '../', 'public_app'))

# Add both to path
for path in [path1,path2]:
    sys.path.append(path)

from public_app.dir.subdir.functions import *
from public_app.dir.subdir.utils import *
Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Adam

79202370

Date: 2024-11-19 07:06:00
Score: 4
Natty:
Report link

Try this Parallax Scrolling, this is example for using Example

Reasons:
  • Whitelisted phrase (-1): Try this
  • Probably link only (1):
  • Low length (2):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: AzPsu

79202366

Date: 2024-11-19 07:03:58
Score: 6 🚩
Natty:
Report link

This is a nice solution, but I have still 1 Question. Is there a way that I can create my second HTML Site like the first? Because it shows all my Content also that in the Head like:

<?!= HtmlService.createHtmlOutputFromFile('calculatorJS').getContent(); ?>
<?!= HtmlService.createHtmlOutputFromFile('calculatorCSS').getContent(); ?>

But I wound show it because it is linking thing if you know, but he thinks it's content ans i don't want that. Do you have a Solution for that?

Reasons:
  • Blacklisted phrase (1): Is there a way
  • RegEx Blacklisted phrase (2.5): Do you have a
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Lukas Holzmann

79202356

Date: 2024-11-19 06:59:57
Score: 1.5
Natty:
Report link

Find this

{
    "settingsSync.ignoredExtensions": [
        
    ]
}
Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Kostas Nitaf

79202351

Date: 2024-11-19 06:57:57
Score: 3
Natty:
Report link

Just in case someone like me is trying to understand where that "not throttling" is: click me

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

79202349

Date: 2024-11-19 06:56:56
Score: 0.5
Natty:
Report link

This happened to me because I changed my PATH order, putting Java 17 above Java 8, which my workspace uses. I fixed it by moving Java 8 back to the top in the System Variables PATH.

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

79202344

Date: 2024-11-19 06:55:56
Score: 3
Natty:
Report link

easy way is to run iisreset from (elevated) command prompt

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

79202332

Date: 2024-11-19 06:50:55
Score: 3
Natty:
Report link

i think sql query is started with sql and it was feeded to sql engine, work with removing the sql part at first.

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

79202329

Date: 2024-11-19 06:48:54
Score: 2.5
Natty:
Report link

there is a similar issue posted on stack overflow hope this helps you link:

Fatal: password authentication failed for user "postgres" macos

Reasons:
  • Whitelisted phrase (-1): hope this helps
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Sujay_ks

79202325

Date: 2024-11-19 06:47:54
Score: 3.5
Natty:
Report link

I had same issue and tried a lot of things but it was not fixed except this. Try to download and install the latest certificate from this link: https://www.apple.com/certificateauthority/AppleWWDRCAG3.cer

Reasons:
  • Blacklisted phrase (1): this link
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: SerkanHocam

79202324

Date: 2024-11-19 06:47:54
Score: 1.5
Natty:
Report link

To see the stored procedure fields in the crystal report, follow the below steps:

  1. Right click in the report, and from the vertical tab select (Field Explorer) enter image description here

  2. Right click in the stored procedure that you selected before, and from the vertical tab select (Verify Database)

enter image description here

  1. You will see page that show the default value as null as showing in the below image enter image description here
  2. Uncheck the (Set to Null) checkbox and enter the correct values that once you enter it; It will retrieve data using your stored procedure.
  3. In my case, I should put the data for both parameters as shown in the below image: enter image description here
  4. Then click ok button, you will see dialog message as shown in the below image: enter image description here
  5. Click (Ok) button and another dialog message will be shown to you (The database is now up to date.); Click (Ok) button for this dialog also. enter image description here
  6. Now, you should see the full selected columns as shown in the below image: enter image description here
Reasons:
  • Probably link only (1):
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: ali

79202322

Date: 2024-11-19 06:46:54
Score: 2.5
Natty:
Report link

The reason the 1 query is working fine is due to the reason that the whole query is written within the inverted comma which is the correct format to execute Mysql query in python .

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

79202311

Date: 2024-11-19 06:42:53
Score: 1
Natty:
Report link

I used certbot to create a free SSL certificate and automatically redirect every request to HTTPS

here is a more detailed guide https://certbot.eff.org/instructions?ws=nginx&os=pip I believe you can change the port from the NGINX configuration, I used community versions and usually made changes from /etc/nginx/sites-enabled/mysite.com and it is what I'm familiar with. Here is a guide on running SSL on a non-standard port:

https://serverfault.com/questions/828130/how-to-run-nginx-ssl-on-non-standard-port

I hope you will fix the issue

Note: If you want you can also run NGINX on a custom IP or a Local one from this configuration

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

79202309

Date: 2024-11-19 06:42:53
Score: 1
Natty:
Report link

Update: Python 3.13

This feature has finally been added and recursive globs can be used in the full_match() method.

from pathlib import Path

Path("w/x/y/z").full_match("w/**/z")
# True
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: see

79202308

Date: 2024-11-19 06:42:53
Score: 1
Natty:
Report link

Append new Date to a string

Since your today variable is already a string because of Utilities.formatDate() (see image below) you can just easily append it to a string(your subject) using the following ways:

Using + symbol

const subject = "New machine "+today

or

Using String literals

const subject = `New Machine ${today}`

Data type of today variable

enter image description here

Sample Output

output

Reference: Utilities.formatDate

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

79202302

Date: 2024-11-19 06:38:52
Score: 4
Natty:
Report link

You can turn on pagination in the HTTP action settings and set the limit as shown below: enter image description here

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

79202292

Date: 2024-11-19 06:35:51
Score: 4
Natty:
Report link

Right click on the line you want to run, and "jump to cursor".

https://stackoverflow.com/a/59528379

Reasons:
  • Blacklisted phrase (1): stackoverflow
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
Posted by: wei

79202287

Date: 2024-11-19 06:33:50
Score: 3
Natty:
Report link

I just add "/"

Alias /images/ "D:/images/" <Directory "D:/images/"> AllowOverride all Require all granted

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: K.Sathaporn S.

79202282

Date: 2024-11-19 06:31:50
Score: 3
Natty:
Report link

Just add it to the public folder.

"/public/humans.txt"

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

79202280

Date: 2024-11-19 06:30:49
Score: 1.5
Natty:
Report link

i got No overload matches this call. Overload 1 of 4, '(algorithm: CipherGCMTypes, key: CipherKey, iv: BinaryLike, options?: CipherGCMOptions | undefined): CipherGCM', gave the following error. Argument of type '"aes-128-cbc"' is not assignable to parameter of type 'CipherGCMTypes'. Overload 2 of 4, '(algorithm: string, key: CipherKey, iv: BinaryLike | null, options?: TransformOptions | undefined): Cipher', gave the following error. Argument of type 'Buffer' is not assignable to parameter of type 'BinaryLike | null'. Type 'Buffer' is not assignable to type 'Uint8Array | DataView'. Type 'Buffer' is not assignable to type 'Uint8Array'. The types of 'slice(...).buffer' are incompatible between these types. Type 'ArrayBufferLike' is not assignable to type 'ArrayBuffer'. Type 'SharedArrayBuffer' is missing the following properties from type 'ArrayBuffer': resizable, resize, detached, transfer, transferToFixedLengthts(2769)No overload matches this call. Overload 1 of 4, '(algorithm: CipherGCMTypes, key: CipherKey, iv: BinaryLike, options?: CipherGCMOptions | undefined): CipherGCM', gave the following error. Argument of type '"aes-128-cbc"' is not assignable to parameter of type 'CipherGCMTypes'. Overload 2 of 4, '(algorithm: string, key: CipherKey, iv: BinaryLike | null, options?: TransformOptions | undefined): Cipher', gave the following error. Argument of type 'Buffer' is not assignable to parameter of type 'BinaryLike | null'. Type 'Buffer' is not assignable to type 'Uint8Array | DataView'. Type 'Buffer' is not assignable to type 'Uint8Array'. The types of 'slice(...).buffer' are incompatible between these types. Type 'ArrayBufferLike' is not assignable to type 'ArrayBuffer'. Type 'SharedArrayBuffer' is missing the following properties from type 'ArrayBuffer': resizable, resize, detached, transfer, transferToFixedLengthts(2769)

in

var cipher = crypto.createCipheriv('aes-128-cbc', aesKey, iv);

Reasons:
  • Long answer (-1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Shahzeb khan

79202278

Date: 2024-11-19 06:30:49
Score: 3
Natty:
Report link

Thank you, Dr. Andrew

My web is good at importing .wassm, .data files. 404 doesn't show up. CDN is not available because the web is a closed network.

I bring the .wassm, .data file well, but the console window displays an error and the chart is not displayed. What you should know here is that if you divide the ports into nginx and distribute it, it works normally. But I don't want to use multiple ports, so if I divide them into nginx alias and distribute them to the same port, there will be a problem. Of course, if you distribute the chart as root on the same port, it works fine.

For example, there was no error in project deployment using 50080 and 50081 ports, but errors occur when distributing 50080 ports divided by path.

an existing thing 127.0.0.1:50080 127.0.0.1:50081

What I want 127.0.0.1:50080/ 127.0.0.1:50080/indexViewer

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • RegEx Blacklisted phrase (1): I want
  • Long answer (-0.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: hangyul jumg

79202275

Date: 2024-11-19 06:29:49
Score: 1.5
Natty:
Report link

Try to set git configuration to handle large files or shallow clone to reduce data transfer:

git config --global http.postBuffer 524288000
git config --global core.compression 0

or

git pull --depth 1

Thx

Reasons:
  • Blacklisted phrase (1): Thx
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Steven

79202274

Date: 2024-11-19 06:28:49
Score: 3.5
Natty:
Report link

In the SOURCE CONTROL section, you can access the new GITLENS section at the bottom. From there, click on the "more actions" icon, and you'll be able to detach whatever you need.

SOURCE CONTROL

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