79110065

Date: 2024-10-21 12:37:49
Score: 0.5
Natty:
Report link

Use the 'escape' character and then this should work as follows:

CREATE TABLESPACE test LOCATION E'C:\\test';

Reasons:
  • Whitelisted phrase (-2): this should work
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Steven B.

79110062

Date: 2024-10-21 12:36:49
Score: 2.5
Natty:
Report link

it seems that the issue is that the SSRS report generates multiple worksheets. I haven't found out why but it seems as though there is a data limit per worksheet.

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

79110061

Date: 2024-10-21 12:36:49
Score: 2.5
Natty:
Report link

D++ does not support MinGW and there are no plans to support it. Instead, if you're on Windows, you should either use VCPKG (there's a guide on the documentation) or Visual C++. You can also download the library and install it manually following another guide. But the easiest way to use the library is with the VS2022 template.

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

79110059

Date: 2024-10-21 12:36:49
Score: 1
Natty:
Report link

If they are unix timestamps, I don't get why you would set them and then get them to compare them then. Just compare them from the get go?

function checker($timestamp1, $timestamp2){
    if (abs($timestamp1 - $timestamp2) <= 5*60 ) { return 1; } else { return 0; }
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • High reputation (-1):
Posted by: Wimanicesir

79110052

Date: 2024-10-21 12:34:48
Score: 2
Natty:
Report link

Update in 2024, there is a library that can help fix the TransactionTooLargeException by efficiently managing the size of data. This library ensures that the data being saved in the Bundle does not exceed the transaction buffer limit.

You can find the BundleSaver library on GitHub: https://github.com/kernel0x/bundlesaver

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

79110032

Date: 2024-10-21 12:29:47
Score: 1
Natty:
Report link

Now with AWS also you can generate the template code from existing deployed resources and settings. Check IAC under CloudFormation section.

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

79110013

Date: 2024-10-21 12:24:46
Score: 2.5
Natty:
Report link

This CSP header with wildcards and 'unsafe-eval' is basically useless, so you could remove it anyways.

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

79110010

Date: 2024-10-21 12:23:46
Score: 4
Natty:
Report link

Batch requests are limited to 50 requests per batch.

You can read more at:

https://developers.facebook.com/docs/graph-api/overview/rate-limiting/

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

79110005

Date: 2024-10-21 12:21:45
Score: 3
Natty:
Report link

I have met the same problem too! I found the output is not null when run as go run main.go but run in cluster as operator has problem.

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

79110004

Date: 2024-10-21 12:21:45
Score: 2.5
Natty:
Report link

I Was stuck with this problem too, and recently i learned that it was being caused by the firewall settings on my Linux Distribution. So trying to disable the firewall or changing the settings can help if you use Linux!

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

79109981

Date: 2024-10-21 12:15:44
Score: 1.5
Natty:
Report link

there are two different main ways:

  1. using an indirect command that requires to open a new console, e.g.:

    subprocess.Popen("start /wait ", stdout=subprocess.PIPE, shell=True)

(see: https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/start )

  1. using python to open a new console with the following, e.g.:

subprocess.Popen("", creationflags=subprocess.CREATE_NEW_CONSOLE)

(see: https://docs.python.org/3/library/subprocess.html)

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

79109979

Date: 2024-10-21 12:14:42
Score: 1.5
Natty:
Report link

Your code seems to be correct, so I assume there might be something wrong with how you're calling the flow.

In my environment, your code is working for both the Dev UI and curl POST.

enter image description here

$ curl -X POST -H "Content-Type: application/json" -d '{"data": {"question": "What is the menu suggestion for today?"}}' http://[your_firebase_function_url]/menuSuggestionFlow
{"result":{"answer":"This is the answer to your question: What is the menu suggestion for today?"}}
Reasons:
  • Probably link only (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Yuki Nagae

79109976

Date: 2024-10-21 12:13:42
Score: 2
Natty:
Report link

You can create the same thing using DropdownMenu, also it has properties for height and positioning the dropdown.

Also if you want to give some specific offset for positioning you can create your own DropDown using PopupMenu, make sure to make the required changes for creating it like dropdown.

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

79109975

Date: 2024-10-21 12:12:42
Score: 3.5
Natty:
Report link

Remove wsrep_node_address from both config files.

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

79109973

Date: 2024-10-21 12:12:42
Score: 2.5
Natty:
Report link

My script doesn’t work well. When the button “b5” clicked with ouside <form ...> ... element, the buttons b5 and b4 deseapper and the buttons b1,b2,b3 appear. This work normaly when my code about button is not inside the <form ...> ... element… When i put inside and i press or click the button b5, it reverses. It means i still get the buttons b4 and b5. Please help

<form action="" method="POST" enctype="multipart/form-data"\>
{% csrf_token %}
<div class="row"\>
<div class="col-md"\>
<div class="card card-body" \>
<h5\>Informations\</h5\>
<hr\>
<p\>Nom:\</p\>
<fieldset\>
<input name="LibELE_GROUPE" type="text" id="LibELE_GROUPE" value="{{groupe.LibELE_GROUPE}}" size="35"
placeholder="Nom du groupe" tabindex="1" required\>\*
</fieldset\>

            </div>   
        </div>
    
        <div class="col-md">
            <div class="card card-body" style="width:300px; margin-left:40%;">
                <h5>Total des Utilisateurs</h5>
                <hr>
                <h1 style="text-align: center;padding: 10px"></h1>
            </div>
        </div>
    
    
        <div class="col-md">
            <div class="card card-body" style="width:200px; margin-left:50%;">
                <!--<h5>Client:</h5>-->
    
                <hr>
    
                {% if sEtat == "crea" %}
                <a class="btn btn-outline-success  btn-sm btn-block" href=""
                   style="font-size: 10px; ">Ajouter</a>
                <a class="btn btn-outline-info  btn-sm btn-block" href="" style="font-size: 10px;">Quitter</a>
                {% elif sEtat == "modif" %}
                <button class="b3  btn-outline-warning  btn-sm btn-block " href=""
                        style="font-size: 10px;display:None;">
                    Modifier
                </button>
                <button class="b2  btn-outline-danger  btn-sm btn-block " href=""
                        style="font-size: 10px; display:None;">
                    Supprimer
                </button>
                <button class="b1  btn-outline-secondary  btn-sm btn-block " href=""
                        style="font-size: 10px; display:None;">
                    Annuler
                </button>
                <button class="b4 btn-outline-success  btn-sm btn-block" id="AJ" name="Ajouter" type="submit"
                        value="Submit"
                        style="font-size: 10px; ">Ajouter
                </button>
                <button class="b5 btn-outline-info  btn-sm btn-block" id="QT" href="" style="font-size: 10px; ">Quitter
                </button>
    
                {% else %}
                <a class="btn btn-outline-success  btn-sm btn-block" href=""
                   style="font-size: 10px; ">Ajouter...</a>
                <a class="btn btn-outline-info  btn-sm btn-block" href="" style="font-size: 10px;">Quitter</a>
                {% endif %}
    
            </div>
    
        </div>
    
    </div>
    <script>
                                const buttons = document.getElementsByTagName("button");
    
                                var clicked = false
                                var b1 = document.querySelector(".b1")
                                var b2 = document.querySelector(".b2")
                                var b3 = document.querySelector(".b3")
                                var b5 = document.querySelector(".b5")
    
                                function hideButtons( button1, button2, button3) {
                                    clicked = false
                                    for (button of buttons) {
                                        button.style.display = "inline";
                                    }
                                    button1.style.display = (clicked ? "inline" : "none")
                                    button2.style.display = (clicked ? "inline" : "none")
                                    button3.style.display = (clicked ? "inline" : "none")
                                    clicked = !clicked
                                }
                                b1.addEventListener("click", () => {hideButtons(b2, b3, b1)})
    
                                function hideButtons1( button1, button2, button3) {
                                    clicked = false
                                    for (button of buttons) {
                                        button.style.display = "none";
                                    }
                                    button1.style.display = "inline";
                                    button2.style.display = "inline";
                                    button3.style.display = "inline";
                                    clicked = !clicked
                        }
    
    
                                b5.addEventListener("click", () => {hideButtons1(b1, b2, b3)})
    
    </script>

</form\>
Reasons:
  • RegEx Blacklisted phrase (3): Please help
  • Long answer (-1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Fulbert KOFFI

79109967

Date: 2024-10-21 12:11:41
Score: 1
Natty:
Report link

Itertools also has counts for convenience:

use itertools::Itertools;

fn main() {
    let word = "Barbara";
    let map1 = word
        .to_lowercase()
        .chars()
        .counts();
    println!("{:?}", map1);
}

Output:

{'a': 3, 'r': 2, 'b': 2}

Playground: https://play.rust-lang.org/?version=stable&mode=debug&edition=2021

Docs: https://docs.rs/itertools/latest/itertools/trait.Itertools.html#method.counts

GitHub issue that made me aware of counts: https://github.com/rust-itertools/itertools/issues/599

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

79109964

Date: 2024-10-21 12:10:41
Score: 3.5
Natty:
Report link

Move the filter folder you want sorted to any other folder. Then move it back to the root folder you want it within. When dropped there it will be sorted alphabetically.

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

79109958

Date: 2024-10-21 12:08:41
Score: 1.5
Natty:
Report link

Turns out the reason was that too many processes were competing for the CPUs; the server tried to do too many things at once and in the end it did none of them well.

The server was constantly switching between tasks and none of them could make use of the CPUs fully.

I moved RabbitMq out, onto a separate machine and both the Rabbit and other services that remained on the original machine now perform as expected, CPU usage went up on both machines and the responsiveness just as well.

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

79109956

Date: 2024-10-21 12:08:41
Score: 3.5
Natty:
Report link

Just make sure livewire assets are injected in all pages.

Note to know, it was a bug in livewire, that livewire:navigated not working on the first page and redirect, look this link

Reasons:
  • Blacklisted phrase (1): this link
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Hussein Elturkey

79109955

Date: 2024-10-21 12:08:40
Score: 4
Natty:
Report link

@Yusuf thank you very much that you posted the solution here on stackoverflow as well! I would like to thank you here as well for posting the solution. Changing the vm-type in colima to vz did the trick.

Thank you very much!

Reasons:
  • Blacklisted phrase (0.5): thank you
  • Blacklisted phrase (0.5): Thank you
  • Blacklisted phrase (1): stackoverflow
  • Low length (0.5):
  • Has code block (-0.5):
  • User mentioned (1): @Yusuf
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Timo Antweiler

79109951

Date: 2024-10-21 12:07:39
Score: 4
Natty: 4.5
Report link

Insightful! I was recently stuck with editing a pretty extensive table then came across this article on how to Adjust Table Size in PowerPoint which got me through it.

Reasons:
  • Blacklisted phrase (1): this article
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Terrica Arden

79109946

Date: 2024-10-21 12:05:39
Score: 3.5
Natty:
Report link

They could be using a service worker, cache, or Window navigator.onLine, which is explained here:

https://developer.mozilla.org/en-US/docs/Web/API/Navigator/onLine https://www.w3schools.com/jsref/prop_nav_online.asp

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

79109941

Date: 2024-10-21 12:04:38
Score: 2.5
Natty:
Report link

Same error happened to me, I fixed it by not running from root.

Reasons:
  • Whitelisted phrase (-2): I fixed
  • RegEx Blacklisted phrase (1): Same error
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: james

79109934

Date: 2024-10-21 12:01:37
Score: 1.5
Natty:
Report link

You can call it using CALL. e.g.

CALL SelectAllCustomers();

See docs for details.

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

79109933

Date: 2024-10-21 12:01:37
Score: 3.5
Natty:
Report link

I tried same as you and I got everything almost same as onnx model, i.e, 28ms

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

79109932

Date: 2024-10-21 12:01:37
Score: 2
Natty:
Report link

Update in 2024, there is a library that can help fix the TransactionTooLargeException by efficiently managing the size of data. This library ensures that the data being saved in the Bundle does not exceed the transaction buffer limit.

You can find the BundleSaver library on GitHub: https://github.com/kernel0x/bundlesaver

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

79109923

Date: 2024-10-21 12:00:37
Score: 3
Natty:
Report link

Im not sure about troubleshooting options, but one reason could be that you are running your application in production mode. In production mode the devtools are disabled

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

79109920

Date: 2024-10-21 11:58:37
Score: 3
Natty:
Report link

ionic cap run -l --external

It will ask for platform to select

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

79109907

Date: 2024-10-21 11:54:35
Score: 4.5
Natty:
Report link

Update:

I’ve upgraded my Blazor WebAssembly project to .NET 8, hoping that the newer version would resolve the issue with client-side debugging. Unfortunately, the problem still persists. Even after the upgrade, I am unable to enable runtime code changes or move the execution pointer during client-side debugging in Visual Studio 2022.

I was expecting the more advanced debugging capabilities in .NET 8 to improve the experience, but the client-side debugging limitations remain the same. Any further suggestions or insights would be greatly appreciated.

Reasons:
  • Blacklisted phrase (1): appreciated
  • RegEx Blacklisted phrase (2): Any further suggestions
  • Long answer (-0.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Arileth

79109899

Date: 2024-10-21 11:52:34
Score: 3
Natty:
Report link

I was able to get Vmmem to finally stop. No restart. I had to disable Hyper V Host Compute Service from services, not just stop it. enter image description here

I was then able to flip it back to manual and Vmmem stayed closed, without restarting.

Reasons:
  • Blacklisted phrase (1): enter image description here
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Sowrdfish

79109896

Date: 2024-10-21 11:52:34
Score: 1.5
Natty:
Report link

I saw your problems and I leave my opinion. To dynamically control argTypes in Storybook, you can explore using the dependsOn feature or a custom function with the control property. This setup lets you adjust the available options based on another control’s value.

But, as of October 2023, Storybook doesn’t offer a direct way to handle dynamic options within argTypes. But don’t worry! You can achieve similar results by using decorators in your stories.

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

79109889

Date: 2024-10-21 11:47:31
Score: 10 🚩
Natty: 4.5
Report link

i have an error in terminal and i don't know why. It happens when i try to run npm start or npm run build but it's not show me the reason, just a small red dot in terminal. Please help me

Reasons:
  • Blacklisted phrase (1): help me
  • RegEx Blacklisted phrase (3): Please help me
  • RegEx Blacklisted phrase (1): i have an error
  • Probably link only (1):
  • Low length (2):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Doan hung Tran

79109877

Date: 2024-10-21 11:43:30
Score: 2
Natty:
Report link

We have been struggling with Disruptive Ads policy for weeks and finally found out what was the problem in our case. We use app open ads which can appear either from the Main Activity onCreate (Splash Screen) or when the app moves to foreground. It turned out that the second one was displaying ads too frequently ie. every time the app moves to foreground. So we have added a simple timer to cap the ad frequency every 5 hours. Setting the cap on Admob doesn't help as the bot uses test sandbox.

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

79109873

Date: 2024-10-21 11:43:30
Score: 3
Natty:
Report link

If you are using Bootstrap (or considering), look at

https://havit.blazor.eu/components/HxModal

It is pretty straightforward and easy to use. Advanced scenarios are supported with

https://havit.blazor.eu/components/HxDialogBase

Both free, open-source.

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

79109868

Date: 2024-10-21 11:42:30
Score: 2.5
Natty:
Report link

Please, Just be patient; the process can take some time depending on your internet speed. I once experienced a download that took almost two hour. It’s a bit inconvenient without any way to track the progress.

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

79109865

Date: 2024-10-21 11:42:30
Score: 1
Natty:
Report link

If you set the SPARK_HOME environment variable to C:\Spark\spark-3.5.3-bin-hadoop3 and add the path %SPARK_HOME%\bin to your system's PATH environment variable, you can then run your Python script using spark-submit mypythonfile.py. otherwise you should use ./bin/spark-submit script.py

Note:

The pyspark < script.py approach is no longer supported for running Python applications with Apache Spark since version 2.0. You'll encounter an error message like this:

Running Python applications through 'pyspark' is not supported as of Spark 2.0. Use ./bin/spark-submit

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

79109853

Date: 2024-10-21 11:37:28
Score: 2.5
Natty:
Report link

This is for the people who may face this issue in future.

In my case the Environment was running in Admin Mode.

In the admin center I had to Disable the Admin Mode for the environment, then the import functionality was working fine!

Thanks! Suraj

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: suraj kumbhar

79109847

Date: 2024-10-21 11:36:28
Score: 2.5
Natty:
Report link

We use validate() to re-validate / clean the error message.

onChanged: (x) { .... formKey.currentState!.validate(); }

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

79109841

Date: 2024-10-21 11:35:26
Score: 7 🚩
Natty: 5
Report link

I stumbled upon this thread because I have currently this issue. I see that there are no answers but could you solve your issue without using spring boot?

Reasons:
  • Blacklisted phrase (2): could you solve
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Ryny Khy

79109839

Date: 2024-10-21 11:35:25
Score: 2
Natty:
Report link

The MSH.2 - Encoding Characters only have 3 values '^~&' where as there should be 4, usually '^~&'. i.e. |MSH|^~&|...

It sounds like you're generating the HL7 yourself, in which case you can just add the '\ and it should work. If it is already there check that there's not preprocessing that's removing this.

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

79109831

Date: 2024-10-21 11:33:25
Score: 2
Natty:
Report link

In order to fix the error showed in @Bill question, I run the followed steps:

  1. In Nuget Package Manager: update Microsoft.NET.Sdk.Functions to 4.5.0 version
  2. In Visual Studio 2022: Tools -> Options -> Projects and Solutions -> Azure Functions -> Check for updates
  3. After Check for updates, click in Download & Install button
Reasons:
  • No code block (0.5):
  • User mentioned (1): @Bill
  • Low reputation (0.5):
Posted by: Pedro Romero

79109820

Date: 2024-10-21 11:31:24
Score: 0.5
Natty:
Report link

Explanation in my comment...

const transporter = nodemailer.createTransport({
        host: "smtp.ionos.de",
        port: 587,
        secure: false, // true for port 465, false for other ports
        auth: {
            user: "[email protected]",
            pass: "xxxxxxxxxxxxxx",
        },
    });
    

general_users.post("/Kontakt", async(req, res, next) => {

    var content = req.body;
    content = JSON.stringify(content)

    await transporter.sendMail({
        from: "[email protected]", // sender address
        to: "[email protected]", // list of receivers
        subject: "Kundenanfrage", // Subject line
        text: content, // plain text body
        html: `<b>${content}</b>`})
        .catch((error) => {return res.status(500).json({ error: "message not sent" }).end();})
        .then(res.status(200).json({ message: "message sent" }).end())
})
Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: mahas

79109819

Date: 2024-10-21 11:31:24
Score: 4.5
Natty:
Report link

have you tried using MATCH and/or IF combined with ISNUMBER??

Reasons:
  • Whitelisted phrase (-1): have you tried
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: CodingCossack

79109818

Date: 2024-10-21 11:30:23
Score: 1
Natty:
Report link

If you are using NGINX in your server.

update client_max_body_size in the configuration file

client_max_body_size 50M;

then restart your server.

app.use(express.json({ limit: '10mb' }));  // For JSON bodies
app.use(express.urlencoded({ limit: '10mb', extended: true }

this could also help.

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

79109817

Date: 2024-10-21 11:30:23
Score: 3
Natty:
Report link

may be you can try increasing the memory in /sys/module/usbcore/parameters/usbfs_memory_mb

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

79109805

Date: 2024-10-21 11:27:23
Score: 2
Natty:
Report link

This 'question' gives a nice overview and (to my oppinion) can not be answered. There is no solution for the problem (other than implementing IXmlSerialisable.)

I consider this as 'closed'.

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

79109794

Date: 2024-10-21 11:24:21
Score: 0.5
Natty:
Report link

Google has added a sample how to show your data in @Preview

One important moment - you should use exactly MutableStateFlow() and not builders like flowOf() (in this case it's not necessary use sourceLoadStates)

@Sampled
@Preview
@Composable
fun PagingPreview() {
    /**
     * The composable that displays data from LazyPagingItems.
     *
     * This composable is inlined only for the purposes of this sample. In production code, this
     * function should be its own top-level function.
     */
    @Composable
    fun DisplayPaging(flow: Flow<PagingData<String>>) {
        // Flow of real data i.e. flow from a ViewModel, or flow of fake data i.e. from a Preview.
        val lazyPagingItems = flow.collectAsLazyPagingItems()
        LazyColumn(modifier = Modifier.fillMaxSize().background(Color.Red)) {
            items(count = lazyPagingItems.itemCount) { index ->
                val item = lazyPagingItems[index]
                Text(text = "$item", fontSize = 35.sp, color = Color.Black)
            }
        }
    }

    /**
     * The preview function should be responsible for creating the fake data and passing it to the
     * function that displays it.
     */
    // create list of fake data for preview
    val fakeData = List(10) { "preview item $it" }
    // create pagingData from a list of fake data
    val pagingData = PagingData.from(fakeData)
    // pass pagingData containing fake data to a MutableStateFlow
    val fakeDataFlow = MutableStateFlow(pagingData)
    // pass flow to composable
    DisplayPaging(flow = fakeDataFlow)
}
Reasons:
  • Long answer (-1):
  • Has code block (-0.5):
  • User mentioned (1): @Preview
  • Low reputation (1):
Posted by: nowiwr01p

79109791

Date: 2024-10-21 11:23:21
Score: 1
Natty:
Report link

You need to launch the browser headless, disable GPU

await p.chromium.launch(headless=True, args=["--disable-gpu", "--single-process"])`enter code here`
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: cprakashagr

79109778

Date: 2024-10-21 11:21:21
Score: 1
Natty:
Report link
echo "<table><th>File</th><th>Line</th>";
    foreach(debug_backtrace() as $error){
        echo "<tr><td>".$error['file']."</td>";
        echo "<td>".$error['line']."</td>";
        echo "</tr>";
    }
    echo "</table>"; die;
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: cstutorial

79109772

Date: 2024-10-21 11:19:20
Score: 2
Natty:
Report link

I've tried to do the same. It seems like you need to use the StaticToc template in order to generate static websites, but there's no way to make the search bar work, you need a webserver for that.

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

79109771

Date: 2024-10-21 11:18:20
Score: 1
Natty:
Report link

You can use the SharpLab online playground for this purpose:

https://sharplab.io/

You can see decompiled c# 1.0 code (c# code without sintax shugar) and IL-code

enter image description here

Reasons:
  • Whitelisted phrase (-1.5): You can use
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
Posted by: Eugene Maksimov

79109767

Date: 2024-10-21 11:17:20
Score: 0.5
Natty:
Report link

Here’s another way, which I use often due to its advantages.

  1. Make a visual selection any way you like, eg. vip or <shift>+V;
  2. : to enter command mode;
  3. norm gIxxx <enter> where xxx is // or any other characters you prefer.
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: TransferOrbit

79109765

Date: 2024-10-21 11:16:19
Score: 1
Natty:
Report link

As I am writing this, Visual Studio Code natively supports PDF export for Jupyter Notebooks.

enter image description here

enter image description here

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

79109763

Date: 2024-10-21 11:16:19
Score: 2.5
Natty:
Report link

Assuming you have main data and new data

mainData = existing_Points
newData = generated_Points
tolarance = 1
tree = KDTree(mainData)
indices = tree.query_ball_point(newData, tolerance)
unique_indices = np.unique(np.concatenate(indices))
if len(unique_indices) == 0:
   print("No intersection found")
else:
   print("intersection found")

Is this what you need?

Reasons:
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: hs hs

79109762

Date: 2024-10-21 11:16:19
Score: 4.5
Natty: 4.5
Report link

use this package instead django multitenant compatable with DRF

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

79109761

Date: 2024-10-21 11:16:19
Score: 1.5
Natty:
Report link

To perform manual acknowledgment, we use the static method Acknowledgement.acknowledge()

@SqsListener("HowToDoInJava")
public void listen(Message<?> message) {

    LOGGER.info("Message received on the listen method at {}", OffsetDateTime.now());
    Acknowledgement.acknowledge(message);
}

https://howtodoinjava.com/spring-cloud/aws-sqs-with-spring-cloud-aws/

To acknowledge messages received with MANUAL acknowledgement, the Acknowledgement#acknowledge and Acknowledgement#acknowledgeAsync methods can be used.

https://docs.awspring.io/spring-cloud-aws/docs/3.0.0-SNAPSHOT/reference/html/index.html#sqs-template-acknowledgement

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

79109741

Date: 2024-10-21 11:09:17
Score: 1
Natty:
Report link

I just found out there is a package called pendulum that have better support for ISO8601 formats.

This works exactly as I wanted.

from datetime import datetime, timedelta
import pendulum

interval: pendulum.Interval = pendulum.parse("2024-02-15T12:34:56/P1M16D")

start_date: datetime = interval.start  # 2024-02-15T12:34:56
end_date: datetime = interval.end  # 2024-03-31T12:34:56
time_delta: timedelta = interval.as_timedelta()  # 45 days = 29 (leap year) + 16
Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: JackyCCC

79109739

Date: 2024-10-21 11:09:17
Score: 3
Natty:
Report link

Referring to the first answer, The Microsoft Web Platform Installer (WebPI) was retired! In my case, installing a proper version of the ".NET Hosting Bundle" fixed the issue.

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

79109733

Date: 2024-10-21 11:07:16
Score: 1
Natty:
Report link

As user2250152 stated, you need to "create" the role first before you can get the directory role.

This fixed it for me:

            DirectoryRole globalReaderRole;

            if (result.Value.Count == 0)
            {
                globalReaderRole = await graphServiceClient.DirectoryRoles.PostAsync(new DirectoryRole
                {
                    RoleTemplateId = tmplRole.Id 

                });
            }
            else
            {
                globalReaderRole = result.Value.FirstOrDefault();
            }
Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • User mentioned (1): user2250152
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: baswijdenesdotcom

79109726

Date: 2024-10-21 11:06:16
Score: 0.5
Natty:
Report link

Another solution that is especially useful for getting the types of multiple properties is using Pick:

type A = Pick<T, 'prop1' | 'prop2'>

The above is equivalent to:

type A = {
  prop1: T['prop1'], 
  prop2: T['prop2']
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: GlabbichRulz

79109715

Date: 2024-10-21 11:02:15
Score: 5.5
Natty: 5
Report link

Процесс открытия COM-порта - асинхронный. вы не дожидаетесь открытия и сразу пытаетесь считать данные. В прямом варианте, думаю, на on('read') подключено только вызов usb_rx();. В случае таймера порт также успевает открыться.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • No latin characters (2.5):
  • Low reputation (1):
Posted by: Vovusp

79109709

Date: 2024-10-21 11:00:14
Score: 2
Natty:
Report link

Update in 2024, there is a library that can help fix the TransactionTooLargeException by efficiently managing the size of data. This library ensures that the data being saved in the Bundle does not exceed the transaction buffer limit.

You can find the Bundlesaver library on GitHub: https://github.com/kernel0x/bundlesaver

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

79109701

Date: 2024-10-21 10:55:13
Score: 2.5
Natty:
Report link

It sounds like you're trying to manipulate indicators to oscillate more consistently around a central point without losing their overall structure. If you're interested in exploring solutions that handle oscillations and market movements, I'd like to introduce Oscillation Spotter, a Python library designed specifically for detecting significant price oscillations in financial data.

Oscillation Spotter helps identify sharp movements, allowing you to focus on key market shifts while minimizing the noise. It could potentially aid in re-evaluating how oscillations are distributed and offer insights into fine-tuning those movements around a desired center point.

Feel free to check it out: Oscillation Spotter on PyPI. I'd love to hear if it helps or sparks any ideas!

Reasons:
  • Blacklisted phrase (1): any ideas
  • Blacklisted phrase (0.5): check it out
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Alex

79109699

Date: 2024-10-21 10:55:13
Score: 3.5
Natty:
Report link

To resolve the error, you can choose between two approaches. Discover the steps in this blog! Steps to solve React Native Annotation Not Null Error

Reasons:
  • Blacklisted phrase (1): this blog
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Tina Sharma

79109698

Date: 2024-10-21 10:54:12
Score: 2
Natty:
Report link

To add/update Related Products or Complementary Products for a Shopify store use the Search & Discovery app, you can manage these settings manually through the app, as Shopify does not provide direct API access for adding or updating product recommendations programmatically.

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

79109695

Date: 2024-10-21 10:54:12
Score: 1
Natty:
Report link

I am using vs code, after pip install folium (version 0.17.0) , I got error "ModuleNotFoundError: No module named 'folium' ".

I realized its related to python version : folium is running by python 3.12.1 BUT it can not resolve folium with python 3.12.4 AND python 3.11.10 AND python 3.9.13 !!!

In the vs code toolbar (bottom of vs code) click on python version and try to change your interpreter (python version). If you don't have other versions installed in your computer first check which python version is compatible with your version of your installed folium.

good luck

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

79109694

Date: 2024-10-21 10:54:12
Score: 2
Natty:
Report link

Solved the problem, it was necessary to explicitly indicate on which instance we are calling Foreach.

foreach (var input in LetterManager.Instance.inputFieldsList)
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Grimuar

79109693

Date: 2024-10-21 10:53:12
Score: 0.5
Natty:
Report link

This happens because of data type incompatibility between relationship columns. As an example, Calendar table has data column and fact table has date time column, and we are making a relationship between those two columns filter won't work.

Make both data types same for date, pick date time or date for both columns.

Reasons:
  • No code block (0.5):
Posted by: AmilaMGunawardana

79109692

Date: 2024-10-21 10:52:12
Score: 1.5
Natty:
Report link

My problem was with the ipv6 server, by disabling it, my problem was solved

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

79109673

Date: 2024-10-21 10:46:10
Score: 1
Natty:
Report link

You can do the following steps:

  1. Make sure to enable Connect via Network Enable Debug via Network -- for more details how to do it you can refer to this link https://simi.studio/en/flutter-ios-wireless-debugging/

  2. run it first from xCode after enabling developer mode on the mobile

  3. Copy your device identifier and add it in lunch.json in vscode and it should look like this

    {
    "version": "0.2.0",
    "configurations": [
        {
            "name": "MyApp iPhone",
            "request": "launch",
            "type": "dart",
            "flutterMode": "debug",
            "deviceId": "XXXXXXXXXXXXXXX"
        }
    ]}
    
  4. Finally, RUN and it will open xCode to run the app. Don't worry; wait until it finishes.

  5. Enjoy debugging. I tried and it works like charm 🪄 HOT RELOAD Is WOOORKING

Reasons:
  • Blacklisted phrase (1): this link
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Qasim AlQari

79109662

Date: 2024-10-21 10:42:09
Score: 1.5
Natty:
Report link

Just add the .gradle folder to the artifact

  ...
  artifacts:
    paths:
      - .gradle/
      - app/build/
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Dannie

79109660

Date: 2024-10-21 10:41:09
Score: 2
Natty:
Report link

C:\laragon\data\mysql-8 go to this folder (where you setup your laragon) just change mysqlld file it will solve the problem take it from any person or download full MySQL 100% working if you change the file just replace your old one

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

79109653

Date: 2024-10-21 10:40:09
Score: 2
Natty:
Report link

If you rename the DbContext it forces you to use, i.e. "NorthWindEntities" to "NorthWindEntities2", (click on the class name and do CTRL+R) this will clear the Data context class field and thus allowing you to scaffold the controller/view without a DbContext.

This is most likely a bug of which is never going to get fixed. The moron who designed the UI probably has never heard of ViewModels.

The above answers dont really provide a solution, just an alternative.

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

79109651

Date: 2024-10-21 10:39:09
Score: 3
Natty:
Report link

Big thanks to Jose Truyol for this python app to get costs while having "Microsoft Azure Sponsorship": https://josetruyol.medium.com/azure-sponsorship-cost-analyzer-1a3ebb6356d7

Reasons:
  • Blacklisted phrase (0.5): thanks
  • Blacklisted phrase (0.5): medium.com
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • High reputation (-1):
Posted by: adrianlzt

79109649

Date: 2024-10-21 10:38:08
Score: 2.5
Natty:
Report link

It is a bug of TensorFlow 2.13. Use TensorFlow 2.15 or higher.

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

79109635

Date: 2024-10-21 10:34:07
Score: 1
Natty:
Report link

Currently, I'm also unable to fetch the phone number of an incoming call,

there's an Apple official Live Caller ID Lookup Extension way, and another hacky way of updating the in-app contact lookup directory everytime when the app is launched.

Live Caller ID Lookup Extension

The Live Caller ID Lookup app extension requires you to use Apple relay servers to support making calls to your server endpoints. This requires endpoint validation from Apple. If you’re interested in using the app extension, submit your request. For more information on the server-side API, see the Live Caller ID Lookup example and the Swift homomorphic encryption library.

Cons: submitting an Apple form to request access to this feature, even then we get an encrypted phone number to our server, and we need to do homomorphic encryption to all our leads to be able to search on encrypted data using homomorphic encryption

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

79109632

Date: 2024-10-21 10:34:07
Score: 2
Natty:
Report link

Found an answer Just need to update headless to true

this.browser = await puppeteer.launch({ headless: true});
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Alex027

79109627

Date: 2024-10-21 10:33:07
Score: 4
Natty:
Report link

You can check this repo: https://github.com/Hugging-Face-Supporter/tftokenizers

It does exactly what are you looking for.

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

79109618

Date: 2024-10-21 10:32:06
Score: 3
Natty:
Report link

I tried this code in Apex, but unfortunately it gives this error. EXCEPTION_THROWN [74]|System.CalloutException: Function HTMLENCODE may not be used in this type of formula.

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

79109615

Date: 2024-10-21 10:31:06
Score: 2.5
Natty:
Report link

This means that the types are not matching. In my case, I was trying to insert int where it was supposed to be int64.

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

79109612

Date: 2024-10-21 10:30:06
Score: 1
Natty:
Report link

Finally I've found that i can just set ids for the stacks and ust use getParent("some-id").goBack() at the end of the process.

So when the side process is done I can take user back and set hi's history to the place like he didn't do anything aside.

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

79109610

Date: 2024-10-21 10:29:06
Score: 2
Natty:
Report link

I want to share my experience related to this problem. First of all, we know there is a native code being used by our app since Google Play Console gives this error but when there is no native code, then there is no warning.

Task :app:mergeReleaseNativeLibs NO-SOURCE

Task :app:stripReleaseDebugSymbols NO-SOURCE

For example in above case on Android Studio, there is no native lib source, and because of that Google Play Console will not give any warning.

But, if there is a native code and that native code does not provide any debug symbols like (libandroidx.graphics.path.so) https://issuetracker.google.com/issues/356109544), then even you add the necessary configuration into your app, still Google Play Console gives this error.

Solution? Either remove the library dependency (at least in my case, I have achieved the same purpose without using library), or I guess you need to upload debug symbols by yourself into the Google Play Console.

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

79109600

Date: 2024-10-21 10:27:05
Score: 0.5
Natty:
Report link

Seems liek the problem is that you're giving actual values in your Pact. It's matching both the type and the value. That's why it's not working the way you want.

When you use something like stringType("foo", "foo"), Pact thinks you want the key "foo" to have the value "foo". But you just want any string there right?

Try using stringType("foo") without the extra "foo". This way Pact knows you want a string but doesn't care what the value is.

Same with your lists. Make sure when you use eachLike, you're not setting exact values you don't want to match.

Remove the specific values in your Pact setup and just tell it the types. Then Pact will only match the types and not the actual data. let me know if it worked.

Reasons:
  • Whitelisted phrase (-1): it worked
  • Long answer (-0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: CodingCossack

79109596

Date: 2024-10-21 10:25:05
Score: 3
Natty:
Report link

For me, upgrade of Springboot parent from 1.4.7.RELEASE to 2.3.12.RELEASE worked.

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

79109594

Date: 2024-10-21 10:25:05
Score: 3.5
Natty:
Report link

Most likely your 3 venv packages are broken. Reinstall them.

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

79109592

Date: 2024-10-21 10:25:05
Score: 1
Natty:
Report link

In 2024 you can just use adjustsFontSizeToFit combines with numberOfLines={1}

  <Text
    numberOfLines={1}
    adjustsFontSizeToFit
  >
    {label}
  </Text>
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Kamil P

79109574

Date: 2024-10-21 10:20:03
Score: 3.5
Natty:
Report link

I found "Code Que" extension quite similar to IntelliJ search, you could give it a try - https://marketplace.visualstudio.com/items?itemName=CodeQue.codeque

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

79109571

Date: 2024-10-21 10:18:03
Score: 2
Natty:
Report link

there is a way to be sure that the picture is not too much oversize, put the picture in a widget take a screenshot in the app then save it, work fine for me

hope it doo as well for you

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

79109568

Date: 2024-10-21 10:18:03
Score: 1
Natty:
Report link

I did few steps to fix the problem.

First of all I tried to run it without stateful flag and with few input vectors instead of one, like this:

Tensors input = tf.keras .Input(shape: new Shape(8, InputVectorSize));

Tensors gruLayer = tf.keras.layers .GRU(units: 32, return_sequences: false) .Apply(input); // <- Error: "Unable to find an entry point named 'TF_GetHandleShapeAndType' in DLL 'tensorflow'."

Tensors output = tf.keras.layers .Dense(SignalOutputVectorSize) .Apply(gruLayer);

model = tf.keras.Model(input, output);

Then I got some new exception: "Unable to find an entry point named 'TF_GetHandleShapeAndType' in DLL 'tensorflow'.". I tried to remove GPU-backend package and install CPU instead. And it work, I can build models with GRU-layers!

Now I have some trouble with fitting, but one more obstackle passed.

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Євген Діулін

79109566

Date: 2024-10-21 10:17:03
Score: 1
Natty:
Report link

Firstly, include comments in your code. It was very difficult to read and make sense of.

Secondly, for the 'awsgluedq' package you will need to import 'runpy' on Line 1 for mainly python.

Third, 'main_code' is not defined because it is not for the package. Instead you will want to use the expression between these square brackets; [name == 'main']. NOTE: For name You will need to import 'configparsner' on an early line.

And if you need to access the main .py file. You will need to use this expression 'main.py file' for python packages.

Parts of this were sourced by some other users who assisted with this. If this is incorrect, I would ask a genuine professional.

But other than that, aside from some minor adjustments. Your mock code is well structured.

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

79109564

Date: 2024-10-21 10:16:02
Score: 1
Natty:
Report link

Combining vimgrep and cfdo you can easily

Find all instances of search string in the project

:vimgrep /search_string/gj **/*

Check quickfix list is correct

:copen

Find and replace and save files

:cfdo %s/search_string/replace_string/g | update

Source: https://engineeringfordatascience.com/posts/how_to_search_and_replace_across_multiple_files_in_vim/

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

79109562

Date: 2024-10-21 10:15:02
Score: 0.5
Natty:
Report link

Thanks to user brunnerh I dug deeper into it and found the root cause: <svelte:self> is also deprecated:

import Node from "./Node.svelte"
<Component {node}>
    {#if hasChildren(node)}
        {#each node.children as child}
            /* This is deprecated: <svelte:self node={child} /> */
            <Node node={child} />
        {/each}
    {/if}
</Component>

After updating <svelte:self /> by referencing the same component again, I have the correct export children() i needed to use {@render children()}:

<script lang="ts">
    import type { ListItem } from 'datocms-structured-text-utils';

    let { node, children }: { node: ListItem, children (): any;  } = $props();
</script>

<li>{@render children()}</li>

Thanks mates.

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Blacklisted phrase (0.5): i need
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
Posted by: Thomaszter

79109556

Date: 2024-10-21 10:14:02
Score: 5
Natty:
Report link

I'm also facing the same issue. My apps have been stuck in review for almost two months now and I feel frustrated. Any changes I'm sending are not being approved. I have sent emails but they don't reply, it is jusyt pathetic to be in this position.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Me too answer (2.5): I'm also facing the same issue
  • Single line (0.5):
  • Low reputation (1):
Posted by: chichi kelvis

79109545

Date: 2024-10-21 10:09:01
Score: 2.5
Natty:
Report link

I don't believe it is possible in a matrix, I use an add on called Power KPI Matrix that allows me to format the columns bold.

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

79109544

Date: 2024-10-21 10:09:00
Score: 4
Natty: 4.5
Report link

I wrote this Extension https://marketplace.visualstudio.com/items?itemName=trungkien45.NotImplementedExceptionList

for listing NotImplementedException :)

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

79109543

Date: 2024-10-21 10:08:00
Score: 2.5
Natty:
Report link

Clearing buffers can be done using the following programs:

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Сергей Моск

79109521

Date: 2024-10-21 10:04:59
Score: 1
Natty:
Report link

I had a similar issue. The way I resolved it was adding "hashCode" and "equals" method to the POJO.

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

79109508

Date: 2024-10-21 10:00:58
Score: 1.5
Natty:
Report link

I was running Windows 11 on ARM on an M1 under Parallels. Kept getting the side-channel error. Tried all the solutions. Eventually installed Preview of native openssh via winget, installed Beta ARM build of git for Windows and configured that to use OpenSSH instead of bundled one. That resolved the issue. Could have been the OpenSSH or the ARM build, not sure.

Reasons:
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Jim Moores

79109500

Date: 2024-10-21 09:57:57
Score: 1
Natty:
Report link

This can be only done in the buildscript itself, like

    implementation(libs.foo.bar) {
        exclude(group = "baz", module = "bag")
    }
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: user213769

79109499

Date: 2024-10-21 09:57:57
Score: 3.5
Natty:
Report link

encapsulation: ViewEncapsulation.None,

should do that trick.

For more, have a look at https://v17.angular.io/guide/view-encapsulation.

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