I'm working on a data augmentation and im trying to generate synthetic version of every image in my dataset. So i need to rotate images and together with boundi
enter image description here This error is showing when I connect the MongoDB now how can I solve it
I have an auto-increment PK in a table and I want hibernate to handle id assigning instead of database. As my understanding the @GeneratedValue(strategy = Gener
I'm trying to access the post published_at date inside a loop that's iterating over the authors of a post but it's not working This is an example: the date outs
I've seen numerous issues in other posts with the copy command and: ERROR: invalid byte sequence for encoding "UTF8": 0xfc And the consensus in these posts ap
please... I need help. I have a problem to show right subcategory on catalog page. I use Astra theme. As you can see I have two subcategory: two subcategory Now
I'm not sure if I'm missing something simple or not. I'm thinking maybe a binding needs to change possibly? Or maybe its not properly targeting the TextBox for
I need to access the INT of this component. I am using a Photon View, and I want to set a conditional if a GameObject has that "INT" value.This is the Component
I have an issue where PIL and Tkinter are not working together in the same program. Basically, I tried to run my program and when it was on the line 'image.open
I am using a STM32F030F4P6 MCU and a LCD 2004 with PCF8574T I2C display driver. I have tried the library from this tutorial: https://controllerstech.com/interfa
I've got this string: {"success":true,"lowest_price":"1,49€","volume":"1,132","median_price":"1,49€"} Now I want the value for median_price being dis
I want a specific display depending on whether I have an image or not in a row bootstrap. I want when I have an image and text content, I can have in the same r
I'm trying to use pipe command and I can't understand how to. I've a lot of versions but I can't make it work. first of all the hierarchy: main prog - nicecmp -
I'm building a circular linked list using an arena for the nodes. If I use a struct like the following it works fine: struct Node<'a> { next: Cell<Op
I need to make the below faster as I need it to run on a video. Basically I am trying to remove a white background on a video and then overlay that onto another
I am trying to turn the first two links of my navbar into dropdown menus. I want to make it so that when you click on them, the dropdown menu shows and the arro
Here are two live examples on stackblitz: angular 9 angular 10 To check the difference between them, open console and notice that: In form-error-control-name.di
I have access to a linux server with the following configuration: I have this one matrix with gamma distirbution range[0:12000] ,Col=30000 and Row=8000. In thi
I am working on project of Food app. I have preference screen where user can click on any desired preference to add in order. This is working but I want to disp
Given something like my-module.ts that will be called by an external consumer that of course cannot do dependency injection to this module's constructor: import
I typically use the LaTex/overleaf package 'TIPA' to type IPA characters in overleaf and it has always worked great. But recently, no velar nasals will compile
EDIT1: download file with 2 days of real data My home automation controller collects data from several 4-in-1 motion sensors in different rooms of my house. The
I'm currently looking extracting all of the JSON Schemas from a large OpenAPI spec. I've been using the following NuGet packages: Microsoft.OpenApi v1.3.1 Micro
I'm struggling with the datatables reordering. I want when user reorder to update table in the database. For this to happen i need: to configure the datatable t
I am having trouble writing code to render a login page with no navbar and sidebar. I have come across some pages that ask similar questions but none seem to pe
Is that possible to run this job UpdateRateZone globally wheneven Consignment Model gets updated anywhere in the system? One method is to use Observer but obser
I am working on a project where I have to make an api call to a websocket, and display certain information based on that call. As you can see I have used the su
That output is supposed to be 4,3,2,1 right? def test(x): if x > 0 : test(x - 1) print(x) test(4) #output => 1 #output => 2 #output => 3 #outp
How do i change my code to when i entered a number/integer the program will read it instantly goes on and the inputted integer will not appear in the bottom. ju