text
string
meta
dict
Q: How to solve "Too long with no output (exceeded 10m0s): context deadline exceeded" in CircleCI? CirleCI Error As you see in the image all tests are successful but it continues until it reaches 10Min without an output. After that CircleCI take this as a failure to the test. I expected CircleCI to stop once the tests ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75597026", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: PHP: Splitting a string into an array around words wrapped in tildes & keeping those words It's very late and I think I've been staring at this too long to figure out, but: I have been provided a bunch of raw text where anything within in tildes (~) is a title, and everything else is just plain text. However, the te...
{ "language": "en", "url": "https://stackoverflow.com/questions/75597027", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Rotativa PDF converter not rendering Flexbox correctly Using ASP.NET MVC in .NET Framework 4.8 I've been trying to render a View into a PDF. Found the Rotativa package that can do it. I've found out that it is pretty similar to wkhtmltopdf. In this case, when writing CSS Flexbox, there's certain differences. Using t...
{ "language": "en", "url": "https://stackoverflow.com/questions/75597028", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Sheets API: How to append data to a sheets file ignoring the basic filters? When calling the Method: spreadsheets.values.append to a tab with Basic Filters enabled, the appended data will be placed at the end of the filtered values, instead of at the end of the file entire data. Is it possible to bypass this behavio...
{ "language": "en", "url": "https://stackoverflow.com/questions/75597029", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Correctly understanding amplitude of waveforms - in librosa or other libraries I lack a background in acoustics, but need to work on a data-science project in acoustics. Please help me understand how to correctly interpret what amplitude of waveform represent, correctly set the metrics, and possibly set correct samp...
{ "language": "en", "url": "https://stackoverflow.com/questions/75597030", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: How to reuse type variables from locales I want to fix a few functions and constants of arbitrary types in a locale for a bunch of Foo definitions. I then want to fix some additional functions and constants in another locale for a bunch of Bar definitions which will want to use the same types as the Foo definitions....
{ "language": "en", "url": "https://stackoverflow.com/questions/75597032", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: raspberry PI Docker installation Hi my Problem is I installed docker on my raspberry pi 4 model B followed a Tutorial on the internet So first of all I installed via Raspberry Pi Imager the Raspberry OS Lite 64bit I updated the OS sudo apt update and sudo apt upgrade Following the Docker Installation: the firs...
{ "language": "en", "url": "https://stackoverflow.com/questions/75597033", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Copy Video codec results in BrokenPipeError: [Errno 32] Broken pipe Python ImageIO I am trying to use ImageIO to create a video from a sequence of 3 PNG's. I need the frames of the video to be exactly the same as the 3 PNG's, so I am using the copy video codec. If I use codecs that are compressed (like H.264), the c...
{ "language": "en", "url": "https://stackoverflow.com/questions/75597035", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Apache Server is getting file from local machine and not from server I have uploaded my laravel app on apache 2 server using filezilla but after clicking public folder it goes to look for it in xampp htdocs and not in /var/www/html location? I tried some solutions online but no one has already asked the same questio...
{ "language": "en", "url": "https://stackoverflow.com/questions/75597037", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: Does adding LIMIT to Postgresql query speed it up? Does adding LIMIT to a Postgresql query speed up the query? Take this basic example... SELECT name FROM table WHERE id = 13 LIMIT 1 If the id is unique and there are 10 000 rows in the table. Is this query faster than without the LIMIT? I would expect this to be fas...
{ "language": "en", "url": "https://stackoverflow.com/questions/75597038", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: CREATE JS issue I am getting this error in the console when I run my code "906createjs.min.js:13 Uncaught An error has occurred. This is most likely due to security restrictions on reading canvas pixel data with local or cross-domain images." My mouseover animation is not working because of this. I enabled CORS on m...
{ "language": "en", "url": "https://stackoverflow.com/questions/75597046", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Kafka LISTENERS and ADVERTISED_LISTENERS port mapping The post here was already referenced before asking this question. I think the details of how to use different ports in the configuration is not covered there. The question at large is still the same: different ports on left and right side, then which port goes in...
{ "language": "en", "url": "https://stackoverflow.com/questions/75597048", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: AWS EMR ClassNotFoundException in external libraries When I try to run my jar on EMR, I get the error ClassNotFoundException. Something I've noticed is that this error occurs only for external libraries, for example: Error: java.lang.ClassNotFoundException: edu.stanford.nlp.process.Morphology I don't know why, I use...
{ "language": "en", "url": "https://stackoverflow.com/questions/75597049", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Getting message "Error while parsing file: The value of attribute "src" associated with an element type "content" must not contain the '<' character." I am seeing this message: Error while parsing file: The value of attribute "src" associated with an element type "content" must not contain the '<' character. My code...
{ "language": "en", "url": "https://stackoverflow.com/questions/75597050", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: what is the further explanation of while itr as the condition when working with data structures as linked lists what is the meaning of While ITR: which condition does it bring to end the loop esp when working with linked lists
{ "language": "en", "url": "https://stackoverflow.com/questions/75597061", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-6" }
Q: COOKIE not being set in my browser but getting it in my response header am trying to send JWT through cookies to my clients browers using cookie-parser in my express js server, i can see the cookie in the set-cookie in my response header but the cookie is not being set in the brower application tab. I have tried to ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75597064", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Google Apps Script - how can I adjust my code to properly webscrape and extract proper value Can't figure out for the love of my life the proper code to extract proper value when webscraping website. Trying to get latest status of the container on MSC website and revert back to google spreadsheet. But somehow can't ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75597069", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: In BigQuery, how to check if fields in nested array struct is nullable or required? I want to compare columns of tables that belong in two different environments (i.e. table-by-table comparison across two different datasets), with the assumption that the tables are supposed to be exactly the same, including column p...
{ "language": "en", "url": "https://stackoverflow.com/questions/75597071", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Uploading to EAS Build : Error: Request failed: 403 (Forbidden) When I want to Build the apk output for the expo project by this : eas build -p android --profile preview gives this error: ✖ Uploading to EAS Build (1.8 MB / 1.8 MB) Error: Request failed: 403 (Forbidden) I followed the steps through the site's ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75597073", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How to Access Laravel App using Server IP Address without domain I want to access my Laravel project with the server IP address (eg 100.100.100.100) without a domain name. I installed apache2, Mysql, php8.2 and put my project in /var/www/html My default virtual host: (/etc/apache2/sites-available/000-default.conf): ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75597074", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: react-leaflet-draw throwing error with GeoJSON i have a map built with react-leaflet. I am fetching an array of GeoJson, rendering them on the map as Feature (from the react-leaflet library as well) and try to load that into the map and make it editable with with the drawing control from react-leaflet-draw import "...
{ "language": "en", "url": "https://stackoverflow.com/questions/75597076", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Can anyone help me to find a syntax error? I'm running this code in selenium, and it doesn't want to tell me where exactly the problem is, but I know that this function is the culprit: function extractText(obj) { let result = ""; for (const page of obj.pages) { for (const block of page.blocks) { for (c...
{ "language": "en", "url": "https://stackoverflow.com/questions/75597077", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How to determine if cell contains text from row of text examples in excel 365? Is there a way to simplify this categorization process? Trying to determine if a specific cell [example cell "Test"] contains text from the key word table. Using countif and or =OR(COUNTIF(A2,"*"&$D$2:$D$3&"*")) to return true/false and a...
{ "language": "en", "url": "https://stackoverflow.com/questions/75597079", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: JFrog Artifactory shipping with vulnerable Apache Tomcat version? The current release of JFrog Artifactory (7.49.8) ships with Apache Tomcat v9.0.62 embedded. The Apache Foundation lists five security vulnerabilities in 9.0.62 (See https:/tomcat.apache.org/security-9.html), including an Apache Tomcat denial of servi...
{ "language": "en", "url": "https://stackoverflow.com/questions/75597080", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Converting if-then in Prolog to multiple clauses with reification I want to design a top-level interface for Prolog that is not buggy (where ! successfully cuts choicepoints, not if-then causing choicepoints to be buggily cut). I thought that I could convert if-then to clauses where the truth of the antecedent is r...
{ "language": "en", "url": "https://stackoverflow.com/questions/75597081", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: How to add rows to a table using xcom_pull in PostgresOperator AIRFLOW I'm new to Airflow. I want to add data from PostgresOperator to the table using xcom_pull, Here's how I do it: load_data = PostgresOperator(task_id="load_data", postgres_conn_id="database_my", ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75597083", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Problem with api open access telegram bot I am writing a telegram bot with OpenAI integration Before using it, the user goes through a simple registration where the user leaves his api_key. Which is stored in the database. I can't understand the reason for my FAIL0 error. I'm sure my key is saved correctly and I can...
{ "language": "en", "url": "https://stackoverflow.com/questions/75597084", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: C# & ASP.NET MVC Razor - return checked items in list from view to the controller I have a list of objects (Client) displayed, with a property "Selected" shown in a checkbox which I would like to work with in the controller once submitted back. Everything works, except receiving the items back with the updated "Sele...
{ "language": "en", "url": "https://stackoverflow.com/questions/75597087", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: DB2: QCMDEXC RTVCLSRC from System i Access ODBC Driver I want to get the sourcefile from a DB2 CL Program via the System i Access ODBC Driver. When I call this in the SQL Editor: CALL QSYS2.QCMDEXC('RTVCLSRC PGM(PSAAABBB)') I get this error: ERROR: [IBM][System i Access ODBC Driver][DB2 for i5/OS]CPF9802 - Not auth...
{ "language": "en", "url": "https://stackoverflow.com/questions/75597092", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Keycloak 18.0.2 javax.ws.rs.WebApplicationException: HTTP 400 Bad Request I noticed tons of errors in the Keycloak 18.0.2 logs: WARN [org.keycloak.events] (executor-thread-9796) type=IDENTITY_PROVIDER_LOGIN_ERROR, realmId=SomeName, clientId=null, userId=null, ipAddress=*******, error=cookie_not_found, identity_prov...
{ "language": "en", "url": "https://stackoverflow.com/questions/75597093", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Cannot read local files to docker compose I am trying to add SSL to my Django app in the backend. On my VPS, I created the certificate files, that are in the path: '/etc/letsencrypt/live/domain.it/fullchain.pem' '/etc/letsencrypt/live/domain.it/privkey.pem' And to let them be read I wrote that in the docker compose...
{ "language": "en", "url": "https://stackoverflow.com/questions/75597098", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: Why does request.form.getlist() return none, even when there is text in the input? I have tried everything and searched for answers everywhere. This is a last resort. I am new to flask, and tasked myself with creating a basic weather app. following are the problems in question: Relative HTML: <form action="#" method...
{ "language": "en", "url": "https://stackoverflow.com/questions/75597100", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: Desktop Hosting VS Mobile Hosting (HTML5 Game) I am trying to host an html5 game. I have composed a single html file that utilizes 5,701,046 characters of text to define all of my game logic, level data, spritemaps, DOM interactions, etc. (I do not use any libraries, jquery, json, or the sorts, just vanilla html and...
{ "language": "en", "url": "https://stackoverflow.com/questions/75597104", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: Outlook for Android: Deleted messages end up on archive I have 3 email accounts on my Android Outlook. One is an exchange account on GoDaddy and two are gmail accounts. I find that when I delete messages from the consolidated email or from the junk folder they often end up on my Archive folder. Can anyone explain wh...
{ "language": "en", "url": "https://stackoverflow.com/questions/75597106", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Kahoot clone - the right set of technologies for my project I want to write a web application similar to Kahoot. It will not be so advanced, but it will provide basic functions such as creating quizzes, solving quizzes by multiple players at the same time live. I would like to ask what languages, frameworks, etc. wi...
{ "language": "en", "url": "https://stackoverflow.com/questions/75597110", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Add WordPress blog section to codeigniter I want to add a WordPress blog section for the project, so in the future will be added every month 4 posts minimum I didn't try anything, because I don't know how to do it
{ "language": "en", "url": "https://stackoverflow.com/questions/75597111", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: PostgreSQL | JSONB: get the first path value Given a JSON input: { "name": "John Doe", "age": 30, "address": { "street": "123 Main St", "city": "Anytown", "state": "CA" }, "phone": 1234567 } Is it possible (if so and how? I could not managed to do so) to get the first exi...
{ "language": "en", "url": "https://stackoverflow.com/questions/75597113", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Bonjour! J'ai un problème avec la responsivité sur mon travail. Sur mobile il y a un effet de zoom qui m'oblige a dézoomer avant de consulter le site C'est ce à quoi je suis confronté. Il y a comme un effet de zoom quel que soit l'écran mobile au premier chargement de ma page. C'est ce que j'obtiens quand j'annule l...
{ "language": "fr", "url": "https://stackoverflow.com/questions/75597115", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-2" }
Q: Unable to see the "Classic Email template" in setup Salesforce developer Edition I am unable to see the "Classic email template" under setup in my Developer Edition org. This is my personal org. I have checked the profile permission i.e. "Edit HTML Permission" and "Manage Public Classic Email Templates" its enabled ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75597116", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Learning linux and using shell script find So I'm trying to build a script where it will search every file in the directory and it's sub-d, then it will delete all files that have ~ in the end of it and all files that have # in the end and at the beginning of it. I was trying to first remove files with ~ then figure...
{ "language": "en", "url": "https://stackoverflow.com/questions/75597119", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How to do feature selection with tidymodels I have a logistic regression model I've created in tidymodels (R). I'm trying to do feature selection. How can I do feature selection in the tidymodels framework using packages published on CRAN (no development packages, please)? Everyone just says to do regularized logist...
{ "language": "en", "url": "https://stackoverflow.com/questions/75597123", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Session becoes null in 10-15 minutes I have an application in which the user credentials. So when the user logs in I store his username in a session And I keep checking if that username is not null then he will be in the application else it will log him out I have increased the session time in the Web configuration ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75597127", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-3" }
Q: Impact on Salesforce Email delivery by changing Email Service Provider on the emails used in Salesforce We are planning to change our Email Service Provider however the Email Domain remains the same. Would like to know if there would be any impact on the Email Deliverability in the salesforce system or not due to th...
{ "language": "en", "url": "https://stackoverflow.com/questions/75597130", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Disable background music from being controlled I have an audio HTML element with background music for a game: <audio class="music" src="..." loop></audio> Then I have a JS event listener that starts playing it with .play() on user interaction. The problem is, I noticed that on loading the page, I can control the mu...
{ "language": "en", "url": "https://stackoverflow.com/questions/75597131", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: Incoming IP addresses for webhooks? What IP Address range do your webhooks come from? We need to white list them to receive your Copyleaks results to our web server. Thank You, A: As of now, Copyleaks API not arriving from fixed list of IP addresses. But, you have other alternatives to securing your endpoints. The ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75597132", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: SAS Executing empty SQL commands in macro Ive a table with some SQL commands that i execute in a macro, but when they empty i get some syntax errors because its expected some value. My table looks like this: libname tablename SQL MAX_DATE SQL_SUM_NUM lib1 table1 select max(date) from lib1.table1 select sum(a...
{ "language": "en", "url": "https://stackoverflow.com/questions/75597134", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: Awk: ilegal variable reference error in Ubuntu but works OK in MinGW-64 This script runs flawlessly in MinGW-64 but it fails in Ubuntu with awk: /home/username/chuleta/chuleta/glst.awk: line 22: illegal reference to variable a awk: /home/username/chuleta/chuleta/glst.awk: line 23: illegal reference to variable a ....
{ "language": "en", "url": "https://stackoverflow.com/questions/75597135", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Ceph HEALTH_WARN 1 failed cephadm daemon(s) My (otherwise healthy) ceph cluster is in a HEALTH_WARN state. It was bootstrapped with cephadm. The warning is "1 failed cephadm daemon(s)" ceph log last cephadm shows these two messages every 10 minutes or so, but otherwise, nothing: cephadm [INF] Detected new or change...
{ "language": "en", "url": "https://stackoverflow.com/questions/75597136", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Creating a carousel using vanilla JavaScript, CSS, and HTML This is a sample image: I'm trying to make a carousel, but I can't make it move; I've tried with specific or defined data but it doesn't seem to work. I tried to make the arrow buttons and the dot buttons work, so that they scroll through the div, and I al...
{ "language": "en", "url": "https://stackoverflow.com/questions/75597137", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: Error: occurred while trying to authenticate the user my ldap authentication do not work, here is the part of the application file: port: 8080 authentication: ldap admin-groups: admins users: • name: admin password: password groups: admins • name: user password: password groups: users ldap: url: ldap://10.16.1.3...
{ "language": "en", "url": "https://stackoverflow.com/questions/75597138", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Problem with background image for a Javafx window I wanted to insert a background image with the Scenebuilder. The image is a gif. Now I was not sure how to insert the background, is it correct to insert it with Imageview? And my other problem is, I created the window, but then when the game window opens and I drag ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75597140", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-3" }
Q: Airflow return chained sequence with parallel tasks from BranchPythonOperator I have 2 sets of operators in Airflow that I run in parallel, with one set being downstream of the first parallel set. chain([task_1a, task_2a, task_3a], [task_1b, task_2b, task_3b], end_task) I utilized the chain() operator since the >...
{ "language": "en", "url": "https://stackoverflow.com/questions/75597143", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Datadog- how to collect Kubernetes Job Logs with job definition yaml file I have a Kubernetes job definition yaml and am trying to get the pod logs into Datadog by making a separate service so it's easier to filter on data dog. Would it be possible to add the datadog annotations in this job definition yaml or would ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75597144", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Add a new entry to the list, if it already exists, return the list of lists unchanged The function should add a new entry (sn-add-user my-dict 'f5), thenm check if it already exists return the list unchanged otherwise append it. Original list: > (define my-dict (list(cons 'f2(list 'f3 'f4))(cons 'f3(list 'f2))...
{ "language": "en", "url": "https://stackoverflow.com/questions/75597147", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: filter a pyspark dataframe with maximum timestamp value I have a pyspark dataframe with many columns and there is one timestamp column namely "modified_time". I need to filter the rows of the dataframe with the latest modified_time or by getting the max of the modified_time value. dataframe: Col1 Col2 Modified_tim...
{ "language": "en", "url": "https://stackoverflow.com/questions/75597148", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Waiting for liveData observe and return result I'm new in Kotlin Mvvm and I have some problems with using live data Observe, how can we observe live data in a function and return results? my viewModel fun fetchDictionary(word: String): LiveData<Dictionary> { return dictionaryRepository.fetchWordDef(word) } my f...
{ "language": "en", "url": "https://stackoverflow.com/questions/75597150", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How to select rows that have more than one value in a list[datetime[µs]] column? I trying to learn the package Polars. I have a dataframe with datetime column. So I imported the csv file df_order_dataset = pl.read_csv(file = '/content/drive/MyDrive/Colab_Notebooks/Olist/Datasets/raw_datasets/olist_orders_dataset.csv...
{ "language": "en", "url": "https://stackoverflow.com/questions/75597151", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: Why does my kernel restarts/dies when displaying or plotting values in an xarray DataArray? I am working with a NetCDF file (ds) which has one variable 'zg' and 4 dimensions (time,levels,lat,lon). I am trying to select a coordinate point at one level. However when I made the selection and tried to look at the DataAr...
{ "language": "en", "url": "https://stackoverflow.com/questions/75597153", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How to resolve java.lang.ClassNotFoundException: javax.xml.bind.DatatypeConverter When i try to sign in, i get this exception java.lang.ClassNotFoundException: javax.xml.bind.DatatypeConverter Here is Controller code @RestController @RequestMapping("/api/auth") public class AuthController { private final UserSer...
{ "language": "en", "url": "https://stackoverflow.com/questions/75597154", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: Maven javadoc error: java.util.ConcurrentModificationException I have a problem with maven javadoc plugin. i added it in my pom.xml file, but when i try the command mvn javadoc:javaodc i have this type of error: java.util.ConcurrentModificationExceptionwhy it occures? <plugin> <groupId>org.apache.mav...
{ "language": "en", "url": "https://stackoverflow.com/questions/75597155", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Testing submodule with subfolder My folder structure is something like this: test.py Module\ -__init__.py -Submod1\ --__init__.py --file1.py -Submod2\ --__init.py --file2.py On my file2.py, I wrote something like this: from ..Submod1 import file1 def test(): print('success') if __name__ == '__main__': test() ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75597156", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Supporting Apple ProRaw in Flutter Is there anyway to support apple pro raw images in a flutter application utilizing an image uploader. Right now if I try it just quits the uploader and doesn't show any error I tried a couple of plugins but I couldn't find one that would properly select the image or convert the ima...
{ "language": "en", "url": "https://stackoverflow.com/questions/75597159", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: Angular - Typescript I have name of Book interface. I wants to use like that; import { Component, OnInit } from '@angular/core'; @Component({ selector: 'app-books', templateUrl: './books.component.html', styleUrls: ['./books.component.css'] }) export class BooksComponent implements OnInit { public books : B...
{ "language": "en", "url": "https://stackoverflow.com/questions/75597160", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-2" }
Q: jenkins with azure FTPS using Use Implicit TLS port 990 keep on failing Please I am trying to connect to azure web app with FTPS using Use Implicit TLS port 990 on jenkins but I am always getting jenkins.plugins.publish_over.BapPublisherException: Failed to connect and initialize FTP connection. Message: [java.io.IO...
{ "language": "en", "url": "https://stackoverflow.com/questions/75597162", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: How to center all page elements How can I center my elements both text and image always? I was doing it as tailwind but I thought it was better to use CSS. I just can't get all the elements to be centered. I still don't quite understand CSS concepts, so I guess I'm obviously doing something wrong. I would really app...
{ "language": "en", "url": "https://stackoverflow.com/questions/75597171", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: After javax.persistence -> jakarta.persistence Spring Boot Upgrade, error: "Class .. is listed in the persistence.xml file, but is not annotated" There's a similar question here, but no recent comments. I don't want to turn off JPA validation in Eclipse, I want to get to the bottom of how to resolve this warning: Su...
{ "language": "en", "url": "https://stackoverflow.com/questions/75597172", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: I tried to install Twilio.Asp.Net.Mvc of Twilio api to log the information but it showed an error The above is the error that i am receiving please help me out. Thank you. I really want to log the message to a text file. I tried to install and I tried to change the .Net frame works that are compatible with the above...
{ "language": "en", "url": "https://stackoverflow.com/questions/75597174", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Jenkins Build - Maven java not found I have simple Jenkins pipeline running maven build: My jdk configurations seems to be correct: However maven build ends with error: /var/jenkins_home/tools/hudson.model.JDK/openjdk-19.0.2/jdk-19.0.2/bin/java: not found What is most weird, when I've added shell commands run befo...
{ "language": "en", "url": "https://stackoverflow.com/questions/75597178", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Variable in generator function shadows name from outer scope I recently started to teach myself Python and currently work on generator functions. Here, I encountered a "scoping" issue with variable names inside of the generator shadowing names in outer scope. I did some research on this but could not come up with an...
{ "language": "en", "url": "https://stackoverflow.com/questions/75597182", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Android Error - C:\Program Files\Android\Android Studio\jre\lib\security\cacerts (The system cannot find the file specified) I getting this error on a new project that I just created: C:\Program Files\Android\Android Studio\jre\lib\security\cacerts (The system cannot find the file specified) And I don't understand ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75597185", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: NuxtJS: DOMException: Failed to execute 'appendChild' on 'Node': This node type does not support this method DOMException: Failed to execute 'appendChild' on 'Node': This node type does not support this method. I get this error the first time I open the site in my browser. NuxtJS. If after refreshing the page, the...
{ "language": "en", "url": "https://stackoverflow.com/questions/75597186", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Angular - Search or filter paginated data using StartData and EndDate in Angular In my Angular-14 project, I am consuming an end-point from ASP.Net Core-6 Web API using JSON response. Without Parameter, my endpoint URL from is like this: https://localhost/MyApp/api/v1/all-merchants While with Parameter it becomes: ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75597191", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Renegotiation Indication Extension for TLS v1.2 I can have 3 cases: * *1: the client supports only v1_2 *2: only v1_3 *3: both v1_2 and v1_3. For this cases I will set: * *SSL_CTX_set_min_proto_version(TLS1_2_VERSION); SSL_CTX_set_min_proto_version(TLS1_2_VERSION) *SSL_CTX_set_min_proto_version(TLS1_3_VERSI...
{ "language": "en", "url": "https://stackoverflow.com/questions/75597192", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: Specify Firebase Database Url C# Im trying to specify my Database url. thi is the issue DatabaseException: Failed to get FirebaseDatabase instance: Specify DatabaseURL within FirebaseApp or from your GetInstance() call.Firebase.Database.FirebaseDatabase.GetInstance (Firebase.FirebaseApp app, System.String url). Ca...
{ "language": "en", "url": "https://stackoverflow.com/questions/75597194", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How to extract grouping variable with group_by I would like to write out some messages within group_by+mutate. Example with nest: library(dplyr) library(purrr) library(tidyr) find_mean <- function(data,cyl){ message(paste0("mean of mpg is ",mean(data$mpg)," with cylinder ",cyl)) mean(data$mpg) } mtcars %>% ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75597195", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Not getting values from cells after scraping a table from a dynamic webpage using Selenium I have the following code: from selenium import webdriver from selenium.webdriver.common.by import By from selenium.webdriver.support.wait import WebDriverWait from selenium.webdriver.support import expected_conditions as EC ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75597197", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: Axios Request shows 'Pending' in Network Tab I have a react app that fetches data from an https://api.data.io/api/v1, but I was getting some cors errors while making the request, so I decided to create a proxy server. But now, when I make a request from the frontend, no data is returned, and when I check the network...
{ "language": "en", "url": "https://stackoverflow.com/questions/75597198", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: For Each cell in Range not looping through each cell (VBA - Excel) I've tried many things already but none of them are working. I'm trying to loop through the 2nd cell (1st after header) of each column, check what they are and delete them if they fulfill certain conditions. The idea is to loop up to the end of the d...
{ "language": "en", "url": "https://stackoverflow.com/questions/75597200", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Generate all possible boolean values in TypeScript type I want to generate all possible values with given type. type MagicGenerator<'withWishlist' | 'withAddToCart', PickerProps> = ?? So I expect that result of MagicGenerator would be as below: type ExpectedResult = | ({ withWishlist: true; withAddToCart:...
{ "language": "en", "url": "https://stackoverflow.com/questions/75597201", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Is there a way to reshape/convert a inhomogeneous numpy array of weird size to a square-shaped array? I've been trying to train a policy gradient agent to perform on LunarLander environment by OpenAI gym. the observation array after calling the env.reset() function comes out to be a weird shaped array which cant be ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75597202", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: Jest tests fail after upgrading react-native from 0.70.5 to 0.71.3 After upgrading from expo SDK 47 to 48 and consequently upgrading react-native etc. my jest tests are failing. I found that its specifically after running npx expo install react-native@0.71.3 that the tests fail. The error is "Jest encountered an une...
{ "language": "en", "url": "https://stackoverflow.com/questions/75597203", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: How to reference open source SPM dependencies when authoring an XCFramework? I'm authoring an XCFramework to provide to customers. When I generate the XCFramework bundle, I upload it to a web server, and then reference that URL inside a Swift package using a .binaryTarget, which is inside a public repository which I...
{ "language": "en", "url": "https://stackoverflow.com/questions/75597204", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: How to setup a variable mongo client-uri in Spring Framework XML config I'm trying to make some modifications to our Spring config file, for connecting to mongo. Right now, we simply define the URL <mongo:db-factory id="mongo_connection" client-uri="mongodb://server_1:27000,server_2:27000,server_3:27000/db_name?rep...
{ "language": "en", "url": "https://stackoverflow.com/questions/75597205", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Cordova 'cordova-plugin-splashscreen' fails to install on android 11 While updating android platform within an ionic project to android 11.0.0 via the command ionic cordova platform add android@latest The plugin cordova-plugin-splashscreen 6.0.2 "Splashscreen" fails to install Installing "cordova-plugin-spl...
{ "language": "en", "url": "https://stackoverflow.com/questions/75597206", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Tomcat cannot reach via port 8443 SSL I have setup my webapp on ec2, I use nginx to serve static contents and added SSL using letsencrypt (working fine), and my backend is also hosted in the same server using tomcat, I converted *.pem files which are generated by letsencrypt to .jks file to provide the SSL for tomca...
{ "language": "en", "url": "https://stackoverflow.com/questions/75597207", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How to rbind tibbles in a big list for each component of the list I have list of >2 components made of tibbles. Each tibble has 2 columns(cols), column 1 is a character vector and column 2 is a tibble of some summary statistics. i want to rbind/collapse tibbles of summary statistics per each componenent of the list ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75597210", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Ignore seconds portion of TIMESTAMP field in query selection WHERE clause Sample data: 2018-12-12 10:59:59.892 How do I query the above data and ignore the ":59.892" portion. Reason: If a user enters 10:59 search parameter, I want records from 10:59:00 - 10:59:59 returned. A: One way would be to use the BETWEEN pr...
{ "language": "en", "url": "https://stackoverflow.com/questions/75597211", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Several C# classes with access to XAML page MAUI I have a XAML page, bounded with the c# class MainPage <?xml version="1.0" encoding="utf-8"?> <ContentPage xmlns="http://schemas.microsoft.com/dotnet/2021/maui" xmlns:toolkit="http://schemas.microsoft.com/dotnet/2022/maui/toolkit" xmlns:local="clr-namespace:Pr...
{ "language": "en", "url": "https://stackoverflow.com/questions/75597214", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Login to webpage using twill I am trying to programatically login to the webpage https://www.soliscloud.com/#/homepage Step 1 from the twill commands is to get a list of forms to help me get started, but this returns no results. Am I doing something wrong ? from twill.commands import * go("https://www.soliscloud.com...
{ "language": "en", "url": "https://stackoverflow.com/questions/75597217", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Running into a problem when trying to upload a file with php script I'm trying to make a website that processes .mp4 files. It worked fine when I ran it on my windows machine using XAMPP but since moving it to an ubuntu server I'm running into problems. This is what the relevant code looks like (used this as a templ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75597219", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-3" }
Q: If always_ff = always @ (posedge clk), then why write always_ff @ (posedge clk)? In this post, the question is seemingly addressed, but it leaves some room for questions about how this works in practice. It is easy to understand why always @ (posedge clk) makes logic from flip flops (because flip flops are updated e...
{ "language": "en", "url": "https://stackoverflow.com/questions/75597222", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: Using proxypass and proxypassreverse I've got a problem using ProxyPass and ProxyPassReverse. Read already a lot of things, but can't get my head around things. We need to make a connection between our webserver and an application using the server location. Connecting to the webserver through webbrowser, there isn't...
{ "language": "en", "url": "https://stackoverflow.com/questions/75597224", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Text not displaying on the page after creating a textNode and appending it? I am creating a cart page and trying to show an 'empty cart' message on the page where the cart items will show. The expected behavior is to show an empty cart message in place of the cart item IF everything was deleted from the cart either ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75597226", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Trying to merge specific columns, including dynamic last row, from several Excel files, into one dataframe I am trying to merge data from 14 Excel files into one dataframe and save the dataframe as a CSV file. I am looping through the Excel files, but nothing is being merged into a single dataframe. I think the prob...
{ "language": "en", "url": "https://stackoverflow.com/questions/75597228", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How to open and read a file that is being used by FileSystemWatcher? please help!!! I have been working on creating a QR code service for the past three days which monitors a folder for when new files are dropped into a folder. When a new file is added to the folder, my service opens the file and generates a separat...
{ "language": "en", "url": "https://stackoverflow.com/questions/75597229", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: Google QUERY to SELECT X column where MAX=(Y column) I am trying to pull the object_ID from column A that matches the MAX value of column N, all of which is pulling from another worksheet within the same document. Can't quite seem to make it work right though and always end up with various error messages. I think th...
{ "language": "en", "url": "https://stackoverflow.com/questions/75597230", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How do I add a column for the document scores to my dataframe in top2vec? I'm really new to this. I want a DF that will include my topic numbers for each document and the document score for each document. I have a "topics" column with the topic, but how do I add a "scores" column with the document score? I'm think...
{ "language": "en", "url": "https://stackoverflow.com/questions/75597232", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How to move a scatter point in the x axis using mixed chart? - ChartJs I want to know if it's possible move the scatter points across the x axis using mixed charts in chartJS. img example I created an example here But as you can see the x axis it's being ignored.
{ "language": "en", "url": "https://stackoverflow.com/questions/75597236", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Tinytex support package expl3 too old I'm trying to generate PDF reports with RMarkdown and Huxtable, and am using TinyTex latex distribution. I am receiving the following error message when trying to render a huxtable object to pdf: ! Package siunitx Error: Support package expl3 too old. Error: LaTeX failed to com...
{ "language": "en", "url": "https://stackoverflow.com/questions/75597239", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: How to deploy FastApi application on Cloud Foundry? I'm unable to deploy FastApi app on cloud foundry. It throws TCP connection refused error. Here are my files: main.py app = FastAPI() @app.get("/") def read_root(): return {"Hello": "World"} @app.get('/healthCheck', status_code=status.HTTP_200_OK) def perfo...
{ "language": "en", "url": "https://stackoverflow.com/questions/75597245", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }