Wésley Guimarães
Wésley Guimarães
Could you provide more context on this? I'm having some issues that may be related, but you are being much vague.
I'm currently working on something like: ```js export class Player extends Model { constructor (data) { super(data) if (!this.isSaved()) { this.set('password', this._cryptPassword(this.get('password'))) } } //... } ``` Is this a...
I'm using GraphQL too. I'm not sure what do you mean by serializing and parsing it. I think you do not need to stringify any data to JSON, you only...
Following this, i found that actually a `toJSON` method is [implemented](https://github.com/vadimdemedes/mongorito/blob/master/lib/model.js#L78) in the `Model` class. But testing this doesn't work with graphql. It seems to be because of how GraphQL...
I'm glad I could help. That's also what I'm doing (`.map` and call `.get()`). However, I'm still curious on how could we make graphql aware of the method `.toJSON` on...
I think that we can continue with `deno bundle` for now since it is preferrable to have the smaller size and avoid adding this complexity with selecting the right files....
I have the same problem as @skoshy, I even reported a ticket to Reddit thinking they broke their site 😅
My workaround to avoid the extension blocking my experience on various site is to the [extension settings](chrome://extensions/?id=aamnodipnlopbknpklfoabalmobheehc) under `Site settings` and select the `On click` option, this way I can...
Oh sure! May I keep this issue open to track the progress on this?
As I understand on factorioprints the search feature searches only on the current page, but on factorio.school the search is throughout the entire database.