Skip to main content
Filter by
Sorted by
Tagged with
Advice
0 votes
2 replies
58 views

Im trying to setup the python and Django environment on my macBook air. Im doing it directly on the terminal of the computer but when I write "virtualenv" so I can create a virtualenv on my ...
user32554907's user avatar
-4 votes
2 answers
83 views

I am building an banking application and I was just trying to link HTML using the Flask framework. What I have done until now: Clear all the cookies and Cache of the browser and run the code, Have ...
Dhanush Rajashekar's user avatar
1 vote
1 answer
51 views

The Writer web app framework has a Message component (https://dev.writer.com/components/message) that is supposed to display text, optionally formatted based on a prefix. From the documentation: ...
mherzog's user avatar
  • 1,282
0 votes
1 answer
81 views

So I had been working on a code for a movie-recommendation site for a school project, which we were supposed to do in Python. It stores a dictionary of movies and takes couple inputs to recommend ...
kidkudo's user avatar
  • 199
1 vote
2 answers
76 views

issue abstract As title said. details I followed the Angular tutorial -- Adding event listeners#Using key modifiers. I adopt third code snippets <!-- Matches shift and enter --> <input type=...
GeeksMathGeeks's user avatar
1 vote
0 answers
70 views

I want to change app_url. I did it as follows: package Post; use Kelp::Base 'Kelp'; use utf8; sub before_dispatch { # overriding this method disables access logs } sub build { my $self = ...
Sangyong Gwak's user avatar
0 votes
1 answer
117 views

I am in the first step of creating a snake which requires to: Create the game board Create the snake and the fruit Display the snake and the fruit o The problem is that the board is updated after ...
UnPatched Main's user avatar
-3 votes
1 answer
93 views

Basically, I wanna make a website wherein each pages is built on a different web framework and I wanna know if it is somewhat possible. Example: Website's Home Page is made through the Ruby on Rails ...
Bax STAR's user avatar
0 votes
1 answer
145 views

I get confused between WSGI and a web server. I'd like an explanation of the differences between them, or if they are the same thing. And thank you in advance.
Oualid Laib's user avatar
1 vote
1 answer
1k views

I've set up a server with the help of NiceGUI and Nginx on a VPS. The requests are coming through a subdomain and routed correctly: The server receives the request and prints the html elements. ...
j4nSolo's user avatar
  • 402
0 votes
1 answer
72 views

I am having an issue with a nextJS app that I created on Firebase, following this procedure, running the commands below: % npx create-next-app@latest % cd myapp % firebase experiments:enable ...
Michel's user avatar
  • 12k
0 votes
1 answer
182 views

For a project, I'm currently trying to create a game (a variation of the Hangman) in python using Flask to make it accessible on an html page. This game is destined to be used by deaf children to ...
Kehina Manseri's user avatar
0 votes
1 answer
454 views

I have a file called main.rs and a file rocket.rs. The first one is used to launch rocket defined in the other file: main.rs #[tokio::main] async fn main(){ let rocket = rocket(); rocket....
Matteo B's user avatar
1 vote
2 answers
497 views

While working with Firebase, using: % firebase experiments:enable webframeworks after running the command below: % firebase deploy I see this message (that I do not recall seeing before)...
Michel's user avatar
  • 12k
1 vote
1 answer
2k views

I am new to nicegui. It seems like a great framework! When trying to setup nicegui, I am getting an error from the following setup code: main.py: from nicegui import ui ui.label('Hello NiceGUI!') ui....
CuriousCoder's user avatar
3 votes
1 answer
483 views

With the ASGI framework Starlette, it has a streaming response that makes use of some more_body parameter in the HTTP response to denote if chunks have finished streaming (source code). There is an ...
Intrastellar Explorer's user avatar
1 vote
1 answer
978 views

I don't quite understand the distinction between MVC and API web frameworks. For example, FAST API is called a tool for creating APIs, but can't a full-fledged web application be built on it by ...
AnLucKa's user avatar
  • 33
0 votes
1 answer
520 views

I've installed npx create-react-app project and npm init react-app project various times but the installation gets stuck at a certain point and does not proceed further. This is the installation which ...
Jerry's user avatar
  • 21
0 votes
0 answers
359 views

Fiddling around with the Fresh web framework (deno) and need some suggestion on how to show a loading indicator on my /posts/ screen when the user clicks on an anchor tag that leads to /posts/prune. ...
Norfeldt's user avatar
  • 9,660
0 votes
0 answers
190 views

In my new project, I'm learning about new front-end frameworks and libraries and found the Tea Stack (TailwindCSS, Eleventy, AlpineJS). I really liked the idea of this minimal stack (I have very ...
Adilson Torres's user avatar
1 vote
1 answer
333 views

Problem I am running apache2 on my local ubuntu server. I set up a Django project using django-admin startproject site and set up my virtual host to use a WSGI Daemon process to run the Django project....
Adam Isaacs's user avatar
0 votes
1 answer
792 views

I have a simple html page that works and renders properly on my local browser, but when I reference the static css file the page loads without the styling and I get a 200 Success for the url but 404 ...
TedRed's user avatar
  • 167
1 vote
0 answers
1k views

I am trying to implement an interceptor to intercept request coming in an end point. In this interceptor, I need to access headers before applying function. This interceptor should work with flask, ...
Atul D's user avatar
  • 11
0 votes
1 answer
72 views

I'm struggling to fix an error that doesn't allow me to access my /api/lead/ URL, as I keep getting an error "module object is not callable. Within my DjangoApp project, I have one other folder ...
James Davidson's user avatar
0 votes
1 answer
213 views

More of an advice question here. I'm well versed in Postgres/PostGIS, so I thought I'd look at Agensgraph aka Apache Graph Extension (AGE). This is a graph implementation in Postgresql which uses SQL ...
Spatial Digger's user avatar
19 votes
9 answers
26k views

To use TailwindCSS, I need to have Node.js and npm in order to install it via npm install tailwindcss @tailwindcss/cli. However, I don't have the option to use Node.js and npm, so I'm looking for a ...
Skull Crasher's user avatar
1 vote
1 answer
2k views

I am trying to set up a mat-tab-group with angular materials. Errors: Compiled with problems: ERROR ../../app.module.ts:28:5 - error NG2011: The component 'MatTab' appears in 'imports', but is not ...
Kyle Styx's user avatar
1 vote
1 answer
4k views

I'm used to using Express with a templating engine, like Handlebars. I want to start working with Svelte and SvelteKit, but I'm unsure how to start working with both. I am stuck on passing data to the ...
R3FL3CT's user avatar
  • 586
0 votes
0 answers
310 views

I want to make an app using dash in which the user uploads an image, the application saves it in a predefined local folder, modifies this image and finally shows the original image and the modified ...
Bren's user avatar
  • 1
1 vote
1 answer
886 views

I've been having issues using google translator directly on my sveltekit web app using the following code <script type="text/javascript" src="//translate.google.com/translate_a/...
haysquare's user avatar
38 votes
2 answers
36k views

I supposed to work with FastAPI. I was taught that FastAPI is used with Uvicorn. What exactly is Uvicorn. I don't know what uvicorn is doing with FastAPI exactly. Can anyone explain?
Rohit Prabu's user avatar
1 vote
1 answer
324 views

I would like to better understand which frameworks does Builder.io supports? Are all supports of equal integration level?
Misko Hevery's user avatar
  • 47.9k
1 vote
1 answer
1k views

It seems to me like the x-on directive does not work without the presence of an x-data directive on a parent element. For example, the below does not work <button x-on:click='console.log("...
anushka's user avatar
  • 345
0 votes
1 answer
1k views

It's possible to create a custom annotation like @ or another character as Rust's [#...] in C++? Target would be something like: #pragma once #include "my_header.h" @RestController(path = &...
Alex Vergara's user avatar
  • 2,355
1 vote
1 answer
96 views

There are plenty of Web Application Frameworks available over the internet. Each of them has its own rich documentation and tutorials. However, there is a lack of information about the structure of ...
Codie's user avatar
  • 131
-1 votes
1 answer
1k views

I have learned both Java and Kotlin over the past year, and I want to go into backend development. I am ready to learn and explore everything I can, and I have noticed that majority [exception Ktor] ...
Techillaa's user avatar
1 vote
1 answer
606 views

I have a project made in Vue.js 3, using vue-router with a configuration like this: const routes = [ { path: '/', name: "home", component: Home }, { path: '/philosophy',...
SDEscobedo's user avatar
0 votes
0 answers
27 views

I remember learning about a framework when BDD was first getting a lot of attention. This framework had the concept of using the rows or cells of an HTML table to document and run tests/features. So, ...
BuddyJoe's user avatar
  • 71.5k
0 votes
1 answer
387 views

I'm trying to make a web framework and one feature will be a key-value state management tool. I need the second <script> tag to only run after ./script.js loads in. index.html: <!DOCTYPE html&...
TacoSnack's user avatar
  • 197
0 votes
1 answer
240 views

I will create a different author table using the user table available in django and I want to combine this custom table I created with the column in the post model. Thus, I will have both the author ...
Yusuf Doğan's user avatar
0 votes
0 answers
150 views

It is showing that the urls path and views.py code is not correct despite all the corrections made in the code. from django.contrib import admin from django.urls import path from django.conf.urls ...
Aditya's user avatar
  • 1
0 votes
1 answer
286 views

I am using Django.core.paginator for splitting the data into pages in the Django web framework. data = emodel.objects.filter(Id=e_id, Date__range=(start_date,end_date)) and in paginator: page = ...
divine's user avatar
  • 87
0 votes
1 answer
650 views

I am trying to create a webapp for a restaurant to display the different menus available, Breakfast, Lunch, evening etc. I have created models for Menu, Menu Category and Menu Items. I have a menu....
horizon83's user avatar
1 vote
1 answer
989 views

I am new to react and having a problem here. Whenever I try to run my react app using npm start, I am getting these errors events.js:352 throw er; // Unhandled 'error' event ^ Error: ...
Neeraj Chimwal's user avatar
7 votes
3 answers
2k views

VSCode has a very customizable UI with Activity Bar, Sidebar, Tabs, Status Bar etc (https://code.visualstudio.com/docs/getstarted/userinterface); customizable via extensions and seems to have been ...
Fred Guth's user avatar
  • 1,657
0 votes
1 answer
49 views

I am having a structure of Django Project as: │ db.sqlite3 │ manage.py │ ├───static │ │ 1.jpg │ │ bg1.jpg │ │ │ └───css │ login.css │ ...
Som's user avatar
  • 9
1 vote
1 answer
301 views

I have developed a small web app on my Windows PC and tested it locally. Then I wanted to transfer it to an AWS Ubuntu 18 instance. For the sake of brevity, the app processes a form from a webpage and ...
lotrus28's user avatar
  • 978
0 votes
1 answer
94 views

scripts folder is not available in my virtual environment folder.Any one please help me How to activate virtual env ? I did following commonds :- pip3 install virtualenv virtualenv bg cd bg cd scripts ...
Shailesh Padalwar's user avatar
0 votes
0 answers
191 views

I'm trying to upload a file using flask_wtforms. The html page gets opened and I can choose the file but nothing happens when I click submit. There is no validation error or any other error. I've ...
elementory's user avatar
1 vote
1 answer
444 views

i have listview class like this : class VechileListView(ListView): model = Vechile template_name = 'store/arm_list.html' context_object_name = 'arm' in model Vechile, there are field ...
shofyankhan's user avatar

1
2 3 4 5
13