79523765

Date: 2025-03-20 18:09:48
Score: 2
Natty:
Report link

aiohttp has inline type distribution, and this import case is due to a Python convention on public and private symbol interfaces, given at Distributing type information

In short, aiohttp tells linters that those symbols will be re-exported and should be treated as public.

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

79523760

Date: 2025-03-20 18:06:47
Score: 2.5
Natty:
Report link

You might consider using the Cinemachine package. Without performing complicated computations and using its components' features you may achieve close results.

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

79523759

Date: 2025-03-20 18:06:47
Score: 1.5
Natty:
Report link

: = 0 : = ooo

Ich fasse es nicht

:DDDDDDDDD Ich fasse es nicht

:DDDDDDDDD Ich fasse es nicht

:DDDDDDDDD Ich fasse es nicht

:DDDDDDDDD Ich fasse es nicht

:DDDDDDDDD Ich fasse es nicht

:DDDDDDDDD Ich fasse es nicht

:DDDDDDDDD Ich fasse es nicht

:DDDDDDDDD Ich fasse es nicht

:DDDDDDDDD Ich fasse es nicht

:DDDDDDDDD Ich fasse es nicht

:DDDDDDDDD Ich fasse es nicht

:DDDDDDDDD Ich fasse es nicht

:DDDDDDDDD Ich fasse es nicht

:DDDDDDDDD Ich fasse es nicht

:DDDDDDDDD Ich fasse es nicht

:DDDDDDDDD Ich fasse es nicht

:DDDDDDDDD Ich fasse es nicht

:DDDDDDDDD Ich fasse es nicht

:DDDDDDDDD Ich fasse es nicht

:DDDDDDDDD Ich fasse es nicht

:DDDDDDDDD

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Filler text (0.5): DDDDDDDDD
  • Filler text (0): DDDDDDDDD
  • Filler text (0): DDDDDDDDD
  • Filler text (0): DDDDDDDDD
  • Filler text (0): DDDDDDDDD
  • Filler text (0): DDDDDDDDD
  • Filler text (0): DDDDDDDDD
  • Filler text (0): DDDDDDDDD
  • Filler text (0): DDDDDDDDD
  • Filler text (0): DDDDDDDDD
  • Filler text (0): DDDDDDDDD
  • Filler text (0): DDDDDDDDD
  • Filler text (0): DDDDDDDDD
  • Filler text (0): DDDDDDDDD
  • Filler text (0): DDDDDDDDD
  • Filler text (0): DDDDDDDDD
  • Filler text (0): DDDDDDDDD
  • Filler text (0): DDDDDDDDD
  • Filler text (0): DDDDDDDDD
  • Filler text (0): DDDDDDDDD
  • Filler text (0): DDDDDDDDD
  • Low reputation (1):
Posted by: Steve

79523750

Date: 2025-03-20 17:58:45
Score: 1.5
Natty:
Report link

As I can see at your "error picture", you've got "No such file or directory" while tryin to open c:/../Lab2/tasks. Check if that path is correct / exists first.

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

79523720

Date: 2025-03-20 17:41:42
Score: 2
Natty:
Report link

I have set a writeble directory

options.add_argument(r"--user-data-dir=c:\aaa")
Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Galina

79523692

Date: 2025-03-20 17:30:39
Score: 3.5
Natty:
Report link

bump mongodb-memory-server package solved my issue

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

79523679

Date: 2025-03-20 17:22:38
Score: 2
Natty:
Report link

The actual answer is

[a-z]+(_[a-z]+)*

because snake_case is all characters in lowercase... https://en.wikipedia.org/wiki/Snake_case

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

79523675

Date: 2025-03-20 17:21:38
Score: 2
Natty:
Report link

You could use:

=IF(ISNUMBER(MATCH(H3,TOCOL($A$2:$E$13),0)), $H$3, "")

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

79523669

Date: 2025-03-20 17:17:37
Score: 0.5
Natty:
Report link

I was not able to use IMPORTRANGE as a data validation as PatrickdC clarified.

I was able to do the following:

  1. Create a Google Sheet (call it Sheet A) that has all employees in our organization.

  2. From my other Sheet (call this Sheet B) I then did an IMPORTRANGE in the sheet cells rather than in data validation. This brings in all the data from my Sheet A. I then created another tabbed sheet on Sheet B and I was able to use the imported data on the other tab of Sheet B to then do an IMPORT for data validation.

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Self-answer (0.5):
Posted by: David Pugh

79523663

Date: 2025-03-20 17:16:37
Score: 1
Natty:
Report link
jQuery(document).ready(function () {
$('.custom-file-input').on("change", function () {
var fileName = $(this).val().split("\\").pop();
$(this).next('.custom-file-label').html(fileName);
})
});

Code above fixed my same issue.
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Pradeep Patra

79523662

Date: 2025-03-20 17:16:37
Score: 0.5
Natty:
Report link

With regards to the code by miki on Jun 7 2019

Document doc = Application.DocumentManager.MdiActiveDocument;
Editor ed = doc.Editor;

int polylineState = 1; // 0 - closed, 1 - open
TypedValue[] vals= new TypedValue[]
{
    new TypedValue((int)DxfCode.Operator, "<or"),

    // This catches Polyline object.
    new TypedValue((int)DxfCode.Operator, "<and"),
    new TypedValue((int)DxfCode.Start, "LWPOLYLINE"),
    new TypedValue(70, polylineState),
    new TypedValue((int)DxfCode.Operator, "and>"),

    new TypedValue((int)DxfCode.Operator, "<and"),
    new TypedValue((int)DxfCode.Start, "POLYLINE"),
    new TypedValue((int)DxfCode.Operator, "<or"),
    // This catches Polyline2d object.
    new TypedValue(70, polylineState),
    // This catches Polyline3d object.
    new TypedValue(70, 8|polylineState),
    new TypedValue((int)DxfCode.Operator, "or>"),
    new TypedValue((int)DxfCode.Operator, "and>"),

    new TypedValue((int)DxfCode.Operator, "or>"),
};
SelectionFilter filter = new SelectionFilter(vals);
PromptSelectionResult prompt = ed.GetSelection(filter);

// If the prompt status is OK, objects were selected
if (prompt.Status == PromptStatus.OK)
{
    SelectionSet sset = prompt.Value;
    Application.ShowAlertDialog($"Number of objects selected: {sset.Count.ToString()}");
}
else
{
    Application.ShowAlertDialog("Number of objects selected: 0");
}

I have tested and made corrections on the POLYLINE DXF CODE for Closed Polyline or Open Polyline

In LISP

Closed Polygon

(setq var (ssget "X" '((-4 . "<and")(-4 . "<or")(-4 . "<and")(0 . "POLYLINE")(-4 . "&")(70 . 1)(-4 . "and>")(-4 . "<and")(0 . "LWPOLYLINE")(-4 . "&")(70 . 1)(-4 . "and>")(-4 . "or>")(-4 . "<or")(410 . "MODEL")(67 . 0)(67 . 1)(-4 . "or>")(8 . "LAYERNAME")(-4 . "and>"))))

Open Polygon

(setq var (ssget "X" '((-4 . "<and")(-4 . "<or")(-4 . "<and")(0 . "POLYLINE")(-4 . "&")(70 . 0)(-4 . "and>")(-4 . "<and")(0 . "LWPOLYLINE")(-4 . "&")(70 . 0)(-4 . "and>")(-4 . "or>")(-4 . "<or")(410 . "MODEL")(67 . 0)(67 . 1)(-4 . "or>")(8 . "V-QURY-BNDY-LEGN")(-4 . "and>"))))

In C#

                typedValue = new List<TypedValue>{

                    new TypedValue(Convert.ToInt32(DxfCode.Operator), "<and"),
                    new TypedValue(Convert.ToInt32(DxfCode.Operator), "<or"),
                    new TypedValue(Convert.ToInt32(DxfCode.Operator), "<and"),
                    new TypedValue(Convert.ToInt32(DxfCode.Start), "POLYLINE"),
                    new TypedValue(Convert.ToInt32(DxfCode.Operator), "&"),
                    new TypedValue(Convert.ToInt32(DxfCode.Int16), 1),
                    new TypedValue(Convert.ToInt32(DxfCode.Operator), "and>"),
                    new TypedValue(Convert.ToInt32(DxfCode.Operator), "<and"),
                    new TypedValue(Convert.ToInt32(DxfCode.Start), "LWPOLYLINE"),
                    new TypedValue(Convert.ToInt32(DxfCode.Operator), "&"),
                    new TypedValue(Convert.ToInt32(DxfCode.Int16), 1),
                    new TypedValue(Convert.ToInt32(DxfCode.Operator), "and>"),
                    new TypedValue(Convert.ToInt32(DxfCode.Operator), "or>"),
                    new TypedValue(Convert.ToInt32(DxfCode.Operator), "<or"),
                    new TypedValue(Convert.ToInt32(DxfCode.LayoutName), "MODEL"),
                    new TypedValue(Convert.ToInt32(DxfCode.ViewportVisibility), 0),
                    new TypedValue(Convert.ToInt32(DxfCode.ViewportVisibility), 1),
                    new TypedValue(Convert.ToInt32(DxfCode.Operator), "or>"),
                    new TypedValue(Convert.ToInt32(DxfCode.LayerName), "LAYERNAME"),
                    new TypedValue(Convert.ToInt32(DxfCode.Operator), "and>")
                };
Reasons:
  • Blacklisted phrase (1): regards
  • Long answer (-1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: m jr

79523657

Date: 2025-03-20 17:14:36
Score: 2
Natty:
Report link

You could also try to add this .securityContext((sc) -> sc.requireExplicitSave(false)) wehn building your SecurityFilterChain bean.

For more details, see https://docs.spring.io/spring-security/reference/6.0/migration/servlet/session-management.html

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

79523655

Date: 2025-03-20 17:13:36
Score: 2.5
Natty:
Report link

Download the latest version of C8Run (8.6.9 at least), and check if you have set both JAVA_HOME and JAVA_VERSION

.

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Angel S.

79523654

Date: 2025-03-20 17:13:36
Score: 1.5
Natty:
Report link

Don't give any spaces in the declaration.

set var1=123
set var2=John

is always preferred over

set var1 = 123
set var2 = John
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Jayanta Mandal

79523644

Date: 2025-03-20 17:08:35
Score: 3.5
Natty:
Report link

In my case, I was named python file "threading".

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

79523640

Date: 2025-03-20 17:06:34
Score: 1.5
Natty:
Report link
private void BtnMinimize(object sender, RoutedEventArgs args)
{
    if (UserWindow.AppWindow.Presenter is OverlappedPresenter presenter)
    {
        presenter.Minimize();
    }
}
private void BtnMaximize(object sender, RoutedEventArgs args)
{

    if (UserWindow.AppWindow.Presenter is OverlappedPresenter presenter)
    {
        if (presenter.State == OverlappedPresenterState.Restored)
        {
            presenter.Maximize();
            presenter.IsMaximizable = false;
    
            var workArea = DisplayArea.GetFromWindowId(userWindow.AppWindow.Id, DisplayAreaFallback.Primary).WorkArea;
            UserWindow.AppWindow.MoveAndResize(new Windows.Graphics.RectInt32(workArea.X, workArea.Y, workArea.Width, workArea.Height));
        }
        else
        {
            presenter.Restore();
            presenter.IsMaximizable = true;
        }
    }
}
private void BtnClose(object sender, RoutedEventArgs args)
{
    Application.Current.Exit();
    // YourWindow.Close() also does the same, but I recommend using Exit().
}

Don't forget to rename UserWindow to the name of your window.

I personally don't like my maximize method because it's too long. However, I don't know a shorter way to maximize the window without covering the taskbar. If anyone can post a better solution here, I would be grateful :)

Reasons:
  • RegEx Blacklisted phrase (2): I would be grateful
  • Long answer (-1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Pain Nncera

79523629

Date: 2025-03-20 17:03:34
Score: 2.5
Natty:
Report link

OpenAI does not officially support a model named llama3.1-8b.Therefore, attempting to use llama3.1-8b with OpenAI's API may result in unexpected behavior. Here's a list of OpenAI's supported models as of March 2025: https://platform.openai.com/docs/models

Together AI's API is compatible with OpenAI's libraries, making it easy to try open-source llms.You can get the API key by registering at Together AI website. Here's the code example:

import openai

client = openai.OpenAI(api_key=""TOGETHER_API_KEY"", base_url="https://api.together.xyz/v1")

response = client.chat.completions.create(
    model="meta-llama/Meta-Llama-3.1-8B-Instruct-Turbo",
    messages=[{"role": "user", "content": "Please tell me a joke"}],
    stream=True  
)

for chunk in response:
    print(chunk.choices[0].delta.content, end="", flush=True)

ref: OpenAI library with Together AI documentation

Reasons:
  • RegEx Blacklisted phrase (2.5): Please tell me
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Nick Wu

79523624

Date: 2025-03-20 17:01:33
Score: 2
Natty:
Report link

As mentioned by Max on the comments, avoid using the MyApp:: in the default column value, but if the issue persists, try emptying your database and executing the same changes with no data in the database. If the application works, you have an issue in your database records, some of them might have broken relationships for some reason

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

79523615

Date: 2025-03-20 16:59:32
Score: 3
Natty:
Report link

Thank you Bill Stewart ! I really liked the solution you showed on how to run a *.bat file from JS/PHP.

I've tried to implement it but unfortunately Nothing Happens when I click the button: Play example.

Here's my code:

<script language="Javascript" type="text/javascript"> 
var wshShell = new ActiveXObject('WScript.Shell');
</script>

My PHP code includes:

echo "<input id='btnExplore' type='button' value='Play example' 
onclick='wshShell.Run('C:\\tools\\Play Example.bat');";

The Clipboard holds the correct adress to the source to play, like C:\tools\example.avi

I really would appreciate a comment from you or any other expert.

Cheers, Torbjorn

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Blacklisted phrase (1): Cheers
  • Blacklisted phrase (1.5): would appreciate
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: user3437733

79523606

Date: 2025-03-20 16:56:32
Score: 3
Natty:
Report link

three simple steps.

$ sudo dnf -y install dnf-plugins-core

$ sudo dnf config-manager --add-repo https://download.docker.com/linux/rhel/docker-ce.repo

$ sudo dnf install docker-ce-cli

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

79523602

Date: 2025-03-20 16:56:31
Score: 10 🚩
Natty: 5
Report link

I'm having the same issue. I tried the above solution but still got the following error: Invalid input to `zip`. Inputs are expected to be (nested) structures of `tf.data.Dataset` objects but encountered object of type <class 'keras.src.legacy.preprocessing.image.DirectoryIterator'>. Did you ever find a solution?

Reasons:
  • RegEx Blacklisted phrase (3): Did you ever find a solution
  • No code block (0.5):
  • Me too answer (2.5): I'm having the same issue
  • Ends in question mark (2):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: user30003387

79523599

Date: 2025-03-20 16:55:31
Score: 2.5
Natty:
Report link

Use the precision formatter 'f0' with String.Format("{0:f0}", number), especially if it is for debug logs.

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

79523593

Date: 2025-03-20 16:50:30
Score: 2.5
Natty:
Report link

Check once in vscode where the maven build or plugin is there,see whether the compiler warnings is checked or non checked ,if its checked it might come,so the place from where you are building the project that plugin's settings needs to be verified once

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

79523581

Date: 2025-03-20 16:44:28
Score: 1.5
Natty:
Report link

Looking at the source and docs of some of the methods involved in this process, I think you store somewhere in the session that the user is using the mobile version. Before signing in, you wipe out the existing session with sign_out_all_scopes then you go ahead with the login, but the session has been wiped so by the time the redirect URL is generated it doesn't know that it should be for the mobile version.

—

This should probably be a comment instead of an answer, but I don't have enough reputation for that yet.

Reasons:
  • RegEx Blacklisted phrase (1.5): I don't have enough reputation
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Davi Medrade

79523560

Date: 2025-03-20 16:38:27
Score: 0.5
Natty:
Report link

What you want is basically the cartesian product of all stations to all ports.

While SQLite apparently does not support full outer joins, it accepts fine simple joins, and your request can be expressed as a self-join query, with the appropriate conditions for each instance of the device table: one filters rows where the type is port, the other, where it is station.

A full select query can look like this:

select S.device_id as station, P.device_id port
from device S join device P
where S.type = 'Station' and P.type = 'Port';

Be aware that, by default, SQLite is case sensitive with regards to text comparison. To properly handle as expected values in the type column with varied cases, you can either wrap all references to this column in queries with the function lower(), in which case the query looks like so:

select S.device_id as station, P.device_id port
from device S join device P
where lower(S.type) = 'station' and lower(P.type) = 'port';

You need to ensure that your string literals are fully lowercase for this to work.

Otherwise (and I recommend this alternative rather than the previous one), you can declare the column as case-insensitive with the collate nocase clause.

create table device (
    device_id integer primary key,
    type text collate nocase
);

Please find here a SQLFiddle with the above query in action (used to insert into a separate table).

Reasons:
  • Blacklisted phrase (1): regards
  • Long answer (-1):
  • Has code block (-0.5):
  • Starts with a question (0.5): What you
  • Low reputation (0.5):
Posted by: joH1

79523554

Date: 2025-03-20 16:36:27
Score: 2
Natty:
Report link

I couldn't find a way to do it only using the Azure DevOps API, because Wiki attachments can be created but not deleted, as no respective call exists. Also, using Attachments - Create files can not be overwritten, whereby unique naming and wiki page upates would have to be implemented.

The solution I implemented now is based on Wikis in Azure being repositories as well. In the runner, after I updated images, I clone the wiki repo using git, replace files in the .attachements folder, create a commit and push it.

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

79523551

Date: 2025-03-20 16:35:26
Score: 3
Natty:
Report link

Some SPARQL implementations d have specific functions, e.g. GraphDB. Ontop follows the GraphDB conventions:

https://graphdb.ontotext.com/documentation/10.1/time-functions.html

https://ontop-vkg.org/guide/compliance.html#time-functions

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

79523537

Date: 2025-03-20 16:29:25
Score: 2.5
Natty:
Report link

Have you tried class self-end using flex items-stretch?

And what's the main point of your question? Do you want the footer item to be at the end of the card?

I tried this code on my own. The footer is at the end of the card, instead it was not in the center, so I used justify-center. So, what do you want basically?

Reasons:
  • Whitelisted phrase (-1): Have you tried
  • No code block (0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: user29916039

79523534

Date: 2025-03-20 16:28:25
Score: 1.5
Natty:
Report link

root.title = "fake title"

wouldn't work,

Instead you should do

root.title("real title")

that's why your master title is being counted as a string not an object or a method

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

79523531

Date: 2025-03-20 16:28:25
Score: 0.5
Natty:
Report link

The problem is that ETL will use the SYSTEM CMake keyword, which for some GCC compilers (like mine; there is some claims that it is specific to the ARM compilers...) will implicitly wrap the headers with extern "C". Fortunately it provides a NO_SYSTEM_INCLUDE option that you can turn off to NOT use the SYSTEM keyword, which turns off this GCC behavior.

https://github.com/ETLCPP/etl/blob/master/CMakeLists.txt#L21

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

79523524

Date: 2025-03-20 16:25:24
Score: 0.5
Natty:
Report link

This is a very open ended question and every developer would respond in a different way that would ultimately converge to a similar endpoint. I try to give it a shot here:

Step 1 : Content Assessment and Preparation

You need to start preparing the Greek equivalent of text in every webpage, captions, menu items and so on. If you are native Greek, you can do it yourself, else you can take help from Google translation or other other translation services. You might want to take help in reviewing and proof reading.

Step 2 : Prepare source files

Organize your content into easily translatable formats (e.g., Word documents, spreadsheets). This will help streamline the translation process.

Ensure your website uses UTF-8 character encoding to support Greek characters.

If this runs in parallel with English website, you need to defined urls, sub-urls logically include language code, locale etc.

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

79523520

Date: 2025-03-20 16:24:23
Score: 2.5
Natty:
Report link

I may be over simplistic, but I just use:

explorer.exe <path_to_html.html>

This opens in IE/Edge or the such as you would expect.

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

79523514

Date: 2025-03-20 16:21:23
Score: 2
Natty:
Report link

This method is not safe becareful:

import ssl

f = urlopen(url, context=ssl._create_unverified_context())

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

79523511

Date: 2025-03-20 16:18:22
Score: 4
Natty:
Report link

I have created https://developercommunity.visualstudio.com/t/Better-workflow-for-creating-multiple-su/10876223 so maybe if we get enough up-votes in the next 90 days we can get something on microsoft's roadmap for ADO so it would just be native functionality.

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

79523507

Date: 2025-03-20 16:17:21
Score: 1
Natty:
Report link

The problem was in how I was dynamically updating queryParams. I was changing a property on the object, e.g.

this.queryParams.property = 'value'

Instead of assigning a new object, e.g.

this.queryParams = { ...this.queryParams, property: 'value' }
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: kevin

79523505

Date: 2025-03-20 16:16:21
Score: 1
Natty:
Report link

I appreciate all the details in your question.

I don't see anything wrong with your code. A few thoughts that might help debug though:

Try toggling P1.4 on any EUSCI interrupt. Perhaps another interrupt is being generated and the interrupt isn't getting cleared as aresult.

Try writing some arbitrary data to the TX and RX buf to start. See if it needs something initialized to get shifted out.

UCBxTXBUF = 0xA5;
UCRXBUFx = 0xF0;

Is the master device transmitting in 10b addressing mode? Looks like this slave device is configured for 7b. It might help to post a oscilloscope capture of some bus traffic?

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

79523496

Date: 2025-03-20 16:13:20
Score: 1.5
Natty:
Report link

Are you using SystemWebAdapters version 2.0.0 by chance? We just updated from 1.4.0 on our system and had the same issue. The redirect wasn't working. If we signed into our old app it worked fine but not from our .net 9 blazor server app. I just downgraded back to 1.4.0 for both the .net 4.8 mvc app and our .net 9 blazor server and the login started working again. I think there may be a bug in 2.0.0 or something that needs to change in the config that I wasn't able to find.

Reasons:
  • Whitelisted phrase (-1): it worked
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: David Jackman

79523489

Date: 2025-03-20 16:11:20
Score: 1.5
Natty:
Report link

An external URL is not a "navigation destination". You should replace the NavigationLink

NavigationLink("Some Title", value: someElement)

with a Button:

Button("Some Title") {
    if let urlString = element.link?.externalUrlString, let url = URL(string: urlString) {
        openURL(url)
    }
}

If the NavigationLink was originally in a List, and you want to keep the trailing chevron, see SwiftUI List disclosure indicator without NavigationLink.


If you want to navigate to a SFSafariViewController that shows that URL, see How do I use SFSafariViewController with SwiftUI?.

Reasons:
  • Blacklisted phrase (1): How do I
  • Probably link only (1):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • High reputation (-2):
Posted by: Sweeper

79523487

Date: 2025-03-20 16:10:20
Score: 3.5
Natty:
Report link

Can use 'set' instead of list to avoid duplications automatically

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): Can u
  • Low reputation (0.5):
Posted by: Andrew Day

79523486

Date: 2025-03-20 16:10:20
Score: 1.5
Natty:
Report link

Just one thing

Check any of the methods except Customizer.defaults() and see what methods or details they show,accordingly the requirement is to attach the mentioned api to the jsession id of the session check once in the logOut where you are deleting the jsessionid ,as per what i can see might be wrong,before the session ends, the jsession id is required

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

79523480

Date: 2025-03-20 16:08:19
Score: 1
Natty:
Report link

I think the issue is indeed what is outlined in the linked URL github issue. One of the dependencies is looking for [email protected], which doesn't exist. Lowering renv down to 1.1.2, no issues. I had a coworker test as well and we were able to produce similar results. Therefore the best bet to avoid this issue (for the time being) is to drop down to [email protected]. Even on [email protected] specifying a different version of Rcpp didn't yield success.

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

79523476

Date: 2025-03-20 16:07:19
Score: 0.5
Natty:
Report link

I had a same problem, and my fix was to specify some random address to mmap instead of providing NULL. My guess is that the OS tries to pack virtual addresses as tightly as possible, so there is no space for remap to grow.

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

79523474

Date: 2025-03-20 16:05:18
Score: 2.5
Natty:
Report link

BitLife Unblocked is a version of the popular life simulation game BitLife that you can play without any restrictions. It allows you to access the game even in places where it might be blocked, like schools or workplaces. In this game, you can make life decisions, build a career, start a family, and experience different adventures. With BitLife Unblocked, you can enjoy the full game anytime, anywhere, without limitations!

Reasons:
  • No code block (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): is a
  • Low reputation (1):
Posted by: char lotte

79523468

Date: 2025-03-20 16:04:18
Score: 3.5
Natty:
Report link

If you encounter such a problem, try another good proxy service, for example NodeMaven I also encountered such problems and simply switched to other options)

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

79523462

Date: 2025-03-20 15:58:17
Score: 2
Natty:
Report link

If this happens to you after March 1, 2025, it's probably because the Distance Matrix API is in Legacy. It's been replaced by the Routes API. You are getting this error because this feature can't be used for future usage.

If you want to use the Distance Matrix API, or if you are still get this even after switching to the Routes API, you can manually activate the Distance Matrix API by going to this link. It might also be necessary to edit the API Key API Restrictions and add the Distance Matrix API.

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

79523457

Date: 2025-03-20 15:57:16
Score: 2.5
Natty:
Report link

Use g++ to compile C++, as gcc is for C.

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

79523452

Date: 2025-03-20 15:53:16
Score: 0.5
Natty:
Report link

You can safely .gitignore it (which is what I plan to do).

From the unplugin-vue-components readme:

Once the setup is done, a components.d.ts will be generated and updates automatically with the type definitions. Feel free to commit it into git or not as you want.

Source: https://github.com/unplugin/unplugin-vue-components#typescript

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

79523450

Date: 2025-03-20 15:51:15
Score: 2
Natty:
Report link

I'm not exactly sure how you were directed here for this issue, and I apologize for the frustrating experience of posting in this forum. While these API's are sitting behind "banno.com", these are not a part of the Banno Digital Toolkit. This is something that the Jack Henry Treasury Support team should be able to assist you with. In order to get in touch with them, you will need to create a case via the For Clients portal (forclients.jackhenry.com).

Thanks,

Garrett

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

79523446

Date: 2025-03-20 15:50:14
Score: 11.5 🚩
Natty: 5
Report link

Did you find the answer? facing the same issue :(

Reasons:
  • Blacklisted phrase (1): :(
  • RegEx Blacklisted phrase (3): Did you find the answer
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): facing the same issue
  • Contains question mark (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): Did you find the answer
  • Low reputation (1):
Posted by: user30002704

79523443

Date: 2025-03-20 15:48:14
Score: 1.5
Natty:
Report link

It appears that Next.js was dropping the second queued action in my case. I’m using Next.js v15.2.0-canary.61, and this behavior might be fixed in a newer version.

I found a workaround in a GitHub thread that resolves the issue. The suggestion is to wrap the server action call in a setTimeout, which successfully prevents the second action from being lost.

This approach worked for me:

setTimeout(() => {
  yourServerAction();
}, 0);

If upgrading isn’t an option or the issue persists, this workaround might help others facing the same problem.

Reasons:
  • Whitelisted phrase (-1): worked for me
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Me too answer (2.5): facing the same problem
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Nick

79523440

Date: 2025-03-20 15:46:13
Score: 2
Natty:
Report link

I know this is an old post but recently (2025) I have seen "Request.ServerVariables("HTTPS")" returning "off" even when the site is HTTPS/SSL and the browser shows a valid certificate.

This is a great work around:
if request.servervariables("SERVER_PORT") <> "443" then ...

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

79523436

Date: 2025-03-20 15:45:13
Score: 2.5
Natty:
Report link

As @Remy Lebeau mentioned, the checkboxes are implemented as state images, and the OnChanging and OnChange events are fired with Change=ctState when an item's checkbox state is (being) changed, and TListItem does have a Checked property in D2007

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • User mentioned (1): @Remy
  • Single line (0.5):
  • Low reputation (1):
Posted by: Nelson Silinda

79523430

Date: 2025-03-20 15:43:13
Score: 1.5
Natty:
Report link

The issue was fairly simple: I forgot to set the protocol in the broker and backend, i.e. redis://a-redis-server.abcdef.0001.use1.cache.amazonaws.com:6379/0. Seems a bit obvious in retrospect lol.

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

79523414

Date: 2025-03-20 15:37:11
Score: 2
Natty:
Report link

To be able to go through the files, change the code, and run commads in the terminal in the remote server, you can use this extension on vscode.

https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-ssh

enter image description here

Reasons:
  • Whitelisted phrase (-1.5): you can use
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Pedro Rodrigues

79523404

Date: 2025-03-20 15:34:11
Score: 3
Natty:
Report link

i have this call (and yes it works i replaced the real names and the ids) and when i have this console.log(this.object()) after my subscribe or even before I will get a loop. If i put the log in the subscribe i won't get a loop and with untracked i won't get a loop too. Is this really as it works because nothing in this effect should trigger the call again and again, my first solution was to comment out this._object.set(null) but not even this triggers the loop

Reasons:
  • Blacklisted phrase (1): to comment
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: abhi

79523394

Date: 2025-03-20 15:32:10
Score: 1
Natty:
Report link

The following options are what I needed to maximize core usage:

const cluster = await Cluster.launch({
    concurrency: Cluster.CONCURRENCY_BROWSER,
    maxConcurrency: navigator.hardwareConcurrency
});
Reasons:
  • Blacklisted phrase (0.5): I need
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Conner Enders

79523385

Date: 2025-03-20 15:26:08
Score: 4
Natty:
Report link

Is it the same video files as before? mkv is a container, not a codec, so the container could contain streams chrome cannot decode.

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): Is it the
  • Low reputation (1):
Posted by: Nick

79523372

Date: 2025-03-20 15:20:07
Score: 3
Natty:
Report link

In my case, the error resolved after I installed opencv.

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

79523352

Date: 2025-03-20 15:16:05
Score: 0.5
Natty:
Report link

It may also be that you have 2 network connections, for example ethernet and wifi, that ethernet is the default route but is down, and so that it fails although there are another connection that is working.

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

79523346

Date: 2025-03-20 15:14:05
Score: 1
Natty:
Report link

What I do is this:

on helpers.scss

@use 'variables' as vars;

on _variables.scss

$black: #000;
$white: #fff;

$colors: (
  'black': $black,
  'white': $white,
);
:root {
  @each $name, $color in $colors {
    --#{$name}: #{$color};
  }
}

and I get on main.css

:root {
  --black: #000;
  --white: #fff;
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Starts with a question (0.5): What I
  • Low reputation (0.5):
Posted by: Ignacio Galdames

79523342

Date: 2025-03-20 15:12:05
Score: 1.5
Natty:
Report link

I use this:

      <MaterialTopTabs.Screen name="chat" options={{ title: "Chat"}} redirect={true} />
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: nhat244

79523309

Date: 2025-03-20 15:01:02
Score: 2.5
Natty:
Report link

Yes, always when you want to deploy a particular feature/fix/etc without deploying other stuff

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

79523307

Date: 2025-03-20 15:00:02
Score: 0.5
Natty:
Report link

Tried only with

"next": "15.2.2"

"typeorm": "^0.3.21"

@OneToMany('Habit', 'author')
habits: Habit[];
Reasons:
  • Low length (1):
  • Has code block (-0.5):
Posted by: Makatun

79523305

Date: 2025-03-20 15:00:02
Score: 1
Natty:
Report link

Tried to use a session.
But the situation does not change; There are two links on the index.html; one is google (no restricted area) and the other is under the current directory which is the area where the basic auth is necessary. The page transition to google was successful now, but that to the restricted area is not.

Any hints would be appreciated!
Thank you very much!

- (void)viewDidLoad {
    [super viewDidLoad];
    // Do any additional setup after loading the view.

    NSString *urlString = @"https://test.com/test/";
    
    //username and password value
    NSString *username = @"test1";
    NSString *password = @"test1";

    //HTTP Basic Authentication
    NSString *authenticationString = [NSString stringWithFormat:@"%@:%@", username, password] ;
    NSData *authenticationData = [authenticationString dataUsingEncoding:NSASCIIStringEncoding];
    NSString *authenticationValue = [authenticationData base64Encoding];
    
    //Set up your request
    NSMutableURLRequest *request = [[NSMutableURLRequest alloc] initWithURL:[NSURL URLWithString:urlString]];
    [request setHTTPMethod:@"GET"];
    //[request setHTTPMethod:@"POST"];

        [request setValue:[NSString stringWithFormat:@"Basic %@", authenticationValue] forHTTPHeaderField:@"Authorization"];
    
    NSURLSession *session = [NSURLSession sharedSession];
    [[session dataTaskWithRequest:request
             completionHandler:^(NSData * _Nullable data, NSURLResponse * _Nullable response, NSError * _Nullable error) {
                 if (!error) {
                     NSLog(@"good!: %@", data);  //[NSString stringWithFormat:@"ID %@", DevID];

                     NSString *html = [[NSString alloc] initWithData:data encoding:NSUTF8StringEncoding];
                     NSLog(@"%@", html);
                     NSURL *url = [NSURL URLWithString:urlString];
                     [self->_webView loadHTMLString:html baseURL:url];

                }
             }] resume];

}
Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Blacklisted phrase (1): appreciated
  • Long answer (-1):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: doctor

79523300

Date: 2025-03-20 14:58:01
Score: 1
Natty:
Report link

I tried many different things. The thing that solved it for me was including the OpenAPIVersion spec in UseSwagger():

    app.UseSwagger(options =>
    {
        options.OpenApiVersion = Microsoft.OpenApi.OpenApiSpecVersion.OpenApi2_0;
    });
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Steve Carroll

79523291

Date: 2025-03-20 14:54:00
Score: 7.5 🚩
Natty: 5.5
Report link

I am doing something very similar where I need to replace BATCH_MATMUL operator with RESHAPE and MATMUL.
were you successful in doing this? please share insights.

Reasons:
  • Blacklisted phrase (0.5): I need
  • RegEx Blacklisted phrase (2.5): please share
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Ujjwal Gupta

79523290

Date: 2025-03-20 14:52:59
Score: 3
Natty:
Report link

There is now an alternative to use the extensions runtime for Lambda, you can cache Parameter Store or Secrets values there:

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

79523285

Date: 2025-03-20 14:49:58
Score: 1
Natty:
Report link
export const Route = createFileRoute('/_authenticated')({
  component: Authenticated,
  beforeLoad: async () => {
    await auth.authStateReady();
    if (!auth.currentUser) throw redirect({ to: '/' });
  },
});

I managed to solve it, the problem was that I lost the user's state when reloading the page, thus falling into the condition and being redirected to the login page, I just had to wait for the loading state with authStateReady.

Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Vinicius R. Pilati

79523284

Date: 2025-03-20 14:49:58
Score: 2.5
Natty:
Report link

show output of

systemctl status docker

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

79523283

Date: 2025-03-20 14:48:58
Score: 1
Natty:
Report link
<?php

require_once "programmer.php";
require_once "accounting.php";

$emp1 = new Programmer("Daranee","IT",50000);
$emp1->showData();

$emp2 = new accounting("Peter","Accouting",60000);
$emp2->showData();

?>
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: ดารณี ตันติ๊บ

79523279

Date: 2025-03-20 14:46:58
Score: 3
Natty:
Report link

How did We Get the size of Stage before it was shown??

I set the height and the width of the stage before the start function.

Public void start( Stage primaryStage){

primaryStage.setHeight(500);

primaryStage.setWigth(500);

...

System.out.println(primaryStage.getHeight() +" - "+ primaryStage.getWidth());

...

primaryStage.setScene(scene);

primaryStage.show();

}

If you write "primaryStage.getHeight()" after "primaryStage.setHeight(500);"

the result will be "NaN"

Thank you, hope I help you

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • No code block (0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): How did We
  • Low reputation (1):
Posted by: Hadi Badaoui

79523274

Date: 2025-03-20 14:43:57
Score: 2
Natty:
Report link

I fell into the trap. it was not due to proguard, but to the crypto module, which is required in 0.2.24. I added jdk.crypto.ec to the JAVA binary and that was it.

Thank you

GGK

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Low length (1):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: GGK stands for Ukraine

79523272

Date: 2025-03-20 14:41:57
Score: 0.5
Natty:
Report link

I found a way by using the available Serilog options, even though its not the same, it does the hiding:

"Serilog": {
    "MinimumLevel": {
        "Default": "Information",
        "Override": {
            "Microsoft.EntityFrameworkCore.Database.Command": "Error"
        }
    },
...

Keeping the question open for a little in case someone knows a better variant.

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

79523271

Date: 2025-03-20 14:41:57
Score: 1
Natty:
Report link

This question may be better suited for Cross Validated, but I'll do my best to answer.

A singular fit indicates a problem with the model--overparameterization or insufficient data. The model has not converged successfully and should not be used.

The estimate of 0 for the variance of Area.Code in the first model suggests that it is not contributing much to the model fit, possibly due to insufficient data; however, it is strange that the second model seems to converge. Are you certain that Area.Code should be treated as a random effect? Note that you can treat a covariate as both a fixed and random effect.

The scaling error indicates you have covariates with very different magnitudes. By rescaling the data and rerunning the model, this error should go away.

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

79523266

Date: 2025-03-20 14:40:57
Score: 0.5
Natty:
Report link

These are the steps I followed so far on my Ubuntu machine:

  1. Install LibreOffice sdk: sudo apt-get install libreoffice-dev

  2. Locate the setenv file for LibreOffice by typing the following command on the terminal: locate setsdkenv_unix.sh

  3. Try executing the script: . /usr/lib/libreoffice/sdk/setsdkenv_unix.sh

  4. Install Microsoft SDK for Unubtu/Debian/RHEL: sudo apt-get update && sudo apt-get install -y dotnet-sdk-8.0

  5. I believe the development environment is set up for C#.

  6. If you can post your sample code, I will try to compile and execute it.

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

79523258

Date: 2025-03-20 14:34:55
Score: 2.5
Natty:
Report link

The reason you are not seeing the text correctly on the RGBA is that you did not define the colors correctly. The text() method's parameter fill expects an integer-valued tuple, so (0,0,0,1) would result in a nearly transparent color (0=fully transparent, 255=fully opaque). Try again with

font_color_bgra = (0,0,0,255)  # black

This should resolve your issue.

On the pure RGB image the alpha-component is not considered, thus you do not see the same error on the zebra background image.

enter image description here

Reasons:
  • Has code block (-0.5):
  • Me too answer (2.5): see the same error
  • Low reputation (0.5):
Posted by: AndrĂŠ

79523254

Date: 2025-03-20 14:33:55
Score: 1.5
Natty:
Report link

To ensure ms-2 invokes @EventHandler for events from other microservices, e.g. ms-1, event classes must have the same package hierarchy.

For example, if ms-1 publishes an event com.example.events.ProfileCreated, you must ensure that in the ms-2 project the ProfileCreated event is located just at com.example.events.ProfileCreated too.

It does not matter if you manually copy events between projects or create a separate library dedicated specially for such events.

Reasons:
  • Has code block (-0.5):
  • User mentioned (1): @EventHandler
  • Low reputation (1):
Posted by: Dmytro Ivashchenko

79523251

Date: 2025-03-20 14:32:55
Score: 1.5
Natty:
Report link

For us it was because we'd added a private link to another unrelated CosmosDb - as soon as we added any private links, it broke the ability to connect to a public CosmosDb. To workaround this we switched on the firewall on the CosmosDb and used firewall rules to allow the IP mentioned (with a longer term plan of switching to privatelink).

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

79523246

Date: 2025-03-20 14:31:54
Score: 4.5
Natty:
Report link

If you are getting this error after March 1, 2025, this is likely because the Places API is in Legacy. It's been replaced by the Places API (New).

If you still want to use the old Places API, or if you are using the Places API (New) and are still getting the same error, you can manually activate the old Places API by going to this link. You also might need to edit the API Key API Restrictions and add the Places API to it.

Reasons:
  • Blacklisted phrase (1): this link
  • No code block (0.5):
  • Me too answer (2.5): getting the same error
  • Low reputation (0.5):
Posted by: Starship

79523238

Date: 2025-03-20 14:29:53
Score: 1.5
Natty:
Report link

Late response but hopefully it helps someone facing latency issues with GHD(GitHub desktop) One of the way you can increase the speed of GHD (everything in general) is by running it in desktop mode. It will improve the speed greatly

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

79523225

Date: 2025-03-20 14:22:52
Score: 0.5
Natty:
Report link

Look like there is issue with z-index

First add z-inde here

#navbar {
  overflow: hidden;
  position: sticky;
  top: 0;
  z-index: 1000;
  background: white;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

second put carousel container less z-index, likely be z-index: 1;

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

79523222

Date: 2025-03-20 14:21:52
Score: 3
Natty:
Report link

After many years of running into this problem and not knowing why, I found I only got this issue when trying to run the app while tethering vs over a wifi connection.

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

79523221

Date: 2025-03-20 14:21:52
Score: 1.5
Natty:
Report link

Sorry was my mistake. in the phunit.cmd batch file, I missed a %before the * hence commandpromt alway grumbling about *

The batch file has:

@php "%~dp0phpunit.phar" %* 

Last % was missing, My baad!

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

79523216

Date: 2025-03-20 14:19:51
Score: 0.5
Natty:
Report link

You need to obtain a code-signing certificate with Extended Validation (EV) in order to have a hope of not getting flagged by most screening systems. You also need to obtain reputation by having a certain number of downloads of your signed files, though in my experience it doesn't take all that much.

Unfortunately this is quite expensive and a hassle as you have to provide corporate documents proving you're an actual business entity, and they will probably want to call your registered office, etc.

I can't vouch for Azure Trusted Signing but if they're not verifying your entity status then it won't be EV, and thus won't have the maximum level of trust needed to remove those warnings.

Globalsign is the one I use.

Reasons:
  • RegEx Blacklisted phrase (1.5): reputation
  • Long answer (-0.5):
  • No code block (0.5):
  • High reputation (-1):
Posted by: Emperor Eto

79523209

Date: 2025-03-20 14:16:51
Score: 3.5
Natty:
Report link

The EOS R50 camera implement the polling api at the url /ccapi/ver110/event/polling

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

79523207

Date: 2025-03-20 14:15:51
Score: 1
Natty:
Report link

For future searchers, as @fat fantasma mentioned, if a Hyperlink is attached to a shape, the VBA is never executed. Silly, but it's what we have to work with.

A workaround—still using VBA— is to place this line of code in whatever procedure is attached to run when the shape is clicked:

Application.Goto reference:=Range(<reference>), Scroll:=True

The window will place the reference in the top left (or thereabouts dependent upon freeze panes)

Note: you must remove the hyperlink attached to the shape. It seems it's presence causes the VBA block.

Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • User mentioned (1): @fat
  • Low reputation (1):
Posted by: Jack Curl

79523198

Date: 2025-03-20 14:10:50
Score: 0.5
Natty:
Report link

There's no built‐in way to automatically “extract” the id type (T) from your concrete MyObj subtype in Python’s type system. In other words, you cannot write something like:

class MyObjMgr2(Generic[TObj]): def get_by_id(self, obj_id: T@TObj): # <-- No syntax exists to pull out T from TObj[T] ...

Currently (PEP 484 and later), if you want your manager to know about the type of the id attribute, you have to supply it explicitly as you did in your first version. However, even with that approach you still must supply both type parameters when instantiating your manager. In short, the current state of Python’s generics does not support inferring T from a concrete type parameter (i.e. from MyObjImplInt, which is actually MyObj[int]) automatically. You must either supply both parameters explicitly or change your design (for example, by storing the id type as a class attribute) to work around this limitation.

tldr No, there isn’t a way to infer T from TObj[T] automatically—you have to provide both type parameters explicitly.

This is just a limitation of the current Python type system.

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

79523192

Date: 2025-03-20 14:08:49
Score: 5.5
Natty:
Report link
Is it possible to generate a  compare report (.pdf, .doc) that analyze all files?
Reasons:
  • Blacklisted phrase (1): Is it possible to
  • Low length (1.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Michele Posa

79523186

Date: 2025-03-20 14:06:48
Score: 1.5
Natty:
Report link

Depending on which library you are using, you may need to enable the old Places API (legacy).

To enable it follow the link in the Important note at the top of https://developers.google.com/maps/documentation/javascript/place-autocomplete-new

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

79523185

Date: 2025-03-20 14:06:48
Score: 3
Natty:
Report link

I don't think this is the ideal approach, but I was able to get this to work.

  1. On the terminal, go into pipenv shell

  2. Copy the path that is output from which python3

  3. In native_host.py, include the following to run the app.

import os
os.system("/Users/bernadette/.local/share/virtualenvs/convert_and_combine_pdfs-mqF7aRtH/bin/python3 ./some_script.py")

What seemed to make the difference was externally(?) accessing the virtual environment. But it doesn't seem to handle sending the native host's response back properly.

Setting .venv in the root of the project and running pipenv shell allowed me to create a relative path to the necessary version of python.

  • Is a script within a script the only way to get this working?

It seems so. The third party and app modules were only able to import from the called script.

  • subprocess.call("...") didn't seem to work, is there a way to use that instead of os.system?

I used subprocess.Popen instead. Setting stdout handled issues related to print interfering with the process.

The final code:

process = subprocess.Popen(
        [
            ".venv/bin/python3",
            "./some_script.py",
            json.dumps(receivedMessage),
        ],
        stdout=subprocess.PIPE
    )
    stdout, stderr = process.communicate()
Reasons:
  • Blacklisted phrase (1): is there a way
  • RegEx Blacklisted phrase (2): working?
  • Long answer (-1):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Boom100100

79523184

Date: 2025-03-20 14:06:48
Score: 1
Natty:
Report link

There seem to be at least 2 problems here. When removing sleep 1 from the loop, the code hangs infinitely, probably due to a race condition. Whether the COPROC never returns, or the redirection not being closed, I cannot tell. In addition to that, the while counter loop blocks progress in the main thread. Expectation would be, that '# do things' is being executed, while the loop executes asynchronously, and both threads are being joined (wait $PBAR_PID) after '# do things'.

Reasons:
  • Blacklisted phrase (0.5): I cannot
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: fozzybear

79523178

Date: 2025-03-20 14:03:48
Score: 1
Natty:
Report link

Phew! There is a lot going on in here, but the problem turned out not to be OpenCV’s inRange() itself but how its boundary arguments were provided. Although many examples show using NumPy arrays, in some cases (like yours) OpenCV ends up “rejecting” the type if it isn’t a numerical tuple. A common workaround (if you’d like to keep the NumPy array approach) is to explicitly convert them to a tuple when calling inRange:

mask = cv2.inRange(hsvImage, tuple(lowerb.tolist()), tuple(upperb.tolist()))

Btw your comment says “Yellow in RGB” but you pass [0,255,255]—which in BGR actually is yellow. OpenCV uses BGR by default!

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

79523174

Date: 2025-03-20 14:01:47
Score: 4
Natty: 5.5
Report link

[ {"folder_name":"netflix_cast","file_name":netflix_cast.csv"},{"folder_name":"netflix_category","file_name":netflix_category.csv"} ]

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Has no white space (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: user30001432

79523170

Date: 2025-03-20 13:59:47
Score: 2
Natty:
Report link

A simpler solution with idiomatic Spock: https://spockframework.org/spock/docs/2.3/all_in_one.html#_chaining_method_responses

serviceUnderTest.foo(serviceID1) >> "fine"
serviceUnderTest.foo(serviceID2) >> { throw new Exception() }

or you can even do this:

serviceUnderTest.foo(_) >> "fine" >> { throw new Exception() }
Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Enrico Sasdelli

79523169

Date: 2025-03-20 13:59:47
Score: 0.5
Natty:
Report link

Corrected implementation:

public static LocalDate getMondayOfFirstIsoWeek(int year) {
  // January 4 is always within ISO Week 1 of the given year
  LocalDate jan4 = LocalDate.of(year, 1, 4); 
  // Get the Monday of the ISO week
  return jan4.with(DayOfWeek.MONDAY);
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
Posted by: Hermann.Gruber

79523167

Date: 2025-03-20 13:59:47
Score: 1.5
Natty:
Report link

I found a simple solution that works in Inscape 1.1.2

To make sure it works, you can check that the transform attribute goes away from the XML Editor

Depending on the transformation, you may need to apply more than one change:

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

79523164

Date: 2025-03-20 13:58:47
Score: 3.5
Natty:
Report link

std::distance(result, v.rend()) does not yield the correct index. A minus 1 is missing. The correct index would be std::distance(result, v.rend()) - 1.

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

79523160

Date: 2025-03-20 13:57:46
Score: 0.5
Natty:
Report link

I think you need to use laravel queues

Octane::concurrently([
    'outer_concurrency' => function () {
        // Here try to despatch the queue 
          dispatch(function () {
            return 1;
          })->onConnection('octane');
    },
]);
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Kamran Khalid

79523154

Date: 2025-03-20 13:53:46
Score: 3.5
Natty:
Report link

After 2 years and 7 mounths there is still the same problem...its crazy

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

79523153

Date: 2025-03-20 13:53:46
Score: 1.5
Natty:
Report link

header 1 header 2
cell 1 cell 2
cell 3 cell 4
  1. Xyz.CHH7925

  2. app": {Expecter Shadow

  3. "id": 1,
    
  4. "slug": "octoapp",
    
  5. "node_id": "MDExOkludGVncmF0aW9uMQ==",
    
  6. "owner": {join striker

  7. (UAV)*USAF//FAM//RAF=>.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Gerardo Isaac Guzman Hernandez