Amin Ya

Results 1114 comments of Amin Ya

I have made a real-world feature that uses React inside Atom. I still need to add a React hook for use-as-bind. https://github.com/atom-ide-community/atom-ide-base/blob/float-pane/src-commons-ui/float-pane/ViewContainer.tsx https://github.com/atom-ide-community/atom-ide-base/pull/23 Testing it is not that straight forward...

I have published a built image to my account https://hub.docker.com/r/aminya/dockerfile-plus It is based on the master branch of this repository, which includes #20: https://github.com/aminya/dockerfile-plus But hopefully, @edrevo will update the...

@meandmax I have migrated a couple of projects using [`@khanacademy/flow-to-ts`](https://github.com/Khan/flow-to-ts). The results have been great with it. Here are some examples: https://github.com/nteract/hydrogen/ https://github.com/steelbrain/linter/ https://github.com/steelbrain/linter-ui-default/ https://github.com/steelbrain/intentions/ It is still unclear for...

The part about "Favor functional programming over imperative programming" is highly biased. Most of the time for-loops are easily understandable (clean-code), extensible over time, and [more performant](https://techfindings.net/archives/2679). [Here is an...

@RoyiAvital I added the default Julia benchmark, and I requested my pull again.

@RoyiAvital If you have trouble merging my pull request because it is very different than your master run these commands to replace my version with your master. (from this https://stackoverflow.com/questions/27449334/force-overwrite-on-master-from-a-pull-request)...

@RoyiAvital do you have any problems that prevent you from merging?

> As I wrote, I will evaluate the PR once I have access to Julia with MKL. I have referenced your issue in [my pull request to MKL.jl ](https://github.com/JuliaComputing/MKL.jl/pull/8)and the...

> I don't find my figures misleading. > They were accurate to the data I received on my machine and they can be reproduced given the system configuration mentioned. Yes,...