search
  • Sign In
  • Sign Up
Password reset successful

Follow the proiects vou are interested in andi aet the latestnews about them taster

P粉471207302

P粉471207302

Follow
student

Follow 0
fans 0
integral 0
What is the difference between pip and conda?

I know pip is a package manager for python packages. However, I saw the installation on IPython's website use conda to install IPython. Can I use pip to install IPython? Why should

2026-01-31 19:01:42Ask
Python
Why does a grid child with a fixed width and a max width of 90% overflow the grid track?

Question: My question is very simple, I want to know why the .header element overflows its grid track when it reaches the viewport width of 1500 pixels. Code: *{box-sizing:border-box;padding:0;margin:0;}body{background:#6e28d9;color:white;}.container{display:grid;grid-template-areas:'header'; grid-templa

2024-04-05 14:33:39Ask
CSS3
Bootstrap grid system does not apply

The problem occurs again in my project. I have a component ProductCard which I render in Home component. This is the ProductCard component <divclassName={location.pathname==="/store"?`gr-${grid}`:"col-3"}>{data&&data.length>0&&data.map(

2024-04-03 18:23:18Ask
React
Adding inline SVG to your Nuxt3 Vite project: a step-by-step guide

Hi, I'm having trouble importing inline svgs into my nuxt3vite project. Any advice would be greatly appreciated. I found this works but I need an inline project. So I would do something like this and do something like this (require doesn't work in vite). setup(props){constcurrentIcon=computed(()=>{returndefineAsyncComponent(()=>import(`~/assets/imag

2023-11-04 13:36:38Ask
Vue.js
How to run python script from HTML in google chrome?

I'm building a chrome extension and I want to run a python script from my PC by clicking a button in the extension (basically HTML). The python script uses seleniumweb-driver to scrape data from the website and store it in another log file.

2023-11-02 23:34:24Ask
HTML
React code encountering unexpected Spotify API response

I'm making an app in React using SpotifyAPI. First I get the access token using my clientID and clientSecret. Then I'm trying to get the userID using this token. The documentation mentions that you need to make a get request and pass the token as a header. The problem is, I always get a 401 error code in response. The documentation mentions that this error may be because the token has expired. But in my code I am trying to get the userID immediately after getting the token. My second question is about making requests in React.

2023-09-17 09:57:50Ask
React
BeautifulSoup: Combine top-level text with classic tag lookup functionality?

I'm trying to use BeautifulSoup to extract information from a non-uniformly structured block of html. I'm looking for a way to combine blocks of text between tags in the search/filter output. For example, from html: <span><strong>Description</strong>Section1<ul><li>line1</li><li>line2</li>

2023-09-15 09:16:45Ask
HTML
React Node.js MySQL Uncaught ReferenceError: process is undefined

I'm trying to implement a search page in my website. The user should be able to enter a keyword and the website should return rows from the product table containing that keyword from the database. I get this error when I try to establish a connection to the database_stream_writable.js:57UncaughtReferenceError:processisnotdefinedat./node_modules/mysql/node_modules/readable-stream/lib/_strea

2023-08-29 22:19:27Ask
MySQL
How to make this automatically multiline

How to make this automatically multiline I'm using HTML and CSS Here is my code (I modified it slightly because some of the code is from PHP): Name&nbsp-&nbsp#idContentContentContentContentContentContentContentContentContentContent How to make these: https://i.stack.imgur .com/tUPpO.

2023-08-18 00:10:50Ask
CSS3