Mina Nagy Zaki
Mina Nagy Zaki
### Description Jest has support for image snapshots: https://www.npmjs.com/package/jest-image-snapshot Detox has support for taking screenshots: https://github.com/wix/Detox/blob/master/docs/APIRef.DeviceObjectAPI.md#devicetakescreenshotname BUT detox will only save artifacts (including screenshots) after test completion, which is not...
https://github.com/GothenburgBitFactory/taskwarrior is a beautiful CLI task management application with desktop apps and web frontends. Some for of support for read/write hooks for event/task list would be great!
Is it possible to ask pages to call `.subscribe` on a different connection rather than the default one? I have multiple microservices running and I'd like a specific service to...
This allows users to simply set values in a `.env` file and keep using the `docker-compose.yml` file as-is, so that updates are easier
### Description Currently using the SDK On linux alpine fails, because of libc6 compat and possibly other issues. See: https://github.com/jolocom/interactions-demo/pull/31#issuecomment-865033633
### Description Currently in two places: `utils/validation` and `identityWallet.validateJWT`. Perhaps it needs a "Validator" class/interface of some sort? or perhaps just keep them as utils? Note that the validation logic...
## Description The library sometimes mutates input objects, for example in `identityWallet.create.signedCredential`, the claim object gets an `id` field added to it (which contains the DID) Part of #355 BREAKING...
### Description First the easy and relatively clear bits. ### TODO - [ ] #343 Export an explicitly public interface directly from 'jolocom-lib' - [ ] #356 Cleanup JolocomRegistry creation...
### Description In an effort to differentiate between the "jolocom method based registry" and the canonical jolocom registry, the `createJolocomRegistry` helper should return the canonical jolocom registry (no configurable anything)....
### Description Library consumers need to import certain interfaces and classes, they should not be using the direct paths or else we might break things if we make internal changes....