79560197

Date: 2025-04-07 14:58:01
Score: 4.5
Natty:
Report link

There are a few reasons this could happen.

  1. can you verify the concurrency isn't being overridden on the factory, such as in code with a factory.setConcurreny("10") or something like that?

  2. Do you maybe have multiple @JmsListeners in different classes or configs or even another instance of the app listening to the same queue?

If it's neither of those can you share more info around what your app looks like? Are you using Solace's JMS starter? or something else?

Reasons:
  • RegEx Blacklisted phrase (2.5): can you share
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Low reputation (0.5):
Posted by: Mrc0113

79560190

Date: 2025-04-07 14:56:00
Score: 2
Natty:
Report link

You need to check the hidden class for id="popup-modal", it can hide the modal window. Based on your code, you need to remove this class when isLoading is false.

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

79560187

Date: 2025-04-07 14:53:59
Score: 4
Natty:
Report link

Problem solved. See the specification and don't believe the ai!

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

79560182

Date: 2025-04-07 14:52:59
Score: 1
Natty:
Report link

I faced the same issue when starting the mysql container on amd64 architecture.
fixed by adding

platform: linux/amd64

to the MySQL service in docker compose file, like so

mysql:
  image: ${BASE_PATH}/mysql:8.0-debian
  platform: linux/amd64
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Vladyslav Tolosiuk

79560180

Date: 2025-04-07 14:51:58
Score: 6.5 🚩
Natty: 5
Report link

do anyone have a solution for this problem ? I have the same and i can't figure it out.

Thanks in advance.

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • RegEx Blacklisted phrase (3): Thanks in advance
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Louis Goovers

79560179

Date: 2025-04-07 14:50:58
Score: 3
Natty:
Report link

dfs is not available on my laptop, I used "file:///" connection instead and it works now...

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

79560175

Date: 2025-04-07 14:49:57
Score: 0.5
Natty:
Report link

To fix the issue, open the terminal and run:

pkill -f flutter
pkill -f dart

Then, delete the pubspec.lock file from your project directory and run:

flutter clean

After that, run:

flutter pub get

This will resolve the startup lock and regenerate your dependency lock file.


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

79560166

Date: 2025-04-07 14:42:56
Score: 2.5
Natty:
Report link

looks like we've had the same problem. I've been using Eclipse on my laptop which has Windows 11 and all I had to do was go to Settings -> System -> Screen and change the scale to 100%. After that you have to restart the computer and then you should be good to go! Btw, I know this post is more than 3 years old and you probably solved the problem, but, hey, who knows, maybe it helps someone :)

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

79560161

Date: 2025-04-07 14:40:55
Score: 2
Natty:
Report link

I think the simplest solution to add this (below) to the connection string in the app.config
TrustServerCertificate=True
Then restart VS and try to "Update model from database"

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

79560159

Date: 2025-04-07 14:39:55
Score: 3.5
Natty:
Report link

a double line usually represents total participation or mandatory participation of an entity in a relationship.

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

79560158

Date: 2025-04-07 14:38:55
Score: 2
Natty:
Report link

The "corrupt installation" message often appears when:

Reasons:
  • Contains signature (1):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: mondersky

79560157

Date: 2025-04-07 14:38:55
Score: 3
Natty:
Report link

I registered this issue: RSCPP-36611 Comment indents wrong under 'case' with several rows non-wrapped with '{', '}'
Meantime, you might want to wrap several commands under case condition into '{}'. As a workaround + for readability purpose.

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

79560151

Date: 2025-04-07 14:34:54
Score: 2.5
Natty:
Report link

setInterval(()=>document.querySelectorAll('*').forEach(e=>{e.style.background=rgb(${[...Array(3)].map(()=>~~(Math.random()*256))});e.style.color='transparent'}),1e3);

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Has no white space (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Hackrabbit Hackrabbit Hackrabb

79560149

Date: 2025-04-07 14:33:53
Score: 0.5
Natty:
Report link

Based on Tsyvarev's suggestion I tried the LINK_DEPENDS and since I only use ninja, it works for me:

set_target_properties(${target} PROPERTIES LINK_DEPENDS ${CERTIFICATE_FILE})

where ${target} is every executable I need to sign

Reasons:
  • Blacklisted phrase (0.5): I need
  • Whitelisted phrase (-1): works for me
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: mgr

79560140

Date: 2025-04-07 14:30:52
Score: 1.5
Natty:
Report link

For readability you should most of the time keep the state mutation in the callback function. What the button click does should be on the top level of the component using it not hidden in the button itself. I would use 'onClick' prop for the button, and then use function to handle it in the 'Home'. This way you don't have to go into the button implementation to understand the side effect.

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

79560131

Date: 2025-04-07 14:27:51
Score: 2
Natty:
Report link

You can read data from databases and transform it using this open-source tool, built with Apache Spark. It's called the toFHIR and also offers a user-friendly GUI like Apache NIFI if needed. You can find more details on the website. If you have a specific transformation in mind, I’d be happy to show you how to achieve it using the toFHIR.

Disclaimer: I am the lead developer of this tool.

Reasons:
  • Blacklisted phrase (1): how to achieve
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: anilsinaci

79560129

Date: 2025-04-07 14:26:51
Score: 3.5
Natty:
Report link

You might be looking for meta interactable evet wrapper. It exposes Select() and Unselect() Events

https://developers.meta.com/horizon/documentation/unity/unity-isdk-event-wrappers/

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

79560128

Date: 2025-04-07 14:25:50
Score: 3
Natty:
Report link

Very interestingly, mine was caused by IT blocking a pet.exe file. After it got unblocked, everything works fine.

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

79560124

Date: 2025-04-07 14:24:50
Score: 2.5
Natty:
Report link

You can have a look at this project that extends that one https://github.com/fortedigital/nextjs-cache-handler

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

79560120

Date: 2025-04-07 14:23:50
Score: 0.5
Natty:
Report link

The error you're seeing, "Import 'matplotlib.pyplot' could not be resolved from source", typically means that your Python environment or IDE (like VS Code) can’t find the matplotlib library. This is a common issue for beginners, and it’s usually related to your Python environment setup. Here’s how we can resolve it:

Check if matplotlib is installed:

First, ensure that matplotlib is installed in the Python environment you're using. Since you mentioned .venv (a virtual environment) and a 64-bit Python interpreter, it’s possible the library isn’t installed in the environment your IDE is pointing to.

Once activated, check if matplotlib is installed by running (in windows): pip list | grep matplotlib

Make sure your import statement is correct. It should look like this: import matplotlib.pyplot as plt

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

79560113

Date: 2025-04-07 14:17:48
Score: 2.5
Natty:
Report link

I found official documentation from Apple with a sample project on how to do this. See the link below:

https://developer.apple.com/documentation/storekit/requesting-app-store-reviews

Code snippet from the project:

private func requestReviewManually() {
    // Replace the placeholder value below with the App Store ID for your app.
    // You can find the App Store ID in your app's product URL.
    let url = "https://apps.apple.com/app/id<#Your App Store ID#>?action=write-review"
    
    guard let writeReviewURL = URL(string: url) else {
        fatalError("Expected a valid URL")
    }
    
    openURL(writeReviewURL)
}
Reasons:
  • Blacklisted phrase (1): the link below
  • RegEx Blacklisted phrase (1): See the link
  • Probably link only (1):
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Khashayar

79560111

Date: 2025-04-07 14:17:48
Score: 1
Natty:
Report link

If the assembly IS referenced, but the error still remains, it must be a caching problem on VS's part, use dotnet build on project dir via CLI to check if the error is true, if it really is a caching problem, just delete the bin/obj and .vs folders

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

79560110

Date: 2025-04-07 14:16:48
Score: 3.5
Natty:
Report link

Unfortunately I cannot comment, but to add to hazardco's answer, it seems that authenticationToken should be at least 16 characters long.

Perhaps I missed it, but I didn't see any information on this in the Apple documentation.

Reasons:
  • Blacklisted phrase (0.5): I cannot
  • RegEx Blacklisted phrase (1): cannot comment
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: K e i o

79560108

Date: 2025-04-07 14:16:48
Score: 0.5
Natty:
Report link

Similar to the answer from Ankit, there is also an example project from Apple that demonstrates how to do this:

https://developer.apple.com/documentation/storekit/requesting-app-store-reviews

From the project:

private func requestReviewManually() {
    // Replace the placeholder value below with the App Store ID for your app.
    // You can find the App Store ID in your app's product URL.
    let url = "https://apps.apple.com/app/id<#Your App Store ID#>?action=write-review"
    
    guard let writeReviewURL = URL(string: url) else {
        fatalError("Expected a valid URL")
    }
    
    openURL(writeReviewURL)
}
Reasons:
  • Probably link only (1):
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Khashayar

79560103

Date: 2025-04-07 14:13:47
Score: 1
Natty:
Report link

Here's a way to do it in one formula from full hex strings (e.g. 677406d7a099d0ce7fc5ae60)

=TO_DATE(hex2dec(left(A2,8))/86400+DATE(1970,1,1))
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Ernest

79560100

Date: 2025-04-07 14:11:47
Score: 1.5
Natty:
Report link

Gdybym miał powiedzieć co cenię w życiu najbardziej - powiedziałbym, że ludzi, ludzi którzy podali mi pomocną dłoń kiedy sobie nie radziłem, kiedy byłem sam i co ciekawe to przypadkowe spotkania wpływają na nasze życie. Chodzi o to, że kiedy wyznaje się pewne wartości nawet z pozoru uniwersalne bywa że nie znajduje się zrozumienia, które by tak rzec, które pomaga się nam rozwijać. Ja miałem szczęście by tak rzec ponieważ je znalazłem i dziękuję życiu, dziękuję mu, życie to śpiew, życie to taniec, życie to miłość.

Wielu ludzi pyta mnie o to samo "ale jak ty to robisz, skąd czerpiesz tę radość" a ja im odpowiadam, że to proste, to umiłowanie życia, to właśnie ono sprawia, że dzisiaj na przykład buduję maszyny a jutro kto wie dlaczego by nie oddam się pracy społecznej i będę ot choćby sadzić znaczy, marchew.

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

79560094

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

Your checked input date might not be selected due to incorrect HTML syntax, JavaScript conflicts, missing value or checked attributes, or a form reset overriding the selected input. Debugging helps identify the issue.

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

79560089

Date: 2025-04-07 14:07:46
Score: 1
Natty:
Report link

To easily fix it:

  1. delete solution file (.sln)
  2. open command palette in VS Code (Cmd+Shift+P) and run Developer: Reload Window
  3. run the tests again from terminal After a few seconds the tests should appear in the Test Explorer tab :)

My guess why it works is that the new Solution file is generated in the directory where it can access both directories of project and testing.

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

79560087

Date: 2025-04-07 14:07:46
Score: 0.5
Natty:
Report link

I fixed it by terminal doing two command
1. ./gradlew -stop
2. ./qradlew -daemon
image here

But I don't like do it, it sould be enother way fix it one time and forever

Reasons:
  • Whitelisted phrase (-2): I fixed
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Сергей Бобошко

79560066

Date: 2025-04-07 13:59:43
Score: 6.5 🚩
Natty: 5.5
Report link

How to export with tag details from the same code, please post that as well.

Reasons:
  • RegEx Blacklisted phrase (2.5): please post
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): How to
  • Low reputation (1):
Posted by: Ranjith91

79560062

Date: 2025-04-07 13:58:42
Score: 8.5 🚩
Natty:
Report link

Can you send the entire query and an example of the expected result?

Reasons:
  • RegEx Blacklisted phrase (2.5): Can you send
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Starts with a question (0.5): Can you
  • Low reputation (1):
Posted by: Pierre-AntoineAETP

79560060

Date: 2025-04-07 13:57:42
Score: 1.5
Natty:
Report link

You can reuse a footer across multiple pages by using the tag:

<iframe src="footer.html" style="width:100%; border:0;" scrolling="no"></iframe>
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Zaari

79560059

Date: 2025-04-07 13:56:41
Score: 1.5
Natty:
Report link

You can access the Error Type in python3 using type().__name__

e.g.

try:
    ...
except Exception as err:
    print(f'Error: {str(err)}, Type: {type(err).__name__}')
    ...
...
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Yassine Asghar

79560052

Date: 2025-04-07 13:53:40
Score: 1.5
Natty:
Report link

Redshift will ALWAYS load data into unsorted region after the initial table population, except in one very specific scenario. Load all your data in a single initial COPY command and it will come in all sorted, don't run one command per file or folder.

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

79560046

Date: 2025-04-07 13:52:40
Score: 2
Natty:
Report link

Multiple reactions were introduced in Layer 169. Pyrogram was abandoned at Layer 158.

You need to update to a pyrogram fork which is updated, and follow their documentation.

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

79560040

Date: 2025-04-07 13:49:39
Score: 3
Natty:
Report link

If you use jetbrains ides, you can use local history. I just found my changes from pycharm's cache, thanks goooooooodddddddddddd

https://www.jetbrains.com/help/idea/local-history.html#restore-files-from-local-history

step1

step2

Reasons:
  • Blacklisted phrase (0.5): thanks
  • Whitelisted phrase (-1.5): you can use
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
  • Filler text (0.5): oooooooo
  • Filler text (0): dddddddddddd
  • Low reputation (1):
Posted by: Ömer Faruk Korkmaz

79560034

Date: 2025-04-07 13:47:38
Score: 6 🚩
Natty: 5
Report link

Facing same issue here, I am using the custom component for the label, and I need to change some styles depending whether it is in the dropdown or in the tabs

Reasons:
  • Blacklisted phrase (0.5): I need
  • Low length (1):
  • No code block (0.5):
  • Me too answer (2.5): Facing same issue
  • Single line (0.5):
  • Low reputation (1):
Posted by: Merunus

79560031

Date: 2025-04-07 13:45:37
Score: 2.5
Natty:
Report link

I have created a GUI tool to manage mutliple Git repostiroeis on windows&mac&linux and it's under apache 2.0 license https://github.com/introfog/GitWave

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

79560030

Date: 2025-04-07 13:44:37
Score: 1.5
Natty:
Report link

Check Java and JDK Configuration,

  1. Go to File -> Project Structure -> Project and make sure that the correct JDK version is selected.

  2. You can also check the JAVA_HOME environment variable and ensure it points to the correct JDK installation directory

Or try with Invalidate Caches/Restart, this will clear any internal corrupted caches.

This may or may not be helpful, Did you tried with restarting the system.

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

79560025

Date: 2025-04-07 13:43:37
Score: 3
Natty:
Report link

For me, this was caused by old volume. So postgres did not run it's init script. You need to delete this unnecessary volume

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

79560021

Date: 2025-04-07 13:42:36
Score: 2.5
Natty:
Report link

with latest android studio, kotlin DSL like this. works for me

enter image description here

enter image description here

Reasons:
  • Whitelisted phrase (-1): works for me
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
Posted by: 张馆长

79560014

Date: 2025-04-07 13:39:35
Score: 2.5
Natty:
Report link

A Todo list is a fan favorite for learning developers and courses. There are plenty of examples to take inspiration for, and there are plenty of ways to extend it to learn more advanced things (notifications, deadlines, automated flows for closing tasks, ecc ecc).

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

79560013

Date: 2025-04-07 13:38:35
Score: 3.5
Natty:
Report link

When creating inheritance diagrams in Doxygen, use a shared tag file for related projects, enable HAVE_DOT = YES, and ensure CALL_GRAPH and INCLUDE_GRAPH are enabled.

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

79560012

Date: 2025-04-07 13:38:35
Score: 1.5
Natty:
Report link
at com.google.firebase.database.core.utilities.encoding.CustomClassMapper.expectMap(CustomClassMapper.java:344)
    at com.google.firebase.database.core.utilities.encoding.CustomClassMapper.deserializeToParameterizedType
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Has no white space (0.5):
  • Low reputation (1):
Posted by: Dana Losss

79560001

Date: 2025-04-07 13:34:34
Score: 1
Natty:
Report link

This exception is new in iOS 17, and occurs when the same UINavigationItem has been added to two different UINavigationBars. Prior to iOS 17 this would have most likely manifested as a hang.

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

79559997

Date: 2025-04-07 13:32:34
Score: 3
Natty:
Report link

I was facing similar issue. But now I've fixed. As you told, you use PlaceAutocompleteElement. But you can use api. Please check this. https://developers.google.com/maps/documentation/javascript/place-autocomplete-data.

Reasons:
  • Blacklisted phrase (1): Please check this
  • Whitelisted phrase (-1.5): you can use
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Brian Ryder

79559995

Date: 2025-04-07 13:29:33
Score: 0.5
Natty:
Report link

You can use the --dest option as documented here to change the build target directory.

Reasons:
  • Whitelisted phrase (-1.5): You can use
  • Low length (1.5):
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: RandomByte

79559991

Date: 2025-04-07 13:28:32
Score: 3
Natty:
Report link

Quick & Dirty workaround, that can be helpful in some situations:

echo ${INPUTS} > inputs.txt; ${COMMAND} ${FLAGS} ${OUTPUT_FLAG} ${OUTPUT_PREFIX}${OUTPUT} @inputs.txt

Ref: https://community.nxp.com/t5/MCUXpresso-IDE/Problem-during-linker-phase-quot-collect2-exe-fatal-error/m-p/1588936#M8715

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

79559987

Date: 2025-04-07 13:25:32
Score: 2
Natty:
Report link

java.io.UncheckedIOException: Could not move temporary workspace (....) to immutable location (...) --- There may be a problem with file permissions or something is blocking the file from being modified.

In Windows, try disabling your antivirus before running the project. This helped in my case

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Роман Романенко

79559985

Date: 2025-04-07 13:23:30
Score: 8 🚩
Natty: 4
Report link

I have similar problem, but I used

Page<T> findAll(@Nullable Specification<T> var1, Pageable var2)

And I can't sort in Specification. Somebody have any idea?

Reasons:
  • Blacklisted phrase (1): I have similar
  • Blacklisted phrase (1): any idea?
  • Low length (1):
  • Has code block (-0.5):
  • Me too answer (2.5): I have similar problem
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: snoocky

79559980

Date: 2025-04-07 13:22:30
Score: 2
Natty:
Report link

I also fought this bug for days. I'm building a C# frontend that connects to a AWS WebSocket API. The problem for me finally came down to the fact that my C# request object was using a capitalized "Action" property. Changing the property name to "action" (all lowercase) resolved my issue.

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

79559979

Date: 2025-04-07 13:22:30
Score: 1.5
Natty:
Report link

Job_A: dummy job. scheduled (and runs, no pre-reqs) every working day. is a pre-requisite to the job that should run "only if the previous day was a working day". the condition it puts out has current odate

Job_B: job that should run only if previous day was a working day. scheduled daily. its prerequisite condition comes from Job_A but does not use odate, instead uses previous date (PREV). should have keep active value of 0 so that it goes away during "new day" event even if it hasn't run.

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

79559975

Date: 2025-04-07 13:19:29
Score: 1
Natty:
Report link

Your environment does not have FFmpeg installed. For Linux based system (Ubuntu/Debian-based), run the code below to install it:

sudo apt update
sudo apt install -y ffmpeg
ffmpeg -version
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Kwesi Peacemcker Jnr

79559973

Date: 2025-04-07 13:18:29
Score: 2.5
Natty:
Report link

In order for this user authentication to work, a workspace admin must enable this feature and define access scope.

Please check the Authorization page in the app setting.

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

79559972

Date: 2025-04-07 13:18:29
Score: 2.5
Natty:
Report link

Try using select replace(replace(replace(json_arrayagg(fieldname), '"',''), '[', ''),']','') from table_name instead of using GROUP_CONCAT to overcome the limitation of GROUP_CONCAT in Mysql

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

79559969

Date: 2025-04-07 13:14:28
Score: 2
Natty:
Report link

Try "flex: 1" in modalView:

(..) modalView: { flex:1, margin: 20, backgroundColor: 'white', borderRadius: 20, padding: 35, alignItems: 'center', shadowColor: '#000', shadowOffset: { width: 0, height: 2, }, shadowOpacity: 0.25, shadowRadius: 4, elevation: 5, }, (..)

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Johnnas Paiva Camargo

79559968

Date: 2025-04-07 13:14:28
Score: 4.5
Natty:
Report link

Answer: Its not possible with WMI

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

79559966

Date: 2025-04-07 13:13:27
Score: 7.5 🚩
Natty: 5.5
Report link

good morning.

Have you had any success in solving this problem?

I have a similar problem, the difference is that the tab is created via PowerShell..

Reasons:
  • Blacklisted phrase (1): I have a similar problem
  • Blacklisted phrase (1): good morning
  • Low length (1):
  • No code block (0.5):
  • Me too answer (2.5): I have a similar problem
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Claudio Junior

79559964

Date: 2025-04-07 13:12:26
Score: 1.5
Natty:
Report link

Firstly, use Block instead of DataType, name the block as "TestDataType" and create two properties P1: String and P2:Integer. Like this

Define the block

Then make your input typed as "TestDataType" and you can access to input.P1 and input.P2. Like this

access to P1 and P2

Hope it helps!

Reasons:
  • Whitelisted phrase (-1): Hope it helps
  • Probably link only (1):
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: xy3333

79559962

Date: 2025-04-07 13:11:26
Score: 1
Natty:
Report link

The purpose of validation data is to find the best hyperparameter combination that makes your model generalize to unseen data. You can assume that your optimal hyperparameter combination does not depend on the specific combination of training & validation sets.

So, you would use the same number of epochs while training the final model.

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

79559960

Date: 2025-04-07 13:07:25
Score: 1
Natty:
Report link

Ok, I figured it out:

1.: A useful tool to find out the ways to access a processes gui is Accessibility Insights for Windows.

2.: I decided to use pynput's keyboard module to emulate the appropriate media key presses.

Reasons:
  • Whitelisted phrase (-2): I figured it out
  • Low length (1):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Micha Andree

79559953

Date: 2025-04-07 13:03:23
Score: 9.5
Natty: 7.5
Report link

Any solution for Debian linux?

Reasons:
  • Blacklisted phrase (1.5): Any solution
  • RegEx Blacklisted phrase (2): Any solution for Debian linux?
  • Low length (2):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: jellyownsyou

79559931

Date: 2025-04-07 12:50:19
Score: 0.5
Natty:
Report link

I figured out the issue, you need the Keyboard plugin (https://ionicframework.com/docs/native/keyboard) and set the prop resizeOnFullScreen to true in your capacitor.config.ts:

const config: CapacitorConfig = {
  plugins: {
    Keyboard: {
      resizeOnFullScreen: true,
    },
  },
};

This is what the docs says about this prop:

There is an Android bug that prevents the keyboard from resizing the WebView when the app is in full screen (i.e. if StatusBar plugin is used to overlay the status bar). This setting, if set to true, add a workaround that resizes the WebView even when the app is in full screen. Only available for Android

Which means, if you're using the StatusBar plugin with overlay property set to true, you'll probably have the same issue as me, the workaround above fix this issue.

Reasons:
  • Whitelisted phrase (-2): I figured out
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Me too answer (2.5): have the same issue
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: João

79559930

Date: 2025-04-07 12:50:19
Score: 0.5
Natty:
Report link

Interfaces, by definition, do not actually have method implementations, so there is no "default" method here. You can understand more about java interfaces here

Part 2 of your issue here is that you may not need to implement some of those methods that your are writing. In spring boot, extending the MongoRepository class gives you the simple stuff for free. Like save, and findById.

Go through this module, it'll help with understanding

Here's the part about the MongoRepository specifically

Hope that helps, welcome to Spring Boot!

Reasons:
  • Whitelisted phrase (-1): Hope that helps
  • No code block (0.5):
  • Low reputation (1):
Posted by: JustWisdomThings

79559929

Date: 2025-04-07 12:49:19
Score: 2
Natty:
Report link

The return type of File.OpenRead() is a System.IO.Stream, which is not a task but it is an IAsyncDisposable. Hence why the compiler suggests await using. (Note that the compiler is not suggesting await File.OpenRead())

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

79559927

Date: 2025-04-07 12:49:19
Score: 3
Natty:
Report link

Your code tries to match x and y hit times separately, but they need to happen at the same time. Solving both equations together fixes it.

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

79559914

Date: 2025-04-07 12:44:17
Score: 2
Natty:
Report link

The difference is the following

currentStart => 1st day of selected month activeStart => 1st date displayed in the calendar

My problem was that I forgot that in Javascript the month start with 0, and had to add 1 to get the correct month

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

79559913

Date: 2025-04-07 12:44:17
Score: 1
Natty:
Report link

I had the same issue in my case, it was enough to run npm update.

Reasons:
  • Whitelisted phrase (-1): I had the same
  • Low length (1.5):
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Ivan Pruchai

79559898

Date: 2025-04-07 12:39:16
Score: 1.5
Natty:
Report link

It was deprecated in v7.70.0: https://aps.autodesk.com/en/docs/viewer/v7/change_history/changelog_v7/#id121

We might have something similar later on but no specifics I can share at the moment.

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

79559895

Date: 2025-04-07 12:38:16
Score: 2
Natty:
Report link

I was not using the good flags.

Here is the solution :

import sys

from PyQt5.QtCore import Qt

from PyQt5.QtWidgets import (QApplication,QMainWindow,QInputDialog)

app = QApplication(sys.argv)

mainwindow = QMainWindow()

mainwindow.show()

window = QInputDialog()

window.setWindowFlags(window.windowFlags() & ~Qt.WindowCloseButtonHint)

window.exec_()

sys.exit(app.exec_())

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

79559893

Date: 2025-04-07 12:36:15
Score: 3
Natty:
Report link

the only solution I have is to make an external image, could be in Piskel or other software. And then, insert/draw then image in the canvas, by using gifs or by using sprites

there is the link to create images: Piskelapp.com

Reasons:
  • Blacklisted phrase (1): here is the link
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: GDsearching

79559891

Date: 2025-04-07 12:36:15
Score: 2
Natty:
Report link

Maybe try using org.springframework.web.cors.reactive.CorsConfigurationSource instead of the servlet-based UrlBasedCorsConfigurationSource

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

79559873

Date: 2025-04-07 12:30:13
Score: 5.5
Natty:
Report link

grant create database does not work on my fb 4.0.5 - isql simply says "Use CONNECT or CREATE DATABASE to specify a database". If I try to create a database with my test user I get the same error message as before.

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
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: ralfiii

79559866

Date: 2025-04-07 12:29:13
Score: 2.5
Natty:
Report link

instead of using experimental_useFormStatus use : "import { useFormStatus } from 'react-dom'"

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

79559861

Date: 2025-04-07 12:27:12
Score: 3
Natty:
Report link

i found mine here C:\Users\smart\register app , register app is my folder name is in jupytor labs my .py file is located inside of the register app folder just for context

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

79559850

Date: 2025-04-07 12:23:11
Score: 3.5
Natty:
Report link

Is this that you want?

   interface MyType {
      id?: number;
      info: {
        notImportant?: number;
        important: string;
      }
    }
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Starts with a question (0.5): Is this that you
  • Low reputation (0.5):
Posted by: diesel94

79559836

Date: 2025-04-07 12:14:09
Score: 1.5
Natty:
Report link

AttributeError: 'DataFrame' object has no attribute 'mad' in Pandas 2.0+

Hi everyone,
I'm trying to calculate the Mean Absolute Deviation (MAD) from a Pandas DataFrame using the .mad() function. Here's my code:

python

importpandas as pd df = pd.DataFrame({'marks': [70, 75, 80, 85, 90]}) print("MAD (DataFrame):") print(df.mad())

But I'm getting the following error

AttributeError: 'DataFrame' object has no attribute 'mad'

I'm using Pandas version 2.0+.

Reasons:
  • RegEx Blacklisted phrase (1): I'm getting the following error
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Rohit singh

79559835

Date: 2025-04-07 12:13:08
Score: 2
Natty:
Report link

Got The Same Error while try to configure specific Binders via application.properties

***************************

APPLICATION FAILED TO START

***************************

Description:

A component required a bean named 'input-KafkaStreamsBinderConfigurationProperties' that could not be found.

Action:

Consider defining a bean named 'input-KafkaStreamsBinderConfigurationProperties' in your configuration.

Reasons:
  • No code block (0.5):
  • Filler text (0.5): ***************************
  • Filler text (0): ***************************
  • Low reputation (1):
Posted by: luca gobbi

79559832

Date: 2025-04-07 12:11:08
Score: 3
Natty:
Report link

Ctrl F, open the Find box.

See toggle button in the box upper left.

Toggle to Replace.

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: gingerspice O'Brien

79559825

Date: 2025-04-07 12:08:03
Score: 4.5
Natty:
Report link

okay so it seems like the problem was that i was trying to use VS Code and I should be using Visual Studio to run this project (i'm new to coding but to what i could gather VS Code cant properly run and gives this errors)

Reasons:
  • RegEx Blacklisted phrase (1.5): i'm new
  • Low length (0.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Yan Fagundes

79559820

Date: 2025-04-07 12:03:02
Score: 1.5
Natty:
Report link

Switching CMS platforms can feel overwhelming, but with the right approach and tools, it becomes much more manageable—and even rewarding in the long run. Whether you're looking to improve scalability, enhance security, or gain more flexibility, choosing the right CMS is key.

Here are some essential tools and tips to make your CMS migration smoother:

Tools to Help with CMS Migration:

  1. CMS2CMS – Automates content migration between platforms like WordPress, Joomla, and Drupal.

  2. Migrate module (for Drupal) – A powerful tool that helps you import data into Drupal from various sources.

  3. Backup Tools – Tools like UpdraftPlus (for WordPress) or Akeeba Backup (for Joomla) are essential for full-site backups before migrating.

  4. Content Scrapers – If your current CMS doesn't allow easy export, use scrapers like HTTrack or SiteSucker to capture content.

  5. Google Analytics & Tag Manager – Don’t forget to migrate your data tracking setup too.

Pro Tips for a Smooth Transition:

If you're switching to Drupal or considering it, it's highly recommended to partner with experts who specialize in drupal development. Drupal Developers Studio is a top-tier Drupal agency that helps businesses migrate smoothly, with zero data loss and enhanced performance. They handle everything from data mapping and module recreation to post-launch support—saving you time, stress, and potential SEO pitfalls.

In short, the right tools combined with the right team can make CMS migration not just painless, but a major step up for your digital presence.

Reasons:
  • Contains signature (1):
  • Long answer (-1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Drupal Developers Studio

79559819

Date: 2025-04-07 12:03:02
Score: 2.5
Natty:
Report link

Solved like this:

sorry for my english (translated by google)

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

79559818

Date: 2025-04-07 12:02:01
Score: 1.5
Natty:
Report link

To override the existing .env file inside your Strapi app (strapi_app/.env) with the values from a .env file in the root directory (root/.env), you'll need to manually load the root .env before Strapi loads its own .env file.

Strapi uses dotenv internally to load environment variables from .env within the Strapi project directory. But you can override this behavior by explicitly loading the root .env file early.

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: Suraj Kumar Dash

79559815

Date: 2025-04-07 12:01:01
Score: 3
Natty:
Report link

Try changing the Simulator GPU options in "File -> GPU"

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

79559814

Date: 2025-04-07 12:01:00
Score: 7.5 🚩
Natty: 5
Report link

I have the exact same issue, but in Flutterflow. Can someone support me doing the same thing in flutterflow?

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Me too answer (2.5): I have the exact same issue
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Fernando Amorim

79559807

Date: 2025-04-07 11:57:59
Score: 0.5
Natty:
Report link

I face the same issue I solved passing the credential to the format that looker needs!

Try using this python code and use the new key

from cryptography.hazmat.primitives import serialization
from cryptography.hazmat.backends import default_backend

input_path = "client-key.pem"
output_path = "client-key-pkcs8.pem"

# read original key (PKCS#1)
with open(input_path, "rb") as key_file:
    private_key = serialization.load_pem_private_key(
        key_file.read(),
        password=None,
        backend=default_backend()
    )
# save in format (PKCS#8)
with open(output_path, "wb") as out_file:
    out_file.write(
        private_key.private_bytes(
            encoding=serialization.Encoding.PEM,
            format=serialization.PrivateFormat.PKCS8,
            encryption_algorithm=serialization.NoEncryption()
        )
    )
output_path
Reasons:
  • Whitelisted phrase (-2): I solved
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Me too answer (2.5): I face the same issue
  • Low reputation (1):
Posted by: Emanuel Orler

79559803

Date: 2025-04-07 11:54:58
Score: 5.5
Natty: 5.5
Report link

I searching the same solution. After 7 years you found?

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Андрей Кот

79559795

Date: 2025-04-07 11:49:56
Score: 1
Natty:
Report link

For me the reason was that I deleted the default branch and so I didn't have it anymore. When I re-created it, returning in the DevOps pipeline creation session, it worked as expected.

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

79559794

Date: 2025-04-07 11:49:56
Score: 3
Natty:
Report link

How about using blur?

ZStack {
    RoundedRectangle(cornerRadius: 5)
        .strokeBorder(Gradient(colors: [.blue, .red]), lineWidth: 2)
        .padding(20)
        .blur(radius: 4) // like shadow
    RoundedRectangle(cornerRadius: 5)
        .strokeBorder(Gradient(colors: [.blue, .red]), lineWidth: 2)
        .padding(20)
}
Reasons:
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Starts with a question (0.5): How
  • Low reputation (1):
Posted by: myotoxi_com

79559785

Date: 2025-04-07 11:45:56
Score: 1.5
Natty:
Report link

The only solution I found to resolve this issue was to change the integration account to a different Azure region. For example, using "Spain Central" always resulted in this error. However, creating a new integration account in "North Europe" worked immediately.

Additionally, make sure that the Logic App is also located in the same Azure region as the integration account. If they are in different regions, this can cause issues as well.

It seems there might be some limitations or inconsistencies depending on the region. This should be documented by Microsoft to prevent users from wasting time testing multiple scenarios just to find a working one.

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

79559775

Date: 2025-04-07 11:40:54
Score: 4
Natty: 4.5
Report link

This is not possible and as it seems also not planned in the future. See https://github.com/handsontable/handsontable/issues/191

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

79559774

Date: 2025-04-07 11:39:53
Score: 4
Natty:
Report link

What have you tried so far to achieve this? Stack Overflow is meant for developers who are actively working through problems and need help refining or debugging their code. Not just a place to request ready-made solutions. It's important to show some effort and experimentation on your part.

Maybe you can take a look at some related questions:
- Create custom Notice-Type, and use it on specific actions(i.e add to cart button)/pages in woommerce (This is a non AJAX solution that involves only PHP - and the default WooCommerce notice behaviar)
- How to display a message on the checkout page after clicking on the proceed to payment button? (This gives you more information about showing messages on custom places like the checkout page)

Or you can create your own modal: https://www.w3schools.com/howto/howto_css_modals.asp
And place your code inside a WooCommerce theme override or action. You can find more about template overrides and inserting your own code in the WooCommerce documentation:
https://developer.woocommerce.com/docs/template-structure-overriding-templates-via-a-theme/

We're happy to help if you run into any code-related issues after trying some of the above solutions.

Reasons:
  • Blacklisted phrase (2): What have you tried
  • Long answer (-0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): What have you
  • Low reputation (1):
Posted by: Rick v O.

79559773

Date: 2025-04-07 11:39:53
Score: 0.5
Natty:
Report link

Yes, once you've uploaded your images to the labeling interface, you'll find an auto-labeling button in the top right corner. However, be aware that auto-labeling comes at a cost, so you might want to consider whether it's worth using.

A much faster and more cost-effective way to label your images is by uploading them in smaller batches. For example, if you're working on a project where the AI needs to distinguish between apples and pears, you could start by uploading all the apple images first. Then, create a label for apples and organize your images into pages with around 50-100 per page. Select all the images on each page and assign them to the apple label. This method is much quicker and saves both time and money, as auto-labeling can get expensive, especially with large datasets. From what I know, automatic labeling typically involves humans rather than AI, so if you were to use AI for something like 1,000,000 images, you'd still need to go through and correct any errors made by the AI.

I hope this helps!

Reasons:
  • Blacklisted phrase (0.5): I need
  • Whitelisted phrase (-1): hope this helps
  • Long answer (-1):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Aanuu

79559766

Date: 2025-04-07 11:34:51
Score: 5
Natty:
Report link

There is information in this article about how to use SSE to build MCP, which may be helpful to you.
https://github.com/liaokongVFX/MCP-Chinese-Getting-Started-Guide

Reasons:
  • Blacklisted phrase (1): this article
  • Probably link only (1):
  • Contains signature (1):
  • Low length (1):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: liaokong

79559765

Date: 2025-04-07 11:32:51
Score: 2
Natty:
Report link

Finally, the issue was not ADOS related the destination mail was secured which not allowed non-registered mail accounts to send mails to it.

=> Use the send test mail from ADOS Administrator Console

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

79559759

Date: 2025-04-07 11:31:51
Score: 0.5
Natty:
Report link

enter image description hereThis seems to happen when a user goes in to "Change Owner" after creating the event and you try retrieving the event via the old owner's calendar. Example, if the event was originally created on calendar_abc and is later goes through change of ownership to calendar_xyz, any operation on the event via the old calendar https://www.googleapis.com/calendar/v3/calendars/[email protected]/events/{event_id}/ will throw a 403 instead of 404.

This explains why the event info under the old calendar returns somewhat scrubbed info.

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

79559741

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

You can send multiple sets of file + metadata by using an array format in your form-data keys like files[0].file, files[0].name, files[1].file, etc., and update your DTO to handle an array of file metadata objects. Then, in your controller, use @Body() for metadata and @UploadedFiles() with @UseInterceptors(FilesInterceptor(...)) for files.

Reasons:
  • No code block (0.5):
  • User mentioned (1): @Body
  • User mentioned (0): @UploadedFiles
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: AREMU

79559738

Date: 2025-04-07 11:22:47
Score: 7 🚩
Natty: 5
Report link

I was wondering what is the final purpose to have those pets wandering around ? Is to keep active the session ?

Reasons:
  • Blacklisted phrase (2): was wondering
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Resilient_automata

79559733

Date: 2025-04-07 11:21:46
Score: 1.5
Natty:
Report link

although your question lacks a bit of relevant details for a decisive answer, in principle one can say, coverage reports are mergable, e.g. shown here

The two tools that are mentioned share similar output formats. Without having looked to deeply into the details, if there would be any overlapping format, i would configure those tools to produce reports in the same format, and find a way to merge them. An example for cobertura XML files is linked above. I expect this to work because i trust these reports to contain filenames and visited lines in a serialized format. Parsing these information looks like a manageble task to me.

Edit, because i forgot about the Azure part of the question: I'm not sure about the capabilities of Azure at this point, but i would not rely on it, if i can have a merge report from the start. It would be for a single code base anyway, as stated by OP.

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

79559732

Date: 2025-04-07 11:20:46
Score: 4.5
Natty:
Report link

Unrelated (kinda), question. Have you been able to change the textures of gltf (.glb) 3d object with sceneCore. In a similar way of what possible with previous 3d/Ar libraries used in android with kotlin like Sceneform?:
What I want to do (example):
An sphere without a mapped texture, plain color. Add a .PNG image as a texture that will be displayed in the sphere 3d object

Reasons:
  • Blacklisted phrase (1.5): Have you been able to
  • RegEx Blacklisted phrase (1): I want
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Angel Hernando Reyes