Noviny

Results 31 issues of Noviny

## Context When looking at singletons, we ran into the problem that the 'thing which list is attached to in the config' was now going to represent a shape/name/thing that...

This pull request introduces [Singletons](https://en.wikipedia.org/wiki/Singleton_pattern) as a new feature for configuring global, editable database entries when it's not necessary to have more than one representation of the schema (aka, not...

This has two things, one of which will be removed: - The document that has a guide on setting up a frontend with keystone - the KS example that this...

📃 pr/website

I was looking at modifying changesets to prompt for OTP on this kind of failure, but wasn't getting enough information back from bolt. This should allow the desired change in...

Currently ``` export default class extends React.PureComponent {} ``` fails with a cryptic 'no converter for: null' error. We implicitly expect all classes (and maybe functions) passed to us to...

Currently the error message around reaching outside of scope is not clear enough to allow people to resolve the problem. It needs to be expanded, and possibly linked to a...

Currently all the email templates have got out of sync with each other and the app. The pug template needs to be rewritten and then styled, then other templates can...

Hi! when working on the babel plugins, I really missed having examples of the types, something really simple such as - [awaitExpression](https://astexplorer.net/#/gist/9952dc650522941e0229e6ea90c11a99/abea04c8a01690491c27df5e937b6dd43f2523f4) `await func()` This makes it easy to find...

Just some notes from using it: Because it just goes and does stuff, I'd like to be told where manypkg is executing the script. It would be good to be...