79258386

Date: 2024-12-06 14:45:29
Score: 4
Natty:
Report link
[enter link description here][1]
Reasons:
  • Blacklisted phrase (0.5): enter link description here
  • Low length (2):
  • Has code block (-0.5):
  • Has no white space (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: 北科大-陳盈婷

79258382

Date: 2024-12-06 14:44:29
Score: 0.5
Natty:
Report link

In order too see the changes reflected to your segment there is an additional step - in the response you shared there is a draftId - you then need to send an additional request to the PUT /a/segments/api/v0/institutions/{institutionId}/segments/{segmentId}/drafts/{draftId} endpoint, this will actually append the users to a segment.

If successful you should see the updates reflected in the UI.

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

79258373

Date: 2024-12-06 14:41:28
Score: 3
Natty:
Report link

I am having the same issue. For what I read that typing comes from postgress and in your returned data you have to first type is as "unkown" then type it as your RowType.

Example: return data as unknown as RowType<T>.

Then hover on Data and you will see that data has a type from postgress you have to remove first... Weird I know.

Reasons:
  • Has code block (-0.5):
  • Me too answer (2.5): I am having the same issue
  • Low reputation (1):
Posted by: Abel Simon

79258368

Date: 2024-12-06 14:40:28
Score: 2.5
Natty:
Report link

Enums in the class are implicitly static. the definition, exists outside of a class instance. Which is where you are bluring a definition. Because the definition is also static by that same logic. So, while a compiler might allow it, you should not declare enums in the class as static. it's not the first time compilers have had discrepancies in what they allow vs do not allow.

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

79258363

Date: 2024-12-06 14:39:27
Score: 2.5
Natty:
Report link

To enable anonymous pull access on an Azure Container Registry (ACR), you can follow the steps below:

Prerequisites:

  1. You need to be using the Standard or Premium tier of Azure Container Registry, as the anonymous pull feature is available only in these tiers.

Note: By default, access to pull or push images from an Azure Container Registry is only available to authenticated users.

To allow everyone (even unauthenticated users) to pull images, you can enable anonymous pull access using the Azure CLI.

Run the following command in the Azure CLI:

az acr update --name <yourRegistryName> --anonymous-pull-enabled true

Replace with the name of your Azure Container Registry.

Optional:

If you want to disable anonymous pull access later, you can run the following command:

az acr update --name <yourRegistryName> --anonymous-pull-enabled false

I tried to find a way to do by Azure Portal(GUI) but didn't find way. If you know then please let me know.

Reasons:
  • RegEx Blacklisted phrase (2.5): please let me know
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Saksham Paliwal

79258349

Date: 2024-12-06 14:34:25
Score: 4.5
Natty: 5.5
Report link

به همین آسونی تمام border-radius: 100%;😊🥲

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

79258346

Date: 2024-12-06 14:34:25
Score: 2.5
Natty:
Report link

C:\WINDOWS\system32>sc config AppIDSvc start= demand [SC] ChangeServiceConfig FAILED 5:

Toegang geweigerd.

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

79258318

Date: 2024-12-06 14:29:24
Score: 2.5
Natty:
Report link

Found it!! The clientSecret for client.Logout(ctx, "admin-cli", "", realm, token.RefreshToken) can be an empty string

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

79258312

Date: 2024-12-06 14:28:23
Score: 4
Natty:
Report link

i am getting this error "status": 400, "clerkError": true, "errors": [ { "code": "captcha_missing_token", "message": "Missing CAPTCHA token", "longMessage": "Missing CAPTCHA token", "meta": {} } ] }

Reasons:
  • Blacklisted phrase (1): i am getting this error
  • RegEx Blacklisted phrase (1): i am getting this error
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Daniel Anoka

79258308

Date: 2024-12-06 14:27:23
Score: 2.5
Natty:
Report link

Plesae refer to the following demo to learn how to hide unwanted property grid categories within SurveyJS Creator: Hide a Category from the Property Grid.

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

79258305

Date: 2024-12-06 14:25:22
Score: 1
Natty:
Report link

You can create a ROLE for your developers and after they log in, they can alter session to this user who will be the owner of the development objects, for example:

1 - Your developers will log in to the DB.

2 - Run the command: alter session set current_schema=DEVELOPER_USER;

3 - From now on, every object created will be owned by DEVELOPER_USER.

4 - Regarding permissions, you can create a trigger or job that grants permissions when needed.

It is better to grant create any table, as this allows them to create tables for ANY user, which can be a big problem.

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

79258303

Date: 2024-12-06 14:24:22
Score: 0.5
Natty:
Report link
Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: JaneJane

79258293

Date: 2024-12-06 14:20:21
Score: 2.5
Natty:
Report link

[Solution] Actually, there was a problem with TLS termination proxy and hawtio couldn't connect via https with jolokia agent that was on a pod with traffic opened through http. The solution was to add this jolokia property (https://hawt.io/docs/configuration.html#_configuring_jolokia_through_system_properties) as well as add your own jolokia-access.xml with the configuration of CORS similar to this https://github.com/jolokia/jolokia/issues/731

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

79258280

Date: 2024-12-06 14:15:20
Score: 3.5
Natty:
Report link

After running expo customize and highlighting the babel config file use the right arrow key to select it before clicking enter.

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

79258266

Date: 2024-12-06 14:09:19
Score: 0.5
Natty:
Report link

Do it in two phases:

Phase 1:

get the monthly sales from the DB
if it does not exist {
  try {
    create it
    persist it
    flush
  } catch(exception when already exists) {
    // ignore
  }
} else {
  flush
}

Phase 2 in a transaction:

get the monthly sales from the DB
lock it
update it
commit
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: gle

79258261

Date: 2024-12-06 14:06:18
Score: 2.5
Natty:
Report link

Is the native code of this CMS writed max-width of this image or its parent elements? If is, remove it.

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): Is the
  • Low reputation (1):
Posted by: 佩奇君

79258255

Date: 2024-12-06 14:05:17
Score: 4.5
Natty:
Report link

Atlas now contains the user accounts for Mongodb, not the databases. Configure the user accounts in the Atlas cloud interface.

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

79258254

Date: 2024-12-06 14:05:15
Score: 6 🚩
Natty: 4
Report link

Having the same issue here. Probably API endpoints have some inbound access policy on the API gateways. Like aud,scp checks or something else, not sure. We need to identify it and go from there.

With your msal token did you check the token payload? What are the differences with the working token extracted from browser?

Reasons:
  • No code block (0.5):
  • Me too answer (2.5): Having the same issue
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Muhammet Özkan

79258251

Date: 2024-12-06 14:04:15
Score: 2
Natty:
Report link

So the solution to MY problem was as follows.

My footer image was ~1200x60px, so I resized it down to about 600x30px and it looks exactly the same on all the pages now. I think the problem is that TCPDF wasn't resizing/scaling the image in the footer properly, so it was putting the image in the ORIGINAL size on the PDF. Now that the image is saved to the actual size of the generated PDF [width], it looks exactly like I need!

The issue still remains that TCPDF does this, so it's good to know how to "locally" resolve this incase anyone else has this problem like I did.

Reasons:
  • Blacklisted phrase (0.5): I need
  • Long answer (-0.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Dean Berman

79258243

Date: 2024-12-06 14:01:14
Score: 2.5
Natty:
Report link

In this setting, where you use stockChart, you need to disable tooltip.split, which is enabled by default on stock, see the API reference.

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Andrzej Bułeczka

79258234

Date: 2024-12-06 13:59:13
Score: 1
Natty:
Report link

I had the same problem when I accidentally had multiple R environments competing on my local computer.

After removing the environment I installed second, I went back to the "snowflake64_odbc####.msi" file and "repaired" the ODBC driver. After I did that and restarted my scripts, everything was fixed.

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

79258233

Date: 2024-12-06 13:59:13
Score: 2
Natty:
Report link

Without seeing the code you've used to handle the function it's difficult to identify the issue. But you need to make sure the lambda response for the GET request matches the headers in the OPTIONS Cors response.

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

79258229

Date: 2024-12-06 13:58:13
Score: 1.5
Natty:
Report link

I solved the problem. My problem was that the COM Object "Identity" property was setted on "Interactive user", so obviously when i disconnected from the session it ceased to work. My solution was to set a specific user and run the Service under that user. Thanks for your answer.

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

79258217

Date: 2024-12-06 13:56:12
Score: 1
Natty:
Report link

For me, as a non-expert in linux terminal, it always seemed that the more intuitive way was

$ echo "1.6e-19 2.0e10" | awk '{print $1*$2}'
3.2e-09

Which looks more with the attempt in the question and it is just a variation of the answer given by James Waldby - jwpat7.

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

79258201

Date: 2024-12-06 13:53:11
Score: 0.5
Natty:
Report link

As LMC suggested, try the following...

  1. Use Chrome DevTools to open the page's rendered HTML (open page in Chrome > right click on page > Inspect > select the Elements tab)
  2. Copy the full rendered HTML (right click the tag > Copy > Copy element) and paste it into a text editor
  3. Construct the XPath based on the element location (this might be helpful: https://devhints.io/xpath)
Reasons:
  • Whitelisted phrase (-1): try the following
  • No code block (0.5):
  • Low reputation (1):
Posted by: Cmastris

79258200

Date: 2024-12-06 13:52:11
Score: 1.5
Natty:
Report link

Following @aMike's tip, I added the code inside a proc so that TCL could optimize the bytecode. This resulted in a significant improvement in performance. Now runs in twice the time of Python.

TCL 8.6

array for: 154s
array while: 152s
dict for: 197s
dict while: 200s
list for: 363s
list while: 364s
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • User mentioned (1): @aMike's
  • Self-answer (0.5):
Posted by: Ricardo

79258197

Date: 2024-12-06 13:52:11
Score: 3
Natty:
Report link

The issue was caused by having both a manual migration and an AutoMigration for the same version range (e.g., from = 11 to = 12). Room doesn’t allow overlapping migrations, which caused a conflict. Removing one of the migrations resolved the issue.

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

79258196

Date: 2024-12-06 13:52:11
Score: 2
Natty:
Report link

As said above there was a file generated by the name "Run From Package Initialization failed" and in that there was a content from curl command which was saying "403" which clearly stated an access issue on my blob . on further analysis i found that there are access configurations at container level also i allowed access to container and blob and then it started to work.

Reasons:
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Coding Panda

79258191

Date: 2024-12-06 13:50:11
Score: 1.5
Natty:
Report link

(From https://github.com/beeware/toga/discussions/3024)

The one thing that stands out in the code is that you're treating usuario_input and mostra_mensagen_te as functions - in mensage(), you should be using user_message = self.usuario_input.value.strip(), self.mostra_mensagem_te.value += f'Você: {user_message}\n', and self.usuario_input.value = ''.

In future, please include the complete error message when asking questions.

Reasons:
  • Blacklisted phrase (3): Você
  • Has code block (-0.5):
  • High reputation (-1):
Posted by: mhsmith

79258189

Date: 2024-12-06 13:49:10
Score: 2
Natty:
Report link

I faced a similar issue, but without anaconda. Some times VS Code would detect my python kernel and sometimes it wouldn't, seemingly at random. For some reason my IntelliCode extensions seemed to cause the problem so I disabled them and my problem went away. Since someone else also mentioned disabling some extension, there is a good chance you can resolve your problem by disabling some python-related extensions.

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

79258185

Date: 2024-12-06 13:48:10
Score: 2.5
Natty:
Report link

Thanks @itamar-turner-trauring, that really helped me !

To clarify, the -p option should be set just after the docker-compose command, and before subcommand like up :

$ docker-compose -p projectName up -d

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Low length (0.5):
  • Has code block (-0.5):
  • User mentioned (1): @itamar-turner-trauring
  • Low reputation (1):
Posted by: Sylvain L.

79258183

Date: 2024-12-06 13:48:10
Score: 0.5
Natty:
Report link

Thanks to Kendrick Li, I was struggling with same issue in C# and below code worked.

 var options = new EdgeOptions();
 options.AddArgument("headless=new");
 options.AddUserProfilePreference("download.default_directory", downloadDirectory);
 options.AddUserProfilePreference("download.prompt_for_download", false);
 options.AddUserProfilePreference("directory_upgrade", true);
 options.AddUserProfilePreference("browser.show_hub_popup_on_download_start", false);
 var driver = new (options);
Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: SSP

79258181

Date: 2024-12-06 13:47:10
Score: 2
Natty:
Report link

Change your ExecuteScalar into ExecuteReader. Then follow the example here: Reading SQL query result with multiple columns in C#

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

79258174

Date: 2024-12-06 13:45:09
Score: 1
Natty:
Report link

remove the dot in "directory" tags when you need to include some file in project root:

<fileSet filtered="true" packaged="false" encoding="UTF-8">
     <directory></directory>
     <includes>
        <include>Dockerfile</include>
     </includes>
</fileSet>
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: David Fonseca

79258173

Date: 2024-12-06 13:44:09
Score: 2.5
Natty:
Report link

The tabs object is set incorrectly. It needs to reside under the recipient. Take a look at the example here.

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

79258171

Date: 2024-12-06 13:44:09
Score: 4
Natty:
Report link

Just disconnect and connect it again and it's worked fine

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: Artur

79258163

Date: 2024-12-06 13:41:07
Score: 3.5
Natty:
Report link

I have the same issue but the main issue of numpy version 2.0.0. or 2.0.0> I would like you to advice downgrade with the following command:

pip install 'numpy<2.0.0'

If you have numpy==2.0.0. or numpy>2.0.0

>>> numpy.uint8(255) + 256 * numpy.uint8(255)
OverflowError: Python integer 256 out of bounds for uint8

If you have numpy<2.0.0:

>>> numpy.uint8(255) + 256 * numpy.uint8(255)
65535
>>> type(_)
<class 'numpy.int64'>
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: code_conundrum

79258153

Date: 2024-12-06 13:38:06
Score: 2
Natty:
Report link

I fixed the issue by clicking Tools => Options, and then enabling "Enable New .NET 9+ Mono Debugger"

Visual studio settings

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

79258147

Date: 2024-12-06 13:35:06
Score: 1
Natty:
Report link

That's as per the documentation, isn't it?

Note: If you use the periods parameter in combination with the fromDate and toDate parameters then the specified date range will apply to each period (i.e. if the specified date range is for a 30 day month, each prior period will only include the first 30 days). To ensure you always get a full month of data in previous periods you would need to start in a month with 31 days (e.g. start in July instead of June)

From: https://developer.xero.com/documentation/api/accounting/reports#profit-and-loss

Sounds like a strange "feature", but not unexpected behaviour.

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

79258129

Date: 2024-12-06 13:27:04
Score: 2
Natty:
Report link

I created a button and in it I created a dynamic action so that it captures everything I type in the text field.

This is the code I put on the button:

DECLARE l_result VARCHAR2(4000); -- Run the typed PL/SQL command EXECUTE IMMEDIATE :P 2_INPUT INTO l_result;

-- Display the result in the output field :P 3_OUTPUT := l_result; EXCEPTION WHEN OTHERS THEN -- In case of error, display the message in the output field :P 3_OUTPUT := 'Error: ' || SQLERRM; END;

However, it is giving the error:

ORA-06550: line 1, column 114: PLS-00103: Encountered the symbol "DECLARE" when expecting one of the following: ( - + case mod new not null continue avg count current exists max min prior SQL stddev sum variance execute forall merge time timestamp interval date pipe <an alternatively-quoted string literal.

My logic was:

I need a variable to receive what I typed, and another to receive the result of the query or action I typed, an output.

Reasons:
  • Blacklisted phrase (0.5): I need
  • Long answer (-0.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Iago Camelo

79258124

Date: 2024-12-06 13:25:04
Score: 0.5
Natty:
Report link

Numpy (faster?) version of @le_m's answer:

(I doubt that it is necessary to address zero division as Jyaif points out as the probability that the norm of g is 0 is mathmatically 0 and numerically almost 0, but I have added nan_to_num for now.)

from collections.abc import Sequence

import numpy as np
from numpy.typing import NDArray


def random_hypersphere(
    shape: Sequence[int], dim: int, *, surface: bool = False
) -> NDArray[np.float64]:
    r"""
    Generate random points on / in a unit hypersphere.

    Parameters
    ----------
    shape : Sequence[int]
        The shape of the output array.
    dim : int
        The dimension of the hypersphere.
    surface : bool, optional
        Whether to generate points on the surface of the hypersphere,
        by default False.

    Returns
    -------
    NDArray[np.float64]
        The generated points.

    References
    ----------
        Barthe, F., Guedon, O., Mendelson, S., & Naor, A. (2005).
        A probabilistic approach to the geometry of the \ell_p^n-ball.
        arXiv, math/0503650. Retrieved from https://arxiv.org/abs/math/0503650v1

    """
    g = np.random.normal(loc=0, scale=np.sqrt(1 / 2), size=(dim, *shape))
    if surface:
        result = g / np.linalg.vector_norm(g, axis=0)
    else:
        z = np.random.exponential(scale=1, size=shape)[None, ...]
        result = g / np.sqrt(np.sum(g**2, axis=0, keepdims=True) + z)
    return result.nan_to_num(nan=0.0)  # not sure if nan_to_num is necessary
Reasons:
  • Long answer (-1):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • User mentioned (1): @le_m's
  • Low reputation (0.5):
Posted by: mikm

79258111

Date: 2024-12-06 13:19:02
Score: 2.5
Natty:
Report link

@CleverPatrick , We need to follow these steps:

First, create a product for ID, then add a variant with price, though productVariantsBulkCreate is preferred even for single variants.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • User mentioned (1): @CleverPatrick
  • Low reputation (0.5):
Posted by: Developer Nilesh

79258107

Date: 2024-12-06 13:17:01
Score: 3.5
Natty:
Report link

I am facing issues regarding setting up Push Notifications from stream.io in my unity project. I have the firebase token which I want to send to stream chat in order to setup push notifications for chat notifications.

I have setup other than chat notifications using playfab cloudscript & firebase.

Environment: Unity 2022.3.25f Push Provider: Firebase Target devices: iOS

My questions are:

  1. Does the below method handles sending push notifications if I pass firebase token in parameters?

  2. Will it send push notifications for every message?

    public async Task AddDeviceAsync(string token) { await Client.DeviceApi.AddDeviceAsync(new CreateDeviceRequest { //Device ID provided by the notifications provider e.g. Token //provided by Firebase Messaging SDK Id = token, PushProvider = PushProviderType.Firebase, }); }

Reasons:
  • Blacklisted phrase (1): I am facing issue
  • RegEx Blacklisted phrase (1): I want
  • Long answer (-0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Shahrukh Abdullah

79258105

Date: 2024-12-06 13:17:01
Score: 2.5
Natty:
Report link

I had a similar issue and solution was to do a get fetch. After that I was able to do a git push too.

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

79258099

Date: 2024-12-06 13:12:00
Score: 2
Natty:
Report link

You can fix this problem by installing previous version of npm:

npm install -g [email protected]
Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Ankush Bhagat

79258095

Date: 2024-12-06 13:10:00
Score: 3
Natty:
Report link

so i have somehow not died while like going omega speed down hopes this helps

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Edith Xiomara Vera Peña

79258093

Date: 2024-12-06 13:08:59
Score: 3
Natty:
Report link

Thank you Zori, your solutions worked for me.

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

79258089

Date: 2024-12-06 13:07:59
Score: 1
Natty:
Report link

The cmarkgfm package provides Python bindings to GitHub's fork of cmark so that "rendering is compliant with GitHub's, since this package wraps GitHub's own C parser and serializer" (according to the pycmarkgfm package which is very similar but less recently maintained).

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

79258083

Date: 2024-12-06 13:06:59
Score: 1
Natty:
Report link

Select permission is all that is required to select data from 2 tables in a join.

The question was answered in a comment by Md. Zahangir Alam

If the same user 'df' have select permission on both of the table, then the should be executed.

should be the accepted answer to close the question.

I wanted the answer myself but was difficult to find the answer hiding in the comments.

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

79258081

Date: 2024-12-06 13:06:59
Score: 1
Natty:
Report link

A shorter version to delete all local and remote tags:

  1. Fetch all tags from remote (you need to have them locally in order for this to work)

    git fetch -a
    
  2. Delete all tags from remote:

    git push --delete origin `git tag`
    
  3. Delete all tags locally:

    git tag -d `git tag`
    
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: user28659634

79258077

Date: 2024-12-06 13:04:57
Score: 9
Natty: 8.5
Report link

@ChauTran this page doesnt work :( https://angular-threejs.netlify.app

Reasons:
  • Blacklisted phrase (1): doesnt work
  • Blacklisted phrase (1): :(
  • Probably link only (1):
  • Low length (2):
  • No code block (0.5):
  • User mentioned (1): @ChauTran
  • Single line (0.5):
  • Looks like a comment (1):
  • Low reputation (1):
Posted by: Gülü Əhmədova

79258070

Date: 2024-12-06 13:02:56
Score: 2.5
Natty:
Report link

By Adding this line into the external library its now working... But this is clearly a work around ...

import { createRoot } from 'react-dom/client';

enter image description here

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

79258068

Date: 2024-12-06 13:02:56
Score: 1.5
Natty:
Report link

Nope, if you use "file:" protocol in dependencies there is no way to use range syntax. That string is interpreted as a local path to a package, so e.g. '^' is interpreted as part of a local path.

If you want to reduce manual overhead maybe you may have a look to npm link command - https://docs.npmjs.com/cli/v9/commands/npm-link

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

79258062

Date: 2024-12-06 12:58:55
Score: 2
Natty:
Report link

If you are having a similar issue, check your source code or console to be sure you have Jquery loaded. This behavior is common when you don't have jquery in your template

To load jquery, add this at the top or head section of your template.

<script type="text/javascript" src="{% static 'admin/js/vendor/jquery/jquery.js' %}"></script>
Reasons:
  • Has code block (-0.5):
  • Me too answer (2.5): having a similar issue
Posted by: CodeRed

79258057

Date: 2024-12-06 12:57:55
Score: 1.5
Natty:
Report link
  1. Add HTML and CSS so that one can find the probable solution.
  2. Try check the line-height of the text inside Button. (if all above solutions didn't helped).
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Mannkumar Pandya

79258047

Date: 2024-12-06 12:53:54
Score: 2
Natty:
Report link

If Spring Security's authentication fails, userDetails will not be injected, and Spring Security will redirect to the failure URL (/login?error). Perhaps your test setup does not authenticates correctly? Try to log in your controller if you even reach there (if you do auth works). Then check/debug what your authService (authService.auth(userDetails.getId())) does.

Reasons:
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: embuc

79258045

Date: 2024-12-06 12:53:53
Score: 8
Natty: 7
Report link

@Merakel was a solution ever found for this? Thanks

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • User mentioned (1): @Merakel
  • Single line (0.5):
  • Looks like a comment (1):
  • Low reputation (1):
Posted by: Aidan

79258042

Date: 2024-12-06 12:52:52
Score: 5.5
Natty: 6.5
Report link

No way the 'postmessage' in the place of redirectUrl is worked for me. I was stuck in this portion for 2 days. I was trying different methods/approch to figure out why I'm getting "redirect_url_mismath" error. I was basically giving my google console's "Authorized redirect URIs" after clientId and secrets. Anyway why the postmessage works in there and not the actual redirectUrl. I don't get it, Can someone please tell me why its happening?

Reasons:
  • Whitelisted phrase (-1): worked for me
  • RegEx Blacklisted phrase (2.5): Can someone please tell me
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: MD. Thamidul Hasan Sakib

79258036

Date: 2024-12-06 12:50:51
Score: 1.5
Natty:
Report link

😀 Grinning Face 😁 Grinning Face with Smiling Eyes 😂 Face with Tears of Joy 🤣 Rolling on the Floor Laughing 😃 Grinning Face with Big Eyes 😄 Grinning Face with Smiling Eyes 😅 Grinning Face with Sweat 😆 Grinning Squinting Face 😇 Smiling Face with Halo 😉 Winking Face 😊 Smiling Face with Smiling Eyes 😋 Face Savoring Food 😜 Winking Face with Tongue 🤪 Zany Face 😝 Face with Stuck-Out Tongue and Tightly Closed Eyes 😎 Smiling Face with Sunglasses 🥰 Smiling Face with Hearts 😍 Heart Eyes 🤩 Star-Struck 🥺 Pleading Face 😏 Smirking Face 😒 Unamused Face 😞 Disappointed Face 😔 Pensive Face 😟 Worried Face 😕 Confused Face 🙁 Frowning Face ☹️ Slightly Frowning Face 😣 Persevering Face 😖 Confounded Face 😫 Tired Face 😩 Weary Face 😤 Face with Steam from Nose 😮 Face with Open Mouth 😱 Face Screaming in Fear 😳 Flushed Face 😵 Dizzy Face 😡 Pouting Face 😠 Angry Face 🤬 Face with Symbols on Mouth 😷 Face with Medical Mask 🤒 Face with Thermometer 🤕 Face with Head-Bandage 🤑 Money-Mouth Face 🤠 Cowboy Hat Face 😇 Smiling Face with Halo 🤥 Lying Face Animals & Nature 🐶 Dog Face 🐱 Cat Face 🐭 Mouse Face 🐹 Hamster Face 🐰 Rabbit Face 🦊 Fox Face 🦝 Raccoon 🦄 Unicorn 🐻 Bear Face 🦌 Deer 🦄 Unicorn 🦋 Butterfly 🐝 Bee 🦗 Cricket 🐞 Lady Beetle 🐜 Ant 🐢 Turtle 🦎 Lizard 🐍 Snake 🦖 T-Rex 🦕 Sauropod 🐙 Octopus 🐚 Spiral Shell 🐡 Fish 🦑 Squid 🐠 Tropical Fish 🐟 Fish 🐬 Dolphin 🦈 Shark 🦧 Otter 🐳 Spouting Whale 🐋 Whale 🐄 Cow 🐖 Pig 🐑 Ewe 🦃 Turkey 🦆 Duck 🐓 Rooster 🦢 Swan 🦉 Owl 🦩 Flamingo 🦇 Bat 🦅 Eagle 🦆 Duck 🦩 Flamingo Food & Drink 🍎 Red Apple 🍏 Green Apple 🍉 Watermelon 🍓 Strawberry 🍒 Cherries 🍑 Peach 🍍 Pineapple 🥭 Mango 🍊 Tangerine 🍋 Lemon 🍌 Banana 🍉 Watermelon 🍇 Grapes 🍉 Watermelon 🍗 Poultry Leg 🍖 Meat on Bone 🍔 Hamburger 🍟 French Fries 🍕 Pizza 🌭 Hot Dog 🍿 Popcorn 🧀 Cheese Wedge 🍲 Pot of Food 🥘 Shallow Pan of Food 🥗 Green Salad 🥙 Stuffed Flatbread 🌮 Taco 🌯 Burrito 🍣 Sushi 🍤 Shrimp 🍙 Rice Ball 🍚 Rice Cracker 🍜 Bowl of Noodles 🍝 Spaghetti 🥟 Dumpling 🥠 Fortune Cookie 🍥 Fish Cake with Swirl 🍘 Rice Cake Travel & Places 🌍 Globe Showing Europe-Africa 🌎 Globe Showing Americas 🌏 Globe Showing Asia-Australia 🗺️ World Map 🏙️ Cityscape 🌆 Cityscape at Dusk 🌃 Night with Stars 🏞️ National Park 🌄 Sunrise Over Mountains 🌅 Sunrise 🏖️ Beach with Umbrella 🏝️ Desert Island 🏜️ Desert 🏕️ Camping 🏔️ Snow-Capped Mountain ⛰️ Mountain 🏛️ Classical Building 🏗️ Building Construction 🏠 House 🏡 House with Garden 🏢 Office Building 🏬 Department Store 🏪 Convenience Store 🏫 School 🏩 Love Hotel 🏨 Hotel 🏥 Hospital 🏦 Bank 🏧 ATM 🚉 Train Station 🏤 Post Office 🏢 Office Building Objects 🎉 Party Popper 🎊 Confetti Ball 🎁 Wrapped Gift 🎀 Ribbon 🎂 Birthday Cake 🍰 Shortcake 🧁 Cupcake 🍩 Doughnut 🍪 Cookie 🍫 Chocolate Bar 🍬 Candy 🍭 Lollipop 🍼 Baby Bottle 🥛 Glass of Milk 🍷 Wine Glass 🍸 Cocktail Glass 🍹 Tropical Drink 🍺 Beer Mug 🍻 Clinking Beer Mugs 🥂 Clinking Glasses 🧃 Juice Box 🧉 Mate Drink 🥄 Spoon 🍴 Fork and Knife 🍽️ Plate with Cutlery 🥣 Bowl with Spoon Symbols 💌 Love Letter 💎 Gem Stone 🔑 Key 🗝️ Old Key 🧭 Compass ⏳ Hourglass ⏰ Alarm Clock ⏱️ Stopwatch ⌛ Hourglass Done 🔋 Battery 🔌 Electric Plug 💡 Light Bulb 🔦 Flashlight 🕯️ Candle 🧨 Firecracker 💥 Collision 🔫 Pistol 🧸 Teddy Bear 🎲 Game Die 🧩 Puzzle Piece Flags 🇺🇸 United States 🇬🇧 United Kingdom 🇨🇦 Canada 🇦🇺 Australia 🇯🇵 Japan 🇮🇹 Italy 🇮🇳 India 🇳🇿 New Zealand 🇫🇷 France 🇪🇸 Spain 🇩🇪 Germany 🇲🇽 Mexico 🇷🇺 Russia

Reasons:
  • Blacklisted phrase (1): 😂
  • Long answer (-1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Testing topnotch

79258031

Date: 2024-12-06 12:49:51
Score: 2
Natty:
Report link

totalSales=1000

print ("\rTotal Sales Amount is :"+ f"{float(totalSales):,.2f}")

output: Total Sales Amount is :1,000.00

:, formats the number with commas as thousands separators.

.2f ensures the number is formatted with two digits after the decimal point.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Praveen Rajagopala Kurup

79258017

Date: 2024-12-06 12:44:49
Score: 2
Natty:
Report link

If jpa dependency version in pom.xml is not compatible with springboot version, this error will occur.

try removing the version in jpa dependency

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

79258011

Date: 2024-12-06 12:42:48
Score: 2.5
Natty:
Report link

What worked for me was placing the tables in the desired spot and the click in it Constraints>Foreign key and update the names, then after saving the lines are kind of better

Reasons:
  • Whitelisted phrase (-1): worked for me
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): What
  • Low reputation (1):
Posted by: Dwijan

79258001

Date: 2024-12-06 12:39:48
Score: 1.5
Natty:
Report link

Yes, you can build a web app using Flutter and add the Twilio Video Chat API. Flutter allows you to create web apps, and you can integrate the Twilio Video API into your Flutter project to enable video chat functionality. However the customization options are much limited when compared to MirrorFly video calls

You refer this flutter source code https://github.com/MirrorFly/MirrorFly-Flutter-Sample

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

79257996

Date: 2024-12-06 12:38:47
Score: 2
Natty:
Report link

The new keyword for method hiding is helpful in scenarios where:

You want to explicitly hide a base class method without overriding it. You need to avoid polymorphism in specific derived class methods. You want to make your intention clear to other developers.

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

79257994

Date: 2024-12-06 12:37:47
Score: 1
Natty:
Report link

I was having the same issue, where I had around 7000+ flow files and I needed to merge them into one. Provided that, I didn't know what will be the exact number of flow files, I couldn't specify that number in Minimum Number of Entries attribute of mergeContent processor to make it only 1 flow file after merge.

After trying a lot of things, including trying to count the flow files or induce a delay before sending them off to merge, I finally found the solution on the mergeContent documentation below :

https://nifi.apache.org/docs/nifi-docs/components/org.apache.nifi/nifi-standard-nar/1.6.0/org.apache.nifi.processors.standard.MergeContent/index.html#:~:text=The%20%27Defragment%27%20algorithm%20combines%20fragments%20that%20are%20associated%20by%20attributes%20back%20into%20a%20single%20cohesive%20FlowFile.%20The%20%27Bin%2DPacking%20Algorithm%27%20generates%20a%20FlowFile%20populated%20by%20arbitrarily%20chosen%20FlowFiles

And there you go ! setting 'Merge Strategy' property to 'Defragment' and 'Attribute Strategy' property to 'Keep Only Common Attributes' fixes the problem for me.

In all my flow files, they have common attributes and are now merged into a single flow file.

The original question is from 2019, but I hope it helps out somebody else looking for an answer.

Reasons:
  • Blacklisted phrase (0.5): I need
  • Whitelisted phrase (-1): hope it helps
  • Probably link only (1):
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: S_Jin

79257978

Date: 2024-12-06 12:29:45
Score: 1
Natty:
Report link

This is an old post. Maybe it will help someone.

body {
    display: flex;
    flex-flow: column;
    min-height: 100vh;
    margin: 0;
    padding: 0;
}

main {
    flex: 1;
}
.footer {
    width: 100%;
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: WhoAmI

79257976

Date: 2024-12-06 12:28:45
Score: 2
Natty:
Report link

Please try to give space instaed of using tab \tCtrl+Shift+S and then add in Accelerator also

just give space in Submenu like below for example

xyz Ctrl+Shift+S--Use like this(given space after xyz)

xyz \tCtrl+Shift+S--- Don't use like this

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

79257963

Date: 2024-12-06 12:23:43
Score: 4.5
Natty:
Report link

you can link the below link . enter link description here

Reasons:
  • Blacklisted phrase (0.5): enter link description here
  • Probably link only (1):
  • Low length (2):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: kerwin xu

79257960

Date: 2024-12-06 12:22:43
Score: 3
Natty:
Report link

Well, just find out the answer. My script was not saved in a file. Now it is working. Hence that just had something to do with the encoding.

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

79257959

Date: 2024-12-06 12:22:42
Score: 5.5
Natty: 4.5
Report link

I have downloaded oracle database 19c, and PHP 8.2. The problem is that i have this error PHP Warning: PHP Startup: Unable to load dynamic library 'oci8_19' (tried: C:\xampp\php\ext\oci8_19 (Le module sp├®cifi├® est introuvable), C:\xampp\php\ext\php_oci8_19.dll (Le module sp├®cifi├® est introuvable)) in Unknown on line 0. But this modul exists in the file. Please i need your help

Reasons:
  • Blacklisted phrase (0.5): i need
  • Blacklisted phrase (2): i need your help
  • RegEx Blacklisted phrase (1): i have this error
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Grâce Agassounon

79257947

Date: 2024-12-06 12:17:40
Score: 3
Natty:
Report link

There is no official Firebase Admin SDK for Ruby, but there are gems available for Firebase Cloud Messaging such as FCM by Decision Labs. It's well documented.

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

79257935

Date: 2024-12-06 12:13:39
Score: 3
Natty:
Report link

I tried everything, but updating my Next.js version to 'next': '14.2.5' fixed my issue.

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

79257923

Date: 2024-12-06 12:09:38
Score: 1
Natty:
Report link

I changed code to

Controller:

public IActionResult Save()
{
    Task.Run(() => save_work());
    return RedirectToAction("Index");
}

Method:

void save_work()
{
    //save data with ADO.NET to file
    //DbContext is not accessible here
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: user8763613

79257915

Date: 2024-12-06 12:06:37
Score: 1.5
Natty:
Report link

Client-hints in navigator is only present for Chromium based browser like Chrome and Edge.

As per today Safari and Firefox do not support Client-hints, due to cyber-security issue, Client-hints provide extensive information of user's browser which is not safe. So, I don't expect that there will be any support for Client-hints in future.

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

79257902

Date: 2024-12-06 12:03:35
Score: 4
Natty: 5
Report link

If you're still interested in this feature the latest suggestion open for voting is here - https://developercommunity.visualstudio.com/t/Support-Markdown-in-Manual-Validation-M/10807733. The previous comment has been closed.

Reasons:
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Tre'Von McKay

79257899

Date: 2024-12-06 12:01:34
Score: 3.5
Natty:
Report link

You are relying on client-side validation, which is not recommended in Next.js. Instead, you should handle redirection to the login page on the server-side component. Additionally, it is better to use cookies for session management rather than local storage.

You can find a complete guide here: Next.js Authentication Documentation.

It would be helpful if you edit your question to clarify how you are storing the token. Are you using a separate server API, or are you relying on Next.js server actions?

Reasons:
  • No code block (0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Zain

79257898

Date: 2024-12-06 12:01:34
Score: 2
Natty:
Report link
def var = someFunc();

if (var.toString() == var) {
   def str = var;
}
Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: vtvitus

79257896

Date: 2024-12-06 12:00:34
Score: 3.5
Natty:
Report link

This will not work Because olymptrade library is not available on pip you have to buy it from someone I have it and it for sale if you want Contact me on telegrma-:@Arpit_tomer263

Reasons:
  • Blacklisted phrase (0.5): Contact me
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: kusum kusum

79257891

Date: 2024-12-06 11:57:33
Score: 0.5
Natty:
Report link

After over 6 years firebase test lab CAN be used with Ionic apps (also react native for that matter, and, I guess, any other framework). BUT with limitations: User can't record scripts, so the robotest is rather brittle, as it'll simply "click around" and report if any click resulted in a crash.

To run the "click around" robotest you'd need to add Oauth with Google to your app (if there's auth-wall in your app and you'd want to pass that). If robotest detects such button it'll click it and log with test account.

Automatic sign-in: If your app has a sign-in screen that uses a Google account for authentication, Robo test uses a Google test account, unless you provide test account credentials for custom sign-in.

https://firebase.google.com/docs/test-lab/android/robo-ux-test#sign-in

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

79257883

Date: 2024-12-06 11:55:33
Score: 0.5
Natty:
Report link

I had the same problem roughly the same time you posted this. I've tried rebuilding it every day since and it worked this morning. I suspected it was a problem to do with the update and was waiting to see if it fixed itself. I recommend trying to do a full rebuild again

Reasons:
  • Whitelisted phrase (-1): it worked
  • Whitelisted phrase (-1): I had the same
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: adam Ma Mas games

79257861

Date: 2024-12-06 11:46:30
Score: 2.5
Natty:
Report link

Yes, Mesibo works with Flutter. It provides a toolkit (SDK) that lets developers easily add features like real-time messaging, voice calls, and video calls to Flutter apps. Besides this, you can also give MirrorFly and Apphitect a try to add chat and video calling features in Flutter.

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

79257859

Date: 2024-12-06 11:46:30
Score: 4
Natty:
Report link

Dumpsys battery set level 100000

Reasons:
  • Low length (2):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Марат Отемисов

79257858

Date: 2024-12-06 11:46:29
Score: 2
Natty:
Report link

You can add a JSDOC style comment above the canvas like this:

/** @type {HTMLCanvasElement} */
const canvas = document.getElementById("renderCanvas");

enter image description here

More details in this answer: https://stackoverflow.com/a/61388350/4159530

Reasons:
  • Blacklisted phrase (1): stackoverflow
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
Posted by: 8Observer8

79257854

Date: 2024-12-06 11:45:29
Score: 3
Natty:
Report link

dependencies: printing: 5.13.2

flutter clean

flutter build apk --release

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

79257852

Date: 2024-12-06 11:45:29
Score: 1
Natty:
Report link

You should listen to the input & change event instead of the keyup event. This approach ensures that the functionality works even when text is pasted from the clipboard, as shown below:

document.getElementById("search").addEventListener("input", e => {
    const query = e.target.value.toLowerCase();
    for (const tr of trs) {
        tr.style.display = tr.innerText.toLowerCase().includes(query) ? "" : "none";
    }
});
document.getElementById("search").addEventListener("change", e => {
        const query = e.target.value.toLowerCase();
        for (const tr of trs) {
            tr.style.display = tr.innerText.toLowerCase().includes(query) ? "" : "none";
        }
    });

To better capture additional fallback events, consider reviewing this answer. It provides a detailed description of the most important events you need to know. Check it out:

https://stackoverflow.com/a/74435525/5701662

Reasons:
  • Blacklisted phrase (1): stackoverflow
  • Blacklisted phrase (0.5): Check it out
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: SG52

79257850

Date: 2024-12-06 11:44:29
Score: 1
Natty:
Report link

Yes. Transaction will be rolled back.

Reasons:
  • Low length (2):
  • No code block (0.5):
  • Single line (0.5):
  • High reputation (-2):
Posted by: talex moved to Codidact

79257845

Date: 2024-12-06 11:43:28
Score: 2
Natty:
Report link

Still this bug haven't fixed. But one way to work around it is to create "ContentView" and set its "InputTransparent" to true. After this create contents inside "ContentView". Annoying hack but it works.

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

79257840

Date: 2024-12-06 11:41:26
Score: 7.5 🚩
Natty: 4.5
Report link

Explain more, i didn't understand fully, can you explain in step by step Can you share the screenshot or video tutorial

Reasons:
  • RegEx Blacklisted phrase (2.5): can you explain
  • RegEx Blacklisted phrase (2.5): Can you share
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Kamlesh Shah

79257835

Date: 2024-12-06 11:39:25
Score: 6 🚩
Natty: 6
Report link

Thanks for the answer, just wondering though, why AppDispatcher is not automatically mocked by Jest, as opposed to what's written in this Doc https://legacy.reactjs.org/blog/2014/09/24/testing-flux-applications.html?

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Devdutta Natu

79257824

Date: 2024-12-06 11:35:23
Score: 1
Natty:
Report link

You may also need to specify a DDL lock timeout—the number of seconds a DDL command waits for its required locks before failing using DDL_LOCK_TIMEOUT parameter at the system level, or at the session level. Catch and treat the resource busy error message in the application.

ORA-00054: resource busy
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Valentin Tabacaru

79257823

Date: 2024-12-06 11:35:23
Score: 2
Natty:
Report link

This was improved in Julia 1.11. Now you can

  1. ] add "https://gitlab.com/vyush/Xnumber.jl.git"

  2. Add the URL under [sources] in Project.toml, like so:

    [deps]
    ...
    Xnumber = SOME-UUID # this should automatically be created by step 1
    ...
    
    [sources]
    Xnumber = {url = "https://github.com/JuliaLang/MyUnregisteredPackage.jl"}
    
Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Herman

79257809

Date: 2024-12-06 11:29:22
Score: 3
Natty:
Report link

you can use the exact solution from this https://stackblitz.com/edit/angular-material-table-multiple-header-rows?file=main.ts

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

79257800

Date: 2024-12-06 11:28:22
Score: 1
Natty:
Report link

Seems like they changed repository URL. Early I had

maven {url "https://linphone.org/releases/maven_repository/"}

in build.gradle project-level file and faced the same issue.

Now I have replaced it with

maven {url "https://download.linphone.org/releases/maven_repository/"}

Found this in their commit on github: https://github.com/BelledonneCommunications/linphone-android/commit/c4eb74ff0dc25a9476eb71113059b2f7599183eb

Now project builds fine.

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

79257797

Date: 2024-12-06 11:26:21
Score: 3
Natty:
Report link
FROM mcr.microsoft.com/dotnet/aspnet:8.0 AS base

As provided by Microsoft asp.net core doc

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

79257793

Date: 2024-12-06 11:25:21
Score: 2
Natty:
Report link

Posting this since i couldn't find anyone on the internet with the same problem, after some time i found that when loading the fonts it failed on one of them (it got a pdf instead of a font) and since this wasn't used by default somehow it didn't affect any device except iphones. After changing it everything worked correctly on all devices. If anyone has an explanation on why it affected the canvas the way it did I'm really curious.

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

79257790

Date: 2024-12-06 11:23:20
Score: 4
Natty: 6
Report link

sfdfjfkscvxyj chji jfjksdiv jsfj sofnsdo jfjsdfj sdf f sdf sd

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

79257784

Date: 2024-12-06 11:19:19
Score: 2
Natty:
Report link

for vue but you can rewrite it for vanilla

@keydown="(e: KeyboardEvent) => { if (e.key === '-') e.preventDefault()}"

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

79257783

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

Using both ggforce's geom_link and ggnewscale, it is possible to make a loop, element by element, creating a new colorscale for each of them:

library(ggforce)
library(ggnewscale)

## Index with colors
color_list <- c('ControlD1' = "limegreen", 
                             'HSP90iD1' = "firebrick1", 
                             'PRRTD1' = "deepskyblue", 
                             'CombinationD1' = "orchid1", 
                             'HSP90iD3' = "firebrick4", 
                             'PRRTD3' = "deepskyblue3", 
                             'CombinationD3' = "purple3")

## old-ish code
p_left <- ggplot(tb_deg) +
  geom_segment(aes(y=comparison, x=var1, xend=var2), size=2, color="slategrey", show.legend = F) +
  geom_point(aes(y=comparison, x=var1, fill=var1), shape=21, size=5, show.legend = F) +
  geom_point(aes(y=comparison, x=var2, fill=var2), shape=21, size=5, show.legend = F) +
  scale_fill_manual(name="Group",
                    values=color_list ) +
  scale_x_discrete(limits=rev(levels(md$group)) ) +
  theme_minimal() +
  labs(x=NULL, y=NULL, title = NULL) +
  theme(legend.position = "none",
        aspect.ratio = 2,
        axis.text.x = element_text(angle=90, hjust=1),
        axis.text.y = element_blank(),
        panel.grid.major.y = element_blank())



p_left

### Loop through each element of the Y-axis, creating a geom_link + a new color scale
p2<-p_left

for (comp in unique(tb_deg$comparison)) {

  v1 <-   unique(tb_deg[tb_deg$comparison==comp, c("comparison","var1","var2")])$var1
  v2 <-   unique(tb_deg[tb_deg$comparison==comp, c("comparison","var1","var2")])$var2

p2 <- p2 +
  new_scale_color() +
  geom_link(data=unique(tb_deg[tb_deg$comparison==comp, c("comparison","var1","var2")]),
            aes(y=comparison, yend=comparison, x=var1, xend=var2, color=stat(index)), size=2) +
  scale_color_gradient(high=color_list[v2],low=color_list[v1])
  
}

p2

geom_link_manually_in_loop

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

79257779

Date: 2024-12-06 11:17:18
Score: 1
Natty:
Report link

When running an AWS Lambda function that imports rpy2.robjects, the following error occurs:

ModuleNotFoundError: No module named '_cffi_backend'

This error is caused by the missing _cffi_backend module, which is part of the cffi library. The issue typically arises because AWS Lambda uses Amazon Linux as its runtime environment, and cffi (a dependency of rpy2) includes compiled components that must match the Lambda runtime environment. If the package is installed on a different OS (e.g., macOS or Windows), it won’t work on Lambda.

You need to package your Lambda function with rpy2 and its dependencies in an Amazon Linux environment. Here are two approaches:

Option 1: Use a Lambda Layer A Lambda Layer allows you to bundle dependencies separately and reuse them across multiple functions.

Create a Directory for Dependencies: mkdir lambda-layer && cd lambda-layer mkdir python

Set Up Amazon Linux Environment: Use Docker to mimic the AWS Lambda runtime: docker run -it --rm -v $(pwd):/lambda amazonlinux:2 /bin/bash

Install Required Packages in Docker: Inside the Docker container:

yum update -y yum install -y python3-pip python3-devel gcc libffi-devel pip3 install rpy2 cffi -t /lambda/python exit

Package the Layer: Compress the python directory into a zip file: cd .. zip -r lambda-layer.zip python

Upload the Layer to AWS: Go to the AWS Management Console, create a new Lambda Layer, and upload the lambda-layer.zip. Attach the layer to your Lambda function.

Option 2: Package the Function with Dependencies If you prefer not to use a Lambda Layer, you can include all dependencies directly in your function deployment package: Set Up Amazon Linux Environment:

docker run -it --rm -v $(pwd):/lambda amazonlinux:2 /bin/bash Install Dependencies Inside Docker: yum update -y yum install -y python3-pip python3-devel gcc libffi-devel pip3 install rpy2 cffi -t /lambda exit

Package Your Function: Add your Python function file (e.g., lambda_function.py) to the /lambda directory, then compress the contents:

cd lambda zip -r function.zip .

Upload to AWS Lambda: Upload the function.zip file directly to your Lambda function.

Reasons:
  • Long answer (-1):
  • No code block (0.5):
  • Starts with a question (0.5): When
  • Low reputation (1):
Posted by: AOTM

79257769

Date: 2024-12-06 11:13:17
Score: 2
Natty:
Report link

I had this issue (Next 14) once I started migrating some files over to TS - I think the tsconfig is overwriting the jsconfig.

Moving my compiler options to the tsconfig and restarting the dev server solved my issues.

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