Amir.H Ebrahimi
Amir.H Ebrahimi
There are some differences from i18n config type to extra config options like nx or pwa. I believe the change in the next 12.2.3 are toward more minimal webpack config,...
any new update on this issue? further info > actually the bug magically goes-away when version reaches `v0.0.11`
Localization: "[Persian doc](https://github.com/amirHossein-Ebrahimi/react-aptor/blob/master/doc/localization/fa.md)"
in LDA, we can refactor the predict method by NumPy built-ins to a more readable and performant version https://github.com/eriklindernoren/ML-From-Scratch/blob/a2806c6732eee8d27762edd6d864e0c179d8e9e8/mlfromscratch/supervised_learning/linear_discriminant_analysis.py#L37-L43 is equal to this ```python def predict(self, X): return np.array([1 *...
Also suggested colors in the extension readme for `HACK`, `DEBUG`, `REVIEW` and `NOTE` doesn't fit into the dark theme. Is there any place (gist) contains good colors suggestion? I got...
Sure, I have the same problem as mentioned in the #98 . I need to downgrade to version `1.6.5` but doesn't know what I missed from the latest release
اون اتصالی که مد نظرتون هست رو فکر کنم نداره. یه لینک custom باید اضافه کنید به `github/FUNDING.yml.` جز ساپورتدهای خود گیتهاب نیست. و این لینک میتونه هر درگاه پرداختی...
Set state will cause your component to re-render, by default we use `source` and `options` as a dependency-array for Plyr inner re-render check. see details in dependency-array fallback [here](https://github.com/chintan9/plyr-react/blob/master/src/index.tsx#L88) To...
Could we store a variable (state, or something in the eventbus) and prevent the useEffect manually in some scenarios which are not desired. for example ``` const [hasBeenLoaded, setHasBeenLoaded] =...
The usePlyr hook received third argument for its dep array (it is totally the same as useEffect one) [usePlyr.deps](https://github.com/chintan9/plyr-react/blob/master/src/index.tsx#L77) Could you give it a shot to optimize the rendering and...