Adam

Results 9 issues of Adam

Hi, As a reference for others, I think it would be helpful to add the following example to the readme. ```js // ./containers/User.js import { asyncConnect } from 'redux-connect' import...

help wanted

Hi, I was recently configuring conventional-github-releaser and it appeared to working, but no release messages were being written to github (but the tags were being created). After a while I...

As mentioned in #21, it would be useful if the `Validate()` method was able to return all violated validation rules on all fields. Either by invoking `Validate(true)` with a param,...

help wanted

Hi, I was attempting to set the TTL value in milliseconds instead of seconds using the SET method. The value i was using for TTL was 1 hour. The SET...

Hi, When returning data from a .get() request I need to identify if the data was .set() using a buffer or a string. I'm assuming I could access this information...

enhancement

Now that pinojs/pino#317 has been merged, add pre-defined formatters for **development**. [Morgan logger](https://github.com/expressjs/morgan#dev) has a predefined `dev` formatter, which makes adding the logger during development quick and easy. Adding similar...

## Environments * Framework name: React * Framework version: latest * Component name: guides * Component version: 0.9.0 * Testable Address(optional): ## Description The `textFormat` prop is not passed to...

bug
complete

When tagging a docker release for [amd64](https://github.com/convox/convox/blob/8926760ba7fe3b5c0517200c1875489781bf3d6a/.github/workflows/release.yml#L54) and [arm64](https://github.com/convox/convox/blob/8926760ba7fe3b5c0517200c1875489781bf3d6a/.github/workflows/release.yml#L56) add an additional tag to each release, `latest-amd64` and `latest-arm64` so users can easily access the latest build for a specific...

Curious if any work has been done to add SSR cache support for React v.16+? I've created a proof of concept (see: facebook/react#11670) to support SSR plugins with react 16,...