79618144

Date: 2025-05-12 15:21:12
Score: 1
Natty:
Report link

I had the same case, make sure the timestamp you're passing is the current timestamp, it can't be the same as on the previous notification, or it will be discarded by the system as "outdated"

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

79618142

Date: 2025-05-12 15:20:11
Score: 9 🚩
Natty:
Report link

From today again it started. Team anyone has permanent fix for this issue please help me out

Reasons:
  • Blacklisted phrase (1): help me
  • RegEx Blacklisted phrase (3): please help me
  • RegEx Blacklisted phrase (2): help me out
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: akash deep

79618134

Date: 2025-05-12 15:18:10
Score: 1.5
Natty:
Report link

<div class="youtube-subscribe">

<img src="https://yt3.ggpht.com/ytc/AAUvwniG-oe9jIj-TP4N1ez8QRHlvLgCxjLPg8tNcw=s88-c-k-c0x00ffffff-no-rj" alt="Channel Logo" class="channel-logo">

<div class="g-ytsubscribe" data-channelid="UC5m6LJBqCl6VF9nZPUr7cuA" data-layout="default" data-count="default"></div>

</div>

<script src="https://apis.google.com/js/platform.js"></script>

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

79618131

Date: 2025-05-12 15:17:10
Score: 0.5
Natty:
Report link

I managed to get it working without using workerSrc. I only needed the following import:

import 'pdfjs-dist/build/pdf.worker.mjs'

This is also mentioned in a comment on the react-pdf github issue

Reasons:
  • Low length (1):
  • Has code block (-0.5):
Posted by: JIT Solution

79618126

Date: 2025-05-12 15:13:08
Score: 3
Natty:
Report link

Please note that there are two "RST" buttons. One on the motherboard and one on the cam board. When using the IO0 long press and short RST press methods above, be sure to use the RST button on the cam board. The RST button on the motherboard does NOT work.

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

79618122

Date: 2025-05-12 15:11:08
Score: 2.5
Natty:
Report link

in my case -f was already within the code source="$(readlink -f "${source}")" so i went to target build settings -> search for 'User script sandbox' -> set to No

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

79618117

Date: 2025-05-12 15:07:07
Score: 0.5
Natty:
Report link

This is working solution, from @Joe B example:

<script setup lang="ts">
import { Form, Field, ErrorMessage } from 'vee-validate';
import * as yup from 'yup';
const schema = yup.object({
  accept: yup.bool(),
});

function onSubmit(values) {
  console.log(JSON.stringify(values, null, 2));
}
</script>

<template>
  <div id="app">
    <Form :validation-schema="schema" @submit="onSubmit" v-slot="{ values }">
      <Field
        name="accept"
        type="checkbox"
        v-bind="field" 
        :value="true"
        :unchecked-value="false"
      />
          
      <ErrorMessage name="accept" />

      <button>Submit</button>

      <p>Values</p>
      <pre>{{ values }}</pre>
    </Form>
  </div>
</template>
Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • User mentioned (1): @Joe
  • Low reputation (0.5):
Posted by: Arek PHP

79618108

Date: 2025-05-12 15:03:06
Score: 1.5
Natty:
Report link

An alternative approach would be:

if ! command -v scp >/dev/null 2>&1; then
  echo "scp could not be found."
  exit 1
fi
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: RoseSecurity

79618100

Date: 2025-05-12 14:58:03
Score: 12.5 🚩
Natty: 6.5
Report link

MSFT,

I have IE 11 browser but when I run your code I have an error on Methode Document of Object 'IWebBrowser2'. Could you help me, please? Thank you!

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Blacklisted phrase (1): help me
  • RegEx Blacklisted phrase (3): Could you help me
  • RegEx Blacklisted phrase (1): I have an error
  • RegEx Blacklisted phrase (2): help me, please
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Looks like a comment (1):
  • Low reputation (0.5):
Posted by: VBA_Anne_Marie

79618096

Date: 2025-05-12 14:56:02
Score: 1.5
Natty:
Report link

I feel like Indiana Jones, excavating this quite old question. ⛏️

But for those stumbling here, after looking for their symptoms online, please rejoice, because it's now fixed.

I don't know if it was fixed by a release of Safari, or Shaka Player, or both, but it has been fixed at some point.

You're welcome.

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

79618091

Date: 2025-05-12 14:54:02
Score: 1
Natty:
Report link

You should just be able to split up the negative lookbehind into multiple lookbehinds like so

(?<!AA)(?<!BAB)(?<!CAC)(?<!JHGS)[1-3]\s*(?=[A-Z])
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Kenzo Staelens

79618088

Date: 2025-05-12 14:52:01
Score: 1.5
Natty:
Report link

Just running command ssh -V this would ensure all OpenSSH suites is installed on your machine https://www.openssh.com

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

79618086

Date: 2025-05-12 14:50:00
Score: 1.5
Natty:
Report link

You should redirect the user to Tournament.cshtml from the Register.cshtml. Also, make sure to check whether the user has already created a tournament upon their first login. This ensures that the tournament creation step is not bypassed, especially since you've mentioned that every user must create a tournament.

Reasons:
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Rehman Malekar

79618085

Date: 2025-05-12 14:47:00
Score: 2.5
Natty:
Report link

For SQL Server 2005+

SELECT SERVERPROPERTY('productversion') productversion, 
       SERVERPROPERTY ('productlevel') productlevel, 
       SERVERPROPERTY ('edition') edition

enter image description here

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

79618075

Date: 2025-05-12 14:43:59
Score: 1
Natty:
Report link

in your /ios folder, run this command:
pod init
pod install

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

79618070

Date: 2025-05-12 14:40:58
Score: 1
Natty:
Report link

Ok, got it work.

Directory structure, there seems to be problem with location of you php.conf file. My dir structure is:

root@hi /home/test/stackoverflow_79617562 $ ls -laR
.:
total 20
drwxr-xr-x 4 root   root   4096 May 12 16:25 ./
drwxr-x--- 9 jjakes jjakes 4096 May 12 16:01 ../
-rw-r--r-- 1 root   root    342 May 12 16:23 docker-compose.yml
drwxr-xr-x 3 root   root   4096 May 12 16:29 nginx/
drwxr-xr-x 2 root   root   4096 May 12 16:29 src/

./nginx:
total 12
drwxr-xr-x 3 root root 4096 May 12 16:29 ./
drwxr-xr-x 4 root root 4096 May 12 16:25 ../
drwxr-xr-x 2 root root 4096 May 12 16:29 conf.d/

./nginx/conf.d:
total 12
drwxr-xr-x 2 root root 4096 May 12 16:29 ./
drwxr-xr-x 3 root root 4096 May 12 16:29 ../
-rw-r--r-- 1 root root  491 May 12 16:23 php.conf

./src:
total 12
drwxr-xr-x 2 root root 4096 May 12 16:29 ./
drwxr-xr-x 4 root root 4096 May 12 16:25 ../
-rwxrwxrwx 1 root root   20 May 12 16:29 index.php*

so try moving your php conf to ./nginx/conf.d/php.conf file.

Reasons:
  • Blacklisted phrase (1): stackoverflow
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Jakub

79618054

Date: 2025-05-12 14:32:55
Score: 2
Natty:
Report link

I found a solution for it, I saved my code files, then deleted the project's repository, and then I reinstall everything from zero (even nodeJs), then put my code files again at their right places, and it worked perfectly.

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

79618044

Date: 2025-05-12 14:26:53
Score: 1.5
Natty:
Report link

This is possible using the more recent :nth-child( of ) syntax:

.common-class:nth-child(1 of :not(.ignore))
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: vinceh121

79618041

Date: 2025-05-12 14:26:53
Score: 3.5
Natty:
Report link

In my case, updating the version to flutter_web_auth_2: ^5.0.0-alpha.2 solved the problem.

https://github.com/ThexXTURBOXx/flutter_web_auth_2/issues/157

https://github.com/ThexXTURBOXx/flutter_web_auth_2/pull/156

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

79618028

Date: 2025-05-12 14:20:52
Score: 0.5
Natty:
Report link

So, an answer that most people miss, especially on the older CentOS platforms, this can be as simple as your using the wrong username in your `sudo -u <username>` command. If that user does not exist, you get this error which is mighty confusing, and no reinstall or change of configuration will fix it!

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

79618026

Date: 2025-05-12 14:20:52
Score: 1.5
Natty:
Report link

I think this issue might also be caused by the chat template used with the Llama model. For example, the LLaMA 3.2 template includes the instruction:

"Given the following functions, please respond with a JSON for a function call with its proper arguments that best answers the given prompt."

Leaving it unchanged can effectively force the model to call tools, even when unnecessary.

Note that the template of the llama3-groq-tool-use model @LaurieYoung mentioned is less "agressive":

You may call one or more functions to assist with the user query.

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • User mentioned (1): @LaurieYoung
  • Low reputation (0.5):
Posted by: guibs35

79618013

Date: 2025-05-12 14:16:50
Score: 1
Natty:
Report link

As others have already pointed out, it's preferable to use element IDs or classes rather than XPath, since XPath can easily break with even minor page modifications (e.g., temporary messages indicating downtime - which happens quite often!).

Additionally, be cautious with browser navigation actions like "back" or "forward." These often lead to unexpected behavior and can disrupt the session on the Handelsregister website, causing XPath selectors to fail because you're no longer on the intended page.

Ultimately, we found it easier to avoid scraping Handelsregister directly and instead switched to structured data providers like handelsregister.ai

Good luck!

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

79618008

Date: 2025-05-12 14:11:49
Score: 2.5
Natty:
Report link

Email clients (like Gmail, Outlook, Apple Mail) do not support custom URI schemes like that one for Spotify (security reasons I guess), once inside the web, there should be a prompt to open the link on the app.

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

79617999

Date: 2025-05-12 14:03:47
Score: 1
Natty:
Report link

I needed to extract a part from a name where different sections were separated by a dash. In fact the name contained always five dashes.

RegEx will surely work, but I agree it makes it look more complicated than it need to be.
$SignificantPartOfName = $($NameContainingFiveDashes.Split('-')[4]).trim()

Sincerely AndreasM

Reasons:
  • Blacklisted phrase (0.5): I need
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: andreas Meyer

79617993

Date: 2025-05-12 13:55:45
Score: 2
Natty:
Report link

Got the issue i wasn't using the right SHA-1 hash.
To get the right one i had to go in the android folder and run

./gradlew signingReport

And took the first one

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

79617989

Date: 2025-05-12 13:53:45
Score: 2
Natty:
Report link

correct your PrismaClient import to

import { PrismaClient } from "@/generated/prisma";
Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: cancel this

79617987

Date: 2025-05-12 13:53:45
Score: 1
Natty:
Report link

To suppress the need of a password, please add to the jupyter

command line

--ServerApp.password=''

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

79617983

Date: 2025-05-12 13:52:44
Score: 2
Natty:
Report link

My issue is resolved by doing the following

  1. Open IIS

  2. Go to current server – > Application Pools

  3. Select the application pool your 32-bit application will run under

  4. Click Advanced setting or Application Pool Default

  5. Set Enable 32-bit Applications to True

  6. reset IIS

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

79617977

Date: 2025-05-12 13:50:44
Score: 3
Natty:
Report link

if you use authentification ,just check your middleware , you probably protected some pages , you should make the path '/api/uploadthing' public so uploadthing can use it

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

79617971

Date: 2025-05-12 13:48:43
Score: 0.5
Natty:
Report link

The prompt you define in LangChain is just the content.

However, the chat template defines the structure - how that content is wrapped and presented to the model - and can strongly influence behavior.

This issue is likely caused by the chat template used with your model. Some templates are designed to encourage tool use. For example, the LLaMA 3.2 template includes the instruction:

"Given the following functions, please respond with a JSON for a function call with its proper arguments that best answers the given prompt."

This can effectively force the model to call tools, even when unnecessary.

To fix this, adjust your chat template to clearly state that tools should only be used when necessary, and that direct answers should be preferred when possible.

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

79617964

Date: 2025-05-12 13:43:42
Score: 0.5
Natty:
Report link

You can toggle a setting to "Show query results in new tabs" under Tools -> Preferences... -> Database -> Worksheet. You can use worksheets to display query results. Toggle this property on and see if you achieve the result

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

79617941

Date: 2025-05-12 13:34:39
Score: 2.5
Natty:
Report link

Found a solution that closes my question:

@Stable
val Arrangement.LastItemBottomArrangement: Arrangement.Vertical
    get() = object : Arrangement.Vertical {
        override fun Density.arrange(
            totalSize: Int,
            sizes: IntArray,
            outPositions: IntArray,
        ) {
            var currentOffset = 0
            sizes.forEachIndexed { index, size ->
                if (index == sizes.lastIndex) {
                    outPositions[index] = totalSize - size
                } else {
                    outPositions[index] = currentOffset
                    currentOffset += size
                }
            }
        }
    }
LazyColumn(
    modifier = modifier
        .fillMaxSize(),
    verticalArrangement = Arrangement.LastItemBottomArrangement,
)

https://stackoverflow.com/a/69196765/21932401

Reasons:
  • Blacklisted phrase (1): stackoverflow
  • Probably link only (1):
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Нурик Курбанов

79617936

Date: 2025-05-12 13:32:38
Score: 10.5 🚩
Natty: 6
Report link

Did you find any solution? I am dealing with the same issue

Reasons:
  • Blacklisted phrase (1.5): any solution
  • RegEx Blacklisted phrase (3): Did you find any solution
  • RegEx Blacklisted phrase (2): any solution?
  • Low length (1.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): Did you find any solution
  • Low reputation (0.5):
Posted by: user3586826

79617932

Date: 2025-05-12 13:31:38
Score: 3
Natty:
Report link

I had to change the origin paths under Options > Source Control >Git Repository Settings > Remotes and then the push succeeded.

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

79617923

Date: 2025-05-12 13:29:37
Score: 1
Natty:
Report link

As my knowledge you don't need to configure PrometheusMeterRegistry if you are using spring boot 3.x. You just need dependencies for metrics which you already have.

Make sure that you have enabled exemplars in prometheus https://prometheus.io/docs/prometheus/latest/feature_flags/#exemplars-storage

And in the promql in grafana you will have toggle to enable exemplars for specific query.

Finally make sure that you have configured connections in Grafana: Home -> Connections -> Data Sources -> Prometheus/Tempo/Loki (If you cannot edit connections, then you need to make it editable in grafana deploy configs).

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

79617921

Date: 2025-05-12 13:28:37
Score: 0.5
Natty:
Report link

Doesn't seem to be considered secret. Presumably the api key is tied to the registered domain and the license for self-hosted is just to ensure GPL compliance.

https://www.tiny.cloud/tinymce/security/

Note: Tiny does not consider an API Key to be private or sensitive data.

https://www.tiny.cloud/docs/tinymce/latest/license-key/

What is the difference between a license key and the API key?

The API key is used when loading TinyMCE from the Tiny Cloud. The license key is used to declare the license terms when self-hosting TinyMCE.

Should I be using both an API key and a license key?

No, an API key and a license key should not be used simultaneously. The API key should only be used if TinyMCE is loaded from the Tiny Cloud. If TinyMCE is being self-hosted, the license key option should be used instead.

Will TinyMCE “phone home” to check the license key?

No. TinyMCE does not contact any server to validate the license key.

What happens if I don’t provide a valid license key?

The console log message or notification will persist until a valid license key or 'gpl' is provided.

Why is a license key required?

The license key ensures compliance with TinyMCE licensing terms. It’s part of our efforts to refine the license key system and may have additional functionalities in the future.

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

79617919

Date: 2025-05-12 13:27:36
Score: 3
Natty:
Report link

Use

https://2captcha.com/

TO Solve captcha or if you want to explicitly Bypass captcha use https://netnut.io/?utm_medium=organic&utm_source=google

They have a product called Unblocker use it i've tested and it works wonders.

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

79617913

Date: 2025-05-12 13:24:36
Score: 3.5
Natty:
Report link
header 1 header 2
cell 1 cell 2
cell 3 cell 4
Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: CERTACAS LLC

79617902

Date: 2025-05-12 13:14:34
Score: 2
Natty:
Report link

This bug was resolved in Aspose.Cells NuGET version 25.5.0. Thanks to the Aspose team for the quick turnaround!

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Low length (1):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • High reputation (-1):
Posted by: Eric Patrick

79617900

Date: 2025-05-12 13:12:33
Score: 3
Natty:
Report link

You need to remove the old plist reference from target and then set the new target for info.plist.

Targets will show in build settings

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

79617895

Date: 2025-05-12 13:08:31
Score: 9.5 🚩
Natty: 4.5
Report link

I have the same problem. I have to work on a code my school sent me as an assignment, where they asked me to work with java 1.8, but the gradle version is 4.10.3 and if I understood correctly, I should either work with a 2.0 version of gradle or I should update java to version 9. Is it correct? Unfortunately I can't find the 2.0 version and I don't know how to solve this problem

distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.3-all.zip
Reasons:
  • Blacklisted phrase (1): I have the same problem
  • Blacklisted phrase (1): how to solve
  • RegEx Blacklisted phrase (2): I don't know how to solve
  • RegEx Blacklisted phrase (2): know how to solve
  • Has code block (-0.5):
  • Me too answer (2.5): I have the same problem
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: DDragonfly

79617885

Date: 2025-05-12 13:01:28
Score: 7.5 🚩
Natty: 6.5
Report link

Have you found any solution to address your issue. We are facing the same.

Thanks, Best

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Blacklisted phrase (1.5): any solution
  • RegEx Blacklisted phrase (2.5): Have you found any solution to address your issue
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: user4299094

79617880

Date: 2025-05-12 12:57:26
Score: 1.5
Natty:
Report link

I've had a similar question a long time ago and created this gem https://github.com/codesnik/calculate-all/

with it you can do

Model.group(:status).calculate_all(:max_id, :min_id)

It is just a convenient wrapper around pluck, though.

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

79617879

Date: 2025-05-12 12:57:26
Score: 3
Natty:
Report link

I have a beautiful trick, type in pip --version and it show where the current pip is, which will show the path of the virtual env for you to know

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

79617876

Date: 2025-05-12 12:55:26
Score: 3.5
Natty:
Report link

The problem is solved. I had to fix the RampartSender class from the rampart-core_1.6.1.wso2v40 library.

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

79617867

Date: 2025-05-12 12:51:20
Score: 7.5 🚩
Natty:
Report link

I know this post is from two years ago, but since I'm currently maintaining Qt translations and we're working on the idea of such a migration tool, I'm interested in learning more about your approach.
Could you elaborate on why you wanted to perform this migration in the first place, and how you went about it?
I also noticed you're using //= meta strings, could you share why you are using this?

Reasons:
  • RegEx Blacklisted phrase (2.5): Could you elaborate
  • RegEx Blacklisted phrase (2.5): could you share
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Gongotar

79617864

Date: 2025-05-12 12:48:19
Score: 0.5
Natty:
Report link

Aujourd'hui, je souhaite partager un petit retour d'expérience avec la communauté des développeurs — un bug que j'ai rencontré lors de l'exécution de migrations dans un projet Symfony 🎯.

En lançant la commande :
php bin/console doctrine:migrations:status

j’ai reçu l’erreur suivante :
❌ DoctrineMigrationsBundle requires DoctrineBundle to be enabled.

Après quelques recherches, j’ai compris que le bundle principal DoctrineBundle n'était pas enregistré dans mon fichier bundles.php. Résultat : impossible d'utiliser le système de migrations.

✅ Voici les étapes que j’ai suivies pour corriger le problème :

✔️ J’ai vérifié que le fichier config/bundles.php contenait bien :

Doctrine\Bundle\DoctrineBundle\DoctrineBundle::class => ['all' => true],

🧩 J’ai installé le bundle manquant (au cas où) avec :

composer require doctrine/doctrine-bundle

🔄 Ensuite, une autre erreur est apparue :
The metadata storage is not up to date...

J’ai simplement exécuté :

php bin/console doctrine:migrations:sync-metadata-storage

✅ Et tout est rentré dans l’ordre ! Mes migrations sont désormais bien reconnues et exécutables.

💡 Ce genre de souci peut arriver facilement quand on commence avec Symfony + Doctrine.
Mais chaque bug est une opportunité d’apprendre et de mieux comprendre le fonctionnement interne du framework.

👨‍💻 Si ça peut aider quelqu’un qui débute ou rencontre la même galère, je suis content d’avoir partagé ça !

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

79617863

Date: 2025-05-12 12:48:19
Score: 2.5
Natty:
Report link

I fetch the branch associated with the pull request and check it out with the following commands:

git fetch origin pr-branch-name
git checkout pr-branch-name

Then, in IntelliJ, I open the Git Log GUI, right-click the merge base, and select Compare with Local, which allows me to explore the changes in IntelliJ. However, I always keep Bitbucket open in parallel if I want to comment on specific changes.

For me, this approach offers a satisfactory balance between using IntelliJ's rich features while keeping the PR review process simple.

Reasons:
  • Blacklisted phrase (1): to comment
  • Blacklisted phrase (0.5): check it out
  • RegEx Blacklisted phrase (1): I want
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: felix

79617862

Date: 2025-05-12 12:45:18
Score: 0.5
Natty:
Report link

Thanks for the Insights @Vivek Vaibhav Shandilya.

The issue was resolved after realizing that environment variables defined in local.settings.json are not picked up inside a Docker container. This file is only used by the Azure Functions Core Tools (func start) during local development — not in Docker runtime.

All required environment variables were added directly to the Dockerfile using ENV, including below.

ENV AzureWebJobsStorage="your-connection-string" \
BlobStorageConnectionString="your-connection-string" \ FUNCTIONS_WORKER_RUNTIME=python \ AzureWebJobsFeatureFlags=EnableWorkerIndexing

Alternatively, you can pass them via the docker run command.

docker run -p 7071:80 \  -e AzureWebJobsStorage="your-connection-string" \  -e BlobStorageConnectionString="your-connection-string" \  -e FUNCTIONS_WORKER_RUNTIME=python \  -e AzureWebJobsFeatureFlags=EnableWorkerIndexing \  my-func
Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Long answer (-0.5):
  • Has code block (-0.5):
  • User mentioned (1): @Vivek
Posted by: Pavan

79617860

Date: 2025-05-12 12:45:18
Score: 2
Natty:
Report link

Please tell me if this is what you want. If it is, I will edit answer to include description and docs source.

.parent {
  display: flex;
}

.child1 {
  background: #ddd;
  padding: 1rem;
}

.child2 {
  background: #eee;
  padding: 1rem;
  display: flex;
  flex-direction: column;
}

.timeslots {
  flex-basis: 0;
  flex-grow: 1;
  overflow-y: auto;
}
<div class="parent">
  <div class="child1">
    Tall content here (sets height)<br>
    Tall content here (sets height)<br>
    Tall content here (sets height)<br>
  </div>
  <div class="child2">
    <div class="timeslots">
      Lots of scrollable content here...<br>
      Lots of scrollable content here...<br>
      Lots of scrollable content here...<br>
      Lots of scrollable content here...<br>
      Lots of scrollable content here...<br>
      Lots of scrollable content here...<br>
      Lots of scrollable content here...<br>
      Lots of scrollable content here...<br>
    </div>
  </div>
</div>

Reasons:
  • RegEx Blacklisted phrase (2.5): Please tell me
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Milos Stojanovic

79617847

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

dotnet user-secrets remove "Kestrel:Certificates:Development:Password"

After much solving, this solved the issue.

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

79617844

Date: 2025-05-12 12:37:15
Score: 2
Natty:
Report link

Actually, what I was looking for was an arrow with a location showing latitude and longitude, and I didn't have one. Here's what I did to avoid having an arrow:

1: Left-click on a point on the map. A grey dot appears

2: Right-click on this grey dot and share this location

Step 1

3: Click on the ‘Embed a map’ tab

4: Copy and paste the iframe. Then, if there are no businesses at this point, a map without a dot will be displayed

Step 2

Result:

Result

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

79617839

Date: 2025-05-12 12:35:15
Score: 2
Natty:
Report link

There's no real difference between and other than semantics. They behave the same in browsers—no special styling, no unique behavior. The only distinction is that adds meaning and structure for accessibility and SEO, while is just a plain container. Functionally, they’re identical.

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

79617836

Date: 2025-05-12 12:32:14
Score: 0.5
Natty:
Report link
sudo chmod 666 /var/run/docker.sock

This is works for me

Reasons:
  • Whitelisted phrase (-1): works for me
  • Low length (1.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: senvedat

79617823

Date: 2025-05-12 12:26:12
Score: 7
Natty: 7.5
Report link

@ fonishormon

I am also getting same. Any update on this?

Reasons:
  • Blacklisted phrase (1): update on this
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Looks like a comment (1):
  • Low reputation (1):
Posted by: Juniordeveloper

79617821

Date: 2025-05-12 12:25:12
Score: 3
Natty:
Report link

I'm using: git log --format=%D | sed '/^\s*$/d' | sed -n '2p'

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

79617820

Date: 2025-05-12 12:25:12
Score: 1
Natty:
Report link

Suggestion:
Use page.locator() Instead of getByRole()
: In Electron applications, role-based selectors might not work as expected. Opt for more direct selectors:

const closeButton = page.locator('button:has-text("Close")');
await closeButton.click();

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

79617810

Date: 2025-05-12 12:17:09
Score: 1.5
Natty:
Report link
getCustomerById:asyncHandler<number>(async(req,res)=>{
        const {id}=req.params;
        const result=await CUSTOMER_SERVICE.getCustomerById({id})
         res.status(200).json({success:true, data:result})
    }),
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: user30514578

79617809

Date: 2025-05-12 12:14:08
Score: 6.5 🚩
Natty: 6
Report link

How would that look for groups, rendering only the groups I am enrolled in?

Reasons:
  • 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): How would that
  • Low reputation (1):
Posted by: Natalia

79617800

Date: 2025-05-12 12:11:07
Score: 1
Natty:
Report link

Check File/Folder Permissions Go to: D:\Folder\gamer-survey\.next

Right-click > Properties > Security tab

Make sure your user account has Full control (Read, Write, Modify)

If not: Click Edit and update permissions.

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

79617798

Date: 2025-05-12 12:09:06
Score: 1
Natty:
Report link

Try the below step for flutter :
step 1. Remove flutter_inappwebview from .yaml file
step 2. Delete Pods, Podfile.lock & pub spec.lock
step 3. Again install flutter_inappwebview as below:

dependency_overrides:
  flutter_inappwebview: ^5.8.0
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: AppDeveloper

79617794

Date: 2025-05-12 12:06:06
Score: 3
Natty:
Report link

I think you should try to export your project from directly documents. go to your project document way and copy your projects whole file. reach me if you want

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

79617793

Date: 2025-05-12 12:05:05
Score: 3
Natty:
Report link

Might not be relevant to your use-case but I had a similar thing, legacy C code with shared memory access.

Two programs, one the existing, one my shiny new C# one. When running in a desktop session everything works fine. When both running as services, also works fine.

What doesn't work is one running as a service and one as a desktop session. I get the exact same error message - "File Not Found".

The answer is that by default windows uses session 0 for all global objects and services. Subsequent users get a new session number, as does Terminal Server sessions and as far as I can tell switching from a 64-bit process to a 32-bit.

If you want to connect to it just prefix the shared memory name with "Global\". The same has to be prefixed to Mutexes that your probably using.

Kernel Object Namespaces describes the process better.

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Me too answer (2.5): I get the exact same error
  • Low reputation (0.5):
Posted by: AndyB

79617781

Date: 2025-05-12 11:57:03
Score: 1.5
Natty:
Report link

Please update the TextStyle import by changing:

import 'dart:ui';

to:

import 'package:flutter/material.dart';

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

79617778

Date: 2025-05-12 11:53:02
Score: 4.5
Natty:
Report link

Ensure using the correct version of C++, must be version 17 or higher.

enter image description here

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

79617776

Date: 2025-05-12 11:52:02
Score: 2.5
Natty:
Report link

Sadly I can't add a comment (yet) or tell you otherwise how much this answer helped me (@Hank X):

Thank you so much Hank X! I spend two days trying to find an error and adding the :key param to my LineChart finally fixed it.

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Salu

79617772

Date: 2025-05-12 11:48:01
Score: 1
Natty:
Report link

<input type="button" value="Click then press tab"><br>
<label for="myCheckbox">This is label</label>
<input type="checkbox" id="myCheckbox" tabindex="0">

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

79617769

Date: 2025-05-12 11:47:00
Score: 5
Natty:
Report link

Since Databricks Runtime 12.2 Databricks started to wrap spark exceptions in their own exceptions. https://learn.microsoft.com/en-us/azure/databricks/error-messages/ While for some users it might be handy, for our team it is not convenient, as we cannot see original exception, check what's going on in source code etc. When I put these stack trace to IntelliJ, I cannot find such lines of code. For example, Databricks say QueryExecutionErrors.scala:3372, but this file in Spark source code has only 2700 LoC and EXECUTOR_BROADCAST_JOIN_OOM cannot be found in Spark source code. Could you please advise how to disable Databricks error wrapping and get raw Spark error?

Currently, Databricks does not provide a built-in configuration to disable the error wrapping and access the raw Spark exceptions directly. However, you can employ the following strategies to retrieve more detailed error information.

As of Databricks Runtime 12.2, Databricks introduced a new error-handling mechanism that wraps Spark exceptions in their own custom exceptions. This change aims to provide more structured and consistent error messages, which can be beneficial for many users. However, for teams accustomed to the raw Spark exceptions, this can pose challenges in debugging and tracing errors to specific lines in the Spark source code.

You can't disable the wrapping behavior introduced in Runtime 12.2+. It’s part of Databricks’ structured error model. Error handling in Azure Databricks - Azure Databricks | Microsoft Learn Learn how Azure Databricks handles error states and provides messages, including Python and Scala error condition handling.

Reasons:
  • Blacklisted phrase (1.5): I cannot find
  • Blacklisted phrase (0.5): I cannot
  • RegEx Blacklisted phrase (2.5): Could you please advise how
  • Long answer (-1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (0.5):
Posted by: Shraddha Pore

79617768

Date: 2025-05-12 11:46:00
Score: 14.5
Natty: 7.5
Report link

I have the same problem. How did you fix it?

Thanks

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Blacklisted phrase (1): I have the same problem
  • Blacklisted phrase (1): How did you fix
  • RegEx Blacklisted phrase (3): did you fix it
  • RegEx Blacklisted phrase (1.5): fix it?
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): I have the same problem
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Massimo Zanetti

79617764

Date: 2025-05-12 11:43:59
Score: 1.5
Natty:
Report link

No, the default placeholder text (like yyyy-mm-dd) in an HTML datepicker (<input type="date">) cannot be removed using CSS alone. It is browser-controlled. To hide or change it, you'd need to use JavaScript or replace it with a custom datepicker.

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

79617759

Date: 2025-05-12 11:37:57
Score: 1
Natty:
Report link

For TextFormField, you can change cursor color by using the property of textformfield, like this way:

TextFormField(cursorColor: Colors.orange)

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

79617757

Date: 2025-05-12 11:36:57
Score: 0.5
Natty:
Report link

For me, it was inconsistent naming. I had typed i18n instead of l10n in the l10n.yaml file.

arb-dir: lib/l10n/arb
template-arb-file: app_en.arb
output-localization-file: app_localizations.dart
nullable-getter: false
synthetic-package: false
output-dir: lib/l10n/gen
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Sultan

79617739

Date: 2025-05-12 11:25:54
Score: 2
Natty:
Report link

Just upgrade pip to the most recent version then re run the install. If the problem persists run the cache purge command for pip.

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

79617738

Date: 2025-05-12 11:24:54
Score: 5.5
Natty:
Report link

I think you could try rebuilding your project first.
There's a similar question on Stack Overflow that you can refer to:
Why am I seeing a "member is not recognized or is not accessible" error on my WPF User Control?

Reasons:
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: guan

79617735

Date: 2025-05-12 11:21:53
Score: 5.5
Natty: 6.5
Report link

I was working on modifying the CORTEX_M3_MPS2_QEMU_GCC_1 FreeRTOS demo to build a simple HTTP server using the Blinky demo as a base. To achieve this, I integrated the FreeRTOS+TCP library and made some changes in main.c to initialize the network stack and handle basic HTTP responses. After updating the Makefile to include the new TCP source files, I encountered a *** multiple target patterns. Stop.

Any help ?

Thanks in advance for your help !

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Blacklisted phrase (1): Any help
  • RegEx Blacklisted phrase (3): Thanks in advance
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Siwar

79617729

Date: 2025-05-12 11:17:51
Score: 4
Natty:
Report link

I would like to see your src code.

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

79617724

Date: 2025-05-12 11:14:50
Score: 1
Natty:
Report link

ADF Lookup Activity doesn't work with DataSet parameters Can someone please verify?

You're specifically trying to pass the schemaName.tableName via dataset parameters to a Lookup activity in Azure Data Factory (ADF).

Please follow the steps to Dynamically pass the schemaName.tableName via dataset parameters:

Create two parameters table and schema inside pipeline:

1

Create a dataset for Azure SQL Database with two Dataset Parameter schemaName and tableName:

enter image description here

In Connection Dataset, Add the Dataset Parameters , inplace of Table as @dataset().schemaName . @dataset().tableName

Note: Check Enter Manually

enter image description here

Now in Settings of Look Up Activity, add the pipeline Parameter expression to Value of Dataset properties.

Expressions: @pipeline().parameters.table and @pipeline().parameters.Schema

enter image description here

Now Debug the pipeline to check.

enter image description here

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

79617722

Date: 2025-05-12 11:12:49
Score: 1
Natty:
Report link

This is a bug, and in fact it exists in some browsers. At least firefox-137, the latest of 2025-05, does. This has been asked repeatedly in stackoverflow.com [1] (2016) [2] (2019) [3] (2021).

To check it, save the code below as old.html, and open it with your browser.

<!DOCTYPE html>
<html>
<head>
    <title>Old page</title>
    <script>
        window.onload = function() {
            location.replace('http://example.com');
        };
    </script>
</head>
<body>
No body.
</body>
</html>
Reasons:
  • Blacklisted phrase (1): stackoverflow
  • Has code block (-0.5):
  • Self-answer (0.5):
Posted by: teika kazura

79617710

Date: 2025-05-12 11:09:48
Score: 0.5
Natty:
Report link

One options is :

Image(graph.get_graph().draw_png())

before running above code :

!pip install pygraphviz

If you are using Colab :

!apt-get install -y graphviz libgraphviz-dev
!pip install pygraphviz
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Dattatray

79617697

Date: 2025-05-12 11:03:47
Score: 1.5
Natty:
Report link

This can also happen due to two-way communication in disabled state for $connect route.

enter image description here

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

79617684

Date: 2025-05-12 10:55:44
Score: 4
Natty:
Report link

Thanks bro great answer ... issue is solved by deleting swift support folder

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Chupamobiles

79617681

Date: 2025-05-12 10:54:43
Score: 6 🚩
Natty:
Report link

Okay - i found a fix but it would be great to get this validated by someone

I removed the python -> python3 alias from zsh to avoid namespace clashes

I created a virtual env called venv with the following

python3 -m venv venv 

which created a venv folder in the root of my project.

I activated this with

. venv/bin/activate

and then had to reinstall django and django ninja

pip install django django-ninja

I was then able to run the runserver command

./manage.py runserver

This all seems fine to me (although it does mean that I have a virtual environment folder in my project which seems like I should add this to the .gitignore file) - does anyone have any thoughts please?

Thanks

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Blacklisted phrase (1.5): any thoughts
  • Whitelisted phrase (-1): i found a fix
  • RegEx Blacklisted phrase (3): does anyone have any thoughts
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: overbyte

79617680

Date: 2025-05-12 10:54:43
Score: 2
Natty:
Report link

I had the special case where the ContenPanel of the toolstripcontainer was set to a panel that contained yet another toolstripcontainer. when i dragged the toolstrip, it moved from the "outer" container to the "inner" one and when i clicked "next" (or sth?) the inner container dissappeared (ContentPanel was set to a different panel) and so did the toolstrip.

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

79617678

Date: 2025-05-12 10:53:43
Score: 1.5
Natty:
Report link

enter image description here creation

enter image description here models

enter image description here navigation property

enter image description here dbset making

enter image description here scaffolded itmes creation

enter image description here dto creation

enter image description here put endpoint changes

here is a code for that:

builder.Services.AddSwaggerGen();

builder.Services.AddDbContext<IngatlanContext>(options =>
    options.UseSqlite(builder.Configuration.GetConnectionString("DefaultConnection")));

var app = builder.Build();

--------------------------------
public class IngatlanContext : DbContext
{
    public IngatlanContext(DbContextOptions<IngatlanContext> options) : base(options)
    {

    }
    public DbSet<Ingatlan> Ingatlanok { get; set; } = null!;
    public DbSet<Kategoria> Kategoriak { get; set; } = null!;
}

--------------------------------
public class IngatlanGetDto
{
    public int Id { get; set; }
    public string? Leiras { get; set; }
    public DateTime HirdetesKezdete { get; set; }
    public DateTime HirdetesVege { get; set; }
    public int Ar { get; set; }
    public bool Hitelkepes { get; set; }
    public string? KategoriaNeve { get; set; }
}

--------------------------------
Kategoria (1) - Ingatlan (N)
N: 
[ForeignKey("KategoriaId")]
public Kategoria? Kategoria { get; set; }
1:
[JsonIgnore]
public List<Ingatlan>? Ingatlanok { get; set; }
Reasons:
  • Blacklisted phrase (1): enter image description here
  • Probably link only (1):
  • Long answer (-1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: orbanviktor

79617671

Date: 2025-05-12 10:50:42
Score: 1
Natty:
Report link

As of 2025, all major platforms support Webp in og:image.
Sources:

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

79617670

Date: 2025-05-12 10:50:42
Score: 1
Natty:
Report link
  1. Log metadata: Use debugging tools to inspect request headers.

  2. Manually set compression: Ensure the server uses the same algorithm as the client by configuring grpc::ServerBuilder::SetCompressionOptions

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

79617669

Date: 2025-05-12 10:49:41
Score: 2
Natty:
Report link

I've faced same problem with wso2 api manager what i've done is to set set Accept-Encoding header property to empty string but i dont think its the best solution, but it works now

if any one has another solution let me know

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: ABDLEHADI EL BCIR

79617660

Date: 2025-05-12 10:44:40
Score: 2
Natty:
Report link

From my limited experience, i prefer using signals to call onto scenes and instances, functions (like the one you are asking about) and other properties that influence the node i am working with. I try to mostly go to the inspector, where i find the signal tab and double click it to instantiate the block of code inside the script for the node automatically to save me some time.

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

79617657

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

Weird solution in Maya which I came up with: My assumption about transferring transform keys from the whole object to the root and pelvis bones seem to be correct. Though I couldn't make it work just like that. Instead I did the following steps:

  1. I installed "Terribilis's" "Mixamo converter" and took the default fbx mannequin from there.
  2. Uploaded the manequin to Mixamo and downloaded needed "no skin" animation asset.
  3. Converted it with "Mixamo converter" obtaining the reference asset (AssetR). (This asset works just fine in UE4 but it doesn't fit my other skeletal mesh character and deforms it).
  4. In Maya I took the initial asset (AssetA) (which is the animation that doesn't work correctly in UE4) , reparented root bone into nothing, deleted the wrapper object.
  5. Copied the animation transform keys from AssetR's root and pelvis bones and pasted them into AssetA's root and pelvis bones respectively.
  6. Made sure "joint orientation attributes" (which are NOT the same thing as the transforms you casually see on the right side in Maya) of AssetA's root and pelvis bones matched AssetR's root and pelvis bones respectively.
  7. Exported edited AssetA's "armature". And now it works fine in UE4.

I would be glad for a clearer solution in Blender. (I can't export Blender's fbx animation into UE4 without my skeletal mesh being deformed - some tips are much appreciated)

Reasons:
  • Blacklisted phrase (1): appreciated
  • Long answer (-1):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Custom Pineapple

79617654

Date: 2025-05-12 10:39:39
Score: 1
Natty:
Report link

Indeed, an issue with AzureCLI@2. Thanks @Vandre, indeed the problem was to do with _binary_from_path. You told the Azure CLI to stop trying to find and use a local bicep binary from the system path. Instead, it now falls back to the built-in Azure CLI-integrated Bicep transpiler, which is more stable and self-contained.

Pasting below full code snippet block if this helps anyone using AzureCLI@2. My environment is Azure Pipelines Starter.

          - task: AzureCLI@2
            inputs:
              azureSubscription: ${{ variables.serviceConnectionName }}
              workingDirectory: '$(Build.SourcesDirectory)/Bicep'
              scriptType: pscore
              scriptLocation: inlineScript
              inlineScript: |
                az config set bicep.use_binary_from_path=false
                az account set --subscription ${{ variables.subscriptionid }}
                az deployment group create --name '${{ variables.deploymentName }}_$(Build.BuildId)' --mode Incremental --resource-group ${{ variables.resourceGroupName }} --template-file $(Build.SourcesDirectory)${{ variables.mainTemplateFileName }} --parameters $(Build.SourcesDirectory)${{ variables.mainParamFileName }}  
            displayName: 'Deploy Main Bicep'
Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Long answer (-1):
  • Has code block (-0.5):
  • User mentioned (1): @Vandre
  • Low reputation (1):
Posted by: alok858

79617651

Date: 2025-05-12 10:37:38
Score: 4
Natty:
Report link

fixed the problem by passing state variable of page in grid props

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

79617650

Date: 2025-05-12 10:35:37
Score: 1.5
Natty:
Report link

CSS Filter: https://developer.mozilla.org/en-US/docs/Web/CSS/filter

#blur {
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -ms-filter: blur(5px);
  -o-filter: blur(5px);
  filter: blur(5px);
}
<html>
   <body>
      <div id="blur" style="">hellokkksdjfdshfshifsd isjfcsdkcjsdlk</div>
    </body>
</html>

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

79617644

Date: 2025-05-12 10:33:37
Score: 0.5
Natty:
Report link
const [value, setValue] = useState('');

<TextField
  label="Name of the Hospital/Clinic/Consultation Center, etc."
  multiline
  minRows={2}
  fullWidth
  className="myname"
  value={value}
  onChange={(e) => setValue(e.target.value)}
/>

Style:

.myname {
  label {
    transform: translate(14px, 16px) scale(1) !important;
    color: #000 !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    word-break: break-word !important;
  }

  fieldset {
    legend {
      display: none !important;
      visibility: hidden !important;
    }
  }
}
Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: MIH10

79617638

Date: 2025-05-12 10:30:36
Score: 0.5
Natty:
Report link

Found the solution to programmatically enable Loop Time to true.

AnimationClip clip = new();
Debug.Log(clip.isLooping) // false
AnimationUtility.SetAnimationClipSettings(clip, new()
{
    loopTime = true
});
Debug.Log(clip.isLooping) // true

This is tied to the same value as clip.isLooping.

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

79617628

Date: 2025-05-12 10:24:34
Score: 0.5
Natty:
Report link

The response from OPTIONS must also contain "Origin" inside Access-Control-Allow-Headers, for example:

Access-Control-Allow-Headers: Origin,Authorization,X-Requested-With,Accept,Accept-Encoding,X-Accept-Charset,X-Accept,Content-Type
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Sergey Soltanov

79617621

Date: 2025-05-12 10:22:33
Score: 1
Natty:
Report link

you should install package that its name is whitenoise and add "whitenoise.middleware.WhiteNoiseMiddleware",

and you should add bellow to setting

STATIC_ROOT = BASE_DIR / 'productionfiles'
STATIC_URL = '/static/'
STATICFILES_DIRS = [
    BASE_DIR / 'staticfiles'
]
DEFAULT_AUTO_FIELD = 'django.db.models.BigAutoField'

STATICFILES_DIRS = [os.path.join(BASE_DIR, 'static')]
STATIC_ROOT = os.path.join(BASE_DIR, 'staticfiles')
LOGIN_REDIRECT_URL = '/'
LOGOUT_REDIRECT_URL = '/login/'
Reasons:
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: javadshabani

79617604

Date: 2025-05-12 10:10:30
Score: 0.5
Natty:
Report link
{
  "$schema": "https://vega.github.io/schema/vega-lite/v5.json",
  "data": {
    "url": "https://raw.githubusercontent.com/vega/vega-datasets/next/data/penguins.json"
  },
  "params": [
    {
      "name": "page",
      "value": 0,
      "bind": {
        "input": "range",
        "min": 0,
        "max": 30,
        "step": 1,
        "name": "Page:"
      }
    }
  ],
  "transform": [
  { "window": [{ "op": "row_number", "as": "row_num" }] },
  { "calculate": "floor((datum.row_num - 1) / 10)", "as": "page_num" },
  { "filter": "datum.page_num === page" },
  { "calculate": "(datum.row_num - 1) % 10", "as": "row_index" },
  {
    "fold": [
      "Beak Depth (mm)",
      "Beak Length (mm)",
      "Body Mass (g)",
      "Flipper Length (mm)",
      "Island",
      "Species"
    ]
  },
  {
    "calculate": "datum.value === null ? 'null' : datum.value",
    "as": "cell_text"
  }
],
  "width": {"step": 150},
  "height": {"step": 50},
  "layer": [
    {
      "mark": {
        "type": "rect",
        "stroke": "#ccc",
        "fill": "#fff"
      },
      "encoding": {
        "x": {
          "field": "key",
          "type": "nominal",
          "axis": null,
          "scale": { "paddingInner": 0}
        },
        "y": {
          "field": "row_index",
          "type": "ordinal",
          "axis": null
        }
      }
    },
    {
      "mark": {
        "type": "text",
        "fontSize": 12,
        "align": "center",
        "baseline": "middle"
      },
      "encoding": {
        "x": { "field": "key", "type": "nominal" },
        "y": { "field": "row_index", "type": "ordinal" },
        "text": { "field": "cell_text", "type": "nominal" }
      }
    },
    {
      "mark": {
        "type": "text",
        "fontSize": 14,
        "fontWeight": "bold",
        "align": "center",
        "baseline": "bottom",
         "dy": -10

      },
      "encoding": {
        "x": { "field": "key", "type": "nominal" },
        "y": { "value": -1 },
        "text": { "field": "key", "type": "nominal" }
      }
    }
  ],
  "config": {
    "view": { "stroke": "transparent" },
    "axis": { "grid": false, "domain": false, "ticks": false },
    "style": {
      "cell": { "stroke": "#ccc" }
    }
  }
}

I’ve been working on a Vega table over the past few days and explored multiple blogs and documentation sources. Unfortunately, none of them fully met the requirements. However, the solution I’ve shared above delivers a clean, traditional table layout. You can easily customize the pagination according to your needs.
Check the image below to see the result.
enter image description here

Reasons:
  • Blacklisted phrase (1): enter image description here
  • Long answer (-1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: shreyash patel

79617587

Date: 2025-05-12 10:00:28
Score: 4
Natty: 4.5
Report link

The bug has been resolved in the latest release, Version 2.72.0

https://learn.microsoft.com/en-us/cli/azure/release-notes-azure-cli?view=azure-cli-latest#may-06-2025

Reasons:
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Anıl Turunç

79617583

Date: 2025-05-12 09:58:27
Score: 1
Natty:
Report link

If key authorization in ansible does not work for you, but SSH login works, then the account does not have any associated keys. In order for ansible to know which key to use, you need to run a couple of commands:

$ ssh-agent bash
$ ssh-add ~/.ssh/id_rsa
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Mr.Toad

79617581

Date: 2025-05-12 09:58:22
Score: 8 🚩
Natty:
Report link

I'm also having similar issue. Did you find a solution?

When I try to use UpdateDatasources request with service principal it switches to personal cloud connection and asking for edit credentials before I can refresh the report.

Strangely request returns success but does not update the datasource

Reasons:
  • RegEx Blacklisted phrase (3): Did you find a solution
  • Low length (0.5):
  • No code block (0.5):
  • Me too answer (2.5): I'm also having similar issue
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: simonsays