79182128

Date: 2024-11-12 17:26:23
Score: 0.5
Natty:
Report link

Try this:

=JOIN(CHAR(10),E3:G3)&", "&H3&" "&I3

preview of function

Reasons:
  • Whitelisted phrase (-2): Try this:
  • Probably link only (1):
  • Low length (1.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: sillycone

79182105

Date: 2024-11-12 17:18:22
Score: 2.5
Natty:
Report link

you can check with global styling with SafeAreaProvider - To manage safe areas across your entire app, use https://www.npmjs.com/package/react-native-safe-area-context package, which provides SafeAreaProvider and SafeAreaView components. Wrap your entire app with SafeAreaProvider in your root component.

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

79182104

Date: 2024-11-12 17:18:22
Score: 1.5
Natty:
Report link

The purpose of SafeAreaView is to render content within the safe area boundaries of a device.

So if you want to apply the background color everywhere, you may do this instead :

<View style={{ flex: 1, backgroundColor: "olive" }}>
    <SafeAreaView style={{ flex: 1 }}>
        {/* ... */}
    </SafeAreaView>
</View>
Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Mike

79182101

Date: 2024-11-12 17:16:21
Score: 0.5
Natty:
Report link

Since your function is returning an object return {'--bg-color': props.bgm}, it seems that this exact object is being passed as a backgroundImage value. Background-image property cannot consume this value.

Try to return correct css background-image value of type string as per MDN documentation

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

79182094

Date: 2024-11-12 17:14:21
Score: 2.5
Natty:
Report link

Why do you need launching two PM2 instance?

PM2 can start process with different node version.

See my response to this question: https://stackoverflow.com/a/73266114/8807231

Reasons:
  • Blacklisted phrase (1): stackoverflow
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): Why do you
  • High reputation (-1):
Posted by: Alaindeseine

79182085

Date: 2024-11-12 17:11:20
Score: 0.5
Natty:
Report link

The solution works for me is, go to each pom file of submodules, right click, Run Maven -> Reimport (and this could take a while).

Reasons:
  • Whitelisted phrase (-1): works for me
  • Low length (1):
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Lycheek1ng

79182077

Date: 2024-11-12 17:09:20
Score: 1
Natty:
Report link

This seems to work. I am unsure why my PivotFields name and Items are with the [].

Sub Filter_Single_Item()
   Dim pt as PivotTable, pf As PivotField, ws As Worksheet
   
   Set ws = ThisWorkbook.Worksheets ("Sheet1")
   Set pt = ws.PivotTables("pvt_1")
   Set pf = pt.PivotFields("[Table1].[filter1].[filter1]")

   pf.ClearAllFilters

   pf.VisibleItemsList = Array("[Table1].[filter1].&[item1]")
End Sub
Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Coco Palafox

79182074

Date: 2024-11-12 17:06:19
Score: 1.5
Natty:
Report link

You need to enable Keycloak integration by adding to your JAVA_ARGS to artemis.profile: -Dhawtio.keycloakEnabled=true See more detailed: JMS Security Keycloak Example

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

79182052

Date: 2024-11-12 17:01:18
Score: 2
Natty:
Report link

Intellisense ist not supported for inline JavaScript in Visual Studio Code. There is an open issue for this since 2017: https://github.com/microsoft/vscode/issues/26338

And a PR, which would resolve it (from January 2023): https://github.com/microsoft/vscode/pull/171547

So this would be the reason, why the variable defined in your inline JavaScript is not found in another JavaScript file.

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

79182049

Date: 2024-11-12 16:58:17
Score: 3.5
Natty:
Report link

I suggest looking at this other thread that has some other good answer that may help you.

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

79182047

Date: 2024-11-12 16:58:17
Score: 2
Natty:
Report link

To close this out, spoke to AWS Support and as of Feb 2024 this is not supported by Glue Schema Registry but is on the roadmap.

If you want to do imports, you will have to use a different schema registry otherwise you have to bake in everything you want to import.

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

79182028

Date: 2024-11-12 16:52:16
Score: 1.5
Natty:
Report link

This might be caused by the false folder permissions. In my case I needed to give 775 to my image folders in photos folder:

chmod -R 775 photos/*

Reasons:
  • Blacklisted phrase (0.5): I need
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: mcanvar

79182010

Date: 2024-11-12 16:46:15
Score: 2.5
Natty:
Report link

I agree with @guillaume blaquiere, Cloud Source repository 2nd gen does not exist.

This is the documentation with regards to Cloud Build repositories (2nd gen).

With Cloud Build repositories (2nd gen), you can create and manage repository connections programmatically. You can set up a single connection for a repository and use Secret Manager secrets from that connection to programmatically set up additional connections across regions and projects. You can also set up connections using Terraform, in addition to the Google Cloud console, gcloud command-line tool, and the API. You must create a host connection prior to linking repositories when using Cloud Build repositories (2nd gen).

Cloud Build repositories (2nd gen) can be used with the following providers:

You can invoke builds on commits and pull requests. You can also invoke builds manually, on a Pub/Sub topic, or on an incoming webhook event.

Reasons:
  • Blacklisted phrase (1): regards
  • Long answer (-0.5):
  • No code block (0.5):
  • User mentioned (1): @guillaume
  • Low reputation (0.5):
Posted by: McMaco

79181995

Date: 2024-11-12 16:42:14
Score: 1.5
Natty:
Report link

In case anyone is still looking for this today, check out Ferrostar. We've learned a lot about how (not) to build apps and SDKs over the last decade. With Ferrostar, we're trying to optimize for extensibility (every navigation use case is slightly different) and composability (you can swap out just about everything from core behaviors like off-route detection all the way up to the UI).

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

79181992

Date: 2024-11-12 16:41:14
Score: 3
Natty:
Report link

I think you use wrap_content height in CardView that's why and you use a Cardview as a main layout

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

79181989

Date: 2024-11-12 16:41:14
Score: 1.5
Natty:
Report link

My situation when I ran into this problem is different than other answers. All my settings were user settings. However, I wanted the default values to be empty or null so I gave none of the properties a default value.

The save didn't work until I did give them a default value.

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

79181987

Date: 2024-11-12 16:40:14
Score: 3
Natty:
Report link

@Mohamad's answer is on point, but if you want smoother animation and a shorter movement, try that:

.box {
  transition: all .3s ease-in-out;
}

.box:hover {
  transform: translateY(-5px);
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • User mentioned (1): @Mohamad's
  • Looks like a comment (1):
  • Low reputation (1):
Posted by: Whelmer Neto

79181972

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

-- Explanation:

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

79181968

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

Step 4.2 in this guide: https://apim.docs.wso2.com/en/latest/install-and-setup/setup/setting-up-proxy-server-and-the-load-balancer/configuring-the-proxy-server-and-the-load-balancer/#step-4-configure-the-dynamic-callback-origin

Default value of "forwardedHeader" is "X-Forwarded-For", need change to "X-Forwarded-Host"

Reasons:
  • Blacklisted phrase (1): this guide
  • Probably link only (1):
  • Low length (1):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • High reputation (-1):
Posted by: stecog

79181947

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

SELECT * FROM test_table WHERE primary_id = 1 FOR UPDATE;

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

79181946

Date: 2024-11-12 16:28:11
Score: 2
Natty:
Report link

if you copy project with env folder from another computer, you must change VIRTUAL_ENV in som files and correct any absolute address from another system.

1- pyvenv.cfg : in root of venv folder

2- activate.bat : venv/Scripts

3- Activate.ps1 : venv/Scripts

in Activate.ps1 maby don't need any change

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

79181915

Date: 2024-11-12 16:19:09
Score: 2
Natty:
Report link

I had generated my cert with an EC key and Azure didn't like it. The file format was correct but nothing worked until I regenerated with an RSA key.

Reasons:
  • Blacklisted phrase (1): but nothing work
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • High reputation (-1):
Posted by: sirdank

79181914

Date: 2024-11-12 16:19:09
Score: 2
Natty:
Report link

Dont use

FROM nginx:latest

use this

FROM debial:latest

and

&& apt-get install -y nginx \
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Guest

79181910

Date: 2024-11-12 16:18:08
Score: 1
Natty:
Report link

With python 3.13 "fig" is deprecated use "figure".

df = sns.load_dataset('iris')
sns_plot = sns.pairplot(df, hue='species', size=2.5)
fig = sns_plot.figure
fig.savefig('file.jpg')
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: lisandro

79181903

Date: 2024-11-12 16:16:08
Score: 1
Natty:
Report link

you can update your stack option styles:

      screenOptions={{ navigationBarColor: 'white' }}> // update color
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Inayat Ali

79181898

Date: 2024-11-12 16:15:05
Score: 7.5 🚩
Natty:
Report link

I am still facing the same error the poster faced, i have tried the solutions provided after the post but still i get the cmdline error

Reasons:
  • RegEx Blacklisted phrase (1): I am still facing the same error
  • RegEx Blacklisted phrase (1): i get the cmdline error
  • Low length (1):
  • No code block (0.5):
  • Me too answer (2.5): facing the same error
  • Single line (0.5):
  • Low reputation (1):
Posted by: Delson Kashabano

79181888

Date: 2024-11-12 16:10:04
Score: 2
Natty:
Report link

I'd like to follow-up on Matt Warrick's response by saying that VSCode marked my requirements.txt file itself as UTF-16 (by auto-guessing). You can see how VSCode decodes the file by checking this section at the IDE's bottom-right corner:

VSCode Image

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

79181874

Date: 2024-11-12 16:07:00
Score: 11.5 🚩
Natty: 4.5
Report link

Did you resolve the issue? I have a same issue for ios only. Android works fine.

Reasons:
  • RegEx Blacklisted phrase (3): Did you resolve the
  • RegEx Blacklisted phrase (1.5): resolve the issue?
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): I have a same issue
  • Contains question mark (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): Did you
  • Low reputation (1):
Posted by: Ali YÜCE

79181873

Date: 2024-11-12 16:07:00
Score: 2
Natty:
Report link

struggled so much with the same issue, the thing is with expo there's no need of NativeContainer element , just <Drawer.Navigator /> is enough no need to wrap it inside NativeContainer/

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

79181872

Date: 2024-11-12 16:05:59
Score: 4
Natty:
Report link

This related issue will happen due to the failure to handle the async operation properly.

Click on more options for AVD devices, you will see this screen, and click on the bug report menu. It will start to collect bugs and give you a brief idea. Please let me know if it is helpful for you. enter image description here

Reasons:
  • RegEx Blacklisted phrase (2.5): Please let me know
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: ushaikh

79181863

Date: 2024-11-12 16:03:59
Score: 1
Natty:
Report link

I found the code causing the program to crash out. In the class ActivationService I commented out the line relating the to the theme selector service. After some Testing I have not seen any negative effects. (Switching between light and dark themes still works.

private async Task InitializeAsync()
{
    //await _themeSelectorService.InitializeAsync().ConfigureAwait(false);
    await Task.CompletedTask;
}
Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Niall O'Dwyer

79181862

Date: 2024-11-12 16:03:59
Score: 3
Natty:
Report link

To answer my own question, I managed this with one queue in the end, just filtering the s3 files with the glob filter

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

79181861

Date: 2024-11-12 16:03:59
Score: 1.5
Natty:
Report link

try to add initializer in remember section as well:

var name by remember(inventoryItem.name ?: "") { mutableStateOf(inventoryItem.name ?: "") }

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

79181847

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

The free plan limits are very limited, and you probably need to upgrade to a Paid plan. You can do it at the API Keys page of the Google AI Studio.

enter image description here

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

79181843

Date: 2024-11-12 15:55:56
Score: 3
Natty:
Report link

Try disabling the VerifyTests diff runner.

DiffRunner.Disabled = true;

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

79181824

Date: 2024-11-12 15:52:55
Score: 2
Natty:
Report link

And in case anyone still couldn't access to their enums, even though your schema has been generated.

It's because prisma won't generate enum types if you don't use it in other table columns. "For GraphQL reasons"

see this issue

How did I solve it?!

Reasons:
  • RegEx Blacklisted phrase (1.5): solve it?
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (0.5):
Posted by: Re9iNee

79181817

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

I am using these

filter: drop-shadow(100vw 0 0 #5e8141);
transform: translateX(-100vw);
Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Meet Bhanabhagwan

79181814

Date: 2024-11-12 15:46:54
Score: 2.5
Natty:
Report link

In your firts example, you’re assigning the background color of the to the variable x but modifying x doesn’t affect the element because it simply reassigns x, without updating the actual style of the page.

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

79181811

Date: 2024-11-12 15:45:54
Score: 0.5
Natty:
Report link

This is a loaded question! Start by fixing the isEdit logic using the NovaRequest to properly detect if you’re in update or detail mode:

$isEdit = $request->isUpdateOrUpdateAttachedRequest() || $request->isResourceDetailRequest();
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Jon Menard

79181810

Date: 2024-11-12 15:45:54
Score: 3
Natty:
Report link

Zscaler is providing here documentation to add custom certificates for some applications (such as cURL) and languages.

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

79181808

Date: 2024-11-12 15:45:54
Score: 0.5
Natty:
Report link

datetime.timedelta is useful for this type of thing:

import dateutil
import pytz
from datetime import timedelta
utc = pytz.UTC
print(utc.localize(dateutil.parser.parse('2024-10-31'))+timedelta(days=1)-timedelta(seconds=1))
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Pete M

79181803

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

In distributed mode the individual jmeter workers send the samples to the jmeter master/controller. Any backend listener configured on the jmeter workers are ignored. The backend listener must be configured on the jmeter master in order for you to send metrics to influxdb. This means must configure the influxdb backend listener in the test plan itself BEFORE execute your test.

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

79181786

Date: 2024-11-12 15:39:52
Score: 1.5
Natty:
Report link

Since Django 5.1, this is automatically handled by the querystring template tag. Documentation: https://docs.djangoproject.com/en/5.1/ref/templates/builtins/#querystring

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

79181773

Date: 2024-11-12 15:36:51
Score: 0.5
Natty:
Report link

If your database is supporting analytical functions, you can consolidate into unique pairs before calculating count.

SELECT 
    LEAST("from", "to") AS user1,
    GREATEST("from", "to") AS user2,
    COUNT(*) AS count
FROM 
    messages
GROUP BY 
    LEAST("from", "to"), 
    GREATEST("from", "to");
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Jan Suchanek

79181756

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

I found an answer thanks to the hint from @acw1668;

I adjusted the <Configure> command to check the size of the scrollregion and compare it to the parent ScrollableFrame class window. If it is smaller, I change the scroll region to be the size of the ScrollableFrame.

Here are the adjustments I made to my class, including changing the window anchor to sit at the top left of the frame;

class ScrollableFrame(ttk.Frame):
    """
    """
    def __init__(self, parent):
        """
        """
        ...
        self.scrollableFrame.bind("<Configure>", self.update_scroll_region)
        ...
        self.canvas.create_window((0, 0), window=self.scrollableFrame, anchor='nw')

    def update_scroll_region(self, event):
        bbox = self.canvas.bbox('all')  
        sfHeight = self.winfo_height()
        if (bbox[3] - bbox[1]) < sfHeight:
            newBbox = (bbox[0], 0, bbox[2], sfHeight)
            self.canvas.configure(scrollregion=newBbox)
        else:
            self.canvas.configure(scrollregion=self.canvas.bbox("all"))
Reasons:
  • Blacklisted phrase (0.5): thanks
  • Long answer (-1):
  • Has code block (-0.5):
  • User mentioned (1): @acw1668
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: SPZHunter

79181749

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

i was using an AI generated code that used a non existing AWS REGION !

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
Posted by: Sid Ali

79181742

Date: 2024-11-12 15:29:46
Score: 10 🚩
Natty: 6.5
Report link

i also need upgrade to angular 16, but ngx-admin (newest version 11) seems doesn't support angular 16;

how did you solve it?

Reasons:
  • Blacklisted phrase (1): how did you solve it
  • RegEx Blacklisted phrase (3): did you solve it
  • RegEx Blacklisted phrase (1.5): solve it?
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Emanuele T

79181731

Date: 2024-11-12 15:27:46
Score: 3
Natty:
Report link

Create new database and try restore dump.sql file in that database or import data in new database.

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

79181722

Date: 2024-11-12 15:24:45
Score: 1.5
Natty:
Report link

The solution ended up being to update my play-services-location dependency from 21.0.1 to 21.3.0, which is the latest as of now. So, this must have been a bug they were aware of, and, thankfully, fixed!

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

79181715

Date: 2024-11-12 15:22:44
Score: 3
Natty:
Report link

As it turns out, I didn't have write access to workspace2. After getting permissions to write, I was able to import the resource.

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

79181707

Date: 2024-11-12 15:20:43
Score: 0.5
Natty:
Report link

I don't think you are missing anything at all. The warning indicates, that the deployed version is a in-process function which is different than the version you are deploying. Which is expected after migrating an existing function.

You can check in the Portal which language is used. And update it to dotnet-isolated. As far as I know, this should resolve the warning.

Azure Portal Screenshot showing the language selection

If you are using ARM Templates, ensure you set properties.siteConfig.netFrameworkVersion to "v8.0"

If you go to https://resources.azure.com/, you should be able to see the metadata of the App Service, or if you look into the audit logs after applying the settings over the portal (from above). But those are set indirectly by deploying the first time or by updating the language

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Julian Hüppauff

79181703

Date: 2024-11-12 15:20:43
Score: 0.5
Natty:
Report link

I think you might want to remove method and includeNames from your config as they could override your custom order:

storySort: {
  order: [
    'COMPONENTS',
    ['*', 'Docs'],
    'TOKENS',
    'PAGES',
  ],
},
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Sen Lin

79181701

Date: 2024-11-12 15:18:43
Score: 3
Natty:
Report link

You are using a 11 years old package. Please use relevant technologies. Furthermore websockets don't work at Fontys hosting.

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

79181697

Date: 2024-11-12 15:18:43
Score: 2
Natty:
Report link

Two things to consider: In the physical world, an empty box is different than not having a box. It may also help when moving code from one language to another, if the source language allowed empty arrays.

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

79181686

Date: 2024-11-12 15:16:42
Score: 0.5
Natty:
Report link

иногда бывает необходимость скопировать в образ контейнера с помощью диррективы COPY файл, если файл лежит в той же директории что и Dockerfile - проблемм не возникает, но если копируемому файлу нужно прописать путь, то при попытки сбилдить на основе этого докерфайла произойдет ошибка с вот таким выводом:

ERROR: failed to solve: failed to compute cache key: failed to calculate checksum of ref 02757e0a-7111-496b-9495-ef436149a3e3::vf3kakk5pbsck0j30bd045zou: "/assets": not found

решить можно двумя способами:

  1. Сложить все копируемые файлы в директорию в которой находиться Dockerfile.
  2. Добавить к команде COPY флаг --parents, и указать правильный относительный путь от Dockerfile к Копируемому файлу. Кроме этого изменнеия вносимого в Dockerfile, при запуске команды docker build нужно указать флаг --build-arg BUILDKIT_SYNTAX:docker/dockerfile:1.7-labs, т.к. в документации написано следующее:

Not yet available in stable syntax, use docker/dockerfile:1.7-labs version.

docker build --build-arg BUILDKIT_SYNTAX:docker/dockerfile:1.7-labs -t my-image ./
Reasons:
  • Long answer (-1):
  • Has code block (-0.5):
  • No latin characters (1):
  • Low reputation (1):
Posted by: sekira

79181681

Date: 2024-11-12 15:15:42
Score: 8
Natty: 7.5
Report link

Same problem here, any updates?

Reasons:
  • RegEx Blacklisted phrase (1): Same problem
  • RegEx Blacklisted phrase (0.5): any updates
  • Low length (2):
  • No code block (0.5):
  • Ends in question mark (2):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Julian

79181676

Date: 2024-11-12 15:13:41
Score: 0.5
Natty:
Report link

The behavior you’re experiencing does sound unusual, especially because Chrome's Inspect Element changes should reset after a page reload, and they should not persist across different browsers.

1. Persistent Local Cache or Service Workers

2. Check for Local Storage or IndexedDB Entries

Check Local Storage and IndexedDB for any entries that might hold style information. Clear any suspicious entries that may be saving your edited styles.

3. Disable Extensions

Disable any Chrome extensions that may interfere with DevTools or site styles.

4. Try in an Incognito

Open the site in an incognito window in Chrome. If the style changes don’t persist here, it indicates that it’s likely cached in your regular browser session.

5. Check for Browser Profile Syncing

Try signing out of Chrome temporarily and see if the changes persist.

6. Verify the CSS Source Files

If you’re using a live-reloading dev server that might apply local changes automatically.

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

79181675

Date: 2024-11-12 15:12:41
Score: 2.5
Natty:
Report link

This problem is likely to happen when you add livewire to your breeze scaffolding. When you add livewire you will have multipine alpineJS running. To solve this you will have to remove the import of alpineJS from the app.js. If you remove it the dashboard and profile page will not have alpineJS for the dropdown. To solve this add @livewireScripts to your app-layout page.

Reasons:
  • No code block (0.5):
  • User mentioned (1): @livewireScripts
  • Low reputation (1):
Posted by: Fredrick Adjei Quansah

79181664

Date: 2024-11-12 15:10:40
Score: 0.5
Natty:
Report link

I was able to fix this issue by adding this to rules in .eslintrc.js

'prettier/prettier': ['error', { endOfLine: 'auto' }],

hope it helps

Reasons:
  • Whitelisted phrase (-1): hope it helps
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Muhammad Putra Age

79181659

Date: 2024-11-12 15:09:40
Score: 2
Natty:
Report link

I'm not sure there's actually a question to answer here. And then Zimon seems to answer his own problem when he states, "Tried to give it a set date and that worked perfectly fine." I know we're supposed to avoid responding to other answers, but UTC (Coordinated Universal Time) is not a time zone. It's a standard used to establish time zones worldwide.

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

79181655

Date: 2024-11-12 15:09:38
Score: 9.5 🚩
Natty: 6.5
Report link

Did you solve this? You've made it further than me, I can't get my assistant to generate a response. So the fact that you have an image analysis in firebase is great! I take it all you need to to is to have your code retrieve the analysis from firebase to your user interface. Did you sort that out?

Reasons:
  • RegEx Blacklisted phrase (3): Did you solve this
  • RegEx Blacklisted phrase (1.5): solve this?
  • Low length (0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Starts with a question (0.5): Did you solve this
  • Low reputation (1):
Posted by: Stephen McDermott

79181648

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

Running 1 test using 1 worker

  1. [chromium] › test.spec.ts:53:9 › Main description › Description
Error: Must start tracing before stopping

attachment #1: trace (application/zip) ─────────────────────────────────────────────────────────
E2E\test-results\test-chromium\trace.zip
Usage:

    npx playwright show-trace E2E\test-results\test-chromium\trace.zip

────────────────────────────────────────────────────────────────────────────────────────────────

Slow test file: [chromium] › test.spec.ts (29.0s) Consider splitting slow test files to speed up parallel execution 1 failed [chromium] › test.spec.ts:53:9 › Main Description › Description

This is everything that I get.

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

79181634

Date: 2024-11-12 15:03:36
Score: 1.5
Natty:
Report link

995577777642 b7457240-e767-466a-9Owner Gaia Id,Item Id,Conference Id,Item Type,Meeting Code,Event Id,Thread Id,Inbox Id,Call Direction,Start Time,End Time,Duration,Direct Call Result,Participation State,Call Counterparts,Meeting Media Type 995577777642,b7457240-e767-466a-9572-00ad330e51f1,R-D9eHfke6kIVNqTv87NDxIQOAIIigIgABgBCA,meet:meeting,gsv-iooh-wan,,thread_b7457240-e767-466a-9572-00ad330e51f1,meet,,2024-10-23 00:33:19 UTC,2024-10-23 00:59:14 UTC,0:25:55,,,,

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

79181631

Date: 2024-11-12 15:02:35
Score: 2
Natty:
Report link

From documentation on console.firebase.google.com you need to do that to have working notification :

enter image description here

then you need to :

enter image description here

then last step :

enter image description here

I don't know which documentation your followed but there is no need to do anything in the main.kt nor chaning anything to the AndroidManifest as you did :)

Hope the answer will help you !

Cheer,

Reasons:
  • Probably link only (1):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Nicolas Le Bot

79181619

Date: 2024-11-12 14:58:34
Score: 0.5
Natty:
Report link

I found the problem and fixed it
Firstly, IC dose not support web-related features like JavaScript, so we need to adjust gradle.properties

IC means Idea Community
IU means Idea Ultimate

platformType = IU

References to PSI dependencies are also not configured in the build.gradle.kts
configured that also in gradle.properties

platformBundledPlugins = com.intellij.java, JavaScript

this property means we need to use Java and JavaScript PSI

platformBundledPlugins = JavaScript only works when platformType = IU

we can remove the PSI dependency configuration in build.gradle.kts
Before the end, we need to add language <depends></depends> to plugin.xml

<depends>com.intellij.modules.platform</depends>
<depends>com.intellij.modules.lang</depends>
<depends>com.intellij.modules.javascript</depends>
<depends>com.intellij.java</depends>

if miss this, PSI like JSCallExpression will raise ClassNotFindException in runtime

Finally, you can build, run and debug the plugin!

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

79181614

Date: 2024-11-12 14:57:33
Score: 1
Natty:
Report link

Instead of adding the trigger programmatically, I would add the trigger through the Apps Script project interface menu for triggers. You can use the menu to schedule as you need.

Reasons:
  • Whitelisted phrase (-1.5): You can use
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Kreeszh

79181603

Date: 2024-11-12 14:54:33
Score: 3
Natty:
Report link

Sorry, this ended up being a dumb question. Needed to modify php.ini to show errors. smacks forehead

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

79181601

Date: 2024-11-12 14:53:32
Score: 1
Natty:
Report link

im still having that issue

Could not resolve all files for configuration ':connectivity_plus:androidJdkImage'. Failed to transform core-for-system-modules.jar to match attributes {artifactType=_internal_android_jdk_image, org.gradle.libraryelements=jar, org.gradle.usage=java-runtime}. > Execution failed for JdkImageTransform: C:\Users\sagil\AppData\Local\Android\sdk\platforms\android-34\core-for-system-modules.jar. > Error while executing process C:\Program Files\Eclipse Adoptium\jdk-21.0.5.11-hotspot\bin\jlink.exe with arguments {--module-path C:\Users\sagil.gradle\caches\transforms-3\3e88cec1990d24c89764a2425273571a\transformed\output\temp\jmod --add-modules java.base --output C:\Users\sagil.gradle\caches\transforms-3\3e88cec1990d24c89764a2425273571a\transformed\output\jdkImage --disable-plugin system-modules}

all settings and versions are correct

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

79181600

Date: 2024-11-12 14:53:32
Score: 3.5
Natty:
Report link

The issue was simple and MATLAB-related. I hadn't turned MATLAB off and back on again so the Kvaser device wasn't listed as available to use.

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

79181595

Date: 2024-11-12 14:50:29
Score: 13.5 🚩
Natty:
Report link

i have same issue, did you find how to solve the problem ?

Reasons:
  • Blacklisted phrase (1): how to solve
  • RegEx Blacklisted phrase (3): did you find
  • RegEx Blacklisted phrase (1.5): how to solve the problem ?
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): i have same issue
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: julien chandezon

79181593

Date: 2024-11-12 14:50:29
Score: 0.5
Natty:
Report link

I got the same error and I fix it with this:

installing necesary dependencies:

sudo apt update 
sudo apt install -y build-essential libssl-dev libffi-dev zlib1g-dev
libbz2-dev libreadline-dev libsqlite3-dev liblzma-dev 
libncursesw5-dev tk-dev libgdbm-dev libc6-dev libbz2-dev

download the source code, using your own python version:

cd /usr/src
sudo wget https://www.python.org/ftp/python/3.10.0/Python-3.10.0.tgz

uncompress:

sudo tar xzf Python-3.10.0.tgz
cd Python-3.10.0

configure and install python:

sudo ./configure --enable-optimizations

compile and install

sudo make -j $(nproc)
sudo make altinstall

check if everything is ok (is right if you don't get errors or messages):

python3.10 -m lzma

also you can check this way:

python3.10 -c "import lzma; print('lzma module is available')"

thank you friends, love ya

Reasons:
  • Blacklisted phrase (0.5): thank you
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Julian David

79181589

Date: 2024-11-12 14:50:29
Score: 2.5
Natty:
Report link

so the solution turned out to be the "Transfer Files (Table)" node. i populated a table with the source file paths (as a Path type variable), and created a variable with the target location (as a String) and fed the table as an input and the variable as a variable (along with source and destination connections) to the node. It took the source path happily and used the folder variable to control the destination path.

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

79181588

Date: 2024-11-12 14:49:28
Score: 1.5
Natty:
Report link

@Omar's answer is sounds good to me, but I think updateTheme method is better to be something likes to this:

private updateThemePalette(colors: Color[], theme: string) {
  let _colors: string[] = [];
  colors.forEach((color) => {
    _colors.push(`--theme-${theme}-${color.name}: ${color.hex}`);
    _colors.push(`--theme-${theme}-contrast-${color.name}: ${(color.darkContrast ? 'rgba(0, 0, 0, 0.87)' : 'white')}`);
  });
  let themeEle = document.getElementById('theme-colors');
  if (!themeEle) {
    themeEle = document.createElement('style'); themeEle.id = 'theme-colors';
    document.head.append(themeEle);
  }
  themeEle.innerHTML = `body{${_colors.join(';')}}`;
}

in this way colors are going to set into style tag in head.

Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • User mentioned (1): @Omar's
  • Looks like a comment (1):
  • Low reputation (0.5):
Posted by: Mohammadreza Askari

79181572

Date: 2024-11-12 14:45:27
Score: 1
Natty:
Report link

You are iterating in horizontal direction, i.e. the columns must have numerical type, but you have string: "Flux_min", ...

So do something like

df=synth_spectra_df
df.columns=np.linspace(0,3)
df.interpolate(method='spline', order=2, axis=1)

and copy the interpolated result back to synth_spectra_df

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

79181567

Date: 2024-11-12 14:44:27
Score: 2
Natty:
Report link

The best way of repeating the same data for the two panels would be splitting the wire connecting the arduino to the DIN in two, and connecting to the DIN of both panels. if you want to keep in series as it is in the first picture, you should use 256 pixels and repeat the same data twice.

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

79181562

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

When you don't receive any message in Window procedure, you should call DefWindowProc() function to handle any unprocesses message. So, you used break statement under default case in window procedure, which is wrong. More on DefWindowProc() function here: https://learn.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-defwindowproca. Also, as others have stated, you did not use break statements in case blocks in window procedure. This is obivously wrong, because everything will execute, including handling from unreceived messages. And, lastly, my suggestion, you don't need to put curly brackets at the beggining of every case block. You should do that only if you declare new variables in that scope, otherwise it isn't necessary, and it worsens code readability, as too much curly brackets can only cause confusion.

Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Starts with a question (0.5): When you
  • Low reputation (1):
Posted by: SodaTheCoder

79181556

Date: 2024-11-12 14:42:26
Score: 2
Natty:
Report link

You could do that by exporting your IDE setting like this, and then import it on the other device

enter image description here

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

79181551

Date: 2024-11-12 14:40:26
Score: 2
Natty:
Report link

This should now be the preferred integration for PHP:

https://cloud.google.com/php/docs/reference/cloud-functions/latest

and can be installed via composer:

composer require google/cloud-functions
Reasons:
  • Probably link only (1):
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: scp

79181544

Date: 2024-11-12 14:39:26
Score: 0.5
Natty:
Report link

Create a Library Class: o Attributes:  A dynamically allocated array of Book pointers to store books.  An integer capacity to track the maximum number of books the library can hold.  An integer count to track the current number of books in the library. o Constructors:  A parameterized constructor to set the library’s capacity and initialize the array to hold up to that many books. o Destructor:  A destructor to release any dynamically allocated memory and delete each book in the library. o Methods:  bool addBook(const Book& book) – Adds a new book to the library. If the library is full, print an error message.  bool removeBook(const std::string& title) – Searches for a book by title and removes it if found. If not found, print an error message.  void displayAllBooks() – Displays details of all books in the library.  Book* findBook(const std::string& title) – Returns a pointer to the book with the specified title (or nullptr if not found).  void clearLibrary() – Deletes all books from the library without deallocating the library’s array itself.

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

79181541

Date: 2024-11-12 14:37:25
Score: 0.5
Natty:
Report link

Perhaps use ConfigProvider as per the documentation:

<ConfigProvider theme={{
   ...,
   components: {
     Card: {
         colorBgContainer: '#16191E'
     }
   }
/>
Reasons:
  • Probably link only (1):
  • Low length (1):
  • Has code block (-0.5):
  • High reputation (-1):
Posted by: Greg Wozniak

79181531

Date: 2024-11-12 14:35:25
Score: 3
Natty:
Report link

In my case this code works when i have added this.ViewStateUserKey = Session.SessionID; in aspx OnInit event.

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

79181530

Date: 2024-11-12 14:35:25
Score: 0.5
Natty:
Report link

it can be done passing bookingInfo prop as in below code

const nylasScheduling = document.querySelector('nylas-scheduling');
              
nylasScheduling.clientId = NYLAS_CLIENT_ID;
nylasScheduling.slug = schedulePageName;

nylasScheduling.bookingInfo = {
    primaryParticipant: { name : 'maaz qureshi', email: '[email protected]'}
};
Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Muhammad Maaz

79181515

Date: 2024-11-12 14:29:21
Score: 9.5 🚩
Natty:
Report link

did you find the solution? I am looking for it too

Reasons:
  • Blacklisted phrase (2): I am looking for
  • RegEx Blacklisted phrase (3): did you find the solution
  • Low length (1.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): did you find the solution
  • Low reputation (1):
Posted by: Tomas Laurutenas

79181498

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

You can define this type like this:

interface Properties {
  Name: string;
  Description: string;
  online: boolean;
}

interface Result {
  [key: string]: {
    properties: Properties;
  };
}

interface ResultData {
  results: Result[];
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: fable

79181495

Date: 2024-11-12 14:24:19
Score: 14.5
Natty: 7.5
Report link

Hi I have the same problem. I already do all the steps behavior, but now i cant save or submit the page. I get "ERR-1002 Element-ID für Element "1142944402993567203" in Anwendung "750" nicht gefunden." Can anyone help me?

Reasons:
  • Blacklisted phrase (1): help me
  • Blacklisted phrase (1): I have the same problem
  • RegEx Blacklisted phrase (3): Can anyone help me
  • RegEx Blacklisted phrase (2): Hi I have the
  • Low length (0.5):
  • No code block (0.5):
  • Me too answer (2.5): I have the same problem
  • Ends in question mark (2):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: FTie

79181490

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

The following vite config inside nuxt.config.ts prevents small assets from being inlined.

// nuxt.config.ts

export default defineNuxtConfig({
  vite: {
    build: {
      assetsInlineLimit: 0, // This will prevent inlining of any assets
    },
  },
})
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Tobija Fischer

79181482

Date: 2024-11-12 14:17:18
Score: 1
Natty:
Report link

Updated - The OAM service now uses the "aws:PrincipalOrgPaths" to determine which accounts are allowed to create the link. So in the monitoring account you need to be sure that you've provided all the exact AWS Organization paths for the desired member accounts. You can view the policy in the OAM configuration of the monitoring account.

https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_condition-keys.html#condition-keys-principalorgpaths

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

79181480

Date: 2024-11-12 14:17:18
Score: 2
Natty:
Report link

Thanks to @kmdreko and @Timsib Adnap I found the problem. I didn't recognize the different types. It was really mixed. One time from tokio and one time from std.

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Low length (1):
  • Has code block (-0.5):
  • User mentioned (1): @kmdreko
  • User mentioned (0): @Timsib
  • Self-answer (0.5):
  • Single line (0.5):
  • High reputation (-1):
Posted by: Vmxes

79181476

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

Your script looks as if it needs the entire page be loaded before it runs. Are you sure you're running the script after everything is loaded?

<head><script>function init() { //run your script ...}</script></head>
<body onload="init();"> ...
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Low reputation (0.5):
Posted by: Graphic Equaliser

79181471

Date: 2024-11-12 14:15:17
Score: 1.5
Natty:
Report link

When you install this package, that error may occur because your previous version of package not suitable with your package you want to install then. You can use this command "npm-install-yourpackage -- legacy-peer-deps". It will sync your package.

Reasons:
  • Whitelisted phrase (-1.5): You can use
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): When you in
  • Low reputation (1):
Posted by: Thành IT

79181464

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

You should be able to use UTC_TIME(3) instead of CURRENT_TIME(), CURRTIME(), NOW() to avoid the daylight saving time issue.

SELECT FLOOR(UNIX_TIMESTAMP(UTC_TIME(3)) * 1000);
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Mike

79181463

Date: 2024-11-12 14:12:16
Score: 3
Natty:
Report link

Deduplication worked as intended. However, since the table was partitioned by the event_date field, the original batch was split into smaller batches for each partition under the hood. Thus the hash that used by the deduplication mechanism was computed separately for each of these partitioned batches.

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

79181457

Date: 2024-11-12 14:10:16
Score: 0.5
Natty:
Report link

Removing "vendor" and "vendor/javascript" from linked_dirs helped me to fix same error in rails 6 deploy.

I also logged in to server and removed "vendor" from the "shared" folder (it was created by capistrano).

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

79181455

Date: 2024-11-12 14:10:16
Score: 3.5
Natty:
Report link

If the isn't working correctly, you should manualy set the padding.

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

79181453

Date: 2024-11-12 14:10:16
Score: 3
Natty:
Report link

expo 50 / expo 51 not support shared element

Currently unable to implement this feature.

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

79181441

Date: 2024-11-12 14:06:13
Score: 6 🚩
Natty:
Report link

Facing the same issue ! the app in prod is not working but it's perfectly working in TEST

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): Facing the same issue
  • Single line (0.5):
  • Low reputation (1):
Posted by: stand out from the crowed

79181438

Date: 2024-11-12 14:05:13
Score: 1.5
Natty:
Report link

You have to go to settings json file: enter image description here

and change the following key (so that it stops including the git):

 "files.exclude": [".DS_Store", ".git"]
Reasons:
  • Probably link only (1):
  • Low length (1):
  • Has code block (-0.5):
Posted by: Olga Klisho

79181420

Date: 2024-11-12 14:00:11
Score: 1.5
Natty:
Report link

Needed to install cocoapods using brew:

brew install cocoapods

This solved my issue and flutter doctor could find it.

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

79181411

Date: 2024-11-12 13:58:10
Score: 2.5
Natty:
Report link

you can create an simple socket application and deploy to amazon and try to connect this application from your application. If socket connection is lost you assume internet is lost.

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

79181393

Date: 2024-11-12 13:53:08
Score: 3.5
Natty:
Report link

In SQL Management Studio 20 is possible to pass additional parameters for the connection string:

Initial Catalog=somedatabase;

enter image description here

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