state
Here are 818 public repositories matching this topic...
I'm submitting a ...
- bug report
- feature request
- support request or question => Please do not submit support request or questions here, see note at the top of this template.
What is the current behavior?
- In version 3.2.4, the values in custom-env-variables.json override the NODE_CONFIG command line option (I believe it's [here](https://github.com/lorenwest/
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
what is prefer way to add relation and remove relation? I found example as below, but I did't find any document about the two methods.
case 'ADD_AUTHOR_TO_BOOK':
Book.withId(action.payload.bookId).authors.add(action.payload.author); // add new entity , add relation? this doesn't work.
break;
case 'REMOVE_AUTHOR_FROM_BOOK':
Book.withId(action.payload.bo
Unistore will go very well with web components. It can have bindings for LitElement and others.
I am interested to work on this if it will accepted.
-
Updated
Jun 6, 2020 - JavaScript
I'm planning on building an app that needs to be SEO friendly, do we have a guide to implement SSR with effector?
Are you submitting a bug report or a feature request?
Neither, reporting missing documentation
What is the current behavior?
Detailed documentation on the signature of mutator functions is missing.
What is the expected behavior?
I'd expect the docs on mutators to be more elaborate on both the definition and the usage of mutators. I've looked at the docs for react
The documentation explains pretty well why:
Wrap ALL of your components with view - including class and function ones - even if they don't seem to directly use a store.
I think it's pretty easy to miss adding this view hoc when you write hundred of components. My question is: Is there an eslint rule which exists to warn you that you forgot to add this extra view?
It could be nice to
I think the size and origin of the placeholder view should be defined by the their superview not themself, there can be a function in Controller called frameForPlaceholder or something?
A lightweight state container based on Redux
-
Updated
Jun 7, 2020 - TypeScript
The current README isn't great. I'd love to have an actual website for documentation with examples, tutorials, API reference, etc.
I'm leaning towards using https://docusaurus.io/. It looks easy to setup, and it's a Facebook product so dog-fooding is a plus.
The idea of deferring state management to freactal is solid but as far as I can tell, users will still need to use class components if they want to trigger effects in lifecycle methods, and the README seems to imply that you can always use SFCs because freactal is orchestrating state, but that feels slightly misleading since React provides more than just state management APIs
Maybe add an e
-
Updated
Mar 17, 2020 - TypeScript
I have a computed resource called a support ticket that consists of a profile and a list of messages that belong to that profile, as below. When I search on "Tom how are you" I would want to come up with this ticket (found hits in profile.first_name and message[0].text).
{
"id": 45,
"profile": {
"id": 45,
"first_name": "Tom",
"last_name": "Brown",
},
"
alibaba-fusion Select component (https://github.com/alibaba-fusion/next) used as below:
const dataSource = [
{ label: 'option1', value: 'option1' },
{ label: 'option2', value: 'option2' },
{ label: 'disabled', disabled: true }
]
<Select dataSource={dataSource} />
<Select>
<Option value="small">Small</Option>
<Option value="medium">Medium</Option>
<Option val
For posterity sake, let's clarify that throttling and debouncing are in fact distinct, while still clearly being related.
But both of these seem like worthwhile decorative hooks to add, which allow you to ensure that an Articulated Function is invoking another function only under certain time-based thresholds.
For e
Android UI 快速开发,专治原生控件各种不服
-
Updated
May 5, 2020 - Java
Tested in Chrome, Firefox and IE, when a page has content added dynamically on scrolling, the sticky element changes its stuck point, that to say if the element is supposed to stuck when it reaches top, it won't happen until you keep scrolling down at a certain distance which the distance is height of the dynamically added content.
Please fix this issue, thanks!
Examples please
I read the article, the git documentation...but I don't know how to implement the state machine (stent( in my project. Any basic project example (more explanatory than the TODO example?)
_
I'm submitting a ...
[ * ] Documentation issue or request
Current behavior
I have added a new language to the languages list. Change in language's combo is Ok and works. The problem is that i want to set a new language as default.
I did this in config.local.json but default language is not set on application start. Is there another changes that i should make to hav
A tiny and unobtrusive state management library for React and Preact apps
-
Updated
Apr 11, 2018 - JavaScript
-
Updated
Mar 9, 2020 - Java
Retire zuul
https://github.com/defunctzombie/zuul is unmaintainced.
We want to replace zuul to another testing library.
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
May 24, 2020 - TSQL
Describe the bug
In current master branch, we calculate the GTC by calling srl_zoo/plotting/representation_plot.py. In particular, in the function plotCorrelation, we call numpy to compute the correlation.
corr = np.corrcoef(x=x + eps, y=states_rewards["states"] + eps, rowvar=0)However in the [numpy.corrcoef doc](https://docs.scipy.org/doc/numpy/reference/generated/nu
Create & Show progress, data or error views, the easy way!
-
Updated
Jan 30, 2019 - Java
基于TextView 1.直接设置selector背景2.直接设置drawableLeft大小 3.圆角,圆形,背景/边框/文字根据状态变色
-
Updated
Nov 28, 2018 - Java
Improve this page
Add a description, image, and links to the state topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the state topic, visit your repo's landing page and select "manage topics."


Hello,
The https://unpkg.com/@xstate/vue/dist/xstate-vue.min.js url is broken, no "dist" folder ?