79086866

Date: 2024-10-14 16:01:04
Score: 1.5
Natty:
Report link

Just include windows.h as well

#include <windows.h>
#include <KnownFolders.h>
Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Luis Moita

79086860

Date: 2024-10-14 15:59:03
Score: 0.5
Natty:
Report link

You can also use Git: Discard All Changes from the command palette.

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

79086858

Date: 2024-10-14 15:59:03
Score: 0.5
Natty:
Report link

It happened to me when I was creating a new Web Form by copying and pasting. I tried deleting the Temporary ASP.NET Files, Rebuilding the Solution, Rebuilding the Website, and closing VS2022 (opened as ADMIN), but none of them worked.

In my case, I had to delete the ASPX and ASPX.VB files and recreate them. Then, I coded without copying and pasting, and it worked.

Reasons:
  • Whitelisted phrase (-1): it worked
  • No code block (0.5):
  • Low reputation (1):
Posted by: David Frank Valentin Ricaldi

79086857

Date: 2024-10-14 15:59:02
Score: 8 ๐Ÿšฉ
Natty: 6.5
Report link

Same issue, same stack. Anyone solve?

Reasons:
  • RegEx Blacklisted phrase (1.5): solve?
  • RegEx Blacklisted phrase (1): Same issue
  • Low length (2):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Brian Aderer

79086854

Date: 2024-10-14 15:58:02
Score: 3
Natty:
Report link
  1. Go File->settings->project Interpreter enter image description here

2. search for openpyxl enter image description here

3. Then click Install package.

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

79086834

Date: 2024-10-14 15:50:00
Score: 1
Natty:
Report link

If your client is injected as transient to a singleton class instance it effectively becomes a singleton itself, which can lead to some issues as well, this is nicely described here: https://learn.microsoft.com/en-us/dotnet/fundamentals/networking/http/httpclient-guidelines#dns-behavior

I think this is what you should be using according to Microsoft: https://learn.microsoft.com/en-us/dotnet/fundamentals/networking/http/httpclient-guidelines#pooled-connections

Good practise is to also set BaseAddress for your Httpclient, that probably applies for your use case as well.

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

79086820

Date: 2024-10-14 15:42:58
Score: 1.5
Natty:
Report link

I had a similar problem with Visual Studio 2022 and Net 4.7.2.

Unable to star program c:/Program Files/IIS Expres/iisexpress.exe The process has been terminated Refresh the process list attempting another attach

It turned out that the problem was not IIS Express, but by HotReload. Was enough to disable the "Enable Edit and Continue" option in my project settings.

Steps: Go to Project > Properties > Web and uncheck "Enable Edit and Continue."

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

79086816

Date: 2024-10-14 15:42:58
Score: 4
Natty:
Report link

If you're looking for the cheapest setup with minimal traffic, here's a combination you can try:

  1. AWS Lambda to run your API backend.

  2. Amazon S3 + CloudFront to serve static content (HTML/CSS/JS).

  3. Amazon Aurora Serverless (MySQL or PostgreSQL) or RDS (MySQL/PostgreSQL) for the database.

This would significantly reduce costs as you only pay for usage, and all infrastructure management is handled by AWS. Total costs could be around $10-30/month depending on your exact usage.

Or like you mentioned, GoDaddy would be a simpler/cheaper route, but may cost you the flexibility.

If this solution works for you, please consider marking the answer as accepted to help others who might have a similar question. Thanks!

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Long answer (-0.5):
  • No code block (0.5):
  • Me too answer (2.5): have a similar question
  • Low reputation (1):
Posted by: Erik Sierra

79086814

Date: 2024-10-14 15:41:58
Score: 0.5
Natty:
Report link

Is it possible that your expanded bounding box has crossed the anti-meridian (+/- 180 longitude)? In which case your bounding box will switch around to cover the rest of the earth except South America and it will correctly return false for your data.

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): Is it
  • High reputation (-2):
Posted by: Ian Turton

79086801

Date: 2024-10-14 15:38:57
Score: 2.5
Natty:
Report link

=@(CELL("width",A1)

The implicit intersection operator (@) returns the first value in the array

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

79086800

Date: 2024-10-14 15:38:57
Score: 1
Natty:
Report link

CMD+click won't work over SSH, but if calling context menu it will show "Download with scp from [host]" option. I believe it does require installing shell integration.

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

79086794

Date: 2024-10-14 15:36:56
Score: 1
Natty:
Report link

I found what I need to modify The two sub-widgets in ShellRoute, FirestRouteData and SecondRouteData should be included in IndexRouteData. Therefore, in use, you should use build function directly instead of buildPage function, like:

class FirstRouteData extends GoRouteData {
  const FirstRouteData();

  // static final GlobalKey<NavigatorState> $parentNavigatorKey = shellKey;
  @override
  Widget build(BuildContext context, GoRouterState state) {
    return const FirstScreen();
  }
}

The problem of Multiple widgets used the same GlobalKey should be caused by buildPage. Letโ€™s see if any friends online have clearer opinions.

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

79086793

Date: 2024-10-14 15:36:56
Score: 3.5
Natty:
Report link

It has been resolved when I used "Pytest Runner for Visual Studio Code" test explorer instead of "Python Test for VS code" test explorer

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

79086786

Date: 2024-10-14 15:34:55
Score: 2.5
Natty:
Report link

The following parameters must be selected in "Create case" window:

Account and billing

Service: Account Activation Category: Bedrock Allowlisting Severity: General question

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

79086783

Date: 2024-10-14 15:34:55
Score: 0.5
Natty:
Report link

Following @orlp's approach, I would pivot as suggested, create a full combination, and then use the .select() method to filter the columns.

import polars as pl
import itertools

df = pl.DataFrame({
    "id": [1, 2, 3, 1, 2, 3, 1, 2, 3],
    "variable": ["x1", "x1", "x1", "x2", "x2", "x2", "x3", "x3", "x3"],
    "favorite": ["APP", "APP", "WEB", "APP", "WEB", "APP", "APP", "APP", "WEB"]
})

action_through_app = (
    df
    .with_columns(pl.col.favorite == "APP")
    .pivot(index="id", on="variable", values="favorite")
)

all_combinations = []

states = df["variable"].unique().to_list()
for r in range(1,len(states)+1):
    all_combinations.extend(itertools.combinations(states, r))

def test_f(df):
    return(
        df.with_columns((pl.sum_horizontal(pl.all()) >= 0.6*pl.sum_horizontal(pl.all().is_not_null())).alias("target"))
    )

new_rows = []

for i in range(len(all_combinations)):
    df_filtered = action_through_app.select(all_combinations[i])
    df_test = test_f(df_filtered).select(pl.col("target").sum()).to_series().to_list()
    x = df_test[0]
    new_rows.append({"loop_index": i, "size": x})
    
df_final = pl.DataFrame(new_rows)

This way i have this output:

shape: (7, 2)
โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ฌโ”€โ”€โ”€โ”€โ”€โ”€โ”
โ”‚ loop_index โ”† size โ”‚
โ”‚ ---        โ”† ---  โ”‚
โ”‚ i64        โ”† i64  โ”‚
โ•žโ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•ชโ•โ•โ•โ•โ•โ•โ•ก
โ”‚ 0          โ”† 2    โ”‚
โ”‚ 1          โ”† 2    โ”‚
โ”‚ 2          โ”† 2    โ”‚
โ”‚ 3          โ”† 1    โ”‚
โ”‚ 4          โ”† 2    โ”‚
โ”‚ 5          โ”† 1    โ”‚
โ”‚ 6          โ”† 2    โ”‚
โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ดโ”€โ”€โ”€โ”€โ”€โ”€โ”˜
Reasons:
  • Long answer (-1):
  • Has code block (-0.5):
  • User mentioned (1): @orlp's
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Simon

79086779

Date: 2024-10-14 15:32:55
Score: 3.5
Natty:
Report link

Solved the problem by changing from open jdk to oracle jdk

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

79086778

Date: 2024-10-14 15:31:54
Score: 1.5
Natty:
Report link

To list routes that are not defined by vendor packages:

php artisan route:list --except-vendor

This might help

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

79086771

Date: 2024-10-14 15:30:54
Score: 0.5
Natty:
Report link

If it opens the browser and does not redirect, it's likely an issue with your hosted URL, not on the device. Make sure your hosted URL has the correct association and link files for Android and iOS; this is what tells the device browsers to loop for apps and redirect them from the website.

Here are the Flutter docs with a video on how to implement deep linking

Steps:

  1. Make sure your app files and permissions are correctly set up for android for iOS
  2. Ensure your hosted URL has the correct assetlint.json and apple-app-site-association files for Android and iOS, respectively. You can see how to configure those files in the Flutter deep linking tutorial video.
Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Aaron Kennedy

79086770

Date: 2024-10-14 15:29:54
Score: 2
Natty:
Report link

I'm new to StackOverflow too, and my english maybe be poor, so sorry for the mistakes. I don't know if it is optimized, but you can create a variable called like "closest = null" and another called "difference = 0", then loop over your array subtracting each timestamp from your entered timestamp. For each iteration check if the value of substraction is bigger or lesser then the actual value in variable "distance", if it is, change the variable to that value and the variable "closest" to the timestamp that you subtract, else continue the loop. Something like:

//initializing example array
const list = [];

data1 = new Date();
data1.setFullYear(2024);
data1.setMonth(7);

data2 = new Date();
data2.setFullYear(2024);
data2.setMonth(8);

data3 = new Date();
data3.setFullYear(2024);
data3.setMonth(9);

list.push(data1,  data2,  data3);

//initialize variables to store the closest date and the difference between the entered date and the closest date
closest = null;
diff = 0;

//iterate over the array of dates
list.forEach((stamp) => {
    //that will be the entered date you want, im using the current date
    const data_hoje = new Date(); 
    
    //if the closest date is null, set the current date as the closest date and calculate the difference between the current date and the closest date
    if(closest == null) {
        closest = stamp
        diff = data_hoje - stamp
    } else {
        //if the difference between the current date and the closest date is less than the current difference, update the closest date and the difference
        if(data_hoje - stamp < diff) {
            closest = stamp
            diff = data_hoje - stamp
        }
    }
    
})

//print the closest date - response is the timestamp of date3
console.log(closest);
Reasons:
  • Blacklisted phrase (1): StackOverflow
  • RegEx Blacklisted phrase (1.5): I'm new
  • Long answer (-1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Alex Machado

79086769

Date: 2024-10-14 15:29:54
Score: 3.5
Natty:
Report link

row_number is not giving unique values when the order by columns having same values in snowflake.

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

79086762

Date: 2024-10-14 15:28:54
Score: 2
Natty:
Report link

Solved

import comtypes
from _ctypes import pointer
...

error = pointer(comtypes.BSTR())
cmd = self.gd.ctrl.EcrCmd("nofis apri", error)
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Antonino Bonanno

79086745

Date: 2024-10-14 15:22:52
Score: 1.5
Natty:
Report link

Try installing this dependency first

pkg install libffi libjpeg-turbo libpng

then install pandas using pip

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

79086735

Date: 2024-10-14 15:19:51
Score: 2.5
Natty:
Report link

Just wanted to add to this that it is typically best to avoid locking an app or site to a particular orientation. Locking orientation is a failure of WCAG 1.3.4 Orientation.

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

79086709

Date: 2024-10-14 15:14:50
Score: 1.5
Natty:
Report link

For syscall hooking particularly, raw tracepoing is being triggered first. The raw tracepoint sys_enter is specified at entry point of all syscalls (do_syscall_x64 ...), then to be dispatched to the actual handler (eg: __x64_sys_execve or __ia32_sys_execve).

Double-check it on your own: https://elixir.bootlin.com/linux/v5.8/source/arch/x86/entry/common.c#L368

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

79086706

Date: 2024-10-14 15:13:50
Score: 0.5
Natty:
Report link

I do it this way in code behind:

    private void DataGrid_MouseLeftButtonUp(object sender, MouseButtonEventArgs e)
    {
        DataGridCell obj = (DataGridCell)Keyboard.FocusedElement;
        if (obj == null) { return; }
        if (obj.Content == null) { return; }
        if (obj.Content.GetType() == typeof(CheckBox))
        {
            CheckBox cb = (CheckBox)obj.Content;
            Point x = Mouse.GetPosition(cb);
            if (x.X < cb.ActualWidth && x.Y < cb.ActualHeight)
            {
                cb.IsChecked = (bool)cb.IsChecked ? false : true;
            }
        }
    }
Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Reini

79086699

Date: 2024-10-14 15:11:49
Score: 2
Natty:
Report link

Right Click over "Derived Template" then click "Validate" after sucssfully Validation Check out template object then click at Check-in "Derived Template" again.

after that if you will again create the instance then you will not get the error.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Engr.Muhammad Shoaib

79086692

Date: 2024-10-14 15:09:48
Score: 1.5
Natty:
Report link

1: Logout and login again OR

2: Re-Authenticate again, it will solve the problem

firebase login --reauth
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Jeevan . V

79086685

Date: 2024-10-14 15:07:48
Score: 1
Natty:
Report link

If I understand correctly

//section[contains(.,"PARIS")]//a[@class="_1ufH4" and contains (.//div,"20:30")]

You may be able to further customise the first contains argument in order to get more uniqueness

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

79086684

Date: 2024-10-14 15:05:47
Score: 1.5
Natty:
Report link

When paste an image from clipboard you will see something like this:

![image.png](attachment:image.png)

You shouldn't change the syntax when you paste the image in markdown. Instead, you should add div before and after that. The best solution that I found in this link is that:

<div style="max-width:500px;margin-right: auto; margin-right: 0;">
    
![image.png](attachment:image.png)
    
</div>

This works fine.

Reasons:
  • Blacklisted phrase (1): this link
  • Has code block (-0.5):
  • Starts with a question (0.5): When
  • Low reputation (0.5):
Posted by: Prof.Plague

79086681

Date: 2024-10-14 15:05:47
Score: 1.5
Natty:
Report link

I would also like to have a fully native gdb for QNX (7.1 in my case).

Some things I know:

There is a project rocgdb which may support qnx and might be able to be used for x86 targets. I've not tried this and am interested in any feedback from anyone that's used this.

There is a github project rpdebug that communications with pdebug to dump memory addresses. I have not seen a full API documented for pdebug. https://github.com/mandiant/rpdebug_qnx

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

79086677

Date: 2024-10-14 15:04:47
Score: 1.5
Natty:
Report link

I have managed to do it by adding #view=FitH at the end of the url.

<iframe
    :src="`${attachmentURL}#view=FitH`"
/>
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Dorian Slavov

79086672

Date: 2024-10-14 15:01:47
Score: 3
Natty:
Report link

I'm not very experienced in powershell so just looking for articles here to get something done.

Is there a way to use similar like "Get-ADPrincipalGroupMembership -Identity $user | Select -ExpandProperty Name | Select-String -Pattern 'Part of Group Name' " but with function Add-ADPrincipalGroupMembership or ADD-ADGroupMember if I don't want to enter the specific name of the group but just part of it?

I have this

Get-ADPrincipalGroupMembership $Users | Where-Object {$_.Name -like "SAP-GEN-P-DP4*"}|

Followed by this but it is of course incorrect.

ForEach-Object {Add-ADPrincipalGroupMembership "SAP-GEN-P-DQ4*" -Members $users}

As the name of those groups are very long and there are more than 30 of those groups I would like to assign users who have "SAP-GEN-P-DP4*" also groups with "SAP-GEN-P-DQ4*"

Thank you for any help

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Blacklisted phrase (1): any help
  • Blacklisted phrase (1): Is there a way
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Michal Brom

79086668

Date: 2024-10-14 15:00:46
Score: 1.5
Natty:
Report link

RPC_ERROR Odoo Server Error Traceback (most recent call last): File "/home/odoo/src/enterprise/account_reports/controllers/main.py", line 38, in get_report response.stream.write(report_obj.get_xlsx(options)) File "/home/odoo/src/enterprise/account_reports/models/account_report.py", line 1751, in get_xlsx elif level >= 3: TypeError: '>=' not supported between instances of 'NoneType' and 'int'

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

79086667

Date: 2024-10-14 15:00:46
Score: 0.5
Natty:
Report link

It seems like it's not possible. I've submitted a feature request: https://issuetracker.google.com/issues/373290671.

It's unfortunate and maybe there's different API that solves this problem. I went with fetching the coordinates from Places Details (New) and using locationBias with the max radius of 50,000 meters. It's not perfect but it's better than nothing.

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

79086663

Date: 2024-10-14 14:58:46
Score: 0.5
Natty:
Report link

I came up with an alternate solution using only inline styles. The new platform I have to use strips my style tags and therefore my @media queries, but has no limits on inline styles, so this is for anyone that is in a similar situation.

The trick is to use nested grids of 2 elements inside a wrapper grid. For this example lets assume you want the minimum width of a column to be 150px. Style the nested grids with

grid-template-columns: repeat(auto-fit,minmax(150px,1fr));

and the wrapper with

grid-template-columns: repeat(auto-fit,minmax(min(100vw,300px),1fr));

What happens is as the size shrinks passed 600px the wrapper drops from 2x 300px columns to 1 599px column, each holding the nested grid of 2 columns. Therefore 4 columns to 2.

the min(100vw,300px) part on the wrapper is to allow the 2 columns to shrink to 1 column if the screen is smaller than 2x minimum column size.

A full example would be

<div style="display: grid; grid-template-columns: repeat(auto-fit,minmax(min(100vw,300px),1fr));">
    <div style="display: grid; grid-template-columns: repeat(auto-fit,minmax(150px,1fr));">
        <div>content</div>
        <div>content</div>
    </div>
    <div style="display: grid; grid-template-columns: repeat(auto-fit,minmax(150px,1fr));">
        <div>content</div>
        <div>content</div>
    </div>
</div>
Reasons:
  • Long answer (-1):
  • Has code block (-0.5):
  • User mentioned (1): @media
  • Low reputation (1):
Posted by: user3718920

79086662

Date: 2024-10-14 14:58:46
Score: 3
Natty:
Report link

Some information here on the SourceFourge thread:

SourceForge thread

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Tomรกs Calheiros Cabral

79086659

Date: 2024-10-14 14:56:45
Score: 1
Natty:
Report link
  1. Delete .vs folder
  2. Close and reopen the solution. It works for me
Reasons:
  • Whitelisted phrase (-1): works for me
  • Low length (1.5):
  • No code block (0.5):
Posted by: Hoang Minh

79086658

Date: 2024-10-14 14:56:45
Score: 6.5 ๐Ÿšฉ
Natty: 5
Report link

I have the same problem, I have done everything possible to fix this problem and still not rendering the server in frontend

Reasons:
  • Blacklisted phrase (1): I have the same problem
  • Low length (1):
  • No code block (0.5):
  • Me too answer (2.5): I have the same problem
  • Single line (0.5):
  • Low reputation (1):
Posted by: Kony Nunez

79086656

Date: 2024-10-14 14:56:44
Score: 1.5
Natty:
Report link

Did you add these lines of code?

You need to configure a top level or static method which will handle the action:

@pragma('vm:entry-point')
void notificationTapBackground(NotificationResponse notificationResponse) {
  // handle action
}

Specify this function as a parameter in the initialize method of this plugin:

await flutterLocalNotificationsPlugin.initialize(
    initializationSettings,
    onDidReceiveNotificationResponse: (NotificationResponse notificationResponse) async {
        // ...
    },
    onDidReceiveBackgroundNotificationResponse: notificationTapBackground,
);
Reasons:
  • Blacklisted phrase (1): this plugin
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): Did you add these
  • Low reputation (0.5):
Posted by: Sukaina Ahmed

79086648

Date: 2024-10-14 14:54:44
Score: 0.5
Natty:
Report link

In my case, it was not actually stuck. Earlier it asked my confirmation and started to print the Docker build logs so I missed the question:

Do you wish to deploy these changes (y/n)? #0 building with "desktop-linux" instance using docker driver

#1 [internal] load .dockerignore
#1 transferring context: 2B done
#1 DONE 0.0s

So I just had to press "Enter" and it printed the question again.

Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Alexey Yunoshev

79086626

Date: 2024-10-14 14:47:42
Score: 1
Natty:
Report link

Are you on macOS? .app is a macOS "executable." I put that in quotes because as it says here, .app files are actually packages that contain a bunch of stuff, including the executable itself.

Inside of the .app package, there is a MacOS directory that should contain the executable so you will need to look there to find the file that VSCode needs to run.

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

79086625

Date: 2024-10-14 14:47:42
Score: 4.5
Natty:
Report link

cd "$(git rev-parse --show-toplevel)"

Reasons:
  • Low length (2):
  • No code block (0.5):
  • Has no white space (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Nabin Ale

79086622

Date: 2024-10-14 14:46:41
Score: 1
Natty:
Report link

This still is the case. I reported it as a bug in Xcode, as from the GUI it would lead you to believe you can edit them per target.

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

79086617

Date: 2024-10-14 14:45:41
Score: 1.5
Natty:
Report link

When getting the URL, FileSize also has to be specified unless it's specified elsewhere.

# First, get URL for file upload
response = requests.post(url, headers=headers, json={
    "FileName": file_name,
    "Raw": True,
    "FileSize": len(file),
})
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Starts with a question (0.5): When
  • Low reputation (0.5):
Posted by: Alexey Yunoshev

79086614

Date: 2024-10-14 14:44:41
Score: 1.5
Natty:
Report link

You uploaded the root folder of the project to the web store instead of the dist folder.

Hereโ€™s what you need to do:

  1. Build the project.
  2. Zip the dist folder.
  3. Upload the zip file.

This is what you uploaded (root of the project):

This is what you uploaded

And this is what you should upload (dist folder after pnpm run build):

Files of dist folder after pnpm run build

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

79086611

Date: 2024-10-14 14:44:41
Score: 2.5
Natty:
Report link

This formula should to the job, according to my grasp of the problem. If I misunderstood, please comment.

=ARRAYFORMULA(IF(ISBLANK(F7:F),IF(ISBLANK(G7:G),"",ROUND(($H7:H-$G7:G)*10000,2)),ROUND(($F7:F-$H7:H)*10000,2)))

Spreadsheet output

Reasons:
  • RegEx Blacklisted phrase (1): I misunderstood, please
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: user27425627

79086605

Date: 2024-10-14 14:43:41
Score: 4
Natty:
Report link

Is there any documentation describing how to "use BitBucket web hooks to create a merged branch like github does"?

I've tried a ton of different options to get TC to trigger a build when a BitBucket Cloud PR is opened to no avail. This looks like a good solution but I'm not particularly fluent in webhooks.

Reasons:
  • Blacklisted phrase (1): Is there any
  • Low length (0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): Is there any
  • Low reputation (1):
Posted by: eeease

79086601

Date: 2024-10-14 14:42:40
Score: 3.5
Natty:
Report link

python3.10 --versiongit clone https://github.com/mosibur1/wcoin.gitcd wcoinpip install -r requirements.txtpython wcoin.pyGWWT

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

79086600

Date: 2024-10-14 14:42:39
Score: 10.5 ๐Ÿšฉ
Natty:
Report link

it is done and worked? i check the link it is worked, how? can you explain how it work? i get same error too

Reasons:
  • RegEx Blacklisted phrase (2.5): can you explain how
  • RegEx Blacklisted phrase (1): check the link
  • RegEx Blacklisted phrase (1): i get same error
  • Low length (1):
  • No code block (0.5):
  • Me too answer (2.5): i get same error
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: void

79086597

Date: 2024-10-14 14:41:38
Score: 6.5 ๐Ÿšฉ
Natty:
Report link

Did you get this to work? I'm in a similar situation with my iis applications. The application calling the other application is always identified as app pool user in the second one

Reasons:
  • RegEx Blacklisted phrase (3): Did you get this to
  • Low length (0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): Did you
  • Low reputation (1):
Posted by: user1471669

79086596

Date: 2024-10-14 14:41:37
Score: 2
Natty:
Report link

I think If you put lambdas and sublamdas with the DB in internal VPC (no internet access) you will have to create VPC Endpoints for (RDS, Textract and bedrock).

For VPC Endpoint bedrock: https://docs.aws.amazon.com/bedrock/latest/userguide/vpc-interface-endpoints.html

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

79086568

Date: 2024-10-14 14:34:35
Score: 0.5
Natty:
Report link

For your @Transform handler to get called you need to enable the global validation pipe.

In your main.ts file add the following line to enable transformation:

app.useGlobalPipes(new ValidationPipe({ transform: true }))
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: AndreiC

79086565

Date: 2024-10-14 14:34:35
Score: 0.5
Natty:
Report link

You can set the folderโ€™s โ€œpackage bitโ€ (as mentioned in Bundle Programming Guide):

NSURL *somePath = ...;
NSError *error = nil;
[somePath setResourceValues:@{NSURLIsPackageKey : @YES} error:&error];
if (error != nil) {
    // handle error
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Luna Razzaghipour

79086555

Date: 2024-10-14 14:31:34
Score: 0.5
Natty:
Report link

I have fixed above issue by adding below css in โ€œcolumn-header" class-

.table-row {
ย  position: sticky;
ย  top: 0;
ย  z-index: 10;
}
Reasons:
  • Low length (1):
  • Has code block (-0.5):
Posted by: Kapil Soni

79086543

Date: 2024-10-14 14:29:34
Score: 0.5
Natty:
Report link

I could resolve it, for anyone who needs it. The key was to clone the $exceptions->handler BEFORE to personalize the render function to avoid infinite bucle.

->withExceptions(function (Exceptions $exceptions) {
    $handler = clone $exceptions->handler;

    $exceptions->render(function (Throwable $e, Request $request) use ($handler) {
        $previousValue = config("app.debug");
        config(["app.debug" => true]);

        $htmlError = $handler->render($request, $e)->getContent();

        config(["app.debug" => $previousValue]);
    
        //Code that sends the email
    });
});

Now, this works if you have Ignition, because is a custom error reporting sistem but if not, this generates the ugly symphony error page. This is because on loading laravel it checks if app.debug is true or false and then loads some things about error reporting in the FoundationServiceProvider so, we need to "reload" them this way each time we change the app debug value:

->withExceptions(function (Exceptions $exceptions) {
$handler = clone $exceptions->handler;

$exceptions->render(function (Throwable $e, Request $request) use ($handler) {
        $fsp = new \Illuminate\Foundation\Providers\FoundationServiceProvider(app());

        $previousValue = config("app.debug");
        config(["app.debug" => true]);
        $fsp->register();

        $htmlError = $handler->render($request, $e)->getContent();

        config(["app.debug" => $previousValue]);
        $fsp->register();
    
        //Code that sends the email
    });
});

Maybe is not the best optimized way, i'm all open to any more simple suggestions.

Thank you very much

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Long answer (-1):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: รlvaro

79086537

Date: 2024-10-14 14:26:33
Score: 2.5
Natty:
Report link

I just upgraded my flutter and the warning is gone. I just did "flutter upgrade" in my vscode terminal.

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Mark Alvin Centino

79086530

Date: 2024-10-14 14:24:33
Score: 4
Natty:
Report link

I think you have to reauthenticate your user and then change the email and then send a verification mail

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

79086526

Date: 2024-10-14 14:22:32
Score: 3.5
Natty:
Report link

It should be x:Uid="{x:Bind Id} Not x:Uid="{Bind Id}

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

79086510

Date: 2024-10-14 14:17:30
Score: 3.5
Natty:
Report link

It seems like the sorting works for retrieving all comments but not for a specific issue.

eg:

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

79086504

Date: 2024-10-14 14:15:30
Score: 3
Natty:
Report link

Taking a look at this documentation, it appears that you need to be returning res.data to get the Users[] type.

Reasons:
  • Blacklisted phrase (1): this document
  • Low length (1):
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Dylan

79086502

Date: 2024-10-14 14:14:30
Score: 2.5
Natty:
Report link

Just ran into this issue. My java -version was 8 but my javac -version was 11. Once I changed the compilers version to 8 aswell, my maven project executed.

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

79086493

Date: 2024-10-14 14:13:29
Score: 1.5
Natty:
Report link

When I clone an open source project from Github, this error happen. For me it just works after updating the target iOS like this:

  1. Update the Deployment Target:
  1. Clean the Build Folder:

now run your code again, it should work :)

Reasons:
  • No code block (0.5):
  • Starts with a question (0.5): When I
  • Low reputation (0.5):
Posted by: Harith Bashar

79086492

Date: 2024-10-14 14:13:29
Score: 2.5
Natty:
Report link

In my experience and my own repositories -- informed by my experiences as an software user from a Global Majority country for about 35+ years, especially back in the day when software used to come only floppy disks or CDs --, I have readme files with their names translated.

So for example, for README.md, we would have:

And so forth.

And it makes sense, because you want your READER, not a software tools, to see it and grasp at a glance that they should READ(ME) that file, right?

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

79086489

Date: 2024-10-14 14:10:29
Score: 2
Natty:
Report link

VB6 Image control can handle GIFs with transparent background. If you have access to the original images, you can process them with some image processing app like GIMP and see what happens at runtime.

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

79086487

Date: 2024-10-14 14:09:28
Score: 3
Natty:
Report link

To force stop apps installed via mod APK, navigate to settings, find the app, and click "force stop." This works for Asphalt Nitro Mod APK as well.

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

79086479

Date: 2024-10-14 14:07:28
Score: 0.5
Natty:
Report link

The format flag expects a golang time format.

For example

migrate create -ext sql -dir db/migrations -format 20060102150405 initial_blank

creates migration files

...\db\migrations\20241014135924_initial_blank.up.sql
...\db\migrations\20241014135924_initial_blank.down.sql

These are in UTC time.

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

79086477

Date: 2024-10-14 14:07:28
Score: 2.5
Natty:
Report link

๐ŸŒฎ What is a Return Value?

In C++, a function is like a chef in a restaurant. When you call (or "order") the function, you expect it to "prepare something" and "send it back" to you. The return value is what the function gives back to the person (or code) that called it.

Analogy: Imagine you go to a restaurant and order a pizza ๐Ÿ•.

You ask: "Give me a pizza." The chef makes the pizza and sends it back to you. In C++ terms, this pizza is the return value.

๐Ÿ” How Do You Determine the Data Type of a Return Value?

In C++, every function must specify what type of data it will returnโ€”whether itโ€™s an int, float, string, or any other type. This is done in the function definition.

Analogy: If you know you are ordering a drink, you expect a drink like water or sodaโ€”not a burger. Similarly, in C++, when you call a function with int as the return type, you know it will give back an integer value.

Reasons:
  • Blacklisted phrase (1): How Do You
  • Long answer (-0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Harsha Nannapaneni

79086473

Date: 2024-10-14 14:06:27
Score: 4
Natty:
Report link

If you are on windows then go to task manager>details and kill all processes named as httpd.exe

enter image description here

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

79086470

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

If you are installed allure-report follow these steps

  1. Run allure generate -c -o allure-reports results from the project root folder It will create a folder named allure-reports
  2. Run allure serve from the same folder path in which you executed the first command
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Dojo Arun

79086468

Date: 2024-10-14 14:05:27
Score: 2
Natty:
Report link

You should put the PaymentIntent creation/Stripe code where you'd keep all of your other API endpoints/logic. You don't need to create a separate backend inside NextJS if you already have a Java server running your backend logic.

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

79086467

Date: 2024-10-14 14:05:27
Score: 1.5
Natty:
Report link

Anyone know if this is possible in a easy way or have any ideas on how using auto using doxygen?

refer to Doxygen Configuration, and other documentations

Step 1. Install Graphviz

For Linux:

> apt-get install graphviz

For Windows, just download Graphviz from the official site.

Step 2. Customize Doxygen Configuration file

HAVE_DOT = YES
CALL_GRAPH = YES
CALLER_GRAPH = YES
UML_LOOK = YES
DOT_IMAGE_FORMAT = svg
INTERACTIVE_SVG = YES
COLLABORATION_GRAPH = YES
Reasons:
  • Blacklisted phrase (1): any ideas
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (0.5):
Posted by: Shelton Liu

79086459

Date: 2024-10-14 14:03:26
Score: 0.5
Natty:
Report link

I stumbled across your 7 years old question while facing the exact same issue. After googling through various pages I finally found the solution that worked for me in the very first attempt, so here's my little solution:

You need to copy the hook files from here and move it to your Pyinstaller site package. That's it.

You can now create your exe and everything should run absolutely fine.

Hopefully, this little solution would be able to provide timely help to someone looking for the light at the end of the tunnel.

Reasons:
  • Whitelisted phrase (-1): worked for me
  • Whitelisted phrase (-2): solution:
  • Long answer (-0.5):
  • No code block (0.5):
  • Me too answer (2.5): facing the exact same issue
  • Low reputation (1):
Posted by: Sitank Bhatia

79086454

Date: 2024-10-14 14:00:25
Score: 2.5
Natty:
Report link
Clear-Host
app.exe
Start-Sleep 01
[System.Windows.Forms.SendKeys]::SendWait("^a")
[System.Windows.Forms.SendKeys]::SendWait("{ENTER}")
Get-Clipboard | Out-FIle C:\TEMP\AppExe-Output.txt

might work but is not as powershell...esk

Does this not work?

App.exe | Out-File C:\TEMP\App-OutFile.txt
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Low reputation (0.5):
Posted by: Vern_Anderson

79086449

Date: 2024-10-14 13:59:25
Score: 5
Natty: 6
Report link

Have you tried creating a calculated field "Evaluate Expression" directly in Workday?

Reasons:
  • Whitelisted phrase (-1): Have you tried
  • 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: Sam

79086435

Date: 2024-10-14 13:56:24
Score: 2.5
Natty:
Report link

Are you connected to wifi? If yes, then go to your router manage page. Router manage pages (ips) are:

  1. 192.168.0.1
  2. 192.168.1.1
  3. 10.0.0.1

If you are not connected to wifi, then try resetting the router.

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

79086433

Date: 2024-10-14 13:55:23
Score: 3
Natty:
Report link

If you're looking to block access to or from your public IP and want to automate the process, you can easily do this using services like ifconfig.io or www.mioip.info. These services provide an API that works seamlessly with curl, allowing you to script the process. Unlike websites like www.mioip.it or whoer.net, these APIs are more straightforward for automation tasks.

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

79086432

Date: 2024-10-14 13:55:23
Score: 2
Natty:
Report link

I found a solution - adding the package name into the transformIgnorePatterns configuration (under jest.config file) resolved the issue. It tells to Jest to compile the package files and so the "export" error is gone.

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

79086431

Date: 2024-10-14 13:55:23
Score: 2
Natty:
Report link

Nevermind. I forgot to remove the bs_themer() function I wrote earlier in a different line.

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

79086428

Date: 2024-10-14 13:55:23
Score: 2
Natty:
Report link

Yes! They now are, as of 1st October 2024.

https://aws.amazon.com/blogs/database/new-size-flexibility-for-amazon-elasticache-reserved-nodes/

Reasons:
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • High reputation (-1):
Posted by: Rachel K. Westmacott

79086426

Date: 2024-10-14 13:54:23
Score: 1
Natty:
Report link

In my case the $(Obfuscar) parameter resolved to

C:\Users\Me\Documents\MyProject\packages\Obfuscar.2.2.39\build\..\tools\Obfuscar.Console.exe

So an error in the configuration somewhere. I just hardcoded the path to Obfuscar.Console.exe in my Build Events instead (but I'm sure there are more sophisticated solutions).

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

79086422

Date: 2024-10-14 13:53:23
Score: 1
Natty:
Report link

Simply, the app doesn't serve static file on nginx side. After serving static files on nginx side, everythins works well.

# Dockerfile
COPY ./django_app/static /etc/nginx/html/static
# nginx.conf
server {
    ...
    location /static {
        root /etc/nginx/html;
    }
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: hanamura.yuki

79086419

Date: 2024-10-14 13:52:23
Score: 0.5
Natty:
Report link
if you want to check all routes defined by you . you can filter it out by middleware

i have shared the command  try this and check 

php artisan route:list --middleware=web
Reasons:
  • Whitelisted phrase (-1): try this
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: monu0002

79086416

Date: 2024-10-14 13:51:22
Score: 1.5
Natty:
Report link

Setting HTTP_PROXY TO proxyserver:proxyport without the http:// or https:// in the windows environment variables worked for me. After setting it like that I do not need to include the proxyserver and the proxyport in the pip install command.

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

79086400

Date: 2024-10-14 13:48:21
Score: 2
Natty:
Report link

Thank you for your question! At this time SCDF nor Spring Cloud Task have support for NoSQL databases. However I have created issues to add these features. They can be found here and here.

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

79086397

Date: 2024-10-14 13:46:20
Score: 4
Natty:
Report link

I want to run my next14 application forever how to do it using pm2? Basically requirement is that there will be no internet access, client just want to run on his local machine.

Reasons:
  • RegEx Blacklisted phrase (1): I want
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: anonymous

79086382

Date: 2024-10-14 13:42:18
Score: 4
Natty:
Report link

I tried route53 method but my site is not live yet this is image of my hosted zon

HELP

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

79086376

Date: 2024-10-14 13:39:17
Score: 1
Natty:
Report link

This often occurs when trying to run the section of a script (Run Section button) but your current folder is not the folder where script is located. Simple Run button prompts to agree to fast switch the folder while Run Section doesn't and causes this error.

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

79086373

Date: 2024-10-14 13:38:17
Score: 2
Natty:
Report link

It seems that you have to run pipenv uninstall --all-dev to remove all dev packages first, and then reinstall those you need.

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

79086370

Date: 2024-10-14 13:38:17
Score: 2
Natty:
Report link

Anyone who is having this kind of trouble, it will be fixed by updating the version related to SharedTransitionScope. It seems like itโ€™s fixed now.

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

79086369

Date: 2024-10-14 13:38:17
Score: 2.5
Natty:
Report link

"Your session has been terminated for the following reasons: ----------ERROR------- Encountered error while initiating handshake. Handshake timed out. Please ensure that you have the latest version of the session manager plugin."

Create a VPC Endpoint connection for KMS Service with appropriate access, matching your EC2 system subnets, will solve the problem for you.

Reasons:
  • No code block (0.5):
  • Unregistered user (0.5):
  • Filler text (0.5): ----------
  • Low reputation (1):
Posted by: Vesselin Markov

79086359

Date: 2024-10-14 13:35:16
Score: 1
Natty:
Report link

No login required, no internet connection required

Just local and good, as copied from my other post: https://stackoverflow.com/a/76987065

First you need to generate the native app files by executing expo prebuild:

npx expo prebuild

To directly run the build have a device connected or an emulator running:

npx react-native run-android --mode="release"

Build with:

npx react-native build-android --mode=release

For signing the apk for release, follow the instructions on react natives website: https://reactnative.dev/docs/signed-apk-android

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

79086355

Date: 2024-10-14 13:34:16
Score: 1
Natty:
Report link

I've found the answer and it seems to be pretty straightforward. All I had to do was to listen to the mousedown and mouseup events, those will fire on every click and also return the lat/lng. The same events work on the overlays as well. Also, I now have much more control given that I can distinguish between left and right clicks and what to do between the press and the release of the button.

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

79086349

Date: 2024-10-14 13:33:16
Score: 3.5
Natty:
Report link

(for java code runner only)

Step-1: Navigate to Keyboard shortcuts
Step-2: Type "java.debug.runJavaFile"
Step-3: Add key that you want to set shortcut for run java file

enter image description here

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

79086344

Date: 2024-10-14 13:32:15
Score: 1.5
Natty:
Report link

Did you add [PXStringList] attribute to your field declaration? Also, after making this change, you will need to delete the field from the screen and add it again, as its type now is a simple PXTextEdit, instead of PXDropDown.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): Did you add
  • Low reputation (0.5):
Posted by: Zoltan Febert

79086339

Date: 2024-10-14 13:31:15
Score: 2
Natty:
Report link

I've found that the 'onDropDownClose' event is triggered, EVERY time you click away from the dropdown, which in my case, means that it's triggered everytime i click somewhere on my entire page..

Seems like I need to do a bit of component-isolation-refactoring-thingy, to get around this.

Or simply leave that event alone, and only use 'onSelect', 'click' or similar

Reasons:
  • Blacklisted phrase (0.5): I need
  • No code block (0.5):
  • Low reputation (1):
Posted by: Newnamtab

79086336

Date: 2024-10-14 13:30:14
Score: 1.5
Natty:
Report link

Finovers, our upcoming free ERP software, is designed to simplify accounting for businesses of all sizes. Although I can't offer a direct solution to your current question, Finovers will handle tasks like invoicing, financial reporting, and payroll management effortlessly. You can explore the pre-release version here using the following demo credentials:

Pre release URL

https://app.finovers.org

Tenant Account

Username: [email protected]

Password: Dark@2611

Admin Account

Username: [email protected]

Password: Dark@2611

Feel free to check it out and share any feedback. Since it's free, it could be a great cost-effective option for your accounting needs!

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

79086335

Date: 2024-10-14 13:29:14
Score: 2.5
Natty:
Report link

An old question but I am working on keybox support. Key an eye on https://metacpan.org/pod/Crypt::OpenPGP hopefully the support will move forward soon

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

79086325

Date: 2024-10-14 13:26:14
Score: 3
Natty:
Report link

window.info_screenwidth() should be used instead of just window.info_width()!

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

79086316

Date: 2024-10-14 13:23:13
Score: 2.5
Natty:
Report link

The VGG16 model is originally designed for input images of size (224, 224, 3). Using a much smaller input size like (32, 32, 3) may cause compatibility issues because VGG16 expects certain dimensions for its convolutional and pooling layers.

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

79086315

Date: 2024-10-14 13:23:13
Score: 1
Natty:
Report link
extension String {    
   func removeHTTPPrefix() -> String {
       return self.components(separatedBy: "://").last ?? self
   }
}
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: ATV