79294639

Date: 2024-12-19 14:36:54
Score: 1.5
Natty:
Report link

n)end;end end else if l>5 then if 6>=l then do return t[n]end;else if 5~=l then repeat if 7<l then do return n(l,nil,n);end break;end;do return setmetatable({},{['__\99\97\108\108']=function(e,t,l,d,n)if n then return e[n]elseif d then return e else e[t]=l end end})end until true;else do return n(l,nil,n);end end end else if l==5 then local l=d;do return function()local e=e(n,l(l,l),l(l,l));l(1);return e;end;end;else local l=d;local d,o,t=t(2);do return function()local n,e,r,a=e(n,l(l,l),l(l,l)+3);l(4);return(ad)+(ro)+(e*t)+n;end;end;end end end end),...)

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Lộc Võ Đào Xuân

79294632

Date: 2024-12-19 14:34:53
Score: 1
Natty:
Report link

To speed up frame extraction, consider using FFmpeg (via imageio or ffmpeg-python) as an alternative to cv2.VideoCapture, as it's more optimized. You can also try threading to capture frames in parallel, reduce the video resolution, or enable hardware acceleration (e.g., cv2.cuda). These methods can help cut down the time spent on frame extraction.

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

79294624

Date: 2024-12-19 14:32:53
Score: 1.5
Natty:
Report link

implementation 'com.github.barteksc:AndroidPdfViewer:2.0.2'

try this, looks like library is renamed.

Reasons:
  • Whitelisted phrase (-1): try this
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Sanjeet Kushwaha

79294621

Date: 2024-12-19 14:30:52
Score: 2
Natty:
Report link

To answer my question, it's not possible to achieve the feature described above. WhatsApp doesn't allow third-party applications to send messages on behalf of users using their personal phone numbers. This restriction applies universally, including to other applications like ClickSend. Messages can only be sent from owned numbers and not from an individual user's number.

Reasons:
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Gabriel Guérin

79294609

Date: 2024-12-19 14:27:52
Score: 1.5
Natty:
Report link

It works correctly with SetValueEx()

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

79294604

Date: 2024-12-19 14:25:51
Score: 2.5
Natty:
Report link

See https://learn.microsoft.com/en-au/azure/search/search-get-started-portal-import-vectors?tabs=sample-data-storage%2Cmodel-catalog%2Cconnect-data-storage#supported-embedding-models for the list of allowed embedding models.

Import and vectorize data in Azure only supports text-embedding-3-small if you create that model in Azure Open AI.

If you are creating the embedding model in Azure Foundry (studio) you need to use Cohere-embed-v3-english or Cohere-embed-v3-multilingual

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

79294599

Date: 2024-12-19 14:24:51
Score: 3
Natty:
Report link

Posting my solution in case it helps anyone else. I needed to add the bearer token as a authentication scheme like this:

builder.Services.AddAuthentication()
    .AddBearerToken(IdentityConstants.BearerScheme);

builder.Services.AddIdentity<ApplicationUser, IdentityRole>()
    .AddEntityFrameworkStores<ApplicationDbContext>()
    .AddApiEndpoints()
    .AddDefaultUI()
    .AddDefaultTokenProviders();

I then needed to allow anonymous access to those API endpoints:

app.RegisterApiEndpoints();
app.MapIdentityApi<ApplicationUser>().AllowAnonymous();

Finally I needed to add a custom policy that accepted the bearer token and the cookie to the endpoints that were going to be accessed with the bearer token. The answer here really helped with that: Why am I redirected to Account/Login page when using WebApi and AspIdentityCore beside JwtBearer in dotnet 7?

Reasons:
  • Blacklisted phrase (0.5): I need
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Growable

79294597

Date: 2024-12-19 14:23:50
Score: 0.5
Natty:
Report link

If you need decreasing sum, just reverse the condition T2.[ID] <= T1.[ID] as T2.[ID] >= T1.[ID] So it sums all items after and including the current.
For example the first line with T1.ID=1 sums whole table by condition T2.ID >= 1 that is true for all rows.

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

79294584

Date: 2024-12-19 14:19:50
Score: 3
Natty:
Report link

Nearly one year later and the feature is not yet implemented

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

79294582

Date: 2024-12-19 14:19:50
Score: 2.5
Natty:
Report link

Update the column to NULL to reduce its size, then vacuum the table to reclaim space, Copy the data to a new table without the column, then replace the old table - if your using version 13 or later-- you can try ALTER TABLE a DROP COLUMN b;try Use pg_repack (optional)

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

79294578

Date: 2024-12-19 14:17:49
Score: 4.5
Natty: 5
Report link

https://tunnel.imo.im/s/object/.G5nBZOJAjqbbqOhATYEBpZDXpTR/voice.aac"], ["", "2024-07-31 14:36:58", "me", "uploaded audio:

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

79294577

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

In response of @MiguelMunoz, here is a working implementation using LoggerContext.

Tested on JDK 17 with :

package logger;

import ch.qos.logback.classic.Level;
import ch.qos.logback.classic.LoggerContext;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;

public class LoggerTest {
  static final Logger LOGGER = LoggerFactory.getLogger(LoggerTest.class);

  public static void main(String[] args) {
    LOGGER.info("Should appear");
    LOGGER.debug("Should appear");

    LoggerContext ctx = (LoggerContext) LoggerFactory.getILoggerFactory();
    // Use the package name whose level you want to change
    ch.qos.logback.classic.Logger logger = ctx.getLogger("logger.LoggerTest");

    logger.setLevel(Level.INFO);
    LOGGER.debug("Should not appear");
    logger.setLevel(Level.DEBUG);
    LOGGER.debug("Should reappear");
  }
}
Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • User mentioned (1): @MiguelMunoz
  • Low reputation (0.5):
Posted by: Pommepomme

79294569

Date: 2024-12-19 14:14:48
Score: 1
Natty:
Report link

After a lot of discussions and serious chats with my hosting provider, I was unable to get a proper resolution from them, they keep saying it is out of their scope, and, it's the responsibility of my web designer to sort out this error. So I took it upon myself and got a temporary fix from Chat-GPT 4o. I'm posting the rule below for open critique. The following rule satisfies all my current need viz. Non-existent URLs ending with .php is giving 404 with custom Error page, manual 301 Redirects are working as intended, & there is no "file not found" error.

# 301 Redirects
Redirect 301 /old-page.php /new-page.php
 
### This is CHATGPT Magic
# Custom 404 for .php files
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} \.php$ [NC]
RewriteRule ^.*$ /404.php [L,R=404]
 
# General 404 for non-.php URLs
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^.*$ /404.php [L,R=404]

Now only thing I really want is the explanation of why I was having file not found page rather than URL not found/custom 404 page. I think it is something related to PHP routing, but, as a non-expert, I'm not sure the exact cause.

Cheers!

Reasons:
  • Blacklisted phrase (1): Cheers
  • Long answer (-1):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Reymond135

79294566

Date: 2024-12-19 14:13:47
Score: 1
Natty:
Report link

Just replace your highlighted line of code with the following code:

x = int(input(f"Score for game {i + 1}: "))

This would dynamically display the game number in the prompt rather than hardcoding it to "game 1".

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

79294560

Date: 2024-12-19 14:10:47
Score: 1
Natty:
Report link

I get an error telling me there are no data to split:

It's better to show the actual result, e.g., the error is IndexError Exception like:

>>> empty_str = ""
>>> country_abbreviation = empty_str.strip().split()[0]
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
IndexError: list index out of range

If this is the case, then we can say that the text got from columns[2].text.strip() is empty.

This may be the case you're reading from one column of a table and one row contains empty string.

To avoid this Exception, you should handle this empty-string case:

def get_first_word(column_data):
    if not isinstance(column_data, str):
        raise ValueError("column_data should be str")
    if not column_data.strip():
        return ""  # data is empty, return empty also
    return column_data.split(" ")[0]

And pass columns[2].text as argument to get_first_word to get the first word (if any).

>>> first_word_only = get_first_word(columns[2].text)
Reasons:
  • RegEx Blacklisted phrase (1): I get an error
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: wu qi

79294557

Date: 2024-12-19 14:10:47
Score: 1.5
Natty:
Report link

Try flutter run --release or flutter run --profile. If that fails too, the chances are that your adb is damaged. Try to reinstall the adb.

Oh did you tried flutter clean too?

If all of it fails flutter run --no-devtools. It disables the VM service if i am sure...

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

79294548

Date: 2024-12-19 14:07:46
Score: 1
Natty:
Report link

I used spring initializer to create the project and I added the lombok dependency using it However adding provided to my pom.xml fixed the problem

<dependency>
    <groupId>org.projectlombok</groupId>
    <artifactId>lombok</artifactId>
    <optional>true</optional>
    <scope>provided</scope>
</dependency>
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Oumaima Ben Elhadj Ali

79294542

Date: 2024-12-19 14:06:45
Score: 5.5
Natty: 5.5
Report link

If i change a json value in en will it be reflected in es too?

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

79294535

Date: 2024-12-19 14:04:44
Score: 3
Natty:
Report link

The square symbol is u00b2. So, in Python it is written: print('R\u00b2 =',50)

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

79294514

Date: 2024-12-19 13:58:42
Score: 4
Natty: 4.5
Report link

Currently, client credentials grant type is not supported by custom connectors.

https://learn.microsoft.com/en-us/connectors/custom-connectors/connection-parameters

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

79294511

Date: 2024-12-19 13:57:42
Score: 2
Natty:
Report link

https://github.com/alexdredmon/cuteuid seems to be a project using leetspeak, which is kinda similar to real English "words", that fit into a GUID.

Found via Awesome GUIDs.

Edit: Okay, these are only UUIDs, no GUIDs!

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

79294510

Date: 2024-12-19 13:57:42
Score: 2
Natty:
Report link

Have you checked how the configuration path within the Ci is setup.

Also did you try creating a new ansible instance where you changed the tmp path to reflect and match the ansible playbook like the error message is prompting?

Reasons:
  • Whitelisted phrase (-2): did you try
  • Low length (0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Coast

79294491

Date: 2024-12-19 13:50:41
Score: 1.5
Natty:
Report link

Bulk SMS Hyderabad is the answer if you wish to interact with clients in Hyderabad in an efficient manner. Businesses may send transactional and promotional SMS to thousands of people at once with RAT SMS. Our program offers real-time tracking and guarantees dependable and prompt delivery. RAT SMS ensures effectiveness whether you're sending out messages or managing marketing campaigns. Offering choices for personalized communications will help you effectively engage your audience. With RAT SMS's affordable bulk SMS services, you might contact more people in Hyderabad. Right now, use RAT SMS to make communication easier.

https://www.ratsms.com/bulk-sms-service-provider-in-hyderabad

#BulkSMS #BulkSMSServices #SMSMarketing #TextMessaging #PromotionalMessages #TransactionalSMS

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

79294490

Date: 2024-12-19 13:49:40
Score: 1
Natty:
Report link

Check your internet connection or firewall if they block that connection

model = lp.AutoLayoutModel('lp://EfficientDete/PubLayNet')

this will download models weights. That's why you got this error

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

79294483

Date: 2024-12-19 13:47:40
Score: 3
Natty:
Report link

If you get this error when connecting with dbeaver, set your time zone from Window-preferences (by default this field is empty):

enter image description here

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

79294472

Date: 2024-12-19 13:42:39
Score: 2
Natty:
Report link

In my case, This line was missing in MainAcitivty.java

GeneratedPluginRegistrant.registerWith(flutterEngine);

with it's import

import io.flutter.plugins.GeneratedPluginRegistrant;

enter image description here

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

79294469

Date: 2024-12-19 13:41:39
Score: 2
Natty:
Report link

I deleted app/build/intermediates and it worked

Reasons:
  • Whitelisted phrase (-1): it worked
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: soggypants

79294465

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

The template from next already includes a .git folder. The flag "--no-git" in "npx create-next-app@latest appName --no-git" (Where appName is optional) Worked in earlier versions, but it seems like a bug with the flag in current version. As other people have mentioned, the only workaround until the bug is fixes is to just remove the .git folder. Everything should work fine after that.

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

79294459

Date: 2024-12-19 13:39:37
Score: 10 🚩
Natty: 5.5
Report link

@rayad are you able to resolve this problem? I am facing same issue

Reasons:
  • RegEx Blacklisted phrase (1.5): resolve this problem?
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): I am facing same issue
  • Contains question mark (0.5):
  • User mentioned (1): @rayad
  • Single line (0.5):
  • Looks like a comment (1):
  • Low reputation (1):
Posted by: sarah shaikh

79294456

Date: 2024-12-19 13:38:36
Score: 2.5
Natty:
Report link

For mine, after the updating Android Studio to ladybug 2024.2.1 patch 3, the sdk proccessing warning was gone successfully. (the update was recommended by Android Studio itself)

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

79294455

Date: 2024-12-19 13:37:36
Score: 1.5
Natty:
Report link

@startuml class Manager { -Name: String -Id: int -PhoneNo: int -Location: String +PurchaseInventory(): void +RecordComplaints(): void +ManageStaff(): void }

class Chef { -Name: String -Id: int -Location: String +TakeOrders(): void }

class FoodItems { -Id: int -Name: String }

class Inventory { -Type: String -Status: String }

class Guest { -Name: String -Id: int -PhoneNo: int -Address: String -RoomNo: int +Check_In(): void +Check_Out(): void +PayBill(): void +OrderFood(): void +SubmitFeedback(): void }

class Receptionist { -Name: String -Id: int -PhoneNo: int -Location: String +CheckRoomAvailability(): void +BookRoom(): void +GenerateBill(): void +AcceptCustomerFeedback(): void }

class Rooms { -RoomNo: int -Location: String }

class Housekeeping { -Name: String -Id: int -Location: String +CleanRoom(): void }

class Bill { -BillNo: int -GuestName: String }

Manager "1" -- "" Inventory : manages Manager "1" -- "" Chef : manages Chef "1" -- "" FoodItems : prepares Guest "1" -- "1" Rooms : occupies Guest "1" -- "" Bill : receives Receptionist "1" -- "" Rooms : manages Receptionist "1" -- "" Guest : serves Receptionist "1" -- "" Bill : generates Housekeeping "1" -- "" Rooms : cleans

@enduml

Reasons:
  • Long answer (-1):
  • No code block (0.5):
  • User mentioned (1): @startuml
  • User mentioned (0): @enduml
  • Low reputation (1):
Posted by: Gabriel Concepcion

79294449

Date: 2024-12-19 13:36:36
Score: 3
Natty:
Report link

In the newer versions of IntelliJ Ultimate it is enough to place cursor inside your tag, press alt+enter -> Inject language or reference -> JavaScript.

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

79294438

Date: 2024-12-19 13:31:35
Score: 0.5
Natty:
Report link

I would just wrap in a flex div to ensure it always works as expected.

html {
  line-height: 1.5;
}

span {
  background-color: red;
}

.col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
<pre>
<div class="col">
  <span>line 1</span>
  <span>line 2</span>
</div>
</pre>

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

79294431

Date: 2024-12-19 13:28:34
Score: 0.5
Natty:
Report link
import tkinter as tk
from tkinter import simpledialog
root = tk.Tk()
root.withdraw()
root.wm_attributes('-alpha', 0.0)
root.geometry("340x100+50+500")
user_input = simpledialog.askfloat(title="输入框", prompt="请输入内容:", parent=root, initialvalue=34)
user_input = user_input * 60
root.destroy()

add root.wm_attributes('-alpha', 0.0) it's work

Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: 菜合馍馍

79294426

Date: 2024-12-19 13:27:32
Score: 8.5 🚩
Natty: 5.5
Report link

I have the same issue too, any help!

Reasons:
  • Blacklisted phrase (1): any help
  • Blacklisted phrase (1): I have the same issue
  • Low length (2):
  • No code block (0.5):
  • Me too answer (2.5): I have the same issue
  • Single line (0.5):
  • Low reputation (1):
Posted by: Nour Mustafa

79294417

Date: 2024-12-19 13:24:30
Score: 6.5 🚩
Natty: 4.5
Report link

Am trying to renew an expired CA on ejbca using CLI : ./ejbca.sh ca renewca

and it took a lot of time without response.

Is there any idea?

Reasons:
  • Blacklisted phrase (1): Is there any
  • Blacklisted phrase (1): any idea?
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: neo

79294415

Date: 2024-12-19 13:22:30
Score: 0.5
Natty:
Report link

Use https://jwt.io/ to generate bearer token. Use this: Algorithm: ES256 Header: { "alg": "ES256", "kid": "[your key id]", "typ": "JWT" } Payload: { "iss": "[your issuer id]", "iat": 1734613799, "exp": 1734614999, "aud": "appstoreconnect-v1" } Note that 'exp' should be less than 1200 seconds from 'iat'. Insert your private key as entire text from downloaded p8 file into 'verify signature' field. Copy generated bearer token from the 'encoded' field.

POST https://api.appstoreconnect.apple.com/v1/authorization use your bearer token. It works for me.

Reasons:
  • Whitelisted phrase (-1): works for me
  • No code block (0.5):
  • Low reputation (1):
Posted by: Ol camomile

79294414

Date: 2024-12-19 13:22:30
Score: 1
Natty:
Report link

I solved my problem.

I uninstalled all instances of WSL (wsl, ubuntu) and Rancher Desktop.

Then I followed the instructions for installing Docker Desktop exactly. Done.

Reasons:
  • Whitelisted phrase (-2): I solved
  • Low length (1):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Broken Dust

79294405

Date: 2024-12-19 13:17:28
Score: 2.5
Natty:
Report link

I may have found the solution : simply add a 2px transparent margin above and below the image and colors are not changed in dark mode.

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

79294401

Date: 2024-12-19 13:16:28
Score: 2
Natty:
Report link

Copying tcl and tk libraries in my python313 folder didn't work for me. I downloaded Matplotlib and I can run command

import matplotlib.pyplot as plt

without any problem, however using any other command, such as:

print(plt.plot([1,2,3],[2,4,6]))

doesn't work and I get a very long error.

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

79294387

Date: 2024-12-19 13:08:26
Score: 0.5
Natty:
Report link

I was facing the same problem and solved it using following steps

Checked my style.scss, there I found the following

* {

font-family: 'poppins'

}

I removed it and applied the same on body and it worked.

Thanks to the following post https://github.com/kolkov/angular-editor/issues/217#issuecomment-820259174

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Whitelisted phrase (-1): it worked
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: jackz_sparrow

79294386

Date: 2024-12-19 13:08:26
Score: 4.5
Natty:
Report link

¡Hola! Parece que el problema surge porque el modelo Pydantic para Task define solution como un objeto individual (Optional[Solution]), pero en tu definición de SQLAlchemy solution es una lista debido a la relación uno a muchos.

Puedes ajustar el esquema de Pydantic para reflejar esto, cambiando la definición a algo como:

solution: Optional[List[Solution]]


solution: List[Solution] | None


Esto debería resolver el error de validación al devolver la lista de soluciones en la respuesta. Si solo quieres devolver una solución específica, asegúrate de manejar esto directamente en tu consulta antes de serializarla.
Reasons:
  • Blacklisted phrase (1): porque
  • Blacklisted phrase (2.5): solucion
  • Blacklisted phrase (3): solución
  • Whitelisted phrase (-2): solution:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: José Manuel Tena

79294368

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

You just need to put the file in the same folder as the jmeter script. In addition to that, you must fill the fields at the "File Upload" tab: File path: the absolute path of the file Parameter name: the field name MIME Type: the file type

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

79294367

Date: 2024-12-19 13:00:23
Score: 1.5
Natty:
Report link

Installing the pre-built binary, resolved the issue for me:

Downloading from: https://nodejs.org/en/download/prebuilt-binaries

unxz node-v22.12.0-linux-x64.tar.xz
tar -xvf node-v22.12.0-linux-x64.tar --strip-components=1 -C /usr/

credits: https://askubuntu.com/questions/1524639/usr-bin-node-cant-run-due-to-an-exec-format-error

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

79294366

Date: 2024-12-19 12:59:22
Score: 4.5
Natty:
Report link

Quick question - Did MSFT removed that option (Minimum number of approvals required dropdown) ? I can still see it on old environments but not anymore for a new environment that I just created ?

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

79294363

Date: 2024-12-19 12:58:22
Score: 2.5
Natty:
Report link

Google created this place to serve as an echo chamber where legitimate issues can be voiced without anyone listening.

But I wish you the best of luck.

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Archefluxx Happy Hardcore

79294362

Date: 2024-12-19 12:58:22
Score: 0.5
Natty:
Report link

This is my current workaround - not an answer I like, because it doesn't use the actions directly:

import sys
import os
import gi

gi.require_version("Gtk", "3.0")
from gi.repository import GLib, Gio, Gtk

_curr_dir = os.path.split(__file__)[0]

# This would typically be its own file
MENU_XML = """
<?xml version="1.0" encoding="UTF-8"?>
<interface>
  <object class="GtkMenu" id="context_menu">
    <child>
      <object class="GtkMenuItem" id="option1">
        <property name="label">Option 1</property>
        <signal name="activate" handler="on_option1_activated"/>
      </object>
    </child>
    <child>
      <object class="GtkMenuItem" id="option2">
        <property name="label">Option 2</property>
        <signal name="activate" handler="on_option2_activated"/>
      </object>
    </child>
  </object>
</interface>
"""


class RightClickMenu(Gtk.Window):
    def __init__(self):
        super().__init__(title="Right-Click Context Menu")

        self.set_default_size(400, 300)
        self.connect("destroy", Gtk.main_quit)

        # Load the UI from the Glade file
        builder = Gtk.Builder()
        builder = Gtk.Builder.new_from_string(MENU_XML, -1)

        # Get the context menu defined in the XML
        self.context_menu = builder.get_object("context_menu")

        # Connect the signals for menu item activation
        builder.connect_signals(self)

        # Add a simple label
        self.label = Gtk.Label(label="Right-click to open context menu")
        self.add(self.label)

        # Connect the button press event (right-click)
        self.connect("button-press-event", self.on_right_click)

    def on_right_click(self, widget, event):
        # Check if it's the right-click (button 3)
        if event.button == 3:
            # Show the context menu
            # self.context_menu.popup(None, None, None, None, event.button, event.time)
            self.context_menu.show_all()
            self.context_menu.popup_at_pointer(event)

    def on_option1_activated(self, widget):
        print("Option 1 selected")

    def on_option2_activated(self, widget):
        print("Option 2 selected")

if __name__ == "__main__":
    win = RightClickMenu()
    win.show_all()
    Gtk.main()
Reasons:
  • Blacklisted phrase (1): not an answer
  • Long answer (-1):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: DobbyTheElf

79294361

Date: 2024-12-19 12:58:22
Score: 0.5
Natty:
Report link
powershell.exe -WindowStyle minimized

solved the problem for me. this doesn't specifically applies to any shell but in general my PowerShell windows was not being minimized or getting to normal. I did some digging and above command worked fine for me.

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

79294353

Date: 2024-12-19 12:55:21
Score: 1
Natty:
Report link

After hours of research, I found that it can be fixed by a few options:

Solution 1:

rm -rf vendor generated
composer install
php bin/magento setup:upgrade
php bin/magento setup:di:compile

Solution 2: Flush Redis Cache

redis-cli flushall
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: SIDDHANT JAIN

79294340

Date: 2024-12-19 12:50:20
Score: 3.5
Natty:
Report link

You can convert the set into an array and access each elements from it with index.

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

79294325

Date: 2024-12-19 12:45:18
Score: 3
Natty:
Report link

We actually make a product specifically designed for this. You could check out the Aardvark MDB Paylink Lite at http://aardvark.eu.com/products/lite/mdb.htm

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

79294319

Date: 2024-12-19 12:42:18
Score: 1.5
Natty:
Report link

Nothing worked for me, then i realised res.locals was made for this.

just do res.locals.user = yourUser and access it at res.locals.user. No config needed

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

79294317

Date: 2024-12-19 12:41:18
Score: 2
Natty:
Report link

You can check these requirements to create and manage catalogs:

enter image description here

To get started with Unity Catalog in Azure Databricks, the first Azure Databricks account admin must be an Azure Active Directory (Azure AD) Global Administrator.

When you log in as a Global Administrator into the Azure Databricks account console for the first time, they are automatically assigned the account admin role. After this initial setup, you no longer need the Azure AD Global Administrator role to manage Azure Databricks.

The first account admin can then assign additional account admins from the Azure AD tenant. These additional account admins don’t need any specific roles in Azure AD to perform their duties or to assign other account admins.

Here is the link to Login to ADB with Microsoft Entra ID.

Log in to the Azure Databricks account console using a Global Administrator account. Once logged in, you can ADD Users & groups.

Know more about Azure Databricks - Get started using Unity Catalog MS Q&A thread - How to access Azure Databricks account admin?

Reasons:
  • Blacklisted phrase (1): Here is the link
  • Long answer (-0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • High reputation (-1):
Posted by: Dileep Raj Narayan Thumula

79294314

Date: 2024-12-19 12:40:17
Score: 1.5
Natty:
Report link

developing a chrome extension just a beginner trying to console log a helloWorld string to a website but it's not working but my popup.html works here is my manifest.json:

{ "manifest_version": 3, "name": "My Chrome Extension", "version": "0.1.0", "description": "My first Chrome extension.", "action":{ "default_popup":"popup.html" }, "content_scripts": [ { "matches": ["<all_urls>"], "js": ["content.js"] } ] }

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: S.B.Prannav

79294310

Date: 2024-12-19 12:40:17
Score: 1.5
Natty:
Report link

I fixed this error by uninstalling and reinstalling Python

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

79294308

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

We can simply add this code to show the barcode in the email template:

{% if line.variant.barcode != blank %}
   <span class="order-list__item-variant">Barcode: {{ line.variant.barcode }}</span>
{% endif %}

Under:

{% for line in subtotal_line_items %}

So, It should look like:

{% for line in subtotal_line_items %}
    <!-- Some Code -->
    
    {% if line.variant.barcode != blank %}
        <span class="order-list__item-variant">Barcode: {{ line.variant.barcode }}</span>
    {% endif %}

    <!-- Some Code -->
{% endfor %}

Reference: https://help.shopify.com/en/manual/fulfillment/setup/notifications/email-variables#line-item

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

79294297

Date: 2024-12-19 12:34:16
Score: 2.5
Natty:
Report link

{"objName":"Stage", "children": [{"objName":"project" ,"variables":[ ] ,"scripts":[ [ 50 , 138 , [ ["whenGreenFlag" ] , ["doAsk" , "What's your name?" ] , ["doForever" ,[ ["doIfElse" , ["=" , ["letter:of:" , "1" , ["answer" ] ] , "t" ] ,[ ["say:" , "you have an rare name!" ] , ["wait:elapsed:from:" , "1" ] ] ,[ ["say:" , "common name... ok." ] , ["wait:elapsed:from:" , "1" ] ] ] ] ] ]] ] }],"info":{} }

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

79294287

Date: 2024-12-19 12:31:14
Score: 5
Natty:
Report link

Are you the admin in manage.autodesk.com? Do you have Autodesk's premium Plan? If yes, then you are eligible to use Premium Reporting APIs

Reasons:
  • RegEx Blacklisted phrase (2.5): Do you have A
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (0.5):
Posted by: Deepali Srivastava

79294282

Date: 2024-12-19 12:30:14
Score: 4
Natty:
Report link

They should be rotating multiple keys

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

79294281

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

Use monospace fo digist.

@Composable
fun orderedTextList(
    items: List<String>,
    style: TextStyle = LocalTextStyle.current,
    lineBreak: LineBreak = LineBreak.Paragraph
): AnnotatedString {
    val textMeasurer = rememberTextMeasurer()
    val monospaceStyle = style.copy(
        fontFamily = FontFamily.Monospace
    )

    val markerLen = items.size.toString().length
    val monospaceSize = textMeasurer.measure(text = " ", style = monospaceStyle).size
    val spaceSize =  textMeasurer.measure(text = " ", style = style).size
    val dotSize = textMeasurer.measure(text = ".", style = style).size

    return buildAnnotatedString {
        items.forEachIndexed { index, text ->
            val count = (index+1).toString().length
            val tailLen = markerLen - count
            withStyle(
                style = ParagraphStyle(
                    textIndent = TextIndent( restLine = with(LocalDensity.current) {
                        (monospaceSize.width *markerLen + dotSize.width + spaceSize.width).toSp()
                    }),
                    lineHeight = with(LocalDensity.current) { monospaceSize.height.toSp() },
                    lineBreak = lineBreak
                )
            ){
                withStyle(monospaceStyle.toSpanStyle()){
                    append("${index+1}")
                }
                append(".")
                if(tailLen > 0){
                    withStyle(monospaceStyle.toSpanStyle()){
                        append("".padEnd(tailLen))
                    }
                }
                append(" ")
                append(text)
            }
        }
    }
}

enter image description here

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

79294276

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

Yes, Flame has native support for implementing 9-patch images using the NineTileBox class. This is a great choice for creating scalable UI elements in a Flame game, such as RPG menus, shop interfaces, and other GUI elements. Here's how you can achieve it:

Using NineTileBox in Flame,

The NineTileBox class in Flame is designed specifically for 9-patch functionality. It allows you to stretch and scale parts of an image while keeping the borders intact, which is perfect for pixel art or UI design.

Steps to Use NineTileBox

  1. Prepare the 9-Patch Image:
  1. Load the Image in Flame: Use Flame's asset loader to load the image as a NineTileBox.

  2. Set Up the NineTileBox: Define the stretching areas using a Rectangle that specifies the coordinates and dimensions of the stretchable center.

  3. Draw the NineTileBox on the Canvas: Use the NineTileBox to draw scalable elements in your game.

import 'package:flame/components.dart'; import 'package:flame/flame.dart'; import 'package:flame/game.dart'; import 'package:flutter/material.dart';

class MyGame extends FlameGame {
late NineTileBox nineTileBox;

@override Future onLoad() async { // Load the image as a NineTileBox final image = await images.load('9patch_image.png'); nineTileBox = NineTileBox( image, tileSize: 16, // Size of each tile (based on your 9-patch design) destTileSize: 32, // Desired output size of the tiles ); }

@override void render(Canvas canvas) { super.render(canvas);

//Draw the NineTileBox final paint = Paint(); final rect = Rect.fromLTWH(50, 50, 200, 100); // Position and size nineTileBox.drawRect(canvas, rect, paint);
} }

void main() {
runApp(GameWidget(game: MyGame())); }

Why Use NineTileBox Over Flutter's centerSlice?

Pixel Art Optimization:

Seamless Integration:

Performance:

Key Points

You can find more information in the Flame documentation: NineTileBox.

Reasons:
  • Long answer (-1):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • User mentioned (1): @override
  • User mentioned (0): @override
  • Low reputation (0.5):
Posted by: K.D.Dilshan

79294267

Date: 2024-12-19 12:26:13
Score: 2
Natty:
Report link

Try changing monster-spawn-max-light-level and zombie-villager-infection-chance in paper-world.yml to an integer/number make moster... as 7 and zombie villager.... as 80 and check if it works

also use latest viaversion(5.2.0 as of now)

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

79294266

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

Add the library @types/jest globally via: File > Settings > Languages & Frameworks > JavaScript > Libraries

Webstorm config

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

79294258

Date: 2024-12-19 12:24:12
Score: 3.5
Natty:
Report link

Please any one provide full code for flink with rocksdb

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

79294253

Date: 2024-12-19 12:23:12
Score: 2
Natty:
Report link

Have you tried Unity_flutter_widget it might help what you are trying to achieve

Reasons:
  • Whitelisted phrase (-1): Have you tried
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Harshil Jani

79294252

Date: 2024-12-19 12:22:12
Score: 0.5
Natty:
Report link

I have find how to do it

public void commit(JmsTemplate jmsTemplate) {
        jmsTemplate.execute((SessionCallback<Void>) session -> {
            try {
                JmsUtils.commitIfNecessary(session);
            } catch (JMSException e) {
                log.warn("Sending to MQ failed");
            }
            return null;
        });
    }
Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: mamol

79294249

Date: 2024-12-19 12:21:12
Score: 1
Natty:
Report link

Vite is fixing this in v6.1 according to this pull request

Until then, setting node options to '--import tsx' will work.

For Node v20.5.1+

> NODE_OPTIONS='--import tsx' vitest

For versions v20.5.1 and below

> NODE_OPTIONS='--loader tsx' vitest

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

79294248

Date: 2024-12-19 12:21:12
Score: 1.5
Natty:
Report link

so, i find tag it's can be use like text, my end solution for draw image:

fun test(view: View) {
    val resourceId = resources.getIdentifier(view.tag.toString(), "drawable", packageName)
    imageView.setImageResource(resourceId)}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: user28550157

79294241

Date: 2024-12-19 12:18:11
Score: 1.5
Natty:
Report link

Hello i had the same issue when try to build android apk just open

platforms/android/app/src/main/java/com/silkimen/cordovahttp.java

And then Comment all codes commented source

It is working for me :)

Reasons:
  • Whitelisted phrase (-1): i had the same
  • Probably link only (1):
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: starterProgrammer

79294238

Date: 2024-12-19 12:17:10
Score: 3.5
Natty:
Report link

I'm facing the same issue. I trained a YOLO11 model with only one class. The model performed well during training, validation, and testing.

Validating runs/detect/train/weights/best.pt... Ultralytics 8.3.49 🚀 Python-3.9.6 torch-2.2.2 CPU (Intel Core(TM) i3-8100B 3.60GHz) YOLO11n summary (fused): 238 layers, 2,582,347 parameters, 0 gradients, 6.3 GFLOPs Class Images Instances Box(P R mAP50 mAP50-95): 100%|██████████| 3/3 [00:09<00:00, 3.29s/it] all 79 1229 0.955 0.908 0.971 0.861 Speed: 3.1ms preprocess, 111.1ms inference, 0.0ms loss, 0.8ms postprocess per image

If you export the model with format=coreml and nms=true, it generates a .mlpackage file. In Xcode, this allows the preview to analyze images and detect objects correctly. However, it does not work when using model.prediction(input: input) from the class or with VNCoreMLRequest(model: YOLOModel).

To resolve this issue, you need to export the model using format=mlmodel with coremltools==6.2. This ensures compatibility with both methods, and everything works as expected, it's work with the two methods

Reasons:
  • Long answer (-1):
  • No code block (0.5):
  • Me too answer (2.5): I'm facing the same issue
  • Filler text (0.5): ██████████
  • Low reputation (1):
Posted by: Guillaume

79294235

Date: 2024-12-19 12:16:10
Score: 3.5
Natty:
Report link

you should define like this {{ comment_form.as_p }} in html page

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

79294228

Date: 2024-12-19 12:14:10
Score: 2.5
Natty:
Report link

You got little spacing here in div container id remove the little spacing here

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

79294226

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

I'm a bit late here, but I want to share how I "solved" this in my Next JS app, so hopefully someone else does not have to spend as long time as I did.

What I tried:

What I noticed was that refeshing the same page worked fine in the production build. So I tried adding a delay before the server action is executed in the query, and that seems to have worked for developer mode.

const useMyQuery = () => {
  const {
    data,
    isLoading
  } = useQuery({
    queryKey: ['my-query'],
    queryFn: async () => {
      await new Promise((resolve) => setTimeout(resolve, 1));
      // HACK: this somehow fixes the issue where the query doesn't complete
      return await theServerAction();
    }
  });

  return {
    data,
    isLoading
  };
}
Reasons:
  • RegEx Blacklisted phrase (1): I want
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: MJUlstein

79294225

Date: 2024-12-19 12:13:09
Score: 1.5
Natty:
Report link

Not sure why... but using org.javers.core.metamodel.annotation.Value annotation on my CompositionDetails with an explicite @EqualsAndHashCode from lombok on CompositionDetails and CompositionElement did work.

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

79294209

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

adding *ngIf="itemObject" above div or in the same tag will solve the issue(in angular). The actual intention you needs to add null check on pointing object.

div class="detail-section">
<div *ngIf="productObj"  class="container-fluid">
    <img src="{{productObj.imageUrl }}" class="detail-img">
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Sarath Kumar pgm

79294204

Date: 2024-12-19 12:08:08
Score: 0.5
Natty:
Report link

adding *ngIf="itemObject" above div or in the same tag will solve the issue(in angular). The actual intention you needs to add null check on pointing object.

div class="detail-section">
<div *ngIf="productObj"  class="container-fluid">
    <img src="{{productObj.imageUrl }}" class="detail-img">
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Sarath Kumar pgm

79294201

Date: 2024-12-19 12:08:08
Score: 0.5
Natty:
Report link

adding *ngIf="itemObject" above div or in the same tag will solve the issue.

div class="detail-section">
<div *ngIf="productObj"  class="container-fluid">
    <img src="{{productObj.imageUrl }}" class="detail-img">
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Sarath Kumar pgm

79294200

Date: 2024-12-19 12:08:08
Score: 1.5
Natty:
Report link

@G.Shand I saw your answer as I was facing similar issue while running my DBT job via GlueSession. Considering there is huge data lowering resource is failing with memory issue.

If I increase worker-type then too I need to set minimum 2 workers which again increases the DPU and causing failure.

Is there something I can do to play around with Spark configuration?

UseCase: I am trying to merge in iceberg table when I faced this issue. Config Passed: spark.sql.catalog.glue_catalog=org.apache.iceberg.spark.SparkCatalog --conf spark.sql.catalog.glue_catalog.catalog-impl=org.apache.iceberg.aws.glue.GlueCatalog --conf spark.sql.catalog.glue_catalog.io-impl=org.apache.iceberg.aws.s3.S3FileIO --conf spark.sql.extensions=org.apache.iceberg.spark.extensions.IcebergSparkSessionExtensions

Also tried reducing max connection:

sc._jsc.hadoopConfiguration().set("fs.s3a.impl", "org.apache.hadoop.fs.s3a.S3AFileSystem")
sc._jsc.hadoopConfiguration().setInt("fs.s3a.connection.maximum", 100)
sc._jsc.hadoopConfiguration().set("fs.s3a.fast.upload", "true")
sc._jsc.hadoopConfiguration().set("fs.s3a.fast.upload.buffer", "bytebuffer")
sc._jsc.hadoopConfiguration().setInt("fs.s3a.connection.timeout", 500)
sc._jsc.hadoopConfiguration().setInt("fs.s3a.connection.acquisition.timeout", 500)

https://hadoop.apache.org/docs/stable/hadoop-aws/tools/hadoop-aws/performance.html

Reasons:
  • Blacklisted phrase (0.5): I need
  • Blacklisted phrase (1): I am trying to
  • Long answer (-1):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: barney_st_er

79294193

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

in your proguard-rules.pro file include this

-dontwarn com.google.android.play.core.**

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

79294186

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

I added this plugin in my parent pom.xml:

<build>
    <plugins>

        <plugin>
            <groupId>org.springframework.boot</groupId>
            <artifactId>spring-boot-maven-plugin</artifactId>
            <configuration>
                <classifier>exec</classifier>
            </configuration>
        </plugin>

    </plugins>
</build>

after build, all of things is correct

Reasons:
  • Blacklisted phrase (1): this plugin
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Albert

79294181

Date: 2024-12-19 12:00:05
Score: 5
Natty: 5
Report link

we have product with JSF 1.1 migrating since upgrated tomcat 11 from 9.x . jakarta face 3 version can be used for tomcat 11.And JSP is supported?

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

79294177

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

There is a property that enables it for all tests.

spring.test.observability.auto-configure=true

I found this property in the source code of ObservabilityContextCustomizerFactory, which is part of spring-boot-test-autoconfigure-3.1.1.jar

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Ernst-Jan van der Laan

79294170

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

The cv2_enumerate_cameras library worked well for me.

import cv2
from cv2_enumerate_cameras import enumerate_cameras

for camera_info in enumerate_cameras(cv2.CAP_MSMF):
    print(f'{camera_info.index}: {camera_info.name}')
Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Gergely H

79294169

Date: 2024-12-19 11:56:04
Score: 4.5
Natty: 4.5
Report link

https://medium.com/@ahsanbrothernit1/uploads-files-pdf-image-using-blobs-in-nodejs-44666e304d55

check blobs Upload and Access Files (Image/Pdf) in Azure Storage using Node Js

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

79294148

Date: 2024-12-19 11:49:02
Score: 0.5
Natty:
Report link

It turns out that the user.create endpoint doesn't accept an empty list of developerAccountPermissions. I tried not sending the parameter, sending an empty list, and sending DEVELOPER_LEVEL_PERMISSION_UNSPECIFIED since we don't want these users to have developer account access, but all of these cause the code 500 to be returned. Setting an actual developer account permission fixes the issue.

e.g.

createUserRequestBody = {'name': userId, 'email': user["email"], 'developerAccountPermissions': ["CAN_VIEW_FINANCIAL_DATA_GLOBAL"]}
Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: user28820123

79294143

Date: 2024-12-19 11:48:02
Score: 1.5
Natty:
Report link

If you're unable to run the Wooden Physics Example in Pharo, ensure that all necessary dependencies are installed and properly loaded. Check if the Woden Physics library is compatible with your Pharo version. Update or reinstall the library if needed. Review the code for errors and verify the setup steps in the documentation. If the issue persists, seek help on the Pharo community forums or GitHub repository for Woden Physics.

https://handicrafts-shop.com/product-category/wooden-urns/

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: Handi crafts Shop

79294141

Date: 2024-12-19 11:47:01
Score: 1.5
Natty:
Report link

This work for me 19 December 2024

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: Ryan Rahman Setiawan

79294140

Date: 2024-12-19 11:47:01
Score: 0.5
Natty:
Report link

It's hard to tell if your question is "why would I want to use Context instead of global variables/state," or "why is the usage more complicated than I think it should be." The second question...well, that's how it is? As to the first:

TLDR; Context lets you provide some scoped state that is:

  1. readable from within the components that are wrapped by the context provider
  2. broader than props
  3. more tightly scoped than global variables
  4. reactive (IE the children that read the context will re-render when it changes.)

The docs do an excellent job of explaining this.

Reasons:
  • RegEx Blacklisted phrase (1): I want
  • Long answer (-0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • High reputation (-1):
Posted by: Matt Morgan

79294123

Date: 2024-12-19 11:40:59
Score: 1.5
Natty:
Report link

Disabling Rosetta is, at best, a workaround, but it is by no means a solution to the problem. A real solution would have to come without a significant loss of performance (which is what disabling Rosetta will do).

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

79294119

Date: 2024-12-19 11:38:59
Score: 3.5
Natty:
Report link

Well excuse me for trying to get insight on an issue to which Ben solved himself seemingly. How else would a new user engage with this ancient post Bill? If this question requires my attention its really expected for me to go out onto the fields farming reputation so that I can be proper?

Thank you starball, greg-449, Mark Rotteveel for preserving the integrity of this highly contested post, now no-one else will ever be misled into using the information from my post to damage the fabric of reality itself...

"Those who know the least often obstruct knowledge the most." — Confucius

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • RegEx Blacklisted phrase (1.5): reputation
  • Long answer (-0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: John G.

79294117

Date: 2024-12-19 11:37:58
Score: 4
Natty:
Report link

i dont care that this is not actually an answer, and will get deleted sooner or later. Since i do not have enough rp to comment on @jmrk's answer, and i desperately want to thank him personally...... ( call me crazy ) .....

So jmrk please accept my thanks, its one of the best explanations, what i have been looking for past few days......

Reasons:
  • Blacklisted phrase (0.5): thanks
  • Blacklisted phrase (1): to comment
  • No code block (0.5):
  • User mentioned (1): @jmrk's
  • Low reputation (1):
Posted by: Aditya Mishra

79294115

Date: 2024-12-19 11:37:58
Score: 3.5
Natty:
Report link

Okay so at least from .net 8, the API has changed and you need this to make it work : System.Devices.Aep reference

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

79294104

Date: 2024-12-19 11:32:56
Score: 3.5
Natty:
Report link

What version of Mongoose are you using? If you're not using 8.8.2 or later the memory usage could be due to the issue fixed in https://github.com/Automattic/mongoose/pull/15039.

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): What
  • Low reputation (0.5):
Posted by: Alex B.

79294093

Date: 2024-12-19 11:27:55
Score: 4.5
Natty:
Report link

There is an even better version of the brilliant trick proposed by @an-angular-dev, you can find it here:

https://css-tricks.com/faking-min-width-on-a-table-column/

Reasons:
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
  • User mentioned (1): @an-angular-dev
  • Low reputation (1):
Posted by: Cloddo

79294089

Date: 2024-12-19 11:26:55
Score: 1.5
Natty:
Report link

First you should verify that the Rscript requests do reach your Nexus by increasing Nexus's logging level as described here

If your Nexus runs behind a reverse proxy, check the proxies rules for handling the Rscript requests. Probably the reverse proxy containes rules for handling Maven requests (*.jar, *.sha1, *.zip etc). R-artifacts come in *.tgz format. An appropriate rule may be missing.

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

79294085

Date: 2024-12-19 11:25:54
Score: 3
Natty:
Report link

The ShopifyBuy object is exported from the js library you have imported.

You can move the script in index.html and try accessing the Shopify button module.

Here is shopify's official doc: https://www.shopify.com/in/partners/blog/introducing-buybutton-js-shopifys-new-javascript-library

If you are able to create a stackblitz project I might be able to help you more.

PS: New to Stackoverflow, Apologies in advance.

Reasons:
  • Blacklisted phrase (1): Stackoverflow
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Bharat Nagdev

79294084

Date: 2024-12-19 11:25:54
Score: 1.5
Natty:
Report link

You can try using the connection string of type JDBC. Use either direct connection string or session pooler string. Remove the username and password fields from your code. Just this is enough-> spring: datasource: url: string as taken from supabase

make sure to include your db password in the connection string

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

79294079

Date: 2024-12-19 11:23:54
Score: 2.5
Natty:
Report link

The "Classic Editor" helped me to create a new Pipeline from the existing YAML file from the specific branch.

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

79294072

Date: 2024-12-19 11:22:53
Score: 3
Natty:
Report link

Is it fixed? I'm using @react-google-maps/api, version 2.20.3. Still, I'm getting the warning below.

main.js:191 As of February 21st, 2024, google.maps.Marker is deprecated. Please use google.maps.marker.AdvancedMarkerElement instead. At this time, google.maps.Marker is not scheduled to be discontinued, but google.maps.marker.AdvancedMarkerElement is recommended over google.maps.Marker. While google.maps.Marker will continue to receive bug fixes for any major regressions, existing bugs in google.maps.Marker will not be addressed. At least 12 months notice will be given before support is discontinued. Please see https://developers.google.com/maps/deprecations for additional details and https://developers.google.com/maps/documentation/javascript/advanced-markers/migration for the migration guide. Error Component Stack

Reasons:
  • RegEx Blacklisted phrase (1.5): fixed?
  • Long answer (-0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): Is it fix
  • Low reputation (0.5):
Posted by: Raghavendra S

79294070

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

to try to send signals out of ur pc via pin 3 and 5 of SR232: script: wire a led to pins 3 and 5

sbtest: rem on error goto whatever open "COM1:75,N,8,1,BIN,CD19,CS19,DS19" FOR OUTPUT AS #1 CLOSE #1 sleep (1) rem sleep or whatever delay goto sbtest

to try receive smthng from pin3 and 5 of SR232 open "COM1:300,N,8,1,BIN,CD0,CS356,DS0" FOR OUTPUT AS #1 PRINT "Your Face" CLOSE #1

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