I have a feedbackQuestion schema which takes (title: string, subtitle: string, types: enum, values: enum) import { Prop, Schema, SchemaFactory } from '@nestjs/m
I have a FreeType2/FontConfig/Harfbuzz application. I am attempting to get the desktop font size in a portable way on Linux desktops without using GTK+ or Qt, o
The objective of my application is to create a copy of documents and insert them into the database for each annotator, for example, let's say the master user ha
I translated a script from javascript that is correctly computing the APRs on mortgage loans into visual basic code which I'm trying to use on another site. I h
I am using this code in asp.net to run crystal report : paramField.Name = "@ORDER_ID"; paramDiscreteValue.Value = TXTORDERID.Text.ToStri
I need to display data from the 'Members' table based on the selected 'grad_date' from a drop down. I have been trying to do it for a while now but have struggl
I have an application, I added showModalBottomSheet to this application. It looks like this: But there is one question. When I open the TextFormField with "&Uu
I know "MAMP Viewer" works locally but I am looking for a way to access the local site remotely from my iOS devices. At home I have a Orbi network and I can con
I have some code that uses boto3 and I also have the requirement to be able to switch between using AWS S3 and an S3 compatible on-premises storage platform, th
I'm trying to implement the following code into a class, as follows is the code ,and the attempted class. Implementation //----------------------------MIST--
I am writing a program that accepts user input. #note: Python 2.7 users should use `raw_input`, the equivalent of 3.X's `input` age = int(input("Please enter yo
I have the below react component which is removing products from a mongodb collection based on the items in the cart. I get this error when I run the code: Comp
I am currently loading a rather large image (15000x10000) into a konva canvas. The canvas is draggable in another canvas. The image is not drawn if parts of it
I am trying to replicate this example into my own coding. The List tabs are generated dynamically using JS and each have their table (also generated using JS).
I'm trying to get the text "PDF file" under <i class="fa fa-file-pdf-o">. I'm using BeautifulSoup and tried the following, but it didn't work: from bs4 im
My code for the pipeline is: include: - template: Terraform/Base.gitlab-ci.yml # https://gitlab.com/gitlab-org/gitlab/blob/master/lib/gitlab/ci/templates/Terr
def FunctionA(): ... ... ... sol #Here,sol is an array output = [] for i in sol: output.append(FunctionB(i)) print(output) print(output[0,:]) def Function
I am working spring data elastic search. Based on different header in the request, I create @RequestScope object IndexConfig to hold different set of indexes. I
I am trying to build a mobile application and for sending my audio file from my reactnative frontend to my python backend I want to convert my audio.wav to base
We are using Twilio Programmable Chat on our project for 1 year. On the mobile side we use twilio-chat v.6.0.0 SDK. On the backend side we use java library - co
I have a dataframe with two columns, zip and CSZip. I am trying to apply a function to each row using: dist <- apply(vf, 1, zip_distance(zip, CSZip, lonlat =
I have a Scaffold composable which is used as the basis of all screens : @Composable fun ScreenScaffold( navController: NavController? = null, modif
I am using System.IO.BACnet library for my C# BACNet client. I am trying to send to server "ReadPropertyMultiple" request, however I am unable to read non-array
I'd like to have either A or B, but not both (mutual exclusive.) I have to use whatever is avaliable in Draft 3, even though it says 4 on the top. Reason being,
I have a script in a game which stuns a target and throws them up into the air. The problem is, the yield return new WaitForSeconds(0.01f), and by extension the
I'm trying to get the text "PDF file" under <i class="fa fa-file-pdf-o">. I'm using BeautifulSoup and tried the following, but it didn't work: from bs4 im
I've got a Python Flask app that's working perfectly in my local environment, but when I try to get it to run on a DreamHost server all my pages turn up 404 err
this is my code it creates a new howl called sound, which defines some variables, than it plays a random song from a list of songs than after it ends, it ends t
I recently started with pygame and im trying to create movement but when I move my rectangle the speed changes at various times. it becomes sl
Hello I'm on a (ReactJs Node Mysql Express) stack, my website has an events tab which the admin could upload to it events. Each event has a cover photo, inner p