-
**Summary (generated)**:
The feature in question is related to the order in which middlewares are executed in Nuxt. According to the source code, global middlewares from the `middleware` folder alw…
-
### Problem Statement
Reading this article, https://blog.bearer.sh/add-retry-to-api-calls-javascript-node/ Maybe would be a good idea to add a retry middleware
### Solution Brainstorm
```ts
functi…
-
**Is your feature request related to a problem? Please describe.**
We should be able to check if the current user is admin.
**Describe the solution you'd like**
Your suggestions.
**Describe al…
-
As an alternative to using handler500 we could implement this as a middleware using `process_exception`.
https://docs.djangoproject.com/en/2.2/topics/http/middleware/#process-exception
-
We should write a middleware that can persist cookies between runs.
-
Currently at commit 3089a08dbed59418ba47970f18b7ad092a052c1a `POST api/run/` returns
```
{
"stdout": "",
"exit_code": 0,
"stderr": "run.sh: line 2: $'\\r': command not found\nqsub: …
-
Middleware code was introduced to support string selectors. It exists as a way to process arguments for some functions and I think is too targeted for those functions.
Existing middleware:
* strin…
-
Since this is an API, we don't want sessions or cookie support. Let's remove the middleware for these.
``` ruby
# No sessions. This removes the need for CSRF protection.
config.middleware.delete "Act…
-
lrlna updated
6 years ago
-
Do this has any middleware possibilities or will it have it in the future? Would be handy for realising a persistent store for example.