79382925

Date: 2025-01-24 00:12:57
Score: 1.5
Natty:
Report link

As mentioned in the comments std::partial_sort_copy does not modify the size of the container that it writes to. So if the original size of the vector is 0, the size will not change. Therefore, nothing will get placed in the vector.

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

79382924

Date: 2025-01-24 00:11:56
Score: 2.5
Natty:
Report link

Currently there is no such functionality. You could use Github codespaces / Gitpod to share a vscode environment but those wont be read-only for all intents and purposes. Alternatively, you could use the live share extension to temporarily share your session through a link, which you can set to be read-only

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

79382922

Date: 2025-01-24 00:11:56
Score: 2.5
Natty:
Report link

ORA-01840: input value not long enough for date format 01840. 00000 - "input value not long enough for date format" *Cause:
*Action

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

79382915

Date: 2025-01-24 00:08:56
Score: 1.5
Natty:
Report link

I just tried it myself on bound script against a basic sheet with data in a few columns and rows and it worked fine. It cleared only the data and left the formatting and data validation. The function was as follows :

function myFunction() {
  let sheet = SpreadsheetApp.getActiveSpreadsheet().getSheetByName("Sheet1");
  let range = sheet.getRange(1,1,sheet.getLastRow(),sheet.getLastColumn());
  range.clear();
}

Are you running this bound, or unbound? How are you selecting the range?

Reasons:
  • Whitelisted phrase (-1): it worked
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Dan

79382888

Date: 2025-01-23 23:43:51
Score: 1
Natty:
Report link

SNS FIFO provides strict ordering on deliveries to a SQS FIFO queue for each message group. Messages not in the same group are delivered in parallel while messages within a group respects the message ordering on delivery.

In case of retries, SNS FIFO will attempt to retry the same message in a group until it succeeds before moving to the next message in the group. If all messages are in the same group, then the first message must be delivered before moving to the next to respect the message ordering.

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

79382887

Date: 2025-01-23 23:42:51
Score: 0.5
Natty:
Report link

Your device tree probably has broken clocks definitions, and the kernel deadlocks in clk_disable_unused() (in drivers/clk/clk.c).

Work-around by either:

But you should definitely fix your device tree !

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

79382884

Date: 2025-01-23 23:40:50
Score: 3
Natty:
Report link

I'm a beginner just like you. I struggled a lot with AddTransient. I spent a lot of time on it, trying to draw a line, but it wouldn't appear. In the end, I suspect the issue wasn't that the line wasn't being drawn, but that it wasn't visible. When I set the line.ColorIndex property, I was finally able to see it on the screen. I assume that the line wasn't visible by default because the ColorIndex value hadn't been set. I hope this helps you.

Reasons:
  • Whitelisted phrase (-1): hope this helps
  • RegEx Blacklisted phrase (2): I'm a beginner
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: kwonbarm

79382883

Date: 2025-01-23 23:40:50
Score: 1.5
Natty:
Report link

It seems like you're looking for einsum.

Should be something like:

result = torch.einsum('bi,bijk,bk->bj', x, second_order_derivative, x)
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Doma

79382881

Date: 2025-01-23 23:40:50
Score: 0.5
Natty:
Report link

To output a string array such as:

[
  "1: 34.45",
  "2: 21.67"
]

try: Account.Order.Product#$i.[$join([$string($i+1),': ', $string(Price)])]

To output an object array such as:

[
  {
    "1": 34.45
  },
  {
    "2": 21.67
  }
]

try: Account.Order.Product#$i.{ $string($i + 1): Price }

JSONata playground: https://jsonatastudio.com/playground/9b835d23

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

79382866

Date: 2025-01-23 23:33:49
Score: 2.5
Natty:
Report link

Had the same problem. From my experience sympy can solve most of the z transforms but had problem with trig functions. Whilst lcapy could solve ZT of trig it had problems solving others so ended I up on using them both and can't complain now.

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

79382859

Date: 2025-01-23 23:27:47
Score: 1.5
Natty:
Report link

In powershell for those using it.

Remove-Item -Recurse -Force .\node_modules
Remove-Item -Force .\package-lock.json
npm cache clean --force
npm cache verify
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: MattMcP

79382849

Date: 2025-01-23 23:21:45
Score: 2
Natty:
Report link

I had the same issue and in my case nothing worked until I updated Windows 365. But I also uninstalled xlwings and installed again.

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

79382848

Date: 2025-01-23 23:20:43
Score: 6 🚩
Natty:
Report link

I have the exact same issue right now, I'll let you know if I find anything out

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): I have the exact same issue
  • Single line (0.5):
  • Low reputation (1):
Posted by: AHStudent

79382817

Date: 2025-01-23 23:04:39
Score: 4.5
Natty:
Report link

Look at @NathanOliver's comment under the question.

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • User mentioned (1): @NathanOliver's
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Setu

79382815

Date: 2025-01-23 23:03:38
Score: 4.5
Natty:
Report link

As stated by @JulianKoster, it was just a bug and it was patched just a few hours after my question : see this link

For people struggling, just commit/stash your changes, run composer recipe:update and you will see some stimulus-bundle changes about CSRF.

After this update, form submit with csrf enabled works even from inside a turbo frame ! No additionnal code needed.

Thank you too @rapttor for your time !

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Blacklisted phrase (1): this link
  • RegEx Blacklisted phrase (1): see this link
  • Has code block (-0.5):
  • User mentioned (1): @JulianKoster
  • User mentioned (0): @rapttor
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: DeadlyToy

79382798

Date: 2025-01-23 22:52:36
Score: 3.5
Natty:
Report link

@calebmiranda It is not remembered, just smooth scrolling takes some time, which is in your example longer than 100ms and shorter than 500ms. You need to re-enable snap scroll when scroll is finished, so instead of timeout use scrollend event callback to set snap scroll back.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • User mentioned (1): @calebmiranda
  • Single line (0.5):
  • Looks like a comment (1):
  • Low reputation (1):
Posted by: Wojciech Grabowski

79382794

Date: 2025-01-23 22:50:35
Score: 2.5
Natty:
Report link

This fixed it for me, using Powershell: Set-ExecutionPolicy -ExecutionPolicy Unrestricted -Scope LocalMachine

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

79382788

Date: 2025-01-23 22:48:35
Score: 1.5
Natty:
Report link

A solution using simple functions:

=RIGHT(CONCAT(OFFSET(Sheet2!$B$2;0;XMATCH($A2;Sheet2!$B$1:$D$1)-1;1000));5)

The only things that you need to change are

The formula is for the cell B2, but you can copy to the other cells in column B

excel sheets

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

79382787

Date: 2025-01-23 22:47:35
Score: 2.5
Natty:
Report link

i'm working with react native and solve this with

presets: [require('nativewind/preset')],

Insert this below the on tailwind.config.js

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

79382774

Date: 2025-01-23 22:41:34
Score: 1.5
Natty:
Report link

The issue in this line: Debug.Log("check" + unit==null);

You're not testing whether unit is null as you might think. Instead, due to operator precedence, this statement is being evaluated like this: Debug.Log(("check" + unit) == null);

Correct Way to Check for Null: If you want to check whether unit is null and log the result, you should explicitly use parentheses to ensure the comparison happens first:

Debug.Log("check " + (unit == null));

Always use parentheses when combining comparisons and concatenation in a debug log to avoid confusion: Debug.Log("Is unit null? " + (unit == null));

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

79382762

Date: 2025-01-23 22:37:33
Score: 3
Natty:
Report link

You are not too clear on how pages are listing products but I assume you are using WooCommerce? If so, this page should answer questions regarding product sorting

Sort Products for WooCommerce

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

79382758

Date: 2025-01-23 22:34:32
Score: 2.5
Natty:
Report link

The issue is that I generated the dart files in the /protos directory, per the YouTube video tutorial. The correct location is the /lib directory. I generated pointing to /lib/generated and everything worked.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: S. Yacko

79382752

Date: 2025-01-23 22:31:31
Score: 3
Natty:
Report link

Are you sure this is the correct order?

I think you should update the value first, then notify of the property change OnNotifyPropertyChanged(); numPrice = value;

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

79382746

Date: 2025-01-23 22:28:31
Score: 0.5
Natty:
Report link

Got the same error, but the issue for me was a missing system-images.

Fixed with:

sdkmanager "system-images;android-34;google_apis;x86_64"

I was trying to run Android 34. You can list all available options with sdkmanager command.

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

79382743

Date: 2025-01-23 22:27:30
Score: 2
Natty:
Report link

Completing the answer, You cannot access the users table because it is part of the authentication schema. By default, the exposed schemas are public and graphql. You could expose the authentication schema, but that is not recommended as it would expose sensitive authentication data.

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

79382733

Date: 2025-01-23 22:22:29
Score: 0.5
Natty:
Report link

Just in case someone ends up here, this worked for me as the action that triggered my dialog was updating form so my dialog was dissapearing, because of the update, before closing and then my inputs weren't working

Reasons:
  • Whitelisted phrase (-1): this worked for me
  • Whitelisted phrase (-1): worked for me
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Pabloe Aguilar

79382729

Date: 2025-01-23 22:20:29
Score: 1.5
Natty:
Report link

Session-based authentication on your shared hosting can be simpler and just as secure. You can store user and club data in the session to avoid constant database lookups and occasionally refresh it to handle bans or membership changes. A one-week session is feasible if you configure cookies and garbage collection properly, and it’s also user-friendly because the session is maintained automatically, so users don’t have to log in repeatedly.

Reasons:
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Kamyar Safari

79382714

Date: 2025-01-23 22:14:27
Score: 0.5
Natty:
Report link

We figured out what happened in the site.

We had to add in the registry key HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa\MSV1_0 the Multi String value BackConnectionHostNames which contained only the hosts, not with the domains, because it only read the first line of the file and the other kept on the loop.

After that, we double-checked if we had in the IIS Authentication, Windows Authentication as our only authentication active. But, in the authentication providers, we had to remove all the providers but NTLM, because Kerberos and the others weren't compatible. (It seems like there was a MS KB in October that disabled those providers)

We restarted IIS and our sites worked.

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

79382699

Date: 2025-01-23 22:09:26
Score: 0.5
Natty:
Report link

As suggested by 'micycle' the R-Tree is matching my needs. With one call I create the index:

index = Index(generator(shapes))

where generator yields the bboxes of supplied shapes. And then I can do the intersection queries like:

intersections = index.intersection(bbox)

Thats it. Its fast for my needs (maybe because of compiled implementation). Factor 4 compared to brute force. (I don't have too many shapes.)

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

79382694

Date: 2025-01-23 22:08:26
Score: 2
Natty:
Report link

block.json

{
  "supports": {
    "customClassName": false
  }
}
Reasons:
  • Low length (1.5):
  • No code block (0.5):
Posted by: k2fx

79382686

Date: 2025-01-23 22:03:25
Score: 0.5
Natty:
Report link

IEEE754 says that the result is as if computed exactly and then rounded.

mathematically x-x=0 for real x exactly. Since 0 is exactly representable, this shall be the result in IEEE754 arithmetic.

On the other hand, there are two numbers with value 0, namely +0 and -0.

The standard says:

When the sum of two operands with opposite signs (or the difference of two operands with like signs) is exactly zero, the sign of that sum (or difference) shall be +0 in all rounding-direction attributes except roundTowardNegative; under that attribute, the sign of an exact zero sum (or difference) shall be −0.

So, x-x may be +0 or -0 and what it is depends on the rounding mode.

If x is an infinite value, the result is nan. If x is itself nan, then the result is nan as well.

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

79382679

Date: 2025-01-23 21:59:24
Score: 0.5
Natty:
Report link

Yes, it should work, but you probably need to set up Ray’s config to connect to your local setup. Check the ray.php file or set environment variables like RAY_HOST and RAY_PORT to match your Lima or local server. If you’re using Lima or Docker, try host.docker.internal or the server’s IP. Once the settings match, just calling ray('message') should show up in the app—no need to mess with "Add Server" unless it’s something unique in your setup

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

79382675

Date: 2025-01-23 21:56:23
Score: 5.5
Natty: 7
Report link

Use this documentation https://docxtemplater.com/modules/image/ Work for me

Reasons:
  • Blacklisted phrase (1): this document
  • Probably link only (1):
  • Low length (2):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Rushclin Takam

79382667

Date: 2025-01-23 21:54:22
Score: 3
Natty:
Report link

I know this is an old one, but have you looked into the Monoframework project?

This allowed me to use net472 on MacOS.

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

79382663

Date: 2025-01-23 21:51:21
Score: 4
Natty:
Report link

try send a base64 string, more easy.

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

79382659

Date: 2025-01-23 21:50:20
Score: 4.5
Natty:
Report link

As suggested by @001's comment, my issue was finally resolved by prepending "r" in the beginning of the comment, just before the quotation marks, to turn it into a raw string.

Reasons:
  • Low length (1):
  • No code block (0.5):
  • User mentioned (1): @001's
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: ahiyantra

79382652

Date: 2025-01-23 21:48:19
Score: 1
Natty:
Report link

In your react component.

useEffect(() => {
    if (window.Trustpilot)
      window.Trustpilot.loadFromElement(document.getElementsByClassName('trustpilot-widget')[0]);
  }, []);

Force in useEffect to load the widget. That solve the issue for us.

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

79382636

Date: 2025-01-23 21:38:17
Score: 6.5 🚩
Natty: 4.5
Report link

I know this was posted a few years ago but did you ever get a response or figure out a solution? I am running into the same issue, but on WordPress.

Reasons:
  • RegEx Blacklisted phrase (3): did you ever get a
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: sharon

79382633

Date: 2025-01-23 21:36:16
Score: 2
Natty:
Report link

This works fine:

def comp(val1,val2,op):
    return eval(f"{val1}{op}{val2}")
Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: wolfhide

79382628

Date: 2025-01-23 21:35:16
Score: 2
Natty:
Report link

according to the documentation

When using this factory, mapper types - and any mappers they use - are instantiated by invoking their public no-args constructor.

So when you use Mappers.getMapper, it does not inject you service.

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

79382620

Date: 2025-01-23 21:33:15
Score: 1.5
Natty:
Report link
a = {}
b = {}

a = a.values()
b = b.values()

answer = [(x + y) for x, y in zip(a,b)]
Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: David Miller

79382609

Date: 2025-01-23 21:27:13
Score: 1.5
Natty:
Report link
from sklearn.metrics import confusion_matrix, ConfusionMatrixDisplay

cm = confusion_matrix(y_test, y_pred)
ConfusionMatrixDisplay(cm).plot()
plt.savefig("confusion_matrix.png")
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Kyle Seaman

79382604

Date: 2025-01-23 21:27:13
Score: 1
Natty:
Report link

There is the similar answer.

Basically LTS(long term supported) versions are in play. but don't use latest(when I am writing it is 22.13.1). Because I tried and it failed to remove the issue.

I resolved my issue as in below thread:

$nvm install 20.10.0
$nvm use 20.10.0  

punycode is deprecated in npm - what should I replace it with?

Reasons:
  • Whitelisted phrase (-2): I resolved
  • Low length (0.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Kris Soloviov

79382599

Date: 2025-01-23 21:25:12
Score: 1
Natty:
Report link

Some of our devs were running into this issue when using the emulator with specific versions of Windows. We found an answer while reviewing this documentation. For newer versions of the GRPC.Net.Client lib, there are some caveats about using the defaults on full .net framework.

We ended up specifying the GrpcCoreAdapter when using the emulator.

clientBuilder.GrpcAdapter = GrpcCoreAdapter.Instance;

That resolved the issue for us.

Reasons:
  • Blacklisted phrase (1): this document
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: rich kalasky

79382596

Date: 2025-01-23 21:24:12
Score: 0.5
Natty:
Report link

We store the files in Azure Storage, and then have an Azure Function access them to Encrypt/Decrypt PGP files. You could do something similar and have your Logic App call the Azure Function.

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

79382594

Date: 2025-01-23 21:24:12
Score: 2.5
Natty:
Report link

It sounds like the page template is set to default or something theme related which is then defining that top section on the page. To correct that you can set the page template to Elementor Full Width. This will remove that top section and you can then just redesign it in Elementor to your liking.

Page Template Location

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

79382590

Date: 2025-01-23 21:22:11
Score: 1
Natty:
Report link

Looking at the code in KafkaMessageListenerContainer can't see anything that promises that polling (getting assigned partitions) from a thread distinct from the consumer's thread allows to observe consistent state of the assignedPartitions collection.

Please correct me if I'm wrong.

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

79382589

Date: 2025-01-23 21:22:11
Score: 2.5
Natty:
Report link

If there are only three operators, I would not try anything more complicated. Maybe if there were many more you could try a dict, where the key is operator and the value is a comparing function.

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

79382579

Date: 2025-01-23 21:18:10
Score: 0.5
Natty:
Report link

The second argument is variative and you can pass a file id, HTTP URL or upload file via InputFile instance.

Example:

auto videoFileToUpload = TgBot::InputFile::fromFile("path_to_the_file", "video/mp4");
tgBot->getApi().sendVideo(message->chat->id, videoFileToUpload);
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: rinatdobr

79382567

Date: 2025-01-23 21:13:09
Score: 3.5
Natty:
Report link

Thank you very much, it seems to be working. You have helped me a lot. Here is the code, what do you think?

import SwiftUI

struct SettingsView: View {
    @FocusState private var selectedCategory: String?

    var body: some View {
        NavigationStack {
            ZStack {
                Color.black
                    .edgesIgnoringSafeArea(.all)

                VStack(spacing: 0) {
                    // Überschrift oben in der Mitte
                    Text("Einstellungen")
                        .font(.system(size: 40, weight: .semibold))
                        .foregroundColor(.white)
                        .padding(.top, 30)

                    HStack {
                        
                        VStack {
                            Spacer()
                            Image(systemName: "applelogo")
                                .resizable()
                                .scaledToFit()
                                .frame(width: 120, height: 120)
                                .foregroundColor(.white)
                            Spacer()
                        }
                        .frame(width: UIScreen.main.bounds.width * 0.4)

                        // Rechte Seite mit Kategorien
                        VStack(spacing: 15) {
                            ForEach(categories, id: \.self) { category in
                                NavigationLink(value: category) {
                                    SettingsCategoryView(title: category)
                                }
                                .focused($selectedCategory, equals: category)
                                .buttonStyle(SettingsViewButtonStyle(
                                    isSelected: selectedCategory == category
                                ))
                            }
                        }
                        .frame(width: UIScreen.main.bounds.width * 0.5)
                    }
                }
            }
            .navigationDestination(for: String.self) { value in
                Text("\(value)-Ansicht")
                    .font(.title)
                    .foregroundColor(.white)
                    .navigationTitle(value)
            }
        }
    }

    private var categories: [String] {
        ["Allgemein", "Benutzer:innen und Accounts", "Video und Audio", "Bildschirmschoner", "AirPlay und HomeKit", "Fernbedienungen und Geräte", "Apps", "Netzwerk", "System", "Entwickler"]
    }
}

struct SettingsViewButtonStyle: ButtonStyle {
    let isSelected: Bool

    func makeBody(configuration: Configuration) -> some View {
        configuration.label
            .foregroundStyle(isSelected ? .black : .white)
            .padding(.horizontal, 20)
            .frame(height: 50)
            .background {
                RoundedRectangle(cornerRadius: 8)
                    .fill(isSelected ? .white : .gray.opacity(0.3))
            }
            .scaleEffect(isSelected ? 1.05 : 1.0)
            .animation(.easeInOut, value: isSelected)
    }
}

struct SettingsCategoryView: View {
    let title: String

    var body: some View {
        HStack {
            Text(title)
                .font(.system(size: 22, weight: .medium))

            Spacer()

            Image(systemName: "chevron.right")
                .foregroundStyle(.gray)
        }
    }
}

struct SettingsView_Previews: PreviewProvider {
    static var previews: some View {
        SettingsView()
    }
}

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Blacklisted phrase (1): helped me a lot
  • Long answer (-1):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: LevelOne2k

79382565

Date: 2025-01-23 21:11:08
Score: 3
Natty:
Report link

look into persistent views also you can manually readd the functionality of buttons if you have the message id If I remeber correctly

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

79382554

Date: 2025-01-23 21:06:06
Score: 4
Natty: 5
Report link

See the doc here it has many steps to perform, make sure to follow it and seee what it gives: https://developer.android.com/guide/practices/page-sizes#ndk-build_1

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

79382553

Date: 2025-01-23 21:06:06
Score: 1.5
Natty:
Report link

This occurs in testrail when you use any formatting, including when using block quotes for code entries.

"Test"

  1. "Test"

The first entry should render as expected, the second entry renders with XML markings.

If you remove all other formatting you may use quotes.

Why this is occuring I am not sure but it began some 6-8 months ago and has caused endless issues with test cases and no admin I've spoken to has been able to resolve.

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

79382552

Date: 2025-01-23 21:05:06
Score: 1.5
Natty:
Report link
function custom_theme_setup() {
    add_theme_support( 'woocommerce' );
}
add_action( 'after_setup_theme', 'custom_theme_setup' );
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Seak Sezar

79382550

Date: 2025-01-23 21:05:06
Score: 2.5
Natty:
Report link

Right click on the project and select properties. In the Application section, find "Enable WPF for this project" and select it. The System.Windows.Automation namespace will become available.

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

79382544

Date: 2025-01-23 21:01:05
Score: 2
Natty:
Report link

I've found that you can use the filter logic [record-dag-name]='yourdagname' to do this.

Reasons:
  • Whitelisted phrase (-1.5): you can use
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Rhiana Schafer

79382535

Date: 2025-01-23 20:56:04
Score: 2.5
Natty:
Report link

Try one of the following:

ls --tabsize=8
ls --tabsize=4

Where 4 was what I needed as my ls defaults to 8.

Interestingly enough, the following also fixes this issue for me.

ls --color=auto

See also: https://unix.stackexchange.com/questions/79197/ls-command-define-number-of-columns

Reasons:
  • Blacklisted phrase (0.5): I need
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: ikfly2002

79382529

Date: 2025-01-23 20:51:02
Score: 2
Natty:
Report link

This error was occurring to me too, then I saw that there were 2 classes with the same package path, package ... Check to see if there isn't another class with the same path as well.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Victor Paiva de Castro

79382520

Date: 2025-01-23 20:48:02
Score: 2
Natty:
Report link

If you're using spring, try:

mvn clean package spring-boot:repackage -DskipTests=true

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

79382511

Date: 2025-01-23 20:44:01
Score: 2
Natty:
Report link

If you're using Azure CosmosDB, you can go to Azure Portal -> CosmosDB -> Select your CosmosDB Instance -> Features

There you'll find RetyableWrites set to either True or False. Change it according to your requirement.

This fixed my issue.

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

79382505

Date: 2025-01-23 20:41:00
Score: 0.5
Natty:
Report link

With some REPLACE in 1.2.3.4 to get [1,2,3,4] you can simply use JSON_EXTRACT:

SELECT
  JSON_EXTRACT(ip.column1, '$[0]'),
  JSON_EXTRACT(ip.column1, '$[1]'),
  JSON_EXTRACT(ip.column1, '$[2]'),
  JSON_EXTRACT(ip.column1, '$[3]')
FROM (
  VALUES('[1,2,3,4]')
) AS ip
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: yotheguitou

79382498

Date: 2025-01-23 20:38:00
Score: 1
Natty:
Report link

Define what takes place once the element hits that offset point. To do this add a stuckClass to it. Example:

var sticky = new Waypoint.Sticky({
  element: $('#pin-last')[0], 
  stuckClass: 'stuck',       
  offset: 80                 
});

Then, in CSS add:

.stuck {
  position: fixed;
  top: 80px; 
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Website Wizards

79382496

Date: 2025-01-23 20:38:00
Score: 1
Natty:
Report link

No matter what I research, everything seems to point back to using the ASP.NET Core middleware to redirect to a specific error page. Does anyone have any ideas on how to handle exceptions, but keep the user on the same view?

For a Razor Pages application (which is typically a controller-less alternative to MVC) if you want to avoid middleware and redirecting to another page on an exception, then you need to handle the exception on this page, which means you have to use a try-catch statement where you catch the exception and set whatever message you want to display:

You'll need to adjust your .cshtml.cs method as follows:

public async Task<IActionResult> OnPostEditAsync(ViewModel vm) {
    if (!ModelState.IsValid) {
        return Page();
    }

    try {
        m_oToolsService.SaveData(vm);
    }
    catch (Exception) {
        ViewData["ExceptionMsg"] = "Friendly exception message";
        return Page();
    }
}

and to get the friendly exception message to display in a div on your .cshtml page:

<div>@ViewData["ExceptionMsg"]</div>
Reasons:
  • Blacklisted phrase (1): any ideas
  • RegEx Blacklisted phrase (3): Does anyone have any ideas
  • Long answer (-1):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • High reputation (-2):
Posted by: TylerH

79382487

Date: 2025-01-23 20:30:57
Score: 5.5
Natty: 4.5
Report link

You can find the answer to the question above here: https://www.youtube.com/watch?v=pFL68ZcvqBY

Reasons:
  • Blacklisted phrase (1): youtube.com
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Hope Anthony

79382484

Date: 2025-01-23 20:30:57
Score: 3.5
Natty:
Report link

make sure that there is no slick-initialized class on the slick container element

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

79382482

Date: 2025-01-23 20:29:57
Score: 1
Natty:
Report link
  1. Open TensorBoard: Launch TensorBoard and navigate to your dashboard.
  2. Access Settings: Click on the gear icon in the top-right corner.

enter image description here

  1. Enable Reload Data: Check the "Reload data" option.
  2. Set Reload Period: Set the "Reload period" to your desired interval (e.g., 30 seconds).

enter image description here

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

79382479

Date: 2025-01-23 20:28:56
Score: 2.5
Natty:
Report link

if you are up version .net 6.0 add below code in to program.cs

builder.Services.AddHttpClient();

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Yusuf Ünlü

79382477

Date: 2025-01-23 20:27:55
Score: 4.5
Natty: 4
Report link

I think this post will work for you

https://omz-software.com/pythonista/docs/ios/photos.html

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

79382470

Date: 2025-01-23 20:24:54
Score: 2
Natty:
Report link

Does this work?

.stuck {
  position:fixed;
  top:0;
}

#pin-last.stuck {
  top: 80px;
}
Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • High reputation (-1):
Posted by: Dan Crews

79382457

Date: 2025-01-23 20:20:53
Score: 2.5
Natty:
Report link
  1. Lists in a list item:

    • Indented four spaces.
      • indented eight spaces.
    • Four spaces again.
  2. You can have multiple paragraphs in a list items.

    Just be sure to indent.

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

79382456

Date: 2025-01-23 20:20:53
Score: 3.5
Natty:
Report link

I tried to save a new file and found out that I run out of memory. After I deleted a few files, pip started working as normal.

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

79382454

Date: 2025-01-23 20:19:53
Score: 0.5
Natty:
Report link

Something like this:

INSERT INTO Test(date, text, text2)
SELECT n.*
FROM (
  VALUES('2025-01-22 10:10:03', 'Data5', 'DATA2')
) AS n
WHERE (n.column2, n.column3) NOT IN ( 
  SELECT text, text2
  FROM Test
  ORDER BY id DESC
  LIMIT 1
);
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: yotheguitou

79382451

Date: 2025-01-23 20:18:53
Score: 1
Natty:
Report link

I know... 8 years later... I have a network with 70 Lantronix serial servers, various models UDS10, UDS1100, UDS2100, XportAr, EDS4100.
I know there is a Dsearch.exe commandline tool, but I would like to use PowerShell to discover Lantronix on the network.
According to Michael Lyon at Lantronix to discover old Cobos by sending hex 00 00 00 F8 to UDP 30718.
"The response from each device is exactly 120 bytes and will always start with the hex 00 00 00 F9" when the query starts with hex 00 00 00 F8. The four hex values immediately after the F9 are the responding unit's IP address in hex."

So please, is it possible to "convert" your Java script to PowerShell ?
I don't know how to adapt the idea from: Send and Recieve TCP packets in PowerShell and maybe UDPsender like Sends a UDP datagram to a port :

# Define port and target IP address  Random here!  
    $Port       = 20000 
    $IP         = "10.10.1.100"  
    $Address    = [system.net.IPAddress]::Parse( $IP ) 

# Create IP Endpoint  
    $End        = New-Object System.Net.IPEndPoint $address , $port  

# Create Socket  
    $Saddrf     = [System.Net.Sockets.AddressFamily]::InterNetwork 
    $Stype      = [System.Net.Sockets.SocketType]::Dgram 
    $Ptype      = [System.Net.Sockets.ProtocolType]::UDP 
    $Sock       = New-Object System.Net.Sockets.Socket $saddrf , $stype , $ptype  
    $Sock.TTL   = 26 

# Connect to socket  
    $sock.Connect( $end )

# Create encoded buffer  
    $Enc        = [System.Text.Encoding]::ASCII 
#   $Message    = "Jerry Garcia Rocks`n" *10 ; # This was Original Message 
    $Message    = [char]0x00 + [char]0x00 + [char]0x00 + [char]0xF6
    $Buffer     = $Enc.GetBytes( $Message ) 

# Send the buffer  
    $Sent       = $Sock.Send( $Buffer ) 
    "{0} characters sent to: {1} " -f $Sent , $IP  
    "Message is:"  
    $Message  

# End of Script
Reasons:
  • Blacklisted phrase (1): is it possible to
  • Long answer (-1):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Laurentiu Ioan

79382427

Date: 2025-01-23 20:10:51
Score: 1
Natty:
Report link

According to this thread on plotly forum, it seems it is not possible to make persistence work when the value of the component is set by a callback. Perhaps it is possible to circumvent this with a dcc.Store component.

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

79382426

Date: 2025-01-23 20:09:51
Score: 2.5
Natty:
Report link

I just went through a similar problem and concluded that old data was hidden in another sheet (the first one). I realized it because of using sheet_name argument, given that sheets can't repeat names

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

79382419

Date: 2025-01-23 20:05:49
Score: 0.5
Natty:
Report link

The question is about version 3, but now that the modern docker compose replaces version 3 I will provide an answer for that.

The new compose spec (without any version) has a simple mem_limit option:

services:
  image: example
  mem_limit: 1G
  cpu_count: 1

See: https://github.com/compose-spec/compose-spec/blob/main/spec.md

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

79382411

Date: 2025-01-23 20:01:48
Score: 3.5
Natty:
Report link

Changing SDK version didn't help, but changing scalaVersion from 3.1.0 to 3.3.4 worked.

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

79382410

Date: 2025-01-23 20:01:48
Score: 2.5
Natty:
Report link

Try to enter -> http://localhost:26500. As well you can check you compose.yaml file zeebe ->ports configuration, to check the port forwarding setup.

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

79382409

Date: 2025-01-23 20:00:48
Score: 0.5
Natty:
Report link

In my case, I found that white-space: break-spaces; helped. When I have some time I need to read https://developer.mozilla.org/en-US/docs/Web/API/Document_Object_Model/Whitespace and https://developer.mozilla.org/en-US/docs/Web/CSS/-webkit-line-clamp more carefully.

Here's the full set of styles applied to a container (any element), with text content, to make line clamping possible:

-webkit-line-clamp: 2;
display: -webkit-box;
-webkit-box-orient: vertical;
overflow: hidden;
white-space: break-spaces; /* added this */
padding-right: 50px; /* just to demonstrate, but my container had some arbitrary right padding, which caused some content to just be clipped without applying the ellipsis line clamping. This usually happened to content that could fit in one line, padding included. */

One more thing if it helps people stumbling into this - this article on CSS tricks outlines all the various ways to achieve clamping apart from this! https://css-tricks.com/line-clampin/ Some of them may circumvent this issue, I'm unsure, but worth trying depending on your use-case.

Reasons:
  • Blacklisted phrase (1): this article
  • Blacklisted phrase (0.5): I need
  • Long answer (-0.5):
  • Has code block (-0.5):
Posted by: ykadaru

79382407

Date: 2025-01-23 20:00:48
Score: 1
Natty:
Report link

Assuming on the code you provide in the question, there is lack of Spring Security Filter, which would authenticate the request. Your security filter chain might be such as:

@Bean
    public SecurityFilterChain securityFilterChain(HttpSecurity http, MyCustomJwtAuthenticationFilter jwtFilter) throws Exception {
        http.csrf(csrf -> csrf.disable())
                .authorizeHttpRequests(auth -> auth
                        .requestMatchers("/api/auth/register", "/api/auth/login").permitAll()
                        .requestMatchers("/api/game/**").authenticated()
                        .anyRequest().authenticated()
                        .addFilterBefore(jwtFilter, UsernamePasswordAuthenticationFilter.class));

        http.sessionManagement(session -> session
                .sessionCreationPolicy(SessionCreationPolicy.STATELESS));

        return http.build();
    }

Emphasize your attention on .addFilterBefore, here you will use your filter to authenticate your request.

Example of implementing JWT: https://medium.com/@tericcabrel/implement-jwt-authentication-in-a-spring-boot-3-application-5839e4fd8fac

Resource for learning more about Spring Filters: https://docs.spring.io/spring-security/reference/servlet/architecture.html

Reasons:
  • Blacklisted phrase (0.5): medium.com
  • Probably link only (1):
  • Long answer (-1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Rob Sil

79382401

Date: 2025-01-23 19:57:46
Score: 6 🚩
Natty:
Report link

I'm facing a similar issue with node-libs-expo, but i am not using TypeScript so I'm not sure what to do.

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Me too answer (2.5): I'm facing a similar issue
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: In1603

79382396

Date: 2025-01-23 19:56:45
Score: 3
Natty:
Report link

Is TTL (Time-To-Live) enabled for your state? If it is not enabled, it is possible that the problem is due to a growing state

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

79382390

Date: 2025-01-23 19:55:45
Score: 0.5
Natty:
Report link

I had the same issue, I was missing the service-worker.js file when executing npm run build.

The mistake I made was that I don't have a @vue/cli project, but a vite project and there is another plugin for that (vite-plugin-pwa). Maybe that helps someone save the time I needed to find out.

Reasons:
  • Blacklisted phrase (0.5): I need
  • Whitelisted phrase (-1): I had the same
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: vvjns

79382375

Date: 2025-01-23 19:48:43
Score: 2
Natty:
Report link

Set your production url as the authentication url in Supabase and then also add http://localhost:3000/** as a secondary authorized url and it should work.

In your screenshot, you only need that long supabase.co url in the allowed list, not localhost.

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

79382346

Date: 2025-01-23 19:34:40
Score: 0.5
Natty:
Report link
SELECT
  Name,
  Number,
  Revision,
  Status  
FROM
  Document
WHERE
  (Status = 'Pending Effective') OR
  (
    (Status = 'Effective') AND
    NOT EXISTS (
      SELECT * FROM Document AS d WHERE (Document.Number = d.Number) AND
      (d.Status = 'Pending Effective')
    )  
  )
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Ivan Yuzafatau

79382336

Date: 2025-01-23 19:29:38
Score: 0.5
Natty:
Report link

Just started learning Mapster. From this article I learned that the generation of extension methods for existing entities is triggered using the GenerateMapper method, which is located in a custom configuration class that derives from IRegister.

In short:

  1. Add the “dotnet mapster extension” command to the *.csproj file, for example:
<ItemGroup>
    <PackageReference Include="Mapster" Version="7.4.2-pre02"/>
</ItemGroup>

<Target Name="Mapster" AfterTargets="AfterBuild">
    <Exec WorkingDirectory="$(ProjectDir)" Command="dotnet tool restore" />
    <Exec WorkingDirectory="$(ProjectDir)" Command="dotnet mapster extension -a &quot;$(TargetDir)$(ProjectName).dll&quot;" />
    <Exec WorkingDirectory="$(ProjectDir)" Command="dotnet mapster mapper -a &quot;$(TargetDir)$(ProjectName).dll&quot;" />
</Target>
  1. Create a configuration class that derives from IRegister:
public class MapperConfig : IRegister {
    private const MapType MapAll = MapType.Map | MapType.MapToTarget | MapType.Projection;

    public void Register(TypeAdapterConfig config) {

        config.NewConfig<Poco, Dto>()
            .TwoWays()
            .GenerateMapper(MapAll);
    }
}
  1. Run Build.
Reasons:
  • Blacklisted phrase (1): this article
  • Long answer (-1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Максим Гришкин

79382323

Date: 2025-01-23 19:24:37
Score: 2
Natty:
Report link

BigQuery uses envelope encryption. This means the data is encrypted with a Google-managed data encryption key, which is then encrypted with your key, referred to as a key encryption key. So upon key rotation, the only thing that is re-encrypted is the original data encryption key. The data itself is not re-encrypted. See https://cloud.google.com/bigquery/docs/customer-managed-encryption.

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

79382316

Date: 2025-01-23 19:22:35
Score: 6 🚩
Natty:
Report link

i'm currently have the same issues right now please we just need a hand 🙏🏻🙏🏻🙏🏻🙏🏻

Reasons:
  • Blacklisted phrase (0.5): 🙏
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): have the same issue
  • Low reputation (1):
Posted by: Issa Koné

79382313

Date: 2025-01-23 19:21:34
Score: 0.5
Natty:
Report link

Very similar solution to this question - the same method appears to work well with ggplots. Use the multicol section tags build into officedown, as documented here. See the top and the bottom of the code block below.

<!---BLOCK_MULTICOL_START--->

```{r}
#| echo = FALSE,
#| fig.cap = "Plot 1",
#| fig.width = 2,
#| fig.height = 2

library(ggplot2)

ggplot(tibble::tibble(x = 1:10, y = 1:10), aes(x = x, y = y)) +
  geom_line()
```
```{r}
#| echo = FALSE,
#| fig.cap = "Plot 2",
#| fig.width = 2,
#| fig.height = 2

library(ggplot2)

ggplot(tibble::tibble(x = 10:1, y = 10:1), aes(x = x, y = y)) +
  geom_line()
```

<!---BLOCK_MULTICOL_STOP{widths: [3,3], space: 0.2, sep: false}--->

Results in:

Example of output

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

79382312

Date: 2025-01-23 19:21:34
Score: 1.5
Natty:
Report link

Had a similar problem recently. On the bitnami docker image for redis (now valkey) they minify the distro and it lacks the typical CA files you would find. Here is what worked for us.

cert file = fullchain.pem key file = privkey.key ca file = download the following: https://letsencrypt.org/certs/isrgrootx1.pem

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

79382304

Date: 2025-01-23 19:17:33
Score: 1
Natty:
Report link

On the same thread as commenter @Barmar : unused RAM is wasted RAM.

There is no significant impact to general performance between a device with most of its RAM unused, and some of its RAM unused. In this regard, what matters is that you are not approaching or exceeding all of your RAM used. As long as the systems are not doing so, it is fine.

This does not necessarily give you an answer, though. You need to understand the systems it will be deployed on, and the processes you expect to them to be doing, to inform your decision.

So, if the systems running the memory-hungry script is solely used for that purpose, then there is no reason to keep excess memory free. While running the script, there will be no other processes using up memory, and so you essentially can know empirically how much RAM you can get away with.

However, if the systems are not only for data processing, you need to factor in the potential for processes outside of your own, and subtract that away from you allowance. For example, if you expect to be running this on someone's personal laptop, you have to account for the possibility that that person may open up chrome, play a game, have an application auto-update, or all of those at the same time. Ignoring this will not only make the device unusable for a period, but likely cause overflow errors which may halt or even effect the validity of your data processing. In this case, it may be beneficial to be conservative with your usage. One might see how much RAM the processes they expect to run concurrently might take up, and subtract that from their allowance.

TLDR:

Unused RAM is wasted RAM. If it is the only thing being ran on the device, use as much RAM as you have. If not, conserve RAM for expected tasks, based on the actual usage of those tasks.

Reasons:
  • Long answer (-1):
  • No code block (0.5):
  • User mentioned (1): @Barmar
  • Low reputation (0.5):
Posted by: Jonathan F.

79382301

Date: 2025-01-23 19:17:33
Score: 2
Natty:
Report link

When I decided to push my project from VSCode, I was not able to see the SourceControl UI option "Publish_To_GitHub". After some poking, I did delete ".git" folder from my project root, re-opened folder with VSCode, re-opened SourceControl, UI option "Publish_To_GitHub" was present. Which I picked & Remote Repository was successfully created and code pushed & saved.

Reasons:
  • No code block (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): When I
  • Low reputation (0.5):
Posted by: kestasj

79382295

Date: 2025-01-23 19:12:33
Score: 3.5
Natty:
Report link

Create this measure (Empty = " ") and then put that as the second value in the matrix. Make sure blank rows is set to off in the settings.

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

79382286

Date: 2025-01-23 19:09:32
Score: 3
Natty:
Report link

This is unsolved. The ALS Pyspark algorithm still works, despite having repeated pairs user-item ratings, and it is not clear how it works (sum, average?). So the question goes further into understanding the algorithm and what is done when receiving the type of data the OP is giving us example.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: braulio-morales-martinez

79382279

Date: 2025-01-23 19:06:29
Score: 6 🚩
Natty:
Report link

Do you mind sharing what the problem was? I'm currently getting the same issue,even though the credentials are right.

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Me too answer (2.5): getting the same issue
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Kcire23

79382278

Date: 2025-01-23 19:05:29
Score: 2
Natty:
Report link

If any of you added a file share target in their manifest and wondered why their app didn't show up when sharing an image, here is why :

[Share target] files are only supported with multipart/form-data POST.

Screenshot from chrome dev tools

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

79382264

Date: 2025-01-23 19:01:28
Score: 3
Natty:
Report link

.. hmm I only see my orig old tables after connecting via the DataFlow menu option on left side of web gui in powerapp environment.

this fx seems okay up top after double clicking new dataflow made CommonDataService.Database(orxxxxxxxxxxxxxxxxxxcrm3.dynamics.com)

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Filler text (0.5): xxxxxxxxxxxxxxxxxx
  • Low reputation (1):
Posted by: Joseph McGrath

79382260

Date: 2025-01-23 18:59:27
Score: 2.5
Natty:
Report link

It is! Remove that line of code and see which of your tests fail. Those are the ones that covered that line of code.

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

79382259

Date: 2025-01-23 18:59:27
Score: 2.5
Natty:
Report link

I had the same problem, it´s caused because of the new upgrade of esp 32 desk. Just downgrade the version of the esp 32 board and it should be okay.

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

79382244

Date: 2025-01-23 18:52:25
Score: 2
Natty:
Report link

Increase the Frame Rate by Reducing the Interval: reduce the setInterval delay to make frame transitions faster and smoother:

handle = setInterval(function () {
    seekTime += 0.033; // 30 fps (1 second / 30)
    seekToTime(seekTime);
}, 33); // Run every ~33ms

If this doesnt work for you, you will have to switch to canvas :(

Reasons:
  • Blacklisted phrase (1): doesnt work
  • Blacklisted phrase (1): :(
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: rapttor