79790543

Date: 2025-10-14 19:28:29
Score: 1
Natty:
Report link

It looks like an issue with your certificates. Try updating them:

brew update && brew upgrade openssl
brew install ca-certificates

restart rails console

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

79790527

Date: 2025-10-14 19:06:21
Score: 9 ЁЯЪй
Natty: 5.5
Report link

Did you ever get this to work and if so, how?

Reasons:
  • RegEx Blacklisted phrase (3): Did you ever get this to
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Starts with a question (0.5): Did you
  • Low reputation (1):
Posted by: Cameron Tebbenham

79790513

Date: 2025-10-14 18:47:17
Score: 1
Natty:
Report link

Maybe you could save the original entry in request.session (maybe as JSON data) at the end of the first view, and then only create a real model instance from it if the user rejects the duplicates.

In either case, at the end of the second view you would delete the data from the session.

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

79790507

Date: 2025-10-14 18:38:14
Score: 4
Natty:
Report link

Check your zod version -- I was hitting the same error, but resolved it after downgrading to zod@3. https://www.npmjs.com/package/@openai/agents#installation

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

79790492

Date: 2025-10-14 18:20:10
Score: 2
Natty:
Report link

you have to apply the gator feature in your IDE before installing the gt500x power tool for web api enhancement capabilities, i think the last book that albert einstein wrote has the exact code formation that you might be looking for. such an old trick in the bag your attempting make me wonder if there will ever be a better software developer that Albert Einstien

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

79790488

Date: 2025-10-14 18:15:09
Score: 0.5
Natty:
Report link

FIXED!!! - --WORKING!!- Changing it from while(true) to limit the number of times the loop is executed, AND restoring the headers in the php file made it work! Thanks everyone for the help!! It is sending a continual stream!

This comment also has useful information:

@AustinJones It should be noted that PHP settings usually have a cap on how long the current request is active. You can use ini_set to modify max_execution_time or probably more easier: set_time_limit. Limiting the while loop likely made it so that your request ended before the max execution time was reached. Hope this helps.

тАУ┬аWilliam Merfalen

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Whitelisted phrase (-1): Hope this helps
  • Whitelisted phrase (-1.5): You can use
  • Long answer (-0.5):
  • No code block (0.5):
  • User mentioned (1): @AustinJones
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Austin Jones

79790483

Date: 2025-10-14 18:09:07
Score: 4
Natty:
Report link

I have a similar problem with https://banno.com/a/oidc-provider/api/v0/auth, which is returning the response below. My client id is 05815133-6c9e-4fa0-9e53-d56b753d1800. I'm using the Node sample application for this test.

{"error":"invalid_client","error_description":"client is invalid","state":"f2pg3di9cdh9h3luvopcf","iss":"https://banno.com/a/oidc-provider/api/v0","request_id":"8f4b1950351fc5eca23a55d5b0548314"}
Reasons:
  • Blacklisted phrase (1): I have a similar problem
  • Has code block (-0.5):
  • Me too answer (2.5): I have a similar problem
  • Low reputation (1):
Posted by: Mark Challen

79790481

Date: 2025-10-14 18:07:06
Score: 1.5
Natty:
Report link

After some fiddling I figured out that if I abstracted the middlewear code into it's own swift package library I could get it to compile outside Xcode and them import the library into Xcode. It's possible there was some sort of namespace collision, but even explicitly specifying the module for each type didn't solve it so I'm still not sure what was going on. Any insights would be appreciated for future learning.

Reasons:
  • Blacklisted phrase (1): appreciated
  • Whitelisted phrase (-2): I figured out
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Andrew Paterson

79790479

Date: 2025-10-14 18:06:06
Score: 1
Natty:
Report link

i think your client is not generated yet try to generate it two three times same happened with me i did and it worked for me

Reasons:
  • Whitelisted phrase (-1): it worked
  • Whitelisted phrase (-1): worked for me
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: yashwardhan pathak

79790478

Date: 2025-10-14 18:06:06
Score: 2
Natty:
Report link

I was able to use your code to generate my own token with a trial account. The only thing I can see is you might need to double check your keys and secrets. Double check the following:

ACCOUNT_SID = your account

SID API_KEY = api key

SID API_SECRET = secret from the API Key you created

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

79790477

Date: 2025-10-14 18:06:06
Score: 1
Natty:
Report link

To solve the issue, I replaced DataCollatorWithPadding with DataCollatorForLanguageModeling.

data_collator = DataCollatorForLanguageModeling(tokenizer=tokenizer,mlm=False)

DataCollatorForLanguageModeling automatically creates the labels column, so you donтАЩt need to generate it manually in your code. This change fixed the problem.

Reasons:
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: karyx1

79790467

Date: 2025-10-14 17:50:02
Score: 1.5
Natty:
Report link

I successfully managed to resolve the issue. Here's a step-by-step guide:

  1. Click on the "Generate Token" button.

  2. Instead of clicking on the "Reconnect" button, click on the link "Edit previous settings".

  3. Select one of the two options then hit the "Continue" button.

  4. Repeat again if it doesn't work on the first attempt.

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

79790453

Date: 2025-10-14 17:32:57
Score: 0.5
Natty:
Report link

For me the suggestion shared were not working for me.

Net 9.0 SDK 9.0.305

So this worked for me.

I define the Behavior on the DatePicker using the current context of the page:

<DatePicker Date="{Binding Path=FieldDate, Mode=TwoWay}">
    <DatePicker.Behaviors>
        <toolkit:EventToCommandBehavior BindingContext="{Binding Path=BindingContext, Source={x:Reference Page}, x:DataType=ContentPage}"
                                        EventName="DateSelected" Command="{Binding DatePickedCommand}"/>
    </DatePicker.Behaviors>
</DatePicker>

Then on my view model:

    [ObservableProperty] private DateTime fieldDate;    
    [RelayCommand]
    private void DatePicked()
    {
        if (FieldDate > DateTime.Now)
            //Todo
    }

Don't forget the give a name of your content page for the Reference to work: x:Name="Page"

References:

https://learn.microsoft.com/en-us/dotnet/communitytoolkit/maui/behaviors/event-to-command-behavior#using-the-eventtocommandbehavior

Reasons:
  • Whitelisted phrase (-1): this worked for me
  • Whitelisted phrase (-1): worked for me
  • RegEx Blacklisted phrase (3): not working for me
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Rodas PT

79790450

Date: 2025-10-14 17:27:56
Score: 1
Natty:
Report link

You can get page content using the Notion API, but it returns content as block objects, not as plain text or markdown. You'll need to:

  1. Call the Retrieve block children endpoint
  2. Manually parse each block type and convert it to your desired format.

Alternative: If you need markdown output instead of parsing blocks manually, I built an API service that handles the conversion automatically: Mark2Notion. It extracts Notion pages as clean markdown with proper formatting, tables, lists, etc.

Docs: https://docs.mark2notion.com/api-reference/notion-to-markdown

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

79790439

Date: 2025-10-14 17:13:52
Score: 2
Natty:
Report link

I found the solution, I bought a new module.

Reasons:
  • Whitelisted phrase (-2): I found the solution
  • Low length (1.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Moritz Ende

79790426

Date: 2025-10-14 16:59:48
Score: 4
Natty: 4
Report link

idk man, try asking chatgpt or copilot tbh, coding kinda hard

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

79790416

Date: 2025-10-14 16:47:45
Score: 0.5
Natty:
Report link

For Map and WeakMap, the TC39 proposal was named getOrInsert and getOrInsertComputed.

This only supported by Firefox 144 for now.

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

79790412

Date: 2025-10-14 16:46:45
Score: 1
Natty:
Report link

You have a couple issues with this:

  1. Your outer do while loop requires a zero balance to exit. If they choose 'n' to exit, then you need to also zero the balance so the outer loop condition is met.
  2. You are adding a negative amount, which will add that to the balance rather than subtracting it. If you are entering negative numbers as an issuance, then it would be cleaner to simply state bal += amt, and then put the outputs in their own if statement.
Reasons:
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: JohnP

79790407

Date: 2025-10-14 16:41:44
Score: 0.5
Natty:
Report link

it meant that $ isnтАЩt available inside your apiCalls.js file. Just import the jQuery at the top of your apiCalls.js file:

import $ from 'jquery';

function getBlogInfo() {
...
Reasons:
  • Low length (1):
  • Has code block (-0.5):
Posted by: user9371102

79790406

Date: 2025-10-14 16:38:42
Score: 5.5
Natty: 4.5
Report link

I am doing the exact same thing on a WatchOS application. Same results, works in simulator but not on watch. I get the same error message.

Hoping this reply might get this topic going again

Reasons:
  • RegEx Blacklisted phrase (1): I get the same error
  • Low length (0.5):
  • No code block (0.5):
  • Me too answer (2.5): I get the same error
  • Low reputation (1):
Posted by: Mark R ausgator

79790402

Date: 2025-10-14 16:31:41
Score: 1
Natty:
Report link

Best method today, used by listed++ etc, is

https://arxiv.org/abs/1805.10941

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

79790394

Date: 2025-10-14 16:23:39
Score: 0.5
Natty:
Report link

Newage approach, nothing fancy, 792 bytes uncompressed ... i think youd like it if you understand functional programming

https://github.com/kapenike/JSUI

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

79790392

Date: 2025-10-14 16:22:38
Score: 0.5
Natty:
Report link

tilt ci is used to test your Tiltfile: https://docs.tilt.dev/cli/tilt_ci.html

You could run your make service in Tilt or run tilt up & to run Tilt in the background to run it as a dependent service. If it's only postgres I would recommend just running docker compose up -d instead of setting up Tilt.

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

79790391

Date: 2025-10-14 16:21:38
Score: 0.5
Natty:
Report link

I think I've come to understand what has been happening. My pyproject.toml names the project "example". Since my source directory has a folder named "example" with an __init__.py in it, scikit-build has been copying that directory, possibly from install(TARGETS example LIBRARY DESTINATION example)

My fix was to remove the CMakeLists.txt from the "example" directory, and remove add_subdirectory(src/example) from my top-level CMake file.

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

79790382

Date: 2025-10-14 16:13:36
Score: 1
Natty:
Report link

I had the same issue and returning CreatedAtAction(nameof(GetById), new { id = breed.Id }, newBreed) instead of CreatedAtRoute() worked for me!

Reasons:
  • Whitelisted phrase (-1): I had the same
  • Whitelisted phrase (-1): worked for me
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Mrunal

79790379

Date: 2025-10-14 16:08:35
Score: 1.5
Natty:
Report link

I found out that Blazorise is bringing in its own compiled Tailwind.
This means that Blazorise is owning the Tailwind itself. Which takes the control away from the user.

This is a very strange idea!

This means Blazorise is not really compatible with a Blazor/Tailwind solution. And therefore I am abandoning it.

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

79790375

Date: 2025-10-14 16:01:33
Score: 1.5
Natty:
Report link

So I ended up making a new object for each. This way we don't run into reference issues.

So we have a new object called CustomerDeletionCountAdjustment that maps with the new value batchsize.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Self-answer (0.5):
Posted by: James Andrew Smith

79790374

Date: 2025-10-14 16:00:33
Score: 1.5
Natty:
Report link

Please take a look at PacketSmith available at packetsmith.ca, a comprehensive CLI utility for editing, transforming, and analyzing PCAP network traffic.

It does what you asked for, and much more.

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

79790363

Date: 2025-10-14 15:50:30
Score: 0.5
Natty:
Report link

Use @EntityGraph for Fetch Joins

Spring Data JPA supports @EntityGraph to fetch associations in a single query:

@EntityGraph(attributePaths = {"courseModules"})
List<CourseEntity> findAll();

This tells Spring Data to generate a JOIN FETCH under the hood.

Use JPQL with JOIN FETCH

If you're writing custom queries, use JOIN FETCH to eagerly load associations:

@Query("SELECT c FROM CourseEntity c JOIN FETCH c.courseModules")
List<CourseEntity> findAllWithModules();

This avoids the N+1 problem by fetching all data in one query.

Avoid fetch = FetchType.EAGER

Using EAGER by default can lead to unexpected behavior and performance issues. Prefer LAZY and control fetching explicitly via queries or entity graphs.

Use @BatchSize (Hibernate-specific)

If you must use lazy loading, you can reduce the number of queries using batching:

@OneToMany(mappedBy = "courses", fetch = FetchType.LAZY)
@BatchSize(size = 10)
private Set<CourseModules> courseModules;

This tells Hibernate to fetch related entities in batches instead of one-by-one.

Reasons:
  • Long answer (-1):
  • Has code block (-0.5):
  • User mentioned (1): @EntityGraph
  • User mentioned (0): @BatchSize
  • Low reputation (1):
Posted by: Sathya Priya Mounasamy

79790353

Date: 2025-10-14 15:44:28
Score: 3.5
Natty:
Report link

I had to switch back to ios 5.....idk but that was the fix for me.....

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

79790340

Date: 2025-10-14 15:27:24
Score: 3.5
Natty:
Report link

This is quite an old Q now, but I will give my take.
I'm not sure I can provide a full answer, but will write down my understanding based on having a similar issue.

You cannot post messages to clients during the "install" event due to the fact that an event listener for messages on your serviceWorker will only pick up messages from your active controller.

During install, the previous serviceWorker is still in control.

I am using broadcast channels to get around this. i.e.

Notify to a specific broadcast channel in the new serviceworker on install.
Subscribe to the same broadcast channel in your .js and use that for your onmessage event listener.

I would be interested to hear if there are other "better" solutions.

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Me too answer (2.5): having a similar issue
  • Low reputation (1):
Posted by: TheBoshington

79790333

Date: 2025-10-14 15:20:22
Score: 0.5
Natty:
Report link

On my Fairphone 5 with Android 15:

Order Why How
Enable the display adb shell input keyevent 82
Enter the passcode screen adb shell input keyevent 66
Enter the passcode adb shell input text $passcode
Accept entered passcode adb shell input keyevent 66
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: RokeJulianLockhart

79790307

Date: 2025-10-14 14:51:16
Score: 1
Natty:
Report link

I would recommend polars.read_database_uri (https://docs.pola.rs/api/python/stable/reference/api/polars.read_database_uri.html). You can use a connectorx URI which supports MsSQL and the partition_ parameters if you want to use chunks.

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

79790305

Date: 2025-10-14 14:50:14
Score: 6.5 ЁЯЪй
Natty: 5.5
Report link

I want to ask similar questions. What should I write in the scale fill manual function when I have more than one information in the legend?

Reasons:
  • RegEx Blacklisted phrase (1): I want
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: stnrb

79790300

Date: 2025-10-14 14:43:12
Score: 6
Natty: 8
Report link

Can you tell me please, what is the critererea of stopping? i look that you don't have evaluation dataset !!

Reasons:
  • RegEx Blacklisted phrase (2.5): Can you tell me
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): Can you
  • Low reputation (0.5):
Posted by: Ayness

79790289

Date: 2025-10-14 14:36:10
Score: 0.5
Natty:
Report link

Power BI reports load images from the client, so no.

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

79790283

Date: 2025-10-14 14:32:09
Score: 0.5
Natty:
Report link

I just want to add that I spent a day and a half trying to get this to work, and in case this helps anyone else...

I found I had to switch from mage.exe to dotnet-mage.exe! Mage.exe was always using SHA1 in the signing of the .application files, even if you specified SHA2. There were many reports of the .NET 4.6 bug that caused this being fixed in 4.7 (or VS 2022 17.3) but still, no matter what I tried, like the above author, Mage (and MageUI) exported SHA1 (and this could be verified by opening the .application file in Notepad and checking the DigestMethod).

After trying more or less everything, I found dotnet-mage.exe and switched to that, and hey-presto, everything now works, and I can sign my .application files with a SHA384 certificate and timeserver, and the Windows ClickOnce installer recognises the certificate and shows a valid publisher, even after the certificate expiry date. In case it helps, the command I used was:

dotnet-mage -Update MyApp.application -CertFile MyCert.pfx -Password PASSWORD -TimestampUri http://timestamp.comodoca.com -ProviderUrl https://MyURL.com/MyApp.application -appmanifest MyApp.exe.manifest -MinVersion 2.0 -Name MyApp -Algorithm sha256RSA

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

79790270

Date: 2025-10-14 14:20:06
Score: 5.5
Natty: 6.5
Report link

how do I get the user's role form the JWT, can I extend it wihtout callbacks? I know about using the token and session callbacks for it, but thats flimsy, it sometimes fails. any notes?

Reasons:
  • Blacklisted phrase (1): how do I
  • Low length (0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Starts with a question (0.5): how do I
  • Low reputation (0.5):
Posted by: akaizn

79790268

Date: 2025-10-14 14:20:05
Score: 3
Natty:
Report link

I was using different runtime for python while building and creating layer.

I changed the both runtime to python 3.11 in layer and in linux during zipping aswell.

Thanks!

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

79790241

Date: 2025-10-14 13:50:57
Score: 3
Natty:
Report link

in settings.json I had to disable -

"github.copilot.chat.agent.thinkingTool": false

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

79790238

Date: 2025-10-14 13:48:56
Score: 3.5
Natty:
Report link

It can also be that layout inspector is not available for this API levelenter image description here

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

79790231

Date: 2025-10-14 13:41:54
Score: 0.5
Natty:
Report link

Use pure functions to insert the rank argument:

list = RandomInteger[100, 20];

{#1[list, 10] & /@ {RankedMin, RankedMax}}

Both yield {RankedMin[list,10], RankedMax[list,10]} evaluated correctly.

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

79790226

Date: 2025-10-14 13:36:52
Score: 0.5
Natty:
Report link

Unfortunately there is no way to get the allowed values through introspection.

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

79790225

Date: 2025-10-14 13:35:52
Score: 0.5
Natty:
Report link

When using Microsoft SSO with Airflow, the JWT (client_assertion) you sign with your RSA key expires after 10 minutes.
The issue happens because Airflow creates that token once at startup, then keeps reusing it тАФ so after 10 minutes, login fails.

тЬЕ Fix:
Generate a new JWT dynamically each time Airflow requests a token from Microsoft, not just once.
You can do this by:

That way, the JWT is always fresh, and Microsoft SSO keeps working.

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

79790224

Date: 2025-10-14 13:35:52
Score: 2.5
Natty:
Report link

I got the same problem after upgrading to Win11. On Win10 certificate worked, after upgrading message "After Private Key filter, 0 certs were left." appears.

My workaround was yust to reinstall my certificate (.pfx).

Reasons:
  • Blacklisted phrase (1): I got the same problem
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: QuicheLorraine

79790222

Date: 2025-10-14 13:32:51
Score: 3.5
Natty:
Report link

Temporal will ship in chrome 144 https://chromestatus.com/feature/5668291307634688

so maybe 10 weeks from now

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

79790209

Date: 2025-10-14 13:15:47
Score: 0.5
Natty:
Report link

I just want to add that I spent a day and a half trying to get this to work, and whilst much of the above helped, as Joe P mentions, this won't work with ClickOnce .application files anyway.

But I did resolve my issue, and that was to switch mage.exe for dotnet-mage.exe! Mage.exe was always using SHA1 in the signing of the .application files, even if you specified SHA2. There were many reports of the .NET 4.6 bug that caused this being fixed in 4.7 (or VS 2022 17.3) but still, no matter what I tried, Mage (and MageUI) exported SHA1 (and this could be verified by opening the .application file in Notepad and checking the DigestMethod).

After trying more or less everything, I found dotnet-mage.exe and switched to that, and hey-presto, everything now works, and I can sign my .application files with a SHA384 certificate and timeserver, and the Windows ClickOnce installer recognises the certificate and shows a valid publisher, even after the certificate expiry date. In case it helps, the command I used was:

dotnet-mage -Update MyApp.application -CertFile MyCert.pfx -Password PASSWORD -TimestampUri http://timestamp.comodoca.com -ProviderUrl https://MyURL.com/MyApp.application -appmanifest MyApp.exe.manifest -MinVersion 2.0 -Name MyApp -Algorithm sha256RSA

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

79790198

Date: 2025-10-14 13:08:44
Score: 1
Natty:
Report link

I resolved this by manually updating the @backstage/plugin-api-docs to version "0.13.0-next.1". This has a new version of "swagger-ui-react" which fixed this exact issue in https://github.com/swagger-api/swagger-ui/issues/10502.

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

79790182

Date: 2025-10-14 12:55:40
Score: 2.5
Natty:
Report link

if the above didn't work use:

[[tool.mypy.overrides]]
module = "<library-name>.*"
ignore_missing_imports = true

see: https://mypy.readthedocs.io/en/stable/running_mypy.html#missing-library-stubs-or-py-typed-marker

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

79790164

Date: 2025-10-14 12:34:34
Score: 2.5
Natty:
Report link

It turned out the issue was that the commit was still tied to my personal email, so I uncommitted my changes in the terminal (see this answer), and then redid the commit and push in RStudio.

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

79790152

Date: 2025-10-14 12:16:30
Score: 2
Natty:
Report link
.recharts-rectangle.recharts-tooltip-cursor {
     fill: #000000; 
}

Can use any hex color, its background of bar of full height when mouse entered to bar.

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Starts with a question (0.5): Can u
  • Low reputation (1):
Posted by: Niraj_Pra

79790151

Date: 2025-10-14 12:15:29
Score: 1.5
Natty:
Report link

You can see a different value of M as a different algorithm. Or you can simply use the highest possible value for worst case complexity.

nM + n + M = n(1+M) + M.

For large values of N you can simplify it as

n*(1+M)

In big-O notation this is simply

O(n)

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

79790149

Date: 2025-10-14 12:13:28
Score: 2
Natty:
Report link

For any in need a python library to get pre-build widgets. I found a library here

Usage: pip3 install qtwidgets(install qtwidgets using pip or get the code from git)

from qtwidgets import Toggle

from qtwidgets import AnimatedToggle

Toggle/AnimatedToggle widgets for the toggle buttons

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

79790148

Date: 2025-10-14 12:12:28
Score: 2
Natty:
Report link

This error means your current projectтАЩs package.json doesnтАЩt have a "test" script, even though the command is trying to run npm test.

Check that youтАЩre in the right folder and that your package.json has a "test" script (e.g. using Jest).

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

79790144

Date: 2025-10-14 12:09:27
Score: 2.5
Natty:
Report link

Just in case anyone stumbles upon this same issue, respond_with tries to build the location HTTP header when responding to a POST (create) action. When you pass an object that is not an ActiveRecord instance (or doesn't respond to #to_model), it will fail. It may also fail occasionally due to naming issues. I believe internally it uses the polymorphic_url or url_for.

To work around this issue, you can pass location: nil for objects that don't have a URL:

respond_with(object, location: nil)

Or, if the URL can't be built automatically, you can help it by passing the right one:

respond_with(object, location: custom_url_for(object))
Reasons:
  • RegEx Blacklisted phrase (3): you can help
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Alexander S.

79790121

Date: 2025-10-14 11:27:17
Score: 3
Natty:
Report link

Moving the PoorMansTSqlFormatterNppPlugin.dll file didn't work for me. I've installed the .NET Framework 3.5 and restarted the PC. After restart I've installed the plugin again and it works.

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

79790113

Date: 2025-10-14 11:21:15
Score: 2
Natty:
Report link

I think maybe having a token sent by the server then performing a few rounds hash of the password with that token concatenated at the end then doing the same thing with the server after getting the salted hashed password. This would conceal both the password and ensure you aren't just saving the a plain text password on the server.

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

79790101

Date: 2025-10-14 11:04:11
Score: 2.5
Natty:
Report link

Changing from FW_H7 1.11.0 to 1.11.2 worked for me.

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

79790099

Date: 2025-10-14 11:01:10
Score: 1
Natty:
Report link

use ohos.animator and ohos.curves (Interpolation Calculation)

import { AnimatorResult } from '@kit.ArkUI';

@Entry
@Component
struct AnimatorTest {
  private backAnimator: AnimatorResult | undefined = undefined

  create() {
    this.backAnimator = this.getUIContext().createAnimator({
      duration: 2000,
      easing: "ease",
      delay: 0,
      fill: "forwards",
      direction: "normal",
      iterations: 1,
      begin: 100, // Start point of the animation interpolation.
      end: 200 // End point of the animation interpolation.
    })
    this.backAnimator.onFrame = (value: number) => {
      console.info("onFrame callback")
    }
  }

  build() {
    // ......
  }
}

https://developer.huawei.com/consumer/en/doc/harmonyos-references/js-apis-animator

https://developer.huawei.com/consumer/en/doc/harmonyos-references/js-apis-curve

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

79790091

Date: 2025-10-14 10:46:07
Score: 2
Natty:
Report link

Open the downloaded certificate file (it's often a .crt or .pem file) with a text editor.

Copy the entire content of the certificate, including the -----BEGIN CERTIFICATE----- and -----END CERTIFICATE----- lines and paste into X.509 certificate field.

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

79790089

Date: 2025-10-14 10:44:06
Score: 2.5
Natty:
Report link

/nearby /grant /ban /console /gm /enderchest /donate /prefix /ag /say /mute /kick /kill /kit /advertence

Craft.pe.wed Donations /givemeranksfreemodsholiday30

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Josu├й Derek Quispe

79790087

Date: 2025-10-14 10:39:05
Score: 2
Natty:
Report link

Run you app with

newArchEnabled=false

in gradle.properties

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

79790083

Date: 2025-10-14 10:36:04
Score: 3.5
Natty:
Report link

then dont embed it simple problem solved

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

79790081

Date: 2025-10-14 10:33:03
Score: 1.5
Natty:
Report link

I have a similar questing regarding Vega-lite in Power BI. I want to wrap the x-axis label after each ; but this solution didn't work for me. Even without using the Offset function.

        "labelExpr": "replace(datum.label, /;\\s*/g, '\\n')"

It removes the ; but doesn't wrap.

enter image description here

{
  "$schema": "https://vega.github.io/schema/vega-lite/v5.json",
  "data": {"name": "dataset"},
  "encoding": {
    "x": {
      "field": "Bezeichner",
      "type": "nominal",
      "axis": {
        "title": "",
        "labelAngle": 0,
        "labelAlign": "center",
        "labelBaseline": "middle",
        "labelLineHeight": 12,
        "labelFontSize": 15, 
        "labelPadding": 10,
        "labelLimit": 500,
        "labelExpr": "replace(datum.label, /;\\s*/g, '\\n')"
      }
    }
  },
  "layer": [
    {
      "mark": {"type": "bar", "opacity": 1},
      "encoding": {
        "y": {
          "field": "LCC",
          "type": "quantitative",
          "axis": {"title": "", 
          "titleColor": "#118DFF",
           "orient": "right",
          "labelFontSize": 15,
          "labelFont": "Roboto", 
          "labelPadding": 10,
          "grid": true}
        },
        "xOffset": {"value": 57
      },
        "color": {"value": "#118DFF"},
        "tooltip": [
          {"field": "Bezeichner", "type": "nominal", "title": "Bezeichner"},
          {"field": "LCC", "type": "quantitative", "title": "LCC"},
          {"field": "LCA", "type": "quantitative", "title": "LCA"}
        ]
      }
    },
    {
      "mark": {"type": "bar", "opacity":1},
      "encoding": {
        "y": {
          "field": "LCA",
          "type": "quantitative",
          "axis": {
            "title": "",
            "orient": "left",
            "titleColor": "#AAE574",
            "grid": false,
            "labelFontSize": 15,
            "labelFont": "Roboto",
            "labelPadding": 10
          }
        },
        "xOffset": {"value": 8},
        "color": {"value": "#AAE574"},
        "tooltip": [
          {"field": "Bezeichner", "type": "nominal", "title": "Bezeichner"},
          {"field": "LCC", "type": "quantitative", "title": "LCC"},
          {"field": "LCA", "type": "quantitative", "title": "LCA"}
        ]
      }
    }
  ],
  "resolve": {"scale": {"y": "independent"}},
  "config": {
    "bar": {"size": 50},
    "scale": {
      "bandPaddingInner": 0.845,
      "bandPaddingOuter": 0.5
    
    }
  }
}
Reasons:
  • Blacklisted phrase (1): enter image description here
  • RegEx Blacklisted phrase (1): I want
  • Long answer (-1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Amy

79790072

Date: 2025-10-14 10:25:01
Score: 2
Natty:
Report link

there is an option in the firebase console.
goto firebase console -> authentication -> settings -> Password policy
and tick all the options you want to implement

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

79790071

Date: 2025-10-14 10:23:00
Score: 4.5
Natty:
Report link

This blog post https://babichmorrowc.github.io/post/2019-03-18-alpha-hull/ explains how to do it with this package https://github.com/babichmorrowc/hull2spatial?tab=readme-ov-file. It currently outputs Spatial* class objects, but these can be easily converted to terra 'SpatVector' or to 'sf'.

Reasons:
  • Blacklisted phrase (1): This blog
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: AMBarbosa

79790050

Date: 2025-10-14 09:55:53
Score: 1
Natty:
Report link

According to JEP-483:

Class paths must contain only JAR files; directories in class paths are not supported because the JVM cannot efficiently check them for consistency.

To be honest, I am not sure if you even get any advantage of faster startup times during development. I might say the extra work of training and putting things together wonтАЩt be worth the effort.

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

79790049

Date: 2025-10-14 09:52:53
Score: 2.5
Natty:
Report link

I am facing similar kind of issue, i am trying to establish two way communication between my native c++ plugin and uxp plugin. I have added listeners and senders but it is not working.

I am getting this error -

тЭМ [UXP-COMM] Failed to register UXP message listener: 1344357988 (0x50214664)

тЭМ [UXP-COMM] Error details: gPlugInRef=0x11fddd028, UXPMessageHandler=0x37b306550

and similar issue when i try to send message to uxp plugin.

void SendMessageToUXPPanel(const std::string& messageType, const std::string& data) {
    if (!sUxpProcs) {
        LOG_TRACE((0, "тЭМ [UXP-COMM] UXP suite not available"));
        return;
    }
    
    try {
        PIActionDescriptor desc;
        SPErr err = sPSActionDescriptor->Make(&desc);
        if (err != kSPNoError) {
            LOG_TRACE((0, "тЭМ [UXP-COMM] Failed to create descriptor"));
            return;
        }
        
        // Set message type and data
        sPSActionDescriptor->PutString(desc, 'type', messageType.c_str());
        sPSActionDescriptor->PutString(desc, 'data', data.c_str());
        sPSActionDescriptor->PutString(desc, 'time', std::to_string(time(NULL)).c_str());
        
        // Send to UXP panel
        const char* UXP_PLUGIN_ID = "Test-v0qxnk";  // From your manifest.json
        err = sUxpProcs->SendUXPMessage(gPlugInRef, UXP_PLUGIN_ID, desc);
        
        if (err == kSPNoError) {
            LOG_TRACE((0, "тЬЕ [UXP-COMM] Message sent to UXP panel: %s", messageType.c_str()));
        } else {
            LOG_TRACE((0, "тЭМ [UXP-COMM] Failed to send message to UXP panel: %d", err));
        }
        
        // Clean up descriptor
        sPSActionDescriptor->Free(desc);
    }
    catch (...) {
        LOG_TRACE((0, "тЭМ [UXP-COMM] Exception in SendMessageToUXPPanel"));
    }
}


if (sUxpProcs) {
        LOG_TRACE((0, "ЁЯФН [UXP-COMM] UXP suite acquired, registering message listener..."));
        LOG_TRACE((0, "ЁЯФН [UXP-COMM] gPlugInRef: %p, UXPMessageHandler: %p", gPlugInRef, UXPMessageHandler));
        SPErr err = sUxpProcs->AddUXPMessageListener(gPlugInRef, UXPMessageHandler);
        if (err == kSPNoError) {
            LOG_TRACE((0, "тЬЕ [UXP-COMM] UXP message listener registered successfully"));
        } else {
            LOG_TRACE((0, "тЭМ [UXP-COMM] Failed to register UXP message listener: %d (0x%x)", err, err));
            LOG_TRACE((0, "тЭМ [UXP-COMM] Error details: gPlugInRef=%p, UXPMessageHandler=%p", gPlugInRef, UXPMessageHandler));
        }
    } else {
        LOG_TRACE((0, "тЭМ [UXP-COMM] UXP suite not available for message listener (suiteErr: %d)", suiteErr));
    }

In documentation, we don't have proper information regarding this feature, not sure what to do next.

Reasons:
  • Blacklisted phrase (1): i am trying to
  • Blacklisted phrase (1): I am getting this error
  • RegEx Blacklisted phrase (1): I am getting this error
  • Long answer (-1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Ayush Gupta

79790048

Date: 2025-10-14 09:52:53
Score: 2.5
Natty:
Report link

To handle multiple post-filters in Spring Cloud Gateway, ensure proper filter order using , modify response bodies with in a non-blocking, reactive way, and chain modifications across filters while maintaining performance and thread safety.

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

79790044

Date: 2025-10-14 09:50:52
Score: 1
Natty:
Report link

[ActiveWorkbook.BuiltinDocumentProperties("Creation Date")] is a date type. It needs to be converted to a string. Do it as follows.

Format(ActiveWorkbook.BuiltinDocumentProperties("Creation Date"), "yyyymmdd_hhnnss")

I hope this is helpful.

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

79790043

Date: 2025-10-14 09:49:52
Score: 0.5
Natty:
Report link

You can try dict.fromkeys()

list1 = [1, 2, 3, 4]
list2 = [3, 4, 5, 6]

merged = list(dict.fromkeys(list1 + list2))
print(merged) 


output

[1, 2, 3, 4, 5, 6]
Reasons:
  • Probably link only (1):
  • Low length (1):
  • Has code block (-0.5):
  • High reputation (-1):
Posted by: Bhargav

79790042

Date: 2025-10-14 09:48:51
Score: 3.5
Natty:
Report link

In my case I used the proxy pass of nginx for accessing the opensearch vpc endpoint dashboard from public
This might help:
https://repost.aws/knowledge-center/opensearch-dashboards-vpc-cognito

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

79790041

Date: 2025-10-14 09:47:45
Score: 10 ЁЯЪй
Natty:
Report link

Did you ever get an answer to this?

Reasons:
  • Blacklisted phrase (1): answer to this?
  • RegEx Blacklisted phrase (3): Did you ever get an answer to this
  • Low length (2):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Starts with a question (0.5): Did you
  • Low reputation (0.5):
Posted by: p45

79790039

Date: 2025-10-14 09:47:42
Score: 10 ЁЯЪй
Natty:
Report link

Hi how or where is the title for a screenshot I had taken and downloaded with lighthouse I need for an evidence to send but I dnt seem to be able to find it can anyone help ???

Reasons:
  • Blacklisted phrase (0.5): I need
  • Blacklisted phrase (1): ???
  • RegEx Blacklisted phrase (3): can anyone help
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: S.parchment

79790035

Date: 2025-10-14 09:44:41
Score: 0.5
Natty:
Report link

Try setting nodeLinker to "hoisted" in pnpm-workspace.yaml.

Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
  • Single line (0.5):
  • High reputation (-1):
Posted by: Zoltan Kochan

79790033

Date: 2025-10-14 09:43:41
Score: 1.5
Natty:
Report link

just do this for full reload

window.location.reload()
Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Mohammad Nadr

79790028

Date: 2025-10-14 09:39:40
Score: 1.5
Natty:
Report link

the error occurs because TensorFlow 2.10.0 isnтАЩt available as a standard wheel for macOS arm64, so pip canтАЩt find a compatible version for your Python 3.8.13 environment. If youтАЩre on Apple Silicon, you should replace tensorflow==2.10.0 with tensorflow-macos==2.10.0 and add tensorflow-metal for GPU support, while also relaxing numpy, protobuf, and grpcio pins to match TF 2.10тАЩs dependency requirements. If youтАЩre on Intel macOS, you can keep tensorflow==2.10.0 but still need to adjust those dependency pins. Alternatively, the cleanest fix is to upgrade to Python 3.9+ and TensorFlow 2.13 or later, which installs smoothly on macOS and is fully supported by LibRecommender 1.5.1

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

79790023

Date: 2025-10-14 09:34:38
Score: 1.5
Natty:
Report link

I wrote an MSc thesis a long time ago exactly about the question you asked, it is titled "Committed-Choice Programming Languages", you may find it helpful. Download link below:

https://1drv.ms/b/c/987ed5526a078e8f/EY-OB2pS1X4ggJiMEwAAAAABv08vK5GeA6Ci6F8IZ44wlA?e=GqRGM5

I thought Prolog and the 5th Generation Programming Project was dead a long time ago. I am bemused to see interest in this subject.

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

79790021

Date: 2025-10-14 09:32:38
Score: 3
Natty:
Report link

It seems like they offer the option if you do another API call to

Label Recovery

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Carlos Gri├▒├бn

79790019

Date: 2025-10-14 09:32:37
Score: 0.5
Natty:
Report link

It is possible to connect, like described here: https://blog.consol.de/software-engineering/ibm-mq-jmstoolbox/

The main parts are:

SET AUTHREC OBJTYPE(QMGR) PRINCIPAL('admin') AUTHADD(DSP, CONNECT, INQ)
SET AUTHREC PROFILE('SYSTEM.ADMIN.COMMAND.QUEUE') OBJTYPE(QUEUE) PRINCIPAL('app') AUTHADD(DSP, PUT, INQ)
SET AUTHREC PROFILE('SYSTEM.DEFAULT.MODEL.QUEUE') OBJTYPE(QUEUE) PRINCIPAL('app') AUTHADD(DSP, GET)
SET AUTHREC OBJTYPE(QMGR) PRINCIPAL('app') AUTHADD(DSP)
* Create a queue
DEFINE QLOCAL('MY.QUEUE.1') REPLACE
* Authorize app user
SET AUTHREC PROFILE('MY.QUEUE.1') OBJTYPE(QUEUE) PRINCIPAL('app') AUTHADD(BROWSE, GET, PUT, INQ)

Then connect with JMSToolBox:

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

79790006

Date: 2025-10-14 09:19:34
Score: 3
Natty:
Report link

For deployment: installing Rollup does not include react and react-dom. Rollup uses its own default React packages, so make sure to account for this in your setup.

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

79790005

Date: 2025-10-14 09:18:33
Score: 3
Natty:
Report link

For responsiveness in Compose, XML, and Kotlin/Java, I recommend this library:

https://github.com/bodenberg/appdimens

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Jean Carlo da Silva Bodenberg

79790001

Date: 2025-10-14 09:12:32
Score: 2
Natty:
Report link

No response since 11 years. Hope you got the answer at that time.

But for now.

Origin can;t be modified in your frontend code written in React/Angular etc.

But it can be changed via API clients like postman.

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

79789999

Date: 2025-10-14 09:10:31
Score: 2
Natty:
Report link

Use the "m"-Button on right side. In the appearing maven-Toolbar press the "Execute Maven Goal"-Button and doubleclick the "mvn install"-goal. The maven output will be printed on the left side in "run"-output panel.

Screenshot

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

79789989

Date: 2025-10-14 09:00:29
Score: 3
Natty:
Report link

Never mind. I just realized that this function doesn't need to be written into the component at all, since it doesn't depend on any component stateтАФI can simply move it to the utils file.

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

79789988

Date: 2025-10-14 08:59:29
Score: 2.5
Natty:
Report link

If you want to convert datetime to timestamp and you are in a different timezone than UTC, you might want to look into the function CONVERT_TZ()

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

79789986

Date: 2025-10-14 08:58:28
Score: 3
Natty:
Report link

The only way out?

Change your package name and start a new app listing, like a phoenix reborn from (numeric) ashes.

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

79789973

Date: 2025-10-14 08:38:24
Score: 2.5
Natty:
Report link

Tailwind Cli tool is working for me in v4 or backward to v3 https://tailwindcss.com/docs/installation/tailwind-cli

what code on docker

RUN apt-get update && apt install nodejs npm -y
RUN npm install tailwindcss @tailwindcss/cli
npx @tailwindcss/cli -i ./src/site.css -o ./src/output.css --watch
Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Mostafa Kamal

79789966

Date: 2025-10-14 08:29:21
Score: 2
Natty:
Report link

Never reload. It is easy to reload by key shortcut if needed. Actually this dialog should be reduced in functionality to a notication that other programs are doing stuff to the file. Devs suggest you should use version control if needed

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

79789958

Date: 2025-10-14 08:18:19
Score: 2.5
Natty:
Report link

If you use Gitea:

git push origin test_branch:refs/for/development_branch -o topic="test"

More information.

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

79789957

Date: 2025-10-14 08:16:18
Score: 1.5
Natty:
Report link

If itтАЩs only CSS, did you try applying a transparent cursor to both the html and body elements? Sometimes just targeting body isnтАЩt enough, especially in fullscreen mode:

Reasons:
  • Whitelisted phrase (-2): did you try
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Peshi

79789953

Date: 2025-10-14 08:07:16
Score: 0.5
Natty:
Report link

I did two steps, and it worked:

  1. !pip install -U transformers huggingface_hub
    
  2. Then restart the session. (This is important.)
Reasons:
  • Whitelisted phrase (-1): it worked
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: ANURAG SINGH BHANDARI

79789950

Date: 2025-10-14 08:06:15
Score: 1.5
Natty:
Report link

from fpdf import FPDF

# Crea

header 1 header 2
cell 1 cell 2
cell 3 cell 4

te instance of FPDF class with UTF-8 support using DejaVu font

pdf = FPDF(format='A4')

pdf.add_page()

# Add DejaVu fonts for Unicode support

pdf.add_font('DejaVu', '', '/usr/share/fonts/truetype/dejavu/DejaVuSans.ttf', uni=True)

pdf.add_font('DejaVu', 'B', '/usr/share/fonts/truetype/dejavu/DejaVuSans-Bold.ttf', uni=True)

# Title

pdf.set_font('DejaVu', 'B', 18)

pdf.multi_cell(0, 10, "рд╕рдЪреНрдЪреА рджреБрдирд┐рдпрд╛ рдФрд░ рд╕рдЪреНрдЪрд╛ рдЗрдВрд╕рд╛рди", align='C')

pdf.ln(5)

# Body

pdf.set_font('DejaVu', '', 12)

content = """рджреБрдирд┐рдпрд╛ рдХреЛ рдмрджрд▓рдиреЗ рд╕реЗ рдкрд╣рд▓реЗ, рд╣рдореЗрдВ рдЦреБрдж рдХреЛ рд╕рдордЭрдирд╛ рд╕реАрдЦрдирд╛ рдЪрд╛рд╣рд┐рдПред

рдЕрдХреНрд╕рд░ рд╣рдо рд╕реЛрдЪрддреЗ рд╣реИрдВ рдХрд┐ рджреБрдирд┐рдпрд╛ рдмреБрд░реА рд╣реИ, рд▓реЛрдЧ рдЧрд▓рдд рд╣реИрдВ, рдХрд┐рд╕реНрдордд рд╕рд╛рде рдирд╣реАрдВ рджреЗрддреА тАФ

рд▓реЗрдХрд┐рди рд╕рдЪреНрдЪрд╛рдИ рдпрд╣ рд╣реИ рдХрд┐ рджреБрдирд┐рдпрд╛ рд╡реИрд╕реА рд╣реА рд╣реЛрддреА рд╣реИ, рдЬреИрд╕реА рд╣рдорд╛рд░реА рд╕реЛрдЪ рд╣реЛрддреА рд╣реИред

рдЕрд▓реНрдмрд░реНрдЯ рдЖрдЗрдВрд╕реНрдЯреАрди рдиреЗ рдХрд╣рд╛ рдерд╛ тАФ

тАЬрдЬреАрд╡рди рдХрд╛ рдЕрд╕рд▓реА рдореВрд▓реНрдп рдЗрд╕ рдмрд╛рдд рдореЗрдВ рд╣реИ рдХрд┐ рд╣рдо рджреВрд╕рд░реЛрдВ рдХреЗ рд▓рд┐рдП рдХреНрдпрд╛ рдХрд░рддреЗ рд╣реИрдВредтАЭ

рдЬрдм рд╣рдо рджреВрд╕рд░реЛрдВ рдХреА рдорджрдж рдХрд░рддреЗ рд╣реИрдВ, рдЬрдм рдХрд┐рд╕реА рдХреЗ рдЪреЗрд╣рд░реЗ рдкрд░ рдореБрд╕реНрдХрд╛рди рд▓рд╛рддреЗ рд╣реИрдВ,

рддреЛ рд╡рд╣реАрдВ рд╕реЗ рд╣рдорд╛рд░реА рдЕрд╕рд▓реА рд╕рдлрд▓рддрд╛ рд╢реБрд░реВ рд╣реЛрддреА рд╣реИред

рдЬреНрдЮрд╛рди рдпрд╛ рдкреИрд╕рд╛ рдмрдбрд╝рд╛ рдирд╣реАрдВ рд╣реЛрддрд╛ тАФ рдмрдбрд╝реА рд╣реЛрддреА рд╣реИ рдЗрдВрд╕рд╛рдирд┐рдпрддред

рдорд╣рд╛рддреНрдорд╛ рдЧрд╛рдВрдзреА рдиреЗ рднреА рдХрд╣рд╛ тАФ

тАЬрд╕рддреНрдп рдФрд░ рдЕрд╣рд┐рдВрд╕рд╛ рд╣реА рд╕рдмрд╕реЗ рдмрдбрд╝реА рддрд╛рдХрдд рд╣реИрдВредтАЭ

рдЙрдиреНрд╣реЛрдВрдиреЗ рдЕрдкрдиреЗ рдЬреАрд╡рди рд╕реЗ рд╕рд┐рдЦрд╛рдпрд╛ рдХрд┐ рд╕рдЪреНрдЪрд╛рдИ рдкрд░ рдЯрд┐рдХреЗ рд░рд╣рдирд╛ рдХрдард┐рди рдЬрд░реВрд░ рд╣реИ,

рдкрд░ рдЕрдВрдд рдореЗрдВ рд╡рд╣реА рдЬреАрддрддрд╛ рд╣реИред

рдЬреЛ рдЦреБрдж рдХреЗ рдЕрдВрджрд░ рдХреА рдмреБрд░рд╛рдЗрдпреЛрдВ рд╕реЗ рд▓рдбрд╝рддрд╛ рд╣реИ, рд╡рд╣реА рд╕рдЪреНрдЪрд╛ рд╡рд┐рдЬреЗрддрд╛ рд╣реЛрддрд╛ рд╣реИред

рд╣рдо рд╕рдм рдЗрд╕ рджреБрдирд┐рдпрд╛ рдХреЛ рдЬрд╛рдирдирд╛ рдЪрд╛рд╣рддреЗ рд╣реИрдВ тАФ

рд▓реЗрдХрд┐рди рдЕрд╕рд▓реА рд╕рдордЭ рддрдм рдЖрддреА рд╣реИ, рдЬрдм рд╣рдо рдЕрдкрдиреЗ рдорди рдХреА рджреБрдирд┐рдпрд╛ рдХреЛ рдкрд╣рдЪрд╛рдирддреЗ рд╣реИрдВред

рдЬрдм рд╣рдо рдЧреБрд╕реНрд╕реЗ рдХреА рдЬрдЧрд╣ рдзреИрд░реНрдп рдЪреБрдирддреЗ рд╣реИрдВ,

рдирдлрд░рдд рдХреА рдЬрдЧрд╣ рдкреНрдпрд╛рд░, рдФрд░ рдбрд░ рдХреА рдЬрдЧрд╣ рд╡рд┐рд╢реНрд╡рд╛рд╕ тАФ

рддрднреА рд╣рдо рджреБрдирд┐рдпрд╛ рдХреЛ рд╡реИрд╕рд╛ рджреЗрдЦ рдкрд╛рддреЗ рд╣реИрдВ, рдЬреИрд╕реА рд╡реЛ рд╕рдЪ рдореЗрдВ рд╣реИ тАФ рд╕реБрдВрджрд░, рд╕рдЪреНрдЪреА рдФрд░ рдЕрд╡рд╕рд░реЛрдВ рд╕реЗ рднрд░реАред

рдЗрд╕рд▓рд┐рдП рдпрд╛рдж рд░рдЦрд┐рдП тАФ

рджреБрдирд┐рдпрд╛ рдмрджрд▓рдиреЗ рдХреА рд╢реБрд░реБрдЖрдд тАЬрдЖрдктАЭ рд╕реЗ рд╣реЛрддреА рд╣реИред

рдЕрдЧрд░ рдЖрдк рдереЛрдбрд╝рд╛ рдмреЗрд╣рддрд░ рдЗрдВрд╕рд╛рди рдмрди рдЬрд╛рдПрдВ,

рддреЛ рдЖрдкрдХреА рд╡рдЬрд╣ рд╕реЗ рджреБрдирд┐рдпрд╛ рднреА рдереЛрдбрд╝реА рдмреЗрд╣рддрд░ рд╣реЛ рдЬрд╛рдПрдЧреАред ЁЯМЮ"""

pdf.multi_cell(0, 8, content, align='J')

pdf.ln(10)

# Author name at the bottom right

pdf.set_font('DejaVu', '', 12)

pdf.cell(0, 10, 'рд▓реЗрдЦрдХ: P.K. Yadav 720', 0, 0, 'R')

# Save PDF

file_path = "/mnt/data/Sacchi_Duniya_aur_Saccha_Insaan.pdf"

pdf.output(file_path)

file_path

Reasons:
  • Long answer (-1):
  • No code block (0.5):
  • No latin characters (1):
  • Low reputation (1):
Posted by: Pujeet kumar

79789949

Date: 2025-10-14 08:05:15
Score: 3
Natty:
Report link

If you are working with RN cli, try to use react-native-startup-splash, this library is built using turbo modules and supports both platforms.

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: ╨Ф╨╝╨╕╤В╤А╨╕╨╣ ╨Ъ╨╗╨╛╨║╨╛╨▓

79789942

Date: 2025-10-14 08:01:13
Score: 3
Natty:
Report link

I found out the following way to solve the issue

__files/search-response-e.json

{{#assign 'page-size'}}20{{/assign~}}
{{#each request.query}}
  {{#if (eq @key 'size')}}
    {{#assign 'page-size}}
      {{this}}
    {{/assign~}}
  {{/if~}}
{{/each~}}

Iterating over the request.query content doesn't include the size property when it's not sent as a query parameter. So it is possible to iterate over all elements in request.query, check if any of the keys matches the parameter {{#if (eq @key 'size')}} and then assign the value replacing the default one if the parameter is present.


It is a solution but it's also very verbose and weird to understand what it's doing at first glance. I would appreciate it if anyone knows a better and cleaner way to solve this.

Reasons:
  • Blacklisted phrase (1): anyone knows
  • Blacklisted phrase (1.5): would appreciate
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Kodex

79789941

Date: 2025-10-14 07:59:13
Score: 3
Natty:
Report link

I'd like to know if there is a way to push an SBOM and then using Dependency track's API by getting the uuid or the url of the SBOM that was pushed automatically ?

Because after pushing the SBOM to my Dependency Track instance, and then asking for:

/api/v1/project/lookup?name=ECU3D06&version=0.0.1

I get the following response:

Access to the specified project is forbidden

probably because this SBOM is not added to my Portfolio Access Control team ... Is there a way to add it to the latter automatically in the last version of Dependency Track ?

Reasons:
  • Blacklisted phrase (1): Is there a way
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Nicolas Fischer

79789938

Date: 2025-10-14 07:54:11
Score: 2.5
Natty:
Report link

This topic is first on google so : official answer from isotope devs : https://github.com/metafizzy/isotope/issues/1216, remove all "transition all" for isotope item as it messes with isotope inner class.

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

79789920

Date: 2025-10-14 07:33:07
Score: 3
Natty:
Report link

Applications can regain continuity and consistency by restoring past configurations, data, and session information from the database.

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Pauls Creationids Interior Des

79789903

Date: 2025-10-14 07:19:03
Score: 2
Natty:
Report link

In How to control significant digits, ONLY when necessary, in a Thymeleaf template? they find a workaround for the case that it is an integer:

<span th:text="${user.averageScore} % 1 == 0? ${user.averageScore} :${#numbers.formatDecimal(user.averageScore, 0, 2)}"/>
Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Maximilian Kias

79789886

Date: 2025-10-14 06:53:57
Score: 3.5
Natty:
Report link

Try to use react-native-startup-splash, this library is built using turbo modules and supports both platforms.

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: ╨Ф╨╝╨╕╤В╤А╨╕╨╣ ╨Ъ╨╗╨╛╨║╨╛╨▓