Zoe

Results 36 issues of Zoe

https://github.com/plaid/plaid-node Plaid is an API to aggregate financial information from banks, similarly to the way Mint works. Users input credentials, budgetzero holds on to the token that results from that...

https://github.com/alexeden/rpi-led-matrix/blob/72bb95265e008c85c7afda5a400cc2cc1a8f18d8/package.json#L39 There is no `examples/tsconfig.json`, which results in a typescript compile error

## Problem Muscle memory from building Typescript types has me accidentally dropping colons everywhere. Every time I accidentally do that, an error pops up. ![2022-11-21_12-05](https://user-images.githubusercontent.com/35661840/203128245-cf0ac885-03a8-4c57-a34f-265721d79351.png) ## Suggested solution - The...

kind/improvement
topic: prisma1
domain/schema

**Bug description** During the init process, if something goes wrong in setting up a schedule then the entire app can crash without anything in particular being logged **How to reproduce**...

bug

Accept custom formatting, and provide examples for how to go to pino for json logging in docs

documentation
enhancement

Add the ability to generate a "defaults" configuration file via `boilerplate.BUILD_DEFAULT_CONFIG`. This will build a valid configuration file with all configuration properties in it. The value for everything should be...

enhancement
feat: configuration

Passing the `--help` flag should cause the application to print a document to the console describing the way the configuration system was wired together. This work **MUST** be done prior...

enhancement
feat: configuration

Currently, the `internal.config.onUpdate` only triggers for `.set` calls. This should be improved to also fire events as part of the bootstrap sequence - construct - preInit - configure - ***...

enhancement

#17 add the ability, on a per config item basis, to provide a desired config source for a configuration. environment (cli switch + env variables) are always available, file loading...

enhancement

## Issue It's not uncommon to want to gather some details about a parent service, normally this is handled by passing around a `context` variable. The `logger`, and `scheduler` have...

enhancement