79474001

Date: 2025-02-27 21:56:50
Score: 1.5
Natty:
Report link

Any help debugging would be greatly appreciated

Programming Verilog code into an FPGA is a methodology with several steps, but you are skipping some of them:

I see some potential problems in the Verilog code snippet that you posted into the question:

Nonblocking assignments should be used to model sequential logic. Using blocking assignments there will likely cause Verilog simulations to produce unexpected results.

You should make yourself familiar with synthesizable good practices. Your FPGA toolchain documentation might have some good guidelines.

You should simulate the Verilog code before synthesis, if you are not already doing so. You need to create a Verilog testbench if your toolchain does not create one for you. You need to drive the inputs with some basic patterns and look at waveforms of your outputs to make sure they behave as expected.

After you synthesize the code for the FPGA, you must review all the synthesis reports. Check for error and warning messages. Sometimes these are buried, so you might need to go looking for them.

for loops seem to not be synthesizable on the FPGA

That is one possibility. Another possibility is that you have a syntax error in your for loops. It is much simpler to debug syntax errors in simulation.

Reasons:
  • Blacklisted phrase (1): appreciated
  • Blacklisted phrase (1): Any help
  • RegEx Blacklisted phrase (3): Any help debugging would be greatly appreciated
  • Long answer (-1):
  • Has code block (-0.5):
  • High reputation (-2):
Posted by: toolic

79474000

Date: 2025-02-27 21:56:50
Score: 2.5
Natty:
Report link

XWZ's answer helped me too. Thanks.

Thought it was worth adding the compatibility chart here: https://docs.scala-lang.org/overviews/jdk-compatibility/overview.html

I was using Scala 2.13.0, but using JDK 17, so got the error. Once I switched to JDK 8, REPL worked fine

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

79473999

Date: 2025-02-27 21:56:50
Score: 1
Natty:
Report link

The other answers did not work for me. But the following solved the issue.

conda install -c conda-forge libstdcxx-ng --update-deps

Make sure to run the command above in your desired environment.

You can verify that GLIBCXX_3.4.32 is now supported using the following

strings ~/anaconda3/envs/YOUR_ENV/lib/libstdc++.so.6 | grep GLIBCXX_3.4.3

If you see GLIBCXX_3.4.32 listed, your code will work. (My specific case was importing the python library sounddevice.)

Reasons:
  • Blacklisted phrase (1): did not work
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: User15239563

79473989

Date: 2025-02-27 21:50:49
Score: 2.5
Natty:
Report link

I did find a solution to the problem. (1) When creating an editor, set the fixedOverflowWidgets property to false in the options parameter and (2) in the div defined to hold the editor, set the overflow CSS style property to 'visible'.

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

79473988

Date: 2025-02-27 21:49:48
Score: 0.5
Natty:
Report link

Here is a simple 1 line answer for jQuery.

$('#sourceID').on('dragstart',function(e) {e.originalEvent.dataTransfer.setData('text/plain',$(this).text())});
Reasons:
  • Low length (1):
  • Has code block (-0.5):
Posted by: Cymro

79473985

Date: 2025-02-27 21:45:47
Score: 0.5
Natty:
Report link

Common Causes

  1. Node.js is not installed properly – Installation may be incomplete or corrupted.

  2. Environment variables are not set correctly – The system might not be locating Node.js.

  3. npm is outdated or missing – The npm installation could be corrupted.

  4. Multiple versions of Node.js causing conflicts – Older versions might be interfering.

  5. Command Prompt/Terminal needs a restart – The session may not be updated with the correct path.

Troubleshooting Steps

  1. Verify Node.js Installation

Run the following command to check if Node.js is installed:

node -v

If this returns an error, reinstall Node.js from nodejs.org.

  1. Check npm Version

Ensure npm is installed correctly by running:

npm -v

If npm is missing, reinstall Node.js or install npm separately using:

npm install -g npm

  1. Check and Update Environment Variables (Windows)

Open System Properties → Advanced → Environment Variables.

Locate Path under System variables.

Ensure it contains the correct Node.js path (e.g., C:\Program Files\nodejs).

If missing, add it manually and restart the terminal.

  1. Use nvm (Node Version Manager)

If you have multiple Node.js versions, use nvm to manage them:

nvm use stable

  1. Restart the Terminal or System

After making changes, restart your terminal or system for the settings to take effect.

If this not works you can check: https://www.codercrafter.in/blogs/nodejs/npm-not-recognizing-node-despite-path-being-correct

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

79473979

Date: 2025-02-27 21:38:46
Score: 2.5
Natty:
Report link

running docker system prune -a and then building a new image seemed to fix this issue.

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

79473972

Date: 2025-02-27 21:30:45
Score: 4.5
Natty: 4
Report link

There is a recent review of four choices for packaging Ruby binary distributions

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

79473959

Date: 2025-02-27 21:22:43
Score: 3
Natty:
Report link

I tried a lot of commands from chatgpt but nothing worked for me. So I turned off my windows defender for a while and intalled latest version on composer and it worked.

Reasons:
  • Blacklisted phrase (1): but nothing work
  • Whitelisted phrase (-1): it worked
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Haseeb Hashmi

79473950

Date: 2025-02-27 21:18:42
Score: 1
Natty:
Report link

Here's a list of common cryptocurrency version bytes (address prefixes):

Bitcoin (BTC): 0x00 (Mainnet), 0x6F (Testnet) Bitcoin Cash (BCH): 0x00 (Mainnet), 0x6F (Testnet) Litecoin (LTC): 0x30 (Mainnet), 0x6F (Testnet) Ethereum (ETH): 0x00 (Mainnet), 0x00 (Testnet, but different for tokens) Ripple (XRP): 0x00 (Mainnet) Monero (XMR): 0x12 (Mainnet), 0x8B (Testnet) Dash (DASH): 0x4C (Mainnet), 0x8C (Testnet) Zcash (ZEC): 0x1C (Mainnet), 0x1D (Testnet) Dogecoin (DOGE): 0x1E (Mainnet), 0x71 (Testnet) Bitcoin SV (BSV): 0x00 (Mainnet), 0x6F (Testnet) Reference : Bitcoin Core GitHub Bitcoin's Bitcoin Improvement Proposals (BIPs)

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

79473949

Date: 2025-02-27 21:17:42
Score: 1
Natty:
Report link

I'm earch in google next:

python win32serviceutil.HandleCommandLine() [SC] StartService FAILED 1053:The service did not respond to the start or control request in a timely fashion.

Helped links:

Solution

I Step

Launched the console as an administrator

Installed pywin32 globally and locally within the project (.venv).

pip install pywin32

Then check installed package in C:\Python\Python313\Lib\site-packages

II Step

From C:\Python\Python313\Scripts run

python C:\Python\Python313\Scripts\pywin32_postinstall.py -install

III Step

Go to own python project with service

C:\Users\Projects\services>python win_service2.py --startup=auto install

This command displayed

Installing service MyWinSrv2
moving host exe 'C:\Python\Python313\Lib\site-packages\win32\pythonservice.exe' -> 'C:\Python\Python313\pythonservice.exe'
copying helper dll 'C:\Python\Python313\Lib\site-packages\pywin32_system32\pywintypes313.dll' -> 'C:\Python\Python313\pywintypes313.dll'
Service installed

That's it!

Service commands

python win_service2.py --startup=auto install
python win_service2.py start
python win_service2.py stop
python win_service2.py remove
Reasons:
  • Blacklisted phrase (1): stackoverflow
  • Long answer (-1):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Andrey Kogut

79473940

Date: 2025-02-27 21:12:41
Score: 1.5
Natty:
Report link

I found a solution to my issue, and I want to share it in case someone else encounters the same problem in the future.

The key was to define a field with a search method in the model. Since store=False fields cannot be used directly in domain filters, I implemented a custom search function to map user_country_id to country_id.

Add this field to the model

user_country_id = fields.Many2one(
    'res.country', string="User Country",
    store=False, search="_search_user_country"
)

def _search_user_country(self, operator, value):
    """Defines how `user_country_id` is used in domain searches"""
    return [('country_id', operator, self.env.user.country_id.id)]

Then, modify the view’s domain condition like this:

<field name="domain">[('user_country_id', '=', 1)]</field>
Reasons:
  • RegEx Blacklisted phrase (1): I want
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: japs

79473931

Date: 2025-02-27 21:06:39
Score: 1.5
Natty:
Report link

const arr = ['a', 'b', 'c', 'd', 'e']

const dynamic = 3
//remove from the last of the array dynamically
//I know I can pop an element from an array in javascript 
//removes from the last 
const pop = arr.pop(3) 
console.log(arr)
Cancel

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Starts with a question (0.5): Can
  • Low reputation (1):
Posted by: Ant P

79473915

Date: 2025-02-27 20:57:37
Score: 3
Natty:
Report link

Azure Artifacts does not support displaying images embedded in the package, sorry.

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

79473897

Date: 2025-02-27 20:49:35
Score: 4
Natty: 5
Report link

my email is blocked can you fix it [email protected]

thank you

Reasons:
  • Blacklisted phrase (0.5): thank you
  • Low length (1.5):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: maurice

79473886

Date: 2025-02-27 20:42:33
Score: 3.5
Natty:
Report link

Install bridge virtual box wmare. I stall windows Linux install Apache. Obtain public IP DNS. Open port router.make probably best selection. By alxdefm.

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

79473881

Date: 2025-02-27 20:40:32
Score: 1
Natty:
Report link

Heyo, I had the same thing going on earlier today. After I did some more googling, I found that devklepacki gave a good solution in this forum post. It has been working for me, hope it works for you as well!!!

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

79473879

Date: 2025-02-27 20:39:31
Score: 10.5 🚩
Natty: 4.5
Report link

Did you get around the error: Error: Encountered an error (InternalServerError) from host runtime. I am having same problem and wondering if you have any suggesiton for me?

Reasons:
  • RegEx Blacklisted phrase (3): Did you get
  • Low length (1):
  • No code block (0.5):
  • Me too answer (2.5): I am having same problem
  • Ends in question mark (2):
  • Starts with a question (0.5): Did you
  • Low reputation (1):
Posted by: Atin Kapoor

79473877

Date: 2025-02-27 20:39:31
Score: 0.5
Natty:
Report link

You can find the steps to edit the host settings in the host.json file using the Azure portal in the following product documentation:

Edit host and app settings for Standard logic apps

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

79473867

Date: 2025-02-27 20:33:30
Score: 3
Natty:
Report link

The secret (could not find it documented anywhere) is to add CompilerOptions paths to tsconfig.node.json and tsconfig.app.json as well as tsconfig.json. Then the app compiles and runs succesfully

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

79473866

Date: 2025-02-27 20:32:29
Score: 1.5
Natty:
Report link

Problem I encounter when §I use primitive, I can not display more than 1 element... then I find a better way: https://drei.docs.pmnd.rs/loaders/gltf-use-gltf#gltf-component

function Model() {
    return <Gltf src="https://thinkuldeep.com/modelviewer/Astronaut.glb" />;
}
Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Heero Yui

79473858

Date: 2025-02-27 20:26:28
Score: 1.5
Natty:
Report link

In my case the MainActivity.kt was completely missing. Therefore it helped to recreate the folder structure entirely:

flutter create .
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: wolwe

79473855

Date: 2025-02-27 20:25:28
Score: 0.5
Natty:
Report link

A work around could be to use the model name feature.

model = tf.keras.models.Sequential([tf.keras.layers.Dense(10,activation='relu',input_shape=(100,))],name='This model trained with 1000 dogs/cats images')

I think the limit on the name string is 1024 characters...

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

79473852

Date: 2025-02-27 20:24:28
Score: 0.5
Natty:
Report link

I have a table that shows this on my blog.

CIAM = Entra External ID.

I've copied the table here for easy reference:

enter image description here

The notes and further info. are in the post.

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

79473842

Date: 2025-02-27 20:18:26
Score: 1
Natty:
Report link

Also this solution works fine

CREATE TABLE mytable (
    ID bigint NOT NULL AUTO_INCREMENT,
    Caller varchar(255) NOT NULL unique,
    Name varchar(255) NOT NULL unique,
    PRIMARY KEY (ID));

ALTER TABLE `mytable` ADD UNIQUE `unique_index`(`Name`, `Caller`);
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: elbarna

79473835

Date: 2025-02-27 20:14:25
Score: 2.5
Natty:
Report link

How I can add sub tabs under Tab1 and Tab2. SO that when we click either on Tab1 or on Tab2, further sub tabs appear under them. And those sub tabs are also detachable and retachable.

I tried many things, with no success.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Starts with a question (0.5): How I can add
  • Low reputation (1):
Posted by: Arslan Adeel Ur Rehman

79473821

Date: 2025-02-27 20:10:24
Score: 0.5
Natty:
Report link

Anna, Sorry but its either a group resource (e.g. "electricians" at XXX% representing the number of electricians in the group), or it's individual resources (e.g. Joe, Linda, Jack, etc.).

The best you can do with a group resource is to set up a calendar representing time off that is common to all members (e.g. holidays). With individual resources you can of course identify individual time off periods in their resource calendar (e.g. vacation, sick, etc.).

So, if you want/need to track who's available when, you will need to use individual resources and assign them individually to tasks. Remember, you can still use Project's leveling feature to help alleviate overallocation.

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

79473818

Date: 2025-02-27 20:08:24
Score: 5
Natty:
Report link

With transition attributes you can influence the solver to prioritize nearby visits. However the solver takes into account all parameters you use to influence the solution on top of route conditions including traffic. Sometimes the best solution will include some overlaps if those result in better final routes.

Can you please give it a go to transition attributes as defined in the article below and provide feedback on the result?

https://developers.google.com/maps/documentation/route-optimization/prioritize-nearby-visits

There's also a Google Maps Discord server with multiple channels in case you want to join! https://discord.gg/p68Pem7PzR

Best regards, Caio

Reasons:
  • Blacklisted phrase (0.5): Best regards
  • Blacklisted phrase (1): regards
  • RegEx Blacklisted phrase (2.5): Can you please give
  • Long answer (-0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (0.5):
Posted by: caio1985

79473812

Date: 2025-02-27 20:06:23
Score: 1
Natty:
Report link

The only thing that worked for me is tskill.exe $YOUR_PROCESS_ID$.

Reasons:
  • Whitelisted phrase (-1): worked for me
  • Low length (1.5):
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: one_teach_wonder

79473805

Date: 2025-02-27 20:01:22
Score: 1.5
Natty:
Report link

requestType: 'USB_REQUEST_TYPE_VENDOR',
recipient: 'USB_RECIPIENT_DEVICE',
SetupParam setup = SetupParam( requestType: 'USB_REQUEST_TYPE_VENDOR', // Check guide for correct type recipient: 'USB_RECIPIENT_DEVICE', // Likely correct, but confirm request: 0x05, // Example: Update with the correct request from guide value: 0x0001, // Check if this needs a specific value index: 0x0000, // Check if this needs to target a specific endpoint );

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

79473793

Date: 2025-02-27 19:57:21
Score: 1
Natty:
Report link

As no one answered this I racked my brains a little more and investigated the CatLog logs and discovered that the problem was a TaskManager for startLocationUpdatesAsync that was initialized inside a component, moving the initialization outside solved it for me.

Tip: Look at the logs, my log didn't have an indication of what it was, but the previous logs showed me what it could be, and the time periods that the error occurred (30 seconds specifically) indicated what it was. Sometimes the log itself can show for example how when the problem is with react-native-reanimated the logs will have a reference to com.swmansion.reanimated

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

79473792

Date: 2025-02-27 19:57:21
Score: 2.5
Natty:
Report link

With GNU bash and its Parameter Expansion:

str='Please help me do my homework !!!'
echo "${str:0: -4}"

Output:

Please help me do my homework
Reasons:
  • Blacklisted phrase (1): help me
  • RegEx Blacklisted phrase (3): Please help me
  • Low length (1):
  • Has code block (-0.5):
  • High reputation (-2):
Posted by: Cyrus

79473784

Date: 2025-02-27 19:55:21
Score: 3
Natty:
Report link

Ahh. I think I found a solution from here.

I would drop the last n characters by

${var%????}

Reasons:
  • Blacklisted phrase (1): ???
  • Low length (1.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Redshoe

79473782

Date: 2025-02-27 19:54:20
Score: 2.5
Natty:
Report link

In general, I really had everything worked out with non-minified version of the library file, but as it turned out the images from which I wanted to get information were protected from the function of working with pixels through CORS. The only thing that I managed and that works at the moment is transferring the functionality into a background script and connecting the library file as a background script.

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

79473765

Date: 2025-02-27 19:44:18
Score: 3.5
Natty:
Report link

How can I crop a live video stream from camera because I’m using stabilization algorithm that is causing blurry screen edges when camera move. I’m using NVIDIA with a machine learning code for detect & track objects.

Reasons:
  • Blacklisted phrase (0.5): How can I
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): How can I
  • Low reputation (1):
Posted by: Falcon

79473764

Date: 2025-02-27 19:44:18
Score: 6.5 🚩
Natty: 4.5
Report link

@user3310573 Were you able to get this to work? We have a similar need for spring application to retrieve credentials from CyberArk the same way you did. Appreciate you sharing what you did to get it work

Reasons:
  • RegEx Blacklisted phrase (3): Were you able
  • Low length (0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • User mentioned (1): @user3310573
  • Low reputation (1):
Posted by: Ramkumar Thirumangalam

79473762

Date: 2025-02-27 19:43:17
Score: 1
Natty:
Report link

I can't find table variable in your code. Is it global variable?

After removing the code, I was able to run your code successfully and toggling works as well.

    table.updateOptions({
      editable: !isLocked,
      selectable: !isLocked
    });

Please take care of this.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (0.5):
Posted by: bluestar

79473761

Date: 2025-02-27 19:43:17
Score: 4
Natty: 4
Report link

I WANT o be able to assign aninteger to poiner-defined vars. it allows me to do fancy efficient algotihms, C++ is and should be an extention of C !!!!!!!! not Python or java !!!!!!! Do not stagger creativity. Not everything is already inventeded !!!

Reasons:
  • RegEx Blacklisted phrase (1): I WANT
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Filler text (0.5): !!!!!!!!
  • Low reputation (1):
Posted by: user29651458

79473757

Date: 2025-02-27 19:41:16
Score: 0.5
Natty:
Report link

The reason the container didn't start is because in .NET 8, the container default port changed to 8080. I had to add PORT=8080 in Azure environment variables. After that, everything worked fine.

What's new in containers for .NET 8? The default port also changed from port 80 to 8080. To support this change, a new environment variable ASPNETCORE_HTTP_PORTS is available to make it easier to change ports. The variable accepts a list of ports, which is simpler than the format required by ASPNETCORE_URLS. If you change the port back to port 80 using one of these variables, you can't run as non-root.

Source: https://learn.microsoft.com/en-us/dotnet/core/whats-new/dotnet-8/containers

Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Nathan van Jole

79473756

Date: 2025-02-27 19:41:16
Score: 2
Natty:
Report link

LiveCode can create either a Universal Mac app or a Native Silicon app, or a Native Intel app, you have the option to choose when building the standalone app. It will also build Windows/Linux apps in 32bit or 64 bit.

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

79473753

Date: 2025-02-27 19:40:16
Score: 3.5
Natty:
Report link

At the moment, I am thinking of using PTY but I am not sure how to attached the slave PTY to a serial port. I'd appreciate if someone show me some example.

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

79473751

Date: 2025-02-27 19:39:16
Score: 5.5
Natty: 5.5
Report link

Estou com um problema semelhante. Compartilhe a solução para o seu caso, por favor

Reasons:
  • Blacklisted phrase (2): solução
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: jadirpuppin

79473750

Date: 2025-02-27 19:39:15
Score: 0.5
Natty:
Report link

Instead of breaking it into separate subfigures, create a single mosaic for the whole figure:

import matplotlib.pyplot as plt

def test():
    fig, axes = plt.subplot_mosaic(
        [
            ["A", "A", "A", "A", "A", "A"],
            ["A1", "1", "2", "3", "B1", "C1"],
            ["A2", "4", "5", "6", "B2", "C2"],
            ["A3", "7", "8", "9", "B3", "C3"],
            ["B", "B", "B", "B", "B", "B"],
            ["C", "C", "C", "C", "C", "C"],
        ],
        width_ratios=[1.0, 0.5, 0.5, 0.5, 1.0, 1.0],
        height_ratios=[1.0, 1.0, 1.0, 1.0, 1.0, 1.0],
        figsize=(20, 20),
        layout="constrained",
    )

    for ax_name, ax in axes.items():
        ax.set_title(ax_name)

    fig.savefig('test.png')

test()

Figure

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

79473733

Date: 2025-02-27 19:33:14
Score: 2.5
Natty:
Report link

The last index in your [2:4] slice is not inclusive. This means slicing your string like that will result in '06'.

If you want '068', you need to take the [2:5] slice.

Then, converting to a float using float('068') should give you 68.0.

I don't get why slicing your string using the [2:5] slice would return '068;'. I've tried it in my interpreter and it really only returns '068'.

Are you sure that you are using the right slices?

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

79473732

Date: 2025-02-27 19:33:14
Score: 0.5
Natty:
Report link

Instead of specifying the Authorization header, you can try selecting the respective advanced parameter

Advanced parameters

and using the Basic authentication type there:

Basic autentication type

Make sure that the URI and the Method (GET?) are correct.

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • High reputation (-1):
Posted by: 10p

79473730

Date: 2025-02-27 19:32:13
Score: 4.5
Natty:
Report link

Need to tallk to stackexchange team.

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

79473723

Date: 2025-02-27 19:29:13
Score: 3.5
Natty:
Report link

I finally fixed my issue. Problem was on shouldNotFilter method. I renamed my endpoints and forgot to update there also. :(

All configuration was correct indeed. Thanks for all answers and help.

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Blacklisted phrase (1): :(
  • Low length (0.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Rafael Barioni

79473718

Date: 2025-02-27 19:27:12
Score: 2
Natty:
Report link

Open map, get the page source and search for this regex:

latitude\\":[-]*\d+.\d+,\\"longitude\\":[-]*\d+.\d+

Extract numbers and you have your coordinates.

Map view

Same location in Google Maps

Source code in Sublime Text

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

79473717

Date: 2025-02-27 19:27:12
Score: 0.5
Natty:
Report link

The example in https://eidivandiomid.medium.com/diagram-as-code-using-structurizr-c41f6dd0738f worked for me. I'm rendering using the docker Structurizr lite.

I must say, if you are using the C4 DSL extension in VS Code, it will mark errors in all the other dsl files, complaining of a missing "workspace" token. something similar to:

Unexpected tokens (expected: workspace) at line 1 of your path\otherfile.dsl: Product = softwareSystem "Product System" {

but the files are correctly rendered by the server.

Reasons:
  • Blacklisted phrase (0.5): medium.com
  • Whitelisted phrase (-1): worked for me
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Alex Ramirez

79473700

Date: 2025-02-27 19:19:10
Score: 9 🚩
Natty:
Report link

Did you find an answer to this? I have tried many things to get Puppeteer to run on Vercel but with no luck.

Reasons:
  • Blacklisted phrase (1): answer to this?
  • Blacklisted phrase (1): no luck
  • RegEx Blacklisted phrase (3): Did you find an answer to this
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): Did you find an answer to this
  • Low reputation (1):
Posted by: frederikw

79473694

Date: 2025-02-27 19:17:09
Score: 1.5
Natty:
Report link

this is great. really helped me. Could not get it otherwise.

The reason this works is all projects are given the default name VBAProject in all workbooks

Excel needs a different project name in your .xlam file to be able to distinguish where the functions are held.

You have to save with the new project name and re-install into the reference files as in the answer.

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

79473689

Date: 2025-02-27 19:15:08
Score: 6 🚩
Natty: 5.5
Report link

Any recommendations for .net users?

Reasons:
  • Low length (2):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: user29828120

79473688

Date: 2025-02-27 19:15:07
Score: 3
Natty:
Report link

I upgraded Visual Studio from v17.12.3 to v17.13.2. That fixed the problem. Please don't ask me what caused it.

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

79473687

Date: 2025-02-27 19:14:07
Score: 1
Natty:
Report link

Maybe in a scenario where the existing codebase isn't already async-ified, as that can be a hassle because it often requires making many things async.

Otherwise, it's probably best to use asyncio over threads:

Why do we need asyncio? Processes are costly to spawn. So for I/O, Threads are chosen largely. We know that I/O depends on external stuff - slow disks or nasty network lags make I/O often unpredictable. Now, let’s assume that we are using threads for I/O bound operations. 3 threads are doing different I/O tasks. The interpreter would need to switch between the concurrent threads and give each of them some time in turns. Let’s call the threads - T1, T2 and T3. The three threads have started their I/O operation. T3 completes it first. T2 and T1 are still waiting for I/O. The Python interpreter switches to T1 but it’s still waiting. Fine, so it moves to T2, it’s still waiting and then it moves to T3 which is ready and executes the code. Do you see the problem here?

T3 was ready but the interpreter switched between T2 and T1 first - that incurred switching costs which we could have avoided if the interpreter first moved to T3, right?

http://masnun.rocks/2016/10/06/async-python-the-different-forms-of-concurrency/

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

79473683

Date: 2025-02-27 19:11:06
Score: 1
Natty:
Report link

Use tskill.exe $YOUR_PROCESS_ID$. It worked when other commands didn't.

Reasons:
  • Whitelisted phrase (-1): It worked
  • Low length (1.5):
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: one_teach_wonder

79473681

Date: 2025-02-27 19:10:05
Score: 8.5 🚩
Natty:
Report link

I'm experiencing this exact thing. Anyone find a fix?

enter image description here

Reasons:
  • Blacklisted phrase (1): enter image description here
  • RegEx Blacklisted phrase (1.5): fix?
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Corey Smith

79473674

Date: 2025-02-27 19:05:04
Score: 1.5
Natty:
Report link

Copied from: https://stackoverflow.com/a/79473620/8216122 simply call: string sIP = await GetClientIP.ClientIP();

using System.Net.Sockets;
using System.Net;
    
public static class GetClientIP
{
    private static HttpContext _httpContext => new HttpContextAccessor().HttpContext;
    public static async Task<string> ClientIP()
    {
        string sClientIP = String.Empty;
        IPAddress? ip = _httpContext.Connection.RemoteIpAddress;
        if (ip != null) {
            if (ip.AddressFamily == AddressFamily.InterNetworkV6) {
                ip = Dns.GetHostEntry(ip).AddressList.FirstOrDefault(x => x.AddressFamily == AddressFamily.InterNetwork);
            }
            sClientIP = ip.ToString();
        }
        return sClientIP;
    }
}
Reasons:
  • Blacklisted phrase (1): stackoverflow
  • Probably link only (1):
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Richard Mneyan

79473670

Date: 2025-02-27 19:04:03
Score: 1.5
Natty:
Report link

It worked for me too after changing angular.json

Reasons:
  • Whitelisted phrase (-1): It worked
  • Whitelisted phrase (-1): worked for me
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Bharath B

79473660

Date: 2025-02-27 18:57:02
Score: 2.5
Natty:
Report link

I found a fix. All I had to do is apply the DynamicLinqType attribute to the enum definition.

Reasons:
  • Whitelisted phrase (-1): I found a fix
  • Low length (1):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: mkedwards

79473638

Date: 2025-02-27 18:49:00
Score: 1.5
Natty:
Report link

We prefer using https://www.npmjs.com/package/use-state-handler, similar functionality to zustand, but for our team it has been easier to modularize, maintaining flexibility.

Here you can define your own setter (using provided setState) for comparison or what you need.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Felipe Rodriguez Herrera

79473602

Date: 2025-02-27 18:35:57
Score: 0.5
Natty:
Report link

I made a version of @Scepticalist code to run through a list of functions and show the progress of their total execution:

Add-Type -AssemblyName System.Windows.Forms

# These 3 functions will be called in sequence
function Function1 {
    param ($param1, $param2)
    Write-Host "Executing Function 1 with parameters: $param1 and $param2"
    Start-Sleep -Seconds 1
}

function Function2 {
    param ($msg)
    Write-Host "Executing Function 2 with argument: $msg"
    Start-Sleep -Seconds 1
}

function Function3 {
    param ($msg)
    Write-Host "Executing Function 3 with argument: $msg"
    Start-Sleep -Seconds 1
}

# Array with the names of the functions that will be called
$functions = @("Function1", "Function2", "Function3")
$totalFunctions = $functions.Count

$form = New-Object System.Windows.Forms.Form
$form.Text = "Processing"
$form.Size = New-Object System.Drawing.Size(400, 200)
$form.FormBorderStyle = 'Fixed3D'
$form.ControlBox = $false
$form.StartPosition = "CenterScreen"

$ProgressBar = New-Object System.Windows.Forms.ProgressBar
$ProgressBar.Minimum = 0
$ProgressBar.Maximum = $totalFunctions
$ProgressBar.Location = New-Object System.Drawing.Size(10, 80)
$ProgressBar.Size = New-Object System.Drawing.Size(300, 20)
$form.Controls.Add($ProgressBar)

$form.Show()

# Call each function and update the progress bar
for ($i = 0; $i -lt $totalFunctions; $i++) {
    & $functions[$i] "FirstParameter" "SecondParameter"
    $ProgressBar.Value = $i + 1
}

$form.Dispose()
Reasons:
  • Long answer (-1):
  • Has code block (-0.5):
  • User mentioned (1): @Scepticalist
  • Low reputation (1):
Posted by: fgiacomel

79473600

Date: 2025-02-27 18:34:57
Score: 3.5
Natty:
Report link

It's a duplicated of: Problem with VScode automatic uninstalled extension (Material theme)

There is the solution to your problem!

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

79473579

Date: 2025-02-27 18:22:54
Score: 7 🚩
Natty:
Report link

Thank you for your help, it seems to work well !!!

Just one thing, when i use css it is working only for single_product_brand and not loop_product_brand. Can you help ? Maybe adding something in div area ?

CSS i used: .product_brand a { font-size: 13px; font-weight: bold }

thank you for your time, much appreciated !

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Blacklisted phrase (0.5): thank you
  • Blacklisted phrase (1): appreciated
  • Whitelisted phrase (-0.5): Thank you for your help
  • RegEx Blacklisted phrase (3): Can you help
  • No code block (0.5):
  • Contains question mark (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Bijouterie LUCKY ONE

79473565

Date: 2025-02-27 18:15:52
Score: 1
Natty:
Report link

So I FINALLY got the solution. I used the between operator, but instead of using "m" for the interval and Now() for the date, I used DateInterval.Month and Today(). Not sure why that mattered, but it is now working!

Here is the exact syntax:

[MonthVariable]
Between
    =DateAdd(DateInterval.Month,-3,Today()) =DateAdd(DateInterval.Month,-1,Today())
Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: chemman14

79473563

Date: 2025-02-27 18:13:51
Score: 1
Natty:
Report link

As stated in the comments by @Ayush Mhetre the correct answer is to remove the return statement on the same line as the res.status().json() and put it AFTER the call to the response object

So, for ANY Express app it should be

router.get("/", (req: Request, res: Response) => {
    res.status(200).json({});
    return;
}
Reasons:
  • Has code block (-0.5):
  • User mentioned (1): @Ayush
  • Low reputation (0.5):
Posted by: Kearney Taaffe

79473558

Date: 2025-02-27 18:10:51
Score: 2.5
Natty:
Report link

We prefer using https://www.npmjs.com/package/use-state-handler, similar functionality to zustand, but for our team it has been easier to modularize, maintaining flexibility.

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

79473552

Date: 2025-02-27 18:06:49
Score: 8 🚩
Natty:
Report link

Having the same problem, have u found anything?

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): Having the same problem
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Xerox101

79473532

Date: 2025-02-27 17:58:48
Score: 1.5
Natty:
Report link

According to https://github.com/microsoft/pyright/issues/3678 there is no way to indicate to Pylance that both strings and datetimes are accepted. But this can be done with mypy and pydantic's mypy plugin https://docs.pydantic.dev/latest/integrations/mypy/

Don't add str to annotations. It will change schema and validation of the fields.

With other type checkers you need to decide what is more important for you: convenience of pydantic type coercion or accuracy of types. You can silence type checking errors or convert types yourself before pydantic.

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

79473523

Date: 2025-02-27 17:53:47
Score: 2
Natty:
Report link

APK Installs Send private traffic for APK files. Terms: CPI (cost per install) Prices: sms-stealers from 0,5$, other soft - 1$ up. Exact cost will get after test traffic (point 4 below) Installs for any geos without restrictions Working processes:

  1. I provide app name+icon+webview url
  2. You make apk, give me file+targeting (versions Adnroid+countries)
  3. I launch traffic, 30 minutes
  4. In result of test campaign we will get: quantity of installs+cost per install+quality
  5. If price and quality suit you - then you make deposit to escrow
  6. Campaign ended, you got installs, reliese payment from escrow deal
  7. Repeat points 5-6 on daily basis Contacts: tg @papa_hr @work_adss

#apk #install #logs #stealer #rat #hvnc #vnc #traffic #android #crax #private #апк #инсталлы #лог #стилер #рат #хвнц #трафик #андроид #кракс #приват

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • User mentioned (1): @papa_hr
  • User mentioned (0): @work_adss
  • Low reputation (1):
Posted by: all_seeing_eye

79473522

Date: 2025-02-27 17:53:47
Score: 4
Natty:
Report link

I'm currently having the same issue. After researching i found that Github Classroom autograder only shows the markers after the student submission when all tests pass. Otherwise, even though the student might pass 4/5 tests, it is considered a fail, therefore the markers won't show up. Using python-grader module will solve this. If you still want to manage your own custom test suite, you might want to take a look at this discussion: (it's old, not everything can be considered) https://github.com/orgs/community/discussions/77361 https://github.com/classroom-resources/autograding-python-grader

Reasons:
  • No code block (0.5):
  • Me too answer (2.5): having the same issue
  • Low reputation (1):
Posted by: raspiestchip

79473520

Date: 2025-02-27 17:50:46
Score: 2
Natty:
Report link

I also faced the same issue with ckerk but it works for me by changing the secret key from pk_test_xxxxx to pk_live_xxxxxx it should work :>

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

79473516

Date: 2025-02-27 17:47:45
Score: 1.5
Natty:
Report link

Pay attention to this part: Now that you have your child node defined, you need to set the move from its parent node.

You need to ensure that the parent node, Hours of Operation, passes control to the child nodes. You will go to the first node, and if the condition for that node is false, you will continue evaluating other child nodes that you have defined until one child node's condition is met and that child node is finally invoked.

Select the Hours of Operation node, and you will notice that the Then Assistant should section is set to Wait for reply. The user has already provided you with the question, and you haven't responded yet, since this node has no response.

Change this section of Hours of Operation to Skip user input. This will pass the control to the child nodes.

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

79473512

Date: 2025-02-27 17:45:45
Score: 3.5
Natty:
Report link

Just try restarting VS Code, sometimes it works..!

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

79473511

Date: 2025-02-27 17:45:45
Score: 2
Natty:
Report link

Your code assumes object_id always corresponds to 'filter[object]', which works for buildings but doesnt work for options because the API doesn’t get that filter[object]=23 as a valid filter for features, which should be an array of options rather than straight filter (it's thinking 23 option is instead a filter like buildings).

your payload for options should match a pattern more like filter[option][]=23

options are nested in an object within a filter, so buildings, then looking at the options for buildings for the balcony id

make sense?

Reasons:
  • Blacklisted phrase (1): doesnt work
  • Long answer (-0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • High reputation (-1):
Posted by: Nate

79473507

Date: 2025-02-27 17:44:45
Score: 3
Natty:
Report link

Using #If Application.version > 8 on Excel 98 then ...

complains that the former is not a constant!

An additional private answer to piero60turrini in gmail.com domain is appreciated.

Piero

Reasons:
  • Blacklisted phrase (1): appreciated
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Piero Turrini

79473497

Date: 2025-02-27 17:40:44
Score: 1
Natty:
Report link
.message-body {
word-wrap: break-word; /* Break long words */
max-width: 80ch; /* Set the maximum width to 80 characters */
}

I had a similar problem but "max-width" (setting ch limit) and "word-wrap" did help for what I was needing

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

79473489

Date: 2025-02-27 17:38:43
Score: 1.5
Natty:
Report link

Recently i had a same situation where i wanted to keep the route configuration within the appsettings.json and clusters config outside of appsettings.json so that i can dynamic update it.

I would suggest you to look into IProxyConfigProvider interface...using that you can do a bunch of work like dynamically updating your clusters address and more

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

79473484

Date: 2025-02-27 17:35:41
Score: 8 🚩
Natty:
Report link

NOT AN ANSWER - can you clarify how python3.10-devel solved this? I am stuck in a similar loop wit this. running 3.10.16 trying to install insightface and the ultimate result is:

In file included from insightface/thirdparty/face3d/mesh/cython/mesh_core.cpp:11: insightface/thirdparty/face3d/mesh/cython/mesh_core.h:5:10: fatal error: 'cmath' file not found 5 | #include | ^~~~~~~ 1 error generated. error: command '/usr/bin/clang++' failed with exit code 1


Any guidance would be appreciated.
Reasons:
  • Blacklisted phrase (1): appreciated
  • Blacklisted phrase (1): NOT AN ANSWER
  • RegEx Blacklisted phrase (2.5): can you clarify how
  • RegEx Blacklisted phrase (1.5): I am stuck
  • RegEx Blacklisted phrase (1.5): solved this?
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: PadiwanCoder

79473471

Date: 2025-02-27 17:30:40
Score: 1.5
Natty:
Report link

just ref customElements, not by window.customElements ?

your error indicates the window is not defined, so you can't reference it. You should be able to just reference customElements

quote However, it is usually shortened to something like the following:

customElements.define( "element-details", class extends HTMLElement { ... } }, );

Reasons:
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (0.5):
Posted by: This Guy

79473465

Date: 2025-02-27 17:24:39
Score: 0.5
Natty:
Report link

mysql-connector doesn't give exact type. You can use:

  1. https://mypy.readthedocs.io/en/stable/common_issues.html#spurious-errors-and-locally-silencing-the-checker

Sometimes it's ok.

holiday_date = row[ 0 ]  # type: ignore[operator]
holiday_date: date = row[ 0 ]
  1. https://docs.python.org/3/library/typing.html#typing.cast
holiday_date = cast(date, row[0])
  1. https://docs.python.org/3/library/typing.html#typing.Any
holiday_date: Any = row[ 0 ]
Reasons:
  • Whitelisted phrase (-1.5): You can use
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Nine Treasures

79473460

Date: 2025-02-27 17:22:38
Score: 1.5
Natty:
Report link

Full disclosure we are the developers of this app, but I’d like to let you know about Morpheusly, a new open-source app which allows you to access your computers from anywhere by creating Wireguard VPN tunnels.

Specifically to the question above, it tries to establish a peer-to-peer link and will thereby provide the lowest latency possible. It also avoids the use of SSH tunnelling which adds overhead.

To learn more, see our Morpheusly Beta Page and our Source code.

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

79473444

Date: 2025-02-27 17:16:36
Score: 3
Natty:
Report link

Update: Had an override for a dependency that was causing a security issue in my package.json. Seems as though this was nuking my dependency tree and causing npm install to build a bad package-lock

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

79473443

Date: 2025-02-27 17:15:36
Score: 2.5
Natty:
Report link

Had same problem. In my case I have defined scope of dependency ("test"), but didn't execute maven "test" goal. Maven will download jar if scope goal was executed.

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

79473433

Date: 2025-02-27 17:12:35
Score: 3.5
Natty:
Report link

Figured it out myself. Apparently Supabase can't handle duplicate column names. After declaring them explicitly and giving aliases the query worked as intended

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

79473423

Date: 2025-02-27 17:08:34
Score: 3.5
Natty:
Report link

Hi to resolve this issue or show Runn All, Run | Debug, the test class or normal class has been created under src/test/java.

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

79473419

Date: 2025-02-27 17:06:34
Score: 0.5
Natty:
Report link

I had the same error on Astra Linux operating system. This code helped fix it:

sudo apt install libcurl4-openssl-dev

Reasons:
  • Whitelisted phrase (-1): I had the same
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Владимир Кайгородцев

79473413

Date: 2025-02-27 17:05:34
Score: 1.5
Natty:
Report link

I ran into the same issue and found that the problem was using id instead of user_id in my policy condition. If anyone else is stuck, double-check that you’re matching auth.uid() to the correct column (user_id) in your table.

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

79473400

Date: 2025-02-27 17:01:33
Score: 0.5
Natty:
Report link

in setup you can do as follows:

With ref:

//<script setup> 
import { getCurrentInstance, ref } from "vue";

const currentLanguage = ref("en");

const app = getCurrentInstance();
app.appContext.config.globalProperties.$lang = () => {
    return currentLanguage.value;
};
//</script> 

With pinia:

//<script setup> 
import { getCurrentInstance, reactive } from "vue";
import { storeToRefs } from "pinia";
import { useDataStore } from "@/stores/data";

const uiStore = useUiStore();
const { currentLanguage } = storeToRefs(uiStore);

const app = getCurrentInstance();
app.appContext.config.globalProperties.$lang = () => {
    return currentLanguage.value;
};
//</script> 

Regards

Reasons:
  • Blacklisted phrase (1): Regards
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Anton Sychev

79473397

Date: 2025-02-27 17:01:33
Score: 1.5
Natty:
Report link

Add some data to Health Connect manually within the Health Connect App.

You could try to use this package by sahha.ai instead https://github.com/sahha-ai/sahha-react-native and then use their sample users to back fill a bunch of data for testing

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

79473392

Date: 2025-02-27 16:59:32
Score: 1
Natty:
Report link

I'm running on Windows 11. It happened to me when I changed the setting of my wifi from "public" to "private". changing it back to "public" solved it.

Which is a bit confusing to me, as I though "public wifi" would mean other devices (my phone) won't be able to see my computer, but turns out in this case it's the other way around. Also I see other users answered the opposite (that wifi should be "private". and turn off MS Defender). Weird.

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

79473390

Date: 2025-02-27 16:58:32
Score: 2
Natty:
Report link

The problem should be that you run the docker container in the Windows console. The Xhost should be a Linux environment. Maybe you can run the docker container in the WSL console with the option ' --env="DISPLAY" --env="QT_X11_NO_MITSHM=1" --volume="/tmp/.X11-unix:/tmp/.X11-unix:rw" '

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

79473383

Date: 2025-02-27 16:56:31
Score: 0.5
Natty:
Report link
Get-Command -Noun *CLIP*

CommandType     Name                                               Version    Source                                                                                                                                                        
-----------     ----                                               -------    ------                                                                                                                                                        
Cmdlet          Get-Clipboard                                      3.1.0.0    Microsoft.PowerShell.Management                                                                                                                               
Cmdlet          Set-Clipboard                                      3.1.0.0    Microsoft.PowerShell.Management    
Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low entropy (1):
  • Low reputation (0.5):
Posted by: Vern_Anderson

79473347

Date: 2025-02-27 16:40:27
Score: 4.5
Natty: 5.5
Report link

same issue here. I have jobs that stays in status running and do nothing until i stop manually

Reasons:
  • RegEx Blacklisted phrase (1): same issue
  • Low length (1):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Bruno

79473346

Date: 2025-02-27 16:38:26
Score: 4
Natty: 4
Report link

Create View or Compose Box as says google (Topic 7) https://medium.com/androiddevelopers/insets-handling-tips-for-android-15s-edge-to-edge-enforcement-872774e8839b

Reasons:
  • Blacklisted phrase (0.5): medium.com
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Novikov

79473331

Date: 2025-02-27 16:32:25
Score: 2.5
Natty:
Report link

A possible approach is to create a user event (beforeLoad) that runs in the print context. Then, you can add the necessary data from the created from record using the methods Form.addField(...) or Form.addSublist(...).

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

79473304

Date: 2025-02-27 16:23:23
Score: 0.5
Natty:
Report link

The API is running on my own little VPS (on an Nginx-server, served on port :8080, so not via HTTPS).

I think that's the problem. ios doesn't allow HTTP calls by default. The best thing is to use HTTPS. If you really don't want there is an option to enable http

https://developer.apple.com/documentation/bundleresources/information-property-list/nsexceptionallowsinsecurehttploads

Hope it helps someone who will pass by.

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

79473294

Date: 2025-02-27 16:18:22
Score: 0.5
Natty:
Report link
C:\******\*****\*******\Laravel\backend> php artisan serve
  Failed to listen on 127.0.0.1:8000 (reason: ?)
  Failed to listen on 127.0.0.1:8001 (reason: ?)
  Failed to listen on 127.0.0.1:8002 (reason: ?)
  Failed to listen on 127.0.0.1:8003 (reason: ?)
  Failed to listen on 127.0.0.1:8004 (reason: ?)
  Failed to listen on 127.0.0.1:8005 (reason: ?)
  Failed to listen on 127.0.0.1:8006 (reason: ?)
  Failed to listen on 127.0.0.1:8007 (reason: ?)
  Failed to listen on 127.0.0.1:8008 (reason: ?)
  Failed to listen on 127.0.0.1:8009 (reason: ?)
  Failed to listen on 127.0.0.1:8010 (reason: ?) 

To fix this issue go to the local disk C: and go to the user select the administrator or your using account and then go to the .config folder in there you can see the herd folder go in and go like this

bin -> php84 -> in there find the php.ini file in that file inside search for the variables_order = "EGPCS" change that "EGPCS" to "GPCS" variables_order = "GPCS Now run the php artisan serve Now it will works. if you get confused watch this yt video https://www.youtube.com/watch?v=bNSo7tkoSyc

Reasons:
  • Blacklisted phrase (1): youtube.com
  • Long answer (-1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Deshan Lanka

79473289

Date: 2025-02-27 16:16:21
Score: 1
Natty:
Report link

It depends on how the HTML is generated from your markdown. But you can style the checkbox in CSS with

pointer-events: visibleFill;

This allows the viewer in a static html to tick the checkboxes. I use the Markdown All in One extension in VS Code to print markdown to HTML.

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

79473284

Date: 2025-02-27 16:15:21
Score: 1
Natty:
Report link
const myNum = 13
console.log(myNum.toString(2))
//1101

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

79473283

Date: 2025-02-27 16:15:21
Score: 2
Natty:
Report link

This is my code at pastebin, so I haven't done anything yet then I run it and the result is an error like above

https///pastebin/com/j3Es11d6
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Roly Audi