79547369

Date: 2025-03-31 22:36:22
Score: 3
Natty:
Report link

Draw a graph that has 6 vertices, 8 edges, and is:

  1. simple

  2. has no loops (but is not simple)

  3. has no multiple edges (but is not simple).

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Асемай Нурыллаева

79547367

Date: 2025-03-31 22:34:21
Score: 2
Natty:
Report link

You need to add:

implementation 'com.google.guava:guava:24.1-jre'

to your dependencies

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

79547364

Date: 2025-03-31 22:31:21
Score: 3.5
Natty:
Report link

Mm. Hey and Awesome cool! Hey and awesome cooooool!

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

79547350

Date: 2025-03-31 22:14:18
Score: 3
Natty:
Report link

I have same problem, but just putting the container name on the variable seems to not work. I tried several ways. It only occurs on docker, they are on the same network

2025-03-31 18:59:11 Error during authorization: TypeError: fetch failed
2025-03-31 18:59:11     at node:internal/deps/undici/undici:12637:11
2025-03-31 18:59:11     at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
2025-03-31 18:59:11     at async Object.authorize (/app/.next/server/app/api/auth/[...nextauth]/route.js:1:1705)
2025-03-31 18:59:11     at async Object.c (/app/.next/server/app/api/auth/[...nextauth]/route.js:30:4474)
2025-03-31 18:59:11     at async _ (/app/.next/server/app/api/auth/[...nextauth]/route.js:6:104099)
2025-03-31 18:59:11     at async a (/app/.next/server/app/api/auth/[...nextauth]/route.js:30:19579)
2025-03-31 18:59:11     at async e.length.t (/app/.next/server/app/api/auth/[...nextauth]/route.js:30:20990)
2025-03-31 18:59:11     at async /app/node_modules/next/dist/compiled/next-server/app-route.runtime.prod.js:6:34666
2025-03-31 18:59:11     at async eS.execute (/app/node_modules/next/dist/compiled/next-server/app-route.runtime.prod.js:6:25813)
2025-03-31 18:59:11     at async eS.handle (/app/node_modules/next/dist/compiled/next-server/app-route.runtime.prod.js:6:35920) {
2025-03-31 18:59:11   cause: Error: connect ECONNREFUSED ::1:8080
2025-03-31 18:59:11       at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1555:16)
2025-03-31 18:59:11       at TCPConnectWrap.callbackTrampoline (node:internal/async_hooks:128:17) {
2025-03-31 18:59:11     errno: -111,
2025-03-31 18:59:11     code: 'ECONNREFUSED',
2025-03-31 18:59:11     syscall: 'connect',
2025-03-31 18:59:11     address: '::1',
2025-03-31 18:59:11     port: 8080
2025-03-31 18:59:11   }
2025-03-31 18:59:11 }

i am entering the env variable in docker like this:

environment:
  - NEXTAUTH_URL=http://localhost:3000/
  - NEXT_PUBLIC_API_URL=http://test:8080

My docker compose:

services:
  db:
    image: postgres:16.4
    container_name: postgres
    volumes:
      - pgdata:/var/lib/postgresql/data
    ports:
      - "5432:5432"
    networks:
      - test-network

  test:
    image: test/test:1.0.0
    environment:
      - TEST_FRONT_URL=http://localhost:3000
    ports:
      - "8080:8080"
    depends_on:
      - db
    networks:
      - test-network

  test-next:
    image: test/test-next:1.0.0
    ports:
      - "3000:3000"
    environment:
      - NEXTAUTH_URL=http://localhost:3000/
      - NEXT_PUBLIC_API_URL=http://test:8080
    networks:
      - test-network

volumes:
  pgdata:

networks:
  test-network:
    name: test-network
    driver: bridge
Reasons:
  • Blacklisted phrase (1): I have same problem
  • Long answer (-1):
  • Has code block (-0.5):
  • Me too answer (2.5): I have same problem
  • Low reputation (1):
Posted by: Matheus Rudek

79547340

Date: 2025-03-31 22:03:16
Score: 5
Natty: 5
Report link

This is super annoying. Just like in word we find line breaks with ^p, why can't we find and replace in RStudio?

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

79547339

Date: 2025-03-31 22:02:15
Score: 2
Natty:
Report link

When VSCode highlights a desired search term, it does not actually select it - it is highlighted in a different colour to denote this.

You can press CTRL+D to 'properly' highlight the word you've searched for, which will then allow you to copy it.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Starts with a question (0.5): When
  • Low reputation (0.5):
Posted by: hengrv

79547338

Date: 2025-03-31 22:02:15
Score: 0.5
Natty:
Report link

I had the same error message whrn I tried to create my app platform from Git hub repo(.Net 8 API) what I did was put the path name of the repo "on the field "Source directories (Optional)", in my case the name was /myApp

Reasons:
  • Whitelisted phrase (-1): I had the same
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
Posted by: Andres Guillen Hernandez

79547332

Date: 2025-03-31 21:56:15
Score: 3
Natty:
Report link

I was having this problem and this gave me the insights necessary to fix it!

THANKS!!!!

Reasons:
  • Blacklisted phrase (0.5): THANKS
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: CorvetteGuru

79547320

Date: 2025-03-31 21:48:13
Score: 2
Natty:
Report link

I'm releasing net 8 API using yaml script and it's deploying build successfully but app not starting I wrote the startup command as well.
-if I deploy manually using FileZilla with the same build it's working fine

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

79547317

Date: 2025-03-31 21:47:12
Score: 3
Natty:
Report link

Here is my boiler plate TypesScript project using packages and vercel-ncc. https://github.com/Daniel-Leontiev/Type-Script-Project

Here is the sample package https://github.com/Daniel-Leontiev/Type-Script-Project/tree/master/packages/utils

"scripts": {
  "build": "ncc build -s --no-source-map-register ./src/main.ts -o ./build/",
  "build-w": "ncc build -w -s --no-source-map-register ./src/main.ts -o ./build/",
}
Reasons:
  • Probably link only (1):
  • Contains signature (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Daniel

79547310

Date: 2025-03-31 21:43:12
Score: 1
Natty:
Report link

Exec format error indicates that your Chrome binary is not compatible with the platform you're trying to run it on. i.e. the Chrome binary you're using has not actually been built for the arm64 architecture.

I suggest going back to the origins of that lambda layer, specifically the Chrome binaries included, to figure out why.

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

79547299

Date: 2025-03-31 21:33:10
Score: 4.5
Natty:
Report link

So I just woke up today and said I WANNA CODE >:D so when I started I looked on youtube and got a 1 hr tutorial {https://www.youtube.com/watch?v=HD13eq_Pmp8&t=825} 13:22 AAAAAND I ran into a problem MY CODE DIDN'T WORK!!!!!!! SO ANYONE PLEASEEEE HELP ME!!!!!!! this is the code I used (the bolded is the name of the file) (I USED HTML)

Reasons:
  • Blacklisted phrase (1): HELP ME
  • Blacklisted phrase (1): youtube.com
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: user30124944

79547292

Date: 2025-03-31 21:26:08
Score: 2
Natty:
Report link

The Tag 9F27 (Cryptogram Information Data) is having the following three values:

9F27 = 80 - ARQC - Online Authorization

9F27 = 00 - AAC - Transaction Declined

9F27 = 40 - TC - Approved Offline

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

79547275

Date: 2025-03-31 21:18:05
Score: 3
Natty:
Report link

If your CMS is Drupal you can use this module https://www.drupal.org/project/responsive_image_debugger

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

79547274

Date: 2025-03-31 21:17:05
Score: 1
Natty:
Report link

In case anyone else runs into this, sparkJ's comment is correct. You need to replace (params) with (value, row) and use row to access the value. The correct valuegetter code should be:

valueGetter: (value, row) => {
              const today = new Date();
              if (Date.parse(row.effectiveStartDateEst) > today){
                return 'Inactive'
              }
              else{
                return 'Active'
              }
            }
Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: JWillis

79547270

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

The solution is to add a configuration setting: fs.azure.data.blocks.buffer array

Please see the respective issue in Apache Flink: https://issues.apache.org/jira/browse/FLINK-32241

Reasons:
  • Whitelisted phrase (-1): solution is
  • Probably link only (1):
  • Low length (1):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: beata-bot

79547268

Date: 2025-03-31 21:13:04
Score: 1.5
Natty:
Report link

Try with this:

npm install --package-lock-only
Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: cport93

79547266

Date: 2025-03-31 21:11:03
Score: 1.5
Natty:
Report link

Azure hosted ADO agent pools don't have access to private link Azure Databricks resources.

You need to use a self-hosted ADO agent that has connectivity to Databricks. This could be on prem over VPN to Azure, or an Azure hosted VM running the ADO agent.

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

79547249

Date: 2025-03-31 21:02:01
Score: 2.5
Natty:
Report link

I ran into this with a new install of VS and found that getting the .NET desktop development group (in tools - get tools and features) fixed the problem for me.

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

79547246

Date: 2025-03-31 21:00:01
Score: 1.5
Natty:
Report link

ok after hours of searching and messing around with my packages I found removing this package

DarkLoop.Azure.Functions.Authorization.InProcess

and replacing with

DarkLoop.Azure.Functions.Authorization.Isolated

worked, except now I have an empty swagger UI

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

79547234

Date: 2025-03-31 20:51:59
Score: 1
Natty:
Report link

The solution was to add the following dependency:

<dependency>
    <groupId>org.junit.platform</groupId>
    <artifactId>junit-platform-launcher</artifactId>
    <version>1.12.1</version>
    <scope>test</scope>
</dependency>

Reference

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

79547219

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

The "no cipher suites in common" exception can also be caused by mutually exclusive list of supported ciphers between both ends of the TLS connection. This can happen when trying to integrate TLS flows between legacy and modern application deployments.

As an example, this can happen when one end of the connection is on Java 21 and the other on Java 7.

In OpenJDK 21, the default cipher suit does not include any of the default ciphers from Oracle JDK 1.7.

Reasons:
  • No code block (0.5):
Posted by: RZet

79547214

Date: 2025-03-31 20:32:55
Score: 3
Natty:
Report link

For me it was: C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\MSBuild\Current\Bin\MSBuild.exe

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

79547213

Date: 2025-03-31 20:32:55
Score: 0.5
Natty:
Report link

Updating PeterB's answer now that you can easily grant for all (existing) functions. To grant usage on current and future functions, run these two commands:

grant usage on all functions in schema "myDB"."mySchema" to role MyRole;
grant usage on future functions in schema "myDB"."mySchema" to role MyRole;
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Ward W

79547212

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

As KamilCuk suggested, I needed to define the command Test. Defining the command in the Lazy configuration solved the issue:

return {
    name = "test",
    cmd = "Test",
    dir = "~/.config/nvim/lua/plugins-my/test.nvim",
    config = function()
        vim.api.nvim_create_user_command("Test", 'echo "Test plugin loaded"', {})
        local wk = require("which-key")
        wk.register(map_test)
    end,
}

Thanks!

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

79547204

Date: 2025-03-31 20:28:54
Score: 2
Natty:
Report link

Result
enter image description here

Steps
enter image description here

Step # Text
1 Circle((0,0),1)
3 B=Rotate(A,α,O)
Step # Text
4 Segment(A,O)
5 Arc(c,A,B)
Step # Text
6 (α,y(B))
7 (α,x(B))
Step # Text
8 Angle(A,O,B)
Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • No code block (0.5):
  • No latin characters (1):
  • High reputation (-1):
Posted by: Bench Vue

79547202

Date: 2025-03-31 20:27:54
Score: 1
Natty:
Report link

I have created a fork of the react-native-bluetooth-escpos-printer package, as the original repository is no longer actively maintained.

You can find my updated version on npm at the following URL https://www.npmjs.com/package/@ccdilan/react-native-bluetooth-escpos-printer

For reference, here is the pull request I made to the original repository https://github.com/januslo/react-native-bluetooth-escpos-printer/pull/259

You can install my maintained version using the following command

npm install @ccdilan/react-native-bluetooth-escpos-printer

Here is the link to my GitHub repository: ccdilan/react-native-bluetooth-escpos-printer.

Feel free to check it out and let me know if you encounter any issues!

Reasons:
  • Blacklisted phrase (0.5): check it out
  • Blacklisted phrase (1): Here is the link
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Chinthaka Dilan F

79547190

Date: 2025-03-31 20:20:52
Score: 2
Natty:
Report link

When building against private (non-system) openssl library files, the Makefile generated by Curl's configuration tool expects these libraries to be located in a subdirectory named "/lib" below the directory you pass in via the --with-openssl or --with-ssl path settings.

Try copying the libcrypto.a / libcrypto.so / libssl.a / libssl.so files to a /lib subdirectory below your openssl path and then make curl again.

If the linker can't find these files it uses the system's libcrypto and libssl files. If they are older than the openssl source you get these sorts of unresolved function links.

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Starts with a question (0.5): When
  • Low reputation (1):
Posted by: Jon Trantham

79547181

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

the `source.sh` file with content:

#!/bin/bash -x
TEXT_INN="set -a && . .env && set +a"
sed -i "1 a $TEXT_INN " target.sh

do the job

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

79547174

Date: 2025-03-31 20:13:51
Score: 3
Natty:
Report link

i think that you can make a json file and post all the components with their directories and name, and then use it to import all the components from there

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

79547165

Date: 2025-03-31 20:08:50
Score: 0.5
Natty:
Report link

the culprit seems to have been in my for each loop. Strange it didn't occur in the other programs (option strict) gave me the clue. Here is what it those lines look like now:

'Concatenate the part number and description columns and display that so the user does not have
                'to figure out what just the part number is

                shieldblocks_dt.Columns.Add("concat")

                For Each item As DataRow In shieldblocks_dt.Rows

                    item("concat") = item("PartNumber").ToString & ", " & item("PartDescription").ToString

                Next

I simply added the .ToString and all was well

Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Perry 59

79547160

Date: 2025-03-31 20:04:48
Score: 7.5 🚩
Natty: 4.5
Report link

Did you ever find a solution to for this? I'm running into a similar issue.

Reasons:
  • RegEx Blacklisted phrase (3): Did you ever find a solution to
  • Low length (1.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): Did you
  • Low reputation (1):
Posted by: DaxFishing

79547159

Date: 2025-03-31 20:03:48
Score: 0.5
Natty:
Report link

Alternatively, check the Payload Type on both sides to see if the sent packet matches the receiving one. I had this when I fixed SFU, it turned out that PT=63 was coming, I wrapped it in RED, but PT=63 remained in the new package, not 111.

Reasons:
  • Whitelisted phrase (-2): I fixed
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Сергей Игоревич

79547142

Date: 2025-03-31 19:56:46
Score: 0.5
Natty:
Report link

This solution works for me: Add <CETCompat>false</CETCompat> to project file if you saw this error when migrating apps to Net Core 9 framework. There is a break change in Net Core 9:

https://github.com/dotnet/runtime/issues/108589
https://github.com/dotnet/docs/issues/42600

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

79547140

Date: 2025-03-31 19:54:46
Score: 2
Natty:
Report link

You can notarize the saver bundle and include it in your App. The user can have the App write the saver to the local filesystem, and then the user can install it as a normal saver with a double-click.

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

79547134

Date: 2025-03-31 19:50:45
Score: 1.5
Natty:
Report link

Denormalise the reference data into the Dims - which is what I think you have as option 2

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

79547129

Date: 2025-03-31 19:46:44
Score: 1
Natty:
Report link

Open the windows hosts file and just add the new host.

127.0.0.1 my-app.test

Windows Herd was not updating the hosts file.

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

79547125

Date: 2025-03-31 19:45:44
Score: 3.5
Natty:
Report link

I faced the same issues, I think an easier approach would be to go to Customize -> Toolbars and make sure you have Debug checked and location set to top.enter image description here

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

79547120

Date: 2025-03-31 19:43:43
Score: 0.5
Natty:
Report link

I think you have a problem with observer function. You can replace your observer function with a listener for user scroll action.

window.addEventListener('scroll', function() {
  if (window.innerHeight + window.scrollY >= document.documentElement.scrollHeight) {
    loadNextPage();
  }
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Stefino76

79547113

Date: 2025-03-31 19:39:43
Score: 1.5
Natty:
Report link

Add this to your .devcontainer.json file:

"remoteEnv": {
    "SSH_AUTH_SOCK": ""
}
Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: adam.artajew

79547112

Date: 2025-03-31 19:39:43
Score: 2
Natty:
Report link

You need change your file setup-jest.ts for that:
import { setupZonelessTestEnv } from 'jest-preset-angular/setup-env/zoneless';

setupZonelessTestEnv();

You can find a documentation here

https://thymikee.github.io/jest-preset-angular/docs/getting-started/testbed-environment

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

79547107

Date: 2025-03-31 19:38:43
Score: 2.5
Natty:
Report link

I found the problem. The issue was that the OpenCV folder path was incorrect. I wrote

<#include <opencv2/opencv.hpp>

but I should have written:

#include <your_opencv_module_path>

The error was simple, but it took me a long time to realize it. :(

Reasons:
  • Blacklisted phrase (1): :(
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: İsmail Kerem Gül

79547099

Date: 2025-03-31 19:35:41
Score: 12.5 🚩
Natty: 5.5
Report link

Having the same issue. Did you resolve it?

Reasons:
  • RegEx Blacklisted phrase (3): Did you resolve it
  • RegEx Blacklisted phrase (1.5): resolve it?
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): Having the same issue
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Jessie Matanky

79547096

Date: 2025-03-31 19:33:40
Score: 2
Natty:
Report link

I made an adaptation of All the rage's answer above:

def remove_row(table_ref, num_row):
    table_row = table_ref.rows[num_row]
    result = table_ref._tbl.remove(table_row._tr)
    return result
Reasons:
  • Probably link only (1):
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: juandesant

79547087

Date: 2025-03-31 19:25:39
Score: 1.5
Natty:
Report link

https://stackoverflow.com/users/4449503/ravi-korni
You are my hero.
I have a mixture of modules. Some modules use annotations and some xml bean definition files. I ran into this problem because the xml bean definition file could not see/find the beans defined by @Component annotation from the different module.

I added the line:

<context:component-scan base-package="com.something" />

However the line did not resolve correctly.
I also needed to add:

xmlns:context="http://www.springframework.org/schema/context"

to the beans definition.
After that I got the error:

The matching wildcard is strict, but no declaration can be found for element 'context:component-scan'

Adding these two values to xsi:schemaLocation parameter solved my issue.

http://www.springframework.org/schema/context
http://www.springframework.org/schema/context/spring-context.xsd

Here is the summary of my changes to the beans config:

<beans ... 
xmlns:context="http://www.springframework.org/schema/context" 
xsi:schemaLocation=...
    http://www.springframework.org/schema/context
    http://www.springframework.org/schema/context/spring-context.xsd
    ...
...

Finally, it works!

Reasons:
  • Blacklisted phrase (1): stackoverflow
  • Long answer (-1):
  • Has code block (-0.5):
  • User mentioned (1): @Component
  • Low reputation (1):
Posted by: Gayatry Devi

79547076

Date: 2025-03-31 19:17:37
Score: 4.5
Natty: 4.5
Report link

Many thanks to answer nr three. Works perfect!

eabertil

Reasons:
  • Blacklisted phrase (0.5): thanks
  • Contains signature (1):
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: eabertil

79547059

Date: 2025-03-31 19:07:35
Score: 2
Natty:
Report link

thank you James. I got a bunch of orders in my cart that got stuck on "pending payment" and found your post. the same weird email format for me too.

also, I googled the phone number on the orders and they all came back to "Shoe Sensation" locations throughout the country. some of the orders (with different names) came from the same IP addresses also.

Reasons:
  • Blacklisted phrase (0.5): thank you
  • No code block (0.5):
  • Low reputation (1):
Posted by: carry pn

79547058

Date: 2025-03-31 19:07:35
Score: 3
Natty:
Report link

I think the problem is about the running apk. You have to uninstall the running app, and do what Mr Diogo COREAI said.

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

79547044

Date: 2025-03-31 19:00:32
Score: 10 🚩
Natty: 6
Report link

@spikey_richie, could you please explain what an 'explicit user' is? I too am having the same issue as you and curious how you were able to enable the 'Templates' option when creating a new bug in the web application.

Reasons:
  • RegEx Blacklisted phrase (2.5): could you please explain what
  • Low length (0.5):
  • No code block (0.5):
  • Me too answer (2.5): having the same issue
  • Contains question mark (0.5):
  • User mentioned (1): @spikey_richie
  • Single line (0.5):
  • Looks like a comment (1):
  • Low reputation (1):
Posted by: varunaX

79547043

Date: 2025-03-31 18:59:32
Score: 2
Natty:
Report link

You can use a "remote testing environment" to run the tests in WSL or a Linux container: https://learn.microsoft.com/en-us/visualstudio/test/remote-testing?view=vs-2022

Reasons:
  • Whitelisted phrase (-1.5): You can use
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
Posted by: Nathan Carlson - MSFT

79547041

Date: 2025-03-31 18:57:31
Score: 2.5
Natty:
Report link

Given the third party library here, @google-cloud/secret-manager might not support ESM as of now, probably found a way around to the __dirname issue by making use of google-api-nodejs-client which is a wrapper over the Google REST APIs. Given this library has full typescript support, we can utilize the it to perform the same functionality of fetching secret value. The function mentioned above to fetch the secret value can be refactored in the given snippet:

...
// import { v1 } from '@google-cloud/secret-manager'; -- removed
import { google } from 'googleapis';
...

...
// const secretManagerClient = new v1.SecretManagerServiceClient(); -- removed

async function fetchSecretByName(secretName: string): Promise<string | undefined> { // refactored
  const auth = new google.auth.GoogleAuth();

  // obtain the current project Id
  const project = await auth.getProjectId();

  // build secret manager client
  const secretManager = google.secretmanager({ auth: auth, version: 'v1' });
  
  // fetch the secret value
  const res = await secretManager.projects.secrets.versions.access({
    name: secretName,
  })

  return Buffer.from(res.data.payload?.data?.toString() as string, 'base64').toString('utf8');
}

This helped overcome the issue of google-gax used in google-cloud-node library. Hope this comes in help to someone facing a similar issue of google-cloud-node in Angular 19 SSR.

Reasons:
  • Long answer (-1):
  • Has code block (-0.5):
  • Me too answer (2.5): facing a similar issue
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: adityaprakash

79547040

Date: 2025-03-31 18:56:31
Score: 4.5
Natty: 5
Report link

Find your puppeteer version in package.json and look at https://github.com/puppeteer/puppeteer/blob/main/docs/supported-browsers.md

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

79547016

Date: 2025-03-31 18:44:26
Score: 6.5 🚩
Natty:
Report link

Hey having the same issue, tho we are developing in react native & only the prod app on testflight/ prod build on Iphone fails.

Below are the logs @mahesh

enter image description here

Reasons:
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
  • Me too answer (2.5): having the same issue
  • User mentioned (1): @mahesh
  • Low reputation (0.5):
Posted by: gamingflexer

79547010

Date: 2025-03-31 18:42:26
Score: 2
Natty:
Report link

You should just be able to remove the outer set of quotation marks for JobData's value. If you're using JSON, there's no need for this to be a string, and it'll remove the need for all of the escape chars within it.

Once you do that, you should just be able to access JobData.attr3 or whatever you need

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

79547005

Date: 2025-03-31 18:38:25
Score: 3
Natty:
Report link

test api answer test api answer test api answer test api answer test api answer test api answer test api answer test api answer test api answer

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

79546991

Date: 2025-03-31 18:31:23
Score: 2.5
Natty:
Report link

I found the problem. If u're testing with postman, add X-Requested-With : XMLHttpRequest to headers and everything should work.

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

79546974

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

I am using SCCTextX.prg. I have made some modifications to it so it will regenerate the bin files properly. Prior to my mods, the sorting of controls within forms and classes causes instantiation issues (or sometimes, lack of instantiation). While sorting the properties and objects makes finding them easy when looking at the code itself, reconstructing those forms/libraries didn't work as expected. I made sorting optional. I don't recommend it for checking into source control since it breaks the forms/classes. I did, however, keep the sorting of classes within libraries since that didn't make a difference and keeping the classes in the same order is helpful when it comes to file compare.

I don't remember where I downloaded it from.

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

79546968

Date: 2025-03-31 18:12:19
Score: 0.5
Natty:
Report link

I discovered that if I "quick fix" the issue in VSCode, it offers to change the severity reporting, and I noticed that it modifies the .editorconfig file.

See Code Analysis categories

E.g.:

dotnet_analyzer_diagnostic.severity = warning
# dotnet_analyzer_diagnostic.category-Style.severity = warning

After changing to warning the issues now show up in the "problems" tab.

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

79546961

Date: 2025-03-31 18:08:18
Score: 0.5
Natty:
Report link

To delete letter Infront of the cursor you can use just Delete button or to delete words Infront of cursor you need to use Ctrl + Delete .

Reasons:
  • Whitelisted phrase (-1.5): you can use
  • Low length (1):
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: M_T

79546949

Date: 2025-03-31 18:03:17
Score: 1
Natty:
Report link

Or you can enter the flowing:

ipconfig | findstr /i ipv4

IPv4 Address. . . . . . . . . . . : 10.125.66.177
IPv4 Address. . . . . . . . . . . : 192.168.31.1
IPv4 Address. . . . . . . . . . . : 192.168.204.1
IPv4 Address. . . . . . . . . . . : 172.24.0.1
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Doug McMullen

79546943

Date: 2025-03-31 17:58:16
Score: 1.5
Natty:
Report link

I found this solution, with the aid of ChatGPT and it seems to solve the problem in my case, the script is:

for file in *; do
  if [[ "$file" == *"_"* ]]; then
    new_name=$(echo "$file" | sed 's/^[^_]*_//')
    mv "$file" "$new_name"
  fi
done
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Tony

79546933

Date: 2025-03-31 17:53:15
Score: 3.5
Natty:
Report link

It is possible via the AcctAdd api (jXchange) - Account Add | Enterprise Solutions | Jack Henry Docs
We also have XML examples for that https://jackhenry.dev/open-enterprise-api-docs/enterprise-soap-api/api-reference/core-services/acctadd/acctadd/#acctadd-timedeposit
As well as FAQ - https://jackhenry.dev/open-enterprise-api-docs/enterprise-soap-api/api-reference/core-services/acctadd/acctadd/#time-deposit

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

79546929

Date: 2025-03-31 17:52:15
Score: 3
Natty:
Report link

change from

objectFit: 'contain'

to

objectFit: 'cover',

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

79546928

Date: 2025-03-31 17:52:15
Score: 2.5
Natty:
Report link

mmm do like this,

  1. apply style to all images
  2. Revert styles for the specific image with a class or ID
  3. change the html also
Reasons:
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Thisara Jayanath

79546924

Date: 2025-03-31 17:50:14
Score: 2
Natty:
Report link

I just ran into this type error in my plotly dash app. In my case it was two controls having the identical id by accident. Hope this helps!

Reasons:
  • Whitelisted phrase (-1): Hope this helps
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Mediaveteran

79546907

Date: 2025-03-31 17:42:13
Score: 0.5
Natty:
Report link

Old version(version 5.x) can see the menu and toolbar.
You can download here

GeoGebra Classic 5 for Desktop

then install it, can see menu and tool bar.
enter image description here

Reasons:
  • Probably link only (1):
  • No code block (0.5):
  • High reputation (-1):
Posted by: Bench Vue

79546900

Date: 2025-03-31 17:38:12
Score: 1.5
Natty:
Report link

I tried asking here, tried Reddit, asked ChatGPT and even Mistral's Le Chat.
No answer.

However (!): someone pointed me to Blackbox AI and that finally helped me towards an answer.

The big problem seemed to be that I hadn't yet added a scrollview.
Funny thing is that I wanted to do that after I'd solved this issue.

So in short: adding scrollview was the solution.

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

79546895

Date: 2025-03-31 17:37:12
Score: 1
Natty:
Report link

in the configurations try to load both prettier and SQL plugging's globally.

prettier(mapOf("prettier" to "3.5.3", "prettier-plugin-sql" to "0.18.0")).config(mapOf("parser" to "html", "tabWidth" to 4))

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

79546889

Date: 2025-03-31 17:35:11
Score: 0.5
Natty:
Report link

If you're still looking for a solution to trigger haptic feedback in iOS PWAs, this library is exactly what you need 👇🏻

https://github.com/posaune0423/use-haptic

you can use like below

function HapticButton() {
  const { triggerHaptic } = useHaptic();
  return <button onClick={triggerHaptic}>Feel Haptic</button>;
}
Reasons:
  • Whitelisted phrase (-1.5): you can use
  • Contains signature (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: posaune0423

79546888

Date: 2025-03-31 17:33:11
Score: 3.5
Natty:
Report link

I have found finally the answer. Its here in another post.

How to declare self-referencing foreign key with Drizzle ORM

I was self referencing categories table with parentCategoryId

Reasons:
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: StykPohlavsson

79546877

Date: 2025-03-31 17:27:09
Score: 1
Natty:
Report link

Good Question, here is my response to your python calculator and the reset functionality:

# This function adds two numbers
def add(x, y):
    return x + y

# This function subtracts two numbers
def subtract(x, y):
    return x - y

# This function multiplies two numbers
def multiply(x, y):
    return x * y

# This function divides two numbers
def divide(x, y):
    return x / y

# This function uses to power
def power(x, y):
    return x ** y

# This function uses for the remainder
def remainder(x, y):
    return x % y

# Create a function to display the calculator
def calculator():
    while True:
        print("\nPlease select the operation:")
        print("1: Add")
        print("2: Subtract")
        print("3: Multiply")
        print("4: Divide")
        print("5: Power")
        print("6: Remainder")
        print("7: Terminate")
        print("8: Reset")

        choice = input("Enter choice (1-8 or $ to reset): ")

        # Reset functionality
        if choice == "$":
            print("Resetting calculator...")
            return calculator()

        # Terminate functionality
        if choice == "7":
            print("Terminating calculator. Goodbye!")
            break

        # Validate input
        if choice not in ["1", "2", "3", "4", "5", "6"]:
            print("Invalid input. Please try again.")
            continue

        try:
            num1 = float(input("Enter first number: "))
            num2 = float(input("Enter second number: "))
        except ValueError:
            print("Invalid number entered. Please try again.")
            continue

        if choice == "1":
            print(f"The result is: {add(num1, num2)}")
        elif choice == "2":
            print(f"The result is: {subtract(num1, num2)}")
        elif choice == "3":
            print(f"The result is: {multiply(num1, num2)}")
        elif choice == "4":
            if num2 == 0:
                print("Error: Division by zero is not allowed.")
            else:
                print(f"The result is: {divide(num1, num2)}")
        elif choice == "5":
            print(f"The result is: {power(num1, num2)}")
        elif choice == "6":
            print(f"The result is: {remainder(num1, num2)}")

# Start the calculator
calculator()

This version of the code will help you to understand the logic better, and avoids from reputation and complex coding. This code also checks for the user's input to type a valid number to perform calculation. Also, option 7 allows the user to exit the calculator gracefully.

Reasons:
  • RegEx Blacklisted phrase (1.5): reputation
  • Long answer (-1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: bibi456

79546869

Date: 2025-03-31 17:24:08
Score: 4
Natty: 5
Report link

Awesome effect! This is exactly what I was looking for, thank you so much!

Reasons:
  • Blacklisted phrase (0.5): thank you
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Lucid Quantum

79546857

Date: 2025-03-31 17:19:07
Score: 1
Natty:
Report link

To anyone seeking solution to this in 2025, there is a package NUSS for that - just remember to delete # prior to parsing hashtag: https://cran.r-project.org/web/packages/NUSS/

NUSS::unigram_sequence_segmentation("sometrendingtopic")$segmented

[1] "some trending topic"
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: theogrost

79546850

Date: 2025-03-31 17:17:06
Score: 8 🚩
Natty: 5.5
Report link

Today I meet the same issue of ByteArray. But the code in decodeJson.as is not read. Could you give me a correct decodejson.as file? Thanks.

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • RegEx Blacklisted phrase (2.5): Could you give me
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Peter Zhou

79546840

Date: 2025-03-31 17:12:04
Score: 3.5
Natty:
Report link

I'm having this same problem. Been trying to figure it out for a couple of years. Still can't find the answer. It used to work fine on my Windows XP computer. Since I bought a new computer (Windows 11) and installed Apache etc., It doesn't work. I don't know what the problem is. I've tried everything.

Reasons:
  • Blacklisted phrase (1): ve tried everything
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: WNOtis

79546835

Date: 2025-03-31 17:08:03
Score: 4
Natty: 4
Report link

mane what. idek mane. Ts frying me mane. Ts pmo fr.

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

79546825

Date: 2025-03-31 17:03:02
Score: 4.5
Natty: 4
Report link

You can find the instruction of installing NodeJS in cPanel here:

https://billing.skyhost.ro/index.php?rp=/knowledgebase/114/Configure-Node.js-applications-in-cPanel.html

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

79546815

Date: 2025-03-31 16:58:01
Score: 1.5
Natty:
Report link

423199505347 madrachod ka baccha dekho yah jo hai mera Paisa India Jo success hua hai Mera ₹1000 amount dala tha main ab Tak nahin aaya kyon tum log madrachod pandi Karti hogi ab main bola madrachod paisa dena hai ya nahin dena hai tumhara game ko promotion batao 7000 se 8000 tak processing per latka hua hai Mera ab Tak nahin aaya hai usmein tumhara game promote mein karta hu fir bhi tum log mara wapas da do nhi to sabko bolunga yah game mat khelo aur jo hai dusra application khele hi bahut bakwas application hai mere se nahin ₹5000 din ka din ka fayda hai aur jitna Ko main Diya hun चार-पांच lakh rupya monthly aata hoga tum log ko

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

79546813

Date: 2025-03-31 16:56:00
Score: 1.5
Natty:
Report link

Ok, answer was given in MS forums:

  1. Manually add index: Go to library settings > Indexed columns > Manually add the lookup column, then

  2. Go to Site settings > site information > view all site settings > Search and Offline Availability > Reindex the site.

After reindexing (which can take some time, depending on volume) search works.

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

79546811

Date: 2025-03-31 16:55:00
Score: 0.5
Natty:
Report link

With the newest developments of the godot crate (that will probably be included in v0.3), this is now possible:

RenderingServer::singleton().signals().frame_post_draw().to_future().await
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Andreas T

79546808

Date: 2025-03-31 16:54:00
Score: 2.5
Natty:
Report link

If I remember well, Acymaling has some shortcodes for differents insertions stype. Look at theses shortcodes on the manual to find thes shortcode you want

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

79546789

Date: 2025-03-31 16:43:58
Score: 3
Natty:
Report link

Pass correct Url. private apiUrl = 'http://localhost:5000/WeatherForecast';

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

79546775

Date: 2025-03-31 16:37:57
Score: 1.5
Natty:
Report link

I had a similar problem recently. Tried different strategies. Finally found sampling a subset of the data, compressing it and extrapolating to be most accurate. Wrote a small program to do this - zip-sizer. Error about 2-3% in my testing. Hope it helps.

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

79546770

Date: 2025-03-31 16:36:56
Score: 13 🚩
Natty: 5
Report link

Did you ever get this fixed? I have the same error now.

Reasons:
  • RegEx Blacklisted phrase (3): Did you ever get this fixed
  • RegEx Blacklisted phrase (1.5): fixed?
  • RegEx Blacklisted phrase (1): I have the same error
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): I have the same error
  • Contains question mark (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): Did you
  • Low reputation (1):
Posted by: Justess

79546763

Date: 2025-03-31 16:33:55
Score: 1.5
Natty:
Report link

I found the solution. I created a remote event that sent a request switch GUI to the client

Reasons:
  • Whitelisted phrase (-2): I found the solution
  • Low length (1):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Yanichegoneumeyu

79546754

Date: 2025-03-31 16:30:54
Score: 0.5
Natty:
Report link

First of all we want to use a while loop to repeatedly ask the user if they want to perform another calculation. Then check user input after each calculation to determine whether to continue or exit.

const calculator = require('readline-sync');
let operations = ['+', '-', '*', '/'];

function operationQuestion() {
    let operator, firstNumber, secondNumber;

    while (true) {  // Infinite loop, will break if user chooses to exit
        // Ask for operation
        operator = calculator.question(
            "What operation would you like to perform?" +
            "\nOptions:" +
            "\nAddition (" + operations[0] + ")" +
            "\nSubtraction (" + operations[1] + ")" +
            "\nMultiplication (" + operations[2] + ")" +
            "\nDivision (" + operations[3] + ")\n"
        );

        if (!operations.includes(operator)) {
            console.log("That is not a valid operation. Please try again.");
            continue;  // Restart loop if invalid operator
        }

        // Get numbers from user
        firstNumber = calculator.questionInt("Type the first number: ");
        secondNumber = calculator.questionInt("Type the second number: ");

        // Perform calculation
        switch (operator) {
            case '+':
                console.log(`The result of ${firstNumber} ${operator} ${secondNumber} = ${firstNumber + secondNumber}`);
                break;
            case '-':
                console.log(`The result of ${firstNumber} ${operator} ${secondNumber} = ${firstNumber - secondNumber}`);
                break;
            case '*':
                console.log(`The result of ${firstNumber} ${operator} ${secondNumber} = ${firstNumber * secondNumber}`);
                break;
            case '/':
                if (secondNumber === 0) {
                    console.log("Error: Division by zero is not allowed.");
                } else {
                    console.log(`The result of ${firstNumber} ${operator} ${secondNumber} = ${firstNumber / secondNumber}`);
                }
                break;
            default:
                console.log("Something went wrong :(");
        }

        // Ask if the user wants to perform another calculation
        let input = calculator.question("Do you want to perform another calculation? (yes/no): ").toLowerCase();
        if (input !== 'yes' && input !== 'y') {
            console.log("Goodbye!");
            break;  // Exit loop if user does not want another calculation
        }
    }
}
Reasons:
  • Blacklisted phrase (1): :(
  • Long answer (-1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: that_pali_guy

79546747

Date: 2025-03-31 16:25:53
Score: 1.5
Natty:
Report link

We ran into this error trying to re-install a software application on a user's laptop, after the application failed to launch. After scratching our heads for a while, our network admin logged in with admin credentials, and ran the app and installation program, and both worked. The issue seemed linked to the user's profile. Deleting the user's profile and recreating it resolved the issue.

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

79546744

Date: 2025-03-31 16:24:53
Score: 0.5
Natty:
Report link
import org.springframework.cloud.stream.binder.kinesis.listener.CheckpointerAwareMessageHandler;
import org.springframework.stereotype.Component;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import software.amazon.kinesis.checkpoint.ShardRecordProcessorCheckpointer;

@Component
public class KinesisCheckpointerHandler extends CheckpointerAwareMessageHandler {

    private static final Logger LOGGER = LoggerFactory.getLogger(KinesisCheckpointerHandler.class);

    public KinesisCheckpointerHandler() {
        super();
    }

    @Override
    protected void onMessage(Object payload, ShardRecordProcessorCheckpointer checkpointer) {
        LOGGER.info("Processing message: {}", payload);

        try {
            checkpointer.checkpoint();
            LOGGER.info("Checkpoint successful.");
        } catch (Exception e) {
            LOGGER.error("Checkpoint failed: {}", e.getMessage(), e);
        }
    }
}
Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Rajesh Babu Devabhaktuni

79546742

Date: 2025-03-31 16:23:53
Score: 2
Natty:
Report link

Closing.

Solution:
I used CustomValueDrawer to allow me how can i display my property

Reasons:
  • Blacklisted phrase (0.5): how can i
  • Whitelisted phrase (-2): Solution:
  • Low length (1.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Tomek Zwarycz

79546734

Date: 2025-03-31 16:19:51
Score: 6.5 🚩
Natty:
Report link

Have you found the cause of the problem? I also encountered the same problem

Reasons:
  • RegEx Blacklisted phrase (2.5): Have you found the cause of the problem
  • Low length (1.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: user30122442

79546733

Date: 2025-03-31 16:19:51
Score: 5
Natty:
Report link

I needed to update R, not just RStudio!

Reasons:
  • Blacklisted phrase (0.5): I need
  • Low length (2):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: abby hudak

79546723

Date: 2025-03-31 16:14:50
Score: 2.5
Natty:
Report link

Resolved the problem. I was using the same variable name for template variable and local variable. This was causing the above problem. Once I changed the name of my local variable, it started working.

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

79546720

Date: 2025-03-31 16:14:50
Score: 1
Natty:
Report link
/usr/bin/ld: cannot find /usr/lib64/libmvec_nonshared.a
/usr/bin/ld: cannot find /lib64/libmvec.so.1
collect2: ld returned 1 exit status

Please check your glibc version.Above error can be resolved by using glibc 2.33 and above version.

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

79546718

Date: 2025-03-31 16:14:50
Score: 1
Natty:
Report link

Using a button with JavaScript: A button can be placed inside mypage.html that closes the iframe:

<button onclick="closeIframe()">Close</button>
<script>
        function closeIframe() {
                 window.parent.document.querySelector('.modal').remove();
        }
</script>
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: pedram mojibi

79546709

Date: 2025-03-31 16:09:49
Score: 1
Natty:
Report link

Different engines may handle BVH data differently, but in most cases, each keyframe represents a change from zero rotation/offset. Try this library – it includes both a parser and a serializer for BVH and ANIM. You can check the source code to see how the conversion works (quaternions → Euler angles).
https://github.com/dreamflyer/anim-to-bvh

Reasons:
  • Whitelisted phrase (-1): Try this
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: NS_Coder

79546705

Date: 2025-03-31 16:07:48
Score: 3
Natty:
Report link

It looks like there is no solution for VSCode at the moment, but there is one for Sublime Text. For temporary formula editing, that's what I use. Link: https://github.com/axemonk/Spreadsheet-Formula

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

79546701

Date: 2025-03-31 16:06:48
Score: 1.5
Natty:
Report link

Alternate:

In-case your don't want to switch repositories you can setup in your local (or AWS S3 or any other cloud):
Download jar from : Maven Repo [ Choose suitable version, for this question 0.7.0-spark2.4-s_2.11 ]

Download option

and move the downloaded file to :
C:/Users/[Your PC Name]/.m2/repository/graphframes/graphframes/0.7.0-spark2.4-s_2.11/[ downloaded jar file ]
[ create folders if these aren't present : keep similar structure ]
just clean and install.

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

79546700

Date: 2025-03-31 16:06:48
Score: 1
Natty:
Report link

I was playing around and it seems that those are special files (sparse file? - no idea what it is), but all my files as on picture above returns TRUE with function below:

def is_sparse_file_win(path):
    try:
        import ctypes
        from ctypes import wintypes

        FILE_ATTRIBUTE_SPARSE_FILE = 0x00000200
        GetFileAttributes = ctypes.windll.kernel32.GetFileAttributesW
        GetFileAttributes.argtypes = [wintypes.LPCWSTR]
        GetFileAttributes.restype = wintypes.DWORD

        attrs = GetFileAttributes(path)
        return attrs & FILE_ATTRIBUTE_SPARSE_FILE != 0
    except:
        return False
Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Vladimir Buzalka

79546697

Date: 2025-03-31 16:05:48
Score: 2.5
Natty:
Report link

In this scenario, I would simply move selectOption to be inside your schema. You can then access the value from data in your .refine() or .superRefine() function.

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

79546687

Date: 2025-03-31 16:00:47
Score: 1.5
Natty:
Report link

Currently, Haystack’s PromptBuilder and OpenAIGenerator are designed to handle text only. That means you can’t directly pass binary image data or image files to the prompt builder.

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