Forrest

Results 24 comments of Forrest

Big +1 on this. I tried to figure out how to fix the code but the unified docs are...sparse on how to write plugins. The issue seems to come with...

This is kind of bonkers, indeed. I wonder why arrays are second class citizens in hasura and what the decision making was behind that. The fact that JSONb operators work...

@breadchris can we close this?

Actually, nevermind, this library has been forked to have better ESP32 support, and that fork can be found on github or on platformIO/arduino IDE under the name `DHTesp`

Couldnt you instantiate two DHTs by doing ``` DHT dht; DHT dht2; ```

Hmm. Wouldn't it be better if there was something built into bookshelf that could do that? For example: ``` javascript site.related('model').add(modelInstance).then(doSomething) ``` or ``` javascript site.related('model').add([instance1, instance2]) ```

Any progress on this? Attaching relations still seems clunky and create doesn't seem to apply for two existing models. Is my suggestion above possible? This is particularly true for situations...

I also need this and came here looking for it. You can't fit everything you need into "requestId", thats just not going to fit every situation. Prefix also isn't a...

I happen to have come across this post while trying to do the exact same thing. For my use, im just passing the cache arguments directly to buildx like `docker...