web-development-server Questions

4

Solved

I've already gotten my fair share of Bootstrap and Django but never tried out other frontend frameworks like Angular, React, etc. and finally wanted to try SvelteKit. So I'm really inexperienced an...

2

My composer.json file { "name": "laravel/laravel", "description": "The Laravel Framework.", "keywords": ["framework", "lara...
Budd asked 14/11, 2023 at 5:0

5

I've just read an article about differences between http1 and http2. The main question that I have is when it says that http2 is a binary protocol but http1 is a textual protocol. Maybe I'm wrong b...
Abridgment asked 22/10, 2019 at 6:19

6

I am setting up a local server using flask. All I want to do currently is display an image using the img tag in the index.html page. But I keep getting error GET http://localhost:5000/ ayrton_sen...
Advisee asked 29/1, 2015 at 5:46

2

I have two IntegerChoices subclasses in one of my django Models that define ticket priorities for an api. I would like when the priority and statuses are rendered on my web page to show the label, ...

4

Solved

I used mongoose to connect my database to my app. I got this unexpected error. My app.js look like this const express = require('express'); const mongoose = require('mongoose'); const authRoutes = ...
Aureomycin asked 10/1, 2021 at 18:38

6

Solved

I've recently started using Virtualbox, Vagrant and VVV for my local Wordpress development environment. It's very slick. One issue I've had is that after shutting things down with 'vagrant halt',...

19

Solved

Error on terminal: nodemon.ps1 cannot be loaded because running scripts is disabled on this system. For more information, see about_Execution_Policies at https://learn.microsoft.com/en-us/powershel...

21

I was developing just fine in VS 2008 and testing my ASP.NET web site on my development server when suddenly I was unable to run my web site anymore. As soon as I hit F5, the message appears: U...

2

Solved

I thought that httpOnly cookies were only available to read in a http request. However, when I open up Firefox dev tools, I can see the cookies' value. Is this normal?

5

Solved

I am typing more print statements than code. It's killing me. If a flask development server is invoked via below, I can use PyCharm debugger from ersapp import app if __name__ == '__main__': ap...
Wellread asked 30/4, 2015 at 6:55

1

Solved

I'm new to webdev, and I have this use case where a user sends a large file (e.g., a video file) to the API, and then this file needs to be accessible to other APIs (which could possibly be on diff...
Bili asked 3/8, 2022 at 10:29

8

There is some webpack dev server config (it's part of the whole config): config.devServer = { contentBase: './' + (options.publicFolder ? options.publicFolder : 'public'), stats: { modules: fal...
Subtropics asked 15/2, 2016 at 14:39

10

Solved

I am maintaining a few web applications. The development and qa environments use invalid/outdated ssl-certificates. Although it is generally a good thing, that Firefox makes me click like a dozen ...
Homomorphism asked 21/8, 2008 at 14:31

5

from django.contrib import admin from .models import Shop @admin.register(Shop) class ShopAdmin(admin.ModelAdmin): @admin.display(description='Name') def upper_case_name(self,obj): return(&q...
Furlough asked 6/5, 2021 at 12:29

2

please help me , ı cant create a repository due to the error. after clicking the continue to layouts , 500 error appears on the page. ı refreshed it but ıt didnt work. ı use opera and stil having s...
Vashti asked 23/7, 2020 at 15:0

1

error: Microsoft Visual C++ 14.0 is required. Get it with "Microsoft Visual C++ Build Tools": https://visualstudio.microsoft.com/downloads/ i went ahead and downloaded Microsoft C++ Buil...
Venu asked 27/1, 2022 at 16:30

1

Solved

I have had a personal webpage that I host on github-pages for years. That is simple HTML structure and works just fine on gh-pages. Recently I found a cool website template on bootstrap (https://bo...
Clockwork asked 27/12, 2021 at 7:55

6

I'm trying to download an image from a server using a PHP script on my website on xampp server. The image is being downloaded using the function file_get_contents. The php code for downloading o...
Vociferate asked 19/11, 2013 at 6:6

1

Solved

I am new to Osx operating system, I have bought an m1 mac book pro and install xampp on it but it always gives me an error (an error will be listed below), can you guys pls help my feel free to hit...
Angrist asked 10/4, 2021 at 9:16

1

I am trying to create an on-demand audio streaming platform (similar to Spotify) from scratch. It will have 1000 users (I am optimizing for time to build, not scalability as of right now). I want t...

1

Solved

I am trying to create a simple user login system where a user gets to sign up on one page and then use those credentials to login to the website on another page. Here's my sign-up and login views: ...
Willin asked 21/7, 2020 at 20:35

2

Solved

Goal Download file from s3 Bucket to users computer. Context I am working on a Python/Flask API for a React app. When the user clicks the Download button on the Front-End, I want to download the...

4

I'm using the Font Organizer plugin for Wordpress. It has a nice option to upload a font, which I have saved to my computer. I just need to somehow get Wordpress to accept it so I can use it here: ...
Akela asked 16/1, 2017 at 0:22

1

Solved

Django is synchronous or asynchronous? I want to know that the Django Framework is Synchronous or Asynchronous. I have heard about the interview problems they ask about the framework you are using...
Allegorical asked 24/10, 2019 at 19:36

© 2022 - 2024 — McMap. All rights reserved.