store
Here are 1,120 public repositories matching this topic...
-
Updated
Apr 27, 2021 - Python
-
Updated
Mar 29, 2021 - JavaScript
I'm submitting a...
[ ] Regression (a behavior that used to work and stopped working in a new release)
[ ] Bug report
[ ] Performance issue
[ ] Feature request
[ ] Documentation issue or request
[x] Support request
[ ] Other... Please describe:
-
Updated
Apr 20, 2021 - TypeScript
In Vue 2 you sometimes need to do a vm.$set to declare a reactive property.
Reading Pinia documentation, my best guess was to $patch.
Reproduction
export const Store = defineStore({
id: "Store",
state() {
return {
myArray: [
{ foo: "fooValue"},
],
};
},
actions: {
arrayUpdate(index, key, value) {
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
-
Updated
Mar 21, 2021 - Swift
-
Updated
Jun 19, 2020 - JavaScript
-
Updated
Mar 31, 2021 - JavaScript
-
Updated
Jan 9, 2021 - 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
Mar 23, 2021 - TypeScript
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."
Getting an error here when using the
remove_promotion_line_itemsmethod. Seems like it should be using variant rather than itemhttps://github.com/spree/spree/blob/8ca9ec736a471b66f66d718b157be69946f8c5fc/core/app/models/spree/promotion_handler/coupon.rb#L78