node icon indicating copy to clipboard operation
node copied to clipboard

The core of Po.et

Results 38 node issues
Sort by recently updated
recently updated
newest added

We are now using a curried log method with pipeP/asyncPipe pretty successfully, I think its time we extract it into a helper or something so that files can import a...

refactor

stdout is showing the following message: ``` $ LOGGING_LEVEL=warn npm start > @po.et/[email protected] start /Projects/poet/node > node dist/babel/src Running Po.et Node Loading Configuration... Loaded configuration from .po.et/configuration.json Switching to Structured...

bug

- Explain architecture - Explain that each subfolder has its own README explaining the inner workings in more detail - Update main README.md with an Architecture section linking to this...

architecture
docs

Messaging.ts has six `console.log` calls — two in `start` and the remaining four in the business-specific `consumePoetTimestampsDownloaded` and `consumeClaimsDownloaded` functions. The logs in the `start` function are needed in case...

refactor

There's a few `console.log`s lying around in the code base that we haven't converted to PinoJS yet. They exist in three files: - [index.ts](https://github.com/poetapp/node/issues/190) - [Configuration.ts](https://github.com/poetapp/node/issues/191) - [Messaging.ts](https://github.com/poetapp/node/issues/192) These few...

refactor
Epic

Creating this issue to track the work done, even though part of the work will be done in another repo. https://github.com/poetapp/node/blob/7b675984d116d907847e7bb5f119cbae8ae99d97/src/Helpers/FetchError.ts#L3-L13 Will also need to delete the enum from our...

refactor

WIP, ignore for now. ## TODO - [ ] `src/index.ts` - [ ] `src/app.ts` - [x] Service Layers - [x] Composition Root - [x] Router - [x] Controller - [x]...

work in progress

[PR Process](https://github.com/poetapp/documentation/blob/master/process/pr-review.md#pr-process) - [PR Review Checklist](https://github.com/poetapp/documentation/blob/master/process/pr-review.md#pr-review-checklist) ### Release Semantic release is enabled for this repository. Make sure you follow the right commit message convention. We're using semantic-release's default — [Angular...

work in progress