-
... at least they are confusing to me.
To me, an action creator is just a helper function that defines an interface for the creation of a certain type of action.
Here's how I would implement "actio…
-
See https://github.com/silverstripe/silverstripe-subsites/blob/master/code/Middleware/InitStateMiddleware.php#L18
As we are no longer using database_is_ready() we need a catch (DatabaseException) i…
-
### Summary
If containers in a task have dependency to other container,
Agent should resolve dependency.
Otherwise, it makes a probrem in some cases.
### Description
#### Examples…
-
I would like to do something like this:
```
app.use(signS3((ctx) => ({
bucket: 'MyS3Bucket',
keyPrefix: ctx.request.headers.host
})))
```
I tried the following, but that didn't work eithe…
-
### What was wrong?
It is difficult to modify or replace existing middleware after you add it.
### How can it be fixed?
Optionally, name the middleware at add time, like:
```
web3.add_mid…
-
I'm currently implementing a wrapper for an external API which serves error objects describing any errors that occur on their part. I've written a middleware which checks for this errors and raises a …
-
My question is how i can access the generated API interface from operator handler function ?
Can i pass it somehow via context or any other way to do that ?
-
```
Django==1.11.8
aws-xray-sdk==0.95
```
```
Traceback (most recent call last):
File "/Users/mikehelmick/.virtualenvs/test-x-ray/lib/python2.7/site-packages/django/utils/autoreload.py", lin…
-
Hello,
i'm trying to challenge external providers (google/facebook) and passer extra data
in the controller :
`[HttpPost]
public ActionResult ExternalProvider(string identityProvider)
{
…
-
Following this StackOverflow question:
http://stackoverflow.com/questions/36590969/enabling-client-based-culture-in-asp-net-core
It's currently impossible to let the `CultureInfo` be determined autom…