Eye

Results 13 comments of Eye

Hope the source public ASAP , we are facing `@Generated hash change` problem

seems same problem ```java.lang.ArrayIndexOutOfBoundsExceptionlength=10; index=-1 com.google.android.flexbox.FlexboxLayoutManager.void setFlexDirection(int)(Unknown Source)``` Can't reproduce eigther ```java FlexboxLayoutManager layoutManager = new FlexboxLayoutManager(getContext()); layoutManager.setFlexDirection(FlexDirection.ROW); layoutManager.setJustifyContent(JustifyContent.FLEX_START); mListView.setLayoutManager(layoutManager); ```

FlexboxLayoutManager use cachedViews which ViewHolder has been reseted. This my caused by RecyclerView is not visible this is my workaround. ```java mListView.setItemViewCacheSize(10); adapter.setHasStableIds(true); ```

Try this http://web.cecs.pdx.edu/~adevore/mechanize/

[wd.zip](https://github.com/admc/wd/files/2374981/wd.zip) use script convert [wd-api](https://github.com/fantasyRqg/wd/blob/master/doc/api.md) to DefinitelyTyped . add to WebStorm **Preferences -> Languages & Frameworks -> JavaScript -> Libraries -> Add** fill name and click '+' button add upon...

still want official support for DefinitelyTyped file generate. In case of api update

- > How large is your background noise dataset? About 2k records - > If you are training a model, how many workers do you use for preparing the audio...

is there anyway set env variable using xcode SPM

thanks. I just fork the project and modify code 😭