Sebastian Macias

Results 18 comments of Sebastian Macias

Thanks for your reply @brysgo. Maybe a package like [lodash-query](https://www.npmjs.com/package/lodash-query) or [array-query](https://www.npmjs.com/package/array-query) could be integrated to make graphql-gun even more helpful. I am willing to contribute once I'm a little...

I agree with the scoped attributes like: ```css style.less.scoped { } style.less { } style.scss.scoped { } style.scss { } ``` Instead of: ```css .global-button-selector { color: grey; } __disabled-button...

@zephraph thanks for bringing attention to this topic again. I really don't see the issue with having marko support multiple CSS preprocessors. Having to install the desired preprocessor: SCSS, Less,...

Any update on this? Besides the router I think a router-link core component would be needed, similar to this: https://router.vuejs.org/en/api/router-link.html

A [VueX](https://vuex.vuejs.org/) example would be helpful as well Tnx

any update on this? vuex support is a must, tnx

Any update on this? Tnx

How can I use multiple conditions? > // Find records by IDs. persons, err := DB.FindAllFrom(PersonTable, "id", 1, 2) if err != nil { log.Fatal(err) } for _, p :=...

Remote sync is the missing piece of the puzzle. I have been looking for and evaluating multiple offline-first database alternatives that support web browsers for a while and I just...

@ClickSimply do you have a rough timeline for this? The way you are describing it is just what I have been looking for. I can help with testing if needed.