nueverest
nueverest
i second that
@michi88 Doing it without the `/` fixed it for me. Excluding all folders with the same name does reduce granular control. I will structure my project accordingly.
One way to make 'static/' work the same way as 'static' with the current implementation is to simply remove the trailing slash before processing i.e. 'static/' --> 'static'. This does...
The answer is here: https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_InitiateAuth.html > For REFRESH_TOKEN_AUTH/REFRESH_TOKEN: USERNAME (required), SECRET_HASH (required if the app client is configured with a client secret), REFRESH_TOKEN (required), DEVICE_KEY Is there a plan to...
This is a multi-billion dollar industry https://dmarket.io, https://skins.cash/, enjin, steam and others are aiming at this space.
@notzoom Enjin is also interesting as it seems their first product is working now. https://www.enjin.com/ They innovated by using a monolithic token contract similar to the proposed ERC-721 token standard...
The BIOS seems a bit antiquated. 1 Card attached via a riser does work, but when I attach more than one riser it no longer works. I am going to...
I was not aware of this. Where could I find more info on 'presence' pins? On Tue, Jul 11, 2017 at 6:56 AM, entity279 wrote: > You are of course...
After speaking with ASUS technical support, it turns out that I needed to go into BIOS - Boot -> Enable 4G Decoding. - PCH -> PCIe -> Gen2 This allowed...
A reason to reduce the sampling frequency is to increase efficiency. Say I am polling 10 GPIO pins each at 1kHz. How do I determine the CPU impact?