Javaer101
EsprnzJK So I want to say Im new for Angular. app.component.ts; model = new Model(); addItem(value:string){ if(value!="") {this.model.items.push(new TodoItems(value,false));} model.ts; export class TodoItems{
Hongbo Miao I have a Spark application. My build.sbt looks like name := "IngestFromS3ToKafka" version := "1.0" scalaVersion := "2.12.17" resolvers += "confluent" at "https://packages.confluent.io/maven/" val sparkVersio
Hongbo Miao My Kafka bootstrap server in Kubernetes is at hm-kafka-kafka-bootstrap.hm-kafka.svc:9092. I am trying to deploy AKHQ in my Kubernetes cluster. Here are my steps: helm upgrade \ akhq \ akhq \ --install \
501616228: basse I have a very large number of Parquet data files that I can nicely join and aggregate with Polars doing something like this (note the glob in filename): ( pl.scan_parquet('data/data-16828*.parquet')
Roman Bolshevik Suppose there is a table in the database "table", not created by Django. Is it possible to specify it as a foreign key in any way? class Object(models.Model): object_id = models.IntegerField(unique=Tr
501616828: Stephen I've been trying to get Document AI batch submission working and having some difficulty. I have single file submission working using RawDocument and suppose I could just iterate over my data set (27k i
Kilroy Currently in my game, I have a character with spheres as its collision box with 0 friction. When moving into walls everything works smoothly as intended (I'm setting the character body's velocity) UNLESS the wall
Abhinav Prakash I have created a Spring OAuth2 Authorization Server using Spring boot 3.1.0 and Spring OAuth2 Authorization Server 1.1.0. That works fine and I receive an access token using Authorization Grant Type that