Michael W

Results 34 comments of Michael W

@GRawhideMart I believe bots themselves must also have admin rights in order to interact with "all" messages. While it's a "feature" of the TG API, it would be nice if...

It appears that, despite the latest GH version referencing `[email protected]`, the actual `yarn install` pulled version still references `[email protected]`. This, even though it claims `"version": "0.7.23"` in `package.json`. Can we...

> Now it's finally possible with the [latest release (4.7.0)](https://github.com/prisma/prisma/releases/tag/4.7.0) Any examples of actual use **after** extension? Do we simply proceed as normal, and run a `.findMany`? Is there any...

> Is it possible to create those fields on relations or only on models? I have the same question. More specifically, how do I `$extend` to always include the `sum`...

Hrm, appears that I shouldn't be importing Leaflet: ```import * as L from 'leaflet'``` ...as it halts processing. However when I skip import, it then complains about `Invalid latLng` as...

@guyroyse any chance we could get an explicit example . . . for the criminally obtuse? 🤪

@wjohnsto yup, my concern was regarding specificity requirements without losing too much control of the object. Seeing that we don't have to specify all the fields, I'm now using a...

@guyroyse would you mind providing an example of how to use this? Most notably, I'd like to store an array of objects for which I don't know the shape. Also,...

> The new version does not require that you specify all things in a Schema Understood, but in the event that I simply wanted to specify the path for an...