Latest Questions

How to add mixpanel to my SSR quasar project

I was able to add my mixpanel integration by creating a boot file described here import { boot } from 'quasar/wrappers'; import mixpanel from 'mixpanel-browser'

Uncaught ReferenceError: process is not defined after upgrading from vue cli v4 to v5

I'm working on an app where I've updated the frontend to use vue cli v5 from v4 and am getting a runtime error: Uncaught ReferenceError: process is not defined.

asdf ASDF_DOWNLOAD_PATH: unbound variable for nodejs

when I try to install nodejs 12.13.0 with asdf install nodejs 12.13.0 I receive /Users/john.doe/.asdf/plugins/nodejs/bin/install: line 52: ASDF_DOWNLOAD_PATH: u

python code not understand. Step by Step explanation of this code

a,b=1,2 a,b=b,a=a,b print(a,b) # 2 1 If someone could give me a line by line explanation of this code, help me plz

redirect 301 url htaccess /do.php?id=15 to download15.html [duplicate]

I hope everyone is fine. I want to convert links like this /do.php?id=15 to /download15.html I applied this step but it doesn't work Redire

spark-shell commands throwing error : “error: not found: value spark”

problem screenshot :14: error: not found: value spark import spark.implicits._ ^ :14: error: not found: value spark import spark.sql ^ here is my enviroment con

Return the string having repetitive substrings consecutively more than x times

I’d like to get the string having repetitive substrings consecutively more than x times. The substrings has more than y characters. For example, when x=4,

Data binding causes memory leak even the binding has been nullified

I've done my research on memory leak when using Data Binding. Every posts said that one should assign null to binding object to resolve this issue. However, it

how to display custom hierarchies in same visual?

I have a specific hierarchy that I have developed: I was expecting it to be: level 6 ( )level11 ( )( )Account description level 3 ( )Account description But I

mysql return 360 degrees returned with strengths

I have a table of wind directions and strengths over a 24 hour period, sample data at the bottom of this question. only directions that have strengths are store

ERROR "nonstatic member reference must be relative to a specific object

#ifndef WORLD_H_ #define WORLD_H_ using namespace std; class World{ public: friend class DoodleBug; friend class Ant; friend class Organism; i

Switching to normal mode requires Shift in addition to ESC [closed]

I have always used <Esc> for switching mode to Normal mode (from Insert mode). Now I have a new macbook and I need to use <shift-Esc&

Find rows with duplicate values in two columns where at least one value in one column is a specific value

So, I'm not sure how it works and I haven't found a sufficient answer by googleing (probably not using the right buzz words). So here it comes: Let's say I have

python - write to txt file. the problem: some file names are ok, some file names get error

for example: testdata.txt - is fine datatest.txt - fail it happens with a lot of file names, some names are just fine a lot of other names fail. examples on scr

How to set up multiple HTTPS connections in Java

I'm using HTTPS to connect to web services. The problem is that I need to connect to 2 web services and then they have different certificates. In this class the

Unable to create @manyToMany realtion ship in mikro-orm

I have issue with my @manyToMany relationship in mikro-orm framework. I created this entity: enum NotificationCategory { REPORT = "report", PARKING = "p

Visual Studio Code (version 1.67.1) --- Quick Actions Issue

I was facing a issue in Visual Studio Code, version 1.67.1 (updated recently in 2022) --- Issue is that i have quick action active, but its giving very limited

Error cannot find "%>%" when knitting to html?

Sorry I am quite a beginner with R: It runs in the R-markdown, but when I want to knit it to html, it gives this: Error in pdb %>% filter(human, canonical_ma

AWS Amplify 503 error when using Next.js getStaticProps revalidate

I have tried to use Nextjs getStaticProps function on a page and deployed it on AWS Amplify. However when I gave the option 'revalidate' AWS cloudfront occurred

WPF Binding in textblock does not work but in its tooltip does

I have a weird issue. In my application (witten with C# .net framework 4.8 with Microsoft's MVVM toolkit) I have a ListView bound to a BindingList<VisualMach

how to multi-select by label using playwright's locator.selectOption

I've got a multiselect <select> element where I want to select more than one item via the label. I know it is possible to multiselect by value. <selec

What factors could cause bad_alloc?

I was writing an AVL tree implementation but got an error due to bad_alloc on another platform. However, the code works perfectly for me in CS50 IDE without any

del builtin not functioning on list

So I'm trying to create a program that deletes the cells in jupyter notebook that are code cells and delete go into the cells that have the word solution and re

How to monitor CPU and RAM consuming by a .NET Core application

I am working on an ASP.NET Core Web API application in which I am working with the files security. I want to monitor the maximum and minimum RAM and CPU consump

ALB host based routing without domain name

I'm trying to configure host based routing in AWS ALB for ClearML server using this tutorial. However, I don't have a domain name. So can I only use alb's dns f

R error message output goes off the slide in beamer presentation R markdown

I'm using R markdown to make a beamer presentation. When I try to include an error message output from R on the slide it goes off the page. Here is my code: ---

Not able to attach Role via AWS Cloud9

I am new to Cloud9 and following this URL to setup Kubeflow in AWS. Unfortunately, I am not able to attach the role to the user as mentioned in this URL. Could

Argo workflowtemplate timeout

Tried Argo Workflow template with both timeout and activeDeadlineSeconds and this template also has retryStrategy. In both case, timeout are applied for each ru

Debugger executable not found error in CLion

I'm new to using CLion and when I try to debug I get an error saying Debugger executable not found: C:\Program Files\JetBrains\CLion 2021.3.3\bin\gdb\win\bin\gd

Summing row values after a groupby but based on a dictionary condition?

I am trying to figure out how to add row entries of the numeric columns(supply,demand) . I am at a complete loss. My initial thoughts are to do this with a dic