Daniel Mahon

Results 36 comments of Daniel Mahon

Here is a full gist of the integration: https://gist.github.com/2efafb579b7ab551d28e720701731510

I've tried variations on the following as well but I can't seem to get the `query` and `resolver` functions to run... so I must be doing something wrong. ```javascript ......

Thanks @nodkz. I'll take a look at your solution options and let you know how I end up proceeding. I'm still getting comfortable with GraphQL but this library has saved...

OK, that makes sense. I guess I was forgetting the filtering was happening on the MongoDB level. For those watching, see https://stackoverflow.com/questions/27536383/querying-on-a-virtual-property-in-mongoose. I think I'll just add an actual `serviceSlugs`...

@nodkz So, I've messed with adding support for running schema methods through GraphQL calls... Not sure exactly how I'm going to use them yet but might be helpful. How do...

It would be very helpful to set the locale and start of the week to the specific instance. We would use this for calculating dates based on work/school weeks where...

I use https://www.npmjs.com/package/dotenv and it seems to work nicely.

@TomAshley303 In my experience, until they update to the 4.4 kernel which has the (experimental) OpenGL support you will pretty much HAVE to rely on omxplayer for video playback. I...

I am using an NX workspace mono-repo and having the ability to push a specific docker-compose would be great. Currently, I have multiple compose files "competing" in the root directory.

Copied from my comment to this forum post (in-case it helps anyone or sparks an idea for integration): https://forums.balena.io/t/local-mode-environment-variables/17500/23 I am currently handling this on Mac OS by using an...