The Wayback Machine - https://web.archive.org/web/20211112100502/https://github.com/topics/web-framework
Skip to content
#

web-framework

Here are 743 public repositories matching this topic...

ThiefMaster
ThiefMaster commented Nov 10, 2021

https://github.com/pallets/flask/blob/9039534eee6a87da98a1dee9e4338d1b73e861f8/src/flask/ctx.py#L133

While it makes no sense to use it outside a context, the error message could be nicer when you do so anyway (e.g. because you accidentally call a function using it from a celery task or some other place without a request context), like e.g. in copy_current_request_context [in the same file](ht

vapor
aschiffmann
aschiffmann commented Apr 21, 2021

Checklist

  • Dependencies installed
  • No typos
  • Searched existing issues and docs

Issue Description

When using the RateLimiter Middleware with a rate between 0 and 1 all events will be rejected instead of applying the specified rate. E.g.: e.Use(middleware.RateLimiter(middleware.NewRateLimiterMemoryStore(0.5)))

I am not saying that it is a common use case to have

dEajL3kA
dEajL3kA commented Aug 17, 2021

Play Version

2.8.8

API

Java / SyncCacheApi

Operating System

Ubuntu 20.04 LTS

Linux 5.11.0-25-generic #27-Ubuntu SMP Fri Jul 9 23:06:29 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux

JDK

openjdk version "1.8.0_292"
OpenJDK Runtime Environment (build 1.8.0_292-8u292-b10-0ubuntu1-b10)
OpenJDK 64-Bit Server VM (build 25.292-b10, mixed mode)

rioshaz
rioshaz commented Oct 29, 2021

when u click on the notification bell icon ,, u can see all notifications in a list and when u click any notication the notificaiton list doesnt auto disappear then we have to manually click anywhere else on the screen for it to go away..

this gets worst when in mobile view.... as the notification pop up when clicked on bell icon take all space and one doesnt realise clicking the notifcaiotn h

Improve this page

Add a description, image, and links to the web-framework topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the web-framework topic, visit your repo's landing page and select "manage topics."

Learn more