David Konsumer
David Konsumer
> Looks like just requiring the JSON should work: Hmm, no, that is a JSON object, not a filename (as `readCache` expects)
That is awesome, thanks @benjie and @enisdenjo I'd be happy to make a demo that deploys to now. If that's the case, then I think in the above example I...
Oh, wait, there already is one at bottom of readme. doh! https://github.com/ggascoigne/now-postgraphile But weirdly, it uses a file. I'm pretty sure that wouldn't work: https://github.com/ggascoigne/now-postgraphile/blob/master/api/graphql.ts#L36
> I assume it must work since there's a demo of it: https://now-postgraphile.now.sh/ I couldn't get it to work. Maybe I am doing something wrong. Here is what I did:...
I made [this](https://github.com/konsumer/now-postgraphile) which works with undocumented `readCache` object, and has a bit simpler setup and clearer directions.
> It could be that the cache was generated with a different version, I tried with pinned versions of postgraphile between my box and remote, and also has there been...
Same issue. The problem seems to be in the kali package (2.32.0-1). I didn't have the problem running release-build for 2.31.0, like this: Find the release for your machine [here](https://github.com/bettercap/bettercap/releases/tag/v2.31.1)...
I'm not sure what Alexa version I have, but I tested using Alexa android app (using "find new devices" command), and I have same problem, I think. ``` curl http://192.168.86.35/api/api/lights...
I tried build love and also raylib (which has very few deps, other than basic x/opengl headers) and it seems like headers that should be in /usr/include are missing. ```...
I did this to make sure the headers were in place: ``` sudo apt-get --reinstall install libxext-dev ls -al /usr/include/X11/extensions/Xext.h -rw-r--r-- 1 root root 1655 Aug 24 2019 /usr/include/X11/extensions/Xext.h ```...