79288262

Date: 2024-12-17 14:32:34
Score: 2
Natty:
Report link

Microsoft is Offering FREE Certification Courses! No Fee, No Subscription, No Registration Required, Just Start Learning. Explore the Following Free Courses.

  1. Microsoft Azure Fundamentals
Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Devinoh Hafni

79288259

Date: 2024-12-17 14:31:34
Score: 1
Natty:
Report link

you are most likely using the 3.9ish version of mac's python. switch to a recent version like 3.12 that has proper support for tkinter.

if you are using PyCharm, you should find the python interpreter setting from Pycharm > Settings > Project > Python interpreter.

So basically, you need to change your project's python version to a recent version.

I had this issue and solved it by switching to the version of python I installed via Homebrew

screenshot of python interpreter settings in PyCharm

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

79288255

Date: 2024-12-17 14:30:32
Score: 7 🚩
Natty:
Report link

Right now im facing the same issue for which i cant able to find any solution. Actually this issue happened suddenly today without any major changes.

Reasons:
  • Blacklisted phrase (1.5): any solution
  • Low length (1):
  • No code block (0.5):
  • Me too answer (2.5): facing the same issue
  • Single line (0.5):
  • Low reputation (1):
Posted by: Karthikeyan S

79288250

Date: 2024-12-17 14:29:32
Score: 1.5
Natty:
Report link

Consider the Array1= [ [ { name:"Joseph", age:23 }, { name:"linda", age:22 }], [{ name:"bob", age:22 }, { name:"suzan", age:22 }] ] ;

var Result369=Array1.SelectMany(); The Result369 array will looks like this:

[ { name:"joseph", age:23 }, { name:"linda", age:22 }, { name:"bob", age:22 }, { name:"suzan", age:22 } ]

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: Joseph a joseph

79288248

Date: 2024-12-17 14:29:32
Score: 1
Natty:
Report link

Cloudinary might be configuring before loading the env variable..... hence when I added following line in top of the file... Now it's working properly

import dotenv from 'dotenv'
dotenv.config()

alternative way, You can try configuring the cloudinary in entry file(e.g. index.js)

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

79288245

Date: 2024-12-17 14:29:32
Score: 2.5
Natty:
Report link

If you have an enterprise LLM account, like a chatgpt enterprise account, you can create an API into your ticketing system and then search across ticketing system to pull all relevant examples. I've done this to glean insights from voice of the customer data. Might be helpful.

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

79288244

Date: 2024-12-17 14:28:31
Score: 2
Natty:
Report link

On macOS the path is: ~/Library/Application Support/SourceTree/browser.plist

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

79288242

Date: 2024-12-17 14:28:31
Score: 2.5
Natty:
Report link

Solution using lastest QueryDSL API 5.x

Expressions.stringTemplate("collate({0} as binary_ci)", someStringPath)

Using Hibernate Query Language collate() function https://docs.jboss.org/hibernate/orm/current/querylanguage/html_single/Hibernate_Query_Language.html

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

79288239

Date: 2024-12-17 14:27:31
Score: 1
Natty:
Report link

1 - Check if the program is already instrumented: You can try running the instrumentation command again. If you get an error saying it’s already instrumented, that confirms it. Another way is to inspect the program’s binary with tools like dumpbin (from Visual Studio) to look for coverage-related info.

2 - Find the session ID: There’s no direct command to get the session ID from an instrumented program. You might be able to find it in coverage reports or logs. If not, you’ll need to re-instrument the program with a new session ID.

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

79288223

Date: 2024-12-17 14:22:30
Score: 2
Natty:
Report link

CASE is not used for flow control (like IF-ELSE) in Oracle SQL. To perform the desired operation (insert records if they exist, or insert a default value otherwise), you must use a combination of PL/SQL or separate SQL statements with IF or MERGE.

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

79288222

Date: 2024-12-17 14:21:29
Score: 3
Natty:
Report link

When you create new project - Name, Android Application Name and IOS Application Name should be different

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

79288220

Date: 2024-12-17 14:20:28
Score: 4
Natty:
Report link

Thank you, but that's not what I'm looking for. It has to go up simultaneously with my hand.

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Low length (1):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Salih Etka Akagündüz

79288207

Date: 2024-12-17 14:16:27
Score: 1
Natty:
Report link

From within an AzureML pipeline (SDK v2), you can read the run_id from an environment variable and then get the display name as follows

client = MLClient( ... )
job = client.jobs.get(os.environ["AZUREML_RUN_ID"])
job.display_name
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: techtech

79288205

Date: 2024-12-17 14:15:27
Score: 1
Natty:
Report link

The most common solution I encountered is using the Math.random function to generate an extra-long number. However, the downside is that the ID might be duplicated, even though the chance seems slim.

A far better approach is to use the self.crypto.randomUUID function to generate a randomized ID.

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

79288199

Date: 2024-12-17 14:15:27
Score: 4
Natty:
Report link

Just do not use pinggy.io to test SSO authentication, use pythonanywhere or any other deploy tool

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

79288198

Date: 2024-12-17 14:14:25
Score: 12.5
Natty: 7.5
Report link

did you solve the problem ? i'm facing the same issue

best regards

Reasons:
  • Blacklisted phrase (0.5): best regards
  • Blacklisted phrase (1): regards
  • RegEx Blacklisted phrase (3): did you solve the problem
  • RegEx Blacklisted phrase (1.5): solve the problem ?
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): i'm facing the same issue
  • Contains question mark (0.5):
  • Starts with a question (0.5): did you solve the
  • Low reputation (1):
Posted by: Paulo971

79288183

Date: 2024-12-17 14:11:25
Score: 1
Natty:
Report link

I found out that we should use put method instead of post

Also, the API URL must be: api_url = "https://api.cron-job.org/jobs"

Finally, the bare minimum of params should be:

"job": {
"url": command_url,
"enabled": True,
"saveResponses": True,
"schedule": {
    "timezone": "GMT",
    "expiresAt": 0,
    "hours": [hour],    
    "minutes": [minute],
    "mdays": [-1],      
    "months": [-1],     
    "wdays": [-1]       
}

}

Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Oussama El Khamlichi

79288177

Date: 2024-12-17 14:10:24
Score: 1
Natty:
Report link

Is button1 just a normal windows forms button? Text is just a property of the control.

If it is, try doing:

button1.Text = "New Text";

Add that to your button1_Click event.

 private void button1_Click(object sender, EventArgs e)
    {
        button1.Text = "New Text";
        var BildiriminOzellikleri = new ToastContentBuilder()
Reasons:
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: qater

79288172

Date: 2024-12-17 14:09:24
Score: 0.5
Natty:
Report link

Firemonkey uses TAlphaColor colours. You can do this:

var C: TAlphaColorRec;
begin
  C.A:=256;  //Unless you also want random transparency!
  C.R:=Random(256);
  C.G:=Random(256);
  C.B:=Random(256);

  Label1.Font.Color:=C;
end;

TAlphaColorRec is in the System.UITypes unit.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Philip J. Rayment

79288164

Date: 2024-12-17 14:07:23
Score: 0.5
Natty:
Report link

The problem was the missing gnome-keyring. Installation:

apt-get update
apt-get install -y gnome-keyring

And after a restart of the wsl the docker-credential-secretservice was running. Verification via docker-credential-secretservice list returns {}, which is a valid empty list. If you are on a interactive wsl you can create a keyring or if you not already have one you will be forced to do so by docker login by a little popup dialog.

In my case, during test automation I have to do it in a non-interactive and headless way. So the second part to get the problem solved is to create a dbus-run-session and pass the actions that need the login via script including the creation of a keyring.

dbus-run-session -- ./pull-docker.sh

and the pull-docker.sh contains:

#! /bin/bash

echo '$USER' | gnome-keyring-daemon --unlock
echo $GITHUB_TOKEN | docker login ghcr.io -u <your docker registry user> --password-stdin
docker compose pull
Reasons:
  • Blacklisted phrase (1): I have to do
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
Posted by: Michael K.

79288149

Date: 2024-12-17 14:04:22
Score: 2
Natty:
Report link

When we say:

curl -I https://registry.npmjs.org/

Response is:

HTTP/2 200 date: Tue, 17 Dec 2024 13:59:04 GMT content-type: application/json cf-ray: 8f376e7a3e643fbb-BOM cf-cache-status: DYNAMIC npm-notice: This endpoint is deprecated. Use https://replicate.npmjs.com instead. server: cloudflare

The notice says to use replicate endpoint.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Starts with a question (0.5): When we
  • Low reputation (0.5):
Posted by: Virendra Shenvi Velingkar

79288144

Date: 2024-12-17 14:01:21
Score: 0.5
Natty:
Report link

You need endpoint to serve assets, ie. The JavaScript file. I would try opening the js file in the browser first. Here is their example:

https://bottlepy.org/docs/dev/tutorial.html#serving-assets

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

79288130

Date: 2024-12-17 13:58:21
Score: 2
Natty:
Report link

FINALLY!!!!!!!
After crawling about 1.5 days I managed to change string 'items' by editing file 'title-frontend.js' content in '/wp-content/plugins/woocommerce/assets/client/blocks/mini-cart-contents-block/' directory.
The main reason with not changing text was the browser cache, which has to be flushed.

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

79288121

Date: 2024-12-17 13:55:20
Score: 5
Natty: 5
Report link

Por favor quita NavigationPage.HasNavigationBar="false" del XAML y hazlo desde de código c#

Reasons:
  • Blacklisted phrase (2): código
  • Low length (1):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: ivƔn Ponce

79288119

Date: 2024-12-17 13:54:19
Score: 1
Natty:
Report link

As far as I know, that project should work in .NET 8 as well.

I'm afraid you are mixing instructions for configuring an API and an OAuth client application. For example, you don't need ClientId and ClientSecret in appsettings.json to configure the API.

Follow the instructions in this article to test the API (by the way, this is the article attached to that sample project)

Reasons:
  • Blacklisted phrase (1): this article
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Andrea Chiarelli

79288116

Date: 2024-12-17 13:53:19
Score: 0.5
Natty:
Report link

This site will help you. https://heroicons.com/

<svg
        xmlns="http://www.w3.org/2000/svg"
        className="h-5 w-5"
        fill="none"
        viewBox="0 0 24 24"
        stroke="currentColor"
        strokeWidth="2"
        class="size-6"
      >
        <path
          strokeLinecap="round"
          strokeLinejoin="round"
          d="M14.857 17.082a23.848 23.848 0 0 0 5.454-1.31A8.967 8.967 0 0 1 18 9.75V9A6 6 0 0 0 6 9v.75a8.967 8.967 0 0 1-2.312 6.022c1.733.64 3.56 1.085 5.455 1.31m5.714 0a24.255 24.255 0 0 1-5.714 0m5.714 0a3 3 0 1 1-5.714 0"
        />
      </svg>

Ouput

The above code will give you this output code.

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

79288112

Date: 2024-12-17 13:52:18
Score: 2.5
Natty:
Report link

Gumbo, your answer maybe

Won't your answer lead to a mistake?

Remark: Two elements are recognized as the same only if the expression (string) $elem1 === (string) $elem2 is true — when the string representations of the values are identical.

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

79288105

Date: 2024-12-17 13:50:18
Score: 2
Natty:
Report link

case types.SUCCESS_SIGNED_PDF: return {
...state, pdfURL: action.payload, pdfLoaded: true, //in this line pdfError: false,

inside this you should use pdfLoaded : false coz when you are getting the response from backend so you should set false to the loader

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

79288089

Date: 2024-12-17 13:45:15
Score: 10.5 🚩
Natty: 5.5
Report link

I found your post because I have a similar problem. I know its 4 years later but maybe you see this:D

the task priority I understand is just a priority system between multiple seize blocks no? so if I use agent.priority as task priority the last agent enterering the seize block sets the task priority of this seize block to x.. but within the agents waiting in the queue integrated inthe seize block there is no priority system..

thats at least how I understand it.. If I have 10 agents waiting in the queue of a seize block, i want the agent.priority parameter to determine 1. which agent is first in the queue and 2nd this agent.priority shall set the task priority of this seize block..

Do you know how to implement this?

Reasons:
  • Blacklisted phrase (1): I have a similar problem
  • RegEx Blacklisted phrase (1): i want
  • RegEx Blacklisted phrase (2.5): Do you know how
  • Long answer (-0.5):
  • No code block (0.5):
  • Me too answer (2.5): I have a similar problem
  • Ends in question mark (2):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Teddy

79288086

Date: 2024-12-17 13:43:15
Score: 2.5
Natty:
Report link

One of the root cause behind this issue is the presence of NT SERVICE\MSSQLSERVER and NT SERVICE\SQLSERVERAGENT under Local Policies\User Rights Assignments \ Replace a process level Token

As it is said above running SQL server repair will register these accounts properly.

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

79288085

Date: 2024-12-17 13:42:14
Score: 1
Natty:
Report link
  • What happens if my ADF jobs start to exceed the interval and offset? Will they queue up?

AFAIK, as you are using Self-Dependency tumbling window triggers, the current trigger run won't start until the previous trigger is completed. Even if the current pipeline run fails, the queues will wait for the dependency trigger run to get succeeded. By this way it will ensure that current operation executed only after the successful completion of its previous run.

What do I need to do to "clear" a queue? Do I need to redeploy the pipeline?

As per this Github issue by @jrimada,

If you want to clear the queue, you can directly cancel the current trigger run. To do this, go to monitor -> Trigger runs -> Tumbling window triggers -> current running trigger run -> cancel.

enter image description here

This will ensure that it won't trigger the pipeline run anymore.

enter image description here

If there are any pipeline failures, you can stop the next trigger runs and stop the trigger and update the pipeline as per your requirement.

You can refer this documentation and this SO answer by @Alain to know more about the Dependency of the Tumbling window triggers.

Reasons:
  • Blacklisted phrase (1): this document
  • Blacklisted phrase (0.5): I need
  • Long answer (-1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • User mentioned (1): @jrimada
  • User mentioned (0): @Alain
  • Starts with a question (0.5): What
  • High reputation (-2):
Posted by: Rakesh Govindula

79288081

Date: 2024-12-17 13:41:14
Score: 1
Natty:
Report link

Convert an image from one color space to another:

import cv2

image = cv2.cvtColor(image, cv2.CV_8U)
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: BarzanHayati

79288080

Date: 2024-12-17 13:41:14
Score: 1.5
Natty:
Report link

Try using @ElementCollection annotation, generally, Hibernate Envers might not recognize changes to a collection of mutable objects like List<BigDecimal?>.

@Entity
@Audited
class ValuesHolder(

// other fields

@ElementCollection
@Column(columnDefinition = "NUMERIC(18,6)", nullable = false)
var values: List<BigDecimal?>,
)

@ElementCollection ensures that Hibernate treats the collection elements as part of the entity and performs dirty checking on the collection. Changes to the collection or its elements will be detected and audited by Envers.

Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • User mentioned (1): @ElementCollection
  • Low reputation (1):
Posted by: MAYANK DEVRANI

79288078

Date: 2024-12-17 13:40:14
Score: 3.5
Natty:
Report link

Show the list of packages in pubspeck.yaml

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

79288074

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

isNotNull is a function, and as such it must be called with parenthesis: isNotNull().

Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): is a
  • Low reputation (0.5):
Posted by: orderlyfashion

79288069

Date: 2024-12-17 13:38:13
Score: 1.5
Natty:
Report link

When I first encounted the error and searched for how to disable whitenoise, I saw the setting below and used it while creting my settings/test.py file:

STATICFILES_STORAGE = 'django.contrib.staticfiles.storage.StaticFilesStorage' 

Based however on my own base.py file, to successfully override it, I needed this:

STORAGES = {
    # Enable WhiteNoise's GZip and Brotli compression of static assets:
    # https://whitenoise.readthedocs.io/en/latest/django.html#add-compression-and-caching-support
    "staticfiles": {
        "BACKEND": 'django.contrib.staticfiles.storage.StaticFilesStorage',
    },
}

Switching the first for the later worked. I guess I made flawed assumptions about how the settings are read by Django!

Reasons:
  • Blacklisted phrase (0.5): I need
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Starts with a question (0.5): When I
  • Low reputation (1):
Posted by: Del_Wiz

79288065

Date: 2024-12-17 13:38:13
Score: 1
Natty:
Report link

Have a look at: https://www.w3schools.com/cssref/css3_pr_opacity.php

In CSS add the opacity property to the HTML element that you want to make transparent. Like so:

div {
    opacity: 0.5;
}
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: 2F4U

79288063

Date: 2024-12-17 13:37:13
Score: 3
Natty:
Report link

The Properties page was empty when I opened it from "View" but filled up when I right clicked a form (in design view) and then selected "properties".

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

79288062

Date: 2024-12-17 13:37:13
Score: 1
Natty:
Report link

Consider brew info --json https://docs.brew.sh/Manpage#info-abv-options-formulacask-

brew info --json openssl@3 | jq -r '.[0].ruby_source_path'
[
 {
    "ruby_source_path": "Formula/o/[email protected]",
    "ruby_source_checksum": {
      "sha256": "7a1131cdb5cb92b8b659c0de4c9b3a3031adf38737553e72eb51e43546ab9ef6"
    }
  }
]

Though this is wrong after the sharding. correct is Formula/[email protected] and Aliases/openssl

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

79288060

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

From my understanding, Crow's Foot is a cardinality style, it is always been used with the entity labels to show the relationship between entities. Chen's notation is another style of ERD. There are many different styles of ERD and there is no absolute definition of how an ERD must be. A lot of ERD use crow's foot, 1:N and some other styles.

Chen's notation does NOT include crow's foot symbols on it, however you can see some people combine them together. A crow's foot ERD from this blog, Gustavo du Mortier

Just go Google and see how many different styles of Chen's, Crow's, Hybrid or whatever they are. As long as you are concerned, and you can present your idea, then you can have your own set of diagrams.

Reasons:
  • Blacklisted phrase (1): this blog
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: alienic

79288054

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

As you mentioned you are running multiple instances and this error occur when the file is still opened in one of them.

A workaround in case you know which file has the error is to open it again:

Workbooks.Open(filePath)

Good luck!

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

79288051

Date: 2024-12-17 13:35:12
Score: 5.5
Natty:
Report link

try this video

https://www.youtube.com/watch?v=WNzb_SHifDQ

it solved my issue

Reasons:
  • Blacklisted phrase (1): youtube.com
  • Blacklisted phrase (2): try this video
  • Blacklisted phrase (1): this video
  • Probably link only (1):
  • Low length (2):
  • No code block (0.5):
  • High reputation (-2):
Posted by: Poonam Bhatt

79288042

Date: 2024-12-17 13:33:11
Score: 1.5
Natty:
Report link

Desactivate AVG and use git update-git-for-windows in your Windows Terminal Choose Yes - it open GUI and update Git with it and close it when it's finished

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

79288040

Date: 2024-12-17 13:33:11
Score: 3
Natty:
Report link

The best solution for me was to find the problematic versions in the schema_migrations table in the database and delete them. Then run the rollback command again.

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Marcos Eduardo Santos Henke

79288038

Date: 2024-12-17 13:32:10
Score: 5
Natty: 5.5
Report link

Does anyone know if this is now possible? I am able to set the name when I use a scheduled run but not on a Rule with a Target as step function.

Reasons:
  • RegEx Blacklisted phrase (2): Does anyone know
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Keegan Lester

79288037

Date: 2024-12-17 13:32:10
Score: 1
Natty:
Report link

For high-speed scenarios where you only need to check if the id exists and don’t need the full object, storing just the id in a separate cache is usually better. It makes checking faster.

If memory is not a big concern and you want to keep things simple, you can stick with storing everything in the same cache, but it will be slower.

So, in most cases with a high-throughput flow, create a separate cache for just the id. This will make the system faster because you only need to read the small id data instead of the whole object.

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

79288035

Date: 2024-12-17 13:31:10
Score: 1.5
Natty:
Report link

This seems like you want to write an annotation processor. This gives you some help writing such an annotation processor: https://www.baeldung.com/java-annotation-processing-builder

And from Gradle you can set it up like this: https://docs.gradle.org/current/userguide/java_plugin.html#ex-declaring-annotation-processors

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

79288034

Date: 2024-12-17 13:31:10
Score: 1.5
Natty:
Report link

I struggled with this issue many hours today, but I was able to make it work in the end.

Bottom line: Remove the semicolon at the end of your SQL command.

It seems that OracleCommand expects more commands to come if you keep it there.

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

79288019

Date: 2024-12-17 13:26:09
Score: 1
Natty:
Report link

I have created PDF reports, including some with calculations fully automated before. I used Python to create the tex file and then call the texcompiler from within the Python script to compile the tex file to a pdf.Ā  I, in my case, skipped the Excel step completely, since there was no reason for a user to intervene. Since tex files are written in plain text, this is not too difficult.

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

79288012

Date: 2024-12-17 13:22:07
Score: 2.5
Natty:
Report link
  1. go to settings and set cursor type to line
  2. disable all extensions
  3. close vs code and restart
  4. enable all extensions if cursor reverts back to a line
Reasons:
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Ujjwal Gupta

79288010

Date: 2024-12-17 13:19:06
Score: 1
Natty:
Report link
  1. For First Question , Not realy! with sx props , you can work with The theme , it's look like MUI System with sx props ,change the theme for that specific component 2- For second Question , MUI Using Utility Classes behind the scenes , you can track them with dev tools , MUI manage almost every thing with Utility Classes , But you must consider that , MUI using React and The React it self is not that SEO friendly!

  2. For Better SEO Compatibility , I recommend to use some framework like Tailwind because this framework it can be only dev-dependency , and the final result is only CSS , of course for more animation you need some other frameworks like motion , but however in animation MUI is not that good

  3. But if for something like first initializing the page , use SSR , SEO of your website will be fine

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

79288007

Date: 2024-12-17 13:17:05
Score: 6 🚩
Natty: 4.5
Report link

Tax of last month ? or upfront tax

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

79288006

Date: 2024-12-17 13:17:05
Score: 3
Natty:
Report link

Used node-global-key-listener to listen to keyup events instead of hijacking globalShortcut.

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

79288003

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

First query runs over all records in table so try WHERE closure which will be faster :)

UPDATE tbl_name SET field_name = CASE WHEN condition_1 THEN 'Blah' WHEN condition_2 THEN 'Foo' WHEN condition_x THEN 123 ELSE 'bar' END AS value WHERE fieldname IN (condition_1, condition_2, condition_x)

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

79287990

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

Now i'm able to debug locally and remotly a python file (including arguments). Now i would like to add an additional difficulty by loading specific variables environements: "module load", "export path & ld_library", "source env" for instance.

Except if i'm wrong, i guess i need to define a local .env file in which all previous variables are declared: is it correct? i've also added an additional argument in the launch.json file using:

"envFile": "${workspaceFolder}/.env"

Is it the right way? (nontheless it does not work for me, so i'm looking where i've made a mistake or if i've mussed something)

Any feedback is highly appreciated

Paul

Reasons:
  • Blacklisted phrase (1): appreciated
  • Blacklisted phrase (1): it does not work for me
  • Blacklisted phrase (0.5): i need
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: paul18fr

79287988

Date: 2024-12-17 13:11:03
Score: 0.5
Natty:
Report link

As suggested, another upgrade approach might be this:

So you'll have to go into the container itself and update it manually - like if it was an actual computer running Alpine Linux and you needed to upgrade it. You can look around for instructions on how to do that.

It's not tested yet. I will give it a try later.

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

79287987

Date: 2024-12-17 13:11:03
Score: 3.5
Natty:
Report link

Try dbForge Studio for MySQL, its Express Edition is free. It fully covers all basic database tasks.

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

79287984

Date: 2024-12-17 13:09:02
Score: 2
Natty:
Report link

I have had the same issue across my server. And it did cause all wp-admin to run very slowly. I blocked all those IPs directly from the server and not all my wp-admin accounts are running smoothly. I advice to block those IP as they seems to actually use server resources.

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

79287980

Date: 2024-12-17 13:07:01
Score: 1.5
Natty:
Report link

I figured it out; you can't use material elements like this, you have to use a *ngFor

Reasons:
  • Whitelisted phrase (-2): I figured it out
  • Low length (1.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: wolfman928

79287973

Date: 2024-12-17 13:05:01
Score: 3
Natty:
Report link

You need to use the optional field with the options tag. Read the docs at https://express-validator.github.io/docs/api/validation-chain#optional

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

79287968

Date: 2024-12-17 13:04:01
Score: 1
Natty:
Report link
Q-find node js sequelize first name or last name [Op.substring]
where: {
    [Op.or]: [
      { firstName: { [Op.substring]: 'yourSubstring' } },
      { lastName: { [Op.substring]: 'yourSubstring' } }
    ]
  }
#db table field name : firstName,lastName
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Dilip kumar romi

79287967

Date: 2024-12-17 13:04:00
Score: 6 🚩
Natty: 5
Report link

/api still return 301 right? How did you handle this? Lets say if i want to redirect /api to /api/ with 302 status code, is it possible?

Reasons:
  • RegEx Blacklisted phrase (1): i want
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Hemanth Karniyana

79287966

Date: 2024-12-17 13:03:59
Score: 2.5
Natty:
Report link

New idea: Override Java min/max version at the launcher level, in the hopes that launcher variables allow acces to environment variable in the same way that compiler variable do:

screenshot

Reasons:
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • High reputation (-1):
Posted by: Reto Hƶhener

79287961

Date: 2024-12-17 13:01:57
Score: 7 🚩
Natty: 4
Report link

I am also facing same issue where the zip size should be as expected but while unzipping only last chunk data is visible. I have written the backend through java. Reference: https://www.baeldung.com/aws-s3-multipart-upload

Please post the solution if found.

Reasons:
  • RegEx Blacklisted phrase (2.5): Please post the solution
  • Low length (0.5):
  • No code block (0.5):
  • Me too answer (2.5): I am also facing same issue
  • Low reputation (1):
Posted by: Crazy Rizz

79287958

Date: 2024-12-17 13:00:57
Score: 1
Natty:
Report link

this worked for me : android:includeFontPadding="false"

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 (1):
Posted by: amin vojoodi

79287957

Date: 2024-12-17 13:00:57
Score: 2.5
Natty:
Report link

I hope this might help you - try this - It uses an Or of 4 digits or 5 digits or 6 digits (\d{4}|\d{5}|\d{6})

Thanks

Will

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Whitelisted phrase (-1): try this
  • Low length (1):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: William Burey

79287944

Date: 2024-12-17 12:55:55
Score: 6.5 🚩
Natty: 4.5
Report link

nowdays it's called "Email Approvals" https://docs.oracle.com/en/cloud/saas/netsuite/ns-online-help/bridgehead_160327734183.html#procedure_0601014024

I have everything set up, but the email approval responses are not updating the Purchase Order status in NetSuite. Any suggestions? Thanks!"

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • RegEx Blacklisted phrase (2): Any suggestions?
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Carlos H. Agudelo A.

79287943

Date: 2024-12-17 12:54:55
Score: 0.5
Natty:
Report link

i resolved a issue by updating Microsoft.Bcl.AsyncInterfaces from 1.1.0 to 7.0.0

Reasons:
  • Whitelisted phrase (-2): i resolved
  • Low length (1.5):
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Mukesh Piprotar

79287942

Date: 2024-12-17 12:54:55
Score: 0.5
Natty:
Report link

I'm simply using Django's SimpleUploadedFile to test

from django.core.files.uploadedfile import SimpleUploadedFile

file = SimpleUploadedFile("invoice.pdf", bytes.fromhex("25504446") + b"test1234")

self.client.post(url, data={"invoice_file": file})

The Hex determines, that the created file is a PDF (as stated here https://stackoverflow.com/a/6187004/14698152)

My API directly uses the UploadedFile so i don't know if it works with the Schema you provided

from ninja import UploadedFile

def my_endpoint(self, invoice_file: UploadedFile = File(None)):
    ...dosomething()...
Reasons:
  • Blacklisted phrase (1): stackoverflow
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: FabianClemenz

79287927

Date: 2024-12-17 12:51:54
Score: 1
Natty:
Report link

<html>

<body>
  <script type="text/javascript" charset="utf-8">
    let a;
    let time;
    setInterval(() => {
      a = new Date();
      time = a.toLocaleTimeString();
      document.getElementById('time').innerHTML = time;
    }, 1000);
  </script>
  <span id="time"></span>
</body>

</html>

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

79287925

Date: 2024-12-17 12:50:54
Score: 1.5
Natty:
Report link

its not an expected behavior of the nuxt router. there might a problem with configurations in middleware or plugins. something like an infinite loop causing tab to freeze.


also nuxt router might freeze if you trigger a navigation to the same route with the same query parameters or path.

to better guide you, it’s better to see your code.

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

79287924

Date: 2024-12-17 12:50:54
Score: 3
Natty:
Report link

I found a solution around this. It struggled getting the api_key and api_secret as a enivronmental variable. All you have to do is to put it as variables in your class attributes.

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

79287918

Date: 2024-12-17 12:49:54
Score: 1.5
Natty:
Report link

If you have tried GPT for the same task and you are still facing same issue. Then no other Pre-trained model is going to work. Because GPT right now now is far superior then other Pre-trained model.

And most of the Bert based NER model are not fine tuned for Indian based dataset. And that is the reason you see incorrect result.

And the 2nd reason is insufficient context. The example that you provided has not sufficient context. Not even human can tell what does your example is about. And if you try to make your example meaningful then passing modified example to already used model will give better result. And having correct context is prerequisite because most of these deep learning model do prediction based on context word.


I am adding one code which might work for you because it was fine tune on Indian dataset.

Code:

import torch
from transformers import AutoTokenizer, AutoModelForTokenClassification, pipeline

# Checking if GPU is available
device = 0 if torch.cuda.is_available() else -1  # GPU: 0, CPU: -1

# Load pre-trained tokenizer and model
tokenizer = AutoTokenizer.from_pretrained("Venkatesh4342/NER-Indian-xlm-roberta")
model = AutoModelForTokenClassification.from_pretrained("Venkatesh4342/NER-Indian-xlm-roberta")

# Initiating NER Model
ner_pipeline = pipeline("ner", model=model, tokenizer=tokenizer, device=device)

# Example data
input_text = "UPI DR 400874707203 BENGALORE 08 JAN 2024 14:38:56 MEDICAL LTD HDFC 50200"

# Calling NER Model
results = ner_pipeline(input_text)

# Display the output
for entity in results:
    print(f"Entity: {entity['word']}, Label: {entity['entity']}, Confidence: {entity['score']:.2f}")

Final Output:

Entity: ▁U, Label: organization, Confidence: 0.99
Entity: PI, Label: organization, Confidence: 0.99
Entity: ▁DR, Label: organization, Confidence: 0.99
Entity: ▁BEN, Label: location, Confidence: 0.76
Entity: GAL, Label: location, Confidence: 0.83
Entity: ORE, Label: location, Confidence: 0.79
Entity: ▁MEDI, Label: organization, Confidence: 1.00
Entity: CAL, Label: organization, Confidence: 0.99
Entity: ▁LTD, Label: organization, Confidence: 1.00
Entity: ▁HD, Label: organization, Confidence: 0.99
Entity: FC, Label: organization, Confidence: 0.98

The final output is little better and after post processing logic you can combine the broken word together as well.

Final note: I would suggest to go for fine tuning a NER based model on your data. And try to have meaningful context

Reasons:
  • Long answer (-1):
  • Has code block (-0.5):
  • Me too answer (2.5): facing same issue
  • Low reputation (0.5):
Posted by: XGB

79287911

Date: 2024-12-17 12:45:52
Score: 7 🚩
Natty: 5
Report link

Hello i have the same problem, but i can not fix it. I have tried the solution it has not fix the problem and i have tried different things and from the different things i have the error code 42 javac not found

Reasons:
  • Blacklisted phrase (1): i have the same problem
  • RegEx Blacklisted phrase (1): i have the error
  • Low length (0.5):
  • No code block (0.5):
  • Me too answer (2.5): i have the same problem
  • Single line (0.5):
  • Low reputation (1):
Posted by: Lukas Feise

79287910

Date: 2024-12-17 12:45:51
Score: 3
Natty:
Report link

the Same Issue I am also getting while running a yarn install through AWS codeBuild but with different package issues.

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

79287906

Date: 2024-12-17 12:44:51
Score: 1
Natty:
Report link

New idea: (Ab)use Java min/max version to force JRE search sequence by calling the launcher with env.JRE_VERSION set to something very specific, which is provided by env.JAVA_HOME (or env.CUSTOM_VARIABLE). To be tested...

screenshot

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • High reputation (-1):
Posted by: Reto Hƶhener

79287905

Date: 2024-12-17 12:44:51
Score: 1
Natty:
Report link

Yes, you can achieve this in TypeScript by using generic components and extracting the shared logic. While TypeScript doesn't directly support generic components, you can simulate them using interfaces, inputs, and dependency injection. Here’s how you can create a reusable app-select-item component:

  1. Define a Generic Interface to outline the structure of your models and the API function.
  2. Create the Generic Component SelectItemComponent to handle common functionality.
  3. Use the Generic Component SelectItemComponent for both Customer and Contract models.
Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Vaibhav Gupta

79287903

Date: 2024-12-17 12:44:51
Score: 2
Natty:
Report link

I was able to fix it by removing the empty columns on the headers. You would not see it in Excel, so you have to use vscode.

remove the excess commas after the last column header and all is well.

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

79287902

Date: 2024-12-17 12:43:50
Score: 3
Natty:
Report link

switch your wifi once. i changed my wifi and it started working

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

79287884

Date: 2024-12-17 12:37:49
Score: 0.5
Natty:
Report link

I got the same problem in Android Webview, I can't explain what is the source of the bug, but it appear if I manually set the fontSize of the hiddenTextarea it's finally work.

fabricTextbox.on('editing:entered', () => {
    fabricTextbox.hiddenTextarea.style.fontSize = '100px';
});

By default the fontSize is 1px, in my case it start working when I set it at about 50px.

This is really weird particularly because it works when there are characters. Also I notice the input event is not triggered when the textarea is empty with fontSize 1px.

Reasons:
  • Blacklisted phrase (1): I got the same problem
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: La Gregance

79287883

Date: 2024-12-17 12:37:49
Score: 1
Natty:
Report link

No, that is not how HashMaps works.

Why O(1) Space Complexity?

Remember: Space complexity is extra-space(thus don't include input space) your algorithm needs depending on the input size.

HashMap<Character, Integer> here has fixed size containing only 26 keys representing each Character(1 byte), and 26 values corresponding to each key (which can be a 4 byte integer thus can store values upto 2 Billion).

Irrespective of your input string size, you only need this constant space of HashMap to keep count of characters. Suppose if your string becomes significantly large say in trillions, then you can just change the value type of HashMap to Long(16 Byte) to hold even much bigger values for each character, again still your extra space is independent of input size and constant, thus has Space Complexity of O(1).

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

79287880

Date: 2024-12-17 12:37:48
Score: 4.5
Natty:
Report link

even happened me for last two days

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

79287879

Date: 2024-12-17 12:36:48
Score: 1
Natty:
Report link

If its critical data that are static, frequently queried, and require high performance, better to use local storage.

Otherwise you can use connections.

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

79287874

Date: 2024-12-17 12:34:48
Score: 2.5
Natty:
Report link

Same issue for different repo

An unexpected error occurred: "https://registry.yarnpkg.com/emojis-list/-/emojis-list-3.0.0.tgz: Request failed \"304 Not Modified\"
Reasons:
  • RegEx Blacklisted phrase (1): Same issue
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Akanksha Awasthi

79287869

Date: 2024-12-17 12:33:47
Score: 7 🚩
Natty:
Report link

I am also getting the error but for a different module. Can somebody help ?

Error: https://registry.yarnpkg.com/domelementtype/-/domelementtype-1.3.1.tgz: Request failed "304 Not Modified"
Reasons:
  • RegEx Blacklisted phrase (3): Can somebody help
  • RegEx Blacklisted phrase (1): I am also getting the error
  • Low length (0.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: vaibhav kotadiya

79287868

Date: 2024-12-17 12:33:46
Score: 5
Natty:
Report link

I am facing the same issue inside Docker. I tried setting RUN yarn config set registry https://registry.npmmirror.com/ --global but it did not work for me.

Reasons:
  • Blacklisted phrase (1): did not work
  • Low length (1):
  • Has code block (-0.5):
  • Me too answer (2.5): I am facing the same issue
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Gaurav Bagul

79287867

Date: 2024-12-17 12:32:46
Score: 3.5
Natty:
Report link

happening same for myself, looks like its happening globally

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

79287863

Date: 2024-12-17 12:32:46
Score: 1
Natty:
Report link

in mingw use the right path to boost libs:

$ ./configure --prefix=/mingw64 --disable-tests --disable-bench --disable-wallet --with-boost=/mingw64/include/boost_1_87_0 --with-boost-libdir=/mingw64/include/boost_1_87_0/stage/lib

;) yw

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

79287861

Date: 2024-12-17 12:31:46
Score: 3.5
Natty:
Report link

Seems you are deploying a simple form of a monorepo. We have a guide here that shows how to deploy this on Railway https://docs.railway.com/guides/monorepo#deploying-an-isolated-monorepo

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

79287856

Date: 2024-12-17 12:29:45
Score: 2
Natty:
Report link

First of all, if you use Elasticsearch in single mode, comment cluster.name: my-application.

Second you are using xpack.security.enabled: true So you should set xpack.security.http.ssl: enabled: false to true.

Use this link to create SSL Certs:

Configuring SSL/TLS to secure Elasticsearch.

You need to have enrollment tokens. Use this link to create enrollment:

Start Elasticsearch and generate an enrollment

You set server.port: 5601 but you call kibana http://10.xx.xx.xx/app/home without a port? If you use nginx as reverse proxy, first try to access Kibana without reverse proxy.

Reasons:
  • Blacklisted phrase (1): this link
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Majid Mortazavi

79287850

Date: 2024-12-17 12:28:44
Score: 6 🚩
Natty:
Report link

Facing same issue this works for me plz check this https://github.com/mafintosh/fs-constants/issues/2#issuecomment-2548144646

Reasons:
  • Whitelisted phrase (-1): works for me
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): Facing same issue
  • Single line (0.5):
  • Low reputation (1):
Posted by: Nabeel Ahmad

79287833

Date: 2024-12-17 12:25:43
Score: 3.5
Natty:
Report link

I found the Problem and solved it:

I had defined an empty method __dict__(self) this was called instead of default __dict__ function from DeklarativeBase Class.

It is possible to override that methods but it will break into that Error of the Question with empty functions.

Thank you @jabajke for your good hint. And all other for your interest in my topic!

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • No code block (0.5):
  • User mentioned (1): @jabajke
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: ubuntujule

79287830

Date: 2024-12-17 12:23:43
Score: 2
Natty:
Report link

As part of the onboarding process, for the app we are working on, we were attempting to register two users at the same time. This was the root cause of the issues we were experiencing. When we changed the process to process one user at a time it resolved the issue. I hope it helps someone else.

Reasons:
  • Whitelisted phrase (-1): hope it helps
  • Low length (0.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Dan Ferguson

79287825

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

I know it's an old question, but just a warning that maybe the tilde (~) expansion may not work correctly, and use $HOME may be the best option

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

79287816

Date: 2024-12-17 12:20:41
Score: 4
Natty: 4.5
Report link

Kind of solution here. But looks like it is temporary. https://store.shopware.com/en/netzk25481711950f/jquery-support-for-shopware-6.5-6.6.html

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

79287815

Date: 2024-12-17 12:20:41
Score: 3
Natty:
Report link

If anyone getting same issue in version 12. Then this will works for version 12.

I have an alternative solution for this issue.

I created userFunc using COA lib object. And attach f:cObject viewhelper where I need search form of index search in Fluid Template.

<f:cObject typoscriptObjectPath="lib.searchbox"/>

Here is code for userFunc in typoscript.

lib.searchbox = COA
lib.searchbox {
    1000 = USER
    1000 {
        userFunc = TYPO3\CMS\Extbase\Core\Bootstrap->run
        vendorName = TYPO3\CMS
        extensionName = IndexedSearch
        pluginName = Pi2
        controller = Search
        action = search
    }
}

By following configuration Pagination is working fine.

Reasons:
  • Blacklisted phrase (0.5): I need
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Me too answer (2.5): getting same issue
  • Low reputation (1):
Posted by: Chetan Shah

79287806

Date: 2024-12-17 12:17:40
Score: 1
Natty:
Report link

I had similar problem with VBA editor displaying in German. The solution that worked for me was to download US English language pack and set it above German in Office display language hierarchy (Options -> Languages). Apparently, the VBA editor cannot be displayed using UK English language pack, so you need do get the US one.

Reasons:
  • Whitelisted phrase (-1): worked for me
  • No code block (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Tomasz

79287798

Date: 2024-12-17 12:14:40
Score: 0.5
Natty:
Report link

Sadly, no (unless there is something new I'm not aware of).

All you have is SHOW PARAMETERS LIKE 'network_policy' IN USER "the_user" for every user, which is a pain if you're trying to build a nice governance solution.

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

79287792

Date: 2024-12-17 12:13:39
Score: 0.5
Natty:
Report link

This should fix the error, for me it worked

npm config set registry https://registry.npmmirror.com/ --global

Reasons:
  • Whitelisted phrase (-1): it worked
  • Low length (1):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Meet Patel

79287784

Date: 2024-12-17 12:10:38
Score: 2
Natty:
Report link

I just had to use:

eventModel.items.0.name

Instead of:

eventModel.items[0].name
Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Levon Grigoryan