79140344

Date: 2024-10-30 09:04:30
Score: 4.5
Natty:
Report link

Did you tried this?

sudo npm install -g jest
Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Starts with a question (0.5): Did you
  • Low reputation (1):
Posted by: Anirudh TP

79140343

Date: 2024-10-30 09:04:29
Score: 0.5
Natty:
Report link

@Nathan Sokalski, you sure are running into problems. I presume you're trying to create a net8.0-android app. Have you successfully built/deployed and run the standard app built from the template Android Application? The main point of the standard app is that it shows you how the new proj files are created.

If you did that successfully, what were your next steps in bringing in your code, especially your resources? The easiest way to do it before you add any code is to delete the contents of each resource folder. Folder by folder, and then use add existing item, getting the items from your existing project folder into the same folder name in the new app. That way, you should be able to build the app without error.

If you need a new folder, create it first and then do the same thing.

Built it after adding all the contents of one of your resource folders, one at a time. If you get an error, it should be obvious what went wrong.

There are faster ways of doing it, but doing it one folder at a time is the safest way when doing it for the first time.

What version of VS are you using? - the latest is 17.11.5

Have you followed the instructions for dotnet workload install android. See the readme and the links in NavigationGraph8Net8

If your existing app is a multi-activity app, just forget it. Learn how to use the NavigationComponent before you even attempt to move it to .net.

Reasons:
  • Long answer (-1):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • User mentioned (1): @Nathan
  • Low reputation (0.5):
Posted by: user2153142

79140342

Date: 2024-10-30 09:04:29
Score: 2.5
Natty:
Report link

In my situation, the app required me to trust the certificate
ssl : trust : smtp.gmail.com

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

79140338

Date: 2024-10-30 09:03:29
Score: 2.5
Natty:
Report link

Machining feature recognition is a still an active and quite narrow research field so I'd be surprised if you get any out-of-the-box solution here. The best you can do IMO is to keep trying out solutions from the literature and see how they work for you.

You could indeed get a pointcloud by sampling your original mesh, compute local descriptors and use them to train a classifier. But there is no guarantee that the local geometry around a point is enough to recognize a machining feature.

The solution described in the paper Freeform Machining Features: New Concepts and Classification uses a mesh as input geometry and combines differential geometry and graph theory to classify machining features. Maybe worth a try?

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

79140330

Date: 2024-10-30 09:01:29
Score: 2.5
Natty:
Report link

The poster solved the issue, but for those that didn't realise you could see output when running in UI mode:

You can get to it just by clicking the small icon shown in the image below.

enter image description here

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

79140329

Date: 2024-10-30 09:00:26
Score: 8 đźš©
Natty:
Report link

is it solved? I also had this problem ,don't know why? so pissed.

Reasons:
  • Blacklisted phrase (0.5): why?
  • RegEx Blacklisted phrase (1.5): solved?
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Starts with a question (0.5): is it solve
  • Low reputation (1):
Posted by: kk vv

79140327

Date: 2024-10-30 08:59:26
Score: 1.5
Natty:
Report link

From the doc:

Backup schedules for newly created databases take up to 24 hours to become active and start creating backups.

That is, if the database was created in the last day, the backup can still be in the works.

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

79140325

Date: 2024-10-30 08:59:23
Score: 10 đźš©
Natty:
Report link

When run in local then show The current Dart SDK version is 3.5.4.

Because matrimony_app depends on flutterwave_standard 1.0.8 which requires SDK version >=2.12.0 <3.5.0, version solving failed. when downgrade the the dart version then whole project not support . not only flutterwave standard package same issue facing in app_links and other packages. So please answer my questions . But i want not change this package

when i try lower version of dart then project does not support

this is my problem, please tell me how to solve it

Reasons:
  • Blacklisted phrase (1): how to solve
  • Blacklisted phrase (1.5): tell me how to
  • RegEx Blacklisted phrase (2.5): please answer
  • RegEx Blacklisted phrase (2.5): please tell me how
  • RegEx Blacklisted phrase (1): i want
  • Long answer (-0.5):
  • No code block (0.5):
  • Starts with a question (0.5): When
  • Low reputation (1):
Posted by: Jitendra Sahoo

79140324

Date: 2024-10-30 08:59:22
Score: 0.5
Natty:
Report link

I am on git version 2.46.0.windows.1 Login to the account you wish to push your code to

  1. git config --global user.name "<your_username>"
  2. git config --global user.password <account_password>
  3. git config --global user.email <optional_email> Step 3 is optional

This creates/updates C:\Users<your_user_name>.gitconfig file with name, email, and password. Make sure you do not share this file as it has credentials.

Login to your GitHub account in the browser and create a new repository

enter image description here

Follow the instructions to add a sample file README.md into your repo and push the desired files

enter image description here

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

79140321

Date: 2024-10-30 08:58:22
Score: 2.5
Natty:
Report link

I tried everything. Nothing actually worked reliablly. I was using an AdafruitDisplay M4 Matrix on the other end of the C# script. I found that if I use serial.read, I see this issue. Changing the method to serial.readline() solved my issue related to semaphore time out errors.

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

79140320

Date: 2024-10-30 08:58:22
Score: 4.5
Natty: 6
Report link

Thanks for the helpful answer!!!

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

79140319

Date: 2024-10-30 08:58:22
Score: 3
Natty:
Report link

Installing every qml6 module on Ubuntu 24.04 as this answer suggested, fixed the issue. Even though, I don't know which exact package of the whole list fixed it.

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

79140318

Date: 2024-10-30 08:57:21
Score: 2.5
Natty:
Report link

It's not that 0 is added to the session name. Rather, the session name is truncated by default. You can make the columns of the status line longer, by adding this to your .tmux.conf:

set -g status-left-length 20

Source: How to extend the length of session name in tmux?

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

79140310

Date: 2024-10-30 08:55:21
Score: 0.5
Natty:
Report link

Depending on your use case, you can implement an access pattern where you can avoid issuing fixed credentials for your AWS RDS databases, and avoid many of the common pitfalls of insecure credential management.

At a high level, you can assign IAM database authentication roles attached to users who log into your AWS account(s) by membership in a group. These users would be provisioned through IAM Identity Center integrated with your identity provider, say Microsoft Entra ID, since you're using Teams.

All folks would need to do is aws sso login to their account, and then your users can either leverage those credentials to login to the DB in code or on the command line. No need to store extra credentials in/from AWS.

Some pre-requisites:

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

79140307

Date: 2024-10-30 08:55:21
Score: 1
Natty:
Report link

For your current issue, unzip the export and try again.

In general I do want to note that Jfrog do not recommend importing from one version to another version, though it can work, so you can test it out.

See the warning here:

We do not recommend that you import and export between different versions of Artifactory.

(Instead it is recommended to import to same version then upgrade that system. But It is fine to test what you are doing as it can work also.

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

79140301

Date: 2024-10-30 08:53:20
Score: 2
Natty:
Report link

Clock.System.now().toEpochMilliseconds()

Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
  • Has no white space (0.5):
  • Single line (0.5):
Posted by: Giedrius Ĺ likas

79140296

Date: 2024-10-30 08:53:20
Score: 2.5
Natty:
Report link

may be you already fix it but try this libs, it work on me Auto Start Mode

Reasons:
  • Whitelisted phrase (-1): try this
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: theanh tran

79140289

Date: 2024-10-30 08:51:20
Score: 1.5
Natty:
Report link

If you use Vue 2, the Vue DevTools that you used until today (30/10/24) no longer work.

Vue DevTools v7 detected your Vue 2 project.

v7 only supports Vue 3 and will not work.

The legacy version that supports both Vue 2 and Vue 3 has been moved to: https://chromewebstore.google.com/detail/vuejs-devtools/iaajmlceplecbljialhhkmedjlpdblhp

Install and enable only the legacy version of your Vue 2 app.

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

79140288

Date: 2024-10-30 08:51:20
Score: 2.5
Natty:
Report link

you can try test it with android studio logcat maybe you can catch the fatal error and solve it

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

79140286

Date: 2024-10-30 08:50:20
Score: 2
Natty:
Report link

First convert the .fits file into array see

After that try to use numpy.ma module
see

This a suggestion to start with

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

79140283

Date: 2024-10-30 08:49:19
Score: 1.5
Natty:
Report link

Answering this question given the setup is rather hard, as you are both using different dependencies and different node versions, you are also not describing what kind of performance issue you are facing.

To answer, you will need to 1) compare both clients under the same node version, e.g. use both with node 18 or 20 and 2) describe what kind of performance issue you are facing.

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: bananabräd

79140280

Date: 2024-10-30 08:48:19
Score: 1.5
Natty:
Report link

If you’ve ever set up custom form controls in Angular with ControlValueAccessor and BehaviorSubjects, you might’ve noticed that checking control.errors in the validate method doesn’t always show the latest state. It’s like, you know the control should be valid, but Angular hasn’t fully caught up yet. This happens because Angular’s validation can run a bit asynchronously, so it might not update control.errors right when you think it should.

A quick fix? Just wrap console.log(control.errors) in a setTimeout with a zero delay:

setTimeout(() => console.log(control.errors), 0);

That tiny delay lets Angular finish its validation cycle and change detection, so by the time console.log runs, control.errors should be totally up-to-date. It’s a simple workaround that just gives Angular a little time to catch its breath before you check the errors!

Reasons:
  • RegEx Blacklisted phrase (1.5): fix?
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (0.5):
Posted by: ZihamZuhair

79140270

Date: 2024-10-30 08:46:18
Score: 8.5
Natty: 7
Report link

Any update on this issue, i have the same problem Thanks

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Blacklisted phrase (1): i have the same problem
  • Blacklisted phrase (1): update on this
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): i have the same problem
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: user28056990

79140264

Date: 2024-10-30 08:44:18
Score: 1
Natty:
Report link

Don't need to create the /plugins/persistedstate.ts file. just define '@pinia-plugin-persistedstate/nuxt' in nuxt.config.ts under modules

and then in pinia store file do :

persist: {
  storage: localStorage, // you can also choose sessionStorage
  pick: [
    "persisted state" //it should be inside ""
  ]
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Mithri

79140262

Date: 2024-10-30 08:43:18
Score: 0.5
Natty:
Report link

i presume you want to create a conversation witht the chatbot about the content of a particular web page. for this you need insert a Conversational Reteival Chain to which you link:

Now to feed the Vectore Store with the knowledge from the website you need to link it to:

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

79140258

Date: 2024-10-30 08:41:17
Score: 1
Natty:
Report link

A solution without jQuery would be using the scrollend event. Here is the MDN documentation.

A code example from the documentation is:

addEventListener("scrollend", (event) => {});

Please note that as of October 2024 Safari doesn't support this event.

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

79140252

Date: 2024-10-30 08:39:17
Score: 1.5
Natty:
Report link

with nextjs i have same problem , and i solved it by importing the package as the following : ,

import { jwtDecode} from 'jwt-decode';

and then you can decode you token normal :

jwtDecode('your access token')
Reasons:
  • Blacklisted phrase (1): i have same problem
  • Whitelisted phrase (-2): i solved
  • Low length (0.5):
  • Has code block (-0.5):
  • Me too answer (2.5): i have same problem
Posted by: K.A

79140250

Date: 2024-10-30 08:39:17
Score: 1.5
Natty:
Report link

I fixed this problem. I must REINDEX all schemas.

Reasons:
  • Whitelisted phrase (-2): I fixed
  • Low length (1.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: witek1902

79140244

Date: 2024-10-30 08:37:16
Score: 1
Natty:
Report link

You have to add the Charts package in your CMAKE file:

find_package(Qt6 REQUIRED COMPONENTS Charts)
target_link_libraries(mytarget PRIVATE Qt6::Charts)
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: JĂĽrgen Lutz

79140236

Date: 2024-10-30 08:35:15
Score: 0.5
Natty:
Report link

In Angular 18.02^ you can use transform option for @Input():

class ParentComponent {
   data: Dog | Cat;
}

** parent template **
   <app-child-component [cat]="data" />
**

class ChildComponent {
   @Input({ transform: (v: Dog | Cat) => v as Cat }) cat!: Cat;
}

docs: https://angular.dev/guide/components/inputs

Reasons:
  • Whitelisted phrase (-1.5): you can use
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: TheSinOfGreed

79140227

Date: 2024-10-30 08:32:14
Score: 3
Natty:
Report link

We had the problem that we didn't register the gitlab-runner with "sudo". So sometime it runs an other times not.

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

79140215

Date: 2024-10-30 08:27:13
Score: 1.5
Natty:
Report link

The trick to make it work is by authorizations parameter in az managedapp definition create. I need to use a user or service principle with the same role and group defined in authorizations parameter. I used service princpiple to login in my CI/CD workflow.

Reasons:
  • Blacklisted phrase (0.5): I need
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Single line (0.5):
Posted by: Khalil

79140212

Date: 2024-10-30 08:25:13
Score: 2.5
Natty:
Report link

You can do this with the toeplitz matrix.

You will find some code in PyTorch forum: https://discuss.pytorch.org/t/obtaining-toeplitz-matrix-for-convolution/52968

Or here: https://gist.github.com/vvolhejn/e265665c65d3df37e381316bf57b8421

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

79140208

Date: 2024-10-30 08:23:13
Score: 2
Natty:
Report link

I ran into the same error when trying to call docker commit for Windows containers on Windows 11, Docker Desktop 4.34.3. I don't have any cbfs driver. So I started to uninstall software related to file systems. Uninstalling Mount Image Pro from GetData Forensics resolved the problem for me. This is a software for mounting certain types of images as drive systems.

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

79140205

Date: 2024-10-30 08:22:10
Score: 7 đźš©
Natty: 6
Report link

so is there any way to retrieve chat data from google chat using Appscript?

Reasons:
  • Blacklisted phrase (1): is there any
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: user28056663

79140202

Date: 2024-10-30 08:22:10
Score: 3
Natty:
Report link

There is a much simpler solution :

<xsl:value-of select="Qty * (-1)" />

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

79140201

Date: 2024-10-30 08:22:10
Score: 5
Natty:
Report link

After having the same error, I moved my service to a Cloud Run - Gen 2 and it worked.

Reasons:
  • Whitelisted phrase (-1): it worked
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): having the same error
  • Single line (0.5):
  • Low reputation (1):
Posted by: Mike

79140199

Date: 2024-10-30 08:21:10
Score: 1
Natty:
Report link

I wrote a small utility function:

def maybe_apply(x: T | None, f: Callable[[T], Y]) -> Y | None:
    if x is not None:
        return f(x)

Unlike decorator solution it works with library functions as well and is more explicit. Also it deduces types.

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

79140185

Date: 2024-10-30 08:15:08
Score: 0.5
Natty:
Report link

v-autocomplete takes the same menu-props as v-menu and so we can specify the option close-on-content-click to get this behavior!

    <v-autocomplete
       ...,
       :menu-props="{closeOnContentClick:true}"
    >
Reasons:
  • Low length (1):
  • Has code block (-0.5):
Posted by: Wesley Cheek

79140180

Date: 2024-10-30 08:14:08
Score: 2
Natty:
Report link

On which GameObject did you assign your SpawnChunk script? Is it also the Player GameObject?

Like the other said, most likely you attached the wrong GameObject to the Player Transform inside your script. Could you try logging your Player Transform Position inside your SpawnChunk Update Script? I think this should indicate the problem.

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

79140175

Date: 2024-10-30 08:13:07
Score: 1.5
Natty:
Report link

Big scale is not an easy job. For a simple explain how production works, I wrote a blog post to explain a request lifecycle. I also work for SerpApi, and we scale our API to serve billion requests. Hope this help.

Reasons:
  • Whitelisted phrase (-1): Hope this help
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: andy

79140170

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

The setup is almost identical as it with Vanilla JS setup, with only difference that you need to import and intialize TiledWebMap module within your application.

import Highcharts from "highcharts";
import MapsModule from "highcharts/modules/map";
import TiledWebMap from "highcharts/modules/tiledwebmap";
import HighchartsVue from "highcharts-vue";

MapsModule(Highcharts);
TiledWebMap(Highcharts);

Demo: https://codesandbox.io/p/sandbox/nostalgic-https-j59mgn?file=%2Fsrc%2Fmain.js%3A4%2C1-13%2C25

References:
https://www.highcharts.com/docs/maps/tiledwebmap
https://github.com/highcharts/highcharts-vue?tab=readme-ov-file#importing-highcharts-modules

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

79140165

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

I have tried your solution verbatim and it works.

How are you testing it?

I am using VisualCode and the Live Server plugin and it works perfectly.

If I try to open directly the HTML file from the explorer with Firefox, then the VTT file is not loaded because it is flagged as a security risk. This can be seen in the console, with the developer tools. Maybe this is what is happening?

Reasons:
  • No code block (0.5):
  • Ends in question mark (2):
  • Low reputation (0.5):
Posted by: KnoVz

79140154

Date: 2024-10-30 08:04:05
Score: 2.5
Natty:
Report link

You can't do anything other than just adding a custom domain. I find this strange. Render should do something about it.

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Abhishek Kumar Singh

79140147

Date: 2024-10-30 08:01:05
Score: 1
Natty:
Report link

another solution might be something like this:

    ".monaco-workbench .part.editor>.content .editor-group-container": {
        "opacity": "0.6",
    },
    ".monaco-workbench .part.editor>.content .editor-group-container.active": {
        "opacity": "1",
    },
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Looser

79140146

Date: 2024-10-30 08:01:05
Score: 3
Natty:
Report link

Complete solution in simple steps Visual Studio - 2022

  1. Open Visual studio
  2. open Solution Explorer (Ctrl + Alt + L)
  3. Right click on your project
  4. click on "properties"
  5. Properties window
  6. In the left panel , click "debug"
  7. Under "General" , there is "Open debug launch profiles UI"
  8. A new dialog box (launch profiles) will be there
  9. look for launch browser and untick the checkbox Launch profile dialog box
  10. close all dialog box, you are done

Thanks

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

79140145

Date: 2024-10-30 08:01:05
Score: 1
Natty:
Report link

SonarLint plugin can be used in your IntelliJ independently without SonarQube/Cloud. You can run SonarLint on any file or project on your local machine and get the results there itself. SonarLint has the default rules already embedded to check your code for violations.

It is recommended to use SonarLint in connected mode with SonarQube so as to publish your results on the server and get a dashboard view of the analysis along with Quality Gate results.

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

79140143

Date: 2024-10-30 08:00:04
Score: 1
Natty:
Report link

The problem is you are trying to handle it from the beforeSave() method. You should write it in the getHeaderActions().

In the getHeaderActions() make the custom save action, then within use the - >requiresConfirmation() function, and - > modalSubHeading('Are you sure you want to save these changes?')

I hope it helps.

Reasons:
  • Whitelisted phrase (-1): hope it helps
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: varzoeaa

79140141

Date: 2024-10-30 07:59:04
Score: 0.5
Natty:
Report link

I faced the same problem and did not want to turn of SQL inspection everywhere, just in Markdown files.

I created a custom scope for markdown files. Click on SQL under Inspections and there you can select/create/edit scopes and their respective behaviors

I used this file-pattern:

file[*]:*/*.md

IntelliJ Inspections settings

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

79140139

Date: 2024-10-30 07:58:04
Score: 2.5
Natty:
Report link

The leveldb-library cocoapod version with the fix was just released. you will want to remove your Podfile.lock and pod install again in order to get the fix

https://github.com/invertase/react-native-firebase/issues/8082

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: A.Klapchuk

79140134

Date: 2024-10-30 07:57:04
Score: 2
Natty:
Report link

In the java when we want to overload the function we have to change it's signature. Which is function name or parameter. When we define suspend in kotlin we just identify of the environment of function where it can be run like coroutine. You can check this link for information: java signature

To give example you can change like that:

fun foo(a: Int, b: Int): Int {
    return a + b
}
suspend fun foo(a: Int, b: Int, isSuspend: boolean): Result<Int> {
    if(isSuspend) {
        delay(100)
        return Result.success( a + b)
    }else {
        return Result.failure("Call suspend")
    }
}
Reasons:
  • Blacklisted phrase (1): this link
  • RegEx Blacklisted phrase (1): check this link
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Yakup Kavak

79140131

Date: 2024-10-30 07:56:03
Score: 4
Natty:
Report link

Currently, I use this PowerShell script to turn off the Diagnostics settings (classic) for multiple new-created Storage Accounts.

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

79140128

Date: 2024-10-30 07:55:02
Score: 1.5
Natty:
Report link

In my case, oddly enough, setting z-index: -1 on tds and/or trs fixes the problem!

td {
    z-index: -1;
}

I guess this happens because of the browser collapsing the border.

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

79140127

Date: 2024-10-30 07:54:02
Score: 1
Natty:
Report link

In PyCharm, Right click on package & goto Mark Directory As select Sources Root.

This would probably fix the red squiggles.

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

79140115

Date: 2024-10-30 07:48:01
Score: 2.5
Natty:
Report link

Even I was facing the same issue, but I when installed visual studio(not VS code) it actually resolved the issue it. Visual studio comes with the dependencies that pyqt requires provided you select the "Desktop development with C++" workload and then install the pyqt will resolve it to most of the time.

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

79140113

Date: 2024-10-30 07:47:01
Score: 0.5
Natty:
Report link

Yes, this happens because when you compiled against V2.0.0, the compiler tied 'P2' specifically to class 'B'. In V1.0.0, 'P2' lives in A instead, so at runtime, .NET can’t find 'B.P2', and you get an error.

Even though it seems like it shouldn’t matter where P2 is, the compiler expects it exactly where it was when you built the code. Since P2 is in a different class, .NET sees it as missing.

One workaround is using reflection, which lets you check for 'P2' at runtime without caring if it’s in 'A' or 'B'. However, reflection can be slower and a bit messier. Another option could be setting up assembly redirection if you’re in control of the version that loads, but that can get complicated too.

Unfortunately, since the change between versions is “breaking,” there’s no direct fix without either a different version of your app or a code tweak like reflection.

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

79140094

Date: 2024-10-30 07:38:57
Score: 9 đźš©
Natty: 5.5
Report link

I also encountered this problem, have you solved it?

Reasons:
  • Blacklisted phrase (2): have you solved it
  • RegEx Blacklisted phrase (1.5): solved it?
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: uu tt

79140082

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

In case you look for empty circle in the errorbar plot.

plt.errorbar(fmt='o', color='C0', mfc= "None") 
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: aVral

79140078

Date: 2024-10-30 07:33:55
Score: 5
Natty:
Report link

Yes, I have already added both things, but the same issue persists.Please let me know if there is anything I need to do because suddenly it stopped and I didn't understand what went wrong.

Reasons:
  • Blacklisted phrase (0.5): I need
  • RegEx Blacklisted phrase (2.5): Please let me know
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: krishna

79140074

Date: 2024-10-30 07:31:54
Score: 2.5
Natty:
Report link

I tried to replicate this code in google colab using tensorFlow 2.16.1 and python 3.10.12 and didn't notice any warning. I am attaching gist file for your reference.

Please let us know if the warning still persists with more details on the issue like the platform, TensorFlow and python version details to better understand the issue.

Reasons:
  • RegEx Blacklisted phrase (2.5): Please let us know
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Sagar

79140073

Date: 2024-10-30 07:30:54
Score: 3
Natty:
Report link

As it turns oot the installing process has been completed successfully, but the user directory needs to be written in user rather than admin context.

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

79140012

Date: 2024-10-30 07:24:52
Score: 2
Natty:
Report link

(Sorry to not be inline with the stackoverflow rules. Trying to fix encryption is unfortunately a step-by-step approach and each step may take pretty much information.)

ECDHE master secret 50D5CA5D741B75B33DE31CFBCBD2EC9E285EFEDFED25E23BECE0E41E334F973D5D3171DFE54FB0834C98889868F1CB3A

Keys Seed 9C27D9EF09AF50CF0C9ABA9E535714ED07F2F522EC672A4C17FF550604F950E46E0ED5AEC5691FC199D1019ECFC1E4A8629C9ED4208DCAD30E8005C82364099C

Request Bytes 40

Client Write Key @0,48B8AE63A327BC7041B95DD59F49A5CD

Server Write Key @16,51FB049F6088FB49B406D3B5597C2E45

Client Write IV @32,6F0ED63C

Server Write IV @36,14688C2E

ClientWriteKey: 4a59ee3e8a969ed84d5358ea103b250f | ClientWriteIV: a57214b5

Are that the calculated keys from your example data? If so, they differ.

Reasons:
  • Blacklisted phrase (1): stackoverflow
  • Long answer (-0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (0.5):
Posted by: Achim Kraus

79140003

Date: 2024-10-30 07:22:51
Score: 4
Natty:
Report link

Here is this problem. Wait new version. https://github.com/invertase/react-native-firebase/issues/8082

UPDATE: Have a new version.

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

79140002

Date: 2024-10-30 07:22:49
Score: 7 đźš©
Natty:
Report link

I recently read an article on Syntax Scenarios (Read More) about handling None values in Python lists, but I'd love to hear from others who have tried these methods in practice. Could someone provide a quick review or more examples to confirm what really works best for filtering out or replacing None elements? Thanks!

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • RegEx Blacklisted phrase (2.5): Could someone provide
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Chris joe

79140000

Date: 2024-10-30 07:21:49
Score: 0.5
Natty:
Report link

Use the correct version for googleid library which is 1.1.1

implementation("com.google.android.libraries.identity.googleid:googleid:1.1.0")
Reasons:
  • Low length (1):
  • Has code block (-0.5):
Posted by: Rahul Roshan

79139991

Date: 2024-10-30 07:19:48
Score: 3.5
Natty:
Report link

I was having a similar issue on arch. I am very new to this however i found that if i stopped ufw (systemctl stop ufw) then tried to ssh into the pc and then start ufw again it works even after i close the connection.

I assume this has something to do with the ssh keys

Reasons:
  • RegEx Blacklisted phrase (1.5): I am very new
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Cammo

79139989

Date: 2024-10-30 07:17:47
Score: 0.5
Natty:
Report link

Try this command:

  1. Pod deintegrate
  2. Pod install

And run the code.

Reasons:
  • Whitelisted phrase (-1): Try this
  • Low length (1.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Anu Desai

79139988

Date: 2024-10-30 07:17:47
Score: 3
Natty:
Report link

How to know the detail path to some settings, such as Set the watch direction

Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
  • Single line (0.5):
  • Starts with a question (0.5): How to
  • Low reputation (1):
Posted by: DoubleLLL

79139982

Date: 2024-10-30 07:13:47
Score: 2
Natty:
Report link

Try this code I think will work

Reasons:
  • Whitelisted phrase (-2): Try this code
  • Low length (2):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Meshal

79139980

Date: 2024-10-30 07:13:46
Score: 4
Natty: 4
Report link

Sorry for jumping in this someone asked question.. But is it possible to export as DLL then how can cline run that program?? I have created my first desktop application with windows forms and released exe from this project is getting blocked by client's network administrator. So I can ant to export as DLL then I want to have option to use this DLL to open that app in client system.

Reasons:
  • Blacklisted phrase (1): is it possible to
  • RegEx Blacklisted phrase (1): I want
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: chetan soni

79139979

Date: 2024-10-30 07:12:46
Score: 3.5
Natty:
Report link

Isn't it easier to use standard functions?

To an array of bytes: byte[] bmass = new byte[4]; bmass[0] = (byte)ifloat;

And back again: float ifloat = (float)bmass[0];

Or is there something I don't fully understand?

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Starts with a question (0.5): Isn't it
  • Low reputation (1):
Posted by: Dennis

79139966

Date: 2024-10-30 07:09:45
Score: 1
Natty:
Report link

In the video tag, you have nothing in the src attribute and in the audio tags I think you also need to add type=“audio/mp3”. Hope that helps!

Reasons:
  • Whitelisted phrase (-1): Hope that helps
  • Low length (1):
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Juraj K.

79139962

Date: 2024-10-30 07:07:45
Score: 0.5
Natty:
Report link

I don't have enough reputation to add a comment, but just an extra note (add on to the amazing answer by emkey08), if the zip archive you download is 8.4 or later, the 'mysql_native_password' plugin is deprecated, and for version 9.0.0 onwards it is removed, so you can use 'caching_sha2_password' plugin instead.

ALTER USER root@localhost IDENTIFIED WITH caching_sha2_password BY '';
ALTER USER pma@localhost IDENTIFIED WITH caching_sha2_password BY '';

more info on the Caching SHA-2 plugin

Reasons:
  • Whitelisted phrase (-1.5): you can use
  • RegEx Blacklisted phrase (1.5): I don't have enough reputation
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Jesher

79139955

Date: 2024-10-30 07:06:45
Score: 3.5
Natty:
Report link

Writing an answer as I cannot comment yet...

Usually when refreshing the access token libraries issue a new refresh token along with the new access token, and invalidate the previous refresh token. So, probably you'll need to replace the stored refresh token as well.

Reasons:
  • Blacklisted phrase (0.5): I cannot
  • RegEx Blacklisted phrase (1): cannot comment
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: vasilv

79139945

Date: 2024-10-30 07:03:44
Score: 2
Natty:
Report link

I tried to execute the mentioned code by adding the extra layers to the network,and observed that there is increase in the model accuracy. Kindly refer to this gist for the reference.

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

79139939

Date: 2024-10-30 07:01:44
Score: 2.5
Natty:
Report link

Keep in mind that any js or ts file does not trigger fast refresh, only tsx or jsx files do. When I modify my tsx or jsx file app gets refreshed normally, if its js or ts

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Vytenis Ĺ ÄŤiukas

79139938

Date: 2024-10-30 07:01:44
Score: 3
Natty:
Report link

I've solved the problem. You need to open the osp 6 module settings (C:\OSPanel\config\PHP-x .x\default\settings.ini) and add the necessary paths for the PATH variable there. After that, you need to restart the module.

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

79139930

Date: 2024-10-30 06:58:43
Score: 1.5
Natty:
Report link

vscode version: 1.95.0

URI of vscode_cli_alpine_x64_cli.tar.gz is https://vscode.download.prss.microsoft.com/dbazure/download/stable/$COMMIT_ID/vscode_cli_alpine_x64_cli.tar.gz

for example, https://vscode.download.prss.microsoft.com/dbazure/download/stable/912bb683695358a54ae0c670461738984cbb5b95/vscode_cli_alpine_x64_cli.tar.gz

curl -O https://vscode.download.prss.microsoft.com/dbazure/download/stable/912bb683695358a54ae0c670461738984cbb5b95/vscode_cli_alpine_x64_cli.tar.gz

dockerfile

# setup code-server for remote host
# https://stackoverflow.com/a/78559678/11926707
# https://stackoverflow.com/a/78904022/11926707
ARG vscode_commit_id="912bb683695358a54ae0c670461738984cbb5b95"
WORKDIR /root/.vscode-server/cli/servers/Stable-${vscode_commit_id}/server
RUN curl -Lo stable.tar.gz https://update.code.visualstudio.com/"commit:${vscode_commit_id}"/server-linux-x64/stable && \
tar -xzf stable.tar.gz --strip-components 1 && rm stable.tar.gz && \
/root/.vscode-server/cli/servers/Stable-${vscode_commit_id}/server/bin/code-server --install-extension ms-python.black-formatter ms-python.vscode-pylance ms-python.python ms-python.debugpy && \
cd /root/.vscode-server && \
curl -O https://vscode.download.prss.microsoft.com/dbazure/download/stable/${vscode_commit_id}/vscode_cli_alpine_x64_cli.tar.gz && \
tar xzf vscode_cli_alpine_x64_cli.tar.gz && \
mv code code-${vscode_commit_id} && \
rm vscode_cli_alpine_x64_cli.tar.gz
Reasons:
  • Blacklisted phrase (1): stackoverflow
  • Probably link only (1):
  • Long answer (-1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: shuntw

79139923

Date: 2024-10-30 06:56:43
Score: 2
Natty:
Report link

I implemented the routing after following below tutorial and it worked :)

seems SAP Only supports HashRouter

enter link description here

Reasons:
  • Blacklisted phrase (0.5): enter link description here
  • Whitelisted phrase (-1): it worked
  • Low length (1):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Abhi

79139912

Date: 2024-10-30 06:52:42
Score: 1
Natty:
Report link

I was facing the same error on CodeMagic. I was able to fix this by changing the XCode version from "Latest" to "15.4"

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

79139901

Date: 2024-10-30 06:47:41
Score: 1
Natty:
Report link

In your JobController, you're retrieving all tags with Tag::all(), but it looks like you're not actually passing the $tags variable to your Blade template when rendering it.

@props(['size' => 'base', 'tags'])

@foreach ($tags as $tag)
<a href="/tags/{{ strtolower($tag->name) }}" class="{{ $classes }}">{{ $tag->name }}</a>
@endforeach
  1. Added tags as a prop in your Blade template.
  2. Used a @foreach loop to iterate over each $tag and generate the links.
  3. Verify that your Tag model is correctly set up and that it has a name attribute
Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • User mentioned (1): @foreach
  • Low reputation (1):
Posted by: Fawwash Khan

79139898

Date: 2024-10-30 06:45:40
Score: 2.5
Natty:
Report link

I use:

  1. Fork Collection
  2. Import new WSDL (as new Collection)
  3. Copy New Operations / Request Bodys into the Fork
  4. Merge Changes
Reasons:
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: MIE

79139889

Date: 2024-10-30 06:40:39
Score: 0.5
Natty:
Report link

All of the above answers are valid. You can look into the following

The prefers-color-scheme CSS media feature is used to detect if a user has requested light or dark color themes. A user indicates their preference through an operating system setting (e.g. light or dark mode) or a user agent setting.

You can use @media to detect the user-preferred theme and apply the colors accordingly. This article provides more information.

@media (prefers-color-scheme: dark) {
  .theme-a.adaptive {
    background: #753;
    color: #dcb;
    outline: 5px dashed #000;
  }
}
Reasons:
  • Blacklisted phrase (1): This article
  • Whitelisted phrase (-1.5): You can use
  • Long answer (-0.5):
  • Has code block (-0.5):
  • User mentioned (1): @media
  • Low reputation (1):
Posted by: Jari Abbas

79139885

Date: 2024-10-30 06:35:39
Score: 3
Natty:
Report link

Probably I found. Remove and reinstall the extension. Don't forget to export your data for import later. I did this and problem gone in macos chrome.

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

79139882

Date: 2024-10-30 06:34:38
Score: 1
Natty:
Report link

Looks like the key is missing,

  1. Ensure that you have added GoogleService-Info.plist to you project
  2. Check that you called FirebaseApp.configure() before asking the token
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Anton Marchanka

79139873

Date: 2024-10-30 06:27:36
Score: 2.5
Natty:
Report link

Just remove childAspectRatio: 1 / .4, and its working.

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

79139872

Date: 2024-10-30 06:26:36
Score: 2
Natty:
Report link
  1. Open Mobaxterm.
  2. Go to Tools.
  3. Click MobaKeyGen (SSH Key Generator) option.
  4. Load the .pem file downloaded while creating EC2 AWS instance.
  5. Increase "Number of bits in a generated key" Ex. 4090.
  6. Also select "Session Keep Alive" option in "SSH" tab while creating Mobaxterm session.
Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Amit P

79139869

Date: 2024-10-30 06:25:36
Score: 0.5
Natty:
Report link

In CPPUnit, there's no built-in way to mark tests as "skipped" directly, as it doesn’t have native support for test skipping.

@Shahul Hameed statement is correct!

What you can try to do one way is that dynamically adding tests based on conditions.

class CustomTest : public CppUnit::TestFixture {
    CPPUNIT_TEST_SUITE(CustomTest);
    CPPUNIT_TEST(test1);
    CPPUNIT_TEST(test2);
    CPPUNIT_TEST_SUITE_END();

public:
    void test1() {
        CPPUNIT_ASSERT(true);
    }

    void test2() {
        CPPUNIT_ASSERT(true);
    }
};

int main(int argc, char* argv[]) {
    CppUnit::TextUi::TestRunner runner;

    bool skipTests = false;

    if (argc > 1 && std::string(argv[1]) == "--skip") {
        skipTests = true;
    }

    if (!skipTests) {
        runner.addTest(MyTest::suite());
    } else {
        std::cout << "Tests were skipped due to command line argument.\n";
    }

    runner.run();
    return 0;
}
Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • User mentioned (1): @Shahul
  • Low reputation (0.5):
Posted by: Shelton Liu

79139861

Date: 2024-10-30 06:22:36
Score: 2
Natty:
Report link

C:\Windows\System32>npx install -g nx@latest npm error could not determine executable to run npm error A complete log of this run can be found in: C:\Users\user\AppData\Local\npm-cache_logs\2024-10-30T06_16_06_596Z-debug-0.log

C:\Windows\System32>

What to do now NX version was installing globally

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

79139846

Date: 2024-10-30 06:16:34
Score: 1
Natty:
Report link
            | X1 MODE has  
            | X2 MODE has 
            | X1 MODE has 
            | X2 MODE has 

These pipes create new line for every statement started with pipes.

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

79139842

Date: 2024-10-30 06:16:34
Score: 3
Natty:
Report link

I deleted the virustotal from history of the browser and it worked Thank god.

Reasons:
  • Whitelisted phrase (-1): it worked
  • Low length (1.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Shatha

79139836

Date: 2024-10-30 06:13:33
Score: 3.5
Natty:
Report link

I just ran a test, and the answer appears to be no.

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

79139834

Date: 2024-10-30 06:13:33
Score: 2
Natty:
Report link

There is a typo in your formula. It should be hyperlink instead of hiperlink.

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

79139830

Date: 2024-10-30 06:12:33
Score: 1
Natty:
Report link

Ok, so I've solved the issue.

I toggled the output tab and saw that there were some errors in the output tab and solved the issue by solving the errors in the output tab.

The first error message that I saw was that it says something like expected 'grey' but recieved 'rgb(128, 128, 128)' so I just changed my colors in the test from 'grey' to 'rgb(128, 128, 128)' since rgb(128, 128, 128) is also grey basically.

The second error message that I saw was that it couldn't find the second element, so I just changed it's locator to the correct one.

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Justin Chan

79139826

Date: 2024-10-30 06:12:33
Score: 3
Natty:
Report link

I'm wondered about the relation between number 0003019140802085400304608040952 and Crockford's Base32 string 2E1BZQDAGC4G6TTENZR

I use Access VBA and know nothing about Java, but according to RFC 4648 rules, the 2E1BZQDAGC4G6TTENZR string decode to Hex 13 82 BF DD AA 83 09 03 6B 4E AF (try it on https://www.dcode.fr/code-base-32-crockford or https://cryptii.com/pipes/crockford-base32).

Using VBA Decimal variant (which store 96 bits numbers -> ± 79 228 162 514 264 337 593 543 950 335) this hex value lead to number

23 587 037 516 292 189 879 750 319, not

3 019 140 802 085 400 304 608 040 952

According my own vba function the Crockford's base 32 string for 3019140802085400304608040952 shoul be 170NZVPN86283DD7AZW0

Where I'm wrong ?

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

79139824

Date: 2024-10-30 06:09:32
Score: 2
Natty:
Report link

Pass application/json in your api request's header and also use api middleware in the api routes

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

79139823

Date: 2024-10-30 06:08:32
Score: 5.5
Natty: 5.5
Report link

any solution for this problem recently

Reasons:
  • Blacklisted phrase (1.5): any solution
  • Low length (2):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Mohamed Elshora

79139819

Date: 2024-10-30 06:06:31
Score: 1
Natty:
Report link

The issue arose because you provided scalar values for the mean and variance, which assumed a single feature per sample.The error due to broadcasting, to address this, i correctly adjusted the code by passing lists of values, where each list contains the mean and variance for each of the five features per sample.Please refer to this gist to see changes i made

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

79139806

Date: 2024-10-30 06:00:30
Score: 2.5
Natty:
Report link

I had problems with VSCode and go debugger on mac, if the project directory is a link create by ´ln –s …ˋ Starting VsCode in the original directory worked

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

79139803

Date: 2024-10-30 05:58:30
Score: 1
Natty:
Report link

Didn't you try localStorage() to make dark mode persist?

Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): Did
  • Low reputation (1):
Posted by: Praneeth Kulathilaka