79493249

Date: 2025-03-07 19:01:43
Score: 3.5
Natty:
Report link

Thanks for the great answer @Vítor Oliveira.

In the lower right you always see the current encoding and can change it as well.
Further the line endings needed to be changed for me from CRLF to LF to match unix systems.

enter image description here

Short addition: Now ANSI is called "Western (ISO 8859-1)" in VS Code.

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Probably link only (1):
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: F. Markus

79493248

Date: 2025-03-07 19:01:43
Score: 2
Natty:
Report link

I just saw this old question and I felt compelled to mention the book Continuous Delivery in Java, which covers precisely this kind of thing.

Full disclosure: I'm one of the co-authors, so obviously biased 😊

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

79493247

Date: 2025-03-07 19:00:42
Score: 0.5
Natty:
Report link

I found a workarround using Box and setting the color on LinearProgress to inherit:

import { Box, LinearProgress } from '@mui/material';

export default function ProgressBar() {
  return (
    <Box color="progress.501">
      <LinearProgress
        variant="determinate"
        value={50}
        color="inherit"
        sx={{
          height: 8,
          width: 120,
        }}
      />
    </Box\>
  );
}

However, I wonder if there's a way to make it work like it does in Typography, i.e., without needing an extra Box component.

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

79493236

Date: 2025-03-07 18:57:42
Score: 1
Natty:
Report link

import cv2

import numpy as np

from PIL import Image

# Load the image

image_path = "/mnt/data/file-1ZEJNRs1fRw6rjpuCRzwQt"

image = cv2.imread(image_path)

# Convert to grayscale

gray_image = cv2.cvtColor(image, cv2.COLOR_BGR2GRAY)

# Invert the grayscale image

inverted_image = cv2.bitwise_not(gray_image)

# Apply Gaussian blur

blurred = cv2.GaussianBlur(inverted_image, (21, 21), sigmaX=0, sigmaY=0)

# Invert the blurred image

inverted_blurred = cv2.bitwise_not(blurred)

# Create the pencil sketch

sketch = cv2.divide(gray_image, inverted_blurred, scale=256.0)

# Save the sketch

sketch_path = "/mnt/data/sketch.png"

cv2.imwrite(sketch_path, sketch)

# Return the path

to the sketch

sketch_path

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

79493230

Date: 2025-03-07 18:55:41
Score: 0.5
Natty:
Report link

There can be 3 reasons behind it:

  1. Try clearing the npm cache:

npm cache clean --force
npm i -g nodemon

  1. If your npm is outdated then update it:

npm install -g npm

  1. Reinstall your node.js. It might be broken.
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Piyush Jain

79493224

Date: 2025-03-07 18:49:40
Score: 1.5
Natty:
Report link

if you're using Avast Antivirus, then disable for 10 minutes and run composer again.
It works for me

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

79493199

Date: 2025-03-07 18:36:37
Score: 2.5
Natty:
Report link

The SymmetricDS service on Linux needs to be installed first:
bin/sym_service install

See SymmetricDS User Guide for Linux service: https://symmetricds.sourceforge.net/doc/3.15/html/user-guide.html#_running_as_a_linuxunix_daemon

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

79493197

Date: 2025-03-07 18:36:37
Score: 1.5
Natty:
Report link

Normally GET is used to list data. I had a similar problem with real-time data working with REACT and PHP. The solution was to change the GET to POST and it worked. I hope this little tip helps you.

Reasons:
  • Whitelisted phrase (-1): it worked
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Luis Alexander Jara Escalante

79493196

Date: 2025-03-07 18:35:36
Score: 2.5
Natty:
Report link

I solved this by starting up the installer and repairing my installation.enter image description here

Reasons:
  • Whitelisted phrase (-2): I solved
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: skay

79493195

Date: 2025-03-07 18:34:36
Score: 2
Natty:
Report link

GCC is a monolithic design architecture, while llvm is more modular.
LLVM has fix the m*n problem of the compiler design to m+n to know you can visit to the blog

https://www.compilersutra.com/docs/llvm/llvm_basic/Why_What_Is_LLVM

While GCC is still used in the legacy software.
To know more about the difference between gcc and llvm, please visit

https://www.compilersutra.com/docs/compilers/gcc_vs_llvm

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

79493194

Date: 2025-03-07 18:33:36
Score: 0.5
Natty:
Report link

Sorry about that, the below works of course; too little coffee and was expecting to see the ref in chrome dev mode, jesus.

This works:

const logoEl = useTemplateRef('thelogo')

onMounted(() => {
    console.log(logoEl.value?.$el)

})

</script>

<template>
    <div class="home-wrapper">
        <section class="logo" ref="logo">
            <!--<TheLogo class="logo__svg" :fontControlled="false" />-->
            <NuxtImg src="/thelogo.png" ref="thelogo" loading="lazy" format="webp" quality="100"
                sizes="50vw sm:60vw md:500px" densities="x1 x2" />
        </section>

        <section class="title">THOMAS<br>THORSTENSSON</section>
    </div>
</template>

Thanks, Thomas

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: Thomas James Thorstensson

79493192

Date: 2025-03-07 18:32:36
Score: 1
Natty:
Report link

OK - so this sort of works but gives me double entries in the box plot legend ...

enter image description here

import holoviews as hv
import hvplot.pandas
import pandas as pd

data = pd.read_csv('https://raw.githubusercontent.com/ChrisWalshaw/DataViz/master/Data/Products/DailySales.csv', index_col=0)
data.index = pd.to_datetime(data.index)
print(data.head())

selected = ['A', 'F', 'L']

plot1 = data[selected].hvplot.line(
    frame_height=300, frame_width=300,
)
plot2 = data[selected].hvplot.hist(
    frame_height=300, frame_width=300,
)
plot3 = data[selected].melt().hvplot.box(
    frame_height=300, frame_width=300, by='variable', c='variable',
    cmap=hv.Cycle.default_cycles['default_colors'],
)
plot = plot1 + plot2 + plot3
hvplot.show(plot)
Reasons:
  • Probably link only (1):
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Chris Walshaw

79493190

Date: 2025-03-07 18:32:36
Score: 0.5
Natty:
Report link

You can try add a { delay: null } in the userEvent.type(searchComp, 'ABC');:

userEvent.type(searchComp, 'ABC', { delay: null });

Work for me in some cases, I'm using react 18, jest 29 and @testing-library/user-event 14

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

79493182

Date: 2025-03-07 18:29:35
Score: 1
Natty:
Report link

That would’ve been a great feature, I really don’t know why postman doesn’t have such a feature, it Would have been similar to jetbrain’s ide’s ssh feature for service like logging into a database, for example you only have localhost login to your database, the ide logs with ssh into the machine then you login to the database locally, or if running test docker containers on remote machines you ssh to your remote machines and build and test your docker dev container on that machine

What I ended up doing is building the request in postman and i copy it as a curl code snippet and i run it in my ssh terminal

Or You can follow this article how to use your ssh login as a local http proxy server, postman support http forward proxies

Reasons:
  • Blacklisted phrase (1): this article
  • Long answer (-0.5):
  • No code block (0.5):
Posted by: Isaac Weingarten

79493167

Date: 2025-03-07 18:23:34
Score: 3.5
Natty:
Report link

Use OCR and AI-based image processing for tyre text detection and recognition. https://nyumahmobiletyres247.co.uk/

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

79493160

Date: 2025-03-07 18:21:33
Score: 5
Natty:
Report link

I'm having issues when I use 100vh or h-screen. I haven't found a solution I like, but I noticed that if I changed it to 90vh it would work the way I want better.

Reasons:
  • RegEx Blacklisted phrase (1): I want
  • RegEx Blacklisted phrase (1): haven't found a solution
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Nethol

79493152

Date: 2025-03-07 18:15:31
Score: 1.5
Natty:
Report link

Flutter 3.27 fixes it. Hurray!

Search for "Edge to edge" in the announcement blog post and you'll find the news.

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • High reputation (-1):
Posted by: Clément Cardonnel

79493139

Date: 2025-03-07 18:11:30
Score: 3.5
Natty:
Report link

Wondering if you ever figured this out? I'm trying to accomplish the same thing. I was able to get the third level to show up but it isn't quite working as expected.

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Samantha DeLuca

79493129

Date: 2025-03-07 18:05:29
Score: 1.5
Natty:
Report link

I am doing this at the end of my on_release function to reset the state of the pressed keys:

keyboard._pressed_events.clear()

Thank you for posting and identifying the problem, OP! This was driving me crazy.

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Rayzorblade23

79493126

Date: 2025-03-07 18:04:29
Score: 1.5
Natty:
Report link

This one worked for me (integer numbers only):

([1-9][0-9]+|[1-9])

https://regexr.com/3annd

Reasons:
  • Whitelisted phrase (-1): worked for me
  • Probably link only (1):
  • Low length (1.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Luis Talora

79493099

Date: 2025-03-07 17:50:26
Score: 4
Natty:
Report link

i am new to amazon connect. I am trying to make a audio works from play prompts or lex messages on audio chat for user that starts webchat. The WEBRTC broswer connection is okay. After calling the active call stays for 5-7 seconds. That is fine as for basic all i want is playpromt audio should get listen . But no audio comes from amazon connect servers . The cloud watch the first log entry of start media stream is fine Butthe 2nd log entry of startmediastreaming shows error in result

"Parameters": {
        "MediaStreamTypes": "Audio",
        "Track": [
            "ToCustomer",
            "FromCustomer"
        ]
    }

I have enable media streaming keneis etc in instance for needful IAM rules ( That managed by AWS anayway) Are you saying listening to audio of play prompts or lex messages are not possible. I have to claim phone number for calls?

Reasons:
  • Blacklisted phrase (1): I am trying to
  • RegEx Blacklisted phrase (1): i want
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: echabbewal

79493096

Date: 2025-03-07 17:49:25
Score: 11 🚩
Natty:
Report link

I am having the same unresolved reference to io issue in the same file. Did you manage to get it fixed? If yes, please answer your own question. Thanks!

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • RegEx Blacklisted phrase (2.5): please answer your
  • RegEx Blacklisted phrase (3): Did you manage to get it fixed
  • RegEx Blacklisted phrase (1.5): fixed?
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Trevor Prime

79493093

Date: 2025-03-07 17:48:24
Score: 1
Natty:
Report link

I've found a solution here: https://swiftui-lab.com/matchedgeometryeffect-part1/

Basically what's needed is to use this 'invisible' transition:

extension AnyTransition {
    static var invisible: AnyTransition {
        AnyTransition.modifier(
            active: InvisibleModifier(pct: 0),
            identity: InvisibleModifier(pct: 1)
        )
    }
    
    struct InvisibleModifier: AnimatableModifier {
        var pct: Double
        
        var animatableData: Double {
            get { pct }
            set { pct = newValue }
        }
        
        
        func body(content: Content) -> some View {
            content.opacity(pct == 1.0 ? 1 : 0)
        }
    }
}
Reasons:
  • Probably link only (1):
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Artur Radiuk

79493079

Date: 2025-03-07 17:42:23
Score: 11
Natty: 7.5
Report link

i have a same problem. Have you solved the problem?

Reasons:
  • Blacklisted phrase (1.5): Have you solved the problem
  • RegEx Blacklisted phrase (1.5): solved the problem?
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): i have a same problem
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: marfars

79493076

Date: 2025-03-07 17:40:22
Score: 3.5
Natty:
Report link

Warp supports being opened as an external terminal from VS Code with a shortcut. See more in the docs. https://docs.warp.dev/features/integrations-and-plugins#vscode

Warp also has an open feature request for VS Code embedding here: https://github.com/warpdotdev/Warp/issues/257

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

79493071

Date: 2025-03-07 17:38:22
Score: 1
Natty:
Report link

pip install -q ffmpeg-python

-q flag for installing quietly, as it needs a yes confirmation in proceeding.

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

79493055

Date: 2025-03-07 17:32:20
Score: 3.5
Natty:
Report link

When I uninstalled it on my system and then installed the latest version, then the problem disappeared.

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): When I
  • Low reputation (1):
Posted by: Debangshu

79493047

Date: 2025-03-07 17:30:20
Score: 2
Natty:
Report link

I had the same issue, just remove the last update and went back to the last one. Seems to have solved it so far.

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

79493039

Date: 2025-03-07 17:28:19
Score: 1.5
Natty:
Report link

I know this is super late, but

in Normal mode:

g?

it will rotate by 13 letters. to un-rotate, press g? again to rotate back.

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

79493036

Date: 2025-03-07 17:26:18
Score: 4
Natty: 4.5
Report link

same problem, manually building with QuarkusRestClientBuilder.newBuilder() does not supports fault tolerance annotations.

Reasons:
  • RegEx Blacklisted phrase (1): same problem
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: ggallo

79493032

Date: 2025-03-07 17:24:17
Score: 2.5
Natty:
Report link

Variadic Friends has been implemented in clang 20 now.

https://releases.llvm.org/20.1.0/tools/clang/docs/ReleaseNotes.html

Gcc should support it from gcc 15.
https://gcc.gnu.org/projects/cxx-status.html

P2893R3

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

79493029

Date: 2025-03-07 17:24:17
Score: 3.5
Natty:
Report link

I found a solution. I changed the TypeScriptCompileBlocked setting in the project to true. true Thank you to those who responded!

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Low length (1):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: SChristiansen

79493026

Date: 2025-03-07 17:22:17
Score: 10
Natty: 8
Report link

How did you solve it? thanks for your help

Reasons:
  • Blacklisted phrase (0.5): thanks
  • Blacklisted phrase (1): How did you solve it
  • Whitelisted phrase (-0.5): thanks for your help
  • RegEx Blacklisted phrase (3): did you solve it
  • RegEx Blacklisted phrase (1.5): solve it?
  • Low length (1.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): How did you solve it
  • Low reputation (1):
Posted by: Lele991

79493022

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

I guess some process spawned by the command does change the current directory. But that change does not affect the calling shell's current directory. I did not verify this answer but I hope this helps.

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

79493019

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

Simple way to fixed it you need edit .env or .env.local file:

NEXT_PUBLIC_SANITY_PROJECT_ID=
NEXT_PUBLIC_SANITY_DATASET=production
NEXT_PUBLIC_SANITY_API_VERSION=
SANITY_STUDIO_PROJECT_ID=
SANITY_STUDIO_DATASET=production

need to duplicate it. with NEXT and without NEXT

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Al Mamun Khan

79493015

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

Good question, Raj!

You can define a "virtual" edge by reusing the existing node table `Interest`. This technique is recommended by us at the user guide: https://cloud.google.com/spanner/docs/graph/best-practices-designing-schema#merging-node-and-edge-input-tables

CREATE PROPERTY GRAPH TestGraph
NODE TABLES (
  InterestCategory,
  Interest,
)
EDGE TABLES (
  Interest AS ContainsInterest
    SOURCE KEY (interest_category_id) REFERENCES InterestCategory
    DESTINATION KEY (interest_id) REFERENCES Interest
)

Query will appear as

GRAPH TestGraph
MATCH p = (n:InterestCategory)-[:ContainsInterest]->(b:Interest)
RETURN TO_JSON(p) as interest_paths;

Given that the two tables have FK reference constraint and shares the prefix key, you can employ INTERLEAVE IN PARENT technique to optimize the schema design, as we recommended here in the user guide: https://cloud.google.com/spanner/docs/graph/best-practices-designing-schema#optimize-forward-edge-traversal

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

79493014

Date: 2025-03-07 17:18:15
Score: 3.5
Natty:
Report link

Console.WriteLine(string.Join(",",like));

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Has no white space (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Mormon SUD

79493008

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

The Superset API is very hard (and did not work on my side), so I made a script to export a dashboard in the PNG format:

https://github.com/tarraschk/apache-superset-screenshot

Reasons:
  • Blacklisted phrase (1): did not work
  • Low length (1):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Maxime Alay-Eddine

79493007

Date: 2025-03-07 17:15:15
Score: 0.5
Natty:
Report link

Encountered an same erron in my React Native project. After troubleshooting, I found a solution that resolved the problem. Here’s a step-by-step guide to fix it.

Step-by-Step Fix

  1. Ensure Correct Installation npm install @react-native-async-storage/async-storage

Or, if using Yarn:

yarn add @react-native-async-storage/async-storage

  1. Clear Cache and Rebuild Since React Native caches can cause issues, I cleared the cache and restarted my project using the following commands:

npx react-native start --reset-cache npx react-native run-android # For Android

  1. Check for Linking React Native should automatically link the package. However, if I needed to manually link it, I used: npx react-native link @react-native-async-storage/async-storage

  2. Manually Rebuild for Android

For Android, I ensured a clean build by running:

cd android

./gradlew clean

cd ..

npx react-native run-android

After making these changes, my AsyncStorage implementation worked correctly.

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

79493006

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

C#

private byte[] MemStream2Array(MemoryStream ms)
{
    byte[] fileByte = ms.ToArray();
    return fileByte;
}

Vb.net

 Private Function MemStream2Array(_ms As MemoryStream) As Byte()
        Dim fileByte As Byte() = _ms.ToArray()
        Return fileByte
    End Function
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: S.Amir

79492994

Date: 2025-03-07 17:09:13
Score: 11.5
Natty: 7.5
Report link

Have you ever found an answer to this?

Reasons:
  • Blacklisted phrase (1): answer to this?
  • RegEx Blacklisted phrase (2.5): Have you ever found an answer to this
  • RegEx Blacklisted phrase (2): Have you ever found
  • Low length (2):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Fort

79492993

Date: 2025-03-07 17:09:13
Score: 0.5
Natty:
Report link

I recommend that you have two scripts:

{
  ...
  "lint:check": "next lint",
  "lint:fix": "next lint --fix"
},

P.S: Concatenating the commands next lint && next lint --fix will not work because the first one returns the files that have errors, therefore it stops the execution.

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

79492988

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

Solution is PIVOT with where condition. Other solution is self join.

Reasons:
  • Whitelisted phrase (-1): Solution is
  • Whitelisted phrase (-1): solution is
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: user29930381

79492987

Date: 2025-03-07 17:06:12
Score: 3
Natty:
Report link

Thanks for your answer.
I already tried without client_id and client_secret with same result.
I'm indeed using https://account-d.docusign.com/oauth/token
The refresh token has been generated few minutes before.
I get the same result from Postman without editing anything else than the three variables like in my screenshot.

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

79492983

Date: 2025-03-07 17:04:11
Score: 4
Natty:
Report link

As @Clemens points out, the correct way to add an event handler is to override the appropriate On<handler name> method in the code behind.

Reasons:
  • Low length (1):
  • No code block (0.5):
  • User mentioned (1): @Clemens
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Nottoc

79492981

Date: 2025-03-07 17:04:11
Score: 1
Natty:
Report link

In my case was a problem with path for PHP 8.1

ln -s /usr/include/oracle/19.20/client64 /usr/lib64/oracle/19.20/client64/include

did the trick.

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

79492979

Date: 2025-03-07 17:03:11
Score: 2.5
Natty:
Report link

Something like this maybe?

Sub DoubleDimensions()
    Dim ws As Worksheet
    Set ws = ActiveSheet
    
    ' Double column width for columns BU:HG
    Dim col As Range
    For Each col In ws.Range("BU:HG").Columns
        col.ColumnWidth = col.ColumnWidth * 2
    Next col
    
    ' Double row height for rows 95:186
    Dim row As Range
    For Each row In ws.Range("95:186").Rows
        row.RowHeight = row.RowHeight * 2
    Next row
    
    ' Double font size for cells in the range BU95:HG186
    Dim cell As Range
    For Each cell In ws.Range("BU95:HG186").Cells
        cell.Font.Size = cell.Font.Size * 2
    Next cell
End Sub

enter image description here

Reasons:
  • Probably link only (1):
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Low reputation (0.5):
Posted by: Pietro D'Antuono

79492965

Date: 2025-03-07 16:56:10
Score: 3
Natty:
Report link

I ended up contacting Redis support and they told me that my Redisearch module was behind a version. Apparently they roll out updates in phases. There was no Unicode search in version 2.10.12. Once they bumped up the version to 2.10.13, the queries started to return results.

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

79492961

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

Did you try flip "c"matrix first of "registration"matrix?

transform = t @ A 
c = FLIPXY_44 @ c @ FLIPXY_44
transform = c @ transform @ np.linalg.inv(c)
registration = FLIPXY_44 @ transform @ FLIPXY_44
Reasons:
  • Whitelisted phrase (-2): Did you try
  • Low length (0.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Starts with a question (0.5): Did you
  • Low reputation (1):
Posted by: BrunoP

79492957

Date: 2025-03-07 16:54:10
Score: 3
Natty:
Report link

The Shibboleth project's statement on Maven Central is here:

https://shibboleth.atlassian.net/wiki/spaces/DEV/pages/1123844333/Use+of+Maven+Central

Documentation on the Shibboleth project-provided repositories is here:

https://shibboleth.atlassian.net/wiki/spaces/DEV/pages/2891317253/MavenRepositories

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

79492946

Date: 2025-03-07 16:47:08
Score: 0.5
Natty:
Report link

For me, I was using Brave Browser so it wasn't working but on Chrome it does work. But I noticed that Brave Browsers triggers debugging permission dialog on my phone but Chrome doesn't.

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

79492943

Date: 2025-03-07 16:45:08
Score: 2.5
Natty:
Report link

To resolve the issue, I added the Gandi certificate of the F5 load balancer to the backend API if the certificate is publicly signed by Gandi. Initially, I thought it should have been the gateway certificate or the Keycloak certificate, but it turned out that the F5 certificate was actually the one needed.

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

79492940

Date: 2025-03-07 16:44:07
Score: 1
Natty:
Report link

As of right now, Android Studio and IntelliJIDEA do not support previewing composables in commonMain. You could create a preview in androidMain and see the previews that way. The Compose Multiplatform previews are currently only supported in Fleet. I assume the preview feature is coming (but have no concrete proof), as JetBrains have recently announced that they're shifting from creating a standalone KMP IDE to providing better Multiplatform support in the IntelliJ IDE.

Reasons:
  • No code block (0.5):
  • Single line (0.5):
Posted by: Aleksandar Stefanović

79492937

Date: 2025-03-07 16:43:07
Score: 2.5
Natty:
Report link

In addition to the answers here, you can also use:

thisworkbook.BuiltinDocumentProperties(12)

This will (also) give the last save date.

Built in document properties are:

Table of workbook builtinproperties. Should be OCR friendly.

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

79492934

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

This did the trick for me:

  func updateUIView(_ uiView: PDFView, context: UIViewRepresentableContext<DocumentView>) {
    DispatchQueue.main.async {
      uiView.document = PDFDocument(data: self.document)
    }
  }
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Jim Haungs

79492925

Date: 2025-03-07 16:38:06
Score: 1
Natty:
Report link

There seems to be some kind of bug when using a PostgreSQL ODBC Data Source in SSIS (Version 1.5) in visual studio 2022.

I managed to make the ODBC Source work by using the "Advanced Editor ..." menu instead of the "Edit...". In it, I configured the query to use then used the "Refresh" button at the bottom of the page.

The speed increase over the ADO.Net source is really appreciable.

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

79492924

Date: 2025-03-07 16:37:06
Score: 2
Natty:
Report link

the same applies to me : following the last update (AS and Flutter) this error appeared. May be due to the InteractiveViewer widget, but don't know why.

However this message does not prevent the code from working properly

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

79492918

Date: 2025-03-07 16:36:06
Score: 3
Natty:
Report link

Thanks to @furas for pointing the error I made, I was using url: "

https://www.sec.gov/Archives/edgar/data/1965040/000112760224010272"

instead of

https://www.sec.gov/Archives/edgar/data/1965040/000112760224010272/form4.xml"

which caused the issue. I was able to download the file once I corrected this mistake even with my original headers. Many thanks to you all for the input.

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Blacklisted phrase (0.5): thanks
  • Has code block (-0.5):
  • User mentioned (1): @furas
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: punyakoti

79492916

Date: 2025-03-07 16:35:05
Score: 2.5
Natty:
Report link

That option was renamed as virtual network gateway.
subnet-->subnet purpose --> virtual network gateway

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: harsha vardhan reddy

79492912

Date: 2025-03-07 16:34:05
Score: 2.5
Natty:
Report link

mmnormalize is a far better tool to use to parse messages, regex is rather slow by comparison

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

79492907

Date: 2025-03-07 16:30:04
Score: 0.5
Natty:
Report link

This formula stacks the data from the same array B4:G25 on each sheet, then randomly sorts all the rows of the stacked data, then selects the top row from the random sort:

=LET(a, VSTACK(Sheet1:Sheet4!B4:G25), TAKE(SORTBY(a, RANDARRAY(ROWS(a))),1))
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Bam

79492899

Date: 2025-03-07 16:25:03
Score: 2
Natty:
Report link

filterMode требуется указывать в DataZoom.

dataZoom: [ { type: 'slider', filterMode: 'none', show: true, xAxisIndex: [0], }, { type: 'inside', filterMode: 'none', xAxisIndex: [0], } ],

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

79492884

Date: 2025-03-07 16:21:02
Score: 1.5
Natty:
Report link

This works since R34. So does the dynamic keyword (which uses the same underlying mechanism).

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

79492877

Date: 2025-03-07 16:19:01
Score: 1
Natty:
Report link

I had the same problem, and I tried temporarily disabling my Kaspersky, and it worked fine. Maybe it was caused by the antivirus app web protechtion.

Reasons:
  • Whitelisted phrase (-1): it worked
  • Whitelisted phrase (-1): I had the same
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Than Sothearak

79492867

Date: 2025-03-07 16:12:00
Score: 0.5
Natty:
Report link

This is 5 years later, but I stumbled across this question while having this same error in the console during a setup of the jQWidgets library. This error likely means that the project or application you are using depends on jQWidgets and either does not have jQuery included before the library is used (jQWidgets depends on jQuery as the name suggests), or is missing the core reference to the library before it is used. For me making sure to include a reference to jqxcore.js before attempting to use a widget fixed it.

See this forum thread from the jQWidgets website for more information: https://www.jqwidgets.com/community/topic/uncaught-referenceerror-jqxbaseframework-is-not-defined/

Here is a link to the jQWidgets documentation as well:

https://www.jqwidgets.com/jquery-widgets-documentation/

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

79492858

Date: 2025-03-07 16:08:59
Score: 1
Natty:
Report link
with 
member [measures].[sizes_count] as 
  (existing [Товары].[SizeID].[SizeID]).count
select 
  {[measures].[sizescount]} on 0,
  {[Товары].[ItemID].[6863153]} on 1
from 
  [Analyse]
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Igor Shekhounov

79492855

Date: 2025-03-07 16:07:59
Score: 1
Natty:
Report link

Eventually, this worked.

I'm not sure what fixed it though: (1) only waiting some more or (2) the fact that at some point I assigned some identities under the following setting:

Configure Access Permissions

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

79492849

Date: 2025-03-07 16:04:59
Score: 1
Natty:
Report link

You haven't provided info about:

BUT, here the answer is in Streamlit's documentation: st.experimental_rerun was deprecated in version 1.27.0. Use st.rerun instead.

You may need to downgrade if you want to use that attribute, or upgrade your code for the version you're using.

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

79492848

Date: 2025-03-07 16:04:59
Score: 1.5
Natty:
Report link

I've added support for Kubelka-Munk mixing in my open source Unicolour .NET library.

Generally usage needs pigment measurements, but the Experimental project supports generating reflectance curves from RGB colours, which can be used to approximate a pigment and then used with Kubelka-Munk mixing.

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

79492834

Date: 2025-03-07 16:00:57
Score: 0.5
Natty:
Report link

I can answer my own question: It is important to use DialogContent instead of MudDialogContent, as well as TitleContent and DialogActions without the Mud prefix. Here is the corrected LoginDialog.razor file:

@inject IDialogService DialogService
@using MyNamespace.UserRepo;
@using Microsoft.AspNetCore.Components
@using MudBlazor

<MudDialogProvider />

<MudDialog>
    <TitleContent>
        Login
    </TitleContent>
    <DialogContent>
        <MudTextField @bind-Value="_username" Label="Username" Required="true" Adornment="Adornment.Start" AdornmentIcon="mdi-account" />
        <MudTextField @bind-Value="_password" Label="Password" Required="true" Password="true" Adornment="Adornment.Start" AdornmentIcon="mdi-lock" />
    </DialogContent>
    <DialogActions>
        <MudButton OnClick="PerformLogin">Log in</MudButton>
        <MudButton OnClick="CancelDialog">Cancel</MudButton>
    </DialogActions>
</MudDialog>

@code {
    [CascadingParameter]
    private IMudDialogInstance MudDialog { get; set; }
    private string _username = "";
    private string _password = "";

    private void CloseDialog()
    {
        MudDialog.Close(DialogResult.Ok(true));
    }

    private void CancelDialog()
    {
        MudDialog.Cancel();
    }

    internal async Task PerformLogin()
    {
        UserRepo.Models.User? loggedInUser = await UserRepo.Loader.LoadUsers(_username, _password);
        CloseDialog();
    }
}

This is a simple dialog as I expected it.

In MainLayout.razor:

at the top of the page: @inject IDialogService DialogService

private async void ShowLoginDialog(MouseEventArgs args)
{
    MudBlazor.IDialogReference? dialog = await DialogService.ShowAsync<LoginDialog>("");
    DialogResult? result = await dialog.Result;
}
Reasons:
  • Probably link only (1):
  • Long answer (-1):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Daniel

79492825

Date: 2025-03-07 15:57:56
Score: 3.5
Natty:
Report link

install pre version python-debugger in the vscode extension really work!

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

79492824

Date: 2025-03-07 15:57:56
Score: 1.5
Natty:
Report link

If you are not able to click child level div or button after use z-index in parent div. Use "pointer-events:none;" in the parent level css.

pointer-events:none;

Check this sample https://codepen.io/kuttisenthil/pen/WbNOypx

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

79492809

Date: 2025-03-07 15:50:54
Score: 4.5
Natty:
Report link

If anyone coming to this thread and feel interested, sharing my previous blog about this question with illustrations: https://lkaihua.github.io/posts/solve-biggest-k-problem-by-heap-in-right-way/

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

79492804

Date: 2025-03-07 15:48:54
Score: 1
Natty:
Report link

Using vue-router version 4.4.5 is possible to call clearRoutes after push, but all history is clear.

router.push({ name: 'login-page' });
router.clearRoutes();
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Ibanêz

79492784

Date: 2025-03-07 15:41:52
Score: 1.5
Natty:
Report link

does not work for me with DateInput:

<DateInput
 className="max-w-sm"
 label="Active from"
 value={parseDate(model?.activeFrom)}
</DateInput>

'activeFrom' is a formatted date. I have compilation error: TS2322: Type CalendarDate is not assignable to type DateValue | null | undefined

Reasons:
  • RegEx Blacklisted phrase (1): I have compilation error
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Andrei Isakov

79492776

Date: 2025-03-07 15:37:51
Score: 3.5
Natty:
Report link

I tend to use the online documentation. For example:

https://media.3ds.com/support/documentation/developer/V5-6R2024/en/online/CAACenV5Default.htm

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

79492766

Date: 2025-03-07 15:32:50
Score: 1.5
Natty:
Report link

You do not need Selenium Grid to run tests in parallel. Modern computers have multiple cores or processors - you can utilize this to run tests vertically instead of horizontally.

As your project is based on Java - you can run tests in parallel using the TestNG test runner. Below is an example of how it can be done or configured.

enter image description here

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

79492748

Date: 2025-03-07 15:24:47
Score: 14 🚩
Natty: 6.5
Report link

did you resolve your question? What options have you found? Thanks

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • RegEx Blacklisted phrase (3): did you resolve your
  • RegEx Blacklisted phrase (1.5): resolve your question?
  • RegEx Blacklisted phrase (2.5): have you found
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): did you
  • Low reputation (1):
Posted by: Ander

79492747

Date: 2025-03-07 15:24:47
Score: 1.5
Natty:
Report link

For now I'm writing them this way since classes are prepended anyways.

<div class="{{ ('size-40 bg-danger ' ~ attributes.render('class'))|tailwind_merge }}"></div>
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: humblots

79492744

Date: 2025-03-07 15:24:47
Score: 2
Natty:
Report link

I faced similar issue using

ProviderInstaller.installIfNeeded(context)
Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Toubap

79492740

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

Used @Mukilan solution of applying the following to my global CSS file:

.mat-mdc-option {
flex-direction: row-reverse !important;
}
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • User mentioned (1): @Mukilan
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Ashwood

79492735

Date: 2025-03-07 15:18:45
Score: 7.5 🚩
Natty:
Report link

Has anyone found a solution to this problem yet? I encounter the same issue, specifying paths either directly in the jest.config.js or using pathsToModuleNameMapper

Reasons:
  • Blacklisted phrase (2): anyone found
  • RegEx Blacklisted phrase (3): Has anyone found
  • Low length (1):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: GinoMartino

79492733

Date: 2025-03-07 15:18:45
Score: 1.5
Natty:
Report link

Another hack could be to add an escape character in the url :

i.e.

http:\//example.com

example\.com

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

79492731

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

How do I supply that path?

use Inline C => Config => LIBS => '-L/home/dennis/perl_extension/inline_c_change_experiment/ -lMyLib';
use Inline C => Config => LIBS => '-L/home/dennis/perl_extension/inline_c_change_experiment/ -lMyLib.so';

no success. I also tried double quotes in both variants.

Reasons:
  • Blacklisted phrase (1): How do I
  • Low length (0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): How do I
  • Low reputation (1):
Posted by: Dennis

79492730

Date: 2025-03-07 15:17:44
Score: 4.5
Natty:
Report link

(x := y + z)

Answer based on https://discourse.jupyter.org/t/easy-way-to-print-last-assignment-in-cell/26880/2 .

Reasons:
  • Probably link only (1):
  • Contains signature (1):
  • Low length (2):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: geko

79492723

Date: 2025-03-07 15:11:43
Score: 1
Natty:
Report link

perf upstream has long had debuginfod client code: `HAVE_DEBUGINFOD_SUPPORT`, which is a compile-time feature. Ask your linux distro to build with that turned on.

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

79492718

Date: 2025-03-07 15:10:43
Score: 1
Natty:
Report link

I managed to solve the issue by injecting a style element

`<style>
   {`
    .inspector-tabs__container::after {
        background-color: ${outlineInspectorColor};
          }
   `}
 </style>
 <div className={`inspector-tabs__container`}>`
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Harry D

79492699

Date: 2025-03-07 15:01:41
Score: 2
Natty:
Report link

Chrome Dev tool lets you set a DOM break point when an element's attributes are modified.

enter image description here

Reasons:
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • High reputation (-2):
Posted by: Clay Nichols

79492684

Date: 2025-03-07 14:56:40
Score: 1.5
Natty:
Report link

gradle.properties

android.aaptOptions.additionalParameters += "--no-version-vectors" android.aaptOptions.additionalParameters += "--no-version-comments"

give it a try!!!

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

79492678

Date: 2025-03-07 14:53:40
Score: 1
Natty:
Report link

The metric defined by the CIE for perceptual difference in colour is delta E (ΔE).

Early definitions used simple equations based on LAB colour space, but as they were refined over the years they grew more complicated, taking into account chroma and hue from LCH as well. Fortunately the conversion to LAB and formulas for delta E are very well defined.

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

79492672

Date: 2025-03-07 14:51:39
Score: 1
Natty:
Report link

Problem relied in not properly installed and configured nginx ingress controller. By installing it through Helm and deleting all references to traefik to avoid LoadBalancer collision and setting nginx.org/websocket-services: server-service and/or nginx.ingress.kubernetes.io/websocket-services: server-service, we successfully established 101 Switching Protocols with the client.

As the ingress did not have an address, therefore it was never being routed.

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

79492664

Date: 2025-03-07 14:47:38
Score: 10.5
Natty: 7
Report link

I'm experiencing exactly the same difficulties as you. Can you tell me a little more about how you managed to get by with tenant ID of the other tenant?

Thanks in advance!

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • RegEx Blacklisted phrase (2.5): Can you tell me
  • RegEx Blacklisted phrase (3): Thanks in advance
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Anatoli De Bradké

79492663

Date: 2025-03-07 14:47:38
Score: 1
Natty:
Report link

As downloaded, the names of the files were of the form WorkSans-SomeModifier.ttf, e.g. WorkSans-Light.ttf. I renamed the files to be of the form work_sans_some_modifier.ttf, e.g. work_sans_light.ttf, i.e. snake case. The red squiggles disappeared and I was able to reference those fonts.

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

79492651

Date: 2025-03-07 14:44:37
Score: 4
Natty:
Report link

Recently OTel released language specific AWS auto instrumentation layers which propagates all spans correctly. Suggest you to follow this doc - https://signoz.io/docs/aws-monitoring/lambda/lambda-traces/

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

79492649

Date: 2025-03-07 14:43:36
Score: 1.5
Natty:
Report link

I know this thread is ancient, but I stumbled upon it while looking for a solution to the same problem. What I discovered was that I had a combobox with the enter event running code that was triggering first instead of the userform activate event and the activate event never triggered. This was occurring because the offending combobox was first in the userform tab order and when the form showed, it ran immediately. Moving the combobox down in the tab order solved the problem and allowed the activate event to run as it should. It seems like the activate event should take precedence but apparently it doesn't.

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

79492640

Date: 2025-03-07 14:39:35
Score: 1.5
Natty:
Report link

I believe you need to have a Start and and End in your process. But that does not prevent you from implementing an infinite loop. In other words, you could just add to your model a transition from E to A which is always true. In Oracle BPM it looks like this:

enter image description here

Where the transition from the ExclusiveGateway to A is unconditional.

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: Gustavo C.

79492634

Date: 2025-03-07 14:37:35
Score: 0.5
Natty:
Report link

Not sure I agree with the accepted answer's comment "what it doesn't depend on is 'feature flag'". The variations mentioned do make sense, regarding 404 -- not able to find or have access to the resource, 451 -- legal reasons. But, in the case of feature flags, a strong case is made by the RFC itself that a 403 is the correct candidate:

https://www.rfc-editor.org/rfc/rfc7231#section-6.5.3

However, a request might be forbidden for reasons
   unrelated to the credentials.

Feature flags are exactly that -- a way to remove authorization for an operation or resource.

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

79492627

Date: 2025-03-07 14:34:34
Score: 2
Natty:
Report link

Windows User:

  1. You can locate it at: C:\Users"your name"\AppData\Local\Programs\Microsoft VS Code.

  2. You can also find the actual installation directory of your VS Code. For instance, if it's installed at D:\Microsoft VS Code, locate the "code.exe" file. Copy the "code.exe" file to a location on your C drive(C:\Users"your name"\AppData\Local\Programs\Microsoft VS Code\).

Thank you!

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • No code block (0.5):
  • Low reputation (1):
Posted by: tjx

79492610

Date: 2025-03-07 14:27:32
Score: 2
Natty:
Report link

Try to export as the below syntax

module.exports = { 
    yourFunctionName
};
Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Sumit Jangid

79492608

Date: 2025-03-07 14:25:32
Score: 1.5
Natty:
Report link

This {"t1", "t2", "t3", "t4"} has no type in C so you cannot cast it until you assign it to a variable of an actual type

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