79092849

Date: 2024-10-16 07:18:16
Score: 1
Natty:
Report link

You can try.

const result = await fetch(http://localhost:3000/userRecipes/${id}, { method: 'PATCH', body: JSON.stringify({ dataToUpdate}), })

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

79092848

Date: 2024-10-16 07:16:16
Score: 2
Natty:
Report link

Transmission data over network is much slower than simple CPU calculations. Calling functions in cycles in your case is not a problem, there's some other issue in your code.

Reasons:
  • Whitelisted phrase (-1): in your case
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: arcadius

79092826

Date: 2024-10-16 07:11:14
Score: 3
Natty:
Report link

MODULE:mlxtend

from mlxtend.plotting import plot_learning_curves

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

79092807

Date: 2024-10-16 07:05:13
Score: 1
Natty:
Report link

easyScript is providing the correct answer.

BUT! You have to install the latest version of json server.

The old version doesn't support this kind of PATCH or PUT update.

Old version will always get a 404.

npm install -g json-server
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: James Winnchester

79092801

Date: 2024-10-16 07:02:12
Score: 2
Natty:
Report link

There is no way to know via share library to detect which app user has clicked on dialog because platform doen not provide callback. The workaround is to get the sahrable apps via bridge and show your custom dialog.

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

79092796

Date: 2024-10-16 06:59:11
Score: 2
Natty:
Report link

It seems like you haven't installed @react-navigation/stack. Please verify it.

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

79092782

Date: 2024-10-16 06:55:10
Score: 1
Natty:
Report link

V1a gets defined in function charactersv1(). So it is only visible in charactersv1(). Define V1a as global as follows:

V1a = None
def charactersv1():
        global V1a
        V1a = Toplevel(root)
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: oliverwigger

79092780

Date: 2024-10-16 06:55:10
Score: 3.5
Natty:
Report link

It looks like it is Visual Studio 2022 bug, I tried vscode and it all works.

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

79092772

Date: 2024-10-16 06:53:10
Score: 1.5
Natty:
Report link

Here are the steps that work for me:

  1. Define crossDomain: true, in the ajax function.
  2. Specify the "Access-Control-Allow-Origin" and the "Content-Length" headers in the server response.
Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Jun

79092768

Date: 2024-10-16 06:52:10
Score: 1.5
Natty:
Report link

I was able to achieve this in a way that only give x-axis not y-axis when defining in series. When giving y-axis it will display your line horizontally instead of vertically. Below is the code

series: [
          {
            name: `Max. of RES ${resPeak?.max_production}`,
            type: "line",
            stack: "Total",
            areaStyle: {},
            emphasis: {
              focus: "series",
            },
            markLine: {
              data: [
                {
                  xAxis: resPeak.max_production > 0 ? resPeakIndex : 0,
                  label: {
                    show: true,
                    formatter:
                      resPeak.max_production > 0
                        ? `Max. of RES \n${resPeak?.max_production}`
                        : `Max. of RES \n 0`,
                    position: "end",
                  },
                  lineStyle: {
                    type: "dotted",
                    color: "#00008B",
                  },
                  symbol: "circle",
                },
              ],
            },
          },[![enter image description here][1]][1]
    ]

enter image description here

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

79092761

Date: 2024-10-16 06:50:09
Score: 1
Natty:
Report link

body {
  font-family: "Comic Sans MS", "Comic Sans", cursive;
  font-style: italic;
}

{ 
Font:inherit;
}
<h1>Heading</h1>
<input type="button" value="Button">

<hr>

<h1 class="inherit">Heading</h1>
<input class="inherit" type="button" value="Button">

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

79092750

Date: 2024-10-16 06:44:08
Score: 2.5
Natty:
Report link

In a Spring Boot project, importing and using Android-specific libraries like the Android Package Manager (which is part of the Android framework) is not feasible. But you will be able to solve this using APKParser. Please see this library https://github.com/hsiafan/apk-parser

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

79092739

Date: 2024-10-16 06:39:07
Score: 1.5
Natty:
Report link

Although the onmouseover and onmouseout function may work on some browser.

Please note that marquee tag is outdated and can say dead.

In this era of semantic html we should use html to structure content. CSS should be sued for Visual styling and if required the CSS should be powered by Javascript.

CSS3 way of achieving marquee affect.

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

79092737

Date: 2024-10-16 06:38:06
Score: 2.5
Natty:
Report link

Go to File > Prefrences > Settings. Copy and paste liveServer.settings.CustomBrowser into the Search settings bar. Find the setting: Live Server › Settings: Custom Browser. Choose your preferred browser from the dropdown menu.

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

79092734

Date: 2024-10-16 06:38:06
Score: 5
Natty:
Report link

Es posible, pero puede que no sea completamente fiable o rápido.

Si la aplicación tiene permiso para recibir eventos, puedes usar el inicio de esos eventos para activar el inicio de un servicio que pueda recuperar los datos sobre los que estás preguntando.BroadcastReceiver

Con este enfoque, solo necesitaría tener otra métrica, como una llamada de su actividad, para determinar cuántas aplicaciones están instaladas y cuántas se han iniciado.MAIN

Me abstendré de publicar cualquier cosa relacionada con s, s y el trabajo de la API de Google, ya que hay muchas formas de hacerlo. Por ejemplo, podría obtener la intención y, después de reiniciar el dispositivo, enviaría estos datos. La intención ocurriría a menudo si tiene permiso.BroadcastReceiverServiceBOOT_COMPLETEDTelephonyManager.ACTION_PHONE_STATE_CHANGEDREAD_PHONE_STATE

Tenga en cuenta que estos son eventos repetitivos, por lo que querrá registrar que envió los datos a algún lugar, por lo que solo se envían una vez. Tal vez tenga una bandera para rastrearlo y el que se envió.SharedPrefsAdvertiserID

Tenga cuidado de no hacer esto para un permiso que debe concederse en tiempo de ejecución, ya que las aplicaciones que no se hayan iniciado no tendrán ese permiso y fallarán.

ojala y te sirva

Reasons:
  • Blacklisted phrase (1): está
  • Blacklisted phrase (1.5): sirva
  • Blacklisted phrase (2): pregunta
  • Long answer (-1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Walter

79092719

Date: 2024-10-16 06:36:06
Score: 3
Natty:
Report link

is there any way I could combine those two for each specific repo

Azure DevOps doesn't support such syntax $(resources.pipeline.PipelineA.repositories['repo2'].sourceBranch).

According to Pipeline resource variables,

In each run, the metadata for a pipeline resource is available to all jobs as predefined variables. These variables are available to your pipeline only at runtime.

But the resources are resolved before runtime, therefore, you can't use pipeline variables in the repo resource.

Besides, if you set the ref of the repo resource to one branch, you can only ensure two pipelines checkout the same branches instead of the same commits.

To ensure two pipelines checkout the same commits, we need consider some workarounds. In order to give you more accurate advice, please answer the questions in the comments to help us understand your scenario.

Reasons:
  • Blacklisted phrase (1): is there any
  • RegEx Blacklisted phrase (2.5): please answer the question
  • RegEx Blacklisted phrase (1): help us
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Starts with a question (0.5): is there any
  • High reputation (-1):
Posted by: Ziyang Liu-MSFT

79092705

Date: 2024-10-16 06:30:04
Score: 2.5
Natty:
Report link

The package DevExtream.AspNet.Core does not exist in nuget.org. You need to update your NuGet feed explained here By DevExtream.

You need local source: How to add Local Feed

or online: how to add online Feed

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

79092702

Date: 2024-10-16 06:28:04
Score: 0.5
Natty:
Report link

To add to @Chatura Madhusanka's answer, please follow the below directory structure. The templates should be placed under src/resources/theme/{your-custom-templates} directory. Then, in the Keycloak Admin Console, you can select the template for the email as "your-custom-templates" under Realm Settings --> Email. This is verified with Keycloak 24 embedded in Spring Boot.

├───src
│   ├───main
│   │   ├───java
│   │   └───resources
│   │       │
│   │       ├───META-INF
│   │       │   │
│   │       │   └───keycloak-themes.json
│   │       │
│   │       └───theme
│   │           └───your-custom-templates
│   │               └───email
│   │                   │   theme.properties
│   │                   │
│   │                   ├───html
│   │                   │       executeActions.ftl
│   │                   │
│   │                   ├───messages
│   │                   │       messages_en.properties
│   │                   │
│   │                   └───text
│   │                           executeActions.ftl
Reasons:
  • Long answer (-1):
  • Has code block (-0.5):
  • User mentioned (1): @Chatura
  • Low reputation (1):
Posted by: pradhan

79092700

Date: 2024-10-16 06:28:04
Score: 1.5
Natty:
Report link

InitiallyExpandedFunc 이 함수를 이용하면 될 것 같아요

하이라키 칼럼에 InitiallyExpandedFunc="@(x => allExpend)" 이렇게 사용한다고 가정하면

bool allExpend = false;

void ExpandAllGroups(bool newvalue)
{
    allExpend = newvalue;
    // use Elements get method
}

이렇게 하면 하이라키칼럼이 allExpend 변수의 상태에 따라 모두 접히거나 펴집니다.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • No latin characters (0.5):
  • Low reputation (1):
Posted by: Leeds9

79092697

Date: 2024-10-16 06:27:03
Score: 2
Natty:
Report link

I met the same issue using pytorch=2.4.1 and tensorboard=2.18. But it works well in a conda environment with pytorch=1.12.1 and tensorboard=2.10. I think there might be some bugs in the newer versions. The written log files don't have bugs. Just use the old version environment to start the tensorboard server and the values can be displayed normally.

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

79092692

Date: 2024-10-16 06:23:03
Score: 1
Natty:
Report link

I believe that the desired result could be achieved using a single go.Countour plot. Simply set the key word argument contours_coloring="heatmap" for smooth colours behind the contour lines.

See https://plotly.com/python/contour-plots/#smooth-contour-coloring.

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

79092688

Date: 2024-10-16 06:22:03
Score: 0.5
Natty:
Report link

To better undersatnd:

to download tomcat: docker pull tomcat:latest

to run tomcat: docker run -d --name mytomcat -p 8080:8080 tomcat:latest

to change to the container that you create in this example "mytomcat" is the NAME of your tomcat: docker exec -it mytomcat /bin/bash

to move files between folders for backup: mv webapps webapps2

at last to copy the files that are missing in "webapps" folder from "webapps.dist": mv webapps.dist/ webapps

exit

I hope it helps.

Reasons:
  • Whitelisted phrase (-1): hope it helps
  • No code block (0.5):
  • Low reputation (1):
Posted by: Ing. Antonio Gervasio Luelmo

79092681

Date: 2024-10-16 06:21:02
Score: 0.5
Natty:
Report link

After some trial and error, I finally got the following TypeScript code to work:

const url = `https://dev.azure.com/${organization}/${projectName}/_apis/distributedtask/securefiles?api-version=7.1-preview.1&name=${fileName}`;
  
const resolvedPath = path.resolve(filePath);
const fileContent = fs.readFileSync(resolvedPath);

try {
  const response = await axios.post(url, fileContent, {
    headers: {
      "Authorization": `Basic ${Buffer.from(`:${YOUR_PAT_TOKEN}`).toString('base64')}`,
      "Content-Type": "application/octet-stream",
    },
    maxContentLength: Infinity,
    maxBodyLength: Infinity,
  });

  if (response.status === 200 || response.status === 201) {
    console.log(`[SUCCESS] Uploaded secure file: ${fileName}`);
    return response.data; // Return response data if needed
  } else {
    console.error(`[ERROR] Unexpected response status while uploading file: ${response.status}`);
    return null;
  }
} catch (error) {
  console.error("[ERROR] Failed to upload secure file:", error);
  throw error;
}

This solution took me some time to figure out, so I hope it helps anyone facing a similar issue. If there are any improvements or better practices, I’m open to suggestions!

Reasons:
  • Whitelisted phrase (-1): hope it helps
  • Long answer (-1):
  • Has code block (-0.5):
  • Me too answer (2.5): facing a similar issue
  • Low reputation (0.5):
Posted by: Kishan Barmawala

79092679

Date: 2024-10-16 06:20:02
Score: 1
Natty:
Report link

yes it was due to wrong setup of my sonarqube server i have fixed that issue and tried another way to live sonarqube server using docker i am attaching the installation steps below.

how to install SonarQube

  1. docker pull SonarQube
  2. docker run -d --name sonarqube-db -e POSTGRES_USER=sonar -e POSTGRES_PASSWORD=sonar -e POSTGRES_DB=sonarqube postgres:alpine
  3. docker run -d --name sonarqube -p 9000:9000 --link sonarqube-db:db -e SONAR_JDBC_URL=jdbc:postgresql://db:5432/sonarqube -e SONAR_JDBC_USERNAME=sonar -e SONAR_JDBC_PASSWORD=sonar sonarqube
Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Avenash Sharma

79092678

Date: 2024-10-16 06:20:02
Score: 1.5
Natty:
Report link

You can use GCC (MinGW) for compilation, and its linker script can achieve the merging of any sections, including .idata.

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

79092662

Date: 2024-10-16 06:13:01
Score: 0.5
Natty:
Report link

You can simply use an old version of that CLI:

npm init @capacitor/[email protected]

Version 0.9.0 is for Capacitor 4 (see GitHub).

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

79092652

Date: 2024-10-16 06:10:00
Score: 0.5
Natty:
Report link

This isn't a kotlin version problem. You can try with latest kotlin version and the same error will happen.

The problem is related to proguard-rules.pro file. You need to edit it. If this error is occured by some libraries like razorpay, you can get the proguard rules from their documentaation.

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

79092648

Date: 2024-10-16 06:05:59
Score: 0.5
Natty:
Report link

How to automatically add file paths like comment?

Simply try to correct and refactor the code you provided currently.

#!/bin/bash

pwd=scripts/test_copy-content

files=$(find "$pwd" -type f)

for file in $files; do
    case "$file" in
        *.sh|Makefile)
            First-line_comment="# *$file"
            ;;
        *.go|*.py)
            First-line_comment="# *$file"
            ;;
        *.md|*.html)
            First-line_comment="<!-- *$file -->"
            ;;
        *.css|*.js)
            First-line_comment="/* *$file */"
            ;;
        *.ico|*.jpg|*.png)
            # Skip these file types
            continue
            ;;
        *)
            First-line_comment="# *$file"
            ;;
    esac

    firstline=$(head -n 1 "$file")

    if [[ "$firstline" != "$First-line_comment" ]]; then
        echo "$First-line_comment\n$(cat "$file")" > "$file"
    fi

done
Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): How to
  • Low reputation (0.5):
Posted by: Shelton Liu

79092647

Date: 2024-10-16 06:05:59
Score: 1
Natty:
Report link

Solution here. From main thread ask replxx's thread to exit using

consoleWorker->rx.emulate_key_press(Replxx::KEY::control( 'C' ));

Where consoleWorker is object from replxx's thread and rx is Replxx object themself. There is full-code replxx multithreading example.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Андрей Тернити

79092645

Date: 2024-10-16 06:05:59
Score: 2
Natty:
Report link

When you create a column name with 3 or less than 3 character, followed by some numeric value its internal name will be changed. For example-> Column name "abc123" will get converted to "_x0061_bc123" where as Column name "abc" will remain as it is "abc" and also Column name "abcd123" will remain as it is "abcd123".

Reasons:
  • No code block (0.5):
  • Starts with a question (0.5): When you
  • Low reputation (1):
Posted by: parth shrimali

79092644

Date: 2024-10-16 06:05:59
Score: 0.5
Natty:
Report link

Are you using App Router? if yes then use "use client" directive on top of the page. but I will suggest you that you should directly make fetch request on server side, so it will not need to use the hooks.


const getData = async () => {
  const res = fetch('https://jsonplaceholder.typicode.com/posts')
      if(!res.ok){
        notFound() // @next/navigation
      }
      const data =  await res.json()
      console.log(data);
      return data;

}
// This page becomes a async page for seerver side
const Projects = async ({}: Props) => {
const data = await getData()

  return (
        <DataList data={data} />
  );
};


export default DataPage;```
 // and use loading.tsx in app router for handling the Loading
Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Sharuk Sayyed

79092643

Date: 2024-10-16 06:04:59
Score: 2.5
Natty:
Report link

Cf. the answer to the same question in the GitHub discussion.

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
Posted by: Christoffer Soop

79092641

Date: 2024-10-16 06:04:59
Score: 7
Natty: 7.5
Report link

I facing that issue. how to resolve this?

Reasons:
  • RegEx Blacklisted phrase (1.5): how to resolve this?
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Enkhtur

79092636

Date: 2024-10-16 06:01:58
Score: 3.5
Natty:
Report link

It must be automatically accepted.

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

79092625

Date: 2024-10-16 05:55:57
Score: 0.5
Natty:
Report link

I've found the solution to the problem, it's quite simple. Simply wrap the content in a ContentView.

Thanks Shuowen and Giorgio for your replies. You helped push me towards the final answer :)

<Shell
    x:Class="MauiApp2.AppShell"
    xmlns="http://schemas.microsoft.com/dotnet/2021/maui"
    xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
    xmlns:local="clr-namespace:MauiApp2"
    Shell.FlyoutBehavior="Flyout"
    Title="MauiApp2">

    <ShellContent
        Title="Home"
        ContentTemplate="{DataTemplate local:MainPage}"
        Route="MainPage" />
    
    <Shell.FlyoutContent>
        <ContentView>
            <Frame BackgroundColor="ForestGreen">
                <Label Text="hello"/>
            </Frame>
        </ContentView>
    </Shell.FlyoutContent>
</Shell>
Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: jho

79092624

Date: 2024-10-16 05:55:57
Score: 3
Natty:
Report link

this two attribut can you used pauseOnClick pauseOnHover

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

79092623

Date: 2024-10-16 05:54:56
Score: 3.5
Natty:
Report link

This is a posible solution

%s/^_s+\n/\r

Reasons:
  • Low length (2):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Jorge Cedi

79092622

Date: 2024-10-16 05:54:56
Score: 2
Natty:
Report link

Found the solution

Seems I didn't specify the foreground service type as described in the docs: https://notifee.app/react-native/docs/android/foreground-service#specifying-foreground-service-types

Adding the snippet below fixed the issue for me

<service 
        android:name="app.notifee.core.ForegroundService" 
        android:foregroundServiceType="camera|microphone"
        tools:replace="android:foregroundServiceType" />
Reasons:
  • Probably link only (1):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Austin Ezeh

79092618

Date: 2024-10-16 05:53:56
Score: 3
Natty:
Report link

This app can help you: https://www.actualupdater.com

It is said that when using the silent mode for updating, the elevation prompt is not displaced.

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

79092615

Date: 2024-10-16 05:51:56
Score: 1
Natty:
Report link

The best way is either you prefill it with some initial values. Or either you can merge it like.. BEGIN TRANSACTION;

MERGE TableA AS target USING (VALUES ('c', 'a', 'b', GETDATE())) AS source(c, a, b, date) ON target.c = source.c WHEN MATCHED THEN UPDATE SET a = source.a, b = source.b, date = source.date WHEN NOT MATCHED THEN INSERT (c, a, b, date) VALUES (source.c, source.a, source.b, source.date);

MERGE TableB AS target USING (VALUES ('e', 'f', 'd', GETDATE())) AS source(e, f, d, date) ON target.e = source.e AND target.f = source.f WHEN MATCHED THEN UPDATE SET d = source.d, date = source.date WHEN NOT MATCHED THEN INSERT (e, f, d, date) VALUES (source.e, source.f, source.d, source.date);

COMMIT TRANSACTION;

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

79092601

Date: 2024-10-16 05:41:54
Score: 2
Natty:
Report link

Modify the opentab function to accept the event parameter:

function opentab(event, tabname) {
    for (let tablink of tablinks) {
        tablink.classList.remove("active-link");
    }
    for (let tabcontent of tabcontents) {
        tabcontent.classList.remove("active-tab");
    }
    event.currentTarget.classList.add("active-link");
    document.getElementById(tabname).classList.add("active-tab");
}

This seems to make it workable. Please let me know.

Reasons:
  • RegEx Blacklisted phrase (2.5): Please let me know
  • Has code block (-0.5):
Posted by: Mahesh Thorat

79092595

Date: 2024-10-16 05:38:53
Score: 4.5
Natty: 5
Report link

Check this folow the Readme.md file

https://github.com/almamun977/IIS_LOG_TRANSFER

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

79092585

Date: 2024-10-16 05:34:52
Score: 2
Natty:
Report link

I made few changes which eventually resolved my issue.

  1. In the configuration, for jenkins url I have given http://jenkins.jenkins.svc.cluster.local:8080. I thought this is the default url. Turned out, the pattern is http://jenkins-service.namepace.svc.cluster.local:8080. So in my case, its http://jenkins.jenkins-1.svc.cluster.local:8080 as my namespace is jenkins-1
  2. I have removed the jenkins tunnel URL. Even though, I don't think that will make any difference.
  3. In pod template, I have removed the default values in command to run(sleep) and argument to pass to the command (9999999).
  4. In the environment variables of the container, I have passed the following. JENKINS_TUNNEL: jenkins-agent.jenkins-1.svc.cluster.local:50000 and JENKINS_URL: http://jenkins.jenkins-1.svc.cluster.local:8080

The below are the links I was referring

  1. https://devopscube.com/jenkins-build-agents-kubernetes
  2. https://github.com/helm/charts/issues/7360
Reasons:
  • Probably link only (1):
  • Long answer (-0.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Guru

79092584

Date: 2024-10-16 05:32:52
Score: 1
Natty:
Report link

LastWriteTime isn't updating on write because Window's Buffered I/O and File Caching prioritize file content over metadata.
Metadata is only updated when a file is closed, flushed, or a user or system action (ex. read, disk write) forces a cache refresh.

For your reading pleasure:
Windows File Caching
Windows Buffered I/O

Is this sane? Not for continuous write or real-time analytics. That's why such systems don't use NTFS.

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

79092577

Date: 2024-10-16 05:30:51
Score: 5.5
Natty:
Report link

I also have the same problem and how I fix it is as follows RabbitMQ.Client:6.0.0

telnet mqHost:5672

RequestedHeartbeat = TimeSpan.FromSeconds(60)

AutomaticRecoveryEnabled = true

good luck!!!

enter image description here

Reasons:
  • Blacklisted phrase (1): enter image description here
  • Low length (0.5):
  • No code block (0.5):
  • Me too answer (2.5): I also have the same problem
  • Low reputation (1):
Posted by: Nguyễn Quang Linh

79092576

Date: 2024-10-16 05:30:50
Score: 6 🚩
Natty:
Report link

tyjjtyjtyjhenter link description here

Reasons:
  • Blacklisted phrase (0.5): enter link description here
  • Probably link only (1):
  • Low length (2):
  • No code block (0.5):
  • Has no white space (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: MICKY DOKI

79092575

Date: 2024-10-16 05:30:50
Score: 1
Natty:
Report link

if ppq = 1120,

1120 ticks @60bpm == 1 second.

1120 ticks @120bpm == 0.5 seconds

we can see that this becomes a ratio at 60bpm,

1120:1

given 9999 ticks, we can use this conversion:

9999/1120 = 8.9277 seconds @ 60 bpm

we can also see that there is a ratio between 60bpm:120bpm as a 1:0.5 ratio, since 60/120 = 0.5

60/bpm is the multiplier.

Putting this together, if I have a 30bpm song at 1120 ppq, and I want to calculate out how many seconds 9000 ticks is , I first calculate it at 60bpm at then multiply with the multiplier:

`(ticks/ppq )*(60/bpm)`

which gives us:

(9000/1120)*60/30 = 16.071 seconds

in typescript, this would look like:


      export function ticksToSecs(ticks: number, ppq: number = 96, tempo: number = 33) {
          return (ticks/ppq)*(60/bpm)
        }

for going from seconds to ticks, I found this works (tested against 60, 120 and 200 bpm)

I made a converter going seconds to ticks starting with the above answer from Aaronaught in 2010 of

60000/(tempo* ppq)

However, it was not updating based on tempo in my testing , so I put in tempo*1000 for the top, and divided by 1000 to get seconds since his was in milliseconds.

I also added in tempo so it would change the overall ticks

That gave me this:

    export function secondsToTicks(secondsIn: string, ticksPerQuarterNote: number = 96, tempo: number = 33) {
      const seconds = parseFloat(secondsIn)
      const secondsPerTick = tempo*1000 / (tempo * ticksPerQuarterNote)/1000  
      console.log("seconds:" ,seconds,"ticks:", seconds / secondsPerTick * 1.0,"seconds per tick:", secondsPerTick)
      return  seconds / secondsPerTick * 1.0
    }

I then saw that tempo and 1000 could be simplified out of the equation, which gave me this:


    export function secondsToTicks(secondsIn: string, ticksPerQuarterNote: number = 96, tempo: number = 33) {
      const seconds = parseFloat(secondsIn)
      const secondsPerTick = 1/ticksPerQuarterNote
      console.log("seconds:" ,seconds,"ticks:", seconds / secondsPerTick * 1.0,"seconds per tick:", secondsPerTick)
      return  seconds* ticksPerQuarterNote
    }

which can be simplified further by removing secondsPerTick since it is no longer used and console.log which gives us a seconds to tick- multiply seconds by ticks per quarterNote to get the ticks


    export function secondsToTicks(secondsIn: string, ticksPerQuarterNote: number = 96, tempo: number = 33) {
      const seconds = parseFloat(secondsIn)
      return  seconds* ticksPerQuarterNote
    }

and that is how to convert from seconds to ticks and ticks to seconds.

Reasons:
  • RegEx Blacklisted phrase (1): I want
  • Long answer (-1):
  • Has code block (-0.5):
  • User mentioned (1): @60bpm
  • User mentioned (0): @120bpm
  • Low reputation (0.5):
Posted by: user1562431

79092574

Date: 2024-10-16 05:29:50
Score: 2.5
Natty:
Report link

I thought of this, but seems more complicated than what I want:

  1. Find the max of imported pk MAX_PK.
  2. Change all PKs entries in ReadAt, add MAX_PK to them.
  3. Import new data (there is no overlap between the old and new data).
  4. Change the PK of ReadAt from old_PK to new_PK.
  5. Delete all Person whose PK >= MAX_PK, there are no ForeginKeys to them after the previous step.

I will try implementing it now.

Reasons:
  • RegEx Blacklisted phrase (1): I want
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Brambor

79092573

Date: 2024-10-16 05:29:50
Score: 2
Natty:
Report link

The root cause of the issue was that I was using a relative URL for the baseURL. The Creative Editor SDK expects the baseURL to be an absolute URL.

So instead of

instance.addDefaultAssetSources({
    baseURL: '/public/cesdk/assets/',
});

I needed to use an absolute URL like:

instance.addDefaultAssetSources({
    baseURL: 'https://mywebsite.com/public/cesdk/assets/',
});

More information about serving assets is in this guide: https://img.ly/docs/cesdk/engine/guides/assets-served-from-your-own-servers/

Reasons:
  • Blacklisted phrase (1): this guide
  • Blacklisted phrase (0.5): I need
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Rudolf Traunmüller

79092572

Date: 2024-10-16 05:29:50
Score: 1
Natty:
Report link

If you notice a gap between the header and footer of your Bootstrap card because there's no card body, you can easily resolve this by adjusting the padding of the card footer. The default styles in Bootstrap add padding that can create unwanted space.

To eliminate the gap, set the paddingTop and paddingBottom of the footer to 0. You can do this either inline or by creating a custom CSS class that removes all padding. This will give your card a more cohesive look without the extra space between the header and footer.

By making this simple adjustment, your card will look much cleaner.

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

79092567

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

Yes you can move it outside the loop and pass just post id from single overview page.

Just call below function and you can get last author id who edit/update post.

$last_id = get_post_meta( $postid, '_edit_last', true );

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

79092556

Date: 2024-10-16 05:21:47
Score: 2.5
Natty:
Report link

Title: How to handle onActivityResult with unexpected positive result codes?

Body:

I am working on an Android app and encountered a situation where onActivityResult sometimes returns unexpected positive result codes instead of the usual RESULT_OK. I want to handle the RESULT_CANCELED case explicitly, and for any other result code (including RESULT_OK or other positive numbers), I want to handle it in the else block.

Here is the current implementation:

java Copy code

public void onActivityResult(int requestCode, int resultCode, Intent data) {
    if (requestCode == REQUEST_CODE_INITILIZATION) {
        if (resultCode == Activity.RESULT_OK) {  
            // handle result OK
        }
        if (resultCode == RESULT_CANCELED) {
            // handle result canceled
        }
    } else {
        super.onActivityResult(requestCode, resultCode, data);
    }
}
Instead of checking for RESULT_OK explicitly, I want to ensure that if the result

Code is not RESULT_CANCELED, the code should proceed with handling other positive result codes. Here’s what I’m thinking of doing:

java Copy code

public void onActivityResult(int requestCode, int resultCode, Intent data) {
    if (requestCode == REQUEST_CODE_INITILIZATION) {
        if (resultCode == RESULT_CANCELED) {
            // handle result canceled
        } else {
            // handle result OK and other positive result codes
        }
    } else {
        super.onActivityResult(requestCode, resultCode, data);
    }
}

The idea is that if the result code is RESULT_CANCELED, it will be handled separately, and for any other positive number (including RESULT_OK), it will go into the else block.

Is this the correct approach? Are there any potential issues I should be aware of when dealing with result codes other than RESULT_OK and RESULT_CANCELED?

Reasons:
  • RegEx Blacklisted phrase (1): I want
  • Long answer (-1):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Varun Kumar n m

79092553

Date: 2024-10-16 05:20:47
Score: 0.5
Natty:
Report link

The solutions you can try flutter pub cache clean and then y on prompt then flutter pub get also you can try upgrading the connectivity_plus package by changing the version in pubspec.yaml

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

79092549

Date: 2024-10-16 05:19:47
Score: 4.5
Natty:
Report link

service-accountsgoogle-cloud-platform

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

79092548

Date: 2024-10-16 05:19:46
Score: 0.5
Natty:
Report link

It tells you that your Destination folder has a space between the characters. Typically, your destination folder or path for installation is your "This PC\Windows(C:)\user name\ ---" location. The space between user and name will cause a warning message or alert. The best way is to create your own directory in your "cdrive" to use as a destination for your installation. Example; create a folder in you cdrive i.e "PC\Windows(C:)\Anaconda", then use Anaconda directory as your destination. Hope that helps.

Reasons:
  • Whitelisted phrase (-1): Hope that helps
  • Long answer (-0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Paul Banda Jr

79092543

Date: 2024-10-16 05:15:46
Score: 1
Natty:
Report link

This Error is due to missing line in your android/gradle.properties

Steps Go to your android/gradle.properties and check for this line

 **1.(android.useAndroidX=true)**
 **2.(android.enableJetifier=true)**

if one of these lines are missing just add those to your android/gradle.properties

And it should resolve the problem.

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

79092540

Date: 2024-10-16 05:14:45
Score: 7.5 🚩
Natty:
Report link

i am also experiencing the same issue. please share if you get any solution.

Reasons:
  • Blacklisted phrase (1.5): any solution
  • RegEx Blacklisted phrase (2.5): please share
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Indrajit Chowdhury

79092533

Date: 2024-10-16 05:09:44
Score: 2.5
Natty:
Report link

library(RCurl) library(XML)

url <- "https://www.google.com/search?&q=cran&hl=en"

doc <- htmlTreeParse(getURL(url), useInternalNodes = TRUE)

nodes <- getNodeSet(doc, "//div[@id='result-stats']")

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

79092525

Date: 2024-10-16 05:06:43
Score: 1
Natty:
Report link

A DHT (Distributed Hash Table) is a Hash Table that is distributed. That being said it is much more complex than that. The routing portion is the hardest part. There are 2 major variants of DHTs out there.

1.) Chord

Chord works in a circle based system so there is a limit to the amount of nodes in the dht. The DHT is for systems that are private and want more of a graceful close to pass data to the other nodes before the leave. When it tries to find a file or data it searches the file or data hash on other nodes the node with the closest XOR ID to the file or data hash.

https://github.com/DrBrad/JChord

https://en.wikipedia.org/wiki/Chord_(peer-to-peer)

Commands:

2.) Kademlia

Kademlia works on an XOR bucket based system. Each node assigns itself an ID based off of IP or something with SHA1 or CRC32c. It then uses this when a part of the network. When it tries to find a file or data it searches the file or data hash on other nodes the node with the closest XOR ID to the file or data hash.

https://github.com/DrBrad/Kad4

https://github.com/DrBrad/Kad4/wiki

Commands:

Basic jist is file or data closest based off of a hash should be stored on node closest to it.

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

79092521

Date: 2024-10-16 05:05:42
Score: 6 🚩
Natty:
Report link

Is outlook rest api suit your requirement?

Docs: https://learn.microsoft.com/en-us/outlook/rest/get-started

Reasons:
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Hpbbs

79092517

Date: 2024-10-16 05:02:42
Score: 2
Natty:
Report link

The error you are getting is related to a wrong configuration of x-debug. Disable it, and run again laravel.

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

79092507

Date: 2024-10-16 04:59:41
Score: 0.5
Natty:
Report link

There is no good easy answer, unfortunately, short of setting up your own SMTP server.

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • High reputation (-2):
Posted by: Dmitry Streblechenko

79092505

Date: 2024-10-16 04:58:41
Score: 1
Natty:
Report link

This is what I did to resolve this.

await interaction.deferReply();
await wait(5_000);
embed1 = embed1content;
embed2 = embed2content;
await interaction.message.edit({ embeds: [embed1] });
interaction.editReply({ embeds: [embed2] });
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: user874737

79092504

Date: 2024-10-16 04:58:41
Score: 1.5
Natty:
Report link

You can try download gss-ntlmssp in your docker file.

Example: RUN apt-get update && apt-get install -y --no-install-recommends gss-ntlmssp

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Le Nguyen Quang Minh

79092497

Date: 2024-10-16 04:55:40
Score: 3
Natty:
Report link

You can use Dynomite to achieve this https://fatihmalakci.com/how-to-setup-redis-master-master-replication/

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

79092491

Date: 2024-10-16 04:50:39
Score: 3.5
Natty:
Report link

I tried with Jupyter notebook and it's working fine.

Jupyter Notebook ss

And still not working ensure you use latest version of databricks-sql-connector

pip install --upgrade databricks-sql-connector
Reasons:
  • Blacklisted phrase (2): still not working
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Ruwan Pathirana

79092487

Date: 2024-10-16 04:47:38
Score: 2
Natty:
Report link

enter image description here Fix for "Unable to Find DevExpress Package" in .NET/ASP.NET Core

If you're seeing the error:

NU1101: Unable to find package DevExpress.AspNetCore.Reporting

but the package is installed or downloaded, follow these steps to manually replace the files:

  1. Unzip DevExpress: Extract the downloaded DevExpress package.

  2. Copy Files: Copy the necessary files (DLLs, etc.) from the unzipped folder.

  3. Go to NuGet Cache: Navigate to: enter image description here

    C:\Users[Your-Username].nuget\packages

  4. Replace Files: Find the corresponding DevExpress folder and replace the existing files.

  5. Rebuild Project: Rebuild your project in Visual Studio.


This should resolve the missing package issue without needing a DevExpress license or API key.

Reasons:
  • Blacklisted phrase (1): enter image description here
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Asad Iqbal

79092481

Date: 2024-10-16 04:43:38
Score: 2.5
Natty:
Report link

So amplify CLI doesn't really manage functions. We used amplify to be able to manage functions but it had an unfortunate library error and had to be done manually

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Duong Nguyen The

79092480

Date: 2024-10-16 04:42:37
Score: 1.5
Natty:
Report link

Ok - I found a workaround - create two AlgorithmParameters one with the correct name, and one with the correct body; then init the first one with the body from the 2nd one. Yes, this is really nasty...

Any better way?

/* right name, wrong body; don't init yet
 * PBEParamterSpec does not have enough information to initialize this
 * object: cipher OID and kdf OID will be missing
 */
AlgorithmParameters realParams = AlgorithmParameters.getInstance("PBES2");


/* wrong name, right body; do initialize
 * the provider initializes everything incl. cipher OID
 * kdf OID, but stores an incorrect String algorithm 
 */
AlgorithmParameters tempParams = AlgorithmParameters.getInstance("PBEWithHmacSHA256AndAES_256");

PBEParameterSpec pbeSpec = new PBEParameterSpec(salt, iterationCount, ivSpec);
tempParams.init(pbeSpec);

/*... invasion of the body snatchers  ... initialize with the
correct body */

realParams.init(tempParams.getEncoded());

new EncryptedPrivateKeyInfo(realParams, encryptedData); // profit!!
Reasons:
  • Long answer (-1):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Anthony Alba

79092453

Date: 2024-10-16 04:24:34
Score: 0.5
Natty:
Report link
table.remove (a[1], 1)

Do not thank.

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

79092451

Date: 2024-10-16 04:23:33
Score: 8 🚩
Natty: 5.5
Report link

I'm trying to do the same thing. Any luck?

Reasons:
  • Blacklisted phrase (1.5): Any luck
  • Blacklisted phrase (1): trying to do the same
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: jim.cantor

79092448

Date: 2024-10-16 04:21:32
Score: 2.5
Natty:
Report link

<v-autocomplete v-model="friends" :disabled="isUpdating" :items="people" label="Select" item-title="name" item-value="name" use item-title not item-text

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Ahmed Gamal - احمد جمال

79092439

Date: 2024-10-16 04:15:31
Score: 3
Natty:
Report link

@ToolmakerSteve. There are two Android templates in VS2022. Android Application and Android Class library. I didn't follow up with the op because he never came back. For those interested in Android only, I've got quite a few samples on my GitHub page. They all revolve around Android's Navigation Component. That is an app with a single activity and multiple fragments, which is Google's recommendation for modern Android development if using views and not compose. They all share a name, NavigationGraph_x, as in NavigationGraph8Net8. They start at NavigationGraph1 and then add a new number. The Net_y was added as they changed from X.A. to .Net. I'm working on a new one, NavigationGraph9Net9, an Android 15 app. If you check your devices, you will see that Android 15 was released today. See https://github.com/gmck

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • User mentioned (1): @ToolmakerSteve
  • Single line (0.5):
  • Looks like a comment (1):
  • Low reputation (0.5):
Posted by: user2153142

79092432

Date: 2024-10-16 04:12:31
Score: 4
Natty:
Report link

Did you check the syntax 'import type'?

As their doc says:

import type only imports declarations to be used for type annotations and declarations. It always gets fully erased, so there’s no remnant of it at runtime. https://www.typescriptlang.org/docs/handbook/release-notes/typescript-3-8.html#type-only-imports-and-export

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): Did you
  • Low reputation (1):
Posted by: dlguswo333

79092430

Date: 2024-10-16 04:11:30
Score: 3.5
Natty:
Report link

I guess maybe InMemoryDexClassLoader does not support loading apk file directly.

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

79092425

Date: 2024-10-16 04:08:29
Score: 1.5
Natty:
Report link

There is very simple solution that can remember the long conversation, more than 100+ messages history, and will answer the questions. It's a mix of prompt engineering + database + logical flow.

I have created a detailed article on how to implement it. Link below -

https://kanishka-sahu.medium.com/build-context-aware-chatbot-that-remembers-previous-chat-openai-909b2ccb27b9

if you have doubts about anything lets discuss

Reasons:
  • Blacklisted phrase (0.5): medium.com
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Kanishka Sahu

79092422

Date: 2024-10-16 04:04:29
Score: 2.5
Natty:
Report link

You told us that the myObject is {...someObject} as const. Did you also define someObject to be as const?

const a = {
  a: 0,
  b: 1,
};

const b = {
  ...a
} as const;

type B = typeof b[keyof typeof b]; // number
const a = {
  a: 0,
  b: 1,
} as const;

const b = {
  ...a
} as const;

type B = typeof b[keyof typeof b]; // 0 | 1
Reasons:
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: dlguswo333

79092413

Date: 2024-10-16 03:59:27
Score: 3.5
Natty:
Report link

ps aux >> output.csv.

This will 100% work

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

79092410

Date: 2024-10-16 03:57:27
Score: 2.5
Natty:
Report link

Discover stunning championship designs that elevate any competition. From classic to contemporary styles, each belt showcases unique artistry and craftsmanship. Explore the full gallery for inspiration and find the perfect design for your next event! View Designs

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

79092409

Date: 2024-10-16 03:56:27
Score: 3
Natty:
Report link

It looks like this guy Kirk Miller, [email protected] requested it, but not sure what the status is ... https://www.unicode.org/L2/L2021/21207-latin-subscripts.pdf

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

79092408

Date: 2024-10-16 03:56:27
Score: 2.5
Natty:
Report link

If you want to build in Android, the flutter_dyanmic_icon:2.1.0 package may not supported, you can use the package dynamic_icon_flutter:0.0.7 instead.

Reasons:
  • Whitelisted phrase (-1.5): you can use
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Đình Nhật

79092407

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

In my case, nginx does not have access to my php-fpm.sock path.

You can check nginx error log using this:

tail -f /var/log/nginx/error.log

normally nginx error.log is located here:

/var/log/nginx

So using this command you can give php-fpm access to nginx (in my case it looks like this)

sudo chown username:nginx /opt/cpanel/ea-php80/root/usr/var/run/php-fpm/ac2f1a1c01ab7cd98f10650b49bc3c9b0fa24bb7.sock

Reasons:
  • No code block (0.5):
Posted by: Usama Majid

79092405

Date: 2024-10-16 03:54:26
Score: 1
Natty:
Report link

I would suggest you to run php artisan queue:listen or If running with supervisor php artisan queue:work --once.

This will bootstrap the application everytime a new job is processed, :work will cache some things between each jobs.

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

79092401

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

A simpler pattern would be more effective

"files": [
  "src/common/js/lib/**/*",
  "README.md"
]

or even

"files": [
  "src/common/js/lib/**",
  "README.md"
]

You should try both.

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

79092396

Date: 2024-10-16 03:49:24
Score: 0.5
Natty:
Report link

Of course, that could be due to:

Unfortunately I couldn't find any online docs to share with you about that topic, but these are basic things I knew from years ago, may that help you.

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

79092395

Date: 2024-10-16 03:48:24
Score: 2.5
Natty:
Report link

In my case I found success by turning on the "Use Tabs" settings. I prefer 4 space tabs by default but 2 space tabs for Prettier so this solution worked for me.

enter image description here

Reasons:
  • Whitelisted phrase (-1): worked for me
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Abrar Mahi

79092389

Date: 2024-10-16 03:44:24
Score: 1
Natty:
Report link

I found that I have not to re-assign AllChem.EmbedMolecule to the object, just call it:

AllChem.EmbedMolecule(mol) 
AllChem.UFFOptimizeMolecule(mol) 
df.loc[ind, 'Mol_H'] = mol

The problem is solved.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: M.Vu

79092383

Date: 2024-10-16 03:40:23
Score: 3.5
Natty:
Report link

In ajax : data ==> data.trim(); ان شاء الله

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • No latin characters (0.5):
  • Low reputation (1):
Posted by: omed berwary

79092374

Date: 2024-10-16 03:35:22
Score: 3.5
Natty:
Report link

We can use an NLB to forward TCP requests to the ENI (IP address) of VPC endpoint. And the VPC endpoint should be associated with with a private API.

This document introduces how to associate a VPC endpoint with a private API: https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-private-api-create.html#associate-private-api-with-vpc-endpoint

Reasons:
  • Blacklisted phrase (1): This document
  • Probably link only (1):
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: shifu.zheng

79092373

Date: 2024-10-16 03:34:22
Score: 4
Natty: 5
Report link

For anyone that stumbles upon this, the answer for me was to follow the instructions here: https://github.com/naptha/tesseract.js/issues/868#issuecomment-2150605098

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

79092371

Date: 2024-10-16 03:34:21
Score: 2.5
Natty:
Report link

Thanks to this comment from Olga Mulina, show a way to upload IDE Backend installer from local.

  1. download the Linux IDE distribution from this page (it's Linux because the OS in the container is also Linux, we don't support Windows-based containers); open the Search Everywhere feature in the IDE (double-Shift) and type registry;
  2. enable the devcontainers.use.separate.project.panel key: enter image description here
  3. after that, on the dev container building process, you should see the following interface: enter image description here
  4. here you should select the Installation options link and then the Upload installer file action from the dropdown menu.

It save my days, may also save yours.

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Blacklisted phrase (2): save my day
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: djzhu

79092370

Date: 2024-10-16 03:33:21
Score: 0.5
Natty:
Report link

lol same get error ErrorException

Undefined array key 1

at vendor\laravel\framework\src\Illuminate\Foundation\Console\ServeCommand.php:368 364▕ $line = str_replace(' ', ' ', $line); 365▕ 366▕ preg_match($regex, $line, $matches); 367▕ ➜ 368▕ return Carbon::createFromFormat('D M d H:i:s Y', $matches[1]); 369▕ } 370▕ 371▕ /** 372▕ * Get the request port from the given PHP server output.

1 vendor\laravel\framework\src\Illuminate\Foundation\Console\ServeCommand.php:368 Illuminate\Foundation\Bootstrap\HandleExceptions::Illuminate\Foundation\Bootstrap{closure}("Undefined array key 1", "D:\Intern\discussion-app\vendor\laravel\framework\src\Illuminate\Foundation\Console\ServeCommand.php")

2 vendor\laravel\framework\src\Illuminate\Foundation\Console\ServeCommand.php:297 Illuminate\Foundation\Console\ServeCommand::getDateFromLine("[Wed Oct 16 09:29:44 2024] 127.0.0.1:51714 Accepted")

Whoops\Exception\ErrorException

Undefined array key 0

at vendor\laravel\framework\src\Illuminate\Foundation\Console\ServeCommand.php:320 316▕ microtime(true), 317▕ ]; 318▕ } 319▕ ➜ 320▕ [$startDate, $file, $startMicrotime] = $this->requestsPool[$requestPort]; 321▕ 322▕ $formattedStartedAt = $startDate->format('Y-m-d H:i:s'); 323▕ 324▕ unset($this->requestsPool[$requestPort]);

1 vendor\laravel\framework\src\Illuminate\Foundation\Console\ServeCommand.php:320 Whoops\Run::handleError("Undefined array key 0", "D:\Intern\discussion-app\vendor\laravel\framework\src\Illuminate\Foundation\Console\ServeCommand.php")

2 vendor\laravel\framework\src\Illuminate\Collections\Traits\EnumeratesValues.php:257 Illuminate\Foundation\Console\ServeCommand::Illuminate\Foundation\Console{closure}("[Wed Oct 16 09:29:44 2024] 127.0.0.1:51719 Closing")

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

79092359

Date: 2024-10-16 03:27:19
Score: 1.5
Natty:
Report link

Here's how to do this without using rept / regex with special characters / split / or join:

=REDUCE("", SEQUENCE(1, LEN(A1)), LAMBDA(k, i, MID(A1, i, 1) & k))

Note: Drop this into a Named Function like REVERSE(text) and replace both A1's above with the "text" parameter.

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

79092356

Date: 2024-10-16 03:26:19
Score: 2.5
Natty:
Report link

发布版本正在测试中,未经 Google 验证,refresh_token有效期为 7 天,且限制access_token刷新 100 次。

发布的是Produnction,经过 Google 验证,refresh_token有效期为 180 天,可无限次access_token刷新。

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: 张子龙

79092353

Date: 2024-10-16 03:25:18
Score: 0.5
Natty:
Report link

This is the version that worked for me in TypeScript/ReactJS:

document.querySelector('link[rel="canonical"]')?.setAttribute("content", "NEW_HREF_GOES_HERE");
Reasons:
  • Whitelisted phrase (-1): worked for me
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Jaceczek

79092348

Date: 2024-10-16 03:22:18
Score: 2.5
Natty:
Report link

Thanks Phil, I added the workaround file: src/main/resources/META-INF/native-image/com.mysql/mysql-connector-j/reflect-config.json

It worked, just fine !

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Whitelisted phrase (-1): It worked
  • Low length (1):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Jesus M. Bianco T.

79092344

Date: 2024-10-16 03:17:17
Score: 2
Natty:
Report link

For a Maven/Spring project set the message source basename to exactly "classpath:messages" and place the messsages*.properties file in src\main\java\resources. The string "classpath:" is hardcoded and probably means search in the root directory of java classes of your application.

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

79092343

Date: 2024-10-16 03:17:17
Score: 2.5
Natty:
Report link

maybe it's caused by streamlit-authenticator version 0.4.1 I tried downgrading to streamlit-authenticator==0.3.3 and it still works fine

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: hồng ân võ

79092328

Date: 2024-10-16 03:07:15
Score: 1.5
Natty:
Report link

So this issue is not actually related to the VBA at all. So I'm going to mark this solved. I still don't have the full answer and will continue to try and debug, but basically if I select worksheets

Test 1

And then just do a normal print, S1 ELT Comments isn't include

Test 2

Comments work

Test 3

Comments don't work

Test 4

Comments work.

Conclusion

after a few others tests as well it appears that if S1 Project Leader is select with either Risk, Financials or Appendices, then Comments doesn't work.

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

79092319

Date: 2024-10-16 03:03:14
Score: 2
Natty:
Report link

Install python 3.7.6 to 3.10.0, pip install CMake then download dlib specific version with respect to your python versions eg "Py 3.7.6" will need "dlib-19.22.99-cp37-cp37m-win_amd64.whl"

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