Latest Questions

Cross coverage binsof construct

I want to know why bins ad12,13,14,15 are not being displayed. When I change the binsof ad32 and intersect the values which are not common, it is also not being

Stay/Collapse nav bar

I have navbar menus with submenu dropped-down. whenever the menu is clicked then the submenus is expanded however when the submenu is clicked then the sub-menus

setRateLimitPerUser does not exist

I'm creating a slow mode command for my discord bot. I create the bot with typescript and I wonder why setRateLimitPerUser does not exist. What can I use instea

Python PIL save method rotates image

I have a little issue with saving image with PIL. In my Django project I have the following save method: from PIL import Image class Photo: image = models.

App works on Android studio but not on device

I made an app to help my elderly father to share photos from whatsapp to Google photos. I learned programming to do it so it's my first program... Took a while

Importing .csv content from gmail into gsheet - script works - content shows strange symbols

when running my script to import .csv content from gmail it works and runs fine without any errors. But the content within the sheet is off. Strange thing is sa

How can I listen only to doc that changed in Firestore stream?

I have the following Firestore stream: FirebaseFirestore.instance.collection("users").orderBy("timestamp", descending: true).snapshots().listen((value) async{

ESLint: Plugin "react" was conflicted between

I have a React app inside a monolith npm component package. The React app serves as a demo site which consumes this component package as an integration step ove

Vowpal Wabbit negative weights significance

I'm doing a feature study and I was wondering what the negative feature weights in the audit output signify. I'm currently using the contextual bandits function

Passing multiple params in react-router-dom like reactnavigation

Well, I'll get to the point with this, and I have a problem passing parameters to the browsing history For those with experience in reactnavication, you will kn

Run octave script from powershell and wait for it to finish

I'm trying to run a very simple octave .m file from Powershell but i can't manage to make powershell wait for it to finish. In fact, it launches the script exec

Flow Debounce for several types

I have a screen with several switchcompats like on photo. And I want to collect only last input of each of them to send it to server. I use SharedFlow. Now I ta

Azure Cosmos Table API Rest API $filter InvalidInput

I am trying to query a Cosmosdb with a Table API with Postman and use OData. I have a query which works for $top and $select - but returns Invalid Input when I

How to train only the last convolutional layer?

Could you help me with the code such that along with the dense layers also the last convolutional layer of Efficientnet is trained as well ? features_url ="http

The `auto` mode of `contain-intrinsic-height` isn't remembering discovered element heights?

In this simple jsbin example, I have code that looks like this: <style> div { content-visibility: auto; contain-intrinsic-height: auto 10px; }

Wrap provider in main

Any help I have an error on the wrapping provider on the main. the error is on the : create: (context) => LocaleProvider(), this is my code : import 'dart

windows terminal preview: open windows from a previous session (in admin mode)

In the windows terminal preview, there is an option: "open windows from a previous session". But for some reason it doesn't work in administrator mode. I'm look

Passing an array in struct initialization

I would like to create a struct which contains both an int and an array of int. So I define it like struct my_struct { int N ; int arr[30] ; int arr[30][30] ; }

Listbox search and delete

My datasheet: sheet ("Database") - A1 to L10000 (entries) Headers of each Column in A1 to L1 I tried to search the sheet with a userform. I used a ComboBox beca

Twilio unable to send recorded voicemail to SMS

I created a simple call screener using Twilio Studio Flows. How it works: Someone calls my Twilio number A greeting is played If they hang-up or record audio Tw

Elastic painless count unique occurrences

I'm using ELK stack version 7. What I need to do is to count the unique occurence of a value in my indexes. My indexes are created by WSO2 Identity Server versi

Does string.AsSpan() prevent string allocation?

I am building a custom JsonConverter, and i was wondering about the behavior of AsSpan(). public override int Read(ref Utf8JsonReader reader, Type type, JsonSer

sed: delete n lines after first match

I want to delete N number of lines after the first match in a text file using sed. (I know most of these questions have been answered with "use awk", but I want

Why doesn't BroadcastStream implement stream

I'm writing an HTTP server in the actix_web framework using the tokio runtime and tokio-stream utilities. I would like to send some data (actix::web::Bytes) fro

Access token missing from Keycloak context

I am trying to make an authenticated request from postman to my node, apollo, express backend. I am gettting an error saying that the user is unauthenticated. W

getResourceAsStream returns null

I'm loading a text file from within a package in a compiled JAR of my Java project. The relevant directory structure is as follows: /src/initialization/Lifepat

SwiftUI: How can you make your app come to the front when clicking on the dock icon of the app?

When a SwiftUI app is minimized and the dock icon is clicked. The app won't be deminimized and put to the front just like other apps do. import SwiftUI @main s

How to change colour when I click a button in guizero Python 3?

So I have written this piece of code in python3 guizero to change colour to red when I click the button I created. But whatever I do it's not working! I am not

Swift packages with the same name causing errors

I am trying to import two packages, both called PushNotifications, into Swift Package Manager. I need them both. However as they both have the same name I get t

How to read CSV file in R without losing data?

I'm importing CSV file to Rstudio. I use this command df <- read.csv("C:/Users/Ibad/Desktop/corona.csv") But I see there are many missing(NA) values in Rstu