Latest Questions

Pycharm project not opening [closed]

I clicked opened pycharm and the 'Welcome to pycharm' screen opened this is the one I want to open ☝ but when I click it nothing happen

Flyout for autocomplete in WinUI 3 TextBox

Can anyone explain what the ProofingMenuFlyout is for in WinUI 3 on a TextBox? The documentation for it is bare with no example on how to use it. What I'm actua

manage Multiple back stacks when using bottom navigation and navigation component

I am using bottom navigation and I have 3 main fragment in it (fragment 1, 2 and 3 in image) and there is some other fragments that I manage them in navigation

Is it a bad practice to declare Completable.complete as variable?

In different places of my class I have to return Completable.complete. How bad will it be if I introduce variableCompletable someName = Completable.complete and

How the AudioManager receive productName for device? From sysfs? Where I can find example?

I want to know how AudioManager in AudioDeviceInfo receives the product name of the connected device.

is there a way to cluster tweets after vectorizing them?

I need to cluster tweets based on similarity between them, I am using dec2vec to vectorize them and now I need a way to cluster this vectors, also I tried kmean

Handle currency format in grid columns value

I'm trying to handle some currency values in my grid (us dollar, euro, etc.) I find a way to set it up into my grid, using grid column template for now I have t

Is it possible to iterate a list with index values in the Widget tree?

I have a List which is a list of image URLs, which I will then use to construct a series of Image widgets as part of a gallery. The images will be aligned next

AWS Cognito how to query for the JWT Token after receiving an authorization code

my application requires an authorization code grant flow integration with Cognito and the website responded to me that Auth-Code accordingly. https://<poolNa

button class with :focus does not show outline

I want to show that buttons have focus, especially when accessed by keyboard. I can tab to the buttons and Developer Tools shows that the button has focus. But,

PHP: Parse date from localized format

I need to parse a date string in a multi-language application. Every user has their locale and then their date format. How to use: new DateTime($datestr); o

'ListWrapper' object has no attribute 'get_config' error when doing gridsearch

I have to do grid search on my DNN. But I am getting an error on GridSearchCV function. Here is the code for creating and compiling the model I used and also wh

Python equivalent of `final field` in java in dataclass

Is it possible to have something like class MyAbstract { final int myFieldSomebodyHasToDefine; } class MyAbstractImplementation extends MyAbstract { fin

SMTPConnectError (421, b'Server busy, too many connections')SMTPConnectError (421, b'Server busy, too many connections') [duplicate]

I have checked every single solution on other questions but they are of zero help,using bulk email services also require having a domain name

I'm encountering a problem when trying to set up a 'nested/nesting' build in react native

To see the drawer structure on every screen and I want to see the homepage and choose page in the tabs navigation section. For this, I set up a structure like t

How get a data from cborMap?

I decode byte array with cbor and I want get a data but if I use cborMap.get("String"), not found a value. byte[] bytecompressed = Base45.getDecoder().decod

list_remove_unrelated_type - dart

I have a function like this: void function(List<int> listToRemove) { final List<int> list = [1, 2, 3, 4, 5]; list.remove(listToRemove); } and i

How can you add slide transition when switching between tabs on React Bottom Tab Navigator?

I am using React Native with bottom tabs doing switches between native-stack tab screens. For the most part it is okay, but the tab switch is a bit jarring and

How to get notification when new Article is added to Website?

I have multiple blogging websites made in WordPress. I want to make a website, by which when I add some article on any of these websites, I have to get a notifi

Add custom fields in Log4Net PatternString

I'm working on getting my logging pattern into a standard set by my company and could use some help. I need to log from my application into JSON, so I put toget

Fill bootstrap 5 modal with mysql record data using javascript fetch/ async/await with ES6 notation so as to update the record

All of this code works. It activates the BS5 modal and fills it with a record using a stored procedure on MySQL db. The issue was calling the wrong variable. If

NavigationLink is grayed out and does not perform any action [duplicate]

import SwiftUI struct ContentView: View { var body: some View { NavigationLink(destination: DetailView()) { Text(

Accessing Azure App scm or kudu in ASE v3

My set up: ILB ASE v3 Azure app service deployed within the ILB ASE v3 Private DNS zone for the ASE named myase.appserviceenvironment.net with A records for *,

how to Access to the Response body in the retrofit?

I changed the Volley library to Retrofit. Now I want to access the response body like the Volley library. I searched the internet and came up with this solution

What is the correct type of Exception to throw in a Nestjs service?

So, by reading the NestJS documentation, I get the main idea behind how the filters work with exceptions. But from all the code I have seen, it seems like all s

Python - Matching close strings in two separate arrays

I have two different arrays populated with a number of string values and I would like to compare the two arrays and find the matches. The main problem is that t

Calling solana (anchor) program . No Errors, But lamports not transferring between accounts as requested

My code runs fine when using bump + seeds. All tests are passing. But Please see below code of a Crowd funding campaign, created using Anchor. The problem is th

how to check if the 2d array contain the requirement, and if yes, return the toal score in python

I have a 5 * 5 two-dimensional array, and a dice will be thrown 25 times. For each throw, the user needs to put the value into the two-dimensional array. Becaus

Form input checkbox and file type isn't functioning

I'm trying to make a form for adding a blog page. I have title form, date form, content form, checkbox for blog category form and image form for the topic image