store
Here are 885 public repositories matching this topic...
Since a lot of the categories have many libraries listed, it would be helpful to highlight the top 2-4 "must use" libraries in each category, if appropriate.
I should figure out how to format this, and which ones I want to highlight.
Disclaimer: This is a bot
It looks like your repo is trending. The github_trending_videos Instgram account automatically shows the demo gifs of trending repos in Github.
Your README doesn't seem to have any demo gifs. Add one and the next time the parser runs it will pick it up and post it on its Instagram feed. If you don't want to just
-
Updated
May 13, 2020 - JavaScript
-
Updated
Jul 4, 2020 - TypeScript
-
Updated
Jun 6, 2020 - TypeScript
Hi,
I just read your great article http://arqex.com/991/json-editor-react-immutable-data
I'd like to suggest you to make your didactic materials interactive: docs/README/blog posts.
For that purpose, you could use the KLIPSE plugin like one guy did for immutable.js in this [interactive article](http://untangled.io/immutable-js-an-introduction-with-exam
First, make sure you have a Go language compiler >= 1.5 (mandatory) and git installed.
The Go link is http//golang.org/ should be https://golang.org/
The git link is http://gitscm.org/ should be https://git-scm.com/
Cleanup
Hello,
I noticed in the doc one very important point:
There is one important rule for this to work: the useMainStore (or any other useStore function) must be called inside of deferred functions
Further in the doc, when speaking about shared getters, we have this example:
import { computed } from '@vue/composition-api'
import { useUserStore } from './user'
import { useCartSt
-
Updated
Jul 1, 2020 - Swift
We need a script to create a folder in /packages for a new package with already predefined dot files, build and test scripts and etc
It would be super helpful to be able to only set width or height and have the other value depend on the native height/width of the image... Is that even possible?
-
Updated
Nov 16, 2018 - JavaScript
Hello,
Thanks for this awesome tool!
I have a guarded property on my store, selected, which is used only by the UI, and I don't want to sync on Firestore.
If the guards works well, the document is still synced everytime I change the selected value, because of the updated_at and updated_by value.
Of course, I can add the two properties to the guards too, and it works, but I actually
-
Updated
Apr 27, 2020 - JavaScript
-
Updated
May 13, 2020 - JavaScript
Currently, there is no way to cleanly destroy a Widget from the DOM, which is critical in SPA setups.
The functionality exists, however, in the form of a cleanup() method:
https://github.com/uploadcare/uploadcare-bower/blob/master/uploadcare.js#L8075
But since it's wrapped in a closure, it is not publicly exposed. I think there should be a destroy method on a Widget instance to handle this
-
Updated
Sep 12, 2019 - Objective-C
-
Updated
Apr 7, 2020 - TypeScript
-
Updated
Jul 3, 2020 - PHP
Improve this page
Add a description, image, and links to the store topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the store topic, visit your repo's landing page and select "manage topics."
What I'm trying to achieve
Create checkout with a checkout line.
Steps to reproduce the problem
checkout = Checkout.objects.create(...)checkout.lines.create(...)orCheckoutLine.objects.create(checkout=checkout, ...)OR
checkout = Checkout.objects.create(...)if checkout: passWhat I expected to happen
Database insertion without additional coun