Narayan Sainaney
Narayan Sainaney
Ok I have confirmed that this is an async/await issue. The async services wait for a MongoDB connection and are blocked so the notFound/errorHandler actually gets registered before the other...
Thanks @malept - I'm just having build issues so am unable to run `yarn test`. I've run: ``` yarn install yarn build ``` but get about 250 type errors. Do...
Thanks @malept - I missed the bolt side of things (new to bolt). In any case, I have updated the MakerPKG unit test to reflect the changes in this PR....
The issue appears to be in `packages/api/core/test/slow/api_spec_slow.ts:124:17` The call (execSync) to `npm unlink` is failing with `Must provide a package name to remove`. I am using npm 7.13.0 which requires...
I wonder if the issue is related to the one I'm facing here: https://www.mobileread.com/forums/showthread.php?p=4255323. @fsantini, could the following line be device dependent? `echo sd add /dev/mmcblk1p1 >> /tmp/nickel-hardware-status`
Good idea. I'll check that. In the meantime, I have been experimenting with NickelDBus. The following works like a charm to refresh the library: `qndb -t 30000 -s pfmDoneProcessing -m...
This library is great for web apps (currently using with Nancy) and I've implemented IAuthenticationCallbackProvider. Everything works great. My web app also has a REST api which can be called...
Not quite - but I looked at your code and it's easy to make the addition. I would add: ``` C# public interface IUserInformationProvider { UserInformation RetrieveUserInformation(string accessToken); } //...
Yay! Thank you! 
The User Id is not secure. If the Mobile App sends me a User Id, I do not know how it got the Id. If it sends me an accessToken,...