79653451

Date: 2025-06-04 20:37:47
Score: 3
Natty:
Report link

Your question is not clear, is it MPesa C2B or to a phone number?

If you're receiving through a paybill or till number then there is an api (Daraja)

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

79653449

Date: 2025-06-04 20:35:46
Score: 10 🚩
Natty: 5.5
Report link

@webDev_434 , did you find the solution ?

Reasons:
  • RegEx Blacklisted phrase (3): did you find the solution
  • Low length (2):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Looks like a comment (1):
  • Low reputation (1):
Posted by: Nischay Maridevegowda

79653433

Date: 2025-06-04 20:17:41
Score: 0.5
Natty:
Report link

You can enable automatic update of those links when you open the workbook. First check that this is allowed in you organisation, if it is the case you can follow those steps:

  1. Go to File => Options

  2. Go to the Thrust Center tab and click on "Trust Center Settings..." box

  3. Go to External Center tab

  4. In Security settings for Workbook links part and check the "Enable automatic update for all Workbook links" box

  5. Click on Ok and go out of settings

  6. On the ribbon go to Data => Edit links

  7. Click on "Startup Prompt…" box

  8. In the popup window select "Don't display the alert and update links" box

  9. Click on Ok and then on close

  10. Save the Excel file

The links should update automatically and you should not get the popup anymore.

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

79653432

Date: 2025-06-04 20:16:41
Score: 2.5
Natty:
Report link

I was using a library (SAMD_PWM) that wanted SerialUSB, but it was undefined in my IDE.

At the beginning of my sketch I simply added:

#define SerialUSB Serial

and everything worked fine.

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

79653427

Date: 2025-06-04 20:08:39
Score: 0.5
Natty:
Report link

Is there any way I can determine if the query is truly safe? My current IsQuerySafe(string) method

That rather sounds like The Halting Problem...., but

Essentially, I want to only allow select queries

Use a different database login (ie. connection string) that has only read access. Any attempt to perform a modification will be an access violation. (On SQL Serve a user with just db_datareader role would do it on the relevant database, and no access at all to others.)

Reasons:
  • Blacklisted phrase (1): Is there any
  • RegEx Blacklisted phrase (1): I want
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): Is there any
  • High reputation (-2):
Posted by: Richard

79653423

Date: 2025-06-04 20:04:37
Score: 1
Natty:
Report link

You can add it to your entrypoint before exec-ing the main command

#!/usr/bin/env bash

ulimit -c unlimited
echo '/core.%e.%p' > /proc/sys/kernel/core_pattern

exec "$@"
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: jakeonfire

79653415

Date: 2025-06-04 19:58:36
Score: 1
Natty:
Report link

You can disable privacy level controls, please make sure that this is in accordance with your organisation policy.

To do so you can follow those steps:

  1. Go to Power Query settings

  2. In the Global options go to privacy section in the left panel

  3. Check the "Always ignore Privacy Level settings" box and click on Ok

  4. Refresh your data in Power Query

  5. Save and apply

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

79653400

Date: 2025-06-04 19:45:32
Score: 0.5
Natty:
Report link

Input/raw_input take a string as an argument, for this purpose, that is printed before what is input:

me_typed = input('Me: ')

That's it. The user will see "Me: ", they will see the characters they type after it. No need for print, since it's included.

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

79653394

Date: 2025-06-04 19:40:31
Score: 1
Natty:
Report link

Christian has a good hack for an answer here, but perhaps a more updated CSS hack would be to use user-select: none:

.CodeMirror-gutter-wrapper {
  user-select: none;
}
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Dykotomee

79653392

Date: 2025-06-04 19:39:30
Score: 1.5
Natty:
Report link

In TYPO3 v13 there is now the possibility to add GET params to a white list:

$GLOBALS['TYPO3_CONF_VARS']['FE']['cacheHash']['cachedParametersWhiteList'] = param1, param2;
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Stefan Padberg

79653387

Date: 2025-06-04 19:36:29
Score: 0.5
Natty:
Report link

so I discovered that when you sign up for an Azure FREE account, there's times when you can sign up, but NOT have a subscription associated. So it's basically a shell account until you link it to the free subscription itself. It's odd because I've seen walkthroughs where the subscription is part of the setup of the free account, and times when it just skips over the subscription.

What I had to do to resolve this issue was:

1.) Log into the portal.azure.com account

2.) In the search look for "subscriptions"

3.) When you get there you will see that Microsoft has the option for the free or pay as you go subscription. Choose free.

4.) It'll walk you through adding your debit card, 2 factor authentication, etc.

5.) Once done this issue is resolved.

Let me know if this helps.

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

79653385

Date: 2025-06-04 19:35:29
Score: 1
Natty:
Report link

You should separate these calculations. Leave only 2000 in cell F5, and place the final calculation =F5+3000*A5 in another cell, e.g. H5.

enter image description here

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

79653384

Date: 2025-06-04 19:34:28
Score: 3.5
Natty:
Report link

I don't know if Stackoverflow is the right place to discuss this question.

Stack Overflow usually discusses questions regarding programming and computer science in general.

Reasons:
  • Blacklisted phrase (1): Stackoverflow
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Jilvin Jacob

79653380

Date: 2025-06-04 19:31:27
Score: 4
Natty:
Report link

Follow traffic signals

Drive Carefully

Reasons:
  • Low length (2):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Naveen Kumar Sahu

79653376

Date: 2025-06-04 19:29:27
Score: 1.5
Natty:
Report link

Changed the way I'm calling script2 seems to have done the trick:

& "$jobFilesPath\script2.ps1" @params -Verbose
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: StackExchangeGuy

79653373

Date: 2025-06-04 19:28:25
Score: 8 🚩
Natty: 6.5
Report link

I'm looking to d othe same thing. Have you had any luck with that yet ? Thank you.

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Blacklisted phrase (1.5): any luck
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: David

79653372

Date: 2025-06-04 19:27:25
Score: 2.5
Natty:
Report link

ok, i have managed it another way: creating my own js widget using the loadWysiwygFromTextarea js library.

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

79653368

Date: 2025-06-04 19:26:25
Score: 2
Natty:
Report link

You should not need to mock a protected method. You should really only need to mock the public api of a dependency. You should be able to do whatever you want by mocking directly the method that is being called by your object under test. If your object under test is directly calling the protected method, it should really be changed to public.

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

79653362

Date: 2025-06-04 19:22:23
Score: 1
Natty:
Report link

The following works for me on my machine (Ubuntu-22.04).

On The line you want to duplicate: copy as usual: Ctrl+c

Then, while on the same line, past it (also, as usual): Ctrl+v

This will duplicate the line below the original one.

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

79653347

Date: 2025-06-04 19:10:20
Score: 3
Natty:
Report link

Use the Filter selector button to open and change the current filtering type, as in the picture:

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

79653346

Date: 2025-06-04 19:04:18
Score: 2
Natty:
Report link

Faced the same problem. This 1:12 YouTube video helped!

Search for Services in the start menu search box.

Search for your MySQL application, like MYSQL80.

Right click and select Properties.

Look for the Search Status.

If its Stopped, then click on Start.

Now MySQL application is running. It doesn't ask me for a password, but connects!

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

79653333

Date: 2025-06-04 18:46:14
Score: 2
Natty:
Report link

Looks like there is an option to match all urls:

const scriptObj = await browser.contentScripts.register({
  js: [{ file: "/content_scripts/example.js" }],
  matches: ["<all_urls>"],
  allFrames: true,
  runAt: "document_start",
});

source: https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/contentScripts/register

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

79653331

Date: 2025-06-04 18:44:13
Score: 12.5 🚩
Natty: 5.5
Report link

@EngineerDude Did you ever get this figured out? I have the same issue...

Reasons:
  • Blacklisted phrase (1): I have the same issue
  • RegEx Blacklisted phrase (3): Did you ever get this figured out
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): I have the same issue
  • Contains question mark (0.5):
  • User mentioned (1): @EngineerDude
  • Single line (0.5):
  • Looks like a comment (1):
  • Low reputation (1):
Posted by: Mylo

79653330

Date: 2025-06-04 18:44:13
Score: 2.5
Natty:
Report link

The problem was that label_pos=0.5 makes the two weight labels overlap. Setting it to 0.7 and writing connectionstyle='arc3,rad=0.4' in both nx.draw_networkx_edges() and nx.draw_networkx_edge_labels() fixed the issue.

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

79653329

Date: 2025-06-04 18:44:13
Score: 1.5
Natty:
Report link
Running total = 
CALCULATE(
    SUM('ProjectHours'[ModelHours]),
    FILTER(
        'ProjectHours',
        'ProjectHours'[ConsultantId] = EARLIER('ProjectHours'[ConsultantId]) &&
        'ProjectHours'[WeekStart] <= EARLIER('ProjectHours'[WeekStart])
    )
)
This fixed my issue! 
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Colin Mulcahy

79653322

Date: 2025-06-04 18:40:11
Score: 4
Natty:
Report link

I hope this StackOverflow question and answer, and the fact that finding Apple guidance for this is so hard, are used in an anti-trust lawsuit someday. Just devilish work

Reasons:
  • Blacklisted phrase (1): StackOverflow
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Frank Noirot

79653311

Date: 2025-06-04 18:31:09
Score: 3
Natty:
Report link

run as admin: 1.npm uninstall pnpm -g 2.npm install pnpm -g

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

79653303

Date: 2025-06-04 18:27:07
Score: 4
Natty:
Report link

If you don't want resolving as page your method's result in controller (annotated by @Controller, not @RestController) you can add @ResponseBody annotation to this method.

Reasons:
  • Low length (1):
  • No code block (0.5):
  • User mentioned (1): @Controller
  • User mentioned (0): @RestController
  • User mentioned (0): @ResponseBody
  • Single line (0.5):
  • Low reputation (1):
Posted by: Yasin Kasap

79653297

Date: 2025-06-04 18:22:06
Score: 1.5
Natty:
Report link

Similar solution as Daniel earlier but I copied the URL Firefox (my default browser) was using and opened it in Chromium. After logging in there the url parse voodoo worked and VScode is happily logged in.

OS: Ubuntu 24.04.2 LTS (64-bit)
VsCode version: 1.100.0
Firefox Version 138.0.4 (64-bit)
Chromium version: 136.0.7103.113 (Official Build)

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

79653285

Date: 2025-06-04 18:11:03
Score: 3
Natty:
Report link

you can try freebarcodegen it's totally open source. You can take a look at his code — hopefully it gives you some inspiration.

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

79653280

Date: 2025-06-04 18:01:00
Score: 0.5
Natty:
Report link

In zig 0.14.*:

const my_module = b.addModule("my_module", .{
    .root_source_file = b.path("src/modules/my_module.zig"),
});

exe.root_module.addImport("my_module", my_module);
Reasons:
  • Low length (1):
  • Has code block (-0.5):
Posted by: Bacher

79653274

Date: 2025-06-04 17:56:59
Score: 10 🚩
Natty: 5
Report link

I'm facing same problem, dbus-send (and similar commands) do not work. dbus-monitor show same output with dbus-send as the working python service that otherwise sends the signal. Did you ever figure this out?

Reasons:
  • RegEx Blacklisted phrase (3): Did you ever figure this out
  • Low length (0.5):
  • No code block (0.5):
  • Me too answer (2.5): I'm facing same problem
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Petter Österlund

79653267

Date: 2025-06-04 17:50:57
Score: 4
Natty: 5.5
Report link

Pudieron resolverlo?, al hacer este cambio x0e & x8d. me salen valores 0, al menos ya no sale error.

Reasons:
  • RegEx Blacklisted phrase (1.5): resolverlo?
  • Low length (1):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Guillermo Torres

79653262

Date: 2025-06-04 17:46:56
Score: 2.5
Natty:
Report link

The link to "PAC - the PDF accessibility checker" seems not work any more, it redirects to some strange page. Please remove the link or update it to a correct checker.

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

79653254

Date: 2025-06-04 17:42:54
Score: 0.5
Natty:
Report link

I fired up my raspberry and checked the versions. The Python version on your bookworm should be 3.11 and with apt you can install pyqt 5.15.9 which then can be use in your venv using the '--system-site-packages' option. I had to adapt my own projects to the provided versions of raspberry environments so I would not have to deal with those issues.

I believe part of the reason this happens, is piwheels that is used by your raspberry.

piwheels.org states, that pyqt5 will fail to build in bookworm

screenshot piwheels pyqt5 installation

Source: https://www.piwheels.org/project/pyqt5/

Maybe you could try to install another distro like Ubuntu 24.04 on your raspi, this might work.

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

79653253

Date: 2025-06-04 17:42:54
Score: 1
Natty:
Report link

Basically, because python classes are not iterable by default, you have to inform python that you intend to turn it into an inter object, thus returning self.

Look at it like converting an integer into a string. To do this you will need to use str(8) to convert to a string. Same with the iter object. outside classes the 'for' keyword lets Python know two things:

  1. This is now an iter object

  2. We will perform next() until the length of elements is exhuasted and enact StopIteration before we get an index error.

Classes are set up as objects for you to code manually basically.

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

79653250

Date: 2025-06-04 17:38:53
Score: 1.5
Natty:
Report link

Sometimes I use the following trick:

I'll add <span style="visibility:hidden">l</span> before the Hebrew text that I want to go from left to right. The Obsidian compiler views this as English and the user doesn't see the <span> (since it is hidden). It does leave a small space, but if you are okay with that, this can get the job done.

Reasons:
  • RegEx Blacklisted phrase (1): I want
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Jonathan S.

79653240

Date: 2025-06-04 17:34:52
Score: 1.5
Natty:
Report link

Downgrade to this version. Clean the package-lock and node modules. Should work fine

npm i [email protected] [email protected] --save
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: ETHI

79653236

Date: 2025-06-04 17:30:51
Score: 3.5
Natty:
Report link

As @k314159 said JLS forbids reserved words from being part of a package name, making it impossible to import those classes in Java.

Note: The use of Reflection or a Kotlin Wrapper might work, further tests required

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • User mentioned (1): @k314159
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Vinicius Barros

79653228

Date: 2025-06-04 17:23:49
Score: 2
Natty:
Report link

Finally fixed the problem it was the gpu fault on kaggle.Using 2 gpu caused this error on 1 it is working fine.
The inf/nan loss being an artifact of the MirroredStrategy (multi-GPU) execution, specifically likely one of these: One of the GPUs calculates an inf (either loss or gradient) for its shard of data around batch 120, which then taints the CollectiveReduceV2 result.

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

79653222

Date: 2025-06-04 17:15:47
Score: 1
Natty:
Report link

Understand the structure of the Manifest.db file.The Manifest.db file is an SQLite database used by iTunes to store metadata about the files backed up from an iPhone. The structure of this database can vary between different iOS versions. The absence of a "file" column in the Files table could indicate that the file metadata is stored in a different format or location within the database.Investigate the possibility of file metadata being stored in binary format.Given that you have identified the presence of the bplist00 magic number, this suggests that some data may be stored in a binary property list format. This format is often used to store complex data structures, which may not be directly visible in a standard SQLite database viewer.Check for additional tables or columns in the Manifest.db file.It is possible that the file metadata is stored in a different table or as part of a different column that is not immediately visible. Use an SQLite query to list all tables and their columns to determine if there are other relevant tables that may contain the file metadata.Extract and analyze the binary property list data.If you find that the file metadata is indeed stored in a binary format, you will need to extract this data and convert it from the binary property list format into a readable format. Tools like plutil or other plist readers can be used for this purpose.Consider the possibility of data compression or encryption.If the Manifest.db file is significantly larger than the exported CSV file, it is possible that some data is compressed or encrypted. Investigate if there are any compression algorithms or encryption methods applied to the data in the database.

Reasons:
  • Long answer (-1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Caleb Coker

79653219

Date: 2025-06-04 17:14:47
Score: 3
Natty:
Report link

When I went through the whole process I realized that it was working, maybe it was because the first time I did it the variables were not configured correctly with the .env file but just when I ran it now it did make the connection I leave the screen capture

enter image description here

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): When I we
  • Low reputation (1):
Posted by: David Mauricio Gorraiz Moreno

79653206

Date: 2025-06-04 17:07:44
Score: 5
Natty:
Report link

The answer from @PolarisKnight worked beautifully for me. I wish I could upvote that answer; I'm making a StackOverflow account for the first time just to indicate my support as I do not have the reputation to do anything but answer this question.

I swap between Cursor version 0.50.7 and VSCode version 1.100.3. My remote host is running Rocky 9.5 (an open-source Linux distribution meant to be compatible with RedHat 9). It has glibc 2.34 and glibcxx 3.4.29, so the answers regarding versioning are irrelevant. As a first pass, killing the server did not work either.

I originally could not connect via SSH from within either Cursor or VSCode. To resolve this, I installed PUTTY, connected to the remote through that, and then ran $ sudo yum install tar. After that, I was able to connect to my remote through both Cursor and VSCode on those respective versions.

Reasons:
  • Blacklisted phrase (1): did not work
  • Blacklisted phrase (1): StackOverflow
  • Blacklisted phrase (0.5): upvote
  • RegEx Blacklisted phrase (1.5): I do not have the reputation
  • Long answer (-0.5):
  • Has code block (-0.5):
  • User mentioned (1): @worked
  • Low reputation (1):
Posted by: Kyle Williams

79653199

Date: 2025-06-04 17:00:42
Score: 2
Natty:
Report link

I am the author of abqpy. abqpy requires you to run the abaqus script in a file so that it can use the abaqus cae command to submit the script to abaqus kernel. It seems that you run the abaqus code in an interactive python console in grasshopper, in this case abqpy does not know what script to submit to the abaqus kernel.

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

79653195

Date: 2025-06-04 16:59:42
Score: 2
Natty:
Report link

You shouldn't warry about which NIC or network address is used to perform a query but you can figure out the request IP address on which your query is going.

RequestConfig.getLocalAddress()

\>Returns local address to be used for request execution.

On machines with multiple network interfaces, this parameter can be used to select the network interface from which the connection originates.

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

79653193

Date: 2025-06-04 16:57:41
Score: 0.5
Natty:
Report link

Ok, so the reason is the name mangling of C++.

As my interrupt handlers use C++, I needed to rename the stm32wlxx_it.c (generated by Stm32CubeMx) file to stm32wlxx_it.cpp. This invokes the C++ compiler, but also mangles the names of the functions. Doing nm stm32wlxx_it.orevealed that the actual name of function in the object file is _Z17USART1_IRQHandlerv.

When you declare the function in stm32wlxx_it.h it is no longer mangled : if you create the project as C++ project in STM32CubeMx, it will automatically add extern "C" around the declarations.

Reasons:
  • Blacklisted phrase (0.5): I need
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Strooom

79653179

Date: 2025-06-04 16:50:39
Score: 1
Natty:
Report link

although this already have accepted answer, just wanted to let future ppl know they can also do:

import java.io.OutputStream.nullOutputStream
import java.io.PrintStream

PrintStream(OutputStream.nullOutputStream())

which will not print anything at all

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

79653176

Date: 2025-06-04 16:46:38
Score: 0.5
Natty:
Report link

You can add CryptoJS to window object in your main component.



var CryptoJS = require("crypto-js"); // or import

function App() {

  useEffect(()=> {
    window.CryptoJS = CryptoJS;
  }, []);

  retrun <>...</>
}

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

79653164

Date: 2025-06-04 16:34:35
Score: 4
Natty: 5.5
Report link

@Morgan Can a register be assigned to a value with just = instad of '<='?? I am currently learning Verilog so I am a bit confused. OP please tag him so he can answer

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • User mentioned (1): @Morgan
  • Low reputation (1):
Posted by: United Dragons

79653146

Date: 2025-06-04 16:18:30
Score: 1
Natty:
Report link

Create me python script that generates the data for the below fields: * Fields: Account Value Date
Dr Cr Ind
CCY
Amount Input time Overdraft indicator[1 or 0](1 is going to be overdraft, 0 means released on time)--- Released time * Generate 500 rows of data * Make the amount range between 2 million - 2 billion * The amount field goes hand in hand with the debit/credit indicator so if credit amount will be positive, if debit indicator amount is negative. * Market Opens at 7am and closes at 5:00pm * Have some credits come in before 11:30am but dont exceed 10 million * Around 11:30AM dont generate any credits * Around 11:35 have some credit data come in * Our intraday balance make it 500 million * Balance at the beginning of the day should be 0 * Balance at the end of the day should be 0

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

79653143

Date: 2025-06-04 16:17:29
Score: 3.5
Natty:
Report link

To add the new currency symbol, which hasn't yet got a unicode character, see here https://www.hirehop.com/blog/how-to-replace-the-old-uae-dirham-currency-symbol-with-the-dirham-symbol-in-html-documents/

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

79653118

Date: 2025-06-04 16:01:25
Score: 0.5
Natty:
Report link

try this:

[[Property Name::+]] → property has any value
[[Property Name::!+]] → property does not have a value

Reasons:
  • Whitelisted phrase (-2): try this:
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: George Tereshchenko

79653117

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

https://letmegooglethat.com/?q=how+to+configure+advanced+ETW+(Event+Tracing+for+Windows)

This is more of a Windows question than a PowerShell one. Unless you're trying to do it with Server "Core" where there is no GUI even then a quick search turns up endless support documentation and even howto videos.

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

79653115

Date: 2025-06-04 15:59:23
Score: 4.5
Natty:
Report link

Please can i get your whatsapp contact please

Reasons:
  • RegEx Blacklisted phrase (1): i get your whatsapp contact please
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Sammy Tobi

79653112

Date: 2025-06-04 15:58:23
Score: 0.5
Natty:
Report link

To expand on @johnsyweb's answer, here's an example of how to inline a small python script in bash to parse a URL:

URL="https://stackoverflow.com/questions/6174220/parse-url-in-shell-script"
HOST=$(URL=$URL python - <<EOF
import os
from urllib.parse import urlparse

uri = os.environ["URL"]
result = urlparse(uri)
host = result.netloc.split('@')[-1]
print(host)
EOF
)
$ echo $HOST
stackoverflow.com
Reasons:
  • Blacklisted phrase (1): stackoverflow
  • Has code block (-0.5):
  • User mentioned (1): @johnsyweb's
  • High reputation (-1):
Posted by: ealfonso

79653106

Date: 2025-06-04 15:55:22
Score: 0.5
Natty:
Report link

If you are using a test app, this error will appear if the Instagram account you are trying to auth doesn't have a role with the App. For my purposes, giving the account the "Instagram Tester" Role via the Facebook Developer console (developers.facebook.com) allowed me to test token exchange in my test apps without granting those accounts elevated permissions they didn't need.

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

79653105

Date: 2025-06-04 15:54:21
Score: 1
Natty:
Report link

This is a version of maven itself. You can check the version of maven installed on your computer.

mvn -version

If you need to use different version of maven dependencies you should add to your pom

<dependency>
    <groupId>org.apache.maven</groupId>
    <artifactId>maven</artifactId>
    <version>3.9.0</version>
    <type>pom</type>
</dependency>
Reasons:
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: SOLoose

79653104

Date: 2025-06-04 15:53:21
Score: 1
Natty:
Report link

I was able to achieve this in GitLab with a CI/CD Component and an CI/CD inputs Array type.

Pipeline: bethomas/pipeline-experiments

Files:

include:
  - component: $CI_SERVER_FQDN/$CI_PROJECT_PATH/helloworld@$CI_COMMIT_SHA
    inputs:
      names: ["John", "Jane"]
spec:
  inputs:
    names:
      description: Collection of names
      type: array
      default: []

---
component-job:
  script: echo $NAME
  parallel:
    matrix:
      - NAME: $[[ inputs.names ]]
Reasons:
  • Probably link only (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: devpro

79653096

Date: 2025-06-04 15:49:20
Score: 1
Natty:
Report link

I think all you need is to define a maximum width on the li...

#mega-menu-wrap-primary .mega-sub-menu li {
  list-style: none;
  width: max-content;
}
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: jottin

79653083

Date: 2025-06-04 15:38:17
Score: 0.5
Natty:
Report link

In case someone is still looking for a solution, this appears to be the most elegant way:

type Timestamp time.Time

func (t *Timestamp) RedisScan(x any) error {
    ...
}

// This allows to correct encode the value!
func (t Timestamp) RedisArg() any {
    return time.Time(t).Format(time.RFC3339)
}

type Data struct {
    Timestamp  Timestamp `redis:"timestamp"`
}

func (r *RedisRepo) Write(data Data, key String) error {
    conn := r.pool.Get()
    defer conn.Close()
    conn.Send("HSET", redis.Args{key}.AddFlat(data)...)     
}

func (r *RedisRepo) Read(key string) (*Data, error) {
    var data Data
    conn := r.pool.Get()
    defer conn.Close()
    v, err := redis.Values(conn.Do("HGETALL", key))
    return redis.ScanStruct(v, &data)
}

The RedisArg (reference) is used when encoding here:

https://github.com/gomodule/redigo/blob/4c535aa56d60a1dddd457a8e63caa463bcb5a70b/redis/scan.go#L705-L706

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

79653079

Date: 2025-06-04 15:33:16
Score: 5
Natty:
Report link

https://www.youtube.com/watch?v=Fpkf5E5zWik

Had the exact same issue. This solved it for me.
Turn 'load google fonts locally' on 'inactive' in the elementor settings.

Reasons:
  • Blacklisted phrase (1): youtube.com
  • Contains signature (1):
  • Low length (1):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Sam

79653078

Date: 2025-06-04 15:33:16
Score: 1.5
Natty:
Report link

fixed in uv 0.7.9 version:

uv self update
uv python install --reinstall
sudo setcap cap_net_raw+ep "$(uv python find)"
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Egor Baranov

79653074

Date: 2025-06-04 15:29:15
Score: 0.5
Natty:
Report link

In nunit3 another approach is needed.

`Exception ex = Assert.Catch<Exception>(() => {...}`

This way one can use the AAA (Arrange/Act/Approve) pattern.

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

79653068

Date: 2025-06-04 15:23:13
Score: 5
Natty:
Report link

After 2 years, i'm now with Laravel 12, and i got the same problem.

In my first model,

protected function casts(): array
{
    return [
        'depot' => 'datetime',
    ];
}

it's ok, i have a UTC format.

In a second model :

protected function casts(): array
{
    return [
        'email_verified_at' => 'datetime',
        'validation_parcellaire' => 'datetime',
    ];
}

For the 2 fields i have "yyyy-mm-dd hh:mm:ss", why it doesn't cast on the second model ?

Regards

Reasons:
  • Blacklisted phrase (1): Regards
  • Blacklisted phrase (1): i got the same problem
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Delirium6

79653060

Date: 2025-06-04 15:20:12
Score: 1.5
Natty:
Report link

I had a similar problem using Angular 17.1.0 and Ionic 8; the problem was apparently in the build – the styles were not being compiled correctly. What worked was disabling build optimization by setting "optimization": false in the Angular.json build options.

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

79653055

Date: 2025-06-04 15:17:10
Score: 2.5
Natty:
Report link

normally you do not need to check .net version required by package, because it should be listed in dependencies of package. If not than developer did not mark it and only way to find out dependencies is to install package.

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

79653038

Date: 2025-06-04 15:11:09
Score: 1
Natty:
Report link

The age-old "turn it off and on again" should fix this.

I had the same issue and found that it was dictated by time, where after a few hours .staging eventually was able to be deleted with no problems and no changes on my end. Some background process is creating a lock on the contents of .staging, even with node/your editor not running, and that process dies eventually. You can speed that process up by restarting your computer, at which point the lock on the folder is released and you can delete the folder with no qualms.

Reasons:
  • Whitelisted phrase (-1): I had the same
  • Contains signature (1):
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Tim

79653029

Date: 2025-06-04 15:08:08
Score: 1
Natty:
Report link

For me I was using Angular material AutoCompleteModule that was not working in my shell. In order to fix it I also needed to import AutoCompleteModule in shell UI app module ts file.

For some reason even though angular/material is shared between shell and Module federated component still this was not working.

So if you have similar situation then please try to import the module that is causing the issue. That might fix the issue

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

79653027

Date: 2025-06-04 15:08:08
Score: 1
Natty:
Report link

The only way I found to handle file names is by using 3rd party tool. I use R-Tag but there are a few others that work with SSRS. Emailing is easier and supports HTML and you can also use datadriven subscriptions with standard edition ... it looks like MS decided to leave anything outside the actual reporting to external developers.

Reasons:
  • No code block (0.5):
  • Single line (0.5):
Posted by: Lan

79653023

Date: 2025-06-04 15:03:06
Score: 2
Natty:
Report link

Instead of using .compressionOptions(SchemaBuilder.lz4()), manually provide the correct compression map using .compressionOptions(Map<String, Object>).

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Вилиян Вачев

79653019

Date: 2025-06-04 15:01:06
Score: 0.5
Natty:
Report link

The solution, which helped me was to add flags

-static-libstdc++      
-static-libgcc

to compiler. That is to link libstdc++ statically, and it works for me

Reasons:
  • Whitelisted phrase (-1): works for me
  • Low length (1):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Alex Nevskiy

79653018

Date: 2025-06-04 15:01:05
Score: 4.5
Natty:
Report link

@ТимурУсманов You're welcome. I'm glad it helped you further debug the issue. Best of luck with the rest!

Reasons:
  • Low length (1):
  • No code block (0.5):
  • User mentioned (1): @ТимурУсманов
  • Single line (0.5):
  • Looks like a comment (1):
  • Low reputation (0.5):
Posted by: ManiZebardast

79653016

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

Using Breakpoints can be helpful when the VBA engine doesnt want to go step by step.

I frequently have this issue when working with fileOpen and similar Windows Explorer events..

I also use MsgBox to pause but it seems like you've tried that.

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

79653009

Date: 2025-06-04 14:57:03
Score: 12
Natty: 8
Report link

I have same probleme in flutter 3.29. Any solucion?

Reasons:
  • Blacklisted phrase (1): I have same problem
  • Blacklisted phrase (2.5): solucion
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): I have same problem
  • Ends in question mark (2):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: user30720339

79653007

Date: 2025-06-04 14:57:02
Score: 3.5
Natty:
Report link

What do you mean at some interval? The time is generated by the tick feed in trading. Please have the clock rate from the microprocessor focused on a data structure that recieves the tick up dates with the exact gamma frequencies.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): What do you mean
  • Low reputation (1):
Posted by: Thomas Hausdorff

79652990

Date: 2025-06-04 14:47:00
Score: 3.5
Natty:
Report link

Maybe take a look at the schema.org recipe format and see if it fits your needs.

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

79652989

Date: 2025-06-04 14:47:00
Score: 0.5
Natty:
Report link

In Python the eval function takes two additional parameters beyond the expression parameter, namely locals and globals which populate the variables the expression has access to, so a simple solution is just to pass your kwargs to eval's locals and everything works as expected.

import re

def calc(function, **kwargs):
    if re.fullmatch(r'[0-9a-z+\-*/()]+', function) != None:
        return eval(function, locals=kwargs)
    return None

print(calc('x+y', x=10, y=20)) # Outputs 30

Obligatory warning on never using eval nor relying on regex as a security measure, but this works perfectly for a small concept as this.

You can read more about globals and locals in python here: What's the difference between globals(), locals(), and vars()?

Reasons:
  • Whitelisted phrase (-1): solution is
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Low reputation (0.5):
Posted by: Javad

79652984

Date: 2025-06-04 14:44:59
Score: 1
Natty:
Report link

An shorter syntax is the following

ExternalProject_Add(
MyExternal
  URL ... 
EXCLUDE_FROM_ALL TRUE)
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Daniel

79652982

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

Although it is inconsistent, this behavior is intentional and follows the AWS S3 API specification.

Our solution was to examine the URL and prepend 'https://' if required.

Please see this issue in aws-sdk-js - https://github.com/aws/aws-sdk-js/issues/4636

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

79652971

Date: 2025-06-04 14:32:56
Score: 2.5
Natty:
Report link

PDF Compression Tool with Python and Ghostscript

I think this tool should help.

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

79652968

Date: 2025-06-04 14:31:56
Score: 1.5
Natty:
Report link

I wrote my code in this PDF Compressor repository and a blog with explanations

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

79652967

Date: 2025-06-04 14:30:55
Score: 3
Natty:
Report link

[V] Never run [D] Do not run [R] Run once [A] Always run [?] Help (default is "D"): & C:/Users/singe/AppData/Local/Programs/Python/Python313/python.exe "c:/Users/singe/OneDrive/Apps/Desktop/b14.py/import tweepy.py"

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: kK GANESH NAYAK

79652956

Date: 2025-06-04 14:21:53
Score: 3.5
Natty:
Report link

In Http proxy settings set it on no proxy and click apply and resync the project again

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

79652952

Date: 2025-06-04 14:19:52
Score: 2
Natty:
Report link

The real details are as follows.

  1. Shutdown the Oracle Database. shutdown immediate;

  2. Startup the Oracle Database in a NOMOUNT State. startup nomount;

  3. Alter system set control_files '<full OS file path and filename1>', '<full OS file path and filename2>' scope=spfile;

  4. Copy or Move (Rename) control files, carefully from the OS level.

  5. Startup mount force;

  6. Alter database open;

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

79652941

Date: 2025-06-04 14:14:50
Score: 1
Natty:
Report link

So I discovered the main culpret and really it was quite simple, but was somthing that I completley overlooked. As was sugguested the problem did in face lie in the player height. While half the screen height is a way to represent the player height, that would be in screen space. FlatLnDist needed the player height in world space which is TILE_SIZE / 2. So now I've added the player's world space height to the player struct and the formula now looks like this: flatLnDist = (player.height * DIST_PROJ_PLANE) / r; I also added ceiling rendering like so: ceilingY = (GAMEWINDOW_HEIGHT / 2) - r; Because each vertical scanline, both in the floor and ceiling have the same pixel x cordinate and all the rest of the math for the ceiling is already done by the floor, I only have to modify the pixel y cordinate to esenitally mirror the floor projection over the horizon line. The result is so:[!Successful floor and ceiling projectionenter image description here](https://i.sstatic.net/3GYH8vnl.png)

Excellent. The only issue now I belive has to do with rounding and how the walls scale the closer and further away from them you are. In anycase I feel I've sufficently answered my original question and if I do get stumped on this new issue it seems it would be better to just create a new post.

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

79652940

Date: 2025-06-04 14:13:50
Score: 1
Natty:
Report link

It's a valid approach, but the most significant concern is the cold start time, as AWS needs to have longer initialisation times to set up the execution environment, load code, and initialise the Spring application context etc.

That said, AWS provides Lambda SnapStart, which can significantly reduce cold start times by creating a snapshot of the initialised execution environment. So, if, after weighing the trade-offs, you decide to use Spring with Lambda, give SnapStart a try.

Reasons:
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Sen Lin

79652929

Date: 2025-06-04 14:07:49
Score: 1.5
Natty:
Report link
https://docs.google.com/spreadsheets/d/{spreadsheet_id}/export?format=csv#

Putting the # at the end should work

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

79652921

Date: 2025-06-04 14:03:47
Score: 4
Natty:
Report link

Upvote! Please consider this for DevSecOps users

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

79652920

Date: 2025-06-04 14:03:47
Score: 1
Natty:
Report link

Live Variables are available in VSCode but disabled by default in the cortex_debug extension. To enable add following snippet to your configuration:

      "liveWatch": {
        "enabled": true, 
        "samplesPerSecond": 20
      },

See Issue in STM32 extension.
For additional information please also have a look at cortex_debug debug attirbutes.

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

79652915

Date: 2025-06-04 13:59:46
Score: 2.5
Natty:
Report link

In short, DECLARE statements must be at the beginning of a block. This can be the beginning of the very first block (for a global variable) or at the beginning of any embedded block (for a local variable). A DECLARE statement cannot follow other executable code in the same block.

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

79652914

Date: 2025-06-04 13:59:46
Score: 1.5
Natty:
Report link

The solution for me was pretty simple:

I had to delete old php Version

apt purge php7.4

After that no more errors will be shown.

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

79652911

Date: 2025-06-04 13:58:46
Score: 1
Natty:
Report link

I have tried it out and it worked with these steps:

  1. Log into GitHub Copilot from a non-admin VSCode window

  2. Once the login process is complete, open VSCode as admin

Let me know if this worked for you!

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

79652908

Date: 2025-06-04 13:55:45
Score: 1.5
Natty:
Report link

I have been occasionally getting the same type of error, when timer executed integration jobs run in OpenText BizLink / BizManager...

A couple of differences I'm seeing between the OP's issue and mine is that the connection settings never change. ever.

com.amazonaws.services.s3.model.AmazonS3Exception: Bad Request (Service: Amazon S3; Status Code: 400; Error Code: 400 Bad Request; Request ID: null; Proxy: xXxXxXx.xXx.XxXxX.com), S3 Extended Request ID: null]. After executing [0] of [0] retries with delay of [0] second(s).

We may get this error at 6AM during a file push process, it fails, and when I re-execute the push it is successful.

Due to the intermittency I started to expect this was some type of internet connectivity issue.

And there's the oddity that there were no retries, though I have specified 2 retries with a 600 second delay. So it's like it's bypassing the additional retries because perhaps it's never reaching AWS from our HTTP Proxy host which handles the connectivity?

Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Low reputation (0.5):
Posted by: PixelSyndicate

79652903

Date: 2025-06-04 13:50:44
Score: 2.5
Natty:
Report link

the version used in 2025 :

import geopandas as gpd
import geodatasets
world_path = geodatasets.get_path('naturalearth.land')
world = gpd.read_file(world_path)
world

no longer has the pop_est column. Please provide some recommendations to make it look similar to the old one:

gpd.read_file(gpd.datasets.get_path('naturalearth_lowres'))

Reasons:
  • RegEx Blacklisted phrase (2.5): Please provide some
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: robintux

79652901

Date: 2025-06-04 13:47:44
Score: 2
Natty:
Report link

In my case that error meant that the vagrant I'm using (on Debian bookworm) isn't compatible with the VirtualBox I'm using (virtualbox-7.1). Installing (acually downgrading to) virtualbox-7.0 fixed the problem.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Tomáš Pospíšek

79652900

Date: 2025-06-04 13:46:43
Score: 3
Natty:
Report link

Check the free memory for this min. 2GB memory requier.

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

79652893

Date: 2025-06-04 13:39:41
Score: 2.5
Natty:
Report link

you can easily use sweep type to make that.

<shape xmlns:android="http://schemas.android.com/apk/res/android">
    <gradient android:startColor="@color/green" android:endColor="@color/BackgroundColor"
        android:angle="90"
        android:centerX="-5"
        android:centerY="0.5"
        android:type="sweep"
        />
</shape>

enter image description here

Reasons:
  • Blacklisted phrase (1): enter image description here
  • Probably link only (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: ahmadreza gh

79652878

Date: 2025-06-04 13:32:39
Score: 6 🚩
Natty:
Report link

I finally solved the problem. In short, it was the OpenBSD system resource limits that caused the issue. Obviously, nvim as an IDE is very resource-hungry. So, I had to tweak the staff class /etc/login.conf:

staff:\
:datasize-cur=2G:\
:datasize-max=unlimited:\
:stacksize=8M:\
:openfiles=8192:\
:maxproc-max=2048:\
:maxproc-cur=2048:\
:memorylocked=131072:\
:memoryuse=unlimited:\
:ignorenologin:\
:requirehome@:\
:tc=default:

and also create /etc/sysctl.conf with the following line:

kern.maxfiles=65536

Now everything works like a charm with the default settings I use also on other OSs such as Linux and DragonFlyBSD.

Special thanks to everybody and to Volker from the OpenBSD misc list, with whom I corresponded also in private. Special thanks also to ChatGPT and grok :)

Now that this is solved, I would be happy if you can comment on my resource limits. Maybe some settings can be further improved? This is my current default class:

default:\
:path=/usr/bin /bin /usr/sbin /sbin /usr/X11R6/bin /usr/local/bin 
 /usr/local/sbin:\
:umask=022:\
:datasize=unlimited:\
:maxproc-max=256:\
:maxproc-cur=128:\
:openfiles=8192:\
:stacksize-cur=4M:\
:localcipher=blowfish,a:\
:tc=auth-defaults:\
:tc=auth-ftp-defaults:

I think I tweaked some things here as well.

I am looking forward to your comments.

Best regards,
Martin

Reasons:
  • Blacklisted phrase (0.5): thanks
  • Blacklisted phrase (0.5): Best regards
  • Blacklisted phrase (1): regards
  • Blacklisted phrase (2): I am looking for
  • Blacklisted phrase (1.5): looking forward to your
  • Long answer (-1):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Martin Ivanov

79652859

Date: 2025-06-04 13:21:36
Score: 0.5
Natty:
Report link

I just had this occur but wasn't using the 'Quick Find' feature.

Closing and reopening Visual Studio fixed this for me.

Using version:

Microsoft Visual Studio Professional 2022 (64-bit) - Preview
Version 17.14.0 Preview 2.0
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Alex D

79652856

Date: 2025-06-04 13:20:35
Score: 5
Natty:
Report link

Did you ever succeed in getting this to run?

Im using dbt 1.8.9 sql server 1.8.4

Snapshot table and model are in different databases on the same server, running with no snapshot table existing works.

Running as a db user with db_owner access works, even after the table is already created.

Delete the table, run as a service account, it succeeds.

Run again as the service account and sql server returns a permissions error (table already exists error.)

Cannot figure out what sql server permission the service account is missing.

Reasons:
  • RegEx Blacklisted phrase (3): Did you ever
  • Long answer (-0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): Did you
  • Low reputation (1):
Posted by: Dave Webster