79166999

Date: 2024-11-07 15:01:34
Score: 15.5
Natty: 7.5
Report link

i have the same issue, did u find any solution?

Reasons:
  • Blacklisted phrase (1.5): any solution
  • Blacklisted phrase (1): i have the same issue
  • RegEx Blacklisted phrase (3): did u find any solution
  • RegEx Blacklisted phrase (2): any solution?
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): i have the same issue
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Nacho

79166998

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

you need update the version of azure core tools; you are using version 3 while new version is 4 enter image description here

Reasons:
  • Blacklisted phrase (1): enter image description here
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Tshepo Lesley Seleke

79166996

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

If you remove all code below sender.isLoading = true does the loading view show as expected? Trying to isolate if it's a problem with this block of code or the loader itself would be helpful.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: nepheline

79166992

Date: 2024-11-07 14:59:33
Score: 1
Natty:
Report link

There are major incoherences in the code that not even the first day developer performs, but surprisingly the coding style is perfect. Obviously that code will not work. It seems you used some AI program to write the Erlang code, right?

There are some XEPs (protocol extensions for XMPP) that describe how such a feature could work:

Unfortunately, none of those are implemented in ejabberd.

Basically the same functionality that Whatsapp has with the one check mark.

And you plan to accomplish that for free, right?

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

79166984

Date: 2024-11-07 14:58:31
Score: 11 🚩
Natty: 5.5
Report link

I am facing the exact same problem. Have you been able to solve it?

Reasons:
  • Blacklisted phrase (1.5): Have you been able to
  • RegEx Blacklisted phrase (1.5): solve it?
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): I am facing the exact same problem
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Bruno Guerra

79166982

Date: 2024-11-07 14:57:30
Score: 1
Natty:
Report link

Solved in comments. If anyone else is struggling, the issue is that class inheritance is private by default and needs to be made explicitly public. So in this case:

class TypecodeDetail : ElementDetail

should have been

class TypecodeDetail : public ElementDetail
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Smoggie Tom

79166978

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

Close descriptor error:

2>&-
Reasons:
  • Low length (2):
  • Has code block (-0.5):
  • Has no white space (0.5):
  • Low reputation (0.5):
Posted by: uanr81

79166974

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

Further details of the question. Sorry this is rather long but I've numbered it for clarity

  1. Using Arduino IDE. I now have two identical circuits - Arduino MKR 1300 acting as simple passthrough using the program above, connected to HM-10 modules (sold as "genuine"). On the same or on separate PCs the behaviour is the same.
  2. I confirmed connection by temporarily removing the HM-10s and cross-connecting TX and RX between the Arduinos (if you do this don't forget GND). Keypresses at one IDE were received at the other, in both directions. I then replaced the HM-10s.
  3. I do AT+RENEW to reset both then leave one at ROLE0 (flash 1 per 2 seconds) and set the other to AT+ROLE1 (flash 1 per second); then to the latter AT+BAND(address of the former). Both leds then go steady (I assume paired). In this state neither responds to AT commands, but no keypresses at one are received at the other.
  4. If I unpower the ROLE0, the ROLE1 led begins flashing 1 per second and repeatedly prints "SCANNING...SCANNING +INQ:no equipment" but ceases this and reconnects when the ROLE0 module is restored.
  5. If I break the arrangement and instead use nRF52840 dongle with Nordic software it communicates in both directions to either HM-10 set to ROLE0.

I suspect that one or more of the settings in the HM-10s need to be changed. Any suggestion would be very welcome.

Reasons:
  • RegEx Blacklisted phrase (2): Any suggestion
  • Long answer (-1):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: egginstone

79166954

Date: 2024-11-07 14:49:28
Score: 1
Natty:
Report link

I know this is old, but you don't have to use the CALL METHOD syntax.

cl_abap_typedescr=>describe_by_name(
    exporting  p_name         = 'abc1'
    receiving  p_descr_ref    = descr_ref1
    exceptions type_not_found = 1 ).

This works too ( No CALL METHOD in begin of block ).

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

79166946

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

so, I know this is an old topic but I found how to solve it and I know nothiing about programming so it may not work, I dont know. See on the CMD screen that opens with tabula and to find two folders, the temporary files for java (mine was something like user/appdata/local/temp then search for "tabula" and delete everything) and find the folder where there are all the pdf you worked on (user/appdata/roaming/tabula/pdf) and delete everything, this should do the trick

Reasons:
  • Blacklisted phrase (1): how to solve
  • No code block (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: eu123

79166942

Date: 2024-11-07 14:45:27
Score: 2.5
Natty:
Report link
  1. Go to CloudFront
  2. Pick the distribution
  3. Edit Behavior
  4. On Response headers policy: CORS-with-preflight-and-SecurityHeadersPolicy
  5. Save changes
Reasons:
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Cesar Kohl

79166937

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

Have you installed the actual npm package? npm i shadcn

This part wasn't very clear in the docs for me, but doing this fixed it

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

79166936

Date: 2024-11-07 14:43:26
Score: 4
Natty:
Report link

That looks like a bug. I submitted this issue: RSRP-499275 False "Query can return incomplete data for related entities"

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

79166934

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

As the last line of a macro, I use struct HereToEnforceSemiColon, i.e.

#define MYMACRO(param)  \
    DoSomething(param); \
    struct HereToEnforceSemiColon
Reasons:
  • Low length (1):
  • Has code block (-0.5):
Posted by: Roland Sarrazin

79166933

Date: 2024-11-07 14:43:26
Score: 1.5
Natty:
Report link

For anyone looking for a visual illustration, here is video o found on the youtube as the solution: https://youtu.be/3T0gjtXRNC0

Reasons:
  • Blacklisted phrase (1): youtu.be
  • Whitelisted phrase (-2): solution:
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Hansana Prabath

79166917

Date: 2024-11-07 14:39:25
Score: 2
Natty:
Report link

Same problem here.

I been searching for a solution, but I have only a partial fix. The first time you enter to the url from the description of the profile on instagram all work with the following simple code.

<script>
    //trigger autoplay video, define video ID to target play action
    $( document ).ready(function() {
        $("#videoclip").trigger('play');
    });
</script>

If you refresh or navigate on the website, and after return to the home page the video don't show up. I have tried everything, simulating click on button to play the video, deleting the autoplay tag and then calling play action with Javascript, but all is blocked but the autoplay policy of the browser.

My understanding was that if the video is muted, it does not violate any autoplay policy.

Check the profile of BMW Spain on Instagram, inside the linktree in the section "NUESTRA WEB" the video of the website is not autoplaying: BMW ESPAÑA Instagram

Reasons:
  • Blacklisted phrase (1): ve tried everything
  • RegEx Blacklisted phrase (1): Same problem
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Alfredo Pérez López

79166907

Date: 2024-11-07 14:36:24
Score: 1.5
Natty:
Report link

I found the issue. Just thought I'd post this incase anyone has the same issue.

The users inputted their author name with a space after the last character in the name. This caused the issue. I just added a .trim() method to the end of my variable that parsed the author input in my route that added posts to the database. This has resolved the problem.

// Add entry to database
app.post("/submit", async (req, res) =>{
    let author = req.body.author.trim();

Thanks

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Dexedus

79166905

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

you miss something, please try:

with engine.connect() as cnx:
    # Read the table into a DataFrame
    df = pd.read_sql_table("TableName", cnx, schema="App")
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Qas

79166880

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

This is my ex I believe.. Asking questions and answering them of course pretending to be someone else I see u in the nursing home now and I'm not gonna come see u ha ha ha on that u hacker!!!!

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

79166869

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

When installing Oracle, it asks for the windows user password you created for Oracle installation. Check the windows user password you created when installing Oracle for the first time

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

79166864

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

Updated version 2024:

await page.addInitScript("delete Object.getPrototypeOf(navigator).webdriver")
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Theo Oliveira

79166863

Date: 2024-11-07 14:26:22
Score: 2
Natty:
Report link

I found the problem.

In the INSERT statement I entered an integer into the "mobile" field and now it works.

'mobile' => '5555',

strange.. I guess mySQL doesnt like "mobile" as a field name...

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

79166861

Date: 2024-11-07 14:26:22
Score: 2
Natty:
Report link

As far as I know, there's not a secure way to pass the token through the entire process. I would just pass a collection of the claims through each step since authentication is done in the first step of the process, and authorization is the only thing that matters after that. For Service Bus, the claims can be passed somewhere in the content data or in the custom properties.

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

79166856

Date: 2024-11-07 14:24:21
Score: 1
Natty:
Report link

here is the updated version

def skip_row(self, instance, original, row, import_validation_errors=None):
    return getattr(original, "pk") is None
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Sammrafi

79166850

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

hola debes mandarlo codificado, algo asi:

custom_date={%7Bstart_date%3A%2001-01-2024%2C%20end_date%3A%2006-01-2024%7D

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Cristian Moreno Jaramillo

79166843

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

Assignment of INSTALLDIR is not correct in given code. Use MsiSetProperty method.

MsiSetProperty(hMSI, "INSTALLDIR", "E:\Path");
Reasons:
  • Low length (1):
  • Has code block (-0.5):
Posted by: Vivek

79166841

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

Debug mode can help you. In function perform_operation send true values "a" and "b", but your problem in string:

        return operations[operation](ctypes.c_double(a), ctypes.c_double(b))
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Dmitry Lvov

79166822

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

you can also subscribe to the event with the existing function

myControl.addEventListener("onclose", oncloseEventHandler)
    function oncloseEventHandler(event)
    {
        //do stuff
    }
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: SEGMK

79166821

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

As suggested by @PreetBista adding two ** (/api/** ) after api works fine in most of the cases. Try this first before looking for other solutions

Reasons:
  • Whitelisted phrase (-1): Try this
  • Low length (1):
  • No code block (0.5):
  • User mentioned (1): @PreetBista
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Chandan Agarwal

79166820

Date: 2024-11-07 14:13:19
Score: 2
Natty:
Report link

You have used the gradle version as 8.1.0 (It does not exist)

JDK 23 supports 8.10 not 8.1.0

Here is the updated url distributionUrl=https://services.gradle.org/distributions/gradle-8.10-bin.zip

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

79166817

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

its very very simple you dont have to stress your self just find a .ico file and place this code in your .pro file

RC_ICONS = iconName.ico

remember to paste the file in you current built folder is the simplest it always works for me, build folder like ../release , .../debug

#keep coding

Reasons:
  • Whitelisted phrase (-1): works for me
  • Low length (0.5):
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: kudakwashe

79166810

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

A Solution which works on MacOS too

@Brett La Pierre's answer seems doesn't work well on my MacOS device. So I made a version that works on mac (also in Windows I guess).

Using pillow package.

Install: pip install pillow

import tkinter as tk
from PIL import ImageGrab

class DragScreenShot:  
    def __init__(self, master):  
        self.master = master  
        self.start_x = None  
        self.start_y = None  
        self.rect = None  
        self.canvas = tk.Canvas(master, cursor="cross", background="black")  
        self.canvas.pack(fill=tk.BOTH, expand=True)  
        
        self.canvas.bind("<Button-1>", self.on_button_press)
        self.canvas.bind("<B1-Motion>", self.on_mouse_drag)
        self.canvas.bind("<ButtonRelease-1>", self.on_button_release)

    def on_button_press(self, event):
        self.start_x = event.x
        self.start_y = event.y
        self.rect = self.canvas.create_rectangle(self.start_x, self.start_y, self.start_x, self.start_y, outline='white', width=2)  

    def on_mouse_drag(self, event):  
        self.canvas.coords(self.rect, self.start_x, self.start_y, event.x, event.y)

    def on_button_release(self, event):
        x1 = min(self.start_x, event.x)
        y1 = min(self.start_y, event.y)
        x2 = max(self.start_x, event.x)
        y2 = max(self.start_y, event.y)
        self.canvas.delete(self.rect)
        top.withdraw()
        dy = abs(y2-y1)
        dx = abs(x2-x1)
        if dy*dx != 0:
            img = ImageGrab.grab(bbox=(x1, y1, x2, y2))
            img.save("screenshot.png") # save screenshot here!
            print("Screenshot taken!")
        top.deiconify()
        top.focus_force()

root = tk.Tk()
root.withdraw()
top = tk.Toplevel(root)
window_alpha_channel = 0.3
top.attributes('-alpha', window_alpha_channel)
top.lift()
top.attributes("-topmost", True)
top.attributes("-transparent", True)
top.overrideredirect(True)
top.geometry(f"{root.winfo_screenwidth()}x{root.winfo_screenheight()}+0+0")
app = DragScreenShot(top)  
root.mainloop()

It works fine but the resolution is really low (both pyautogui and pillow).

Please share your solution if you guys know how to make it clear.

Reasons:
  • RegEx Blacklisted phrase (2.5): Please share your solution
  • Long answer (-1):
  • Has code block (-0.5):
  • User mentioned (1): @Brett
  • Low reputation (0.5):
Posted by: Jacky

79166798

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

This command should help ->

adb shell am start -n com.package.name/com.package.name.MainActivity

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

79166794

Date: 2024-11-07 14:07:17
Score: 1
Natty:
Report link
  1. To get to the settings (just hit Ctrl + Alt + S), go to Editor > Code Style > General. Next, choose the option you want for the line separator.
  2. In Project View, click on the directory (probably your whole project) to select it. Then, go to File > File Properties > Line Separators and choose the line separator you picked in Settings. Be aware that if you have a lot of files, your IDE might take a minute or two to process. No big deal, just wait.
  3. After that, go to the commit view (Alt + 0). Select all files and do a rollback. This will roll back all changes but keep the line separator settings.
Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: leonidas12515

79166789

Date: 2024-11-07 14:06:17
Score: 2
Natty:
Report link

The key used is actually Public API when code is using Private API endpoint. When creating the key, the option "Select Private API key" may not exist. In that case, it is needed to reach out to Dailymotion Account Manager or Dailymotion Support Team so they could enable it.

Private API would not be available for all Partners https://faq.dailymotion.com/hc/en-us/articles/5483274630930-Create-and-manage-your-API-keys

If you would like to have it, you may become Dailymotion Pro subscriber https://pro.dailymotion.com/en/

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

79166783

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

Not about you, but mind your beans' names. I almost went crazy with that. By default, Spring Kafka expects the ConcurrentKafkaListenerContainerFactory bean to be named kafkaListenerContainerFactory. If the method name matches this, it is automatically used by the framework. This is a convention that allows Spring to wire up the Kafka listener infrastructure without needing to explicitly reference this bean in the configuration or listener setup.

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

79166782

Date: 2024-11-07 14:03:16
Score: 4.5
Natty: 6
Report link

I'd like to re-open this topic. I am trying to connect Altium Designer to a Git Design Repository (GitHub) instead of Altium 365 to host my projects. But I can not make it work, is this feature depreciated ? When I follow Jason's instructions, I can not connect to a GitHub hosted repo, no matter HTTP/HTTPS/SVN+SSH. When trying to connect, it says "Path not found" but my path is correct (tried with and without '/' caracter). Any idea ?

Reasons:
  • Blacklisted phrase (1): I am trying to
  • No code block (0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Verda Clement

79166768

Date: 2024-11-07 13:59:12
Score: 6.5 🚩
Natty:
Report link

i also have the same problem too

Reasons:
  • Low length (2):
  • No code block (0.5):
  • Me too answer (2.5): i also have the same problem
  • Single line (0.5):
  • Low reputation (1):
Posted by: עופרי דרחי

79166746

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

You can also try;

from django.contrib.auth.hashers import check_password

def post(request, *args, **kwargs):
     check_pass = check_password(new_password, request.user.password)
     print('#Check Pass: ', check_pass) ## This will return true or false
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Aytaç Göller

79166744

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

Change const { slug } = context.params to const slug:any = (await context.params).slug

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

79166736

Date: 2024-11-07 13:52:10
Score: 4.5
Natty:
Report link

I have been dealing with this for the past 3 hours, starting to think it's expo's update error. Please reply with solution if you find any

Reasons:
  • Blacklisted phrase (1.5): Please reply
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Web Pro

79166732

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

Instead of using: _permissionGranted = await location.hasPermission(); use: _permissionGranted = await location.requestPermission();

for the web version

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

79166729

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

Since checkSchema(...) returns an object with all the validation rules (as functions) and run function, one can achieve the dynamic schema validation as follows:

const express = require('express');
const { checkSchema } = require('express-validator');
const router = express.Router();

const BaseSchema = {
    Type: {
        in: 'body',
        notEmpty: {
            errorMessage: "'Type' has to be provided in body"
        }
    }
};
const validateSchemaDynamically = () => async (req, res, next) => {
    // to choose the schema dynamically, we need the type
    const { Type } = req.body;
    switch (Type) {
        case 'A':
            const schema = {
                ...BaseSchema,
                SomeData: {
                    in: 'body',
                    notEmpty: {
                        errorMessage: "'SomeData' has to be provided in body"
                    },
                    isJSON: {
                        errorMessage: "'SomeData' has to be JSON"
                    }
                }
            };

            await checkSchema(schema).run(req);
            return next();
        default:
            await checkSchema(BaseSchema).run(req);
            return next();
    }
};

router.post(
    '/my-endpoint',
    validateSchemaDynamically(),
    handleValidationErrors(), // middleware to check (and handle) validation errors
    async (req, res) => {
        console.log('Business logic here...');
        return res.status(202).send();
    }
);

PS: Please feel free to provide feedback. Answer the question if you know a better way so that we all can learn. Especially, I would appreciate if experts can answer whether this is the right way or not. I wrote some unit test and it seems to do the job, but maybe there is something I am missing?

Reasons:
  • Blacklisted phrase (1.5): would appreciate
  • Long answer (-1):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: meakgoz

79166723

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

As the error message mentions, it cannot create /root/.kaggle because it already exists.

You would want to make the directory only when it does not already exists. Hence you can use the -p flag along with mkdir, like this:

!mkdir -p ~/.kaggle

You can also reference to How to mkdir only if a directory does not already exist?.

Reasons:
  • Whitelisted phrase (-1.5): you can use
  • Low length (0.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Low reputation (0.5):
Posted by: LHY

79166718

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

The reason your code sometimes shows 2 instead of 0 or 1 is due to floating-point numbers. You can try using min

    :root {
  --w: min(mod(tan(atan2(var(--vw), 1px)), 2), 1.9999);
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: ab_qayyum

79166711

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

You need first to convert data field to string (using ToString()), and then deserialize that field. This is because data is actually BinaryObject and not JSON string. It is mentioned also here https://learn.microsoft.com/en-us/dotnet/api/azure.messaging.eventgrid.eventgridevent.data?view=azure-dotnet#azure-messaging-eventgrid-eventgridevent-data

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Single line (0.5):
  • High reputation (-1):
Posted by: kosist

79166708

Date: 2024-11-07 13:46:08
Score: 1
Natty:
Report link

having ** fixed issue for me.

{
    /api/**": {
    "target": "http://127.0.0.1:8000",
    "secure": false,
    "changeOrigin": true,
    "logLevel": "debug"
  }
}

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

79166707

Date: 2024-11-07 13:46:08
Score: 4.5
Natty:
Report link

I have been dealing with this for the past 3 hours, starting to think it's expo's update error. Please reply with solution if you find any

Reasons:
  • Blacklisted phrase (1.5): Please reply
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Web Pro

79166704

Date: 2024-11-07 13:45:08
Score: 2
Natty:
Report link

FDID is a string type.

"FDID" : "1"
Reasons:
  • Low length (2):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: chelahmy

79166690

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

I found an answer myself. I created the following wrapper function around the SVG component and styled this component rather than the SVG itself:

import SVG from 'react-inlinesvg';
import { ComponentProps } from 'react';

function StaticSrcSVG(src: string) {
    return Object.assign(
        (props: Omit<ComponentProps<typeof SVG>, 'src'>) => <SVG src={src} {...props} />,
        { 
            displayName: `${src}(StaticSrcSVG)`
        }
    );
}
Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Ptolemy2002

79166688

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

Your are a AI you function speek hear and seeing objects with ultrasonic sensor and normal you link with Google and I give the question you get answer from Google tel me some second you have speaker and microphone 🎤 wifi chip and Bluetooth chip and commenting authority but you give order in my order only but gives idea for me

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

79166686

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

This looks like there could be something in the server code that is causing it, and probably not an issue with gRPC itself. Can you share your client and server code to reproduce this, and if you wish to provide more details you may also open an issue on the official repo open issue grpc

Reasons:
  • RegEx Blacklisted phrase (2.5): Can you share your
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • High reputation (-1):
Posted by: shifu

79166685

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

No error, with this command. Maybe mention the version along with the command. For example,

npx [email protected] test-application
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Vijay Gangatharan

79166680

Date: 2024-11-07 13:41:04
Score: 9.5 🚩
Natty: 4
Report link

Did you ever find a solution to this? I'm having similar issues with page size/resolution (different behaviour MAUI vs Flutter)

Reasons:
  • RegEx Blacklisted phrase (3): Did you ever find a solution to this
  • Low length (1):
  • No code block (0.5):
  • Me too answer (2.5): I'm having similar issue
  • Contains question mark (0.5):
  • Unregistered user (0.5):
  • Starts with a question (0.5): Did you
  • Low reputation (1):
Posted by: sdr

79166678

Date: 2024-11-07 13:41:04
Score: 1
Natty:
Report link

Update 2024. Working solution.

To save other people time, some of the above links are old.

The currently maintained version of gdrive can be found here: https://github.com/glotlabs/gdrive?tab=readme-ov-file

With some helpful instructions on how to set up a project, get OAuth and using the CLI.

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

79166655

Date: 2024-11-07 13:35:03
Score: 2
Natty:
Report link

Had the same issue in XCODE 15

Changed the project's name from Project1 - WeSplit -> Project1 WeSplit.

Dropping the dash seemed to fix the problem.

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

79166644

Date: 2024-11-07 13:32:02
Score: 3
Natty:
Report link

Turns out, that when adding the @RequestBody annotation, I was importing the annotation from Swagger, not the annotation from Springframework.web.bind.annotation.

In Summary, I was importing the wrong @RequestBody. :(

Reasons:
  • Blacklisted phrase (1): :(
  • Low length (0.5):
  • Has code block (-0.5):
  • User mentioned (1): @RequestBody
  • User mentioned (0): @RequestBody
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Laughcheeta1

79166612

Date: 2024-11-07 13:21:00
Score: 3
Natty:
Report link

FYI, a filename like some_code.abc.dart will also break build_runner.

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

79166607

Date: 2024-11-07 13:18:59
Score: 4
Natty:
Report link

I am getting the same error when I run "create-react-app"

Installing packages. This might take a couple of minutes.
Installing react, react-dom, and react-scripts with cra-template...

Unknown command: "install$1$1"


Did you mean this?
  npm install # Install a package
To see a list of supported npm commands, run:
  npm help
Reasons:
  • RegEx Blacklisted phrase (1): I am getting the same error
  • Has code block (-0.5):
  • Me too answer (2.5): I am getting the same error
  • Low reputation (1):
Posted by: Rodrigo Castro

79166606

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

The update properties of my DataCards had to be a little more detailled :

Role dropdown

{
    '@odata.type': "#Microsoft.Azure.Connectors.SharePoint.SPListExpandedReference";
    Id: Dropdown2.Selected.ID
}

Utilisateur combobox

{
    '@odata.type': "#Microsoft.Azure.Connectors.SharePoint.SPListExpandedUser";
    Claims: "i:0#.f|membership|" & ComboBox1.Selected.Mail;
    DisplayName: ComboBox1.Selected.DisplayName;
    Email: ComboBox1.Selected.Mail
}
Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: tycyly

79166596

Date: 2024-11-07 13:14:58
Score: 1
Natty:
Report link

We use Telerik in the company I work for and I've faced the same issue, normally modifying the css of a component from a component library sometimes can be difficult since it can change the behavior of the component (talking from my experience). But the workaround I found to modify any telerik component css is to use within the .razor page (or .cshtml) you are using it.

Let me show an example, I've created a .razor file called Example.razor which has this codecode

To demonstrate what I said before we are going to use blazor css isolation

css

As we can see I've created a css class, if we use that css class in the button component the background color wouldn't not apply. But if we use the tag withtin the same .razor file this is going to work

css2

buttonexample

This way yoy can achieve what you are trying to do, I hope this enlighten you. (same thing can sometimes apply to the script tag)

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

79166593

Date: 2024-11-07 13:14:56
Score: 8 🚩
Natty:
Report link

I am in the same position today, first time installing shadcnui vue version and getting the same error but mine is for @vueuse/core. I'm guessing you tried manually installing these packages?

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Me too answer (2.5): getting the same error
  • Ends in question mark (2):
  • Single line (0.5):
  • Looks like a comment (1):
  • Low reputation (1):
Posted by: b_der

79166583

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

Users based in the European Economic Area (EEA) with an iPhone running iOS 17.4 or later can initiate in-person NFC transactions from iOS apps at compatible NFC terminals or mobile devices. https://developer.apple.com/support/hce-transactions-in-apps/

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

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