79591213

Date: 2025-04-24 17:58:52
Score: 0.5
Natty:
Report link

What’s the Difference Between @Async and Spring WebFlux?

Both help you do things asynchronously in Spring — but they’re not the same.

@Async:

Easy to use, but not great for handling lots of users or real-time data.

WebFlux:

Great for APIs, streaming data, or apps that handle lots of users at once.

Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): What
  • Low reputation (0.5):
Posted by: Nikhil Amin

79591208

Date: 2025-04-24 17:56:51
Score: 7.5 🚩
Natty: 4
Report link

Anybody solved this issue? I am having the same issue, but only when I deploy new version of the app, and it's not even every time, it's weird.

Reasons:
  • RegEx Blacklisted phrase (1.5): solved this issue?
  • Low length (1):
  • No code block (0.5):
  • Me too answer (2.5): I am having the same issue
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Stefan

79591200

Date: 2025-04-24 17:50:49
Score: 4.5
Natty:
Report link

I am getting same problem in my project by default i am added below in my project then solve not use end point '/ '

spring.application.name=02_greet

spring.boot.admin.client.url=http://localhost:9090

management.endpoints.web.exposure.include='*'

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Me too answer (2.5): I am getting same problem
  • Low reputation (1):
Posted by: durgesh kumar

79591199

Date: 2025-04-24 17:49:48
Score: 5.5
Natty: 6
Report link

I keep getting problems with chrome and reading the comments above I turned off my VPN but it didnt make any difference then disabled all shields in avast and magically I ddnt get the problem any more and the page loaded normally apart from a hsort second where it said something that I cant remember but then it dissapeared and the wbpage loaded. Can anyone explain why and how to fix it as I need the virus protection from avast. Its not a problem at all on other browsers just chrome

Thanks

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Blacklisted phrase (0.5): I need
  • RegEx Blacklisted phrase (2.5): Can anyone explain
  • No code block (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: roger Simms

79591179

Date: 2025-04-24 17:31:43
Score: 1.5
Natty:
Report link

Class file 55 means the "new" dwr.jar was compiled with java 11. You'll need to switch to java 11 first.

You could always take the old dwr.jar and run it through the migration tool and it'll update the byte code to be jakarta compatible.

https://tomcat.apache.org/download-migration.cgi

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

79591177

Date: 2025-04-24 17:29:43
Score: 1.5
Natty:
Report link

I ran into this same issue. In my case I was writing to a local mapped directory on Server 2016. When I ran in debug and hit the .Dispose() or .Close() methods on the writer it would delete the file from the output location.

Running the application outside of Visual Studio (2019, 2022) in release the problem didn't persist. Seems in my case it was the development environment that caused the issue.

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

79591167

Date: 2025-04-24 17:26:42
Score: 1
Natty:
Report link

Some other options for debugging keys:

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

79591164

Date: 2025-04-24 17:25:42
Score: 1.5
Natty:
Report link

I ran into this issue during .net style project migration. I just completely remove AndroidHttpClientHandlerType from csproj file all together and I guess that lets the default take over. Then I had to delete bin and obj in all projects and the error went away

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

79591163

Date: 2025-04-24 17:23:41
Score: 3.5
Natty:
Report link
return BaseMacroCategoryModel::orderBy('id','desc')->get()
error:count(): Parameter must be an array or an object that implements Countable

here is question like that why i am encountering this kind of error while not finding count for the query. i have clear cache, config clear, route:clear everything is done but still getting error.

any one please can help me?

Reasons:
  • Blacklisted phrase (1): help me
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: sumant kumar

79591156

Date: 2025-04-24 17:15:39
Score: 2.5
Natty:
Report link

I know it doesn't follow my first path, nor does it identify why my first route failed, but it looks like I was able to get 100% results by adding onto my 2nd route. I used "First Characters" to grab the first 6, then converted to type number, then another new column appended an 01 to every line with data. Finally '''Date.From''' is reporting correctly on each line of data.

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

79591144

Date: 2025-04-24 17:07:37
Score: 3.5
Natty:
Report link

I created a Netbeans plugin to fix that error on the clipboard.

I hope it helps you

https://github.com/mikaelarh/CopyPasteFixNetbeans/releases/tag/Release_0.1

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

79591135

Date: 2025-04-24 17:05:37
Score: 0.5
Natty:
Report link

Answering the first part of your question:

resource "aws_opensearchserverless_collection" "collection" {
  name = "bedrock-kb-collection"
  type = "VECTORSEARCH"
  description = "Vector collection for Bedrock knowledge base"

  depends_on = [aws_opensearchserverless_security_policy.encryption, aws_opensearchserverless_security_policy.network]
}

Yes, you can point your bedrock knowledge base to s3 bucket by setting up the aws_bedrockagent_knowledge_base & aws_bedrockagent_data_source.

Ref links: https://registry.terraform.io/providers/hashicorp/aws/5.95.0/docs/resources/opensearchserverless_collection
https://registry.terraform.io/providers/hashicorp/aws/5.95.0/docs/resources/bedrockagent_knowledge_base
https://registry.terraform.io/providers/hashicorp/aws/5.95.0/docs/resources/bedrockagent_data_source

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

79591123

Date: 2025-04-24 16:56:34
Score: 3.5
Natty:
Report link

fixed using vsce package in terminal

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

79591119

Date: 2025-04-24 16:51:33
Score: 0.5
Natty:
Report link

If it is installed on the runner and if the workflow is running on the same runner, it should detect but I would suggest you to add setup-java job right before running actual tests

- uses: actions/setup-java@v4
  with:
    distribution: 'temurin'
    java-version: '21'
    cache: 'maven'

FYI - https://github.com/actions/setup-java

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Dayananda D R

79591099

Date: 2025-04-24 16:39:31
Score: 3.5
Natty:
Report link

el error esta en `

 uv: not found

`
tambien estuve teniendo el mismo problema pero se solociono con:

# Copiar uv directamente desde la imagen oficial de uv
COPY --from=ghcr.io/astral-sh/uv:0.6.14 /uv /uvx /bin/
Reasons:
  • RegEx Blacklisted phrase (2.5): mismo
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Gloogluu

79591091

Date: 2025-04-24 16:36:29
Score: 2
Natty:
Report link

I know it's been awhile since you asked but I've just stumbled upon your question here. So, just in case that it might still be relevant, we always recommend the following steps when trying to tackle an issue:

And in this particular case, you might like to check out this repo which shows different integrations examples of xeokit SDK with other SDKs like Vue, Nuxt, React: https://github.com/xeokit/xeokit-integration-examples

Reasons:
  • Blacklisted phrase (1): I know it's been
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Diyan Rashevski

79591083

Date: 2025-04-24 16:30:28
Score: 1.5
Natty:
Report link

There's a different approach that worked:

IServiceScope currentScope = HttpContext.Current.GetScope();
IServiceProvider serviceProvider = scope.ServiceProvider;

More details here.

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

79591081

Date: 2025-04-24 16:30:28
Score: 3
Natty:
Report link

On Windows I solve this problem with building a INSTALL solution in VS and i get glfw3Config.cmake in path that i set up in file in this solution.

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

79591080

Date: 2025-04-24 16:29:28
Score: 1.5
Natty:
Report link

For OSX tou can toggle using

CMD + Option + B

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

79591074

Date: 2025-04-24 16:23:26
Score: 2
Natty:
Report link

Push notifications do not include a message body but rather send a heads up that something has changed in your calendar event by returning headers.

Since it does not provide details such as whether an event was created or deleted, you need to make an API call to determine what has changed.

Additionally, you can find helpful insights in this StackOverflow question.

Reasons:
  • Blacklisted phrase (1): StackOverflow
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: yannco

79591065

Date: 2025-04-24 16:14:23
Score: 1
Natty:
Report link

I encountered the same issue while using Python 3.13.
What worked for me was downgrading to Python 3.10.

Others working on the CrewAI project mentioned that it also runs fine on Python 3.11 and 3.12, so if you prefer not to go all the way back to 3.10, those versions might be worth trying as well.

Reasons:
  • Whitelisted phrase (-1): worked for me
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Pablo Brunetti

79591064

Date: 2025-04-24 16:12:23
Score: 3.5
Natty:
Report link

Not sure why, but replacing \u25b6 (triangle) with \u25ba (arrow) seems to do the trick.

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

79591062

Date: 2025-04-24 16:12:23
Score: 1.5
Natty:
Report link

just in case someone needs to read this: do not use backslashes, use forward slashes for the path:

[commit]
    template = c:/message.txt
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: apfreelance

79591061

Date: 2025-04-24 16:11:22
Score: 10.5
Natty: 8
Report link

Can you explain how you solved the problem?

Reasons:
  • RegEx Blacklisted phrase (2.5): Can you explain how you
  • RegEx Blacklisted phrase (1.5): solved the problem?
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): Can you
  • Low reputation (1):
Posted by: hatice

79591056

Date: 2025-04-24 16:09:21
Score: 3.5
Natty:
Report link

I am trying to update Pyinstaller, I have version 6.12 and it appears to update to version 6.13.0, even with the Pip Install Pyinstaller command -upgrade, but it tells me that it is already installed. Actually I have Python 3.13.2. Also try pip3 Install Pyinstaller -leave without result. That another command could try. Thank you

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Blacklisted phrase (1): I am trying to
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Tute

79591053

Date: 2025-04-24 16:07:20
Score: 4
Natty:
Report link

You can do it with applying display: inline-block; to the child element.

See post: How do I get this CSS text-decoration override to work?

Reasons:
  • Blacklisted phrase (1): How do I
  • Probably link only (1):
  • Low length (1.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • High reputation (-1):
Posted by: jhawes

79591050

Date: 2025-04-24 16:06:20
Score: 1.5
Natty:
Report link

Minecraft 1.21.72 es la última actualización del juego de construcción, supervivencia y aventuras más famoso de la historia. En esta versión, los jugadores podrán explorar biomas inéditos, enfrentarse a nuevos desafíos y personalizar su experiencia con mayor libertad. Compatible con Android e iOS, permite disfrutar tanto en modo offline como multijugador online.

https://github.com/hhacaaffeafea

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

79591039

Date: 2025-04-24 16:03:19
Score: 1
Natty:
Report link

the GeolocationCoordinates object returned by Geolocation API already contains calculated speed property. So that before calculating anything by a custom code you can just check whether the speed was returned and if so, then just use it.

Although it is not mandatory for a browser to return it, on modern phones with modern browsers it is usually returned.

https://developer.mozilla.org/en-US/docs/Web/API/GeolocationCoordinates/speed

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

79591037

Date: 2025-04-24 16:01:18
Score: 3
Natty:
Report link

Chrome and Safari interpret rendering values in subtly different ways. You're issue is most likely due to how you're referencing the center points your circles. Try uncommenting lines 337-340 in cicles.js From web inspector

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

79591030

Date: 2025-04-24 15:59:17
Score: 3
Natty:
Report link

It looks like the convention for tanstack router is indeed to prefix components with -:

enter image description here

Reasons:
  • Probably link only (1):
  • Low length (1.5):
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: g.delgado

79591025

Date: 2025-04-24 15:56:17
Score: 1
Natty:
Report link

Your canvas is not visible. One way to make it visible is to pack it by by adding

self.canvas.pack(fill="both", expand=True)

to your terkinter.py __init__ method.

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

79591018

Date: 2025-04-24 15:49:15
Score: 2.5
Natty:
Report link

Partition table is a logical entity hence does not require tablespace. However actual partitions of a partitioned table are concrete tables and hence it is possible to specify a tablespace.

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

79591011

Date: 2025-04-24 15:45:14
Score: 2.5
Natty:
Report link

Check this answer for an easy alternative using MATCH worksheet formula.

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

79590997

Date: 2025-04-24 15:38:11
Score: 1.5
Natty:
Report link

You need to get 111111 binary at one of the steps of the encoding (before final conversion from binary to text). If you triple the question mark in your test string, you should get a forward-slash. e.g.

... <=>???@ABCDEFGHIJKLMNOPQRSTUVWXYZ ...
Reasons:
  • Blacklisted phrase (1): ???
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Vasya

79590987

Date: 2025-04-24 15:32:10
Score: 2
Natty:
Report link

I have run into this same problem. I followed google's documentation and the sample code fails to auth and complains about missing items in the json it just had me create and download.

the token.json is in the same dir as my gmail_test.py (which is an exact copy/paste from their sample code)

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

79590985

Date: 2025-04-24 15:31:09
Score: 0.5
Natty:
Report link

Only folder1 is created, whereas, check_dep should be checked twice? Since it is part of .PHONY ?

No. make determines at most once per run whether any given target is up to date, and it runs any given target's recipe at most once per run. .PHONY affects only how make determines whether targets are up to date.

Any solution to this?

It's unclear what "this" you mean.

Reasons:
  • Blacklisted phrase (1.5): Any solution
  • RegEx Blacklisted phrase (2): Any solution to this?
  • Long answer (-1):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • High reputation (-2):
Posted by: John Bollinger

79590981

Date: 2025-04-24 15:28:09
Score: 2
Natty:
Report link

I had the similar issue but it's due to my iPhone simulator crashed.

Just kill the simulator app and then reopen the Xcode project, storyboard screen will re-appear

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

79590980

Date: 2025-04-24 15:27:08
Score: 2
Natty:
Report link

I had the similar issue but it's due to my iPhone simulator crashed.

Just kill the simulator app and then reopen the Xcode project, storyboard screen will re-appear

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

79590978

Date: 2025-04-24 15:27:08
Score: 2
Natty:
Report link

I had the similar issue but it's due to my iPhone simulator crashed.

Just kill the simulator app and then reopen the Xcode project, storyboard screen will re-appear

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

79590976

Date: 2025-04-24 15:27:08
Score: 2
Natty:
Report link

I had the similar issue but it's due to my iPhone simulator crashed.

Just kill the simulator app and then reopen the Xcode project, storyboard screen will re-appear

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

79590975

Date: 2025-04-24 15:27:08
Score: 2
Natty:
Report link

I had the similar issue but it's due to my iPhone simulator crashed.

Just kill the simulator app and then reopen the Xcode project, storyboard screen will re-appear

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

79590969

Date: 2025-04-24 15:26:07
Score: 6.5 🚩
Natty: 5.5
Report link

did you figure out the solution? Just to load looker assets which is not in our control is taking arojnd 8s. This is an unwanted overhead ontop of the actual query time. Does it mean everyone using looker facing this during init? There gotta be a solution

Reasons:
  • RegEx Blacklisted phrase (3): did you figure out the solution
  • Low length (0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): did you
  • Low reputation (1):
Posted by: bhargav67

79590949

Date: 2025-04-24 15:18:05
Score: 1
Natty:
Report link

Use np.newaxis

    c = a * b[:, np.newaxis]

You don't need to allocate space for c in advance btw.

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

79590942

Date: 2025-04-24 15:14:04
Score: 1.5
Natty:
Report link

Actually you can add "timezone=yourtimezone;" at the connection string when using ODBC. Hope this helps!

I'm just writing this out here now I know that.

Reasons:
  • Whitelisted phrase (-1): Hope this helps
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: GoWaPs

79590938

Date: 2025-04-24 15:12:03
Score: 0.5
Natty:
Report link

in config/app.php

add this :

 Nwidart\Modules\LaravelModulesServiceProvider::class,
    'providers' => ServiceProvider::defaultProviders()->merge([
        /*
         * Package Service Providers...
         */

        /*
         * Application Service Providers...
         */
        App\Providers\AppServiceProvider::class,
        // App\Providers\BroadcastServiceProvider::class,
        App\Providers\EventServiceProvider::class,
        App\Providers\RouteServiceProvider::class,
        Nwidart\Modules\LaravelModulesServiceProvider::class,
    ])->toArray(),
Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Gugun Gunawan

79590934

Date: 2025-04-24 15:11:03
Score: 0.5
Natty:
Report link

Instead of using a loop, you can leverage `np.einsum` or direct broadcasting with array operations. Here are two approaches:

### 1. Using `np.einsum` (Most Elegant)
```python
c = np.einsum('...i,...->...i', a, b)
```

### 2. Using Broadcasting with Array Operations
```python
c = a * b[..., np.newaxis]
```

### Explanation
- **Input Assumptions**:

- **Why These Work**:

### Why These Are Better
- **No Loops**: Both methods avoid explicit Python loops, which are slow compared to NumPy's vectorized operations.
- **Idiomatic**: Using `np.einsum` or broadcasting is standard in NumPy for such operations.
- **Performance**: Both approaches are generally faster than the loop, especially for large arrays, as they leverage NumPy's optimized C-based operations.
- **Readability**: The code is more concise and expressive.

### When to Use Which
- **Broadcasting (`a * b[..., np.newaxis]`)**: Use this for simplicity and when the operation is straightforward. It's intuitive if you're familiar with NumPy broadcasting.
- **Einsum**: Use `np.einsum` for maximum clarity in complex operations or when you need fine-grained control over indexing. It can also be slightly more performant in some cases due to optimized execution paths.

### Example
```python
import numpy as np

# Example arrays
a = np.ones((2, 3, 4)) # Shape: (2, 3, 4)
b = np.ones((3,)) # Shape: (3,)

# Original loop-based approach
c = np.empty(np.broadcast_shapes(a.shape[:-1], b.shape) + (a.shape[-1],), a.dtype)
for i in range(a.shape[-1]):
c[..., i] = a[..., i] * b

# Broadcasting approach
c_broadcast = a * b[..., np.newaxis]

# Einsum approach
c_einsum = np.einsum('...i,...->...i', a, b)

# Verify results are identical
print(np.array_equal(c, c_broadcast)) # True
print(np.array_equal(c, c_einsum)) # True
```

Both methods produce the same result as your loop but are more concise and typically faster. If performance is critical, you can benchmark both approaches with your specific array sizes, but `np.einsum` is often preferred for its clarity and optimization.

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

79590931

Date: 2025-04-24 15:09:02
Score: 2
Natty:
Report link

You can adjust the gap precisely using width as follows:

Here is an example of a very narrow gap:

plt.bar(departments, students, width=0.95)

example bar graph with narrow gap

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

79590929

Date: 2025-04-24 15:08:02
Score: 1.5
Natty:
Report link

Apparently you can't name the second parameter whatever you want. The name of the second parameter must be state. Not knowing this information, I was using a capitalised S. Putting it to lowercase solved the problem.

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

79590924

Date: 2025-04-24 15:04:01
Score: 2.5
Natty:
Report link

The problem is that you're not calling the method from outside. So, the annotations are just ignored.

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

79590922

Date: 2025-04-24 15:02:00
Score: 2.5
Natty:
Report link

I know it's been awhile and we've talked since then but I've just stumbled upon your question here and just in case, wanted to double check if it's still relevant. Also, maybe it could be useful for others, too. We typically recommend the following approach when having issues:

Reasons:
  • Blacklisted phrase (1): I know it's been
  • No code block (0.5):
  • Low reputation (1):
Posted by: Diyan Rashevski

79590918

Date: 2025-04-24 15:01:00
Score: 2
Natty:
Report link

The error is caused due a mismatch between the version that you're using of hadoop at compile time and the version that you're using at runtime (on your server). You should check both and make sure they're the same.

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

79590915

Date: 2025-04-24 14:59:59
Score: 0.5
Natty:
Report link

Posting this here because I had the same question. What I was looking for was the server to send multiple status updates in response to a single request.

The solution I found is Server Sent Events https://developer.mozilla.org/en-US/docs/Web/API/Server-sent_events/Using_server-sent_events

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

79590912

Date: 2025-04-24 14:58:59
Score: 0.5
Natty:
Report link

@Miki U

I was able to improve on this a bit in my own usage to clean up your concern in tip #1.

In your local store you can individually update your state data without effecting your mutations by handling the specific keys you want to persist through the page reload.

created() {
    // persisted keys that need to be stored
    const keysToRestore = ['key1', 'key2', 'key3', 'key4', 'key5'];

    // restore any session stored keys that should be persisted through page refresh
    keysToRestore.forEach(key => {
        const savedValue = sessionStorage.getItem(`store_${key}`);
        if (savedValue !== null) {
        try {
            this.$store.state[key] = JSON.parse(savedValue);
        } catch (e) {
            console.warn(`Failed to parse stored ${key}`, e);
        }
        }
    });

    // On page unload, save those keys back to sessionStorage to persist through page refresh
    window.addEventListener('beforeunload', () => {
        keysToRestore.forEach(key => {
        const value = this.$store.state[key];
        sessionStorage.setItem(`store_${key}`, JSON.stringify(value));
        });
    });
}
Reasons:
  • Long answer (-1):
  • Has code block (-0.5):
  • User mentioned (1): @Miki
  • Low reputation (1):
Posted by: Shannon Peterson

79590906

Date: 2025-04-24 14:55:58
Score: 2.5
Natty:
Report link

There are only three enums aloud: "auto", "compact", "full"

https://docs.datadoghq.com/dashboards/widgets/list/#api

Unfortunately, being able to set column width to a specific value is not supported.

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

79590905

Date: 2025-04-24 14:55:58
Score: 3.5
Natty:
Report link

This is a good question, because this topic is very confusing.

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

79590904

Date: 2025-04-24 14:54:57
Score: 10.5 🚩
Natty: 5
Report link

I am facing a similar issue. Tried deploying 40 times and lost my patience. Did the Replit team fix it for you? Do you know of any other fix for this error?

Reasons:
  • RegEx Blacklisted phrase (1.5): fix it for you?
  • RegEx Blacklisted phrase (1.5): fix for this error?
  • Low length (1):
  • No code block (0.5):
  • Me too answer (2.5): I am facing a similar issue
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Rohan Jain

79590903

Date: 2025-04-24 14:54:57
Score: 2.5
Natty:
Report link

If you are working on Windows and using Powershell terminal, you should use this syntax: $env:UV_THREADPOOL_SIZE=1; node multitask.js

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

79590899

Date: 2025-04-24 14:54:57
Score: 2
Natty:
Report link

Worked for me (Angular 19):

In the @Component of the .ts file, add -> providers: [provideNativeDateAdapter()]

Don't forget the importation -> import {provideNativeDateAdapter} from '@angular/material/core';

Reasons:
  • Whitelisted phrase (-1): Worked for me
  • Low length (0.5):
  • No code block (0.5):
  • User mentioned (1): @Component
  • Low reputation (1):
Posted by: KYGD

79590890

Date: 2025-04-24 14:50:56
Score: 7
Natty: 8
Report link

can you share how did you integrate allure reporting in aws code pipeline? I'm looking to build a similar flow as yours

Reasons:
  • RegEx Blacklisted phrase (2.5): can you share how
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): can you share
  • Low reputation (1):
Posted by: Aishwarya

79590883

Date: 2025-04-24 14:47:55
Score: 3
Natty:
Report link

There is a Python wrapper I developed for SecuGen using the FDx Pro SDK. It is available on PyPI: https://pypi.org/project/secugenpy/

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

79590882

Date: 2025-04-24 14:44:54
Score: 0.5
Natty:
Report link

Ubuntu's debuginfod landing page says:

About debuginfod

Currently, the service only provides DWARF information. There are plans for it to also index and serve source-code in the future.

So no source code for now. You will need to locally install the GLIBC source code and point gdb to it. See How can I get glibc/libstdc++ sources and set them up for gdb to find?

Reasons:
  • Blacklisted phrase (0.5): How can I
  • Low length (0.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • High reputation (-2):
Posted by: Mike Kinghan

79590875

Date: 2025-04-24 14:39:53
Score: 1
Natty:
Report link

Mapped types https://www.typescriptlang.org/docs/handbook/2/mapped-types.html#mapping-modifiers seems to be what you are looking for.

I was able to chieve this.

type TPerson = {
  name: string;
  age: number;
}

type TIn = {
  xa: number;
  xb: string;
  xc: boolean;
  // ...
}

type TRename = {
  ya: "xa";
  yb: "xb";
  yc: "xc";
  // ...
}

type TOut = {
  ya: number;
  yb: string;
  yc: TPerson;
  // ...
}

function fn<T extends { [K in keyof TIn]?: TIn[K] }>(input: T): {
  [K in keyof TOut]: T[TRename[K]] extends TIn[TRename[K]] ?
    TOut[K] :
    undefined
} {
  return;
}

var test0 = fn({ xa: 77 }); // intelisense type hint:
//var test0: {
//  ya: number;
//  yb: undefined;
//  yc: undefined;
//}

var test1 = fn({ xc: false }); // intelisense type hint:
//var testl: {
//  ya: undefined;
//  yb: undefined;
//  yc: TPerson;
//}

var test2 = fn({ xa: 0, xb: "", xc: true }); // intelisense type hint:
//var test2: {
//  ya: number;
//  yb: string;
//  yc: TPerson;
//}
Reasons:
  • Probably link only (1):
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: KaaBEL

79590871

Date: 2025-04-24 14:38:53
Score: 1
Natty:
Report link

Thanks a lot André Lemos. This helped me to build my kotlin mobile app.

// settings.gradle.kt
...
maven {
    url = uri("https://repo.itextsupport.com/android")
}
...
// build.gradle.kt (Module:app)
...
val itextVersion = "7.2.5" // Or the latest version you find

    implementation("com.itextpdf.android:kernel-android:$itextVersion")
    implementation("com.itextpdf.android:forms-android:$itextVersion")
    implementation("com.itextpdf.android:io-android:$itextVersion")
...
Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Kenura R. Gunarathna

79590870

Date: 2025-04-24 14:38:53
Score: 2.5
Natty:
Report link

Using + in front of dates will convert them to milliseconds. In the demo this approach is used to more easily compare dates and comparing milliseconds is precise. As for attaching a template dynamically indeed setOptions is the way.

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

79590852

Date: 2025-04-24 14:32:51
Score: 1
Natty:
Report link

GetSnapshotUri

Description:

A client uses the GetSnapshotUri command to obtain a JPEG snapshot from the device. The returned URI shall remain valid indefinitely even if the profile is changed. The ValidUntilConnect, ValidUntilReboot and Timeout Parameter shall be set accordingly (ValidUntilConnect=false, ValidUntilReboot=false, timeout=PT0S). The URI can be used for acquiring a JPEG image through a HTTP GET operation. The image encoding will always be JPEG regardless of the encoding setting in the media profile. The Jpeg settings (like resolution or quality) may be taken from the profile if suitable. The provided image will be updated automatically and independent from calls to GetSnapshotUri.

SOAP action:

http://www.onvif.org/ver10/media/wsdl/GetSnapshotUri

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

79590846

Date: 2025-04-24 14:29:50
Score: 4
Natty:
Report link

@Mateusz Koszewski I am battling the same error let me know what you ended up doing .

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Looks like a comment (1):
  • Low reputation (0.5):
Posted by: Smitha Kalluz

79590844

Date: 2025-04-24 14:28:50
Score: 2
Natty:
Report link

Thank you so much for your suggestions. I researched more and also deleted the packages with duplicates. After researching more, I used the following code that fixed the issue:


\usepackage[style=authoryear,backend=bibtex]{biblatex}
Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Anwesha Bandyopadhyay

79590842

Date: 2025-04-24 14:27:49
Score: 2.5
Natty:
Report link

The other thing you could do is switch to the SSISDB database before executing your SQL to start the execution - then it won't complain about not being able to revert

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

79590838

Date: 2025-04-24 14:27:49
Score: 2.5
Natty:
Report link

For me that worked:

from llama_index.llms.huggingface_api import HuggingFaceInferenceAPI
Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: david

79590837

Date: 2025-04-24 14:26:48
Score: 6.5 🚩
Natty: 5
Report link

Is there a way to create API token programmatically for these local users (which doesnt have login access)?

Reasons:
  • Blacklisted phrase (1): Is there a way
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Starts with a question (0.5): Is there a
  • Low reputation (1):
Posted by: Radhika PR

79590833

Date: 2025-04-24 14:26:48
Score: 2
Natty:
Report link

If the table is empty, just rename the table. Then get the DDL: "CREATE TABLE ...". Correct the table name in the statement as well as the default value and execute that statement. Finally drop the renamed table.

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

79590832

Date: 2025-04-24 14:26:48
Score: 1
Natty:
Report link

I made it by css in codemirror 6.

My html structure

<div class="code-editor-container">
    <div class="cm-editor">...</div>
</div>

SCSS

.code-editor-container {
  background-color: white;
  border: 1px solid lightgray;
  position: relative;

  resize: vertical;
  overflow: auto;
  max-height: 600px;
  min-height: 2rem;

  .cm-editor {
    height: 100%;
    max-height: 600px;
  }
}

Picture

enter image description here

Reasons:
  • Probably link only (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Vladimír Mlázovský

79590830

Date: 2025-04-24 14:25:48
Score: 1.5
Natty:
Report link

You should use "__main__" instead of "__ main __". I.e. remove spaces between underscores and letters.

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

79590823

Date: 2025-04-24 14:23:47
Score: 1.5
Natty:
Report link

try to use baseUrl while passing the html file with the same CORS url

      <WebView"
        source={{
          baseUrl: "https://some.domain.com/",
          html,
        }}
       ...
      />
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: rafab

79590820

Date: 2025-04-24 14:19:46
Score: 3
Natty:
Report link

I’m implementing a genetic algorithm (GA) to solve the Traveling Salesman Problem (TSP), and I need help defining a fitness function for it.

Here is my solution to calculate the distance of a given path and then evaluate the fitness (where the fitness is the inverse of the distance — shorter paths are more fit):

# Function to calculate the distance of a path
def distance(path, dist_matrix):
    return sum(dist_matrix[path[i]][path[i+1]] for i in range(len(path)-1)) + dist_matrix[path[-1]][path[0]]

# Fitness function: inverse of distance (shorter paths are better)
def fitness(path, dist_matrix):
    return 1 / distance(path, dist_matrix)

# Distance matrix (example for a 4-city problem)
dist_matrix = [
    [0, 2, 9, 10],
    [1, 0, 6, 4],
    [15, 7, 0, 8],
    [6, 3, 12, 0]
]

# Example path (city visit order)
path = [0, 1, 3, 2]

# Print the distance and fitness of the example path
print("Distance:", distance(path, dist_matrix))
print("Fitness:", fitness(path, dist_matrix))
Reasons:
  • Blacklisted phrase (0.5): I need
  • Blacklisted phrase (2.5): I need help
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Prito

79590817

Date: 2025-04-24 14:19:46
Score: 7.5 🚩
Natty: 6
Report link

Is that mandatory to create DCR_association (DCRA) with the where the dcr rule?

Reasons:
  • Contains signature (1):
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): Is that
  • Low reputation (1):
Posted by: dcra

79590808

Date: 2025-04-24 14:17:45
Score: 0.5
Natty:
Report link

I'm trying to implement a simple genetic algorithm in Python to maximize the function f(x) = x² for x in the range [0, 31]. I'm using binary encoding for chromosomes (each chromosome is a 5-bit binary string).

Here's what I have so far:

import random

# Fitness function: square of x
def fitness(x):
    return x * x

# Convert integer to 5-bit binary string (chromosome)
def to_binary(x):
    return format(x, '05b')

# Initialize population (6 random individuals)
population = [random.randint(0, 31) for _ in range(6)]

# Run for 5 generations
for gen in range(5):
    # Sort by fitness (higher is better)
    population.sort(key=fitness, reverse=True)
    
    # Print generation info
    print(f"Gen {gen}: {[to_binary(x) for x in population]} | Raw: {population}")
    
    # Selection: Keep top 2, add 4 new random individuals
    population = population[:2] + [random.randint(0, 31) for _ in range(4)]
Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Prito

79590805

Date: 2025-04-24 14:16:44
Score: 0.5
Natty:
Report link

I know the question is for TextFields, but if anyone is looking for a solution for Buttons on macOS 14 like I did, here you go:

    Button {
       // action
    } label: {
       //label
    }
    .focusable(false)
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Donat Kabashi

79590796

Date: 2025-04-24 14:12:44
Score: 1
Natty:
Report link

You can simply use this to temporarily disable it.

jobs.mediafiles.imagesPurgeJob.schedule= "-"
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: hadialaoui

79590795

Date: 2025-04-24 14:11:43
Score: 2
Natty:
Report link

Welcome Rami!

I apologize if I misunderstood something as I am more familiar with Google Cloud than I am familiar with AWS however based on the announced use cases on https://aws.amazon.com/opensearch-service/ I believe that the most likely use case that is sort of hard to find would be Google Cloud Search which could be used to search for internal documents.

Other than that here are some of the other applications that would cover what is announced in AWS such as:

If none of these services matches your needs I apologize and would appreciate a little more context, maybe I can still help!

Reasons:
  • Blacklisted phrase (1.5): would appreciate
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Rene Olivo

79590791

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

sdfsdfsdfdsfsdfsdsdfsdfsdfsdfsdfsdfsdfsdfdsfsdfsdfsdfsdfsdfsdYour answer couldn't be submitted. Please see the error above.

Your answer couldn't be submitted. Please see the error above.

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

79590775

Date: 2025-04-24 14:01:40
Score: 2.5
Natty:
Report link

Same question here.

This works for me :

$> cargo run --example test1

but when test2 is hosted in a subfolder, this fails :

$> cargo run --example test2

Reasons:
  • Whitelisted phrase (-1): works for me
  • RegEx Blacklisted phrase (1): Same question
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Stephan Guilloux

79590771

Date: 2025-04-24 13:59:39
Score: 0.5
Natty:
Report link

this is the command that I use in my scripts to get the reference file with the full path:

$shell = New-Object -ComObject WScript.Shell; $shortcut = $shell.CreateShortcut("C:\Users\Public\Desktop\YOURLINK.lnk"); $shortcut.TargetPath

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

79590763

Date: 2025-04-24 13:56:38
Score: 1
Natty:
Report link

In your connection handler you can find it from the stream writer:

remote_addr = writer.get_extra_info('peername')[0]
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Dave H.

79590761

Date: 2025-04-24 13:55:38
Score: 3.5
Natty:
Report link

Anybody knows how can I achieve this in visual studio code. Adding a local nuget package and symbol source on Visual Studio is easy. But I can not use that in visual studio.
Goal is to debug the locally build package to test.

Reasons:
  • Blacklisted phrase (0.5): how can I
  • Blacklisted phrase (1): Anybody know
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: onishiro

79590751

Date: 2025-04-24 13:51:37
Score: 1
Natty:
Report link

You can try the URL like below:

"https://graph.facebook.com/v21.0/{entity_id}/insights?fields=impressions,actions,spend,clicks,reach&date_preset=maximum"

And pass the headers "Content-Type" and "Authorization".
Make sure you are passing a valid token or credentials.

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

79590750

Date: 2025-04-24 13:50:37
Score: 2
Natty:
Report link

Just do cs[) it will change without any problem. Like [1] to (1) not ( 1 )

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

79590749

Date: 2025-04-24 13:50:37
Score: 3
Natty:
Report link

Thanks for the hints and tips all, these led me to the answer which is .....

var tValue = locator.InputValueAsync().Result;

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

79590738

Date: 2025-04-24 13:42:35
Score: 3
Natty:
Report link

Based on https://github.com/manybrain/mailinator-python-client/blob/e1cba3320cbc0a320ede4a1e948e9bbf91140143/mailinator/models.py#L192C9-L192C16

We can use to_json() method.

inbox = mailinator.request( GetInboxRequest(DOMAIN, INBOX) )
print(inbox.to_json())

It returns correctly the payload.

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

79590736

Date: 2025-04-24 13:41:34
Score: 0.5
Natty:
Report link

Don't know if you still need it, but for anyone else who might need. There is this lib schedlock-spring, it works like a charm.

The use is straight forward and you can read about it here: https://www.baeldung.com/shedlock-spring

Hope it help anyone with this need

See you.

Reasons:
  • Whitelisted phrase (-1): Hope it help
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: user3700308

79590735

Date: 2025-04-24 13:41:34
Score: 0.5
Natty:
Report link

Google Cloud Artifact Registry supports multiple artifact formats, including a feature for Generic Repositories (currently available as a ‘Preview’ offering), which can store generic and immutable artifacts that do not need to follow any specific package format within Artifact Registry. You can store and manage arbitrary files such as archives, binaries, and media files without requiring package specifications.

You can explore this quickstart from the AR documentation, which might help you in trying to upload an AAR file to Artifact Registry. However, there is no guarantee of success, as the feature is still in Preview (limited support) and ongoing improvements are being made.

If you were unable to do it successfully, I suggest filing a feature request so Google's product engineering team can consider your preferred use case. However, please keep in mind that there is no ETA for a response or any guarantee that it will be implemented.

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

79590734

Date: 2025-04-24 13:40:34
Score: 3.5
Natty:
Report link

As @lastchance commented, all boundaries are zero flux by default. See this notebook for related issues with gradients at boundaries.

Reasons:
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • User mentioned (1): @lastchance
  • Single line (0.5):
  • High reputation (-1):
Posted by: jeguyer

79590731

Date: 2025-04-24 13:38:33
Score: 1
Natty:
Report link

Turns out I was overthinking this. I've been mapping the file share after a reboot when what I should have been doing is copying the files to the VM and running them from there. Only one mapping is required at the start of the build block.

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

79590725

Date: 2025-04-24 13:35:33
Score: 4
Natty:
Report link

Just close and reopen HTTPie. 😊

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

79590712

Date: 2025-04-24 13:32:31
Score: 2
Natty:
Report link

This is currently not supported. A possible solution would be to create templates for the headers and write a custom menu to do this. There are limitations to make this built-in. For example if locked columns are used and a single multicolumn header is placed inside the locked table. Hiding it would hide an entire table.

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

79590706

Date: 2025-04-24 13:26:30
Score: 0.5
Natty:
Report link

As you have not provided specific data, let me point you how to generally "colorize" your points. You have to provide the texture to the pcd.colors member of the point cloud. In order to assign the correct image pixel to the points, create a mask of valid pixels in the depth image

mask = np.asarray(depth_img) > 0

and use this mask to filter your texture image. Assuming your texture image is an RGB image in the same resolution, you can assign the texture with

pcd.colors = o3d.utility.Vector3dVector(np.asarray(rgb_image)[mask].reshape(-1, 3) / 255.0)

Finally, you can show the point cloud the same way as before.

depth image contrast-enhanced RGB image

Input data (contrast-enhanced depth image, RGB image)

point cloud

Resulting point cloud

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

79590689

Date: 2025-04-24 13:19:28
Score: 2.5
Natty:
Report link

У меня раньше тоже работало без проблем

final KeycloakAuthenticationToken auth = (KeycloakAuthenticationToken) SecurityContextHolder.getContext().getAuthentication();

но теперь cast exception.

Cannot cast 'org.springframework.security.oauth2.server.resource.authentication.JwtAuthenticationToken' to 'org.keycloak.adapters.springsecurity.token.KeycloakAuthenticationToken'

Без понятия, что ему надо и как быть.

Reasons:
  • Has code block (-0.5):
  • No latin characters (2):
  • Low reputation (1):
Posted by: Kira 狐39

79590672

Date: 2025-04-24 13:12:26
Score: 0.5
Natty:
Report link

I was looking for a solution dealing with DSL and kotlin convention plugins, in that case you can add this on your class:

Project.extensions.configure<KspExtension> {
    arg("dagger.hilt.disableModulesHaveInstallInCheck", "true")
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: marcRDZ

79590667

Date: 2025-04-24 13:11:26
Score: 2
Natty:
Report link

# Read from SQL table

df = spark.read.table("your_database.source_table")

# Transform: filter age > 25

df_filtered = df.filter(df.age > 25).select("name", "age")

# Write to new SQL table

df_filtered.write.mode("overwrite").saveAsTable("your_database.filtered_table")

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

79590664

Date: 2025-04-24 13:10:26
Score: 3
Natty:
Report link

Ctrl+Shift+P --> View: Reset View Locations

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