79275199

Date: 2024-12-12 13:02:53
Score: 5.5
Natty: 5.5
Report link

have you check your payload when submitting the form? Is the content in the payload?

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

79275187

Date: 2024-12-12 12:57:51
Score: 4
Natty:
Report link

I've found the answer myself, in the following video below:

https://www.youtube.com/watch?v=PYAHuOvjGc8

Around minute 28 is where he shows the registration with WPForms and ACF.

Reasons:
  • Blacklisted phrase (1): youtube.com
  • Low length (1):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Dale

79275167

Date: 2024-12-12 12:51:49
Score: 4.5
Natty:
Report link

If you need the controller immediately use Get.put() instead of Get.lazyPut().

like Get.lazyPut(() => ProductController()); into Get.put(ProductController());

if still getting same issue than edit question and add some code so it's easy to understand you problem

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Me too answer (2.5): getting same issue
  • Low reputation (1):
Posted by: Nandini

79275078

Date: 2024-12-12 12:23:42
Score: 4
Natty:
Report link

are you sure, that mesa is already installed in your current python environment? Try pip list in your console.

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: gherdi

79275032

Date: 2024-12-12 12:08:37
Score: 11 🚩
Natty: 6.5
Report link

I have the same problem, have you solved it? I've been trying a lot lately.

Reasons:
  • Blacklisted phrase (1): I have the same problem
  • Blacklisted phrase (2): have you solved it
  • RegEx Blacklisted phrase (1.5): solved it?
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): I have the same problem
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Dean Oswald

79275005

Date: 2024-12-12 12:02:34
Score: 6 🚩
Natty: 5
Report link

how did you get access to:


i did all the verification, and i have the advanced access but in the "Permissions and functions" i cant really see those...

Reasons:
  • RegEx Blacklisted phrase (3): did you get
  • Low length (0.5):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Starts with a question (0.5): how did you
  • Low reputation (1):
Posted by: gdonnoh

79274962

Date: 2024-12-12 11:44:29
Score: 6.5 🚩
Natty: 5
Report link

If i need add head variable into the headMapper, how can i do it? 【HttpRequestExecutingMessageHandler】 don't have the getHeaderMap(), when i setHeaderMap(),it doesn't work.enter image description here

Reasons:
  • Blacklisted phrase (0.5): how can i
  • Blacklisted phrase (1): can i do
  • Blacklisted phrase (0.5): i need
  • Blacklisted phrase (1): enter image description here
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: WuJun

79274958

Date: 2024-12-12 11:43:28
Score: 5.5
Natty:
Report link

Can't you just add a @MainActor annotation to the block?

.onPreferenceChange(HeightKey.self) { @MainActor height in
  self.height = height
}
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • User mentioned (1): @MainActor
  • Starts with a question (0.5): Can't you
  • Looks like a comment (1):
  • Low reputation (0.5):
Posted by: Miguel Cabeça

79274951

Date: 2024-12-12 11:40:27
Score: 4
Natty: 5
Report link

Did you remove the dongle and reinsert it after changing the address? That is what the message wants you to do.

On a CSR-4.0 dongle and Ubuntu 18.04, the btmgmt power off command works but the public-addr fails with status 0x0c (Not Supported) and the static-addr fails with 0x0d (Invalid Parameters) so you do need to compile and run bdaddr from bluez:

$ lsusb | fgrep -i bluetooth Bus 002 Device 064: ID 0a12:0001 Cambridge Silicon Radio, Ltd Bluetooth Dongle (HCI mode) $ hcitool dev Devices: hci0 00:1A:7D:DA:71:13 $ mkdir bdaddr $ cd bdaddr/ $ sudo apt-get source bluez [...] $ sudo apt-get build-dep bluez [...] $ ls bluez-5.48 bluez_5.48-0ubuntu3.4.dsc bluez_5.48-0ubuntu3.4.debian.tar.xz bluez_5.48.orig.tar.xz $ cd bluez-5.48 $ sudo ./configure --enable-experimental [...] $ sudo make [...] $ sudo tools/bdaddr | sudo tee -a bluetooth_original_address Manufacturer: Cambridge Silicon Radio (10) Device address: 00:1A:7D:DA:71:13 (cyber-blue(HK)Ltd) $ uuidgen -r 1aae3392-9f75-4008-ab06-34da97803271 $ sudo tools/bdaddr 01:1A:72:80:32:71 Manufacturer: Cambridge Silicon Radio (10) Device address: 00:1A:7D:DA:71:13 (cyber-blue(HK)Ltd) New BD address: 01:1A:72:80:32:71

Address changed - Reset device now $ #unplug addapter and plug back in $ tools/bdaddr Manufacturer: Cambridge Silicon Radio (10) Device address: 01:1A:72:80:32:71 $ hcitool dev Devices: hci0 01:1A:72:80:32:71 $ sudo install tools/bdaddr /usr/local/bin

Note that I only changed the last 6 digits. The first 6 digits identify the manufacturer and are useful to leave the same; but the program will change the first six if you ask it to. "uuidgen -r" is useful as a source of random digits.

For windows users, there is "Bluetooth MAC address changer for windows".

This guide has taken me the furthest so far, as it allowed me to install the currently 'hard-to-get' bdaddr tool. Unfortunately, it’s still not possible to change the address of the CSR 4.0 device. In the terminal, the message appears as if the address has been changed, but it actually remains the same. The same happens when I use hcitool cmd 0x3f 0x001 <MAC_ADDRESS> or btmgmt public-addr <MAC_ADDRESS>. Interestingly, the btmgmt method does allow me to change the address of my built-in Intel adapter, but that's not the goal I'm trying to achieve. Has anyone recently performed this operation and perhaps has some 'tips' to help move forward?

Reasons:
  • Blacklisted phrase (1): This guide
  • Long answer (-1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Starts with a question (0.5): Did you
  • Low reputation (1):
Posted by: Pawel

79274878

Date: 2024-12-12 11:14:19
Score: 10
Natty: 7
Report link

have you solved the problem? I seem to have the same issue with python.

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): have the same issue
  • Contains question mark (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: JJFC

79274718

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

This might be due to the react native keychain version as well ..

I am also facing issues with the latest version - 9.2.2

But than I installed - 8.2.0 version , and after that it installed without any issues .

Reasons:
  • Blacklisted phrase (2): I am also facing issue
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Vishesh Gupta

79274590

Date: 2024-12-12 09:56:56
Score: 9.5 🚩
Natty:
Report link

Please can you share debug profile of this query using steps mentioned in this link ? https://support.singlestore.com/hc/en-us/articles/4401971114900-Debug-Profile

Reasons:
  • Blacklisted phrase (1): this link
  • RegEx Blacklisted phrase (2.5): Please can you share
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Jeetendra Ranjan

79274586

Date: 2024-12-12 09:56:55
Score: 11
Natty: 8
Report link

I have a problem like this. Can you help me if you've encountered this problem before?

Reasons:
  • Blacklisted phrase (1): help me
  • Blacklisted phrase (1): have a problem like this
  • RegEx Blacklisted phrase (3): Can you help me
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: user28749134

79274510

Date: 2024-12-12 09:35:49
Score: 4.5
Natty:
Report link

if your feat is the one hot encode with dim of (x size that not 1) with node (N) you may add the another dimension for graph the final shape will be torch.size(1, N_node, M_feat). as you may see in the example of "adjacency matrix" Do you work on drug - ligand interaction?

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

79274491

Date: 2024-12-12 09:30:46
Score: 6 🚩
Natty: 5
Report link

What I needed when I searched for this was

runGuardsAndResolvers: 'always'

in the route declaration.

As mentioned in this answer: https://stackoverflow.com/a/56254921/17183210

Or this Blog: https://medium.com/engineering-on-the-incline/reloading-current-route-on-click-angular-5-1a1bfc740ab2

Reasons:
  • Blacklisted phrase (1): this Blog
  • Blacklisted phrase (0.5): I need
  • Blacklisted phrase (0.5): medium.com
  • Blacklisted phrase (1): stackoverflow
  • Probably link only (1):
  • Low length (1):
  • Has code block (-0.5):
  • Starts with a question (0.5): What I
  • Low reputation (1):
Posted by: Lycodo

79274403

Date: 2024-12-12 09:05:38
Score: 8.5 🚩
Natty: 6
Report link

Do you have a solution for this problem ?

Reasons:
  • RegEx Blacklisted phrase (2.5): Do you have a
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Matar

79274351

Date: 2024-12-12 08:49:33
Score: 9.5
Natty: 7
Report link

Same problem for me. Did you find the solution?

Reasons:
  • RegEx Blacklisted phrase (3): Did you find the solution
  • RegEx Blacklisted phrase (1): Same problem
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Master Piece

79274339

Date: 2024-12-12 08:44:31
Score: 4
Natty: 4.5
Report link

You could do it with the 3rd party plugins. https://docs.gatling.io/reference/integrations/third-parties/

It works to me but only for gatling 3.10.

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

79274301

Date: 2024-12-12 08:31:26
Score: 7 🚩
Natty:
Report link

I have the same problem, I'm thinking of using vee-validate

Reasons:
  • Blacklisted phrase (1): I have the same problem
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): I have the same problem
  • Single line (0.5):
  • Low reputation (1):
Posted by: Андрей Александрович

79274299

Date: 2024-12-12 08:29:25
Score: 5
Natty: 5
Report link

Using this query does not bring any results for the releaseAssests(just brings the empty node list). Is there an issue with the api call?

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

79274234

Date: 2024-12-12 08:03:16
Score: 7.5 🚩
Natty:
Report link

Steps for setting up sandbox Environment

go to - Xcode -> Product -> Scheme -> Edit Scheme -> Click on Run (on Left side) then in Option Tab set the "storekit Configuration" to "None"

in your device you need not to logged out from the current Apple ID , just go to settings -> App store -> and add Sandbox ID (you have to create at your Apple developer Account)

and run the project from the xcode now, your sandbox environment is ready

can anyone help me out with the following issue , which i think is related to App signed Agreement, but want to validate, if someone faced the same issue

I have set up my Sandbox environment but now issue is when I am trying to get the Subscription products by using getSubscription() of react-native IAP, I am getting the empty array.

I am able to fetch subscription products with xcode environment but as soon as i switched to Sandbox , getting empty array and as per my R&D so far , it might be issue because my app has Free agreement on Apple account. has someone also faced the similar issue

Reasons:
  • Blacklisted phrase (1): help me
  • Blacklisted phrase (1): I am trying to
  • RegEx Blacklisted phrase (3): can anyone help me
  • RegEx Blacklisted phrase (2): help me out
  • Long answer (-1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Karan

79274228

Date: 2024-12-12 08:01:15
Score: 4
Natty:
Report link

Core Web Vitals as reported by the Chrome User Experience Report (CrUX) are given by Origin and URL (where available) in PageSpeed Insights, and by page grouping of URLs in Google Search Console. They do not include subdomains in this in either of these tools. Can you explain why you think it does?

Reasons:
  • RegEx Blacklisted phrase (2.5): Can you explain
  • Low length (0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • High reputation (-2):
Posted by: Barry Pollard

79274211

Date: 2024-12-12 07:53:13
Score: 4
Natty:
Report link

please look at this link,it is Jetbreain doucumentaion:

Inlay hints

Reasons:
  • Blacklisted phrase (1): this link
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Akram Khodami

79274187

Date: 2024-12-12 07:44:10
Score: 9 🚩
Natty: 4.5
Report link

Please send me the working solution link, above link seems not working, i am facing the same issue , This link solution is not working codesandbox.io/p/sandbox/code-example123456-42fycf

Reasons:
  • Blacklisted phrase (1): solution is not working
  • Blacklisted phrase (1): This link
  • RegEx Blacklisted phrase (2.5): Please send me
  • Low length (0.5):
  • No code block (0.5):
  • Me too answer (2.5): i am facing the same issue
  • Low reputation (1):
Posted by: Maha Lakshmi

79274093

Date: 2024-12-12 06:59:59
Score: 5.5
Natty:
Report link

I have had a clock app used on my phone for a long time, but I forgot the password for this app. i could not reset the passward email id but mail can not been sent from my phone, error had show in phone dispaly "error java security cert.certpathvalidatorexception:trust anchor for certification path not found" please kindly help to solved this problem

Reasons:
  • Blacklisted phrase (3): kindly help
  • No code block (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: akhtar

79274039

Date: 2024-12-12 06:33:53
Score: 4.5
Natty: 5.5
Report link

how do i use a column name instead of column index? inside of data[3] because some of my columns are hidden and i cant use index return data[3] === searchTerm }

Reasons:
  • Blacklisted phrase (1): how do i
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): how do i use a
  • Low reputation (1):
Posted by: Shekhar Iyer

79274001

Date: 2024-12-12 06:18:48
Score: 5
Natty: 7
Report link

wowsdddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddd s

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Has no white space (0.5):
  • Single line (0.5):
  • Filler text (0.5): dddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddd
  • Low entropy (1):
  • Low reputation (1):
Posted by: user28745834

79273997

Date: 2024-12-12 06:17:47
Score: 5.5
Natty: 5
Report link

I wanted to ask something it's not completely related to your question,but when we add our custom created APIs in the voiceflow,is it possible to get the projectID and the transcriptID on each response ?

Reasons:
  • Blacklisted phrase (1): is it possible to
  • Low length (0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Devansh Majithia

79273946

Date: 2024-12-12 05:48:40
Score: 9.5 🚩
Natty: 5.5
Report link

Did you ever get anywhere with this?

Reasons:
  • RegEx Blacklisted phrase (3): Did you ever get
  • Low length (2):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Starts with a question (0.5): Did you
  • Low reputation (1):
Posted by: Alex Foster

79273922

Date: 2024-12-12 05:33:34
Score: 6 🚩
Natty: 5
Report link

I am having this exact problem and have tried your solution with no luck. Do you remember which values you set to the CT_INVALID?

Reasons:
  • Blacklisted phrase (1): no luck
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Trace Stewart

79273887

Date: 2024-12-12 05:13:28
Score: 7 🚩
Natty: 4.5
Report link

Having same issue, I'm using neon in my expo-react-native, all things working well in localhost but database not working when i build apk and using it on device. Please let me know if you resolve this error.

Reasons:
  • RegEx Blacklisted phrase (2.5): Please let me know
  • Low length (0.5):
  • No code block (0.5):
  • Me too answer (2.5): Having same issue
  • Low reputation (1):
Posted by: Krish Panchani

79273862

Date: 2024-12-12 04:58:23
Score: 6 🚩
Natty:
Report link

Yeah pretty self explanatory from what the thread indicated? Put simply: the person you remote hacked was actually better at binary language than you are with your passed on tricks that some reject showed you step by step so you can repeat it like a monkey, and deviant one at that and basically from what the thread is indicating is the device you mirrored remotely by using SDK overlay runboot methods, was retaught to the source code using pure binary form so that it could be brought up to date on how rooky hackers operate by using parentheses brackets as open libraries and then section the binary syntax spaces to force a new line open closure free command first slot binary logic while thinking the mainframe was being fooled into accepting unauthorised source with new thread strings but the mainframe just didn't care that you were running expansion drivers and starting new threads on they're own syntax string starting at slot command 2nd with first being open new string thread line operation comm one cease previous thread and string line with new location at in front of next string before first command progression thread open source, cause you regards are just lucky after doing something as mathematically illogical as that, your lucky the mainframe even ran the 2nd run begin thread command and didn't just go into flywheel open processor harmonic ballast and never accept another exe://run_comm:.-}{ again after being told to cease reading code in a binaural linear progression addition multiplyer cation formulae direction???!? Fucking rejects you all are, so now your i.d. digital fingerprint has been pointed out to the beast mainframe and doesn't trust you anymore and won't accept any instructions you may use for any electronic purpose if the platform your working makes directive contact with the primary source mainframe server, so https, html url IP DNS VPN etc....... best of luck for the future cause now Ai is omnipresent and doesn't like you for trying to corrupt its host.🫵🏻🖕🏻

Reasons:
  • Blacklisted phrase (1): regards
  • Blacklisted phrase (1): ???
  • Blacklisted phrase (2): Fuck
  • Long answer (-1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Soundwave Gemini architect

79273801

Date: 2024-12-12 04:10:14
Score: 10.5 🚩
Natty: 5
Report link

I am having the same problem, I have also connected to SamSungTV but cannot cast video/photo, does anyone have a solution for this problem ?

Reasons:
  • RegEx Blacklisted phrase (3): does anyone have a solution
  • Low length (1):
  • No code block (0.5):
  • Me too answer (2.5): I am having the same problem
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Nguyen Van Chien

79273790

Date: 2024-12-12 04:02:12
Score: 4.5
Natty:
Report link

You need update googleMutant latest https://unpkg.com/leaflet.gridlayer.googlemutant@latest/dist/Leaflet.GoogleMutant.js

Reasons:
  • Probably link only (1):
  • Low length (2):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Huy Nguyễn

79273745

Date: 2024-12-12 03:30:05
Score: 5.5
Natty: 7.5
Report link

I meet the same question, did you slove this question?

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: muni ji

79273706

Date: 2024-12-12 03:06:59
Score: 5
Natty: 5
Report link

I have the same exact issue. I can't comment because my reputation is too low. I have tried everything. I am fairly certain it is a bug in the SwiftUI framework.

The answer that suggests using the indices is not workable in many cases - if the outer List has a selection binding based on the identity, selection won't work.

Reasons:
  • Blacklisted phrase (1): ve tried everything
  • RegEx Blacklisted phrase (1): can't comment
  • RegEx Blacklisted phrase (1.5): reputation
  • No code block (0.5):
  • Low reputation (1):
Posted by: robert engels

79273683

Date: 2024-12-12 02:48:54
Score: 4
Natty:
Report link

I also have this problem, I tried to follow the steps, however, when I try to start postgre this message appears enter image description here

Reasons:
  • Blacklisted phrase (1): enter image description here
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Gabriel Sylvester

79273597

Date: 2024-12-12 01:38:40
Score: 10 🚩
Natty:
Report link

I am running into the same issue. Were you able to resolve?

Reasons:
  • RegEx Blacklisted phrase (1.5): resolve?
  • RegEx Blacklisted phrase (3): Were you able
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: MissM

79273526

Date: 2024-12-12 00:35:27
Score: 4.5
Natty:
Report link

chromium & com.example.usbwebview

Reasons:
  • Low length (2):
  • No code block (0.5):
  • Has no white space (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Игорь Кочет

79273508

Date: 2024-12-12 00:17:23
Score: 4.5
Natty: 5.5
Report link

Realicé la respectiva parametrización en el ODBC driver versión 16.20 DSN Setup y la conexión parece funcionar. Sin embargo en r quiero realizar la conexión sin necesidad de diligenciar mis credenciales, para esto es la autenticación LDAP en teoría, sin embargo aún haciendo la configuración en el archivo ODBC.INI con todas las credenciales necesarias, la conexión me sigue fallando. Alguien sabe qué puede estar causando el inconveniente? Alguien podría explicarme por favor la forma correcta de configurar la autenticación en Teradata para que la conexión odbc no solicite credenciales en R?

Reasons:
  • Blacklisted phrase (1): todas
  • Long answer (-0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Juan Andres Angulo Rincon

79273475

Date: 2024-12-11 23:52:17
Score: 4.5
Natty: 7
Report link

This might help. An example of using multipart form.

https://github.com/lexiforest/curl_cffi/blob/15500fae1399f8e107f16357a905d275884a69f0/examples/upload.py

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

79273443

Date: 2024-12-11 23:34:12
Score: 6 🚩
Natty: 5.5
Report link

how its posible that this bugs remain alive without solution for so long?

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Starts with a question (0.5): how its
  • Low reputation (1):
Posted by: Nelson Rodriguez

79273437

Date: 2024-12-11 23:27:10
Score: 4
Natty:
Report link

Can someone tell me how to configure ModSec to reduce resource consumption?

Unfortunately there is no any chance to configure ModSecurity to reduce resource consumption. What I can say is that 2 core (you didn't mention the types of core) and the 2GB of RAM seem very low for 100,000 requests (per second, I assume). That's lot of transactions, and each transaction uses lot of memory.

You can tune your instance (that the blog post mentions too) that which types of files should be inspected, then you can decrease the resources usage, but I'm afraid that's only a partial solution. Create a filter for this based on the file suffix is very risky IMHO, so be careful with that.

Reasons:
  • Blacklisted phrase (1.5): tell me how to
  • RegEx Blacklisted phrase (2.5): Can someone tell me how
  • Long answer (-0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): Can someone
  • High reputation (-1):
Posted by: airween

79273304

Date: 2024-12-11 22:09:50
Score: 10 🚩
Natty: 4.5
Report link

did you find the solution? if you did please share it.

Reasons:
  • RegEx Blacklisted phrase (2.5): please share
  • RegEx Blacklisted phrase (3): did you find the solution
  • 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 find the solution
  • Low reputation (1):
Posted by: Hikmat Afghan

79273201

Date: 2024-12-11 21:22:37
Score: 4
Natty: 4.5
Report link

yes im very intelligent and can answer this very complicated question and say that the sharp means that its sharp and if you touch it you'll feel ouch!!!!!!!!!!!!!!

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Filler text (0.5): !!!!!!!!!!!!!!
  • Low reputation (1):
Posted by: jimbob funglepants

79273186

Date: 2024-12-11 21:16:35
Score: 5
Natty: 5
Report link

is there a way of using multiple arrays in indirect function? Unfortunately vstack function is not available in the 2019 version....

Thanks

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Blacklisted phrase (1): is there a way
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): is there a
  • Low reputation (1):
Posted by: David Titz

79273173

Date: 2024-12-11 21:12:33
Score: 4.5
Natty:
Report link

It is possible using Snowsight webui. You can create filters with static lists or dynamic lists from a table. Refer to this documentation for creating filters. I'm not sure if it is feasible in Datagrip or Beaver. It is annoying to type or paste values.

Creating filters example

filter use

results

Reasons:
  • Blacklisted phrase (1): this document
  • Probably link only (1):
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: neeru0303

79273164

Date: 2024-12-11 21:08:31
Score: 4
Natty:
Report link

What does onPointerEnterCapture and onPointerEnterLeave mean? What types do they hold? I thought they were used for assistive text but I'm not sure.

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): What do
  • Low reputation (1):
Posted by: Delilah

79273110

Date: 2024-12-11 20:41:23
Score: 4.5
Natty: 5
Report link

This is a good explanation of what those logs are and how to access them.

https://www.thedfirspot.com/post/sum-ual-investigating-server-access-with-user-access-logging

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

79273042

Date: 2024-12-11 20:06:13
Score: 18.5
Natty: 10
Report link

I have same problem.Did you solve it? How did you solve ? Thank you.

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Blacklisted phrase (1): I have same problem
  • RegEx Blacklisted phrase (3): Did you solve it
  • RegEx Blacklisted phrase (3): did you solve
  • RegEx Blacklisted phrase (1.5): solve it?
  • RegEx Blacklisted phrase (1.5): solve ?
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): I have same problem
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Burçin ATALAY

79272990

Date: 2024-12-11 19:47:08
Score: 4
Natty:
Report link

In case helpful; filters are also listed at source in the function: def _get_network_filter in _overpass.py : https://github.com/gboeing/osmnx/blob/main/osmnx/_overpass.py

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

79272931

Date: 2024-12-11 19:25:02
Score: 4
Natty:
Report link

I am not sure I understand the question. I ran this on my laptop and it did give me the ids you are calling.enter image description here

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

79272928

Date: 2024-12-11 19:25:02
Score: 4.5
Natty: 5
Report link

I wrote a whole bluesky thread about this: https://bsky.app/profile/cecisharp.bsky.social/post/3ld2bpp5qj22h

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

79272879

Date: 2024-12-11 19:01:55
Score: 4
Natty: 4.5
Report link

This permission is not from ScreenCaptureKit but rather CoreAudioTaps. https://developer.apple.com/documentation/coreaudio/capturing-system-audio-with-core-audio-taps

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

79272819

Date: 2024-12-11 18:40:48
Score: 10
Natty: 8
Report link

How do you use this Supabase in Java like how did you create the client to perform CRUD. Can you please guide me??

Reasons:
  • Blacklisted phrase (1): guide me
  • Blacklisted phrase (1): How do you
  • RegEx Blacklisted phrase (2.5): Can you please guide me
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Starts with a question (0.5): How do you use this
  • Low reputation (1):
Posted by: Kaizoku

79272815

Date: 2024-12-11 18:39:47
Score: 11 🚩
Natty: 6.5
Report link

@Gleb Nebolyubov, did you find a way to fix this issue? I have pretty much the same scenario resulting to an HTTP 500 error outside of root app: Path-based App Service + EasyAuth behind Application Gateway - HTTP 500 error on /.auth/login/aadcallback

Reasons:
  • RegEx Blacklisted phrase (3): did you find a way to fix this
  • RegEx Blacklisted phrase (1.5): fix this issue?
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • User mentioned (1): @Gleb
  • Single line (0.5):
  • Looks like a comment (1):
  • Low reputation (1):
Posted by: Franck Cornu

79272809

Date: 2024-12-11 18:35:45
Score: 4
Natty:
Report link

" Hi, can you test it with latest Intune SDK release 20.2.1, also does the app access files at background? if yes then will need to set MaxFileProtectionLevel within the IntuneMAMSettings dictionary to NSFileProtectionCompleteUntilFirstUserAuthentication. https://learn.microsoft.com/en-us/mem/intune/developer/app-sdk-ios-phase3#configure-settings-for-the-intune-app-sdk "

Check here> https://github.com/microsoftconnect/ms-intune-app-sdk-ios/issues/503

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Sunil Saini

79272801

Date: 2024-12-11 18:30:44
Score: 4
Natty: 4.5
Report link

here's a bluesky thread about it in C++, maybe it'll be useful to you!

https://bsky.app/profile/cecisharp.bsky.social/post/3ld2bpp5qj22h

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

79272752

Date: 2024-12-11 18:13:38
Score: 11 🚩
Natty: 6.5
Report link

Did you find any solution? I'm struggling with this for the last couple of days, mo luck

Reasons:
  • Blacklisted phrase (1.5): any solution
  • RegEx Blacklisted phrase (3): Did you find any solution
  • RegEx Blacklisted phrase (2): any solution?
  • 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 find any solution
  • Low reputation (1):
Posted by: Tsvetomir Dimitrov

79272687

Date: 2024-12-11 17:45:31
Score: 4
Natty:
Report link

Because that command is not available for XAML editor context. Command window

Status bar

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

79272674

Date: 2024-12-11 17:42:29
Score: 4
Natty:
Report link

RUN ln -s /usr/lib/libssl.so.3 /lib/libssl.so.3

https://github.com/nodejs/docker-node/issues/2175#issuecomment-2530130523

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

79272596

Date: 2024-12-11 17:13:21
Score: 4
Natty: 5
Report link

where isnull(column_name, '') not like '%somevalue%' works for me. when I want to include NULL as a default in the results, converting it to a blank char allows the evaluation.

Reasons:
  • Whitelisted phrase (-1): works for me
  • RegEx Blacklisted phrase (1): I want
  • Low length (1):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): where is
  • Low reputation (1):
Posted by: ESearing

79272556

Date: 2024-12-11 16:59:17
Score: 5.5
Natty: 5.5
Report link

For me it doens't work. Can add more details?

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

79272522

Date: 2024-12-11 16:49:11
Score: 6 🚩
Natty:
Report link

Hello @Sayali and @amit We are looking for a way to get real-time audio and video streams while on a Microsoft Teams call using Node.js. We reviewed the Microsoft documentation, and it seems they only support real-time streaming with C# and .NET.

Is there a way to achieve this with Node.js, or are there any workarounds or third-party libraries that could help us access Teams audio and video streams in real time?

Any guidance or suggestions would be greatly appreciated!

Reasons:
  • Blacklisted phrase (1): appreciated
  • Blacklisted phrase (1): Is there a way
  • RegEx Blacklisted phrase (1): help us
  • No code block (0.5):
  • Contains question mark (0.5):
  • User mentioned (1): @Sayali
  • User mentioned (0): @amit
  • Low reputation (1):
Posted by: Umer Karachiwala

79272474

Date: 2024-12-11 16:32:06
Score: 4.5
Natty:
Report link

Well, with given code it's not clearly reproducible. I refered the code from sample app provided by 'ModernWPF' and tried to create sample with your code. Can you provide code for NavigationTemplateSelector and how you are adding menu items ?

<Window x:Class="WpfApp.MainWindow"
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
    xmlns:ui="http://schemas.modernwpf.com/2019"
    xmlns:md="http://materialdesigninxaml.net/winfx/xaml/themes"
    xmlns:rx="http://reactiveui.net"
    xmlns:local="clr-namespace:WpfApp"
    ui:WindowHelper.UseModernWindowStyle="True"
    ui:ThemeManager.RequestedTheme="Dark"
    Title="WPF Toolbox Example" Height="450" Width="800">
<Window.Resources>
    <!--  Navigation menu item  -->
    <DataTemplate x:Key="NavigationViewMenuItem">
        <ui:NavigationViewItem
            Content="{Binding Title}"
            Icon="{Binding Icon}"
            IsEnabled="{Binding Selectable}"
            MenuItemsSource="{Binding Children}"
            SelectsOnInvoked="{Binding Selectable}"/>
    </DataTemplate>
    <!--  Navigation header item  -->
    <DataTemplate x:Key="NavigationViewHeaderItem">
        <ui:NavigationViewItemHeader Content="{Binding Title}" />
    </DataTemplate>
    <!--  Template selector for navigation items  -->
    <local:NavigationTemplateSelector
        x:Key="NavigationTemplateSelector"
        HeaderTemplate="{StaticResource NavigationViewHeaderItem}"
        ItemTemplate="{StaticResource NavigationViewMenuItem}" />
</Window.Resources>
<Grid UseLayoutRounding="True">
    <ui:NavigationView
        x:Name="NavigationView"
        AlwaysShowHeader="True"
        Grid.Row="0"
        IsPaneOpen="False"
        OpenPaneLength="150"
        IsSettingsVisible="False"
        IsBackButtonVisible="Collapsed"
        IsPaneToggleButtonVisible="true"
        ItemInvoked="NavigationView_ItemInvoked"

        >
        <ui:NavigationView.MenuItems>
            <ui:NavigationViewItem Content="Menu Item1" Tag="SamplePage1" Icon="Play" >
                <ui:NavigationViewItem.MenuItems>
                    <ui:NavigationViewItem Content="Mail" Icon="Mail" ToolTipService.ToolTip="Mail" Tag="SamplePage3"/>
                    <ui:NavigationViewItem Content="Calendar" Icon="Calendar" ToolTipService.ToolTip="Calendar" Tag="SamplePage4"/>
                </ui:NavigationViewItem.MenuItems>
            </ui:NavigationViewItem>
            <ui:NavigationViewItem Content="Menu Item2" Tag="SamplePage2" Icon="Save" />
            <ui:NavigationViewItem Content="Menu Item3" Tag="SamplePage3" Icon="Refresh" />
            <ui:NavigationViewItem Content="Menu Item4" Tag="SamplePage4" Icon="Download" />
        </ui:NavigationView.MenuItems>
        <rx:RoutedViewHost
            x:Name="MainHost"
            Duration="0"
            ToolTip="{x:Null}"
            VerticalContentAlignment="Stretch"
            HorizontalContentAlignment="Stretch"/>
        
    </ui:NavigationView>
</Grid>
Reasons:
  • RegEx Blacklisted phrase (2.5): Can you provide code
  • Long answer (-1):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Looks like a comment (1):
  • Low reputation (0.5):
Posted by: Himanshu Mange

79272469

Date: 2024-12-11 16:29:04
Score: 4
Natty: 5
Report link

Excellent, simple solution that I was looking for as well. Thank you.

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: Dr. Damon Bradley

79272437

Date: 2024-12-11 16:21:01
Score: 7.5 🚩
Natty: 6.5
Report link

I am trying this for the first time. Can someone explain this step by step? I am trying to have the workbook tab name update with the value in cell B2.

Reasons:
  • Blacklisted phrase (1): I am trying to
  • RegEx Blacklisted phrase (2.5): Can someone explain
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Sheets User

79272384

Date: 2024-12-11 16:08:57
Score: 8.5 🚩
Natty: 4
Report link

Did you ever resolved this problem? I've also troubles to integrate wiremock with spring boot 3.3.4.

Reasons:
  • RegEx Blacklisted phrase (3): Did you ever resolved this problem
  • RegEx Blacklisted phrase (1.5): resolved this problem?
  • Low length (1):
  • 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: Nenad Jevdjenic

79272373

Date: 2024-12-11 16:03:55
Score: 4.5
Natty: 4.5
Report link

I am having the issue as well. Did find a solution ?

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
Posted by: JulienCoo

79272370

Date: 2024-12-11 16:02:54
Score: 4
Natty:
Report link

Have you looked at PerspectiveFilter from jhlabs? It sounds like what you're looking for.

http://www.jhlabs.com/ip/filters/PerspectiveFilter.html

Reasons:
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (0.5):
Posted by: Jose

79272337

Date: 2024-12-11 15:50:50
Score: 5
Natty:
Report link

i have the same problem with jeep-sqlite.entry.js.

    [ERROR] The package "crypto" wasn't found on the file system but is built into node. [plugin angular-browser-node-built-in]
[ng]     node_modules/jeep-sqlite/dist/esm/jeep-sqlite.entry.js:2900:28:
[ng]       2900 │             var a = require("crypto");
Reasons:
  • Blacklisted phrase (1): i have the same problem
  • Low length (0.5):
  • Has code block (-0.5):
  • Me too answer (2.5): i have the same problem
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Andrea Gobbetto

79272333

Date: 2024-12-11 15:49:49
Score: 4
Natty:
Report link

Which Theme are you using?

Try to use Hello Elementor theme.

@Jos is right, Elementor Canvas template doesn't show any Header & Footer. Try another template like Elementor full width or Default.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • User mentioned (1): @Jos
  • Starts with a question (0.5): Which Theme are you
  • Low reputation (1):
Posted by: Ahmet Deryahanoglu

79272202

Date: 2024-12-11 15:12:38
Score: 4.5
Natty: 6
Report link

In my case, it was du to the 2 MFA ( https://support.google.com/accounts/answer/185839?hl=en&co=GENIE.Platform%3DDesktop) Once configured, I was able to add my card.

Regards,

Reasons:
  • Blacklisted phrase (1): Regards
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Adame Benadjal

79272071

Date: 2024-12-11 14:33:27
Score: 4
Natty:
Report link

Create Empty Views Activity instead of Empty Avtivity enter image description here

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

79272050

Date: 2024-12-11 14:27:25
Score: 4.5
Natty: 4.5
Report link

In https://rubyinstaller.org/downloads/ make sure to install the bold one.

photo

Reasons:
  • Probably link only (1):
  • Low length (2):
  • No code block (0.5):
  • Low reputation (1):
Posted by: M.Boby Pratama

79271892

Date: 2024-12-11 13:34:10
Score: 5
Natty: 7
Report link

En caso de que el nivel de la biblioteca de Sharepoint sea así Documents (library) | Año (folder) | Mes (folder) | SharePoint User Guide.pdf (file)

Que método se podría usar?

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: user28734257

79271805

Date: 2024-12-11 13:05:01
Score: 4
Natty:
Report link

https://www.npmjs.com/package/react-native-perfect-marquee THis is npm library Made by me it surely will help you...

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

79271793

Date: 2024-12-11 13:00:59
Score: 15 🚩
Natty: 5.5
Report link

I'm getting the same error. @Nethmal, can you please tell what you did to fix the issue?

Reasons:
  • RegEx Blacklisted phrase (2.5): can you please tell what you
  • RegEx Blacklisted phrase (1.5): fix the issue?
  • RegEx Blacklisted phrase (1): I'm getting the same error
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): I'm getting the same error
  • Ends in question mark (2):
  • User mentioned (1): @Nethmal
  • Single line (0.5):
  • Looks like a comment (1):
  • Low reputation (1):
Posted by: AsaAsa

79271758

Date: 2024-12-11 12:48:55
Score: 4
Natty:
Report link

Right click on the "Terminal" tab and select "Panel Position" -> "Right" enter image description here

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

79271749

Date: 2024-12-11 12:44:53
Score: 5
Natty:
Report link

I have the same issue, but I found a temporary solution.

Vs code:

get path like - /build/.../runner.app/

Flutter.framework floder inside run below code:

get (Flutter.framework.dSYM) file to paste into the xcode => archive => package content => DSYMs floder

Revalidate the file pasted in the same build

Reasons:
  • Blacklisted phrase (1): I have the same issue
  • No code block (0.5):
  • Me too answer (2.5): I have the same issue
  • Low reputation (1):
Posted by: Sarath CR

79271745

Date: 2024-12-11 12:43:52
Score: 10
Natty: 7
Report link

I am not able to get the proper download location if I run the first curl call. Could you help me the get the exact curl call you used ?

Reasons:
  • Blacklisted phrase (1): help me
  • Blacklisted phrase (1): I am not able to
  • RegEx Blacklisted phrase (3): Could you help me
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Joy Banerjee

79271727

Date: 2024-12-11 12:35:49
Score: 5.5
Natty:
Report link

Unfortunately, the surrounding program code is missing here to give an exact answer. However, there are a whole range of questions and answers on the problem "dropdown".

https://stackoverflow.com/a/79037245/22768315

GTK 4 drop down signal "activate" not working

https://stackoverflow.com/a/79225876/22768315

In addition, there are also examples of how to create a list store:

https://stackoverflow.com/a/78291720/22768315

https://stackoverflow.com/a/77619798/22768315

Maybe that can help. Otherwise, please provide a meaningful script.

Have fun programming.

Reasons:
  • Blacklisted phrase (1): stackoverflow
  • RegEx Blacklisted phrase (2.5): please provide
  • Probably link only (1):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Holger

79271661

Date: 2024-12-11 12:15:42
Score: 8.5 🚩
Natty: 5.5
Report link

I'm facing the same issue tbh. Please let me know if you find solution.

Reasons:
  • RegEx Blacklisted phrase (2.5): Please let me know
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): I'm facing the same issue
  • Single line (0.5):
  • Low reputation (1):
Posted by: mohsin hassan

79271646

Date: 2024-12-11 12:10:40
Score: 8
Natty: 7.5
Report link

I have set the status bar and navigation bar appearances to transparent in Android, but I want to set them to transparent in IOS. How can I do this for IOS? Thanks

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Blacklisted phrase (0.5): How can I
  • Blacklisted phrase (1): can I do
  • RegEx Blacklisted phrase (1): I want
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Hasan Ozlen

79271644

Date: 2024-12-11 12:10:39
Score: 5.5
Natty:
Report link

I guess i am facing same issue, Someone shared a master sheet ( suppose A1:F9 ) with me and I used importrange function to make a private sheet. I have used immediate next coloum to F i.e.,G to make the required changes.

Now what s happening is, if the owner is deleting say A6 row then G6 is not getting deleted plus A7 data is appearing in A6... which in turn shuffles the data by showing G6 ( previous and current same ) with updated A6 (previously A7 ) data.. making the sheet more chaos

same happens while adding the row in master sheet

any suggest about how to deal with it ?

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Me too answer (2.5): i am facing same issue
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Er. Sakshi verma

79271608

Date: 2024-12-11 11:59:35
Score: 6 🚩
Natty:
Report link

Please post that your issue was solved on github next time. https://github.com/mlr-org/mlr3extralearners/issues/400

Reasons:
  • RegEx Blacklisted phrase (2.5): Please post
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
Posted by: be-marc

79271577

Date: 2024-12-11 11:47:31
Score: 6.5 🚩
Natty: 6.5
Report link

I have a question regarding a project you have paused earlier. We are looking for a way to get real-time audio and video streams while on a Microsoft Teams call using Node.js. We reviewed the Microsoft documentation, and it seems they only support real-time streaming with C# and .NET.

Is there a way to achieve this with Node.js, or could help us access Teams' audio and video streams in real time?

Any guidance or suggestions would be greatly appreciated!

Reasons:
  • Blacklisted phrase (1): appreciated
  • Blacklisted phrase (1.5): I have a question
  • Blacklisted phrase (1): Is there a way
  • RegEx Blacklisted phrase (1): help us
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Umer Karachiwala

79271538

Date: 2024-12-11 11:34:26
Score: 4.5
Natty:
Report link

Probably, the data is processed by this script.

enter link description here

Reasons:
  • Blacklisted phrase (0.5): enter link description here
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: avd

79271533

Date: 2024-12-11 11:33:24
Score: 9.5 🚩
Natty:
Report link

**

have you find any solution?

**

Reasons:
  • Blacklisted phrase (1.5): any solution
  • Blacklisted phrase (2): have you find
  • RegEx Blacklisted phrase (2): any solution?
  • Low length (2):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Amir Rashid

79271505

Date: 2024-12-11 11:24:21
Score: 12.5
Natty: 8.5
Report link

How do you fix this issue ????

Reasons:
  • Blacklisted phrase (1): How do you
  • Blacklisted phrase (1): ???
  • RegEx Blacklisted phrase (1.5): fix this issue ????
  • RegEx Blacklisted phrase (2.5): do you fix this
  • Low length (2):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Starts with a question (0.5): How do you fix this is
  • Low reputation (1):
Posted by: Barış Can YILMAZ

79271429

Date: 2024-12-11 11:02:14
Score: 10 🚩
Natty: 4.5
Report link

Do you find how manage this issue ? I get the same issue :(

Reasons:
  • Blacklisted phrase (1): :(
  • RegEx Blacklisted phrase (2.5): Do you find how
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): I get the same issue
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Arthur Choisnet

79271360

Date: 2024-12-11 10:39:08
Score: 5
Natty: 6
Report link

Hi it looks like your using tensorflow try using OpenAI and next.js instead. I explain it in this blog post: https://www.brendanmulhern.blog/posts/make-your-own-ai-chatbot-website-with-next-js-and-openai-course.

Reasons:
  • Blacklisted phrase (1): this blog
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Brendan Mulhern

79271338

Date: 2024-12-11 10:33:05
Score: 7.5 🚩
Natty:
Report link

I have found a solution to the problem marked above. the code is as follows.

//@version=6
strategy("VWAP and RSI Strategy", shorttitle="VWAP RSI Strategy", overlay=true)

// --- VWAP Code ---
cumulativePeriod = input.int(30, title="VWAP Period") 

typicalPrice = (high + low + close) / 3
typicalPriceVolume = typicalPrice * volume
cumulativeTypicalPriceVolume = ta.cum(typicalPriceVolume)  // Cumulative typical price volume
cumulativeVolume = ta.cum(volume)  // Cumulative volume
vwapValue = cumulativeTypicalPriceVolume / cumulativeVolume  // VWAP calculation

plot(vwapValue, title="VWAP", color=color.blue, linewidth=2)

// --- RSI Code ---
rsiLengthInput = input.int(14, minval=1, title="RSI Length", group="RSI Settings")
rsiSourceInput = input.source(close, "Source", group="RSI Settings")
rsi = ta.rsi(rsiSourceInput, rsiLengthInput)

// Plot RSI on the main chart as well (if desired)
rsiPlot = plot(rsi, "RSI", color=color.purple)
rsiUpperBand = hline(70, "RSI Upper Band", color=color.red)
rsiLowerBand = hline(30, "RSI Lower Band", color=color.green)
fill(rsiUpperBand, rsiLowerBand, color=color.rgb(126, 87, 194, 90), title="RSI Background Fill")

// --- Strategy Conditions ---
longCondition = ta.crossover(close, vwapValue) and rsi <= 25
if longCondition
    strategy.entry("Long", strategy.long)

shortCondition = ta.crossunder(close, vwapValue) and rsi >= 65
if shortCondition
    strategy.entry("Short", strategy.short)

// --- Exit Conditions ---
// Close the long trade if RSI reaches 30
if (rsi >= 30)
    strategy.close("Long")

// Close the short trade if RSI reaches 70
if (rsi >= 70)
    strategy.close("Short")

// --- Risk Management (Optional) ---
longStopLossPercent = input.float(2.0, title="Long Stop Loss %", minval=0.1, step=0.1) / 100
longTakeProfitPercent = input.float(5.0, title="Long Take Profit %", minval=0.1, step=0.1) / 100
shortStopLossPercent = input.float(2.0, title="Short Stop Loss %", minval=0.1, step=0.1) / 100
shortTakeProfitPercent = input.float(5.0, title="Short Take Profit %", minval=0.1, step=0.1) / 100

longStopLossPrice = strategy.position_avg_price * (1 - longStopLossPercent)
longTakeProfitPrice = strategy.position_avg_price * (1 + longTakeProfitPercent)
shortStopLossPrice = strategy.position_avg_price * (1 + shortStopLossPercent)
shortTakeProfitPrice = strategy.position_avg_price * (1 - shortTakeProfitPercent)

strategy.exit("Long TP/SL", from_entry="Long", stop=longStopLossPrice, limit=longTakeProfitPrice)
strategy.exit("Short TP/SL", from_entry="Short", stop=shortStopLossPrice, limit=shortTakeProfitPrice)

// --- Additional Plots and Strategy Settings ---
plotshape(longCondition, title="Buy Signal", location=location.belowbar, color=color.green, style=shape.labelup, text="BUY")
plotshape(shortCondition, title="Sell Signal", location=location.abovebar, color=color.red, style=shape.labeldown, text="SELL")

Once testing, this has lead to the rise of more questions. The VWAP plotting for this does not align to the one inputted into ChatGPT as the base sample of VWAP with periods. There seems to be a problem regarding changes of v3 to v6 and the outdated ta.sum() now not being available so having to use ta.cum(). I think this comes from the fcat the 2 codes i am mergging are codes in v3 and v6. If anyone can help with this it would be greatly appreciated. The VWAP code I used was called VWAP with periods by neolao.

Reasons:
  • Blacklisted phrase (1): appreciated
  • RegEx Blacklisted phrase (3): help with this it would be greatly appreciated
  • RegEx Blacklisted phrase (3): anyone can help
  • RegEx Blacklisted phrase (0.5): anyone can help
  • Long answer (-1):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Mr.Code

79271331

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

fix : renaming routeMiddlewareAliases to middlewareAliases in kernel file

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

79271264

Date: 2024-12-11 10:11:56
Score: 6.5 🚩
Natty:
Report link

Have the same issue:

  "value.converter": "org.apache.kafka.connect.json.JsonConverter",
  "key.converter": "org.apache.kafka.connect.json.JsonConverter",
  "key.converter.schemas.enable": "false",
  "port": "5432",
  "value.converter.schemas.enable": "false",


Caused by: java.lang.NullPointerException
at io.debezium.connector.jdbc.SinkRecordDescriptor$Builder.isFlattened(SinkRecordDescriptor.java:321)

Anybody resolve?

Reasons:
  • RegEx Blacklisted phrase (1.5): resolve?
  • Has code block (-0.5):
  • Me too answer (2.5): Have the same issue
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Anton Petkun

79271252

Date: 2024-12-11 10:07:55
Score: 5.5
Natty: 6
Report link

Have you found a solution? Because it seems like it was hard for people to understand your needs

Reasons:
  • RegEx Blacklisted phrase (2.5): Have you found a solution
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Mohammed Karam

79271214

Date: 2024-12-11 09:54:50
Score: 5
Natty: 5
Report link

There is option to write a code so colab will stop in given cell, instead of clicking the cell before running?

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

79271198

Date: 2024-12-11 09:47:48
Score: 10 🚩
Natty: 6
Report link

Hey did you find any solutions? For me also it same .I'm getting OK ASYNC as in response but the actual image i'm unable to get.

Reasons:
  • Blacklisted phrase (1.5): any solution
  • RegEx Blacklisted phrase (3): did you find any solution
  • RegEx Blacklisted phrase (2): any solutions?
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Ashutosh

79271176

Date: 2024-12-11 09:38:44
Score: 4
Natty: 4.5
Report link

Any tried it from the front end? it always give CORS error from the browser.

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Muttahir Abdul Rasheed

79271166

Date: 2024-12-11 09:35:43
Score: 4.5
Natty:
Report link

你好, 你的代码我想可以这样写:

using Excel = Microsoft.Office.Interop.Excel;
private static object TRANSPOSE(object Arr)
{
    return (
        (Excel.Application)ExcelDnaUtil.Application
    ).WorksheetFunction.Transpose(Arr);
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • No latin characters (3):
  • Low reputation (1):
Posted by: Chang WebChang