79166576

Date: 2024-11-07 13:09:54
Score: 3
Natty:
Report link

=DATE(VALUE(RIGHT(C2,4)),VALUE(LEFT(C2,FIND("/",C2)-1)),VALUE(MID(C2,FIND("/",C2,1)+1,FIND("/",C2,FIND("/",C2,1)+1)-FIND("/",C2,1)-1)))

WHERE C2 is your input date cell

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

79166575

Date: 2024-11-07 13:08:54
Score: 5
Natty:
Report link

The best answer I have seen is from this article, linkhttps://medium.com/@hmtamim/composite-bloc-in-flutter-streamlining-complex-screens-with-multi-bloc-b5d5fbfa3aba. He explains it from cradle to the point where you can make the decision yourself on whether to use Presentation layer or Domain layer.

Reasons:
  • Blacklisted phrase (1): this article
  • Blacklisted phrase (0.5): medium.com
  • Probably link only (1):
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: kamau kanyua

79166568

Date: 2024-11-07 13:07:53
Score: 0.5
Natty:
Report link

It can be done by using the zones feature and setting the series.zoneAxis to 'x'.

API reference: https://api.highcharts.com/highcharts/series.bellcurve.zones

Demo: https://jsfiddle.net/BlackLabel/3tjku69r/

  zoneAxis: "x",
  zones: [
    {
      value: 2.18,
      color: "rgb(255, 0, 0, 0.25)",
    },
    {
      value: 2.62,
      color: "rgb(0, 102, 255, 0.25)",
    },
    {
      value: 3.49,
      color: "rgb(51, 204, 51, 0.25)",
    },
    {
      value: 3.92,
      color: "rgb(0, 102, 255, 0.25)",
    },
    {
      color: "rgb(255, 0, 0, 0.25)",
    }
  ]
Reasons:
  • Probably link only (1):
  • Has code block (-0.5):
Posted by: Dominik Chudy

79166567

Date: 2024-11-07 13:06:53
Score: 0.5
Natty:
Report link

May I see the request payload you sent?

Looks like you have: data.attributes.extension.type:"versions:autodesk.core:Deleted -1.0" instead of versions:autodesk.core:Deleted

I have tested on my end and this request seems to work okay:

{
        "jsonapi": {
          "version": "1.0"
        },
        "data": {
          "type": "versions",
          "attributes": {
            "extension": {
               "type":"versions:autodesk.core:Deleted",
              "version": "1.0"
            }
          },
          "relationships": {
            "item": {
              "data": {
                "type": "items",
                "id": "urn:adsk.wipprod:dm.lineage:0p70Kns_QsGgm6oSOs-_Xg"
              }
            }
          }
        }
      }

Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Carol Gitonga

79166560

Date: 2024-11-07 13:05:50
Score: 7 🚩
Natty:
Report link

how did you get the customerId from the session and pass it to the backend. If a customer login to the store I want to run some backend functions with their customerId

Reasons:
  • RegEx Blacklisted phrase (3): did you get the
  • RegEx Blacklisted phrase (1): I want
  • Low length (1):
  • No code block (0.5):
  • Starts with a question (0.5): how did you
  • Low reputation (1):
Posted by: ponmari selvam

79166549

Date: 2024-11-07 13:01:49
Score: 2
Natty:
Report link

<!doctype html>
<html lang="en">

<head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Bootstrap demo</title>
    <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
        integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
</head>

<body>
    <div class="flex flex-column vh-100">
    <header class='fixed-top d-flex justify-content-around'>
        <div class="d-flex align-items-center gap-5 justify-content-center">
            <h3 class="float-md-start mb-0">Ethan Leyden</h3>
            <nav class="nav nav-masthead justify-content-center float-md-end">
                <a class="nav-link fw-bold py-1 px-0 active" aria-current="page" href="#">Home</a>
                <a class="nav-link fw-bold py-1 px-0" href="#">Features</a>
                <a class="nav-link fw-bold py-1 px-0" href="#">Contact</a>
            </nav>
        </div>
    </header>
<div class="mx-auto flex-grow-1 d-flex justify-content-center align-items-center h-100 mt-5">
    <main class="">
        <h1>Welcome to the site</h1>
        <p class="lead">It's definitely still under construction. Do you know how to vertically center
            content with Bootstrap? I sure don't</p>
        <p class="lead">
            <a href="#" class="btn btn-lg btn-light fw-bold border-white bg-white">Learn more</a>
        </p>
    </main>
</div>
    <div class="mx-auto my-auto">
     
    </div></div>

    <script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
        integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz"
        crossorigin="anonymous"></script>
</body>

</html>

Reasons:
  • RegEx Blacklisted phrase (2.5): Do you know how
  • Long answer (-1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Kumaresh Giri

79166548

Date: 2024-11-07 13:01:49
Score: 4
Natty:
Report link

I do have a peoblem in download the tile for Africa one degree formating png I want to use it as images content in GUI program in RRI modeling

Reasons:
  • RegEx Blacklisted phrase (1): I want
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Hag Mussa

79166530

Date: 2024-11-07 12:57:48
Score: 2
Natty:
Report link

This error, "java.lang.IllegalArgumentException: Cannot find RoutesBuilderLoader in classpath supporting file extension: xml", usually pops up in Camel applications when you're trying to load routes defined in an XML file, but Camel can't find the necessary component to do so. This often happens during upgrades because of changes in dependencies or their internal workings.

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

79166527

Date: 2024-11-07 12:56:47
Score: 2
Natty:
Report link

daewoosh, thank you, I saw your previous answer but I don't understand what do you means.

Telegram update is a JSON and the string representation of 'kicked' or 'member' status does not depend of the int type.

I'm use NodeJS on the backend so values bigger that 2^32 are handled correctly.

I made logs to check if the user ids are correct or not, and they are ok.

Probably I don't understand something =)

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

79166524

Date: 2024-11-07 12:56:47
Score: 2
Natty:
Report link

If u want to require all specified groups, you'll need to create a custom serializer. The default one does not provide any solution for that.

You should follow the structure of the NormalizerInterface, particularly using the supportsNormalization() method to verify when the custom normalizer should activate.

You can find the full documentation for Symfony's Serializer component in official Symfony docs - under The Serializer Component.

OR

If you have only 2 groups, you can add third one, for example show_admin.

Reasons:
  • Blacklisted phrase (1.5): any solution
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: bano

79166518

Date: 2024-11-07 12:55:47
Score: 5.5
Natty: 5
Report link

Thanks Its worked @Miroslav Ježík

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Low length (2):
  • No code block (0.5):
  • User mentioned (1): @Miroslav
  • Single line (0.5):
  • Low reputation (1):
Posted by: GowMaha

79166514

Date: 2024-11-07 12:54:46
Score: 3.5
Natty:
Report link

Set the HASH_ID=false in the .env file or use hashed ID of entity instead raw ID

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

79166510

Date: 2024-11-07 12:54:44
Score: 6 🚩
Natty: 4
Report link

I have the same problem, the solution of @flipSTAR works for me. if dont works try observe the data or binary camps

Reasons:
  • Blacklisted phrase (1): I have the same problem
  • Whitelisted phrase (-1): works for me
  • Low length (1):
  • No code block (0.5):
  • Me too answer (2.5): I have the same problem
  • User mentioned (1): @flipSTAR
  • Low reputation (1):
Posted by: João Victor S. Matos

79166506

Date: 2024-11-07 12:52:41
Score: 8.5 🚩
Natty: 5.5
Report link

Were you able to set the alerts for the ripster ema clouds?

Reasons:
  • 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: user3064213

79166501

Date: 2024-11-07 12:51:40
Score: 3
Natty:
Report link

OK, I think I found my mistake. The key is in lines.c/writeLines(). The growth condition is capacity < count + 1, but my count increases like 1, 3, 5, 7. When it reaches 7, the array should grow because we've reached the end of the array. Therefore, it should be "<=" instead of "<".

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

79166490

Date: 2024-11-07 12:49:40
Score: 3
Natty:
Report link

The issue lies in my use of uC/OS. I called OSStatInit(), but if I call this function, I can only declare one task in main, and then declare other tasks within the first task. However, I have declared two tasks in main.

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

79166485

Date: 2024-11-07 12:47:39
Score: 2
Natty:
Report link

What session store do you use for your Play session (PlayCookieSessionStore, PlayEhCacheSessionStore, ...)? Isn't the PLAY_SESSION cookie lost somehow when the redirect happens (and a new session created)?

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Starts with a question (0.5): What
  • High reputation (-1):
Posted by: jleleu

79166475

Date: 2024-11-07 12:45:39
Score: 2.5
Natty:
Report link

For anyone else bump into this question, Apache CloudStack createConsoleEndpoint API end-point that allows you to achieve desire result.

API Details: https://cloudstack.apache.org/api/apidocs-4.18/apis/createConsoleEndpoint.html

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

79166462

Date: 2024-11-07 12:43:38
Score: 0.5
Natty:
Report link

You missing out something in your routes

Try this command if required

php artisan optimize
Reasons:
  • Whitelisted phrase (-1): Try this
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Payal Desai

79166451

Date: 2024-11-07 12:40:37
Score: 1.5
Natty:
Report link

You should define the annotation @Lazy and @Autowired in one of them. Also, you should delete the definition in the constructor. I hope it's works! It's works for me in this example that I have:

@Service public class MyClassService1Impl{

@Lazy
@Autowired
private MiClassService2Impl;

}

Thanks

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Whitelisted phrase (-1): works for me
  • Low length (0.5):
  • Has code block (-0.5):
  • User mentioned (1): @Lazy
  • User mentioned (0): @Autowired
  • User mentioned (0): @Service
  • Low reputation (1):
Posted by: Laura Hernandez

79166450

Date: 2024-11-07 12:39:37
Score: 3
Natty:
Report link

dears! thank you for supporting! I have done this problem, 83.3Hz I have 8,3 cycles per buffer 100ms, or, 12.04ms per period of wave. And then, the 0.3 of 8.3 cycles is the problem, I need a complete number for use on buffer, not a decimal number ... 0.3 is not a complete wave, its a 30% of a cycle. For fix this, I used just 8 cycles por buffer, keeping the period of wave 83.3 (12.04ms), for this, my new buffer time is 96.38ms! Resume: for others int frequency, like 60, 80, 90, 100hz, I can use 100ms for buffer. But, for decimals frequency, like 83.3, I need to use 96.38ms or (int Cycle/period = 8/12.04 = 96,38). For now, its work very good =D enter image description here

Reasons:
  • Blacklisted phrase (0.5): thank you
  • Blacklisted phrase (0.5): I need
  • Long answer (-0.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: matheusbrl

79166447

Date: 2024-11-07 12:39:37
Score: 1.5
Natty:
Report link

Your modal probably doesn't contain namespace at the top of your file. Your namespace should be namespace App\Models and in your file where you are going to use this model, you need to put use App\Models\Post at the top.

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

79166446

Date: 2024-11-07 12:39:37
Score: 3.5
Natty:
Report link

For those looking for a version with the gradient switching colors as well (and dynamic tooltip).

Here's what we ended up with
enter image description here

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

79166438

Date: 2024-11-07 12:36:36
Score: 1
Natty:
Report link

Are you using the Body parameter in Postman with raw selected and JSON as the type?

If not, try using the following curl command into your terminal:

curl --location 'http://localhost:8084/api/user/user' \
--header 'Content-Type: application/json' \
--data '{
    "name": "Santiago",
    "email": "yes",
    "number": "4",
    "password": "rftgybn",
    "date_of_birth": "2024-11-06T12:30:00Z",
    "location": "Medellin"
}'
Reasons:
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Youssef

79166408

Date: 2024-11-07 12:28:34
Score: 2
Natty:
Report link
npm install -g vsts-npm-auth
vsts-npm-auth -config .npmrc -force
npm install
Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Milan

79166405

Date: 2024-11-07 12:28:34
Score: 3
Natty:
Report link

don't use Get.off it gets you off the navigation tree thats why the browser back navigation button is disabled remove all Get.Off replace them with Get.Back and try again.

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

79166396

Date: 2024-11-07 12:25:33
Score: 3
Natty:
Report link

I have the same case. And I don't understand what is the reason for this behaviour. Some months ago it was ok. But now I received my_chat_member updates with new_chat_member.status == 'kicked'. I check real status by method getChatMember and receive status == 'member'

I get about 15% my_chat_member updates with correct status: new_chat_member.status == 'member' and getChatMember status == 'member'. And 85% my_chat_member updates with wrong status: new_chat_member.status == 'kicked' and getChatMember status == 'member'.

What is the reason?

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Alexander Silich

79166387

Date: 2024-11-07 12:22:33
Score: 1
Natty:
Report link

CTS (Compatibility Test Suite): CTS is a collection of tests used to verify the core Android functionality and compatibility of devices with the Android Open Source Project (AOSP) specifications. It ensures that an Android device conforms to Google’s compatibility standards, which is essential for manufacturers aiming to use Android as a core operating system. Passing CTS is necessary for device compatibility but does not cover Google Mobile Services (GMS) requirements.

GTS (GMS Test Suite): GTS is specifically designed to test compliance with Google Mobile Services (GMS) requirements. This suite of tests validates that a device meets Google’s standards for pre-installed apps and services like Google Play, Maps, and Gmail. Passing the GTS is necessary for a device to be licensed to include Google’s proprietary applications and services.

more in www.android-test.com. a resource platform dedicated to testing and certification for various Google Android devices.

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

79166373

Date: 2024-11-07 12:14:31
Score: 1
Natty:
Report link

It's working for me with the same code you have. Try adding @AllArgsConstructor and @Setter on DTOs.

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

79166363

Date: 2024-11-07 12:11:31
Score: 0.5
Natty:
Report link

Buffered I/O: Python's file handling process is buffered, accumulating data in memory before disk access(RAM). Dart’s synchronous I/O (writeSync and readSync) lacks buffering, leading to more overhead for each disk access, which slows performance for large data.

System Libraries and Encoding: Python uses POSIX-compliant, platform-optimized libraries, which enhance I/O efficiency on macOS. Dart's library may lack such optimizations, and default UTF-8 encoding or newline differences (\r\n vs. \n) could add processing overhead in Dart.

Dart’s synchronous I/O adds latency as each of the operations waits for completion. Dart’s asynchronous I/O, being non-blocking, allows overlapping operations and can improve speed for large files.

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

79166359

Date: 2024-11-07 12:09:30
Score: 0.5
Natty:
Report link

Improved @supermodo results with caching of results.

from enum import IntEnum

class SuperIntEnum(IntEnum):
   _dict = None
   _items = None
   _keys = None
   _values = None

@classmethod
def to_dict(cls):
    if cls._dict is None:
        cls._dict = {e.name: e.value for e in cls}
    return cls._dict

@classmethod
def items(cls):
    if cls._items is None:
        cls._items = [(e.name, e.value) for e in cls]
    return cls._items

@classmethod
def keys(cls):
    if cls._keys is None:
        cls._keys = [e.name for e in cls]
    return cls._keys

@classmethod
def values(cls):
    if cls._values is None:
        cls._values = [e.value for e in cls]
    return cls._values
Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • User mentioned (1): @supermodo
  • Low reputation (0.5):
Posted by: lexxai

79166350

Date: 2024-11-07 12:05:29
Score: 14
Natty: 8
Report link

I have the same problem, did you manage to solve it? Thanks

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Blacklisted phrase (1): I have the same problem
  • RegEx Blacklisted phrase (3): did you manage to solve it
  • RegEx Blacklisted phrase (1.5): solve it?
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): I have the same problem
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Felipe Nova

79166348

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

assets be within flutter - alignment

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

79166343

Date: 2024-11-07 12:03:28
Score: 1.5
Natty:
Report link

OR

Just install your packages in your command prompt as an Administrator, it will save the file in the normal site-packages.

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

79166329

Date: 2024-11-07 11:59:27
Score: 3.5
Natty:
Report link

Here a self explained Image with VS 2022 where to find it, if you have changed your shortcut bindings.

VS 2022 Report Data View

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

79166324

Date: 2024-11-07 11:58:27
Score: 1.5
Natty:
Report link

For Tailwind or any other CSS Library

 <Select
   classNames={{
   control: (state) =>
   `text-sm ${state.isFocused ? "border-red-600" : "border-grey-300"}`
   }}
 />
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Zain Waseem

79166322

Date: 2024-11-07 11:58:27
Score: 1.5
Natty:
Report link

I don't know what was causing the issue but I've found a workaround using table sort methods. The last line of the code above has been replaced with:

With wl.ListObjects("waiting_list").Sort
    .SortFields.Add Key:=Range("A3", "A" & w_last_row), Order:=xlAscending
    .Header = xlYes
    .Apply
End With
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Detra

79166317

Date: 2024-11-07 11:57:24
Score: 6.5 🚩
Natty:
Report link

But how about the tenant? I want to send notification to users when the tenant storage reaches 90%. As of now only global admins receive this. Is there a way thru power automate or any alternative that can help us send notifications for SharePoint tenant storage and not for individual site collections.

Reasons:
  • Blacklisted phrase (1): Is there a way
  • RegEx Blacklisted phrase (1): help us
  • RegEx Blacklisted phrase (1): I want
  • Low length (0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Nitin S

79166305

Date: 2024-11-07 11:54:23
Score: 3.5
Natty:
Report link

Thank you very much, I feel kind of silly now. But sometimes I guess we need a second set of eyes even for obvious things. The request has passed. Anyway, I guess this may serve as an example of a post request to someone else checking the internet :)

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

79166289

Date: 2024-11-07 11:49:19
Score: 12 🚩
Natty:
Report link

@actinindia, I am having the same question. I would like to end the phone-call from the server side. But from the docs there doesn't seem to be an event that does this: https://www.twilio.com/docs/voice/media-streams/websocket-messages#send-websocket-messages-to-twilio

Can you share how you did that?

Reasons:
  • RegEx Blacklisted phrase (2.5): Can you share how you
  • Probably link only (1):
  • Low length (0.5):
  • No code block (0.5):
  • Me too answer (2.5): I am having the same question
  • Ends in question mark (2):
  • User mentioned (1): @actinindia
  • Looks like a comment (1):
  • Low reputation (1):
Posted by: Lucasvan

79166286

Date: 2024-11-07 11:47:18
Score: 0.5
Natty:
Report link

In Vue 3, the keypress event is deprecated and is no longer reliable for handling key events, especially for the Enter key. Instead, you should use @keyup.enter or @keydown.enter to handle Enter key presses consistently.

The @keyup.enter event is generally preferred for cases like form submission, as it triggers when the user releases the Enter key. Using @keyup will ensure other keys, like the Space bar, work normally without interference.

You can modify you code like this.

  <input
  v-model="query"
  class="chat-field-input"
  type="text"
  autofocus
  :placeholder="$t('inputTitle')"
  :aria-label="$t('inputTitle')"
  :disabled="disabledtextbox"
  @keyup.enter="submit({ text: query })"
  @input="$emit('input')"
  @blur="$emit('blur')"
  @focus="
    microphone = false;
    should_listen = false;
    $emit('typing');
  "
/>

Explanation Replaced @keypress.enter with @keyup.enter: The @keyup.enter event captures the Enter key consistently across browsers and is not deprecated in Vue 3.

Additional Note If you ever need to handle key events differently, consider @keydown or @keyup depending on when you want the event to trigger (when the key is pressed down vs. released). But for most cases involving text input submission on Enter, @keyup.enter is a solid choice.

Reasons:
  • Long answer (-1):
  • Has code block (-0.5):
  • User mentioned (1): @keyup
  • User mentioned (0): @keydown
  • User mentioned (0): @keyup
  • Low reputation (1):
Posted by: Hamid Hussain

79166269

Date: 2024-11-07 11:42:17
Score: 1
Natty:
Report link

With the help of @musicamante I found a solution and I answer my own question

I replace this code

// Defintion Bouton
userButton->setText("Select this User");
userButton->setStyleSheet("background-color: #dfdfdf; border: 1px solid #333333");
userButton->setMaximumWidth(110);

by this code (to define the button width with CSS)

// Defintion Bouton
userButton->setText("Select this User");
userButton->setStyleSheet("background-color: #dfdfdf; border: 1px solid #333333; width: 110px");

I replace this code

// Add Widgets at Button Group
buttonLayout->addWidget(userButton,Qt::AlignCenter);

by this code (using correctly addWidget and strech parameter)

// Add Widgets at Button Group
buttonLayout->addWidget(userButton,0,Qt::AlignCenter);

And like @musicamante says, I delete this code

buttonGroup->setAlignment(Qt::AlignCenter);

Hope this question and solution can help

Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • User mentioned (1): @musicamante
  • User mentioned (0): @musicamante
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Juan

79166255

Date: 2024-11-07 11:39:15
Score: 0.5
Natty:
Report link
// Get the scroll container element
const scrollContainer = document.querySelector('.scroll-container');

// Get the buttons
const scrollLeftButton = document.getElementById('scrollLeft');
const scrollRightButton = document.getElementById('scrollRight');

// Set the amount to scroll per click (in pixels)
const scrollAmount = 200;  // Adjust this value as needed

// Add event listener to the "Scroll Left" button
scrollLeftButton.addEventListener('click', function() {
  scrollContainer.scrollLeft -= scrollAmount;  // Scroll to the left
});

// Add event listener to the "Scroll Right" button
scrollRightButton.addEventListener('click', function() {
  scrollContainer.scrollLeft += scrollAmount;  // Scroll to the right
});
Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: user28179436

79166237

Date: 2024-11-07 11:35:15
Score: 1.5
Natty:
Report link

I can solve this use the api.whatsapp.web

const msgCod = encodeURIComponent(msg);
const linkWhatsApp = `https://api.whatsapp.com/send?phone=${phoneNumber}&text=${msgCod}`;
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Xesus Dacal

79166236

Date: 2024-11-07 11:35:15
Score: 3.5
Natty:
Report link

This answer https://stackoverflow.com/a/72206562/21979680

And additionally restarting my MacBook Air M3 (which does the same thing as killing the ADB process) helped me solve this problem.

Reasons:
  • Blacklisted phrase (1): stackoverflow
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Sassha5

79166229

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

In model constraints, you can only refer to fields of the model itself. If you want to reference fields of a ForeignKey model, you can override the clean() method. You can see an example here : https://stackoverflow.com/a/75640733/20712534

Reasons:
  • Blacklisted phrase (1): stackoverflow
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Feleacan

79166223

Date: 2024-11-07 11:31:14
Score: 0.5
Natty:
Report link

Adding the Android folder to your project is as easy as executing the following command.

$ npx expo prebuild --platform android

The --platform android flag is not necessary but then it will create an Android & iOS folder.

Make sure you follow the documentation of Expo

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

79166211

Date: 2024-11-07 11:28:13
Score: 2.5
Natty:
Report link

I never did find a solution to this problem - the connection to Dynamics CRM always failed. What I did to get around this is imported the data into our Azure SQL database and then was able to pull it from Azure into our web application without an issue.

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

79166206

Date: 2024-11-07 11:25:13
Score: 3.5
Natty:
Report link

Thanks for your post. My project is in a similar Use-case with occasional duplicate processing your statement is brilliant and usefull

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: prof_E.Brown

79166195

Date: 2024-11-07 11:22:11
Score: 1
Natty:
Report link

I already specify the outputFileName, here the code :

Even though i already specify the output still same :

√ Built build\app\outputs\flutter-apk\app-release.apk (50.0MB)

but the below method previously worked, but after I added code or fixed my code in lib, this method doesn't work

applicationVariants.all { variant ->
    variant.outputs.all { output ->
        def newName = "Goods Tracker.apk"
        output.outputFileName = newName
    }
}
Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Zebra

79166186

Date: 2024-11-07 11:19:11
Score: 1
Natty:
Report link

According to this other thread, the problem seems that either the stream (file) is empty or blob ID is empty. I believe it's more likely for the stream to be empty.

I also think there's no good solution for this, unless you or someone else modify the source.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
Posted by: Raul Barreto

79166178

Date: 2024-11-07 11:17:11
Score: 0.5
Natty:
Report link

For Single File

git add file1 && git commit -m "Your Comment"

For Multiple Files

git add file1 file2 file3 && git commit -m "Your Comment"

For All Files and Changes

git add . && git commit -m "Your Comment"
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Shahlal Hossain

79166172

Date: 2024-11-07 11:15:10
Score: 2
Natty:
Report link

Had the same issue, the whole dockerized version is super deprecated. I had to update all dependencies in the docker.base file so i could build a newer version (4.11.5) of the processmaker image which should use the correct containers to download/build the script-executors.

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

79166167

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

I found a solution that make sync succed: ' compile ('com.opencsv:opencsv:3.10') { exclude group: 'commons-logging' } ' I'll keep it like this, but I don't know if it may cause unexpected behaviours.

Can't add dependency to Android Project

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

79166165

Date: 2024-11-07 11:13:09
Score: 0.5
Natty:
Report link

By reimplementing the mouseMoveEvent method, items can be easily restricted from leaving the sceneRect:

def mouseMoveEvent(self, event: QGraphicsSceneMouseEvent):

    # 1. Finding the maximum movements that can be made before leaving the scene's
    # bounding rectangle:
    rect = self.mapRectToScene(self.boundingRect())
    max_left_move = self.scene().sceneRect().left() - min(rect.left(), rect.right())
    max_right_move = self.scene().sceneRect().right() - max(rect.left(), rect.right())
    max_up_move = self.scene().sceneRect().top() - min(rect.top(), rect.bottom())
    max_down_move = self.scene().sceneRect().bottom() - max(rect.top(), rect.bottom())
    
    # 2. Calculating the initial vector of movement
    move = event.pos() - event.buttonDownPos(Qt.LeftButton)
    
    # 3. Correcting the movement vector if it causes the item to leave the area:
    move.setX(np.clip(move.x(), max_left_move, max_right_move))
    move.setY(np.clip(move.y(), max_up_move, max_down_move))
    
    # 4. Moving the item
    self.moveBy(move.x(), move.y())

Since I needed to restrict items with transformations, the method that @musicamante offered was not appropriate for my purpose.

Reasons:
  • Blacklisted phrase (0.5): I need
  • Long answer (-1):
  • Has code block (-0.5):
  • User mentioned (1): @musicamante
  • Low reputation (0.5):
Posted by: Kamin

79166153

Date: 2024-11-07 11:11:09
Score: 2
Natty:
Report link

Your file has no name, there should be a name for that file like ../translation/test.json

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

79166152

Date: 2024-11-07 11:11:09
Score: 4.5
Natty:
Report link

Check if you are trying to decode the encoded string or not

Answer here might help

https://stackoverflow.com/a/79160815/16194563

Reasons:
  • Blacklisted phrase (1): stackoverflow
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Ramya Musunuru

79166151

Date: 2024-11-07 11:11:08
Score: 1.5
Natty:
Report link

I got the same "Incorrect function" (0x80070001) error from IHttpRequest::ReadEntityBody while uploading a very long binary stream. My code is in custom native IIS module written on C++. There is no ASP.NET, no ASP, nothing, except for minimal IIS and my custom IIS module. The error could occur after 100 reads or after few thousands or few hundred thousand. The buffer size does not mater. Asynchronous or synchronous reading fails the same way. The stream uses chunked encoding.

Failed Request Tracing did not reveal anything useful, so I googled for GENERAL_READ_ENTITY_START and "Incorrect function" and found this old thread.

The solution with "read ahead" setting does not help in my case although the setting is still there, hot fix is obviously not available after 11 years and OS I have is Windows Server 2022.

There is also no Session module involved in my scenario. It looks like some sort of bug is still there, the interesting thing is that the same uploading works just fine if connection uses HTTPS, the problem occurs over HTTP only. That points to the direction of the same "read ahead" buffer bug, because the stream data is being combined differently when data is being received over SSL connection, but the setting does not help me much.

I wrote here just so anyone else who hit the same problem could find this thread and maybe provide some new information.

Reasons:
  • Blacklisted phrase (1): help me
  • Long answer (-1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: szz743

79166129

Date: 2024-11-07 11:05:07
Score: 2.5
Natty:
Report link

Expression: 0/10 * * ? * *

Cross-check at: https://bradymholt.github.io/cron-expression-descriptor/

Reasons:
  • Probably link only (1):
  • Low length (1.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Sk Shahnawaz-ul Haque

79166119

Date: 2024-11-07 11:03:06
Score: 1.5
Natty:
Report link

I think you need to spcify the outputFileName in the attribute of output

output.outputFileName = "Goods Tracker.apk"
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Nasserallah Hourichi

79166116

Date: 2024-11-07 11:02:06
Score: 1
Natty:
Report link

There is a very simple solution now: just use normal anchor links and add this code to your css:

html {
    scroll-behavior: smooth;
}

At the time of asking it was not available, but now it's widely supported by browsers.

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

79166113

Date: 2024-11-07 11:02:04
Score: 12 🚩
Natty: 5.5
Report link

i face the same issue , do you solved it ?

Reasons:
  • RegEx Blacklisted phrase (1.5): solved it ?
  • RegEx Blacklisted phrase (2.5): do you solved it
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): i face the same issue
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: ayman yasser

79166108

Date: 2024-11-07 11:01:03
Score: 0.5
Natty:
Report link

Because your asumption is wrong, that is not how it works. A 3D scene is not a chalkboard.

You have to render your entire scene at every frame.

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

79166099

Date: 2024-11-07 10:59:02
Score: 4.5
Natty:
Report link

You can also get the roleIds from the endpoint at https://aps.autodesk.com/en/docs/acc/v1/reference/http/admin-projectsprojectId-users-userId-GET/

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

79166094

Date: 2024-11-07 10:58:02
Score: 0.5
Natty:
Report link

In react all the files that are inside public folder are served inside the root as your error says.

So you have to remove public from your paths so instead of using /public/fonts/ibm use /fonts/ibm and apply this to all the paths where you added public in them.

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

79166088

Date: 2024-11-07 10:55:01
Score: 4
Natty:
Report link

I recently wrote an article on Medium showing the complete step-by-step configuration and providing the Git repository used in the example.

If you’d like to take a look.

https://medium.com/@lucas.rj.fernandes/spring-security-with-oauth2-and-linkedin-a20874ae7477

Reasons:
  • Blacklisted phrase (0.5): medium.com
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Lucas Fernandes

79166087

Date: 2024-11-07 10:55:01
Score: 0.5
Natty:
Report link

Just to give an updated version, with context manager, of Brad's answer, credits are going to him.

import io

def print_to_string(*args, **kwargs):
    with io.StringIO as output:
        print(*args, file=output, **kwargs)
        return output.getvalue()
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: user23307932

79166081

Date: 2024-11-07 10:53:01
Score: 0.5
Natty:
Report link

In objective c iOS15

NSArray *scenes = [[[UIApplication sharedApplication] connectedScenes] allObjects];

    UIWindowScene *windowScene = scenes.lastObject;
    UIWindow *lastWindow = windowScene.windows.lastObject;
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Big Pete

79166079

Date: 2024-11-07 10:53:01
Score: 0.5
Natty:
Report link

Currently, other than appending the Google Analytics code to the affiliate.example.com/example_page.html page, for tracking to work you should also set the SameSite=None attribute for the GA cookies (if this is acceptable to you). One way to achieve it is by using cookie_flags configuration option in gtag inside an iframe:

gtag('config', 'G-N2A3FMNDT5', {
  cookie_flags: 'max-age=7200;secure;samesite=none'
});

Otherwise, the events will not be sent from the iframe.

More details about this solution can be found in this article: https://www.simoahava.com/analytics/cookieflags-field-google-analytics/

Reasons:
  • Blacklisted phrase (1): this article
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Jakub Knapik

79166067

Date: 2024-11-07 10:49:00
Score: 1
Natty:
Report link

You receive the error [mpegts @ 0x7fc4c00343c0] AAC bitstream not in ADTS format and extradata missing probably because you haven't called avcodec_parameters_from_context(), which copies the AAC codec extradata from the codec context to AVStream codecpar. If it's there, the mpegts muxer will create another AVFormatContext for this purpose by itself.

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

79166066

Date: 2024-11-07 10:49:00
Score: 1.5
Natty:
Report link

You can also use Spring WebFlux's reactive programming features for downloading large files.

Yes, it is possible to use Spring WebFlux reactive web client in your Spring MVC controllers.

See my answer to a similar question.

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

79166065

Date: 2024-11-07 10:48:00
Score: 1
Natty:
Report link

gpu can be reset by

torch.cuda.empty_cache()
    # Reset peak memory stats (optional)
    torch.cuda.reset_peak_memory_stats()
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Fatima Mir

79166055

Date: 2024-11-07 10:45:59
Score: 1
Natty:
Report link

in my case the reason was that I should have put the DataBinding setter method outside of the class

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

79166047

Date: 2024-11-07 10:42:58
Score: 2.5
Natty:
Report link

I face same your problem with UE5 then after checking I think I found the answer When u creat a Blueprint Class just choose a Pawn class I will just try it then I will come back to confirm

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

79166042

Date: 2024-11-07 10:40:57
Score: 1
Natty:
Report link

How to use Form Submit using App script

Try to use this approach with conditional statements and on form submit using Apps Script.

you will adjust your range depending on your data set.

Script used

function onFormSubmit(e) {

  var subValues = e.values;
  var colB = subValues[1];
  var sheet = SpreadsheetApp.getActiveSpreadsheet().getActiveSheet();
  var row = e.range.getRow();
  var i = colB.toLowerCase();
  
  if (i === "light gray" || i === "gray hair"){
    sheet.getRange(row, 3).setValue("NO");
  }else{
    sheet.getRange(row, 3).setValue("OK");
  }
  
}

Sample Output

Form

Sample

Spreadsheet

spreadsheet

Add triggers

Apps script

Reference

Reasons:
  • Probably link only (1):
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Starts with a question (0.5): How to use For
  • Low reputation (0.5):
Posted by: Patsytalk

79166034

Date: 2024-11-07 10:37:57
Score: 3
Natty:
Report link

For version 7+: newline_behavior: 'linebreak'

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

79166031

Date: 2024-11-07 10:35:56
Score: 1
Natty:
Report link

Auto-configuration of RestClient was added by spring in 4.1.0 version of spring-cloud-commons dependency. Reference - https://github.com/spring-cloud/spring-cloud-commons/issues/1293

So, If you add @LoadBalanced annotation for RestClient bean it will just be ignored.

Note- Use 'LoadBalancerInterceptor' or 'RetryLoadBalancerInterceptor' whichever needed.

Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • User mentioned (1): @LoadBalanced
  • Low reputation (1):
Posted by: Trilokynath wagh

79166006

Date: 2024-11-07 10:29:55
Score: 2
Natty:
Report link

Same here. My navigation: Tabs: Home, Class, and Explore (which is holding drawer navigation) Whenever I click on the explore tab it navigates the drawer's initial route (stack) drawer open and the warning comes up.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Mehedi Hasan Sarkar

79166004

Date: 2024-11-07 10:28:55
Score: 4
Natty:
Report link

Think I figured it out myself -- and there is no solution?

enter image description here

Here is a link to the image

Reasons:
  • Whitelisted phrase (-2): I figured it out
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: bigcodeszzer

79166000

Date: 2024-11-07 10:28:55
Score: 0.5
Natty:
Report link

Try not to bypass a popup blocker as the popup's blocker's primary purpose is so that ONLY upon click it can cause a redirect ( or something ), but trying to do the redirect later will eventually be blocked by a popup blocker.

This is the same reason why window.open should not be executed in a setTimeout

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

79165992

Date: 2024-11-07 10:26:54
Score: 0.5
Natty:
Report link

I had the same problem but was able to solve it.
I uninstalled the extensions too but I found that the files remained in the extensions directory.
So I removed the files and restart VS Code.

Mac:

ls ~/.vscode/extensions | grep nuxt | xargs rm -rf
Reasons:
  • Whitelisted phrase (-1): I had the same
  • Low length (0.5):
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: nakahide3200

79165991

Date: 2024-11-07 10:26:54
Score: 1.5
Natty:
Report link
Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Laurent PICARD

79165979

Date: 2024-11-07 10:24:51
Score: 6.5 🚩
Natty: 4
Report link

I am facing a similar issue in extracting text content from complex-layout PDFs. The PDFs are not large; each is about 2 to 3 pages.

Thanks to @Davide Fiocco, I was able to find a better solution for my project.

However, I have a few follow-up questions:

The reason I need to use CURL is that I must develop this project with pure JavaScript, without other npm packages like pdfjs-dist, canvas, or openai.

Currently, I am attempting to convert PDFs to images using the PDF.co API and then send the images to OpenAI endpoints using fetch. However, I would prefer a solution that doesn’t require conversion to images. Again, the PDF layout is quite complex.

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Blacklisted phrase (0.5): How can I
  • Blacklisted phrase (0.5): I need
  • Long answer (-0.5):
  • No code block (0.5):
  • Me too answer (2.5): I am facing a similar issue
  • Contains question mark (0.5):
  • User mentioned (1): @Davide
  • Low reputation (1):
Posted by: R_H

79165978

Date: 2024-11-07 10:23:50
Score: 1.5
Natty:
Report link

The token you have provided only has scope data:read, when checked using: https://jwt.io/. It looks like you have commented line #53 which gets the internal token. In this case line #52 gets the public token which has data:read scope that is not enough for getBucketDetails operation.

You may uncomment line #53 and verify on : https://jwt.io/ that our internal token has bucket:read scope.

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

79165969

Date: 2024-11-07 10:22:50
Score: 2
Natty:
Report link

We had the same issue and it was due to service provider changing security scans settings, which effectively removed all installation packages from downloads.

In our case the vite error comment was confusing.

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

79165966

Date: 2024-11-07 10:21:50
Score: 1.5
Natty:
Report link

compute_linear_recurrence is a host function which runs on CPU. RawKernel or RawModule can only be used to invoke CUDA kernels.

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Single line (0.5):
  • Starts with a question (0.5): is a
Posted by: kmaehashi

79165962

Date: 2024-11-07 10:21:50
Score: 2
Natty:
Report link

I encountered the same error message when the version of the FROM image was a string (e.g. latest) instead of a version number.

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

79165948

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

I found the problem. The correct import statement in commands.py (note the dot before queries) is:

from .queries import report, Format
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Self-answer (0.5):
Posted by: Dmitry K.

79165935

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

Eslint may will auto ignores dot-start file/folder.

Detail in here https://github.com/eslint/eslint/issues/10089.

But I seem never see related description in official document.

Maybe who can tell me where write this?

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

79165930

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

I experience the same issue with a non elevated user (Docker installed as Admin and privileged mode/user added to Group), only occurs when I use the Maeven daemon and try to run multithreaded when I run sequential this does not occur at all for me. So it seems when a process already uses the access currently it is blocked from additional access, so accessing it multiple times at the same time is not possible. I tried out almost every Docker setting on the Docker for Windows but it is not working so I use normal mvn for my Dockers and build only the modules parallel.

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: S. H.

79165924

Date: 2024-11-07 10:15:48
Score: 2
Natty:
Report link

I realized that I am using an Apache server with Magento, where there is typically one .htaccess file for different directories. I am receiving CSS and JS files from the pub/static/ directory, which also contains its own .htaccess file. After changing the configuration in that file, the request headers in my browser are updated. Please ensure that you update the .htaccess file for the correct directory. If you modify the .htaccess file in other directories, such as the Magento installation directory, instead of the directory from which the browser is receiving the data, it won't affect the browser headers (in my scenario). This can save time for others.

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

79165915

Date: 2024-11-07 10:13:47
Score: 1.5
Natty:
Report link

In my case, on Linux, killing gpg-agent resolved this problem.

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

79165913

Date: 2024-11-07 10:12:47
Score: 3.5
Natty:
Report link

Sadly, the feature is only available for MFG Data API and not AEC Data Model API https://aps.autodesk.com/en/docs/mfgdatamodel-publicbeta/v2/reference/queries/projectbydatamanagementapiid/

There is a wishlist ticket logged with ID AECDATA-943 for the same

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

79165905

Date: 2024-11-07 10:11:47
Score: 1.5
Natty:
Report link

we can pervent it on the form

<Form onKeyDown={(e) => {
    if (e.key === 'Enter') {
      e.preventDefault();
    }
  }}
>
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: LS-MTR

79165904

Date: 2024-11-07 10:11:47
Score: 1
Natty:
Report link

I've successfully replicated your code using the versions that you specified, and it's functioning . The model is training with defined epochs. It looks like the problem might be related to how the image data generator is processing the data from the directory. Please check the provided path and verify that your main directory contains sub-folders, each representing a different class, matching the total number of classes in your dataset.

Please refer to this gist

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

79165903

Date: 2024-11-07 10:11:47
Score: 1.5
Natty:
Report link

Apart from the content held in your HTML file (and maybe your custom CSS files and images), you will need the core of reveal.js. This contains the "dist" folder with css and js stuff along the themes and fonts, the "js" folder with more js stuff and the "plugin" folder with your selected ones. You can find all of them in your computer or in reveal.js's github. Be aware of the relative paths of your HTML files, that should point correctly to these other files.

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

79165898

Date: 2024-11-07 10:09:46
Score: 2.5
Natty:
Report link

For Bitnami charts:

Say , I want to download RabbitMQ chart from bitnami repo https://github.com/bitnami/charts/tree/main/bitnami/rabbitmq

helm repo add bitnami https://charts.bitnami.com/bitnami
helm pull bitnami/rabbitmq --untar
Reasons:
  • RegEx Blacklisted phrase (1): I want
  • Probably link only (1):
  • Low length (1):
  • Has code block (-0.5):
Posted by: Manju N

79165896

Date: 2024-11-07 10:08:46
Score: 3.5
Natty:
Report link

I do not have this strange behaviour in Unity 6.

How do you retrieve enemyPrefab? If it is a public serialized field or Resource.Load are you sure it is referencing the right prefab? If it part of a remote AddressableAssets there might be cache involved...

Reasons:
  • Blacklisted phrase (1): How do you
  • Low length (0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: G.C.

79165890

Date: 2024-11-07 10:08:46
Score: 3
Natty:
Report link

i also have the same error. here is my code i always get a 403 fordden

export const pickImage = async () => {
  const { status } = await ImagePicker.requestMediaLibraryPermissionsAsync();
  if (status !== "granted") {
    alert("Permission to access media library is required!");
    return;
  }

  const result = await ImagePicker.launchImageLibraryAsync({
    mediaTypes: ImagePicker.MediaTypeOptions.All,
    allowsEditing: true,
    aspect: [4, 3],
    quality: 1,
    base64:true
  });

  if (!result.canceled) {

    const uri = result.assets[0].uri;
    const fileName = uri.split('/').pop();
    const fileType = mime.getType(uri) || "image/jpeg";

    if (Platform.OS === 'web') {
      // Conversion en Blob pour le web */
      const response = await fetch(uri);
      const blob = await response.blob();

      file = new File([blob], fileName, { type: fileType });
     } else {
     
  /*     {
        uri:
          Platform.OS === "android"
            ? pickedImage.uri
            : pickedImage.uri.replace("file://", ""),
        name: "tata.jpeg",
        type: "image/jpeg",
      } */
      // Utilisation de l'URI directement pour le mobile
      file = {
        uri:  Platform.OS === "android" ? uri
        : uri.replace("file://", ""),
        name: fileName,
        type: fileType,
      }; 
      console.log(file);
/*       console.log("voire ",file.name) */
    } 

        return {
      response: file,
      error: null,
    }; 
  }

  return null;
};
Reasons:
  • RegEx Blacklisted phrase (1): i also have the same error
  • Long answer (-1):
  • Has code block (-0.5):
  • Me too answer (2.5): i also have the same error
  • Low reputation (1):
Posted by: Myriaque Koko

79165876

Date: 2024-11-07 10:04:45
Score: 1
Natty:
Report link
set /p result=Enter choice:
echo %result%

save above commands in a bat file or try copy paste line by line to cmd window

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