Results for apache-commons-math
We have Snyk integrated with our Python repository to identify any vulnerabilities in any of the libraries we are using. I am trying to add the depend...
I try to use C# to produce message to Apache Kafka. But I notice there are a config called sasl.login.callback.handler.class which should be configure...
Good morning. Currently I am developing an API in Apache Camel in which I have to use queryParameters for the query and some parameters may be mandato...
I would like to know if there is any way to setup the Label of chart outside of the chart with a LeaderLine. Currently I can produce the left chart. ...
I am using xampp apache server on a local machine. I tried npm run preview and serve -s dist. It can be access but u have to put a port after the proj...
Tags for DAG are created automatically. But is there a way to create meaningful description for the tag? So user can not only use tags for searching b...
I'm new to python backend development, I was trying to set up an apache to use cgi-bin and a simple python file. This is my apache2.conf (I"ve added t...
I am using Apache server version 2.4 and PHP version 8.2. I want to connect to SQL Server but get the following error: Fatal error: Uncaught Error: C...
I am creating multiple doughnut charts using Apache POI. I face problems when the label String size is big and when more labels are added. In the Apac...
I am experimenting with Apache POI 5.2.4 and managed to read a toy Excel file using the following cut-together code (Java): // .. get file FileInp...
I created a simple todo list apache/php/mysql web app with 2 docker containers (one apache/php/code and one mysql). I then created an image on docker ...
I have set up Apache Sedona in Amazon EMR cluster based on https://sedona.apache.org/1.5.0/setup/emr/ I attached the EMR cluster to the Jupter Noteboo...
I set up kafka neo4j sink connector the following way: Created /tmp/plugins, downloaded neo4j-kafka-connect-neo4j-5.0.3-kc-oss.zip (for Apache Kafka)...
I would really appreciate some help in rewriting something. I have moved a site to a sub domain and now the links to that site are not working. The li...
I have around 50TB of data in my database which needs to be extracted from this source database and loaded into a downstream system. This data source ...
I am using the instructions from this answer to set-up Kafka as a service on Ubuntu-22.04 on AWS EC2. I am installing Kafka using instructions from he...
I am try to have my apache server reverse proxy to my docker containers, but there is 0 correct documentation on how to do this My apache virtual host...
I have Apache 2.4 (httpd) on Red Hat 9.0. I have basic authentication working with ldap. It gives popup box that asks for username and password. So no...
Apache Arrow (Columnar Format) is a "standard and efficient in-memory representation of various datatypes". DLPack is an "open in-memory tensor struct...
I am trying to get Xdebug 3 to run on GitPod with Apache. Installation works well, also "Launch on currently open script". The challenge is to connect...
Scylla exposes JMX mbeans via its internal API (or the maybe the other way around, but it does not matter). For example I can access the MBean org.apa...
I am creating a PySpark application to do the following: Read a collection of points from a CSV file Read a collection of polygons from a CSV file Ru...
I'm trying to set rules for Mod-Security on Apache (Windows) in file modsecurity.conf When using operator @pmFromFile, is it possible to use Apache va...
I am working on an Apache Beam pipeline in Python, and I'm encountering a NameError when running the pipeline on Google Dataflow. The error specifical...
How do I undo the most recent local commits in Git?
How can I remove a specific item from an array in JavaScript?
How do I delete a Git branch locally and remotely?
How can I find all files containing a specific text (string) on Linux?
How to find all files containing specific text (string) on Linux?
How do I revert a Git repository to a previous commit?
How do I create an HTML button that acts like a link?
How do I check out a remote Git branch?